Home
last modified time | relevance | path

Searched defs:DoDetach (Results 1 – 2 of 2) sorted by relevance

/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/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2410 Status ProcessGDBRemote::DoDetach(bool keep_stopped) { in DoDetach() function in ProcessGDBRemote