[PATCH 05/10] remote: remote_arch_state pointers -> remote_arch_state objects

Simon Marchi simon.marchi@ericsson.com
Fri May 18 21:17:00 GMT 2018


On 2018-05-16 10:18 AM, Pedro Alves wrote:
> The previous patch made the map store pointers to remote_arch_state
> instead of objects directly, simply because struct remote_arch_state
> is still incomplete where struct remote_state is declared.  This patch
> thus moves the remote_arch_state declaration higher up in the file,
> and makes the map store remote_arch_state objects directly instead of
> pointers to objects.

LGTM.

Simon



More information about the Gdb-patches mailing list