Searched refs:DoDetach (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h118 Status DoDetach(bool keep_stopped) override;
H A DProcessGDBRemote.cpp2389 Status ProcessGDBRemote::DoDetach(bool keep_stopped) { function in class:ProcessGDBRemote
2392 LLDB_LOGF(log, "ProcessGDBRemote::DoDetach(keep_stopped: %i)", keep_stopped);
2398 "ProcessGDBRemote::DoDetach() detach packet sent successfully");
2401 "ProcessGDBRemote::DoDetach() detach packet send failed: %s",
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1189 virtual Status DoDetach(bool keep_stopped) { function in class:lldb_private::Process
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3274 error = DoDetach(keep_stopped);

Completed in 124 milliseconds