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/9952] Feature Request: Cannot set pendingbreakpoints in DSOs (dynamic libraries) that are yet to be loaded.


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

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011-12-06
     Ever Confirmed|0                           |1

--- Comment #4 from Tom Tromey <tromey at redhat dot com> 2011-12-06 19:16:10 UTC ---
I think this got somewhat better with the fix for #13105.
With that change, "break NP_Initialize" will resolve to the
matching function in all plugins, including ones that are
loaded after the breakpoint has been created.

I am leaving this bug open, though, because I think that
letting a linespec have an objfile prefix is still a good idea.

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