LLDB mainline
|
#include <BreakpadRecords.h>
Public Member Functions | |
InlineRecord (size_t InlineNestLevel, uint32_t CallSiteLineNum, size_t CallSiteFileNum, size_t OriginNum) | |
Public Member Functions inherited from lldb_private::breakpad::Record | |
Kind | getKind () |
Static Public Member Functions | |
static std::optional< InlineRecord > | parse (llvm::StringRef Line) |
Static Public Member Functions inherited from lldb_private::breakpad::Record | |
static std::optional< Kind > | classify (llvm::StringRef Line) |
Attempt to guess the kind of the record present in the argument without doing a full parse. | |
Public Attributes | |
size_t | InlineNestLevel |
uint32_t | CallSiteLineNum |
size_t | CallSiteFileNum |
size_t | OriginNum |
std::vector< std::pair< lldb::addr_t, lldb::addr_t > > | Ranges |
Additional Inherited Members | |
Public Types inherited from lldb_private::breakpad::Record | |
enum | Kind { Module , Info , File , Func , Inline , InlineOrigin , Line , Public , StackCFI , StackWin } |
Protected Member Functions inherited from lldb_private::breakpad::Record | |
Record (Kind K) | |
~Record ()=default | |
Definition at line 139 of file BreakpadRecords.h.
|
inline |
Definition at line 142 of file BreakpadRecords.h.
|
static |
Definition at line 329 of file BreakpadRecords.cpp.
References CallSiteFileNum, CallSiteLineNum, InlineNestLevel, lldb_private::breakpad::Record::Line, and OriginNum.
Referenced by lldb_private::breakpad::SymbolFileBreakpad::ParseBlocksRecursive().
size_t lldb_private::breakpad::InlineRecord::CallSiteFileNum |
Definition at line 150 of file BreakpadRecords.h.
Referenced by lldb_private::breakpad::operator<<(), lldb_private::breakpad::operator==(), and parse().
uint32_t lldb_private::breakpad::InlineRecord::CallSiteLineNum |
Definition at line 149 of file BreakpadRecords.h.
Referenced by lldb_private::breakpad::operator<<(), lldb_private::breakpad::operator==(), and parse().
size_t lldb_private::breakpad::InlineRecord::InlineNestLevel |
Definition at line 148 of file BreakpadRecords.h.
Referenced by lldb_private::breakpad::operator<<(), lldb_private::breakpad::operator==(), and parse().
size_t lldb_private::breakpad::InlineRecord::OriginNum |
Definition at line 151 of file BreakpadRecords.h.
Referenced by lldb_private::breakpad::operator<<(), lldb_private::breakpad::operator==(), and parse().
std::vector<std::pair<lldb::addr_t, lldb::addr_t> > lldb_private::breakpad::InlineRecord::Ranges |
Definition at line 153 of file BreakpadRecords.h.
Referenced by lldb_private::breakpad::operator<<(), and lldb_private::breakpad::operator==().