karimjimo / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

minidump_stackwalk could display more registers on ARM #456

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
r0-r3 and r12 are valid for at least the first stack frame on ARM, but 
minidump_stackwalk doesn't display them even if they are valid. Attached patch 
checks and displays them if they are valid, making it easier to work out what's 
going on when looking at the assembly.

Original issue reported on code.google.com by torne@google.com on 8 Dec 2011 at 12:26

Attachments:

GoogleCodeExporter commented 9 years ago
This was mostly fixed in r1108 but that didn't include the r12 register, so I 
pushed one extra fix to include that in r1151.

Original comment by ted.mielczarek on 17 Apr 2013 at 1:42