Home
last modified time | relevance | path

Searched refs:SaveCore (Results 1 – 22 of 22) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.cpp28 CreateMemoryInstance, GetModuleSpecifications, SaveCore); in LLDB_PLUGIN_DEFINE()
56 bool ObjectFileMinidump::SaveCore(const lldb::ProcessSP &process_sp, in SaveCore() function in ObjectFileMinidump
H A DObjectFileMinidump.h57 static bool SaveCore(const lldb::ProcessSP &process_sp,
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBProcess.h348 lldb::SBError SaveCore(const char *file_name, const char *flavor,
355 lldb::SBError SaveCore(const char *file_name);
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBProcess.i401 SaveCore(const char *file_name, const char *flavor, lldb::SaveCoreStyle core_style);
404 SaveCore(const char *file_name);
/openbsd/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h91 llvm::Expected<std::string> SaveCore(llvm::StringRef path_hint) override;
H A DNativeProcessNetBSD.cpp1079 NativeProcessNetBSD::SaveCore(llvm::StringRef path_hint) { in SaveCore() function in NativeProcessNetBSD
/openbsd/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h94 llvm::Expected<std::string> SaveCore(llvm::StringRef path_hint) override;
H A DNativeProcessFreeBSD.cpp1031 NativeProcessFreeBSD::SaveCore(llvm::StringRef path_hint) { in SaveCore() function in NativeProcessFreeBSD
/openbsd/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp1139 lldb::SBError SBProcess::SaveCore(const char *file_name) { in SaveCore() function in SBProcess
1141 return SaveCore(file_name, "", SaveCoreStyle::eSaveCoreFull); in SaveCore()
1144 lldb::SBError SBProcess::SaveCore(const char *file_name, in SaveCore() function in SBProcess
1165 error.ref() = PluginManager::SaveCore(process_sp, core_file, core_style, in SaveCore()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.h64 static bool SaveCore(const lldb::ProcessSP &process_sp,
H A DObjectFileMachO.cpp818 CreateMemoryInstance, GetModuleSpecifications, SaveCore); in Initialize()
6468 bool ObjectFileMachO::SaveCore(const lldb::ProcessSP &process_sp,
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h83 static bool SaveCore(const lldb::ProcessSP &process_sp,
H A DObjectFilePECOFF.cpp184 SaveCore, DebuggerInitialize); in Initialize()
360 bool ObjectFilePECOFF::SaveCore(const lldb::ProcessSP &process_sp, in SaveCore() function in ObjectFilePECOFF
/openbsd/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h404 virtual llvm::Expected<std::string> SaveCore(llvm::StringRef path_hint) { in SaveCore() function
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DPluginManager.h194 static Status SaveCore(const lldb::ProcessSP &process_sp,
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h236 llvm::Expected<bool> SaveCore(llvm::StringRef outfile) override;
H A DGDBRemoteCommunicationServerLLGS.cpp3926 llvm::Expected<std::string> ret = m_current_process->SaveCore(path_hint); in Handle_qSaveCore()
H A DProcessGDBRemote.cpp4777 llvm::Expected<bool> ProcessGDBRemote::SaveCore(llvm::StringRef outfile) { in SaveCore() function in ProcessGDBRemote
/openbsd/gnu/llvm/lldb/source/Core/
H A DPluginManager.cpp692 Status PluginManager::SaveCore(const lldb::ProcessSP &process_sp, in SaveCore() function in PluginManager
698 llvm::Expected<bool> ret = process_sp->SaveCore(outfile.GetPath()); in SaveCore()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h683 virtual llvm::Expected<bool> SaveCore(llvm::StringRef outfile);
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectProcess.cpp1408 PluginManager::SaveCore(process_sp, output_file, corefile_style, in DoExecute()
/openbsd/gnu/llvm/lldb/source/Target/
H A DProcess.cpp2666 llvm::Expected<bool> Process::SaveCore(llvm::StringRef outfile) { in SaveCore() function in Process