/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/ |
H A D | ObjectFileMinidump.cpp | 28 CreateMemoryInstance, GetModuleSpecifications, SaveCore); in LLDB_PLUGIN_DEFINE() 56 bool ObjectFileMinidump::SaveCore(const lldb::ProcessSP &process_sp, in SaveCore() function in ObjectFileMinidump
|
H A D | ObjectFileMinidump.h | 57 static bool SaveCore(const lldb::ProcessSP &process_sp,
|
/openbsd/gnu/llvm/lldb/include/lldb/API/ |
H A D | SBProcess.h | 348 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 D | SBProcess.i | 401 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 D | NativeProcessNetBSD.h | 91 llvm::Expected<std::string> SaveCore(llvm::StringRef path_hint) override;
|
H A D | NativeProcessNetBSD.cpp | 1079 NativeProcessNetBSD::SaveCore(llvm::StringRef path_hint) { in SaveCore() function in NativeProcessNetBSD
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeProcessFreeBSD.h | 94 llvm::Expected<std::string> SaveCore(llvm::StringRef path_hint) override;
|
H A D | NativeProcessFreeBSD.cpp | 1031 NativeProcessFreeBSD::SaveCore(llvm::StringRef path_hint) { in SaveCore() function in NativeProcessFreeBSD
|
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBProcess.cpp | 1139 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 D | ObjectFileMachO.h | 64 static bool SaveCore(const lldb::ProcessSP &process_sp,
|
H A D | ObjectFileMachO.cpp | 818 CreateMemoryInstance, GetModuleSpecifications, SaveCore); in Initialize() 6468 bool ObjectFileMachO::SaveCore(const lldb::ProcessSP &process_sp,
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
H A D | ObjectFilePECOFF.h | 83 static bool SaveCore(const lldb::ProcessSP &process_sp,
|
H A D | ObjectFilePECOFF.cpp | 184 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 D | NativeProcessProtocol.h | 404 virtual llvm::Expected<std::string> SaveCore(llvm::StringRef path_hint) { in SaveCore() function
|
/openbsd/gnu/llvm/lldb/include/lldb/Core/ |
H A D | PluginManager.h | 194 static Status SaveCore(const lldb::ProcessSP &process_sp,
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.h | 236 llvm::Expected<bool> SaveCore(llvm::StringRef outfile) override;
|
H A D | GDBRemoteCommunicationServerLLGS.cpp | 3926 llvm::Expected<std::string> ret = m_current_process->SaveCore(path_hint); in Handle_qSaveCore()
|
H A D | ProcessGDBRemote.cpp | 4777 llvm::Expected<bool> ProcessGDBRemote::SaveCore(llvm::StringRef outfile) { in SaveCore() function in ProcessGDBRemote
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | PluginManager.cpp | 692 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 D | Process.h | 683 virtual llvm::Expected<bool> SaveCore(llvm::StringRef outfile);
|
/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectProcess.cpp | 1408 PluginManager::SaveCore(process_sp, output_file, corefile_style, in DoExecute()
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | Process.cpp | 2666 llvm::Expected<bool> Process::SaveCore(llvm::StringRef outfile) { in SaveCore() function in Process
|