tromey / gdb-gui

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

show more information in title bar #1

Closed tromey closed 9 years ago

tromey commented 9 years ago

We should support some kind of intelligent format for the source window title bar.

One simple thing to do would be to show the current function name when the inferior is stopped.

tromey commented 9 years ago

Done.