Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/functionalities/process_save_core/
DTestProcessSaveCore.py28 error = process.SaveCore(core)
44 self.assertTrue(process.SaveCore(core))
/external/llvm-project/lldb/test/API/functionalities/postmortem/minidump/
DTestMiniDump.py124 self.assertTrue(process.SaveCore(core))
160 self.assertTrue(process.SaveCore(core))
/external/llvm-project/lldb/include/lldb/API/
DSBProcess.h366 lldb::SBError SaveCore(const char *file_name);
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.h59 static bool SaveCore(const lldb::ProcessSP &process_sp,
DObjectFileMachO.cpp761 CreateMemoryInstance, GetModuleSpecifications, SaveCore); in Initialize()
6148 bool ObjectFileMachO::SaveCore(const lldb::ProcessSP &process_sp, in SaveCore() function in ObjectFileMachO
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.h80 static bool SaveCore(const lldb::ProcessSP &process_sp,
DObjectFilePECOFF.cpp67 CreateMemoryInstance, GetModuleSpecifications, SaveCore); in Initialize()
190 bool ObjectFilePECOFF::SaveCore(const lldb::ProcessSP &process_sp, in SaveCore() function in ObjectFilePECOFF
/external/llvm-project/lldb/bindings/interface/
DSBProcess.i403 SaveCore(const char *file_name);
/external/llvm-project/lldb/source/API/
DSBProcess.cpp1231 lldb::SBError SBProcess::SaveCore(const char *file_name) { in SaveCore() function in SBProcess
1232 LLDB_RECORD_METHOD(lldb::SBError, SBProcess, SaveCore, (const char *), in SaveCore()
1251 error.ref() = PluginManager::SaveCore(process_sp, core_file); in SaveCore()
1436 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, SaveCore, (const char *)); in RegisterMethods()
/external/llvm-project/lldb/include/lldb/Core/
DPluginManager.h193 static Status SaveCore(const lldb::ProcessSP &process_sp,
/external/llvm-project/lldb/source/Commands/
DCommandObjectProcess.cpp1190 Status error = PluginManager::SaveCore(process_sp, output_file); in DoExecute()
/external/llvm-project/lldb/source/Core/
DPluginManager.cpp686 Status PluginManager::SaveCore(const lldb::ProcessSP &process_sp, in SaveCore() function in PluginManager