tromey / gdb-gui

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

add a breakpoint window #14

Open tromey opened 9 years ago

tromey commented 9 years ago

Add a breakpoint window.

tromey commented 9 years ago

This probably requires some upgrades in gdb, as it currently isn't possible to represent catchpoints and some other things in Python.