Home
last modified time | relevance | path

Searched refs:GetConstArgumentVector (Results 1 – 9 of 9) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectLog.cpp200 args.GetConstArgumentVector(), in DoExecute()
287 log_callbacks.disable (args.GetConstArgumentVector(), &result.GetErrorStream()); in DoExecute()
299 … log_channel_sp->Disable(args.GetConstArgumentVector(), &result.GetErrorStream()); in DoExecute()
HDCommandObjectBreakpoint.cpp1828 …valid_ids->InsertStringArray (temp_args.GetConstArgumentVector(), temp_args.GetArgumentCount(), re… in VerifyBreakpointIDs()
/trueos/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDArgs.h187 GetConstArgumentVector () const;
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
HDProcessPOSIX.cpp238 launch_info.GetArguments().GetConstArgumentVector(), in DoLaunch()
239 launch_info.GetEnvironmentEntries().GetConstArgumentVector(), in DoLaunch()
/trueos/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.cpp364 const char **envp = launch_info.GetEnvironmentEntries().GetConstArgumentVector(); in LaunchProcess()
/trueos/contrib/llvm/tools/lldb/source/Host/common/
HDHost.cpp1777 char * const *argv = (char * const*)launch_info.GetArguments().GetConstArgumentVector(); in LaunchProcessPosixSpawn()
1778 … char * const *envp = (char * const*)launch_info.GetEnvironmentEntries().GetConstArgumentVector(); in LaunchProcessPosixSpawn()
/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandObject.cpp1015 handled = command_callback (GetOverrideCallbackBaton(), full_args.GetConstArgumentVector()); in Execute()
HDArgs.cpp449 Args::GetConstArgumentVector() const in GetConstArgumentVector() function in Args
/trueos/contrib/llvm/tools/lldb/source/Target/
HDProcess.cpp525 const char **argv = GetArguments().GetConstArgumentVector (); in ConvertArgumentsForLaunchingInShell()