Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1163 virtual Status DoHalt(bool &caused_stop) { DoHalt() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2375 Status ProcessGDBRemote::DoHalt(bool &caused_stop) { DoHalt() function in ProcessGDBRemote