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/9224] gdb 6.4 prints errors when restarting programwith pending breakpoints


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

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
                 CC|                            |tromey at redhat dot com
         Resolution|                            |FIXED

--- Comment #2 from Tom Tromey <tromey at redhat dot com> 2011-08-17 15:27:18 UTC ---
I don't think there is a problem here.

An error re-setting a breakpoint in this situation is normal.
GDB will try to re-set the breakpoint any time the inferior
loads a library; so if the "foo" function eventually appears,
the breakpoint will be set.

I don't believe that GDB will write breakpoint instructions
randomly to memory.  If re-setting fails, the breakpoint will
not be inserted.

So, I am marking this as fixed.  If you still have a problem,
please reopen and provide more details.  Thanks.

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