aboutsummaryrefslogtreecommitdiff
path: root/ltrace.h
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@thehackers.org>1997-08-23 21:31:46 +0200
committerJuan Cespedes <cespedes@thehackers.org>1997-08-23 21:31:46 +0200
commit1afec6996a994ac3734dad50e925437da064647a (patch)
treed49a7ff0970d498c5bcacdfe8adfbfa6a2c55a35 /ltrace.h
parentef04ba484536ab0517fabbbbf4bfbb32c249453b (diff)
downloadltrace-1afec6996a994ac3734dad50e925437da064647a.tar.gz
Version 0.1.2
* Updated ``TODO'' * Added process.c:execute_process * Added i386.c:type_of_stop * Hopefully, system dependent stuff is now only in i386.[ch] and process.[ch] * `-d' can now be used many times: many levels of debug * removed breakpoint for children detecting fork()s. Now, *every* program should work ok * struct process now also has a field for the process filename * Added "syscall.c" with a list of system call names in Linux/i386
Diffstat (limited to 'ltrace.h')
-rw-r--r--ltrace.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ltrace.h b/ltrace.h
index e869799..a40dbb7 100644
--- a/ltrace.h
+++ b/ltrace.h
@@ -1,3 +1,4 @@
-extern int debug;
extern FILE * output;
+extern int opt_d;
+extern int opt_i;