This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 2/2] gdb: Simplify variable set hooks
On 11/11/2016 06:18 PM, Andrew Burgess wrote:
> Now the the variable set-hook mechanism supports automatic rollback of
> the variable value if the set-hook throws an error, simplify existing
> cases where we manually performed roll-back within the set-hook.
Looks good, if we assume we end up agreeing on the previous patch.
Off hand, I recall "set non-stop" and "maint set target-async" as
two other commands that could be simplified.
Thanks,
Pedro Alves