LLDB mainline
|
#include <BreakpadRecords.h>
Public Member Functions | |
StackCFIRecord (lldb::addr_t Address, std::optional< lldb::addr_t > Size, llvm::StringRef UnwindRules) | |
Public Member Functions inherited from lldb_private::breakpad::Record | |
Kind | getKind () |
Static Public Member Functions | |
static std::optional< StackCFIRecord > | 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 |
std::optional< lldb::addr_t > | Size |
llvm::StringRef | UnwindRules |
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 193 of file BreakpadRecords.h.
|
inline |
Definition at line 196 of file BreakpadRecords.h.
|
static |
Definition at line 438 of file BreakpadRecords.cpp.
References Address, lldb_private::breakpad::Record::Line, Size, and stringTo< Token >().
Referenced by lldb_private::breakpad::SymbolFileBreakpad::ParseCFIUnwindPlan(), and lldb_private::breakpad::SymbolFileBreakpad::ParseUnwindData().
lldb::addr_t lldb_private::breakpad::StackCFIRecord::Address |
Definition at line 201 of file BreakpadRecords.h.
Referenced by lldb_private::breakpad::operator<<(), lldb_private::breakpad::operator==(), and parse().
std::optional<lldb::addr_t> lldb_private::breakpad::StackCFIRecord::Size |
Definition at line 202 of file BreakpadRecords.h.
Referenced by lldb_private::breakpad::operator<<(), lldb_private::breakpad::operator==(), and parse().
llvm::StringRef lldb_private::breakpad::StackCFIRecord::UnwindRules |
Definition at line 203 of file BreakpadRecords.h.
Referenced by lldb_private::breakpad::operator<<(), and lldb_private::breakpad::operator==().