2001-04-06 David Smith <dsmith@redhat.com>
authorDavid Smith <dsmith@redhat.com>
Fri, 6 Apr 2001 17:53:39 +0000 (17:53 +0000)
committerDavid Smith <dsmith@redhat.com>
Fri, 6 Apr 2001 17:53:39 +0000 (17:53 +0000)
commite02bc4cc30e0425abebd623e4decd1bf37b9e3da
treec5adb383a78c39a2db58c5bed0ee16fa06be484d
parent1b2b2c1600019ff8869bb0d0bc9b1e42913c8c17
2001-04-06  David Smith  <dsmith@redhat.com>

* arch-utils.c (default_prepare_to_proceed)
(generic_prepare_to_proceed): Added new functions.
* arch-utils.h: New function declarations for
default_prepare_to_proceed() and generic_prepare_to_proceed().
* gdbarch.sh: Added PREPARE_TO_PROCEED.
* gdbarch.c: Regenerated.
* gdbarch.h: Regenerated.
* inferior.h: Added get_last_target_status() declaration.
* infrun.c (get_last_target_status): Added new function.
(handle_inferior_event): Saves last pid and waitstatus, which will
get returned by get_last_target_status().

* hppa-tdep.c (prepare_to_proceed):  Added comment stating that
prepare_to_proceed() is potentially redundant since
default_prepare_to_proceed() has been added.
* linux-thread.c (prepare_to_proceed): Ditto.
* lin-lwp.c (prepare_to_proceed): Ditto.
* m3-nat.c (prepare_to_proceed): Ditto.
12 files changed:
gdb/ChangeLog
gdb/arch-utils.c
gdb/arch-utils.h
gdb/gdbarch.c
gdb/gdbarch.h
gdb/gdbarch.sh
gdb/hppa-tdep.c
gdb/inferior.h
gdb/infrun.c
gdb/lin-lwp.c
gdb/linux-thread.c
gdb/m3-nat.c
This page took 0.041533 seconds and 4 git commands to generate.