aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbthread.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2023-07-07 08:16:02 -0600
committerTom Tromey <tromey@adacore.com>2023-07-14 10:52:56 -0600
commiteeaffa60ebbfdbcdca3aa2deb1ac97c57460225d (patch)
tree1dace3e279ba125863c6981750f634e11996f084 /gdb/gdbthread.h
parent817437c2ffcdf14e6d4aae30fc8159e5e8e390d6 (diff)
downloadgdb-eeaffa60ebbfdbcdca3aa2deb1ac97c57460225d.zip
gdb-eeaffa60ebbfdbcdca3aa2deb1ac97c57460225d.tar.gz
gdb-eeaffa60ebbfdbcdca3aa2deb1ac97c57460225d.tar.bz2
Remove obsolete comment from gdbthread.h
A comment in gdbthread.h refers to a global that no longer exists. Approved-By: Pedro Alves <pedro@palves.net>
Diffstat (limited to 'gdb/gdbthread.h')
-rw-r--r--gdb/gdbthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbthread.h b/gdb/gdbthread.h
index 7135515..d294be6 100644
--- a/gdb/gdbthread.h
+++ b/gdb/gdbthread.h
@@ -764,7 +764,7 @@ extern int thread_count (process_stratum_target *proc_target);
/* Return true if we have any thread in any inferior. */
extern bool any_thread_p ();
-/* Switch context to thread THR. Also sets the STOP_PC global. */
+/* Switch context to thread THR. */
extern void switch_to_thread (struct thread_info *thr);
/* Switch context to no thread selected. */