GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Functions
break-catch-load.c File Reference
#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 ()
 

Function Documentation

◆ _initialize_break_catch_load()

void _initialize_break_catch_load ( )

Definition at line 270 of file break-catch-load.c.

Referenced by initialize_all_files().

◆ add_solib_catchpoint()

void add_solib_catchpoint ( const char * arg,
bool is_load,
bool is_temp,
bool enabled )

◆ catch_load_command_1()

static void catch_load_command_1 ( const char * arg,
int from_tty,
struct cmd_list_element * command )
static

Definition at line 255 of file break-catch-load.c.

References catch_load_or_unload().

◆ catch_load_or_unload()

static void catch_load_or_unload ( const char * arg,
int from_tty,
int is_load,
struct cmd_list_element * command )
static

◆ catch_unload_command_1()

static void catch_unload_command_1 ( const char * arg,
int from_tty,
struct cmd_list_element * command )
static

Definition at line 262 of file break-catch-load.c.

References catch_load_or_unload().