open-power / pdbg

PowerPC FSI Debugger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove for_each_target and for_each_child_target

apopple opened this issue · comments

These functions take callbacks with arbitrary numbers of void * arguments. It would be nice to remove them now that the library contains iterator versions of them (eg. pdbg_for_each_target).

The main difficulty is that these functions also deal with the application target selection code which would need to be replicated in some way.