aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2010-01-15 11:26:27 +1300
committerNick Roberts2010-01-15 11:26:27 +1300
commitbecbbaa7132dde5d693f41d6e55511024a258af5 (patch)
tree17958d9f781c7cdf4c502604856d3de9cee72075
parentd1f18ec0920105223d2aecfd838f8b19921e6340 (diff)
downloademacs-becbbaa7132dde5d693f41d6e55511024a258af5.tar.gz
emacs-becbbaa7132dde5d693f41d6e55511024a258af5.zip
Add icons for reverse debugging. (3rd attempt).
-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 @@
1/* XPM */
2static char * reverse_continue_xpm[] = {
3"24 24 6 1",
4" c None",
5". c #D99FAA",
6"+ c #CC0033",
7"@ c #616161",
8"# c #2A1F55",
9"$ c #AA9FAA",
10" ",
11" ",
12" ",
13" ",
14" .+ ",
15" .++. ",
16" @# #@ +++++++ ",
17" @#$ $#@ .++. ",
18" ## ## .+ ",
19" ## ## ",
20" ## ## ",
21" #@ @# ",
22" ## ## ",
23" #@ @# ",
24" ## ## ",
25" ## ## ",
26" ## ## ",
27" @#$ $#@ ",
28" @# #@ ",
29" ",
30" ",
31" ",
32" ",
33" "};
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 @@
1/* XPM */
2static char * break_xpm[] = {
3"24 24 2 1",
4" c None",
5". c #cc0033",
6" ",
7" ",
8" ",
9" ",
10" .... ",
11" ........ ",
12" .......... ",
13" ............ ",
14" .............. ",
15" .............. ",
16" ................ ",
17" ................ ",
18" ................ ",
19" ................ ",
20" .............. ",
21" .............. ",
22" ............ ",
23" .......... ",
24" ........ ",
25" .... ",
26" ",
27" ",
28" ",
29" "};
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 @@
1/* XPM */
2static char * break_xpm[] = {
3"24 24 2 1",
4" c None",
5". c #cc0033",
6" ",
7" ",
8" ",
9" ",
10" .... ",
11" ........ ",
12" .......... ",
13" ............ ",
14" .............. ",
15" .............. ",
16" ................ ",
17" ................ ",
18" ................ ",
19" ................ ",
20" .............. ",
21" .............. ",
22" ............ ",
23" .......... ",
24" ........ ",
25" .... ",
26" ",
27" ",
28" ",
29" "};
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 @@
1/* XPM */
2static char * reverse_step_xpm[] = {
3"24 24 6 1",
4" c None",
5". c #D40000",
6"+ c #616161",
7"@ c #2A1F55",
8"# c #ADADAD",
9"$ c #CC9999",
10" ",
11" ",
12" ",
13" ",
14" ..... ",
15" . . ",
16" . . ",
17" +@ . @+ . ",
18" +@# . #@+ . ",
19" @@ .$.$. @@ . ",
20" @@ $...$ @@ ",
21" @@ ... @@ ",
22" @+ $.$ +@ ",
23" @@ . @@ ",
24" @+ +@ ",
25" @@ @@ ",
26" @@ @@ ",
27" @@ @@ ",
28" +@# #@+ ",
29" +@ @+ ",
30" ",
31" ",
32" ",
33" "};
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 @@
1/* XPM */
2static char * reverse_next_xpm[] = {
3"24 24 7 1",
4" c None",
5". c #CC0033",
6"+ c #616161",
7"@ c #2A1F55",
8"# c #ADADAD",
9"$ c #D40000",
10"% c #CC9999",
11" ",
12" ",
13" ",
14" ",
15" .......... ",
16" . . ",
17" . . ",
18" . +@ @+ . ",
19" . +@# #@+ . ",
20" $%.%$ @@ @@ . ",
21" %...% @@ @@ ",
22" ... @@ @@ ",
23" %.% @+ +@ ",
24" . @@ @@ ",
25" @+ +@ ",
26" @@ @@ ",
27" @@ @@ ",
28" @@ @@ ",
29" +@# #@+ ",
30" +@ @+ ",
31" ",
32" ",
33" ",
34" "};
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 @@
1/* XPM */
2static char * reverse_nexti_xpm[] = {
3"24 24 6 1",
4" c None",
5". c #CC0033",
6"+ c #D40000",
7"@ c #CC9999",
8"# c #616161",
9"$ c #2A1F55",
10" ",
11" ",
12" ",
13" ",
14" .......... ",
15" . . ",
16" . . ",
17" . . ",
18" . . ",
19" +@.@+ # # . ",
20" @...@ #$ $# ",
21" ... #$ $# ",
22" @.@ #$ $# ",
23" . #$ $# ",
24" $# #$ ",
25" $# #$ ",
26" $# #$ ",
27" $# #$ ",
28" $ $ ",
29" ",
30" ",
31" ",
32" ",
33" "};
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 @@
1/* XPM */
2static char * reverse_finish_xpm[] = {
3"24 24 7 1",
4" c None",
5". c #CC0033",
6"+ c #616161",
7"@ c #2A1F55",
8"# c #ADADAD",
9"$ c #D40000",
10"% c #CC9999",
11" ",
12" ",
13" ",
14" ",
15" ..... ",
16" . . ",
17" . . ",
18" . +@ . @+ ",
19" . +@# . #@+ ",
20" $%.%$ @@ . @@ ",
21" %...% @@ @@ ",
22" ... @@ @@ ",
23" %.% @+ +@ ",
24" . @@ @@ ",
25" @+ +@ ",
26" @@ @@ ",
27" @@ @@ ",
28" @@ @@ ",
29" +@# #@+ ",
30" +@ @+ ",
31" ",
32" ",
33" ",
34" "};
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 @@
1/* XPM */
2static char * reverse_stepi_xpm[] = {
3"24 24 5 1",
4" c None",
5". c #D40000",
6"+ c #616161",
7"@ c #2A1F55",
8"# c #CC9999",
9" ",
10" ",
11" ",
12" ",
13" ..... ",
14" . . ",
15" . . ",
16" . . ",
17" + . + . ",
18" +@ .#.#. @+ . ",
19" +@ #...# @+ ",
20" +@ ... @+ ",
21" +@ #.# @+ ",
22" @+ . +@ ",
23" @+ +@ ",
24" @+ +@ ",
25" @+ +@ ",
26" @ @ ",
27" ",
28" ",
29" ",
30" ",
31" ",
32" "};