summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2010-01-15 11:26:27 +1300
committerNick Roberts <nickrob@snap.net.nz>2010-01-15 11:26:27 +1300
commitbecbbaa7132dde5d693f41d6e55511024a258af5 (patch)
tree17958d9f781c7cdf4c502604856d3de9cee72075 /etc
parentd1f18ec0920105223d2aecfd838f8b19921e6340 (diff)
downloademacs-becbbaa7132dde5d693f41d6e55511024a258af5.tar.gz
Add icons for reverse debugging. (3rd attempt).
Diffstat (limited to 'etc')
-rw-r--r--etc/images/gud/rcont.xpm33
-rw-r--r--etc/images/gud/recstart.xpm29
-rw-r--r--etc/images/gud/recstop.xpm29
-rw-r--r--etc/images/gud/rfinish.xpm33
-rw-r--r--etc/images/gud/rnext.xpm34
-rw-r--r--etc/images/gud/rnexti.xpm33
-rw-r--r--etc/images/gud/rstep.xpm34
-rw-r--r--etc/images/gud/rstepi.xpm32
8 files changed, 257 insertions, 0 deletions
diff --git a/etc/images/gud/rcont.xpm b/etc/images/gud/rcont.xpm
new file mode 100644
index 00000000000..ce817193109
--- /dev/null
+++ b/etc/images/gud/rcont.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * reverse_continue_xpm[] = {
+"24 24 6 1",
+" c None",
+". c #D99FAA",
+"+ c #CC0033",
+"@ c #616161",
+"# c #2A1F55",
+"$ c #AA9FAA",
+" ",
+" ",
+" ",
+" ",
+" .+ ",
+" .++. ",
+" @# #@ +++++++ ",
+" @#$ $#@ .++. ",
+" ## ## .+ ",
+" ## ## ",
+" ## ## ",
+" #@ @# ",
+" ## ## ",
+" #@ @# ",
+" ## ## ",
+" ## ## ",
+" ## ## ",
+" @#$ $#@ ",
+" @# #@ ",
+" ",
+" ",
+" ",
+" ",
+" "};
diff --git a/etc/images/gud/recstart.xpm b/etc/images/gud/recstart.xpm
new file mode 100644
index 00000000000..341a5d743ad
--- /dev/null
+++ b/etc/images/gud/recstart.xpm
@@ -0,0 +1,29 @@
+/* XPM */
+static char * break_xpm[] = {
+"24 24 2 1",
+" c None",
+". c #cc0033",
+" ",
+" ",
+" ",
+" ",
+" .... ",
+" ........ ",
+" .......... ",
+" ............ ",
+" .............. ",
+" .............. ",
+" ................ ",
+" ................ ",
+" ................ ",
+" ................ ",
+" .............. ",
+" .............. ",
+" ............ ",
+" .......... ",
+" ........ ",
+" .... ",
+" ",
+" ",
+" ",
+" "};
diff --git a/etc/images/gud/recstop.xpm b/etc/images/gud/recstop.xpm
new file mode 100644
index 00000000000..341a5d743ad
--- /dev/null
+++ b/etc/images/gud/recstop.xpm
@@ -0,0 +1,29 @@
+/* XPM */
+static char * break_xpm[] = {
+"24 24 2 1",
+" c None",
+". c #cc0033",
+" ",
+" ",
+" ",
+" ",
+" .... ",
+" ........ ",
+" .......... ",
+" ............ ",
+" .............. ",
+" .............. ",
+" ................ ",
+" ................ ",
+" ................ ",
+" ................ ",
+" .............. ",
+" .............. ",
+" ............ ",
+" .......... ",
+" ........ ",
+" .... ",
+" ",
+" ",
+" ",
+" "};
diff --git a/etc/images/gud/rfinish.xpm b/etc/images/gud/rfinish.xpm
new file mode 100644
index 00000000000..f118466378d
--- /dev/null
+++ b/etc/images/gud/rfinish.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * reverse_step_xpm[] = {
+"24 24 6 1",
+" c None",
+". c #D40000",
+"+ c #616161",
+"@ c #2A1F55",
+"# c #ADADAD",
+"$ c #CC9999",
+" ",
+" ",
+" ",
+" ",
+" ..... ",
+" . . ",
+" . . ",
+" +@ . @+ . ",
+" +@# . #@+ . ",
+" @@ .$.$. @@ . ",
+" @@ $...$ @@ ",
+" @@ ... @@ ",
+" @+ $.$ +@ ",
+" @@ . @@ ",
+" @+ +@ ",
+" @@ @@ ",
+" @@ @@ ",
+" @@ @@ ",
+" +@# #@+ ",
+" +@ @+ ",
+" ",
+" ",
+" ",
+" "};
diff --git a/etc/images/gud/rnext.xpm b/etc/images/gud/rnext.xpm
new file mode 100644
index 00000000000..ee6e03e4d07
--- /dev/null
+++ b/etc/images/gud/rnext.xpm
@@ -0,0 +1,34 @@
+/* XPM */
+static char * reverse_next_xpm[] = {
+"24 24 7 1",
+" c None",
+". c #CC0033",
+"+ c #616161",
+"@ c #2A1F55",
+"# c #ADADAD",
+"$ c #D40000",
+"% c #CC9999",
+" ",
+" ",
+" ",
+" ",
+" .......... ",
+" . . ",
+" . . ",
+" . +@ @+ . ",
+" . +@# #@+ . ",
+" $%.%$ @@ @@ . ",
+" %...% @@ @@ ",
+" ... @@ @@ ",
+" %.% @+ +@ ",
+" . @@ @@ ",
+" @+ +@ ",
+" @@ @@ ",
+" @@ @@ ",
+" @@ @@ ",
+" +@# #@+ ",
+" +@ @+ ",
+" ",
+" ",
+" ",
+" "};
diff --git a/etc/images/gud/rnexti.xpm b/etc/images/gud/rnexti.xpm
new file mode 100644
index 00000000000..03d28734bfc
--- /dev/null
+++ b/etc/images/gud/rnexti.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * reverse_nexti_xpm[] = {
+"24 24 6 1",
+" c None",
+". c #CC0033",
+"+ c #D40000",
+"@ c #CC9999",
+"# c #616161",
+"$ c #2A1F55",
+" ",
+" ",
+" ",
+" ",
+" .......... ",
+" . . ",
+" . . ",
+" . . ",
+" . . ",
+" +@.@+ # # . ",
+" @...@ #$ $# ",
+" ... #$ $# ",
+" @.@ #$ $# ",
+" . #$ $# ",
+" $# #$ ",
+" $# #$ ",
+" $# #$ ",
+" $# #$ ",
+" $ $ ",
+" ",
+" ",
+" ",
+" ",
+" "};
diff --git a/etc/images/gud/rstep.xpm b/etc/images/gud/rstep.xpm
new file mode 100644
index 00000000000..54516bf2c25
--- /dev/null
+++ b/etc/images/gud/rstep.xpm
@@ -0,0 +1,34 @@
+/* XPM */
+static char * reverse_finish_xpm[] = {
+"24 24 7 1",
+" c None",
+". c #CC0033",
+"+ c #616161",
+"@ c #2A1F55",
+"# c #ADADAD",
+"$ c #D40000",
+"% c #CC9999",
+" ",
+" ",
+" ",
+" ",
+" ..... ",
+" . . ",
+" . . ",
+" . +@ . @+ ",
+" . +@# . #@+ ",
+" $%.%$ @@ . @@ ",
+" %...% @@ @@ ",
+" ... @@ @@ ",
+" %.% @+ +@ ",
+" . @@ @@ ",
+" @+ +@ ",
+" @@ @@ ",
+" @@ @@ ",
+" @@ @@ ",
+" +@# #@+ ",
+" +@ @+ ",
+" ",
+" ",
+" ",
+" "};
diff --git a/etc/images/gud/rstepi.xpm b/etc/images/gud/rstepi.xpm
new file mode 100644
index 00000000000..e78a48eb2a8
--- /dev/null
+++ b/etc/images/gud/rstepi.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * reverse_stepi_xpm[] = {
+"24 24 5 1",
+" c None",
+". c #D40000",
+"+ c #616161",
+"@ c #2A1F55",
+"# c #CC9999",
+" ",
+" ",
+" ",
+" ",
+" ..... ",
+" . . ",
+" . . ",
+" . . ",
+" + . + . ",
+" +@ .#.#. @+ . ",
+" +@ #...# @+ ",
+" +@ ... @+ ",
+" +@ #.# @+ ",
+" @+ . +@ ",
+" @+ +@ ",
+" @+ +@ ",
+" @+ +@ ",
+" @ @ ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" "};