LLDB mainline
|
Stores a function module spec, symbol name and possibly an alternate symbol name. More...
#include <SymbolLocation.h>
Public Attributes | |
FileSpec | module_spec |
std::vector< ConstString > | symbols |
bool | symbols_are_regex = false |
Stores a function module spec, symbol name and possibly an alternate symbol name.
Definition at line 22 of file SymbolLocation.h.
FileSpec lldb_private::SymbolLocation::module_spec |
Definition at line 23 of file SymbolLocation.h.
Referenced by lldb_private::GetAbortLocation(), lldb_private::GetAssertLocation(), lldb_private::AssertFrameRecognizer::RecognizeFrame(), and lldb_private::RegisterAssertFrameRecognizer().
std::vector<ConstString> lldb_private::SymbolLocation::symbols |
Definition at line 24 of file SymbolLocation.h.
Referenced by lldb_private::GetAbortLocation(), lldb_private::GetAssertLocation(), lldb_private::AssertFrameRecognizer::RecognizeFrame(), and lldb_private::RegisterAssertFrameRecognizer().
bool lldb_private::SymbolLocation::symbols_are_regex = false |
Definition at line 28 of file SymbolLocation.h.
Referenced by lldb_private::GetAbortLocation(), and lldb_private::RegisterAssertFrameRecognizer().