Home
last modified time | relevance | path

Searched defs:SaveCore (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.cpp58 bool ObjectFileMinidump::SaveCore(const lldb::ProcessSP &process_sp, in SaveCore() function in ObjectFileMinidump
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h411 virtual llvm::Expected<std::string> SaveCore(llvm::StringRef path_hint) { in SaveCore() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1218 lldb::SBError SBProcess::SaveCore(const char *file_name) { in SaveCore() function in SBProcess
1226 lldb::SBError SBProcess::SaveCore(const char *file_name, in SaveCore() function in SBProcess
1239 lldb::SBError SBProcess::SaveCore(SBSaveCoreOptions &options) { in SaveCore() function in SBProcess
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp1077 NativeProcessNetBSD::SaveCore(llvm::StringRef path_hint) { SaveCore() function in NativeProcessNetBSD
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp1058 NativeProcessFreeBSD::SaveCore(llvm::StringRef path_hint) { in SaveCore() function in NativeProcessFreeBSD
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp704 Status PluginManager::SaveCore(const lldb::ProcessSP &process_sp, in SaveCore() function in PluginManager
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5319 llvm::Expected<bool> ProcessGDBRemote::SaveCore(llvm::StringRef outfile) { in SaveCore() function in ProcessGDBRemote
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2855 llvm::Expected<bool> Process::SaveCore(llvm::StringRef outfile) { in SaveCore() function in Process