diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1991-04-22 07:08:07 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1991-04-22 07:08:07 +0000 |
commit | fcb887ffcd896af0b53c7ac8808bfeed54b321e8 (patch) | |
tree | 5cd8b0003e433499305094cd4143ae12e71391f4 /gdb/value.h | |
parent | 33614d0fc6d6209e6a3297473b14f04393ce0267 (diff) | |
download | gdb-fcb887ffcd896af0b53c7ac8808bfeed54b321e8.zip gdb-fcb887ffcd896af0b53c7ac8808bfeed54b321e8.tar.gz gdb-fcb887ffcd896af0b53c7ac8808bfeed54b321e8.tar.bz2 |
* breakpoint.c (bpstat_print): Try all elements on the bpstat
chain before giving up with an internal error.
Sun Apr 21 21:43:10 1991 Jim Kingdon (kingdon at cygint.cygnus.com)
* value.h, values.c (value_{,free_to_}mark): New functions.
breakpoint.c (bpstat_stop_status): Use them.
Diffstat (limited to 'gdb/value.h')
-rw-r--r-- | gdb/value.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/value.h b/gdb/value.h index e4ac101..4afe858 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -196,6 +196,8 @@ value read_var_value (); value locate_var_value (); value allocate_value (); value allocate_repeat_value (); +value value_mark (); +void value_free_to_mark (); value value_string (); value value_binop (); |