Variable: breakpoint-xpm-data

breakpoint-xpm-data is a variable defined in gdb-mi.el.gz.

Value

"/* XPM */\nstatic char *magick[] = {\n/* columns rows colors chars-per-pixel */\n\"10 10 2 1\",\n\"  c red\",\n\"+ c None\",\n/* pixels */\n\"+++    +++\",\n\"++      ++\",\n\"+        +\",\n\"          \",\n\"          \",\n\"          \",\n\"          \",\n\"+        +\",\n\"++      ++\",\n\"+++    +++\",\n};"

Documentation

XPM data used for breakpoint icon.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defconst breakpoint-xpm-data
  "/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
\"10 10 2 1\",
\"  c red\",
\"+ c None\",
/* pixels */
\"+++    +++\",
\"++      ++\",
\"+        +\",
\"          \",
\"          \",
\"          \",
\"          \",
\"+        +\",
\"++      ++\",
\"+++    +++\",
};"
  "XPM data used for breakpoint icon.")