Commit Graph

91 Commits

Author SHA1 Message Date
Tom Tromey
c947fbba6d attempt to parse pango markup to put into a text buffer
This can't easily be done at present, see the new files for some
links.  Meanwhile I decided to take another route.
2015-05-24 19:52:59 -06:00
Tom Tromey
6b67ba36d2 remove items that are in the issues 2015-05-24 13:39:08 -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
9e116896c6 use icon_name, not stock_id
I couldn't reproduce this bug -- I couldn't see how to get gtk to emit
deprecation warnings for me.  This should work though.

Fix #30.
2015-05-20 08:08: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
63baaf9c82 allow breakpoint deletion from source window 2015-05-16 13:18:34 -06:00
Tom Tromey
9bc0efd258 privatize _breakpoint_source_map 2015-05-16 13:12:35 -06:00
Tom Tromey
ff700b4a97 save and restore window geometry 2015-05-13 21:17:19 -06:00
Tom Tromey
6d49924a9d change executable-line icon 2015-05-10 20:05:08 -06:00
Tom Tromey
089d965a4b handle case where symtab is None 2015-05-10 10:57:09 -06:00
Tom Tromey
ffd6d83a03 fix breakpoint display in source windows 2015-05-10 10:53:01 -06:00
Tom Tromey
1bec4626eb fix some bugs in gui show 2015-05-10 08:00:20 -06:00
Tom Tromey
e8467f8488 make gui show and gui list commands 2015-05-09 21:32:02 -06:00
Tom Tromey
2eece3f732 fix buglet 2015-05-09 20:53:42 -06:00
Tom Tromey
a6e266899d remove obsolete FIXMEs 2015-05-09 20:19:18 -06:00
Tom Tromey
7647b97c01 try to update source window when breakpoints change
this is not tested yet
2015-05-08 13:01:23 -06:00
Tom Tromey
6b5c4dc9df rearrange a bit 2015-05-07 14:15:49 -06:00
Tom Tromey
f94c64d369 add parameters for line numbers and tab width 2015-05-07 11:30:14 -06:00
Tom Tromey
7956c96cae warn about missing features 2015-05-06 13:59:24 -06:00
Tom Tromey
f11f884f8d add up and down buttons to source window 2015-05-06 12:41:28 -06:00
Tom Tromey
88f77590bd update docs 2015-05-06 10:39:23 -06:00
Tom Tromey
1b0d5c7888 rename README 2015-05-06 10:35:04 -06:00
Tom Tromey
84ea482619 make hack-gdbinit depend on all 2015-05-06 09:15:19 -06:00
Tom Tromey
61b54f1eb1 fix syntax error 2015-05-06 08:32:53 -06:00
Tom Tromey
561da01b2d non-working adapt 2015-05-05 16:27:44 -06:00
Tom Tromey
2065b4138a update titles when changed 2015-05-05 10:25:45 -06:00
Tom Tromey
adc31aa077 refactor parameters 2015-05-05 10:23:59 -06:00
Tom Tromey
d5005b26b8 update note 2015-05-04 21:50:10 -06:00
Tom Tromey
77e504ab4b add window title formatting 2015-05-04 21:01:18 -06:00
Tom Tromey
2e78086eff work around minor gdb bug 2015-05-04 19:45:32 -06:00
Tom Tromey
3bfce4dfb6 rename SourceMe.py to gdb-gui.py 2015-05-04 19:41:32 -06:00
Tom Tromey
30fa4c65e8 document new parameters 2015-05-04 19:33:34 -06:00
Tom Tromey
03fb15a03a fix earlier commit 2015-05-03 18:18:12 -06:00
Tom Tromey
d951a7447b put [Default] in default log window title 2015-05-03 18:15:11 -06:00
Tom Tromey
c52ea9f922 fix log window defaulting 2015-05-03 18:05:54 -06:00
Tom Tromey
8ee28d3cef add "set gui font" 2015-05-03 17:54:28 -06:00
Tom Tromey
6ee0bec04a add "set gui theme" 2015-05-03 17:21:10 -06:00
Tom Tromey
2aba648451 let user choose the theme 2015-05-03 10:07:36 -06:00
Tom Tromey
6eea985e68 add application icon 2015-05-01 22:21:32 -06:00
Tom Tromey
5593cf7365 set application name and class 2015-05-01 21:34:56 -06:00
Tom Tromey
34f59b68fb set button sensitivity based on running state 2015-05-01 14:29:33 -06:00
Tom Tromey
eee43717ad guess language of the source file 2015-04-30 14:05:23 -06:00
Tom Tromey
35143e403f put window number and source basename in title bar 2015-04-30 13:34:40 -06:00
Tom Tromey
5b31fb182c add documentation 2015-04-30 12:44:36 -06:00
Tom Tromey
99cbf92868 use monospace, not Fixed 2015-04-30 12:40:02 -06:00
Tom Tromey
cc0fac354e install 'gui dprintf' 2015-04-30 12:40:02 -06:00
Tom Tromey
4004b80fee add a "clicked" handler for "next" button 2015-04-29 11:25:32 -06:00
Tom Tromey
2d1ea6f90c use before_prompt hook to notify the frame_changed event 2015-04-29 11:16:35 -06:00
Tom Tromey
7ac3f01719 link to another bug 2015-04-29 09:18:02 -06:00
Tom Tromey
6ce3e8f72b use a monospace font 2015-04-28 20:47:44 -06:00