Add fasttrap for PowerPC. This is the last piece of the dtrace/ppc puzzle.It's incomplete, it doesn't contain full instruction emulation, but it should besufficient for most cases.MFC after: 1 m
Add fasttrap for PowerPC. This is the last piece of the dtrace/ppc puzzle.It's incomplete, it doesn't contain full instruction emulation, but it should besufficient for most cases.MFC after: 1 month
show more ...
Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.There is one known issue: Some probes will display an error message along thelines of: "Invalid address (0)"I tested this wi
Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.There is one known issue: Some probes will display an error message along thelines of: "Invalid address (0)"I tested this with both a simple dtrace probe and dtruss on a few differentbinaries on 32-bit. I only compiled 64-bit, did not run it, but I don't expectproblems without the modules loaded. Volunteers are welcome.MFC after: 1 month