[PATCH 0/2] Remove argument pc in get_next_pcs

Yao Qi qiyaoltc@gmail.com
Tue Jan 26 14:09:00 GMT 2016


Yao Qi <qiyaoltc@gmail.com> writes:

> Hi,
> get_next_pcs in struct linux_target_ops has two arguments, PC and
> REGCACHE.  Since PC can be got from REGCACHE, PC is redundant, so this
> patch series remove it in various places.  After the removal, PC is
> got from regcache via regcache_read_pc, so patch #1 uses
> regcache_read_pc out of *the_low_target.get_next_pcs.  Then, patch #2
> removes PC arguments and PC can be got inside the implementations of
> get_next_pcs via regcache_read_pc.
>
> Regression tested on arm-linux.

These two patches are pushed in.

-- 
Yao (齐尧)



More information about the Gdb-patches mailing list