Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h40 void SetLaunchInfo(const ProcessLaunchInfo &info);
H A DGDBRemoteCommunicationServerLLGS.cpp257 void GDBRemoteCommunicationServerLLGS::SetLaunchInfo(const ProcessLaunchInfo &info) { in SetLaunchInfo() function in GDBRemoteCommunicationServerLLGS
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp161 gdb_server.SetLaunchInfo(info); in handle_launch()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTarget.h848 void SetLaunchInfo(const lldb::SBLaunchInfo &launch_info);
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTarget.i961 SetLaunchInfo (const lldb::SBLaunchInfo &launch_info);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp2280 void SBTarget::SetLaunchInfo(const lldb::SBLaunchInfo &launch_info) { in SetLaunchInfo() function in SBTarget