mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 15:32:10 +08:00
8fb23f2acc
ThreadInfo provides a uniform interface to collect register sets or the thread-local storage address across bitness for x86 and ARM family architectures. Additionally, ThreadInfo.h defines context structs which mirror those provided in sys/user.h. This allows tracing across bitness as the structs in sys/user.h are only provided for a single target architecture. Bug: crashpad:30 Change-Id: I91d0d788927bdac5fb630a6ad3c6ea6d3645ef8a Reviewed-on: https://chromium-review.googlesource.com/494075 Commit-Queue: Joshua Peraza <jperaza@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org>