LLDB mainline
|
#include <UnwindLLDB.h>
Public Attributes | |
int | type |
union { | |
lldb::addr_t target_memory_location | |
uint32_t register_number | |
void * host_memory_location | |
uint64_t inferred_value | |
} | location |
Definition at line 41 of file UnwindLLDB.h.
Enumerator | |
---|---|
eRegisterNotSaved | |
eRegisterSavedAtMemoryLocation | |
eRegisterInRegister | |
eRegisterSavedAtHostMemoryLocation | |
eRegisterValueInferred | |
eRegisterInLiveRegisterContext |
Definition at line 42 of file UnwindLLDB.h.
void* lldb_private::UnwindLLDB::RegisterLocation::host_memory_location |
Definition at line 61 of file UnwindLLDB.h.
uint64_t lldb_private::UnwindLLDB::RegisterLocation::inferred_value |
Definition at line 62 of file UnwindLLDB.h.
Referenced by lldb_private::RegisterContextUnwind::ReadRegisterValueFromRegisterLocation(), and lldb_private::RegisterContextUnwind::SavedLocationForRegister().
union { ... } lldb_private::UnwindLLDB::RegisterLocation::location |
Referenced by lldb_private::RegisterContextUnwind::ReadRegisterValueFromRegisterLocation(), lldb_private::RegisterContextUnwind::SavedLocationForRegister(), lldb_private::UnwindLLDB::SearchForSavedLocationForRegister(), and lldb_private::RegisterContextUnwind::WriteRegisterValueToRegisterLocation().
uint32_t lldb_private::UnwindLLDB::RegisterLocation::register_number |
Definition at line 60 of file UnwindLLDB.h.
Referenced by lldb_private::RegisterContextUnwind::ReadRegisterValueFromRegisterLocation(), lldb_private::RegisterContextUnwind::SavedLocationForRegister(), lldb_private::UnwindLLDB::SearchForSavedLocationForRegister(), and lldb_private::RegisterContextUnwind::WriteRegisterValueToRegisterLocation().
lldb::addr_t lldb_private::UnwindLLDB::RegisterLocation::target_memory_location |
int lldb_private::UnwindLLDB::RegisterLocation::type |
Definition at line 56 of file UnwindLLDB.h.
Referenced by lldb_private::RegisterContextUnwind::ReadRegisterValueFromRegisterLocation(), lldb_private::RegisterContextUnwind::SavedLocationForRegister(), lldb_private::UnwindLLDB::SearchForSavedLocationForRegister(), and lldb_private::RegisterContextUnwind::WriteRegisterValueToRegisterLocation().