Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1426 virtual void DidExit() {} in DidExit() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1162 void ProcessGDBRemote::DidExit() { in DidExit() function in ProcessGDBRemote