This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 0/7] Replace continuations with an extendable "class"
- From: Yao Qi <qiyaoltc at gmail dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 18 Aug 2015 13:52:24 +0100
- Subject: Re: [PATCH 0/7] Replace continuations with an extendable "class"
- Authentication-results: sourceware.org; auth=none
- References: <1439398917-22761-1-git-send-email-palves at redhat dot com>
Pedro Alves <palves@redhat.com> writes:
> Mainly, this series replaces the continuations mechanism with a
> "class" that manages a thread's execution-command-specific state.
> This fixes bugs, and cleans up core run control and interpreter code
> in the process, as well as clearing the path for further
> fixes/cleanups.
Hi Pedro,
I go through this series, and sent my comments to some patches.
Overall, they look good to me.
--
Yao (éå)