open-power / pdbg

PowerPC FSI Debugger
Apache License 2.0
17 stars 39 forks source link

Remove for_each_target and for_each_child_target #31

Open apopple opened 6 years ago

apopple commented 6 years ago

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.