diff options
Diffstat (limited to 'gdb/linux-thread.c')
-rw-r--r-- | gdb/linux-thread.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/linux-thread.c b/gdb/linux-thread.c index d06e3f6..8e73eb2 100644 --- a/gdb/linux-thread.c +++ b/gdb/linux-thread.c @@ -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) |