tromey / gdb-gui

A gdb gui written in Python, running inside gdb itself.
44 stars 3 forks source link

stop button does not work #7

Closed tromey closed 9 years ago

tromey commented 9 years ago

The stop button doesn't really work right now. I think this requires some change inside gdb.

tromey commented 9 years ago

Maybe instead of fixing gdb we can just sent a SIGINT to the main thread.

tromey commented 9 years ago

It does seem to work with a recent gdb.