-
Notifications
You must be signed in to change notification settings - Fork 149
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
Stop tracking watchpoint freezes PINCE #53
Comments
This issue has been fixed in 375f7af. But I'll keep it open since the fix is temporary and somewhat ugly. This issue should only be closed if gdb fixes it. Also referenced in cs01/pygdbmi#35 |
GDB fixed this bug in newer MI versions and decided to not update the default version we are using right now to avoid breaking old projects. So, the temporary fix is here to stay. It can be changed if we somehow be forced to use newer MI versions. Here's the discussion in Bugzilla: https://sourceware.org/bugzilla/show_bug.cgi?id=9659 Closing this issue for now as there's currently nothing to do. |
This is a GDB bug.
GDB's
-break-list
can produce non MI compliant output. That can freeze pygdbmi.-break-list
is executed whendelete_breakpoint
is called insidepushButton_Stop_clicked
of the trackpoint widget, which callscheck_address_in_breakpoints
which callsget_breakpoint_info
.The text was updated successfully, but these errors were encountered: