Searched refs:RegisterContextMacOSXFrameBackchain (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMacOSXFrameBackchain.cpp1 //===-- RegisterContextMacOSXFrameBackchain.cpp -----------------*- C++ -*-===//
10 #include "RegisterContextMacOSXFrameBackchain.h"
28 // RegisterContextMacOSXFrameBackchain constructor
30 RegisterContextMacOSXFrameBackchain::RegisterContextMacOSXFrameBackchain function in class:RegisterContextMacOSXFrameBackchain
45 RegisterContextMacOSXFrameBackchain::~RegisterContextMacOSXFrameBackchain()
50 RegisterContextMacOSXFrameBackchain::InvalidateAllRegisters ()
56 RegisterContextMacOSXFrameBackchain::GetRegisterCount ()
62 RegisterContextMacOSXFrameBackchain
[all...]
H A DRegisterContextMacOSXFrameBackchain.h1 //===-- RegisterContextMacOSXFrameBackchain.h -------------------*- C++ -*-===//
22 class RegisterContextMacOSXFrameBackchain : public lldb_private::RegisterContext class in inherits:lldb_private::RegisterContext
28 RegisterContextMacOSXFrameBackchain (lldb_private::Thread &thread,
33 ~RegisterContextMacOSXFrameBackchain ();
72 // For RegisterContextMacOSXFrameBackchain only
74 DISALLOW_COPY_AND_ASSIGN (RegisterContextMacOSXFrameBackchain);
H A DAndroid.mk22 RegisterContextMacOSXFrameBackchain.cpp \
H A DUnwindMacOSXFrameBackchain.h51 friend class RegisterContextMacOSXFrameBackchain;
H A DUnwindMacOSXFrameBackchain.cpp23 #include "RegisterContextMacOSXFrameBackchain.h"
82 reg_ctx_sp.reset (new RegisterContextMacOSXFrameBackchain (m_thread, concrete_idx, m_cursors[concrete_idx]));

Completed in 103 milliseconds