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 win32/9474] GDB will not set pending breakpoints in DLL'sloaded with LoadLibrary()


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

Pedro Alves <pedro at codesourcery dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
                 CC|                            |pedro at codesourcery dot
                   |                            |com
         Resolution|                            |FIXED

--- Comment #2 from Pedro Alves <pedro at codesourcery dot com> 2011-04-27 14:51:06 UTC ---
Hmm?  Doesn't the win32 debug API send a LOAD_DLL_DEBUG_EVENT event when a dll
is loaded with LoadLibrary?

You don't seem to be tackling the same issue the OP reported:

"How-To-Repeat:
set the breakpoint-pending flag to on.  set a breakpoint in a DLL that the
application loads via LoadLibrary().  GDB will say no source file is found and
no breakpoint will be set."

I remember fixing _that_ one years ago.  GDB wouldn't even create the pending
breakpoint.  Please reopen if it's broken again.

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