Searched refs:DoDestroy (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h95 DoDestroy ();
H A DProcessElfCore.cpp247 ProcessElfCore::DoDestroy () function in class:ProcessElfCore
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.h79 DoDestroy();
H A DProcessPOSIX.cpp332 ProcessPOSIX::DoDestroy() function in class:ProcessPOSIX
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h149 DoDestroy ();
H A DProcessGDBRemote.cpp1894 ProcessGDBRemote::DoDestroy () function in class:ProcessGDBRemote
1899 log->Printf ("ProcessGDBRemote::DoDestroy()");
1931 log->PutCString ("ProcessGDBRemote::DoDestroy()Tried resuming to destroy once already, not doing it again.");
1958 log->Printf ("ProcessGDBRemote::DoDestroy() - thread: 0x%4.4" PRIx64 " stopped with reason: %s.",
1970 log->PutCString ("ProcessGDBRemote::DoDestroy() - Stopped at a breakpoint, continue and then kill.");
1993 log->Printf ("ProcessGDBRemote::DoDestroy() - Suspending thread: 0x%4.4" PRIx64 " before running.",
2051 log->Printf ("ProcessGDBRemote::DoDestroy - got unexpected response to k packet: %s", response.GetStringRef().c_str());
2059 log->Printf ("ProcessGDBRemote::DoDestroy - failed to send k packet");
2068 log->Printf ("ProcessGDBRemote::DoDestroy - failed to send k packet");
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2465 DoDestroy () = 0;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp3733 error = DoDestroy();

Completed in 376 milliseconds