GDB (API)
Defines | Functions
/home/stan/gdb/src/gdb/record-btrace.c File Reference
#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 Documentation

#define DEBUG (   msg,
  args... 
)
Value:
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.


Function Documentation

void _initialize_record_btrace ( void  )
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines