GDB (API)
Defines | Functions | Variables
/home/stan/gdb/src/gdb/common/agent.c File Reference
#include "defs.h"
#include "target.h"
#include "inferior.h"
#include <string.h>
#include <unistd.h>
#include "agent.h"
#include "filestuff.h"

Go to the source code of this file.

Defines

#define DEBUG_AGENT(fmt, args...)

Functions

int agent_loaded_p (void)
int agent_look_up_symbols (void *arg)
int agent_run_command (int pid, const char *cmd, int len)
int agent_capability_check (enum agent_capa agent_capa)
void agent_capability_invalidate (void)

Variables

int debug_agent = 0
int use_agent = 0

Define Documentation

#define DEBUG_AGENT (   fmt,
  args... 
)
Value:
if (debug_agent)                        \
    fprintf_unfiltered (gdb_stdlog, fmt, ##args);

Definition at line 40 of file agent.c.


Function Documentation

Definition at line 328 of file agent.c.

void agent_capability_invalidate ( void  )

Definition at line 355 of file agent.c.

int agent_loaded_p ( void  )

Definition at line 78 of file agent.c.

int agent_look_up_symbols ( void *  arg)

Definition at line 87 of file agent.c.

int agent_run_command ( int  pid,
const char *  cmd,
int  len 
)

Definition at line 212 of file agent.c.


Variable Documentation

Definition at line 33 of file agent.c.

const char* name

Definition at line 64 of file agent.c.

Definition at line 65 of file agent.c.

Definition at line 66 of file agent.c.

Definition at line 46 of file agent.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines