Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/examples/test/tmp/
H A 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
H A 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
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.h35 lldb_private::Status DoDestroy() override;
H A DProcessFreeBSDKernel.cpp113 Status ProcessFreeBSDKernel::DoDestroy() { return Status(); } in DoDestroy() function in ProcessFreeBSDKernel
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcessTrace.h45 Status DoDestroy() override;
H A DProcess.h1161 virtual Status DoDestroy() = 0;
/llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.h55 lldb_private::Status DoDestroy() override;
H A DProcessMachCore.cpp608 Status ProcessMachCore::DoDestroy() { return Status(); } in DoDestroy() function in ProcessMachCore
/llvm-project-15.0.7/lldb/source/Target/
H A DProcessTrace.cpp80 Status ProcessTrace::DoDestroy() { return Status(); } in DoDestroy() function in ProcessTrace
H A DProcess.cpp3287 error = DoDestroy(); in DestroyImpl()
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.h62 Status DoDestroy() override;
H A DProcessMinidump.cpp306 Status ProcessMinidump::DoDestroy() { return Status(); } in DoDestroy() function in ProcessMinidump
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h76 Status DoDestroy() override;
H A DScriptedProcess.cpp215 Status ScriptedProcess::DoDestroy() { return Status(); } in DoDestroy() function in ScriptedProcess
/llvm-project-15.0.7/lldb/unittests/Target/
H A DExecutionContextTest.cpp55 Status DoDestroy() override { return {}; } in DoDestroy() function in __anon6d46c1ae0111::DummyProcess
/llvm-project-15.0.7/lldb/unittests/Thread/
H A DThreadTest.cpp48 Status DoDestroy() override { return {}; } in DoDestroy() function in __anon6ea208be0111::DummyProcess
/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h66 lldb_private::Status DoDestroy() override;
H A DProcessElfCore.cpp297 Status ProcessElfCore::DoDestroy() { return Status(); } in DoDestroy() function in ProcessElfCore
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.h59 Status DoDestroy() override;
H A DProcessWindows.cpp256 Status ProcessWindows::DoDestroy() { in DoDestroy() function in lldb_private::ProcessWindows
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h101 lldb_private::Status DoDestroy() override;
H A DProcessKDP.cpp569 Status ProcessKDP::DoDestroy() { in DoDestroy() function in ProcessKDP
/llvm-project-15.0.7/lldb/unittests/Process/
H A DProcessEventDataTest.cpp50 Status DoDestroy() override { return {}; } in DoDestroy() function in __anon0f15b5c80111::DummyProcess
/llvm-project-15.0.7/lldb/unittests/Expression/
H A DDWARFExpressionTest.cpp337 Status DoDestroy() override { return {}; } in TEST_F() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h122 Status DoDestroy() override;

12