mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-26 01:05:07 +01:00
Improving the support for Fuchsia in Breakpad Processor.
Now decoding the OS name and exception codes for Fuchsia. Still not decoding exception flags (can be added later, if needed). Change-Id: If66cb000828be18f0c1b35d1b1f52b3ca3e1fd67 Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/1699049 Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
parent
02dd8e0da7
commit
4a6d7c70cc
5 changed files with 124 additions and 7 deletions
|
|
@ -93,6 +93,7 @@ Exploitability *Exploitability::ExploitabilityForPlatform(
|
|||
case MD_OS_SOLARIS:
|
||||
case MD_OS_ANDROID:
|
||||
case MD_OS_PS3:
|
||||
case MD_OS_FUCHSIA:
|
||||
default: {
|
||||
platform_exploitability = NULL;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue