Home
last modified time | relevance | path

Searched refs:_CreateDebugContext (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp116 error = _CreateDebugContext(context); in Init()
149 || _CreateDebugContext(context) != B_OK) { in GetContext()
180 status_t _CreateDebugContext(DebugContext*& _context) in _CreateDebugContext() function