summaryrefslogtreecommitdiff
path: root/acme/acid
diff options
context:
space:
mode:
Diffstat (limited to 'acme/acid')
-rw-r--r--acme/acid/Acid.disbin0 -> 360 bytes
-rw-r--r--acme/acid/Acid0.disbin0 -> 117 bytes
-rw-r--r--acme/acid/guide2
-rw-r--r--acme/acid/readme12
4 files changed, 14 insertions, 0 deletions
diff --git a/acme/acid/Acid.dis b/acme/acid/Acid.dis
new file mode 100644
index 00000000..05d87c4f
--- /dev/null
+++ b/acme/acid/Acid.dis
Binary files differ
diff --git a/acme/acid/Acid0.dis b/acme/acid/Acid0.dis
new file mode 100644
index 00000000..afb83b88
--- /dev/null
+++ b/acme/acid/Acid0.dis
Binary files differ
diff --git a/acme/acid/guide b/acme/acid/guide
new file mode 100644
index 00000000..0fc99511
--- /dev/null
+++ b/acme/acid/guide
@@ -0,0 +1,2 @@
+Acid pid
+Acid -l alef -l symsfile pid
diff --git a/acme/acid/readme b/acme/acid/readme
new file mode 100644
index 00000000..fcf343be
--- /dev/null
+++ b/acme/acid/readme
@@ -0,0 +1,12 @@
+Capital A Acid is a rudimentary acme interface to the debugger acid.
+It uses a win to provide an interactive window for acid. In that window,
+a couple of extra acme-specific features are enabled:
+
+w(command)
+ runs the command and places its output in a new window.
+ e.g. w(lstk()) places the stack trace in a distinct window.
+
+Also, in any such window, text executed with button 2 is
+presented as input to acid in the main Acid window. Thus, for
+example, one may evaluate variables presented in a stack trace
+by `executing' it with button 2.