mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-21 17:26:55 +08:00
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>
This commit is contained in:
@ -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. */
|
||||
|
Reference in New Issue
Block a user