Go to the documentation of this file.
9 #ifndef LLDB_TARGET_STACKID_H
10 #define LLDB_TARGET_STACKID_H
101 #endif // LLDB_TARGET_STACKID_H
void SetPC(lldb::addr_t pc)
StackID(const StackID &rhs)
SymbolContextScope * m_symbol_scope
SymbolContextScope * GetSymbolContextScope() const
StackID(lldb::addr_t pc, lldb::addr_t cfa, SymbolContextScope *symbol_scope)
const StackID & operator=(const StackID &rhs)
bool operator==(const Address &lhs, const Address &rhs)
lldb::addr_t GetCallFrameAddress() const
void SetSymbolContextScope(SymbolContextScope *symbol_scope)
void SetCFA(lldb::addr_t cfa)
lldb::addr_t GetPC() const
bool operator!=(const Address &lhs, const Address &rhs)
bool operator<(const Address &lhs, const Address &rhs)
#define LLDB_INVALID_ADDRESS
A class that represents a running process on the host machine.