not-perf icon indicating copy to clipboard operation
not-perf copied to clipboard

PowerPC support

Open lu-zero opened this issue 6 years ago • 1 comments

Currently nwind does not support PowerPC, from what I could see to support a new architecture src/arch/${arch}.rs and src/arch/${arch}_get_regs.s are the main components.

here the ABI specification.

lu-zero avatar May 20 '19 09:05 lu-zero

That's correct. In general as long as a given architecture uses DWARF instead of something custom (*cough* ARM *cough*) it should be pretty straightforward to add support for a new architecture.

koute avatar May 20 '19 11:05 koute