Searched defs:SetDetachOnError (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/ | ||
H A D | ProcessLaunchInfo.cpp | 192 void ProcessLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError() function in ProcessLaunchInfo |
/freebsd-src/contrib/llvm-project/lldb/source/API/ | ||
H A D | SBLaunchInfo.cpp | 322 void SBLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError() function in SBLaunchInfo |
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Process.h | 183 void SetDetachOnError(bool enable) { m_detach_on_error = enable; } SetDetachOnError() function |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ | ||
H A D | GDBRemoteCommunicationClient.cpp | 1961 int GDBRemoteCommunicationClient::SetDetachOnError(bool enable) { SetDetachOnError() function in GDBRemoteCommunicationClient |
/freebsd-src/contrib/llvm-project/lldb/source/Target/ | ||
H A D | Target.cpp | 4331 void TargetProperties::SetDetachOnError(bool b) { SetDetachOnError() function in TargetProperties |