gdb: rename things related to step over chains
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 10 Jun 2020 17:20:51 +0000 (13:20 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 10 Jun 2020 21:25:49 +0000 (17:25 -0400)
commit66716e781df3370b73d1f26a7645e133560d30f8
tree3fbdf34c92deddc667b591a1f2b08c2a3db253ab
parent80e899b3608e074adef60f733d02c769b02d7aed
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.023984 seconds and 4 git commands to generate.