public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug symtab/12707] New: physname regression: set print demangle off
@ 2011-04-27 14:58 jan.kratochvil at redhat dot com
  2013-01-14 14:31 ` [Bug symtab/12707] " tromey at redhat dot com
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: jan.kratochvil at redhat dot com @ 2011-04-27 14:58 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=12707

           Summary: physname regression: set print demangle off
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: symtab
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jan.kratochvil@redhat.com
                CC: keiths@redhat.com
            Target: x86_64-unknown-linux-gnu


void f () { } int main () { f (); }

gcc -g

(gdb) break f
Breakpoint 1 at 0x4004d8: file .../demangle.C, line 1.
(gdb) run

pre-physname:
(gdb) set print demangle off 
(gdb) frame
#0  _Z1fv () at .../demangle.C:1
    ^^^^^^^^

post-physname:
(gdb) set print demangle off 
(gdb) frame
#0  f () at .../demangle.C:1
    ^^^^

there is a regression by the patch (not verified this specific commit has
regressed it but I guess so):
        42284fdf9d8cdb20c8e833bdbdb2b56977fea525
        http://sourceware.org/ml/gdb-cvs/2010-03/msg00082.html
        dwarf2_physname patchset:
        [RFA] dwarf2_physname FINAL
        http://sourceware.org/ml/gdb-patches/2010-03/msg00220.html

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2020-04-24 21:39 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-27 14:58 [Bug symtab/12707] New: physname regression: set print demangle off jan.kratochvil at redhat dot com
2013-01-14 14:31 ` [Bug symtab/12707] " tromey at redhat dot com
2013-01-18 14:28 ` tromey at redhat dot com
2013-02-01 21:35 ` tromey at redhat dot com
2013-02-08 13:35 ` tromey at redhat dot com
2013-07-30  0:10 ` b.r.longbons at gmail dot com
2013-10-19 18:38 ` jan.kratochvil at redhat dot com
2013-10-19 19:40 ` dje at google dot com
2013-11-21 19:03 ` tromey at redhat dot com
2014-06-13 19:34 ` tromey at redhat dot com
2014-10-10 11:09 ` hgmnxact at gmail dot com
2014-11-15  0:07 ` dje at google dot com
2020-03-25 19:24 ` tromey at sourceware dot org
2020-04-24 21:36 ` cvs-commit at gcc dot gnu.org
2020-04-24 21:39 ` tromey at sourceware dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).