Mercurial > emacs
view lisp/toolbar/jump_to.xpm @ 51227:a1e2454a02ec
(gdb-info-breakpoints-custom, gdb-assembler-custom):
Put string associated with breakpoint at start of line so that it
is always visible.
(gdb-display-source-buffer): Display assembler during execution,
when requested.
(gud-menu-map): Add a toggle button to menubar for
gdb-many-windows.
(gdb-many-windows): Define explicitly as a function and a variable
(formerly as a minor mode). These need to be global so layout can
be reset from any buffer.
(gdb-assembler-mode): Keep fringe outside margin as the overlay
arrow is not used for assembler.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sun, 25 May 2003 16:51:34 +0000 |
parents | 8f4a34146a9d |
children | 734ff40978ad |
line wrap: on
line source
/* XPM */ static char *magick[] = { /* columns rows colors chars-per-pixel */ "24 24 9 1", " c #011b011b011b", ". c #5e0868be52d3", "X c #7c7c8b8b6e6e", "o c #8d4d97577838", "O c #ae51c17b9b26", "+ c #cedcabd6996e", "@ c #d305cecebaba", "# c #e38de39ed709", "$ c None", /* pixels */ "$$$$$$$$$$$$$$$$$$$$$$$$", "$$$$$$$$$$$$$$$$$$$$$$$$", "$$$$$$$$$$$$$$$$$$$$$$$$", "$$$$$$$$$$$$$$$$$$$$$$$$", "$$$$$$$$$$$$$$$$$$$$$$$$", "$$$$$$$$$$$$$$$$$$$$$$$$", "$$$$$$$$$$$$$ $$$$$$$$", "$$$$$$$$$$$ #@+ $$$$$$", "$$$$$$$$$$$ ###@+ $$$$$$", "$$$$$$$ #+++ $$$$$", "$$$$$$$ o@##O ++++ $$$$$", "$$$$$$$$ .OO. +++o $$$$$", "$$$$$$ #@O.. +++ $$$$$$", "$$$$ #@@Oo.. ++ $$$$$$", "$$$ #@@OOo. . $$$$$$$$", "$$$$ #OOO. $ $$$$$$$$$$", "$$$$$ #OX. $$$$$$$$$$$$$", "$$$$$$ O. $$$$$$$$$$$$$$", "$$$$$$$ . $$$$$$$$$$$$$$", "$$$$$$$$ $$$$$$$$$$$$$$$", "$$$$$$$$$$$$$$$$$$$$$$$$", "$$$$$$$$$$$$$$$$$$$$$$$$", "$$$$$$$$$$$$$$$$$$$$$$$$", "$$$$$$$$$$$$$$$$$$$$$$$$" };