Searched defs:RegisterContextDarwin_arm (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.h1 //===-- RegisterContextDarwin_arm.h -----------------------------*- C++ -*-===//
51 class RegisterContextDarwin_arm : public lldb_private::RegisterContext class in inherits:lldb_private::RegisterContext
55 RegisterContextDarwin_arm(lldb_private::Thread &thread, uint32_t concrete_frame_idx);
58 ~RegisterContextDarwin_arm();
H A DRegisterContextDarwin_arm.cpp1 //===-- RegisterContextDarwin_arm.cpp ---------------------------*- C++ -*-===//
12 #include "RegisterContextDarwin_arm.h"
173 RegisterContextDarwin_arm::RegisterContextDarwin_arm(Thread &thread, uint32_t concrete_frame_idx) : function in class:RegisterContextDarwin_arm
188 RegisterContextDarwin_arm::~RegisterContextDarwin_arm()
194 #define FPU_OFFSET(idx) ((idx) * 4 + sizeof (RegisterContextDarwin_arm::GPR))
195 #define EXC_OFFSET(idx) ((idx) * 4 + sizeof (RegisterContextDarwin_arm::GPR) + sizeof (RegisterContextDarwin_arm::FPU))
196 #define DBG_OFFSET(reg) ((LLVM_EXTENSION offsetof (RegisterContextDarwin_arm
[all...]

Completed in 119 milliseconds