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

/haiku/src/apps/debugger/
H A DDebugger.cpp115 set_debugger_options_from_options(TeamDebuggerOptions& _debuggerOptions, argument
118 _debuggerOptions.commandLineArgc = options.commandLineArgc;
119 _debuggerOptions.commandLineArgv = options.commandLineArgv;
120 _debuggerOptions.team = options.team;
121 _debuggerOptions.thread = options.thread;
122 _debuggerOptions.coreFilePath = options.coreFilePath;
125 _debuggerOptions.requestType = TEAM_DEBUGGER_REQUEST_LOAD_CORE;
127 _debuggerOptions.requestType = TEAM_DEBUGGER_REQUEST_CREATE;
129 _debuggerOptions.requestType = TEAM_DEBUGGER_REQUEST_ATTACH;

Completed in 32 milliseconds