Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h118 Status DoDetach(bool keep_stopped) override;
H A DProcessGDBRemote.cpp2410 Status ProcessGDBRemote::DoDetach(bool keep_stopped) { in DoDetach() function in ProcessGDBRemote
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1193 virtual Status DoDetach(bool keep_stopped) { in DoDetach() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3461 error = DoDetach(keep_stopped); in Detach()