Browse Source
I noticed that the variable main_thread: ... /* The main thread. */ static std:🧵:id main_thread; ... has a confusing name and corresponding comment, because it doesn't contain the main thread, but rather the main thread's std:🧵:id. Fix this by renaming to main_thread_id. Tested on x86_64-linux. Approved-By: Tom Tromey <tom@tromey.com>gdb-14-branch
1 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue