GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <cstdlib>
#include <iostream>
#include <new>
#include <sys/types.h>
#include <unistd.h>
#include "cmd-edit.h"
#include "oct-syscalls.h"
#include "quit.h"
#include "singleton-cleanup.h"
#include "debug.h"
#include "defun.h"
#include "error.h"
#include "input.h"
#include "load-save.h"
#include "oct-map.h"
#include "pager.h"
#include "pt-bp.h"
#include "pt-eval.h"
#include "sighandlers.h"
#include "sysdep.h"
#include "syswait.h"
#include "toplev.h"
#include "utils.h"
#include "variables.h"
Go to the source code of this file.
Classes | |
class | pid_equal |
Macros | |
#define | BADSIG (void (*)(int))-1 |
#define | BLOCK_CHILD(nvar, ovar) BLOCK_SIGNAL (SIGCHLD, nvar, ovar) |
#define | BLOCK_SIGNAL(sig, nvar, ovar) |
#define | OCL_REP octave_child_list::octave_child_list_rep |
#define | UNBLOCK_CHILD(ovar) GNULIB_NAMESPACE::sigprocmask (SIG_SETMASK, &ovar, 0) |
Variables | |
bool | can_interrupt = false |
static bool | octave_signals_caught [NSIG] |
int | pipe_handler_error_count = 0 |
bool | Vdebug_on_interrupt = false |
static bool | Vsighup_dumps_octave_core = true |
static bool | Vsigterm_dumps_octave_core = true |
Definition at line 226 of file sighandlers.cc.
#define BLOCK_CHILD | ( | nvar, | |
ovar | |||
) | BLOCK_SIGNAL (SIGCHLD, nvar, ovar) |
Definition at line 255 of file sighandlers.cc.
Referenced by octave_signal_handler().
#define BLOCK_SIGNAL | ( | sig, | |
nvar, | |||
ovar | |||
) |
Definition at line 241 of file sighandlers.cc.
#define OCL_REP octave_child_list::octave_child_list_rep |
Definition at line 972 of file sighandlers.cc.
#define UNBLOCK_CHILD | ( | ovar | ) | GNULIB_NAMESPACE::sigprocmask (SIG_SETMASK, &ovar, 0) |
Definition at line 256 of file sighandlers.cc.
Referenced by octave_signal_handler().
OCTAVE_EXPORT octave_value_list Fdebug_on_interrupt | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 1082 of file sighandlers.cc.
References SET_INTERNAL_VARIABLE.
OCTAVE_EXPORT octave_value_list FSIG | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1045 of file sighandlers.cc.
References make_sig_struct(), and print_usage().
OCTAVE_EXPORT octave_value_list Fsighup_dumps_octave_core | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 1111 of file sighandlers.cc.
References SET_INTERNAL_VARIABLE.
OCTAVE_EXPORT octave_value_list Fsigterm_dumps_octave_core | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 1140 of file sighandlers.cc.
References SET_INTERNAL_VARIABLE.
Definition at line 387 of file sighandlers.cc.
References my_friendly_exit(), and strsignal().
Referenced by install_signal_handlers().
Definition at line 620 of file sighandlers.cc.
References generic_sig_handler(), octave_catch_interrupts(), octave_set_signal_handler(), and octave_signals_caught.
Referenced by main(), and octave_initialize_interpreter().
|
static |
Definition at line 748 of file sighandlers.cc.
References octave_scalar_map::assign().
Referenced by FSIG().
|
static |
Definition at line 311 of file sighandlers.cc.
References dump_octave_core(), MINGW_SIGNAL_CLEANUP, octave_set_signal_handler(), and save_vars().
Referenced by generic_sig_handler(), and user_abort().
octave_interrupt_handler octave_catch_interrupts | ( | void | ) |
Definition at line 555 of file sighandlers.cc.
References octave_set_signal_handler(), and sigint_handler().
Referenced by execute_command_line_file(), execute_eval_option_code(), install_signal_handlers(), main_loop(), and recover_from_exception().
octave_interrupt_handler octave_ignore_interrupts | ( | void | ) |
Definition at line 575 of file sighandlers.cc.
References octave_set_signal_handler().
Referenced by do_edit_history(), octave_kbhit(), and octave_signal_handler().
octave_interrupt_handler octave_set_interrupt_handler | ( | const volatile octave_interrupt_handler & | h, |
bool | restart_syscalls | ||
) |
Definition at line 595 of file sighandlers.cc.
References octave_set_signal_handler().
Referenced by do_edit_history(), octave_kbhit(), and octave_signal_handler().
sig_handler* octave_set_signal_handler | ( | int | sig, |
sig_handler * | handler, | ||
bool | restart_syscalls | ||
) |
Definition at line 353 of file sighandlers.cc.
Referenced by install_signal_handlers(), my_friendly_exit(), octave_catch_interrupts(), octave_ignore_interrupts(), and octave_set_interrupt_handler().
Definition at line 262 of file sighandlers.cc.
References BLOCK_CHILD, octave_ignore_interrupts(), octave_set_interrupt_handler(), octave_signals_caught, octave_child_list::reap(), UNBLOCK_CHILD, and octave_child_list::wait().
Referenced by execute_command_line_file(), execute_eval_option_code(), and main_loop().
Definition at line 530 of file sighandlers.cc.
References strsignal(), and user_abort().
Referenced by octave_catch_interrupts().
Definition at line 470 of file sighandlers.cc.
References can_interrupt, tree_evaluator::debug_mode, bp_table::have_breakpoints(), interactive, my_friendly_exit(), octave_debug_on_interrupt_state, octave_initialized, octave_interrupt_immediately, octave_interrupt_state, octave_jump_to_enclosing_context(), octave_signal_caught, Vdebug_on_interrupt, and Vdebugging.
Referenced by sigint_handler().
bool can_interrupt = false |
Definition at line 61 of file sighandlers.cc.
Referenced by execute_command_line_file(), execute_eval_option_code(), main_loop(), recover_from_exception(), and user_abort().
|
static |
Definition at line 75 of file sighandlers.cc.
Referenced by install_signal_handlers(), and octave_signal_handler().
int pipe_handler_error_count = 0 |
Definition at line 58 of file sighandlers.cc.
Referenced by octave_base_reader::octave_gets().
bool Vdebug_on_interrupt = false |
Definition at line 64 of file sighandlers.cc.
Referenced by tree_jit::enabled(), and user_abort().
|
static |
Definition at line 69 of file sighandlers.cc.
|
static |
Definition at line 72 of file sighandlers.cc.