diff options
author | Michael Snyder <msnyder@vmware.com> | 1997-12-11 22:34:09 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 1997-12-11 22:34:09 +0000 |
commit | bf1aae13f09da87af876df4c6b1fa6d8f69cc12e (patch) | |
tree | 38bb93c373878639b270afe1b611401f02f4a170 /gdb/tracepoint.h | |
parent | 5f00acfc3f1ca21d5f619bab10055e42002285fe (diff) | |
download | gdb-bf1aae13f09da87af876df4c6b1fa6d8f69cc12e.zip gdb-bf1aae13f09da87af876df4c6b1fa6d8f69cc12e.tar.gz 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.h | 4 |
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 |