Home
last modified time | relevance | path

Searched refs:SetDetachOnError (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBLaunchInfo.i137 SetDetachOnError(bool enable);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBLaunchInfo.cpp319 void SBLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError() function in SBLaunchInfo
322 m_opaque_sp->SetDetachOnError(enable); in SetDetachOnError()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBLaunchInfo.h172 void SetDetachOnError(bool enable);
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h141 void SetDetachOnError(bool enable);
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBContext.h119 void SetDetachOnError(bool detach) { m_detach_on_error = detach; } in SetDetachOnError() function
H A Ddebugserver.cpp1314 remote->Context().SetDetachOnError(g_detach_on_error); in main()
H A DRNBRemote.cpp2389 m_ctx.SetDetachOnError(should_detach); in HandlePacket_QSetDetachOnError()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp196 void ProcessLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError() function in ProcessLaunchInfo
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h164 int SetDetachOnError(bool enable);
H A DProcessGDBRemote.cpp731 m_gdb_comm.SetDetachOnError(launch_flags & eLaunchFlagDetachOnError); in DoLaunch()
1077 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithID()
1103 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithName()
H A DGDBRemoteCommunicationClient.cpp1969 int GDBRemoteCommunicationClient::SetDetachOnError(bool enable) { in SetDetachOnError() function in GDBRemoteCommunicationClient
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp346 m_gdb_client_up->SetDetachOnError( in LaunchProcess()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h110 void SetDetachOnError(bool b);
H A DProcess.h184 void SetDetachOnError(bool enable) { m_detach_on_error = enable; } in SetDetachOnError() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4218 void TargetProperties::SetDetachOnError(bool b) { in SetDetachOnError() function in TargetProperties
4689 SetDetachOnError(launch_info.GetFlags().Test(lldb::eLaunchFlagDetachOnError)); in SetProcessLaunchInfo()
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp1720 launch_info.SetDetachOnError(detatchOnError); in request_launch()