Searched refs:SaveCore (Results 1 – 5 of 5) sorted by relevance
389 lldb::SBError SaveCore(const char *file_name);
221 static Status SaveCore(const lldb::ProcessSP &process_sp,
1335 lldb::SBError SBProcess::SaveCore(const char *file_name) { in SaveCore() function in SBProcess1352 error.ref() = PluginManager::SaveCore(process_sp, core_file); in SaveCore()
1283 Status error = PluginManager::SaveCore(process_sp, output_file); in DoExecute()
1121 Status PluginManager::SaveCore(const lldb::ProcessSP &process_sp, in SaveCore() function in PluginManager