diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2020-12-04 16:43:53 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2020-12-04 16:43:53 -0500 |
commit | f5f01699643e923edf7d0c661e330ceff609fac5 (patch) | |
tree | 0f4ec211afc96fca1625c42ccdb532bcab50626a /gdb/gdbthread.h | |
parent | c0aba012edb6068e2433cbac855715a349a8555f (diff) | |
download | gdb-f5f01699643e923edf7d0c661e330ceff609fac5.zip gdb-f5f01699643e923edf7d0c661e330ceff609fac5.tar.gz gdb-f5f01699643e923edf7d0c661e330ceff609fac5.tar.bz2 |
gdb: get rid of get_displaced_stepping_state
Remove function get_displaced_stepping_state. When it was introduced,
inferiors' displaced stepping state was kept in a linked list in
infrun.c, so it was handy. Nowadays, the state is kept inside struct
inferior directly, so we can just access it directly instead.
gdb/ChangeLog:
* infrun.c (get_displaced_stepping_state): Remove, change
callers to access the field directly.
Change-Id: I9a733e32e29c7ebf856ab0befe1076bbb8c7af69
Diffstat (limited to 'gdb/gdbthread.h')
0 files changed, 0 insertions, 0 deletions