LLDB mainline
|
Helper struct that holds symbol, disassembly and address information of an instruction. More...
#include <TraceDumper.h>
Public Attributes | |
SymbolContext | sc |
Address | address |
lldb::DisassemblerSP | disassembler |
lldb::InstructionSP | instruction |
lldb_private::ExecutionContext | exe_ctx |
Helper struct that holds symbol, disassembly and address information of an instruction.
Definition at line 55 of file TraceDumper.h.
Address lldb_private::TraceDumper::SymbolInfo::address |
Definition at line 57 of file TraceDumper.h.
Referenced by AppendInstructionToFunctionCallForest(), CalculateDisass(), CalculateSymbolInfo(), and OutputWriterCLI::DumpSegmentContext().
lldb::DisassemblerSP lldb_private::TraceDumper::SymbolInfo::disassembler |
Definition at line 58 of file TraceDumper.h.
Referenced by CalculateDisass(), and CalculateSymbolInfo().
lldb_private::ExecutionContext lldb_private::TraceDumper::SymbolInfo::exe_ctx |
Definition at line 60 of file TraceDumper.h.
Referenced by CalculateSymbolInfo(), and OutputWriterCLI::DumpSegmentContext().
lldb::InstructionSP lldb_private::TraceDumper::SymbolInfo::instruction |
Definition at line 59 of file TraceDumper.h.
Referenced by AppendInstructionToFunctionCallForest(), and CalculateSymbolInfo().
SymbolContext lldb_private::TraceDumper::SymbolInfo::sc |
Definition at line 56 of file TraceDumper.h.
Referenced by AppendInstructionToFunctionCallForest(), CalculateDisass(), CalculateSymbolInfo(), OutputWriterCLI::DumpSegmentContext(), OutputWriterCLI::DumpUntracedContext(), and IsSameInstructionSymbolContext().