Home
last modified time | relevance | path

Searched refs:GetArgumentVector (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DDarwinProcessLauncher.cpp403 auto argv = launch_info.GetArguments().GetArgumentVector(); in PosixSpawnChildForPTraceDebugging()
404 auto envp = launch_info.GetEnvironmentEntries().GetArgumentVector(); in PosixSpawnChildForPTraceDebugging()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DArgs.h165 char **GetArgumentVector();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DArgs.cpp273 char **Args::GetArgumentVector() { in GetArgumentVector() function in Args
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp123 debugger_sb, (char **)command.GetArgumentVector(), sb_return); in DoExecute()