This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 1/2] const-fy function parameter struct address_space *aspace
- From: Yao Qi <qiyaoltc at gmail dot com>
- To: gdb-patches at sourceware dot org
- Date: Thu, 26 Oct 2017 09:47:58 +0100
- Subject: Re: [PATCH 1/2] const-fy function parameter struct address_space *aspace
- Authentication-results: sourceware.org; auth=none
- References: <1508765609-31149-1-git-send-email-yao.qi@linaro.org>
Yao Qi <qiyaoltc@gmail.com> writes:
> This patch changes the parameter "struct address_space *aspace" to "const
> address_space *aspace" in many functions.
I pushed these two patches in.
--
Yao (齐尧)