|
GDB (xrefs)
|
#include "defs.h"#include "command.h"#include "gdbcmd.h"#include "target.h"#include "agent.h"#include "observer.h"#include "objfiles.h"Go to the source code of this file.
Functions | |
| static void | show_can_use_agent (struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) |
| static void | set_can_use_agent (const char *args, int from_tty, struct cmd_list_element *c) |
| static void | agent_new_objfile (struct objfile *objfile) |
| void | _initialize_agent (void) |
Variables | |
| static const char | can_use_agent_on [] = "on" |
| static const char | can_use_agent_off [] = "off" |
| static const char * | can_use_agent_enum [] |
| static const char * | can_use_agent = can_use_agent_off |
| void _initialize_agent | ( | void | ) |
Definition at line 67 of file agent.c.
References _, add_setshow_enum_cmd(), agent_new_objfile(), can_use_agent, can_use_agent_enum, class_run, observer_attach_new_objfile(), set_can_use_agent(), setlist, show_can_use_agent(), and showlist.
|
static |
Definition at line 58 of file agent.c.
References agent_loaded_p(), and agent_look_up_symbols().
Referenced by _initialize_agent().
|
static |
Definition at line 47 of file agent.c.
References can_use_agent, can_use_agent_off, can_use_agent_on, and target_use_agent.
Referenced by _initialize_agent().
|
static |
Definition at line 38 of file agent.c.
References _, and fprintf_filtered().
Referenced by _initialize_agent().
|
static |
Definition at line 35 of file agent.c.
Referenced by _initialize_agent(), and set_can_use_agent().
|
static |
|
static |
Definition at line 27 of file agent.c.
Referenced by set_can_use_agent().
|
static |
Definition at line 26 of file agent.c.
Referenced by set_can_use_agent().
1.8.14