Home
last modified time | relevance | path

Searched refs:savecore (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/FreeBSDKernel/tools/
H A DREADME.rst6 reboot with more memory after the kernel panic as otherwise savecore(8) may
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h268 savecore = (1u << 7), enumerator
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp135 Extension::savecore | in GetSupportedExtensions()
/llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp140 Extension::savecore; in GetSupportedExtensions()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp4209 if (bool(plugin_features & Extension::savecore)) in HandleFeatures()