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.
This commit is contained in:
parent
1b2b2c1600
commit
e02bc4cc30
12 changed files with 170 additions and 3 deletions
|
@ -1051,7 +1051,10 @@ quit:
|
|||
}
|
||||
|
||||
/* If we have switched threads from a one that stopped at breakpoint,
|
||||
return 1 otherwise 0. */
|
||||
return 1 otherwise 0.
|
||||
|
||||
Note that this implementation is potentially redundant now that
|
||||
default_prepare_to_proceed() has been added. */
|
||||
|
||||
int
|
||||
linuxthreads_prepare_to_proceed (int step)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue