LLDB mainline
lldb_private::breakpad::SymbolFileBreakpad::Bookmark Struct Reference

Public Attributes

uint32_t section
size_t offset

Friends

bool operator< (const Bookmark &lhs, const Bookmark &rhs)

Detailed Description

Definition at line 150 of file SymbolFileBreakpad.h.

◆ operator<

bool operator< ( const Bookmark & lhs,
const Bookmark & rhs )
friend

Definition at line 154 of file SymbolFileBreakpad.h.

References offset, and section.

Member Data Documentation

◆ offset

size_t lldb_private::breakpad::SymbolFileBreakpad::Bookmark::offset

Definition at line 152 of file SymbolFileBreakpad.h.

Referenced by operator<.

◆ section

uint32_t lldb_private::breakpad::SymbolFileBreakpad::Bookmark::section

Definition at line 151 of file SymbolFileBreakpad.h.

Referenced by operator<.


The documentation for this struct was generated from the following file: