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

/external/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h95 DoDestroy ();
H A DProcessElfCore.cpp246 ProcessElfCore::DoDestroy () function in class:ProcessElfCore
/external/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.h88 DoDestroy ();
H A DProcessMachCore.cpp378 ProcessMachCore::DoDestroy () function in class:ProcessMachCore
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h145 DoDestroy ();
H A DProcessKDP.cpp573 // Halt or DoDestroy won't get called.
629 ProcessKDP::DoDestroy () function in class:ProcessKDP
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.h79 DoDestroy();
H A DProcessPOSIX.cpp361 ProcessPOSIX::DoDestroy() function in class:ProcessPOSIX
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h151 DoDestroy ();
H A DProcessGDBRemote.cpp1805 ProcessGDBRemote::DoDestroy () function in class:ProcessGDBRemote
1810 log->Printf ("ProcessGDBRemote::DoDestroy()");
1841 log->PutCString ("ProcessGDBRemote::DoDestroy()Tried resuming to destroy once already, not doing it again.");
1868 log->Printf ("ProcessGDBRemote::DoDestroy() - thread: 0x%4.4" PRIx64 " stopped with reason: %s.",
1880 log->PutCString ("ProcessGDBRemote::DoDestroy() - Stopped at a breakpoint, continue and then kill.");
1903 log->Printf ("ProcessGDBRemote::DoDestroy() - Suspending thread: 0x%4.4" PRIx64 " before running.",
1942 log->Printf ("ProcessGDBRemote::DoDestroy - got unexpected response to k packet: %s", response.GetStringRef().c_str());
1950 log->Printf ("ProcessGDBRemote::DoDestroy - failed to send k packet");
1959 log->Printf ("ProcessGDBRemote::DoDestroy - failed to send k packet");
/external/lldb/include/lldb/Target/
H A DProcess.h2400 DoDestroy () = 0;
/external/lldb/source/Target/
H A DProcess.cpp3560 error = DoDestroy();

Completed in 112 milliseconds