#include "defs.h"
#include "command.h"
#include "gdbcmd.h"
#include "target.h"
#include "gdbsupport/agent.h"
#include "observable.h"
#include "objfiles.h"
Go to the source code of this file.
◆ _initialize_agent()
void _initialize_agent |
( |
| ) |
|
◆ agent_new_objfile()
static void agent_new_objfile |
( |
struct objfile * | objfile | ) |
|
|
static |
◆ set_can_use_agent()
static void set_can_use_agent |
( |
const char * | args, |
|
|
int | from_tty, |
|
|
struct cmd_list_element * | c ) |
|
static |
◆ show_can_use_agent()
static void show_can_use_agent |
( |
struct ui_file * | file, |
|
|
int | from_tty, |
|
|
struct cmd_list_element * | c, |
|
|
const char * | value ) |
|
static |
◆ can_use_agent
◆ can_use_agent_enum
const char* const can_use_agent_enum[] |
|
static |
Initial value:=
{
NULL,
}
static const char can_use_agent_off[]
static const char can_use_agent_on[]
Definition at line 30 of file agent.c.
◆ can_use_agent_off
const char can_use_agent_off[] = "off" |
|
static |
◆ can_use_agent_on
const char can_use_agent_on[] = "on" |
|
static |