* arch-utils.c (generic_prepare_to_proceed): Allow for having

stopped due to a Ctrl-C as well as breakpoints.

* hppa-tdep.c (hppa_prepare_to_proceed): Add FIXME as this may not
support thread switches after Ctrl-C.
* lin-lwp.c (lin_lwp_prepare_to_proceed): Ditto.
* linux-thread.c (linuxthreads_prepare_to_proceed): Ditto.
* m3-nat.c (mach3_prepare_to_proceed): Ditto.
This commit is contained in:
Jonathan Larmour 2001-06-06 16:31:32 +00:00
parent b3cc30771b
commit 8849f47dd9
6 changed files with 39 additions and 12 deletions

View file

@ -1040,7 +1040,10 @@ quit:
return 1 otherwise 0.
Note that this implementation is potentially redundant now that
default_prepare_to_proceed() has been added. */
default_prepare_to_proceed() has been added.
FIXME This may not support switching threads after Ctrl-C
correctly. The default implementation does support this. */
int
linuxthreads_prepare_to_proceed (int step)