view etc/images/ezimage/bits.xpm @ 105072:28bf710f9221

(gdb-frame-address): New variable. (gdb-var-list): Add an element for has_more field. (gdb-non-stop-handler): Enable pretty printing for STL containers. (gdb-var-create-handler, gdb-var-list-children-handler-1) (gdb-var-update-handler-1): Parse output of dynamic variable objects (STL containers). (gdb-var-delete-1): Pass var1 as an explicit second argument. (gdb-get-field): Delete alias. Use bindat-get-field directly.
author Nick Roberts <nickrob@snap.net.nz>
date Fri, 18 Sep 2009 02:00:59 +0000
parents 616e5cb890c3
children
line wrap: on
line source

/* XPM */
static char * sb_obj_xpm[] = {
"15 15 2 1",
" 	c None",
".	c #000CFF",
" ..  .  ..  .  ",
".  . . .  . .  ",
".  . . .  . .  ",
".  . . .  . .  ",
" ..  .  ..  .  ",
"               ",
".  ..  .  ..   ",
". .  . . .  .  ",
". .  . . .  .  ",
". .  . . .  .  ",
".  ..  .  ..   ",
"               ",
" ..  .  ..  .  ",
".  . . .  . .  ",
".  . . .  . .  "};