diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-23 23:35:00 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-23 23:35:00 +0000 |
commit | 1c04536e707da5e1e355261ed27d9aef15ac3a0b (patch) | |
tree | 506ab301e4019209d163674aef40642b7ae72ee5 | |
parent | aa949c081f85bb12378b29438631fb488fb4b641 (diff) | |
download | gdb-1c04536e707da5e1e355261ed27d9aef15ac3a0b.zip gdb-1c04536e707da5e1e355261ed27d9aef15ac3a0b.tar.gz gdb-1c04536e707da5e1e355261ed27d9aef15ac3a0b.tar.bz2 |
* breakpoint.c (bpstat_do_actions): For each element in the bpstat
chain, do all the commands regardless of whether they run the
inferior.
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5140914..652b3ea 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Thu Mar 23 15:07:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com) + + * breakpoint.c (bpstat_do_actions): For each element in the bpstat + chain, do all the commands regardless of whether they run the + inferior. + Wed Mar 22 19:17:06 1995 Doug Evans <dje@cygnus.com> * mem-break.c (LITTLE_BREAKPOINT, BIG_BREAKPOINT): Define as |