GDB (xrefs)
|
#include "defs.h"
#include "annotate.h"
#include "arch-utils.h"
#include "breakpoint.h"
#include "cli/cli-decode.h"
#include "mi/mi-common.h"
#include "progspace.h"
#include "solist.h"
#include "target.h"
#include "valprint.h"
Go to the source code of this file.
Classes | |
struct | solib_catchpoint |
Functions | |
void | add_solib_catchpoint (const char *arg, bool is_load, bool is_temp, bool enabled) |
static void | catch_load_or_unload (const char *arg, int from_tty, int is_load, struct cmd_list_element *command) |
static void | catch_load_command_1 (const char *arg, int from_tty, struct cmd_list_element *command) |
static void | catch_unload_command_1 (const char *arg, int from_tty, struct cmd_list_element *command) |
void | _initialize_break_catch_load () |
void _initialize_break_catch_load | ( | ) |
Definition at line 270 of file break-catch-load.c.
Referenced by initialize_all_files().
void add_solib_catchpoint | ( | const char * | arg, |
bool | is_load, | ||
bool | is_temp, | ||
bool | enabled ) |
Definition at line 223 of file break-catch-load.c.
References bp_disabled, bp_enabled, get_current_arch(), and install_breakpoint().
Referenced by catch_load_or_unload(), and mi_catch_load_unload().
|
static |
Definition at line 255 of file break-catch-load.c.
References catch_load_or_unload().
|
static |
Definition at line 245 of file break-catch-load.c.
References add_solib_catchpoint(), CATCH_TEMPORARY, and cmd_list_element::context().
Referenced by catch_load_command_1(), and catch_unload_command_1().
|
static |
Definition at line 262 of file break-catch-load.c.
References catch_load_or_unload().