This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug breakpoints/19681] Attempting to set a breakpoint at a label in a C++ constructor causes internal-error: decode_line_full


https://sourceware.org/bugzilla/show_bug.cgi?id=19681

Keith Seitz <keiths at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Keith Seitz <keiths at redhat dot com> ---
Looks like this has been long been fixed. I checked back to Jul 2016, and it's
been working since at least then:

(gdb) b A::A(int):labeldude
Breakpoint 1 at 0x4004d9: file 19681.cc, line 5.
(gdb) i b
Num     Type           Disp Enb Address            What
1       breakpoint     keep y   0x00000000004004d9 A::A(int):labeldude

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]