GDB (API)
|
#include "defs.h"
#include "record.h"
#include "gdbthread.h"
#include "target.h"
#include "gdbcmd.h"
#include "disasm.h"
#include "observer.h"
#include "exceptions.h"
#include "cli/cli-utils.h"
#include "source.h"
#include "ui-out.h"
#include "symtab.h"
#include "filenames.h"
Go to the source code of this file.
Defines | |
#define | DEBUG(msg, args...) |
Functions | |
void | _initialize_record_btrace (void) |
#define DEBUG | ( | msg, | |
args... | |||
) |
do \ { \ if (record_debug != 0) \ fprintf_unfiltered (gdb_stdlog, \ "[record-btrace] " msg "\n", ##args); \ } \ while (0)
Definition at line 45 of file record-btrace.c.
void _initialize_record_btrace | ( | void | ) |