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>
Wed, 8 Jul 2020 18:19:09 +0000 (14:19 -0400)
commitb5fcb3713e5119fe0131e001677cdd371df38c9b
treee9fc7bfc9a39c70a5a0342a3aa9636ca181dc3ed
parenteffb9843a442650b2703d49e422dba61276a6195
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.024542 seconds and 4 git commands to generate.