LLDB mainline
lldb_private::breakpad::LineRecord Class Reference

#include <BreakpadRecords.h>

Inheritance diagram for lldb_private::breakpad::LineRecord:
[legend]

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< LineRecordparse (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
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

Detailed Description

Definition at line 159 of file BreakpadRecords.h.

Constructor & Destructor Documentation

◆ LineRecord()

lldb_private::breakpad::LineRecord::LineRecord ( lldb::addr_t Address,
lldb::addr_t Size,
uint32_t LineNum,
size_t FileNum )
inline

Member Function Documentation

◆ parse()

Member Data Documentation

◆ Address

lldb::addr_t lldb_private::breakpad::LineRecord::Address

◆ FileNum

size_t lldb_private::breakpad::LineRecord::FileNum

◆ LineNum

uint32_t lldb_private::breakpad::LineRecord::LineNum

◆ Size

lldb::addr_t lldb_private::breakpad::LineRecord::Size

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