summaryrefslogtreecommitdiff
path: root/etc/images
diff options
context:
space:
mode:
authorDmitry Dzhus <dima@sphinx.net.ru>2009-08-08 22:17:05 +0000
committerDmitry Dzhus <dima@sphinx.net.ru>2009-08-08 22:17:05 +0000
commite9b23a040feb02e98d6c877ae1cdca33d46028d2 (patch)
treed2c8177f974154726f3e41afc19608de9cb0a77f /etc/images
parentaa701ce8a390a3a781d8ac910f065294e52a6516 (diff)
downloademacs-e9b23a040feb02e98d6c877ae1cdca33d46028d2.tar.gz
* images/gud/all.xpm, images/gud/thread.xpm: New icons for gdb-mi.el
Diffstat (limited to 'etc/images')
-rw-r--r--etc/images/gud/all.xpm31
-rw-r--r--etc/images/gud/thread.xpm32
2 files changed, 63 insertions, 0 deletions
diff --git a/etc/images/gud/all.xpm b/etc/images/gud/all.xpm
new file mode 100644
index 00000000000..c45bade0b8e
--- /dev/null
+++ b/etc/images/gud/all.xpm
@@ -0,0 +1,31 @@
+/* XPM */
+static char * all_xpm[] = {
+"24 24 4 1",
+" c None",
+". c #000000",
+"+ c #E5E5E5",
+"@ c #FFFFFF",
+" ",
+" ",
+" .................... ",
+" .................... ",
+" .................... ",
+" ++++++@@@@@@@@++++++ ",
+" ++++++@@....@@++++++ ",
+" ++++++@......@++++++ ",
+" ......@..@@..@...... ",
+" ......@..@@..@...... ",
+" ......@..@@..@...... ",
+" ++++++@......@++++++ ",
+" ++++++@......@++++++ ",
+" ++++++@..@@..@++++++ ",
+" ......@..@@..@...... ",
+" ......@..@@..@...... ",
+" ......@..@@..@...... ",
+" ++++++@..@@..@++++++ ",
+" ++++++...@@...++++++ ",
+" ++++++++++++++++++++ ",
+" .................... ",
+" .................... ",
+" ",
+" "};
diff --git a/etc/images/gud/thread.xpm b/etc/images/gud/thread.xpm
new file mode 100644
index 00000000000..b84a8b80d59
--- /dev/null
+++ b/etc/images/gud/thread.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * thread_xpm[] = {
+"24 24 5 1",
+" c None",
+". c #B2B2B2",
+"+ c #E5E5E5",
+"@ c #FFFFFF",
+"# c #000000",
+" ",
+" ",
+" .................... ",
+" .................... ",
+" .................... ",
+" ++++++@@@@@@@@++++++ ",
+" ++++++########++++++ ",
+" ++++++########++++++ ",
+" ......##@##@##...... ",
+" ......@@@##@@@...... ",
+" ......@@@##@@@...... ",
+" ++++++@@@##@@@++++++ ",
+" ++++++@@@##@@@++++++ ",
+" ++++++@@@##@@@++++++ ",
+" ######@@@##@@@###### ",
+" ######@@@##@@@###### ",
+" ######@@@##@@@###### ",
+" ++++++@@@##@@@++++++ ",
+" ++++++@@####@@++++++ ",
+" ++++++++++++++++++++ ",
+" .................... ",
+" .................... ",
+" ",
+" "};