diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-07 11:16:35 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-07 11:16:35 +0000 |
commit | cf3e377e61e7861677252feb4d06ba8fcea1e5c1 (patch) | |
tree | 7e1ed4681df30cfb29b5b0e98f5d8fa38e6f1999 /gdb/corelow.c | |
parent | f5ebb9ea78ef2e0613cf1d855aebeca513048456 (diff) | |
download | binutils-gdb-cf3e377e61e7861677252feb4d06ba8fcea1e5c1.tar.gz |
* breakpoint.c, breakpoint.h (breakpoint_init_inferior): New function
that clears the `inserted' flag for all breakpoints and deletes
any breakpoints which should go away between runs of programs.
* inflow.c (generic_mourn_inferior), infrun.c (init_wait_for_inferior),
remote-es.c (es1800_load), comments in exec.c and corelow.c:
Use it instead of mark_breakpoints_out.
* breakpoint.c (mark_breakpoints_out): Update comment, tm-rs6000.h
uses it in a completely different context.
* breakpoint.c (breakpoint_re_set_one): Add bp_call_dummy case.
Diffstat (limited to 'gdb/corelow.c')
-rw-r--r-- | gdb/corelow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/corelow.c b/gdb/corelow.c index a30f2c3089b..1e803efea3a 100644 --- a/gdb/corelow.c +++ b/gdb/corelow.c @@ -291,7 +291,7 @@ core_files_info (t) } /* If mourn is being called in all the right places, this could be say - `gdb internal error' (since generic_mourn calls mark_breakpoints_out). */ + `gdb internal error' (since generic_mourn calls breakpoint_init_inferior). */ static int ignore (addr, contents) |