summaryrefslogtreecommitdiff
path: root/gdb/linux-thread.c
diff options
context:
space:
mode:
authorJonathan Larmour <jifl@eCosCentric.com>2001-06-06 16:31:32 +0000
committerJonathan Larmour <jifl@eCosCentric.com>2001-06-06 16:31:32 +0000
commitac89f65a370ad5d9a74c354bc57d0ba346d8d690 (patch)
treedce0ad2695b2e538dbbc8294d7ac53e44ff7bb52 /gdb/linux-thread.c
parent377313a3c8694a9e2537a2b3ab8b36a21676c353 (diff)
downloadgdb-ac89f65a370ad5d9a74c354bc57d0ba346d8d690.tar.gz
* 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.
Diffstat (limited to 'gdb/linux-thread.c')
-rw-r--r--gdb/linux-thread.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/linux-thread.c b/gdb/linux-thread.c
index 62c07c4b164..f93387bfc7a 100644
--- a/gdb/linux-thread.c
+++ b/gdb/linux-thread.c
@@ -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)