]> git.pld-linux.org Git - packages/gdb.git/blame - buildid-locate-rpm-pld.patch
- updated to 14.1 + rebased Fedora buildid patches set
[packages/gdb.git] / buildid-locate-rpm-pld.patch
CommitLineData
5673f127
JB
1--- gdb-14.1/gdb/build-id.c.old 2014-06-05 14:31:11.000000000 +0200
2+++ gdb-14.1/gdb/build-id.c 2014-06-05 14:33:12.248235380 +0200
3@@ -1306,13 +1306,8 @@ debug_print_missing (const char *binary,
4 if (debug != NULL)
5 {
6 if (access (debug, F_OK) == 0) {
7- gdb_printf (gdb_stdlog, _("Try: %s %s\n"),
324d13e1 8-#ifdef DNF_DEBUGINFO_INSTALL
5673f127 9- "dnf"
324d13e1 10-#else
5673f127 11- "yum"
324d13e1 12-#endif
5673f127
JB
13- " --enablerepo='*debug*' install", debug);
14+ gdb_printf (gdb_stdlog, _("Try to install package that provides `%s' file\n"),
15+ debug);
16 } else
17 gdb_printf (gdb_stdlog, _("The debuginfo package for this file is probably broken.\n"));
18 }
This page took 0.121666 seconds and 4 git commands to generate.