view lisp/sb-tag-type.xpm @ 47443:b2fb48df4f9f

(gud-gdb-massage-args, gud-sdb-massage-args) (gud-pdb-massage-args): Delete. (gdb, sdb, pdb): Don't pass gud-*-massage-args any more. (gud-gdb-command-name): New var. Put "--fullname" in there. (gud-query-cmdline): Use the most recent executable as the default. Don't add "--fullname" (it's only valid/meaningful for GDB). (gud-xdb-marker-filter): Use match-string. (gud-perldb-massage-args): Don't add "-d". (gud-perldb-command-name): Add "-d". (gud-common-init): If `massage-args' is nil, don't call it. (gud-format-command): Don't hardcode point-min==1.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 12 Sep 2002 21:26:27 +0000
parents c0758fd9ca7a
children c2a09ac7b7b1
line wrap: on
line source

/* XPM */
static char * sb_tag_type_xpm[] = {
"20 15 4 1",
" 	c None",
".	c #828282",
"+	c #000000",
"@	c #FFF993",
"                    ",
"                    ",
"    ............... ",
"   .+++++++++++++++.",
"  .+@@@@@@@@@@@@@@+.",
" .+@@@@@@++++++@@@+.",
".+@@@@@@@++++++@@@+.",
".+@++@@@@@@++@@@@@+.",
".+@++@@@@@@++@@@@@+.",
".+@@@@@@@@@++@@@@@+.",
" .+@@@@@@@@++@@@@@+.",
"  .+@@@@@@@@@@@@@@+.",
".  .+++++++++++++++.",
"    ............... ",
"                    "};