Mercurial > emacs
view lisp/toolbar/copy.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 | 8f4a34146a9d |
children | 734ff40978ad |
line wrap: on
line source
/* XPM */ static char *magick[] = { /* columns rows colors chars-per-pixel */ "24 24 7 1", " c Gray0", ". c #424242423a3a", "X c #68e968e96363", "o c #a8b1a8b1992b", "O c #d3d3d3d3bdbd", "+ c #e419e419cd6b", "@ c None", /* pixels */ "@@@@@@@@@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@@@@@@@@@", "@@@@@@@@ @@@@@@@@@@@@@@", "@@@@@@ Oo @@@@@@@@@@@@@", "@@@@ .ooOO @@@@ @@@@@@@", "@@@@ +XoOOo @ Oo @@@@@@", "@@@@ +.oO++ .ooOO @@@@@@", "@@@@ XoO+++ +XoOOo @@@@@", "@@@@ oOO+++ +.oO++ @@@@@", "@@@@ oO++++ XoOO++o @@@@", "@@@@@ +++++ oOO++++o @@@", "@@@@@ o++++ oO++++++ @@@", "@@@@@@ ++o +++++++o @@", "@@@@@@ o @@ o++++o @@@", "@@@@@@@ @@@@@ ++o @@@@@", "@@@@@@@@@@ @@ o @@@@@@@", "@@@@@@@ @@ @@@@@@@@@", "@@@@@@@ @@@@@@@@@@@@", "@@@@@@@@@@ @@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@@@@@@@@@" };