aboutsummaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-02-07 16:41:03 +0100
committerPetr Machata <pmachata@redhat.com>2012-04-19 00:52:21 +0200
commit61196a4a81e77322bf1f3dc609007f5d35a5103a (patch)
tree918d0a01a58b3807eaea360516b990093cd1cd03 /common.h
parent02648a119092bb5b64918063521237f257283c72 (diff)
downloadltrace-61196a4a81e77322bf1f3dc609007f5d35a5103a.tar.gz
Drop Process::breakpoints_enabled
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.h b/common.h
index c6c7317..ed618b5 100644
--- a/common.h
+++ b/common.h
@@ -180,7 +180,6 @@ struct Process {
* processes. */
Dict * breakpoints;
- int breakpoints_enabled; /* -1:not enabled yet, 0:disabled, 1:enabled */
int mask_32bit; /* 1 if 64-bit ltrace is tracing 32-bit process */
unsigned int personality;
int tracesysgood; /* signal indicating a PTRACE_SYSCALL trap */