diff options
Diffstat (limited to 'gdb/m3-nat.c')
-rw-r--r-- | gdb/m3-nat.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/m3-nat.c b/gdb/m3-nat.c index 3ab160b..d01e22c 100644 --- a/gdb/m3-nat.c +++ b/gdb/m3-nat.c @@ -1575,6 +1575,9 @@ mach_thread_output_id (int mid) * * Note that this implementation is potentially redundant now that * default_prepare_to_proceed() has been added. + * + * FIXME This may not support switching threads after Ctrl-C + * correctly. The default implementation does support this. */ mach3_prepare_to_proceed (int select_it) |