|
LLDB mainline
|
Public Member Functions | |
| Cursor ()=default | |
Public Attributes | |
| lldb::addr_t | start_pc |
| lldb::addr_t | cfa = LLDB_INVALID_ADDRESS |
| lldb_private::SymbolContext | sctx |
| RegisterContextLLDBSP | reg_ctx_lldb_sp |
Private Member Functions | |
| Cursor (const Cursor &)=delete | |
| const Cursor & | operator= (const Cursor &)=delete |
Definition at line 125 of file UnwindLLDB.h.
|
default |
Referenced by Cursor(), and operator=().
References Cursor().
| lldb::addr_t lldb_private::UnwindLLDB::Cursor::cfa = LLDB_INVALID_ADDRESS |
Definition at line 129 of file UnwindLLDB.h.
| RegisterContextLLDBSP lldb_private::UnwindLLDB::Cursor::reg_ctx_lldb_sp |
Definition at line 134 of file UnwindLLDB.h.
Referenced by lldb_private::UnwindLLDB::DoCreateRegisterContextForFrame().
| lldb_private::SymbolContext lldb_private::UnwindLLDB::Cursor::sctx |
Definition at line 131 of file UnwindLLDB.h.
| lldb::addr_t lldb_private::UnwindLLDB::Cursor::start_pc |
Definition at line 126 of file UnwindLLDB.h.