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, 10 Jun 2020 21:26:05 +0000 (17:26 -0400)
commite10250a6e063232a344fc33152b7a328467047ef
tree1f7465a7678e2d471a7ad1c8e08388c72a057ba7
parent23c6b653918a8c01b1c887d0d7d7a1d74c326438
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.024178 seconds and 4 git commands to generate.