Home
last modified time | relevance | path

Searched refs:SetLaunchInfo (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdEnviro.cpp101 sbTarget.SetLaunchInfo(sbLaunchInfo); in Execute()
H A DMICmdCmdExec.cpp1072 sbTarget.SetLaunchInfo(sbLaunchInfo); in Execute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h42 void SetLaunchInfo(const ProcessLaunchInfo &info);
H A DGDBRemoteCommunicationServerLLGS.cpp203 void GDBRemoteCommunicationServerLLGS::SetLaunchInfo(const ProcessLaunchInfo &info) { in SetLaunchInfo() function in GDBRemoteCommunicationServerLLGS
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp193 gdb_server.SetLaunchInfo(info); in handle_launch()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h889 void SetLaunchInfo(const lldb::SBLaunchInfo &launch_info);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp2325 void SBTarget::SetLaunchInfo(const lldb::SBLaunchInfo &launch_info) { in SetLaunchInfo() function in SBTarget