/[packages]/cauldron/abrt/pristine/SOURCES/abrt-1.1.14-debug.patch
ViewVC logotype

Contents of /cauldron/abrt/pristine/SOURCES/abrt-1.1.14-debug.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 61335 - (show annotations) (download)
Sun Feb 27 23:26:29 2011 UTC (13 years, 1 month ago) by schedbot
File size: 849 byte(s)
Copying release 1.1.14-11.mga1 to pristine/ directory.
1 --- lib/Plugins/CCpp.cpp.debug 2010-11-30 03:34:34.000000000 +0000
2 +++ lib/Plugins/CCpp.cpp 2010-11-30 03:35:19.000000000 +0000
3 @@ -629,6 +629,12 @@
4 dd.LoadText(CD_UID, UID);
5 dd.Close(); /* do not keep dir locked longer than needed */
6
7 + string backtrace_str;
8 + GetBacktrace(pDebugDumpDir, m_sDebugInfoDirs.c_str(), backtrace_str);
9 + dd.Open(pDebugDumpDir);
10 + dd.SaveText(FILENAME_BACKTRACE, (backtrace_str).c_str());
11 + dd.Close();
12 +
13 string build_ids;
14 if (m_bInstallDebugInfo)
15 {
16 @@ -640,7 +646,6 @@
17 VERB1 log(_("Skipping the debuginfo installation"));
18
19 /* Create and store backtrace. */
20 - string backtrace_str;
21 GetBacktrace(pDebugDumpDir, m_sDebugInfoDirs.c_str(), backtrace_str);
22 dd.Open(pDebugDumpDir);
23 dd.SaveText(FILENAME_BACKTRACE, (backtrace_str + build_ids).c_str());

  ViewVC Help
Powered by ViewVC 1.1.30