Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DArgs.h83 explicit operator Environment() const { return GetConstArgumentVector(); } in Environment()
181 const char **GetConstArgumentVector() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DDarwinProcessLauncher.cpp522 const auto argv = launch_info.GetArguments().GetConstArgumentVector(); in LaunchInferior()
524 launch_info.GetEnvironmentEntries().GetConstArgumentVector(); in LaunchInferior()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp118 const char **argv = info.GetArguments().GetConstArgumentVector(); in ChildFunc()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcessLaunchInfo.cpp251 const char **argv = GetArguments().GetConstArgumentVector(); in ConvertArgumentsForLaunchingInShell()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DArgs.cpp283 const char **Args::GetConstArgumentVector() const { in GetConstArgumentVector() function in Args
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp960 InvokeOverrideCallback(full_args.GetConstArgumentVector(), result); in Execute()
H A DCommandInterpreter.cpp2041 new_args.GetConstArgumentVector()); in BuildAliasCommandArgs()
2051 new_args.GetConstArgumentVector()); in BuildAliasCommandArgs()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp406 this, module, launch_info.GetArguments().GetConstArgumentVector(), in DoLaunch()