GDB (API)
Classes | Typedefs | Functions
/home/stan/gdb/src/gdb/btrace.h File Reference
#include "btrace-common.h"

Go to the source code of this file.

Classes

struct  btrace_inst
struct  btrace_func
struct  btrace_insn_iterator
struct  btrace_func_iterator
struct  btrace_thread_info

Typedefs

typedef struct btrace_inst btrace_inst_s
typedef struct btrace_func btrace_func_s

Functions

 DEF_VEC_O (btrace_inst_s)
 DEF_VEC_O (btrace_func_s)
void btrace_enable (struct thread_info *tp)
void btrace_disable (struct thread_info *)
void btrace_teardown (struct thread_info *)
void btrace_fetch (struct thread_info *)
void btrace_clear (struct thread_info *)
void btrace_free_objfile (struct objfile *)
 VEC (btrace_block_s)*parse_xml_btrace(const char *)

Typedef Documentation

typedef struct btrace_func btrace_func_s

Definition at line 65 of file btrace.h.

typedef struct btrace_inst btrace_inst_s

Definition at line 64 of file btrace.h.


Function Documentation

void btrace_clear ( struct thread_info )

Definition at line 422 of file btrace.c.

void btrace_disable ( struct thread_info )

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 )

Definition at line 393 of file btrace.c.

void btrace_free_objfile ( struct objfile )

Definition at line 442 of file btrace.c.

void btrace_teardown ( struct thread_info )

Definition at line 374 of file btrace.c.

VEC ( btrace_block_s  ) const
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines