Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.cpp30 CreateMemoryInstance, GetModuleSpecifications, SaveCore); in LLDB_PLUGIN_DEFINE()
73 bool ObjectFileMinidump::SaveCore(const lldb::ProcessSP &process_sp, in SaveCore() function in ObjectFileMinidump
H A DObjectFileMinidump.h58 static bool SaveCore(const lldb::ProcessSP &process_sp,
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h373 lldb::SBError SaveCore(const char *file_name, const char *flavor,
380 lldb::SBError SaveCore(const char *file_name);
386 lldb::SBError SaveCore(SBSaveCoreOptions &options);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1234 lldb::SBError SBProcess::SaveCore(const char *file_name) { in SaveCore() function in SBProcess
1239 return SaveCore(options); in SaveCore()
1242 lldb::SBError SBProcess::SaveCore(const char *file_name, in SaveCore() function in SBProcess
1252 return SaveCore(options); in SaveCore()
1255 lldb::SBError SBProcess::SaveCore(SBSaveCoreOptions &options) { in SaveCore() function in SBProcess
1274 error.ref() = PluginManager::SaveCore(process_sp, options.ref()); in SaveCore()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h93 llvm::Expected<std::string> SaveCore(llvm::StringRef path_hint) override;
H A DNativeProcessNetBSD.cpp1104 NativeProcessNetBSD::SaveCore(llvm::StringRef path_hint) { in SaveCore() function in NativeProcessNetBSD
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h95 llvm::Expected<std::string> SaveCore(llvm::StringRef path_hint) override;
H A DNativeProcessFreeBSD.cpp1067 NativeProcessFreeBSD::SaveCore(llvm::StringRef path_hint) { in SaveCore() function in NativeProcessFreeBSD
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h407 virtual llvm::Expected<std::string> SaveCore(llvm::StringRef path_hint) { in SaveCore() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h240 llvm::Expected<bool> SaveCore(llvm::StringRef outfile) override;
H A DGDBRemoteCommunicationServerLLGS.cpp3939 llvm::Expected<std::string> ret = m_current_process->SaveCore(path_hint); in Handle_qSaveCore()
H A DProcessGDBRemote.cpp5453 llvm::Expected<bool> ProcessGDBRemote::SaveCore(llvm::StringRef outfile) { in SaveCore() function in ProcessGDBRemote
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h264 static Status SaveCore(const lldb::ProcessSP &process_sp,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp954 Status PluginManager::SaveCore(const lldb::ProcessSP &process_sp, in SaveCore() function in PluginManager
974 process_sp->SaveCore(options.GetOutputFile()->GetPath()); in SaveCore()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1357 Status error = PluginManager::SaveCore(process_sp, core_dump_options); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h726 virtual llvm::Expected<bool> SaveCore(llvm::StringRef outfile);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2824 llvm::Expected<bool> Process::SaveCore(llvm::StringRef outfile) { in SaveCore() function in Process
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp46966 result = (arg1)->SaveCore((char const *)arg2,(char const *)arg3,arg4); in _wrap_SBProcess_SaveCore__SWIG_0()
46996 result = (arg1)->SaveCore((char const *)arg2); in _wrap_SBProcess_SaveCore__SWIG_1()
47030 result = (arg1)->SaveCore(*arg2); in _wrap_SBProcess_SaveCore__SWIG_2()