gdb: rename things related to step over chains
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 14 Jan 2020 22:42:16 +0000 (17:42 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 4 Jun 2020 19:04:21 +0000 (15:04 -0400)
commitbb88694d7308f6cd4a992c927b04703aaac34e56
treec256abcf6494aee0605546684f8794d568e21967
parent4100594e3d6266e111c0e8b42d58d383e89f9534
gdb: rename things related to step over chains

Rename step_over_queue_head to global_thread_step_over_chain_head, to
make it more obvious when reading code that we are touching the global
queue.  Rename all functions that operate on it to have "global" in
their name, to make it clear on which chain they operate on.

I also reworded a few comments in gdbthread.h.  They implied that the
step over chain is per-inferior, when in reality there is only one
global chain, as far as I understand.
gdb/gdbthread.h
gdb/infrun.c
gdb/infrun.h
gdb/thread.c
This page took 0.024266 seconds and 4 git commands to generate.