Home
last modified time | relevance | path

Searched refs:DoDestroy (Results 1 – 14 of 14) sorted by relevance

/external/lldb/examples/test/tmp/
Dlldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dwarf.txt32 com.apple.main-thread ProcessGDBRemote::DoDestroy()
35 com.apple.main-thread ProcessGDBRemote::DoDestroy - failed to send k packet
47 com.apple.main-thread ProcessGDBRemote::DoDestroy()
50 com.apple.main-thread ProcessGDBRemote::DoDestroy - failed to send k packet
Dlldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dsym.txt32 com.apple.main-thread ProcessGDBRemote::DoDestroy()
35 com.apple.main-thread ProcessGDBRemote::DoDestroy - failed to send k packet
47 com.apple.main-thread ProcessGDBRemote::DoDestroy()
50 com.apple.main-thread ProcessGDBRemote::DoDestroy - failed to send k packet
/external/lldb/source/Plugins/Process/mach-core/
DProcessMachCore.h88 DoDestroy ();
DProcessMachCore.cpp378 ProcessMachCore::DoDestroy () in DoDestroy() function in ProcessMachCore
/external/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.h95 DoDestroy ();
DProcessElfCore.cpp246 ProcessElfCore::DoDestroy () in DoDestroy() function in ProcessElfCore
/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIX.h79 DoDestroy();
DProcessPOSIX.cpp361 ProcessPOSIX::DoDestroy() in DoDestroy() function in ProcessPOSIX
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.h145 DoDestroy ();
DProcessKDP.cpp629 ProcessKDP::DoDestroy () in DoDestroy() function in ProcessKDP
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h151 DoDestroy ();
DProcessGDBRemote.cpp1805 ProcessGDBRemote::DoDestroy () in DoDestroy() function in ProcessGDBRemote
/external/lldb/include/lldb/Target/
DProcess.h2400 DoDestroy () = 0;
/external/lldb/source/Target/
DProcess.cpp3560 error = DoDestroy(); in Destroy()