aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-thread.c
diff options
context:
space:
mode:
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 62c07c4..f93387b 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)