Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.cpp58 bool ObjectFileMinidump::SaveCore(const lldb::ProcessSP &process_sp, SaveCore() function in ObjectFileMinidump
/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h411 virtual llvm::Expected<std::string> SaveCore(llvm::StringRef path_hint) { in SaveCore() function
/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp1058 NativeProcessFreeBSD::SaveCore(llvm::StringRef path_hint) { SaveCore() function in NativeProcessFreeBSD
/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp1098 NativeProcessNetBSD::SaveCore(llvm::StringRef path_hint) { SaveCore() function in NativeProcessNetBSD
/llvm-project/lldb/source/API/
H A DSBProcess.cpp1217 lldb::SBError SBProcess::SaveCore(const char *file_name) { SaveCore() function in SBProcess
1222 lldb::SBError SBProcess::SaveCore(const char *file_name, SaveCore() function in SBProcess
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp357 bool ObjectFilePECOFF::SaveCore(const lldb::ProcessSP &process_sp, SaveCore() function in ObjectFilePECOFF
/llvm-project/lldb/source/Core/
H A DPluginManager.cpp691 Status PluginManager::SaveCore(const lldb::ProcessSP &process_sp, SaveCore() function in PluginManager
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5319 llvm::Expected<bool> ProcessGDBRemote::SaveCore(llvm::StringRef outfile) { SaveCore() function in ProcessGDBRemote
/llvm-project/lldb/source/Target/
H A DProcess.cpp2843 llvm::Expected<bool> Process::SaveCore(llvm::StringRef outfile) { SaveCore() function in Process