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]

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


Yao Qi <qiyaoltc@gmail.com> writes:

> 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.

I pushed them in.

-- 
Yao (齐尧)


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