-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
e-server / gdb: thread-specific breakpoint issues #68
Comments
Things improve with this patch: I can now set a breakpoint on a thread, continue, wait for the breakpoint to hit, continue... that works. But when I issue "interrupt -a" when a thread with a breakpoint is running this assertion fails
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Stop and resume of threads seem to work reliably, normal breakpoints too.
But setting a thread specific breakpoint (
b foo thread 8
) breaks things.@palves: could you please take a look at this, it's a really useful feature to have IMO.
Test setup:
e-server --multiprocess
in one terminalA try with "c -a &":
gdblog2.txt
Another try with "c -a", same setup. Note that a different assertion fails here:
gdblog3.txt
The text was updated successfully, but these errors were encountered: