|
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 88 of file tracepoint.h.
| int trace_status::buffer_free |
Definition at line 127 of file tracepoint.h.
Referenced by ctf_write_status(), parse_trace_status(), tfile_open(), tfile_write_status(), trace_status_mi(), and tstatus_command().
| int trace_status::buffer_size |
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().
| int trace_status::circular_buffer |
Definition at line 137 of file tracepoint.h.
Referenced by ctf_write_status(), parse_trace_status(), tfile_open(), tfile_write_status(), trace_status_mi(), and tstatus_command().
| int trace_status::disconnected_tracing |
Definition at line 132 of file tracepoint.h.
Referenced by ctf_write_status(), parse_trace_status(), query_if_trace_running(), tfile_open(), tfile_write_status(), trace_status_mi(), and tstatus_command().
| const char* trace_status::filename |
Definition at line 92 of file tracepoint.h.
Referenced by remote_get_trace_status(), tfile_open(), trace_status_mi(), and tstatus_command().
| char* trace_status::notes |
Definition at line 147 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 98 of file tracepoint.h.
Referenced by parse_trace_status(), query_if_trace_running(), remote_can_download_tracepoint(), remote_get_trace_status(), start_tracing(), stop_tracing(), tfile_write_status(), trace_status_mi(), tstatus_command(), and tvariables_info_1().
| int trace_status::running_known |
Definition at line 95 of file tracepoint.h.
Referenced by parse_trace_status(), remote_can_download_tracepoint(), tfile_open(), trace_status_mi(), and tstatus_command().
| LONGEST trace_status::start_time |
Definition at line 152 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 111 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 100 of file tracepoint.h.
Referenced by ctf_write_status(), parse_trace_status(), tfile_open(), tfile_write_status(), trace_status_mi(), and tstatus_command().
| LONGEST trace_status::stop_time |
Definition at line 153 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 105 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 115 of file tracepoint.h.
Referenced by ctf_write_status(), parse_trace_status(), tfile_open(), tfile_write_status(), trace_status_mi(), and tstatus_command().
| int trace_status::traceframes_created |
Definition at line 119 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 142 of file tracepoint.h.
Referenced by parse_trace_status(), tfile_write_status(), trace_status_mi(), and tstatus_command().
1.8.14