This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 0/2] Use std::forward_list for current_regcache
- From: Yao Qi <qiyaoltc at gmail dot com>
- To: gdb-patches at sourceware dot org
- Date: Wed, 3 May 2017 17:18:28 +0100
- Subject: [PATCH 0/2] Use std::forward_list for current_regcache
- Authentication-results: sourceware.org; auth=none
There is a global list current_regcache which is to maintain the regcache
from various threads. This patch set is to use std::forward_list for
current_regcache (in patch 2). Before I do the change, I add some unit
tests to current_regcache (in patch 1).
Regression tested on x86_64-linux.
*** BLURB HERE ***
Yao Qi (2):
Add current_regcache unit test
Use std::forward_list for current_regcache
gdb/regcache.c | 132 +++++++++++++++++++++++++++++++++++++++------------------
1 file changed, 91 insertions(+), 41 deletions(-)
--
1.9.1