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

/haiku-fatelf/src/apps/debugger/
H A DDebugger.cpp101 bool stopInMain; member in struct:DebuggedProgramInfo
227 bool stopInMain = false; local
244 stopInMain = true;
269 _info.stopInMain = stopInMain;
282 bool stopInMain = false, UserInterface* userInterface = NULL)
304 error = debugger->Init(teamID, threadID, stopInMain);
483 programInfo.thread, programInfo.stopInMain);
613 &settingsManager, this, programInfo.thread, programInfo.stopInMain,
/haiku-fatelf/src/apps/debugger/controllers/
H A DTeamDebugger.h43 bool stopInMain);
H A DTeamDebugger.cpp300 TeamDebugger::Init(team_id teamID, thread_id threadID, bool stopInMain) argument
500 if (stopInMain) {

Completed in 48 milliseconds