Searched refs:RegisterContextMemory (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMemory.cpp1 //===-- RegisterContextMemory.cpp -------------------------------*- C++ -*-===//
10 #include "RegisterContextMemory.h"
27 // RegisterContextMemory constructor
29 RegisterContextMemory::RegisterContextMemory function in class:RegisterContextMemory
57 RegisterContextMemory::~RegisterContextMemory()
62 RegisterContextMemory::InvalidateAllRegisters ()
69 RegisterContextMemory::SetAllRegisterValid (bool b)
77 RegisterContextMemory
[all...]
H A DRegisterContextMemory.h1 //===-- RegisterContextMemory.h ---------------------------------*- C++ -*-===//
25 class RegisterContextMemory : public lldb_private::RegisterContext class in inherits:lldb_private::RegisterContext
31 RegisterContextMemory (lldb_private::Thread &thread,
37 ~RegisterContextMemory ();
97 // For RegisterContextMemory only
99 DISALLOW_COPY_AND_ASSIGN (RegisterContextMemory);
/freebsd-10-stable/lib/clang/liblldbPluginProcessUtility/
H A DMakefile22 RegisterContextMemory.cpp \
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp38 #include "Plugins/Process/Utility/RegisterContextMemory.h"
356 reg_ctx_sp.reset (new RegisterContextMemory (*thread, 0, *GetDynamicRegisterInfo (), reg_data_addr));
374 RegisterContextMemory *reg_ctx_memory = new RegisterContextMemory (*thread, 0, *GetDynamicRegisterInfo (), LLDB_INVALID_ADDRESS);

Completed in 108 milliseconds