OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RegisterContextMemory
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/Plugins/Process/Utility/
RegisterContextMemory.h
1
//===--
RegisterContextMemory
.h ---------------------------------*- C++ -*-===//
25
class
RegisterContextMemory
: public lldb_private::RegisterContext
31
RegisterContextMemory
(lldb_private::Thread &thread,
37
~
RegisterContextMemory
();
97
// For
RegisterContextMemory
only
99
DISALLOW_COPY_AND_ASSIGN (
RegisterContextMemory
);
RegisterContextMemory.cpp
1
//===--
RegisterContextMemory
.cpp -------------------------------*- C++ -*-===//
10
#include "
RegisterContextMemory
.h"
27
//
RegisterContextMemory
constructor
29
RegisterContextMemory
::
RegisterContextMemory
57
RegisterContextMemory
::~
RegisterContextMemory
()
62
RegisterContextMemory
::InvalidateAllRegisters ()
69
RegisterContextMemory
::SetAllRegisterValid (bool b)
77
RegisterContextMemory
::GetRegisterCount (
[
all
...]
Completed in 318 milliseconds