LLDB mainline
|
We use a union to optimize the memory usage for the different kinds of trace items. More...
Public Attributes | |
uint64_t | load_address |
The load addresses of this item if it's an instruction. | |
lldb::TraceEvent | event |
The event kind of this item if it's an event. | |
const char * | error |
The string message of this item if it's an error. | |
We use a union to optimize the memory usage for the different kinds of trace items.
Definition at line 270 of file DecodedThread.h.
const char* lldb_private::trace_intel_pt::DecodedThread::TraceItemStorage::error |
The string message of this item if it's an error.
Definition at line 278 of file DecodedThread.h.
Referenced by lldb_private::trace_intel_pt::DecodedThread::AppendCustomError(), and lldb_private::trace_intel_pt::DecodedThread::AppendError().
lldb::TraceEvent lldb_private::trace_intel_pt::DecodedThread::TraceItemStorage::event |
The event kind of this item if it's an event.
Definition at line 275 of file DecodedThread.h.
Referenced by lldb_private::trace_intel_pt::DecodedThread::AppendEvent().
uint64_t lldb_private::trace_intel_pt::DecodedThread::TraceItemStorage::load_address |
The load addresses of this item if it's an instruction.
Definition at line 272 of file DecodedThread.h.
Referenced by lldb_private::trace_intel_pt::DecodedThread::AppendInstruction().