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

/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.cpp28 CreateMemoryInstance, GetModuleSpecifications, SaveCore); local
56 bool ObjectFileMinidump::SaveCore(const lldb::ProcessSP &process_sp, function in class:ObjectFileMinidump
H A DObjectFileMinidump.h13 /// from existing processes with the ObjectFileMinidump::SaveCore function.
57 static bool SaveCore(const lldb::ProcessSP &process_sp,
/openbsd-current/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-current/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-current/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) { function in class:NativeProcessNetBSD
/openbsd-current/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) { function in class:NativeProcessFreeBSD
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp1139 lldb::SBError SBProcess::SaveCore(const char *file_name) { function in class:SBProcess
1141 return SaveCore(file_name, "", SaveCoreStyle::eSaveCoreFull);
1144 lldb::SBError SBProcess::SaveCore(const char *file_name, function in class:SBProcess
1165 error.ref() = PluginManager::SaveCore(process_sp, core_file, core_style,
/openbsd-current/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); local
6468 bool ObjectFileMachO::SaveCore(const lldb::ProcessSP &process_sp,
/openbsd-current/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); local
360 bool ObjectFilePECOFF::SaveCore(const lldb::ProcessSP &process_sp, function in class:ObjectFilePECOFF
/openbsd-current/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h404 virtual llvm::Expected<std::string> SaveCore(llvm::StringRef path_hint) { function in class:lldb_private::NativeProcessProtocol
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DPluginManager.h194 static Status SaveCore(const lldb::ProcessSP &process_sp,
/openbsd-current/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);
H A DProcessGDBRemote.cpp4777 llvm::Expected<bool> ProcessGDBRemote::SaveCore(llvm::StringRef outfile) { function in class:ProcessGDBRemote
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DPluginManager.cpp692 Status PluginManager::SaveCore(const lldb::ProcessSP &process_sp, function in class:PluginManager
698 llvm::Expected<bool> ret = process_sp->SaveCore(outfile.GetPath());
/openbsd-current/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h683 virtual llvm::Expected<bool> SaveCore(llvm::StringRef outfile);
/openbsd-current/gnu/llvm/lldb/source/Commands/
H A DCommandObjectProcess.cpp1408 PluginManager::SaveCore(process_sp, output_file, corefile_style,
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DProcess.cpp2666 llvm::Expected<bool> Process::SaveCore(llvm::StringRef outfile) {

Completed in 502 milliseconds