This is the mail archive of the gdb-patches@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] |
On 05/16/2012 09:46 PM, Stan Shebs wrote:
I thought this approach would break "next"ing over a dprintf location.Indeed, thus this part of the introduction to this patch: :-)
"... Joel previously noted a problem with the "continue" in the command list, which is that stepping/nexting over a dprintf becomes a continue instead (this is a problem for general breakpoint command lists as well). I tinkered with bpstats a bit, but didn't come up with a good solution.This is normally handled by the bpstat saying "don't stop". Doesn't that work for this? Why?
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |