LLDB mainline
|
Go to the source code of this file.
Functions | |
static llvm::MutableArrayRef< uint8_t > | getDestRegister (uint8_t *context, const RegisterInfo ®) |
static void | writeRegister (const void *reg_src, uint8_t *context, const RegisterInfo ®) |
static void | writeBaseRegister (const void *reg_src, uint8_t *context, const RegisterInfo ®) |
|
static |
Definition at line 19 of file RegisterContextMinidump_x86_64.cpp.
References lldb::eRegisterKindLLDB, lldb_private::RegisterInfo::kinds, lldb_private::lldb_cs_x86_64, lldb_private::lldb_ds_x86_64, lldb_private::lldb_es_x86_64, lldb_private::lldb_fs_x86_64, lldb_private::lldb_gs_x86_64, lldb_private::lldb_rflags_x86_64, lldb_private::lldb_ss_x86_64, and lldb_private::RegisterInfo::mutable_data().
Referenced by writeRegister().
|
static |
Definition at line 51 of file RegisterContextMinidump_x86_64.cpp.
References lldb_private::RegisterInfo::mutable_data().
Referenced by lldb_private::minidump::ConvertMinidumpContext_x86_64().
|
static |
Definition at line 41 of file RegisterContextMinidump_x86_64.cpp.
References getDestRegister().
Referenced by lldb_private::minidump::ConvertMinidumpContext_x86_64().