Bug 7175 - cannot set breakpoint on "T5<int>::T5"
Summary: cannot set breakpoint on "T5<int>::T5"
Status: RESOLVED FIXED
Alias: None
Product: gdb
Classification: Unclassified
Component: c++ (show other bugs)
Version: unknown
: P3 normal
Target Milestone: 7.2
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks: 11211
  Show dependency treegraph
 
Reported: 2001-06-28 19:08 UTC by Michael Elizabeth Chastain
Modified: 2010-03-09 23:48 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Elizabeth Chastain 2001-06-29 02:08:00 UTC
[Converted from Gnats 70]

test script gdb.c++/templates.exp:

break T5<int>::T5
the class T5<int> does not have any method named T5
Hint: try 'T5<int>::T5<TAB> or 'T5<int>::T5<ESC-?>
(Note leading single quote.)

This works with g++ 2.95.3.

Release:
GNU gdb 2001-06-24-cvs (MI_OUT)

Environment:
native red hat linux 7
gcc cvs gcc-3_0-branch 2001-06-23

How-To-Repeat:
build cvs gdb on native red hat linux 7
use gcc 3.0 to run test suite
run test script gdb.c++/templates.exp
Comment 1 Keith Seitz 2010-03-09 23:48:19 UTC
This was also fixed by the recent dwarf2_physname patchset. I have verified this
with GDB 7.1.50.20100309-cvs.