Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h39 void SetLaunchInfo(const ProcessLaunchInfo &info);
H A DGDBRemoteCommunicationServerLLGS.cpp231 void GDBRemoteCommunicationServerLLGS::SetLaunchInfo(const ProcessLaunchInfo &info) { in SetLaunchInfo() function in GDBRemoteCommunicationServerLLGS
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp158 gdb_server.SetLaunchInfo(info); in handle_launch()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h841 void SetLaunchInfo(const lldb::SBLaunchInfo &launch_info);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i955 SetLaunchInfo (const lldb::SBLaunchInfo &launch_info);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2438 void SBTarget::SetLaunchInfo(const lldb::SBLaunchInfo &launch_info) { in SetLaunchInfo() function in SBTarget
2439 LLDB_RECORD_METHOD(void, SBTarget, SetLaunchInfo, in SetLaunchInfo()
2731 LLDB_REGISTER_METHOD(void, SBTarget, SetLaunchInfo, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp52785 (arg1)->SetLaunchInfo((lldb::SBLaunchInfo const &)*arg2); in _wrap_SBTarget_SetLaunchInfo()