Home
last modified time | relevance | path

Searched refs:inferior_args (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp884 uint16_t *port, const Args *inferior_args, int pass_comm_fd) { in StartDebugserverProcess() argument
1106 if (inferior_args && inferior_args->GetArgumentCount() > 0) { in StartDebugserverProcess()
1108 debugserver_args.AppendArguments(*inferior_args); in StartDebugserverProcess()
H A DGDBRemoteCommunication.h155 ProcessLaunchInfo &launch_info, uint16_t *port, const Args *inferior_args,