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

/haiku/src/kits/debugger/target_host_interface/
H A DTargetHostInterface.cpp60 bool stopInMain = options.requestType == TEAM_DEBUGGER_REQUEST_CREATE; local
91 return _StartTeamDebugger(team, options, stopInMain);
248 const TeamDebuggerOptions& options, bool stopInMain)
286 options.commandLineArgc, options.commandLineArgv, stopInMain);
247 _StartTeamDebugger(team_id teamID, const TeamDebuggerOptions& options, bool stopInMain) argument
/haiku/headers/private/debugger/target_host_interface/
H A DTargetHostInterface.h78 bool stopInMain);
/haiku/headers/private/debugger/controllers/
H A DTeamDebugger.h55 bool stopInMain);
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp328 const char* const* argv, bool stopInMain)
538 if (stopInMain) {
327 Init(DebuggerInterface* interface, thread_id threadID, int argc, const char* const* argv, bool stopInMain) argument

Completed in 40 milliseconds