GDB (xrefs)
|
#include "defs.h"
#include "annotate.h"
#include "arch-utils.h"
#include "breakpoint.h"
#include "cli/cli-decode.h"
#include "inferior.h"
#include "mi/mi-common.h"
#include "target.h"
#include "valprint.h"
Go to the source code of this file.
Classes | |
struct | exec_catchpoint |
Functions | |
const char * | ep_parse_optional_if_clause (const char **arg) |
static void | catch_exec_command_1 (const char *arg, int from_tty, struct cmd_list_element *command) |
void | _initialize_break_catch_exec () |
void _initialize_break_catch_exec | ( | ) |
Definition at line 219 of file break-catch-exec.c.
Referenced by initialize_all_files().
|
static |
Definition at line 190 of file break-catch-exec.c.
References CATCH_TEMPORARY, cmd_list_element::context(), ep_parse_optional_if_clause(), get_current_arch(), and install_breakpoint().
const char * ep_parse_optional_if_clause | ( | const char ** | arg | ) |
Definition at line 164 of file break-catch-exec.c.
Referenced by catch_exception_event(), catch_exec_command_1(), and catch_fork_command_1().