view etc/images/gud/pp.xpm @ 69000:0dcc5b9decbf

(gdb-force-update): Rename from gdb-var-changed. (gdb-post-prompt): Use it. (gdb-var-create-handler, gdb-var-evaluate-expression-handler) (gdb-var-update-handler, gdb-var-delete) (gdb-speedbar-expand-node, gdb-var-list-children-handler-1) (gdb-var-update-handler-1): Don't set gdb-var-changed, just set gdb-force-update in gdb-post-prompt. (gdb-reset): Clear watch expressions from speedbar when quitting.
author Nick Roberts <nickrob@snap.net.nz>
date Sun, 19 Feb 2006 05:21:50 +0000
parents 6ea05e92aaad
children
line wrap: on
line source

/* XPM */
static char * pp_xpm[] = {
"24 24 2 1",
" 	c None",
".	c #000000000000",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"   ... ...   ... ...    ",
"    ... ...   ... ...   ",
"    ..   ..   ..   ..   ",
"    ..   ..   ..   ..   ",
"    ..   ..   ..   ..   ",
"    ..   ..   ..   ..   ",
"    ..   ..   ..   ..   ",
"    ... ..    ... ..    ",
"    .. ..     .. ..     ",
"    ..        ..        ",
"    ..        ..        ",
"    ..        ..        ",
"   ....      ....       ",
"                        ",
"                        ",
"                        "};