GDB (xrefs)
|
#include "tracepoint.h"
Public Attributes | |
const char * | filename |
int | running_known |
int | running |
enum trace_stop_reason | stop_reason |
int | stopping_tracepoint |
char * | stop_desc |
int | traceframe_count |
int | traceframes_created |
int | buffer_size |
int | buffer_free |
int | disconnected_tracing |
int | circular_buffer |
char * | user_name |
char * | notes |
LONGEST | start_time |
LONGEST | stop_time |
Definition at line 92 of file tracepoint.h.
int trace_status::buffer_free |
Definition at line 131 of file tracepoint.h.
Referenced by ctf_write_status(), parse_trace_status(), tfile_target_open(), tfile_write_status(), trace_status_mi(), and tstatus_command().
int trace_status::buffer_size |
Definition at line 127 of file tracepoint.h.
Referenced by ctf_write_status(), parse_trace_status(), tfile_write_status(), trace_status_mi(), and tstatus_command().
int trace_status::circular_buffer |
Definition at line 141 of file tracepoint.h.
Referenced by ctf_write_status(), parse_trace_status(), tfile_target_open(), tfile_write_status(), trace_status_mi(), and tstatus_command().
int trace_status::disconnected_tracing |
Definition at line 136 of file tracepoint.h.
Referenced by ctf_write_status(), parse_trace_status(), tfile_target_open(), tfile_write_status(), trace_status_mi(), and tstatus_command().
const char* trace_status::filename |
Definition at line 96 of file tracepoint.h.
Referenced by remote_target::get_trace_status(), tfile_target_open(), trace_status_mi(), and tstatus_command().
char* trace_status::notes |
Definition at line 151 of file tracepoint.h.
Referenced by parse_trace_status(), tfile_write_status(), trace_status_mi(), and tstatus_command().
int trace_status::running |
Definition at line 102 of file tracepoint.h.
Referenced by remote_target::can_download_tracepoint(), remote_target::get_trace_status(), parse_trace_status(), query_if_trace_running(), start_tracing(), stop_tracing(), tfile_write_status(), trace_status_mi(), and tstatus_command().
int trace_status::running_known |
Definition at line 99 of file tracepoint.h.
Referenced by remote_target::can_download_tracepoint(), parse_trace_status(), tfile_target_open(), trace_status_mi(), and tstatus_command().
LONGEST trace_status::start_time |
Definition at line 156 of file tracepoint.h.
Referenced by parse_trace_status(), tfile_write_status(), trace_status_mi(), and tstatus_command().
char* trace_status::stop_desc |
Definition at line 115 of file tracepoint.h.
Referenced by parse_trace_status(), tfile_write_status(), trace_status_mi(), and tstatus_command().
enum trace_stop_reason trace_status::stop_reason |
Definition at line 104 of file tracepoint.h.
Referenced by ctf_write_status(), parse_trace_status(), tfile_target_open(), tfile_write_status(), trace_status_mi(), and tstatus_command().
LONGEST trace_status::stop_time |
Definition at line 157 of file tracepoint.h.
Referenced by parse_trace_status(), tfile_write_status(), trace_status_mi(), and tstatus_command().
int trace_status::stopping_tracepoint |
Definition at line 109 of file tracepoint.h.
Referenced by ctf_write_status(), parse_trace_status(), tfile_write_status(), trace_status_mi(), and tstatus_command().
int trace_status::traceframe_count |
Definition at line 119 of file tracepoint.h.
Referenced by ctf_write_status(), parse_trace_status(), tfile_target_open(), tfile_write_status(), trace_status_mi(), and tstatus_command().
int trace_status::traceframes_created |
Definition at line 123 of file tracepoint.h.
Referenced by ctf_write_status(), parse_trace_status(), tfile_write_status(), trace_status_mi(), and tstatus_command().
char* trace_status::user_name |
Definition at line 146 of file tracepoint.h.
Referenced by parse_trace_status(), tfile_write_status(), trace_status_mi(), and tstatus_command().