Commit Graph

13 Commits

Author SHA1 Message Date
Tom Tromey
c1bb37366c handle errors from gdb.newest_frame
Fixes #35
2015-08-05 13:58:28 -06:00
Tom Tromey
1ab13b05e5 update source windows when objfiles come or go
Fix #27
2015-05-20 20:12:44 -06:00
Tom Tromey
22bdecb10d make it work with both python2 and python3
I ran 2to3, fixed up the output a tiny bit, and fixed the C module as
well.  I smoke tested with both versions of Python but didn't use it in
anger yet.

Fix #29
2015-05-19 09:44:09 -06:00
Tom Tromey
ff700b4a97 save and restore window geometry 2015-05-13 21:17:19 -06:00
Tom Tromey
f94c64d369 add parameters for line numbers and tab width 2015-05-07 11:30:14 -06:00
Tom Tromey
61b54f1eb1 fix syntax error 2015-05-06 08:32:53 -06:00
Tom Tromey
2065b4138a update titles when changed 2015-05-05 10:25:45 -06:00
Tom Tromey
77e504ab4b add window title formatting 2015-05-04 21:01:18 -06:00
Tom Tromey
03fb15a03a fix earlier commit 2015-05-03 18:18:12 -06:00
Tom Tromey
8ee28d3cef add "set gui font" 2015-05-03 17:54:28 -06:00
Tom Tromey
99ca7a2297 make Toplevel call start_gtk 2013-11-15 19:26:37 -07:00
Tom Tromey
3b39f0068b add "gui log" and friends
This adds the "gui log" command, which pops up a window you can use
for logging.

There are also new "gui" subcommands for sending output to a log
window: gui print, gui output, gui printf, and gui dprintf.  These
all work pretty much like their non-gui counterparts, except that the
output goes to the log window.

If you have more than one log window you can specify which one to use
with an "@", like  gui print @1 value
2013-06-12 12:51:43 -06:00
Tom Tromey
4b5a9b16ed add "info windows" and "delete window"
This adds the "info windows" and "delete window" commands.

"info windows" unfortunately overlaps with the TUI's "info win".
So maybe we should rename this one.

This also adds a new "toplevel" component that knows how to track
windows.
2013-06-12 10:30:12 -06:00