Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Microsoft's CONTEXT_ARM definitions #648

Open
GoogleCodeExporter opened this issue Jun 20, 2015 · 0 comments
Open

Import Microsoft's CONTEXT_ARM definitions #648

GoogleCodeExporter opened this issue Jun 20, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Modern Windows SDKs have a CONTEXT_ARM. Thankfully the context cpu flag they're 
using doesn't conflict with any of the ones we currently have:
#define CONTEXT_ARM   0x00200000L

...but we should get that into the headers just so we don't create a conflict 
in the future. The context struct they use is about 90% compatible with the 
existing Breakpad struct, but I think the float state and debug registers they 
have after the GPRs doesn't match up. We could probably fiddle things to make 
our code handle either struct. (Breakpad doesn't use the float registers for 
anything, it'd just have to handle alternate-sized contexts.)

Original issue reported on code.google.com by ted.mielczarek on 2 Apr 2015 at 12:34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant