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/11669] would like some kind of non-stopping breakpoint


------- Additional Comments From tromey at redhat dot com  2010-06-17 20:05 -------
FWIW, I thought of a trick that can be used for this today.
Instead of installing python commands on a breakpoint, instead
you can write a convenience function in python.  Have this
function do all the needed work, then always return 0, and
use a call to this function as the breakpoint condition.
This will give you a python callback without interfering with
nexting behavior.

-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]