GDB (API)
Defines | Functions
/home/stan/gdb/src/gdb/btrace.c File Reference
#include "btrace.h"
#include "gdbthread.h"
#include "exceptions.h"
#include "inferior.h"
#include "target.h"
#include "record.h"
#include "symtab.h"
#include "disasm.h"
#include "source.h"
#include "filenames.h"
#include "xml-support.h"

Go to the source code of this file.

Defines

#define DEBUG(msg, args...)
#define DEBUG_FTRACE(msg, args...)   DEBUG ("[ftrace] " msg, ##args)

Functions

void btrace_enable (struct thread_info *tp)
void btrace_disable (struct thread_info *tp)
void btrace_teardown (struct thread_info *tp)
void btrace_fetch (struct thread_info *tp)
void btrace_clear (struct thread_info *tp)
void btrace_free_objfile (struct objfile *objfile)
 VEC (btrace_block_s)

Define Documentation

#define DEBUG (   msg,
  args... 
)
Value:
do                                                                      \
    {                                                                   \
      if (record_debug != 0)                                            \
        fprintf_unfiltered (gdb_stdlog,                                 \
                            "[btrace] " msg "\n", ##args);              \
    }                                                                   \
  while (0)

Definition at line 37 of file btrace.c.

#define DEBUG_FTRACE (   msg,
  args... 
)    DEBUG ("[ftrace] " msg, ##args)

Definition at line 46 of file btrace.c.


Function Documentation

void btrace_clear ( struct thread_info tp)

Definition at line 422 of file btrace.c.

void btrace_disable ( struct thread_info tp)

Definition at line 355 of file btrace.c.

void btrace_enable ( struct thread_info tp)

Definition at line 339 of file btrace.c.

void btrace_fetch ( struct thread_info tp)

Definition at line 393 of file btrace.c.

void btrace_free_objfile ( struct objfile objfile)

Definition at line 442 of file btrace.c.

void btrace_teardown ( struct thread_info tp)

Definition at line 374 of file btrace.c.

Definition at line 515 of file btrace.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines