gdb: change single_displaced_buffer_manager into multiple_displaced_buffer_manager
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 11 Mar 2020 22:13:44 +0000 (18:13 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 4 Jun 2020 19:04:21 +0000 (15:04 -0400)
commit9635ae5d4adf68bbc1420637a252919dba22e126
treed62db6bd63a56327739c8a365378826439901eb8
parentd6864985e9af77d15e7310b1066543eb8bdc5bba
gdb: change single_displaced_buffer_manager into multiple_displaced_buffer_manager

single_displaced_buffer_manager, introduced in a previous patch, is
responsible for managing the access to a single displaced step buffer.
We'll want to be able to use more than one, so change it to
multiple_displaced_buffer_manager, which receives a collection of
buffer addresses at construction, instead of a single buffer address.

The callers keep passing a single buffer, however, so there is not
expected behavior change.
gdb/amd64-linux-tdep.c
gdb/displaced-stepping.c
gdb/displaced-stepping.h
This page took 0.024945 seconds and 4 git commands to generate.