Symbol: DebugContext
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
115
DebugContext* context;
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
132
DebugContext* context = it.Next();) {
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
137
DebugContext* context = it.Next();) {
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
142
DebugContext* GetContext()
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
145
DebugContext* context = fFreeContexts.RemoveHead();
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
166
void PutContext(DebugContext* context)
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
177
typedef DoublyLinkedList<DebugContext> DebugContextList;
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
180
status_t _CreateDebugContext(DebugContext*& _context)
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
182
DebugContext* context = new(std::nothrow) DebugContext;
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
226
DebugContext* Context() const
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
233
DebugContext* fContext;
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
48
DoublyLinkedListLinkImpl<DebugContext> {
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
97
while (DebugContext* context = fFreeContexts.RemoveHead())
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.h
76
struct DebugContext;