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

/freebsd-13-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp273 lldb_private::Args inferior_arguments; local
274 inferior_arguments.SetArguments(argc, const_cast<const char **>(argv));
349 if (inferior_arguments.GetArgumentCount() > 0) {
353 Status error = platform.LaunchGDBServer(inferior_arguments,

Completed in 106 milliseconds