|
GDB (API)
|
#include "defs.h"#include "inferior.h"#include "symfile.h"#include "objfiles.h"#include "gdbcore.h"#include "tracepoint.h"#include "demangle.h"#include "top.h"#include "annotate.h"#include "cli/cli-decode.h"#include "observer.h"#include "gdbthread.h"#include <tcl.h>#include <tk.h>#include "guitcl.h"#include "gdbtk.h"#include <signal.h>#include <fcntl.h>#include <sys/time.h>#include "gdb_string.h"#include "dis-asm.h"#include "gdbcmd.h"Go to the source code of this file.
Defines | |
| #define | HAS_STDARG 1 |
Functions | |
| void | gdbtk_create_breakpoint (struct breakpoint *) |
| void | gdbtk_delete_breakpoint (struct breakpoint *) |
| void | gdbtk_modify_breakpoint (struct breakpoint *) |
| int | x_event (int) |
| void | report_error (void) |
| long | gdbtk_read (struct ui_file *, char *, long) |
| void | gdbtk_fputs (const char *, struct ui_file *) |
| void | gdbtk_add_hooks (void) |
| void | gdbtk_restore_result_ptr (void *old_result_ptr) |
| int | gdbtk_two_elem_cmd (char *cmd_name, char *argv1) |
| struct ui_file * | gdbtk_fileopenin (void) |
| struct ui_file * | gdbtk_fileopen (void) |
| void | gdbtk_ignorable_warning (const char *class, const char *warning) |
| ptid_t | gdbtk_get_ptid (void) |
Variables | |
| volatile int | in_fputs = 0 |
| int | gdbtk_force_detach = 0 |
| gdbtk_result * | result_ptr = NULL |
| #define HAS_STDARG 1 |
Definition at line 45 of file gdbtk-hooks.c.
| void gdbtk_add_hooks | ( | void | ) |
Definition at line 120 of file gdbtk-hooks.c.
| void gdbtk_create_breakpoint | ( | struct breakpoint * | ) |
Definition at line 562 of file gdbtk-bp.c.
| void gdbtk_delete_breakpoint | ( | struct breakpoint * | ) |
Definition at line 571 of file gdbtk-bp.c.
| struct ui_file* gdbtk_fileopen | ( | void | ) | [read] |
Definition at line 226 of file gdbtk-hooks.c.
| struct ui_file* gdbtk_fileopenin | ( | void | ) | [read] |
Definition at line 218 of file gdbtk-hooks.c.
| void gdbtk_fputs | ( | const char * | ptr, |
| struct ui_file * | stream | ||
| ) |
Definition at line 295 of file gdbtk-hooks.c.
| ptid_t gdbtk_get_ptid | ( | void | ) |
Definition at line 842 of file gdbtk-hooks.c.
| void gdbtk_ignorable_warning | ( | const char * | class, |
| const char * | warning | ||
| ) |
Definition at line 377 of file gdbtk-hooks.c.
| void gdbtk_modify_breakpoint | ( | struct breakpoint * | ) |
Definition at line 577 of file gdbtk-bp.c.
| long gdbtk_read | ( | struct ui_file * | stream, |
| char * | buf, | ||
| long | sizeof_buf | ||
| ) |
Definition at line 237 of file gdbtk-hooks.c.
| void gdbtk_restore_result_ptr | ( | void * | old_result_ptr | ) |
Definition at line 189 of file gdbtk-hooks.c.
| int gdbtk_two_elem_cmd | ( | char * | cmd_name, |
| char * | argv1 | ||
| ) |
Definition at line 197 of file gdbtk-hooks.c.
| void report_error | ( | void | ) |
Definition at line 365 of file gdbtk-hooks.c.
Definition at line 430 of file gdbtk-hooks.c.
Definition at line 68 of file gdbtk-hooks.c.
Definition at line 64 of file gdbtk-hooks.c.
| gdbtk_result* result_ptr = NULL |
Definition at line 183 of file gdbtk-hooks.c.
1.7.6.1