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/10963] Cannot set breakpoints on symbols containingperiods in name


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

Sergio Durigan Junior <sergiodj at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |sergiodj at redhat dot com
         Resolution|                            |WORKSFORME

--- Comment #3 from Sergio Durigan Junior <sergiodj at redhat dot com> 2012-08-24 06:47:57 UTC ---
I took your example code, and managed to generate a minimal binary with it. 
Then, with the latest GDB as of today, I managed to put a breakpoint at the
specified location.

(gdb) b printSector
printSector              printSector.printLittle  
(gdb) b printSector.printLittle
Breakpoint 1 at 0x400085

I am closing this bug as WORKSFORME.  Please feel free to reopen if you still
see the issue.

-- 
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.


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