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

/haiku/src/kits/debugger/target_host_interface/
H A DTargetHostInterface.cpp24 commandLineArgv(NULL),
67 options.commandLineArgv, team);
196 options.commandLineArgv = debugger->Arguments();
258 if (options.commandLineArgv != NULL)
286 options.commandLineArgc, options.commandLineArgv, stopInMain);
/haiku/src/apps/debugger/
H A DDebugger.cpp91 const char* const* commandLineArgv; member in struct:Options
102 commandLineArgv(NULL),
119 _debuggerOptions.commandLineArgv = options.commandLineArgv;
211 options.commandLineArgv = argv + optind;
643 options.commandLineArgv = argv;
/haiku/headers/private/debugger/target_host_interface/
H A DTargetHostInterface.h120 const char* const* commandLineArgv; member in struct:TeamDebuggerOptions

Completed in 30 milliseconds