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>
Wed, 8 Jul 2020 18:19:09 +0000 (14:19 -0400)
commit7bd43605ade66313cd6af1a1b58b6c51cc06827b
treeb106be431c4c45d9afda454fbe9afdf3218d917a
parentedbcda09a1eb85765a9a3b7579658e88c86654f8
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.023523 seconds and 4 git commands to generate.