This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/2] Use std::forward_list for current_regcache


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]