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
Tom Tromey
2d750e210b
fix syntax buglet
2015-04-22 12:38:45 -06:00
Tom Tromey
8d07dd14a0
add -diff item to "gui display"
2013-11-16 21:28:09 -07:00
Tom Tromey
4dae417ff4
add diff capability to "gui display"
2013-11-16 21:23:42 -07:00
Tom Tromey
9e46c9e5dd
fix updatewindow _on_event implementation
2013-11-16 20:46:32 -07:00
Tom Tromey
2246853368
try to use monospace font
2013-11-16 20:40:53 -07:00
Tom Tromey
272efb37b9
remove one note
2013-11-16 20:27:50 -07:00
Tom Tromey
602c1fd82d
move some display code into "updatewindow" base class
2013-11-15 19:46:33 -07:00
Tom Tromey
99ca7a2297
make Toplevel call start_gtk
2013-11-15 19:26:37 -07:00
Tom Tromey
558fef88b2
remove extraneous "global"
2013-11-15 19:25:56 -07:00
Tom Tromey
f35543706a
add "gui display"
...
This adds the "gui display" command.
It arranges to re-evaluate a gdb command at each change
and display the results in a window.
2013-11-15 14:09:41 -07:00
Tom Tromey
4cac0ece7f
fix initialization of _gdb_thread
2013-11-15 13:59:34 -07:00
Tom Tromey
4ba3d52fb2
note a completed upstream bug
2013-11-14 16:20:41 -07:00
Tom Tromey
bcca43094b
find symtab even in frame-less case
2013-11-14 12:12:49 -07:00
Tom Tromey
fc79d59d09
send _disconnect_events to the correct thread
2013-11-14 12:06:18 -07:00
Tom Tromey
e44236b2fb
fix typo that caused the wrong icon to be displayed
2013-11-14 10:46:07 -07:00
Tom Tromey
97d3a8fafa
fix overriding command creation
2013-11-12 09:59:11 -07:00
Tom Tromey
3ecb5ad7f1
initial change to use the line-table API
...
this changes the source window to try to use the new
line-table API, to display icons in the source window
indicating executable lines
next step should be making the markers clickable, to
set a breakpoint or pop up a menu for "advance"
or the like
2013-11-11 21:48:05 -07:00
Tom Tromey
a1d11c2022
add some random notes
2013-11-11 20:01:37 -07:00