|
LLDB mainline
|
#include <BreakpadRecords.h>
Public Member Functions | |
| LineRecord (lldb::addr_t Address, lldb::addr_t Size, uint32_t LineNum, size_t FileNum) | |
| Public Member Functions inherited from lldb_private::breakpad::Record | |
| Kind | getKind () |
Static Public Member Functions | |
| static std::optional< LineRecord > | 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 | |
| lldb::addr_t | Address |
| lldb::addr_t | Size |
| uint32_t | LineNum |
| size_t | FileNum |
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 159 of file BreakpadRecords.h.
|
inline |
Definition at line 162 of file BreakpadRecords.h.
References Address, FileNum, lldb_private::breakpad::Record::Line, LineNum, lldb_private::breakpad::Record::Record(), and Size.
Referenced by parse().
|
static |
Definition at line 381 of file BreakpadRecords.cpp.
References Address, FileNum, lldb_private::breakpad::Record::Line, LineNum, LineRecord(), and Size.
Referenced by lldb_private::breakpad::SymbolFileBreakpad::ParseCompileUnitAtIndex(), and lldb_private::breakpad::SymbolFileBreakpad::ParseLineTableAndSupportFiles().
| lldb::addr_t lldb_private::breakpad::LineRecord::Address |
Definition at line 167 of file BreakpadRecords.h.
Referenced by LineRecord(), lldb_private::breakpad::operator<<(), lldb_private::breakpad::operator==(), and parse().
| size_t lldb_private::breakpad::LineRecord::FileNum |
Definition at line 170 of file BreakpadRecords.h.
Referenced by LineRecord(), lldb_private::breakpad::operator<<(), lldb_private::breakpad::operator==(), and parse().
| uint32_t lldb_private::breakpad::LineRecord::LineNum |
Definition at line 169 of file BreakpadRecords.h.
Referenced by LineRecord(), lldb_private::breakpad::operator<<(), lldb_private::breakpad::operator==(), and parse().
| lldb::addr_t lldb_private::breakpad::LineRecord::Size |
Definition at line 168 of file BreakpadRecords.h.
Referenced by LineRecord(), lldb_private::breakpad::operator<<(), lldb_private::breakpad::operator==(), and parse().