Home
last modified time | relevance | path

Searched refs:SetLaunchArguments (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerLLGS.h62 SetLaunchArguments (const char *const args[], int argc);
HDGDBRemoteCommunicationServerLLGS.cpp195 GDBRemoteCommunicationServerLLGS::SetLaunchArguments (const char *const args[], int argc) in SetLaunchArguments() function in GDBRemoteCommunicationServerLLGS
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-server/
HDlldb-gdbserver.cpp242 error = gdb_server.SetLaunchArguments (argv, argc); in handle_launch()