LLDB mainline
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
lldb_private::breakpad::StackCFIRecord Class Reference

#include <BreakpadRecords.h>

Inheritance diagram for lldb_private::breakpad::StackCFIRecord:
Inheritance graph
[legend]

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< StackCFIRecordparse (llvm::StringRef Line)
 
- Static Public Member Functions inherited from lldb_private::breakpad::Record
static std::optional< Kindclassify (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_tSize
 
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
 

Detailed Description

Definition at line 193 of file BreakpadRecords.h.

Constructor & Destructor Documentation

◆ StackCFIRecord()

lldb_private::breakpad::StackCFIRecord::StackCFIRecord ( lldb::addr_t  Address,
std::optional< lldb::addr_t Size,
llvm::StringRef  UnwindRules 
)
inline

Definition at line 196 of file BreakpadRecords.h.

Member Function Documentation

◆ parse()

std::optional< StackCFIRecord > StackCFIRecord::parse ( llvm::StringRef  Line)
static

Member Data Documentation

◆ Address

lldb::addr_t lldb_private::breakpad::StackCFIRecord::Address

◆ Size

std::optional<lldb::addr_t> lldb_private::breakpad::StackCFIRecord::Size

◆ UnwindRules

llvm::StringRef lldb_private::breakpad::StackCFIRecord::UnwindRules

The documentation for this class was generated from the following files: