diff options
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index 455fc2d..32eeca8 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -5854,7 +5854,9 @@ switch_back_to_stepped_thread (struct execution_control_state *ecs) return 0; } -/* Is thread TP in the middle of single-stepping? */ +/* Is thread TP in the middle of (software or hardware) + single-stepping? (Note the result of this function must never be + passed directly as target_resume's STEP parameter.) */ static int currently_stepping (struct thread_info *tp) |