diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-26 21:39:51 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-26 21:39:51 +0000 |
commit | d582898a7de4f04d044ac8e71da40134859bbfd9 (patch) | |
tree | 17fe1334a7a10df460b4a0ccd154ed55398f2e74 | |
parent | 74cb8a369b85476467d8f1e24b92257fa062015a (diff) | |
download | gdb-d582898a7de4f04d044ac8e71da40134859bbfd9.zip gdb-d582898a7de4f04d044ac8e71da40134859bbfd9.tar.gz gdb-d582898a7de4f04d044ac8e71da40134859bbfd9.tar.bz2 |
* breakpoint.c (bpstat_do_actions): Once we've executed the
commands, set bs->commands to NULL.
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e10a7bd..d231933 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Sun Mar 26 13:22:47 1995 Jim Kingdon (kingdon@lioth.cygnus.com) + + * breakpoint.c (bpstat_do_actions): Once we've executed the + commands, set bs->commands to NULL. + Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * buildsym.c (patch_subfile_name): Update last_source_file |