GDB (API)
|
#include "defs.h"
#include "arch-utils.h"
#include <ctype.h>
#include "breakpoint.h"
#include "gdbcmd.h"
#include "inferior.h"
#include "annotate.h"
#include "valprint.h"
#include "cli/cli-utils.h"
#include "completer.h"
#include "gdb_obstack.h"
Go to the source code of this file.
Defines | |
#define | INTERNAL_SIGNAL(x) ((x) == GDB_SIGNAL_TRAP || (x) == GDB_SIGNAL_INT) |
Typedefs | |
typedef enum gdb_signal | gdb_signal_type |
Functions | |
DEF_VEC_I (gdb_signal_type) | |
void | _initialize_break_catch_sig (void) |
Variables | |
initialize_file_ftype | _initialize_break_catch_sig |
#define INTERNAL_SIGNAL | ( | x | ) | ((x) == GDB_SIGNAL_TRAP || (x) == GDB_SIGNAL_INT) |
Definition at line 32 of file break-catch-sig.c.
typedef enum gdb_signal gdb_signal_type |
Definition at line 34 of file break-catch-sig.c.
void _initialize_break_catch_sig | ( | void | ) |
Definition at line 489 of file break-catch-sig.c.
Definition at line 486 of file break-catch-sig.c.