Searched refs:init_debug_context (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/private/debug/
H A Ddebug_support.h23 status_t init_debug_context(debug_context *context, team_id team,
/haiku/src/kits/debug/
H A DDebugContext.cpp27 status_t error = init_debug_context(&fContext, team, nubPort);
H A Ddebug_support.cpp43 // init_debug_context
45 init_debug_context(debug_context *context, team_id team, port_id nubPort) function
/haiku/src/bin/debug/profile/
H A DTeam.cpp81 error = init_debug_context(&fDebugContext, teamID, fNubPort);
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp64 return init_debug_context(this, team, nubPort);
/haiku/src/servers/debug/
H A DDebugServer.cpp449 error = init_debug_context(&fDebugContext, fTeam, nubPort);

Completed in 64 milliseconds