GDB (API)
|
#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 struct btrace_func btrace_func_s |
typedef struct btrace_inst btrace_inst_s |
void btrace_clear | ( | struct thread_info * | ) |
void btrace_disable | ( | struct thread_info * | ) |
void btrace_enable | ( | struct thread_info * | tp | ) |
void btrace_fetch | ( | struct thread_info * | ) |
void btrace_free_objfile | ( | struct objfile * | ) |
void btrace_teardown | ( | struct thread_info * | ) |
VEC | ( | btrace_block_s | ) | const |