|
GDB (API)
|
#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 DEBUG_AGENT | ( | fmt, | |
| args... | |||
| ) |
if (debug_agent) \ fprintf_unfiltered (gdb_stdlog, fmt, ##args);
| int agent_capability_check | ( | enum agent_capa agent_capa | ) |
| void agent_capability_invalidate | ( | void | ) |
| int agent_loaded_p | ( | void | ) |
| int agent_look_up_symbols | ( | void * | arg | ) |
| int agent_run_command | ( | int | pid, |
| const char * | cmd, | ||
| int | len | ||
| ) |
| int debug_agent = 0 |
1.7.6.1