aboutsummaryrefslogtreecommitdiff
path: root/gdb/tracepoint.h
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>1997-12-11 22:34:09 +0000
committerMichael Snyder <msnyder@vmware.com>1997-12-11 22:34:09 +0000
commitbf1aae13f09da87af876df4c6b1fa6d8f69cc12e (patch)
tree38bb93c373878639b270afe1b611401f02f4a170 /gdb/tracepoint.h
parent5f00acfc3f1ca21d5f619bab10055e42002285fe (diff)
downloadfsf-binutils-gdb-bf1aae13f09da87af876df4c6b1fa6d8f69cc12e.zip
fsf-binutils-gdb-bf1aae13f09da87af876df4c6b1fa6d8f69cc12e.tar.gz
fsf-binutils-gdb-bf1aae13f09da87af876df4c6b1fa6d8f69cc12e.tar.bz2
Thu Dec 11 14:28:01 1997 Michael Snyder (msnyder@cleaver.cygnus.com)
* tracepoint.c (trace_find_command): don't error if going backwards thru the trace buffer in a loop. * (struct tracepoint): delete unused field.
Diffstat (limited to 'gdb/tracepoint.h')
-rw-r--r--gdb/tracepoint.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/tracepoint.h b/gdb/tracepoint.h
index d58a7db..0ff5982 100644
--- a/gdb/tracepoint.h
+++ b/gdb/tracepoint.h
@@ -80,10 +80,6 @@ struct tracepoint
/* Input radix we used to set the tracepoint. */
int input_radix;
- /* String form of the tracepoint trigger condition (malloc'd),
- or NULL if there is no condition. */
- char *cond_string;
-
/* Count of the number of times this tracepoint was taken, dumped
with the info, but not used for anything else. Useful for
seeing how many times you hit a tracepoint prior to the program