GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
btrace_thread_info Struct Reference

#include "btrace.h"

Public Attributes

struct btrace_target_info * target
 
struct btrace_data data
 
std::vector< btrace_functionfunctions
 
int level
 
unsigned int ngaps
 
btrace_thread_flags flags
 
struct btrace_insn_historyinsn_history
 
struct btrace_call_historycall_history
 
struct btrace_insn_iteratorreplay
 
enum target_stop_reason stop_reason
 
struct btrace_maint_info maint
 

Detailed Description

Definition at line 316 of file btrace.h.

Member Data Documentation

◆ call_history

struct btrace_call_history* btrace_thread_info::call_history

◆ data

struct btrace_data btrace_thread_info::data

◆ flags

btrace_thread_flags btrace_thread_info::flags

Definition at line 342 of file btrace.h.

Referenced by record_btrace_resume_thread(), and record_btrace_step_thread().

◆ functions

std::vector<btrace_function> btrace_thread_info::functions

◆ insn_history

struct btrace_insn_history* btrace_thread_info::insn_history

◆ level

int btrace_thread_info::level

◆ maint

struct btrace_maint_info btrace_thread_info::maint

◆ ngaps

unsigned int btrace_thread_info::ngaps

Definition at line 339 of file btrace.h.

Referenced by btrace_clear(), and record_btrace_target::info_record().

◆ replay

struct btrace_insn_iterator* btrace_thread_info::replay

◆ stop_reason

enum target_stop_reason btrace_thread_info::stop_reason

Definition at line 356 of file btrace.h.

Referenced by record_btrace_replay_at_breakpoint().

◆ target

struct btrace_target_info* btrace_thread_info::target

Definition at line 323 of file btrace.h.

Referenced by btrace_conf(), btrace_disable(), btrace_fetch(), and btrace_teardown().


The documentation for this struct was generated from the following file: