Mercurial > emacs
view lisp/toolbar/gud-finish.xpm @ 51116:cac5cb5d83ec
(gdb-view-source, gdb-selected-view): New variables.
(gdba): Inhibit DOS window in MS Windows.
(gdb-inferior-io-mode): Use hexl instead of cat.
(gdb-info-breakpoints-custom, gdb-assembler-custom, gdb-reset):
Use text in margin for MS Windows as there is no image support.
(gdb-restore-windows, gdb-setup-windows): Restore/start with
assembler view if appropriate.
(gdb-assembler-custom): Assembler code should display at point.
Parse address correctly.
(gdb-frame-handler): Accommodate selection of display of source
or assembler.
Add radio buttons to select display of source or assembler.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Wed, 21 May 2003 00:49:46 +0000 |
parents | 9c5f4d80a59c |
children | f7114bba1fd4 |
line wrap: on
line source
/* XPM */ static char * finish_xpm[] = { "24 24 7 1", " c #c0c0c0", ". c #cc0033", "X c #616161", "o c #2a1f55", "O c #adadad", "+ c #d40000", "@ c #cc9999", " ", " ", " ", " ", " ..... ", " . . ", " . . ", " Xo . oX . ", " XoO . OoX . ", " oo . oo +@.@+ ", " oo oo @...@ ", " oo oo ... ", " oX Xo @.@ ", " oo oo . ", " oX Xo ", " oo oo ", " oo oo ", " oo oo ", " XoO OoX ", " Xo oX ", " ", " ", " ", " "};