This change fixes 2 issues in ppcfbsd_supply_pcb():
- Wrong indexing of pcb.pcb_context[]
- Initial PC register was not being supplied
With this change, backtrace command works on kgdb, with a live kernel or a crashdump.
Symbol resolution, however, still won't work.
This will be addressed in D21946, from which this change was a part of, but is now in its own separate revision, as it is not related to the symbol resolution issue.