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/13545] Incorrect handling of invalid breakpoints


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

--- Comment #1 from Mike <mike_wrighton at mentor dot com> 2011-12-30 17:28:37 UTC ---
Created attachment 6136
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6136
Patch

Added a patch which makes 2 changes to resolve this issue:

1. Only reports the target state as running if it is not in stepping mode in
target_resume().

2. Throws an exception if insert_breakpoints() fails in keep_going(), rather
than printing an error message. This way the continue command will fail
properly.

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