DescriptionThis patch adds data structures and basic processor support for arm CPUs. Two caveats to note: 1) The structure definitions do not match Microsoft's structures from the Windows Mobile SDK. Their structs don't have enough space for VFP3, I'm told, and I don't think they actually used their structs anywhere anyway, since WinCE uses a completely different dump format. 2) The stackwalker is basically just stubbed out. AFAIK it can't actually be written until the DWARF CFI work is done, but Jim Blandy is making progress on that. Very similar to the x86-64 stackwalker that's not particularly functional (for the same reason). I hacked together a test app using the minidump writer classes and produced a synthetic arm minidump to test with: http://people.mozilla.com/~tmielczarek/arm.dmp Mark, could you take a look at this? Patch Set 1 #
Total comments: 10
MessagesTotal messages: 2
|