mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-08 15:38:23 +01:00
Fix errors in minidump_exception_mac and dwarf_cu_to_module_unittest
Change-Id: I468f19048f6b48b230913e911d0da7a20d96cae8 Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3222826 Reviewed-by: Mark Mentovai <mark@chromium.org> Reviewed-by: Nelson Billing <nbilling@google.com>
This commit is contained in:
parent
d93f6b9393
commit
db97ea1fd0
2 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ typedef enum {
|
|||
/* EXC_MACH_SYSCALL */
|
||||
MD_EXCEPTION_MAC_RPC_ALERT = 9,
|
||||
/* EXC_RPC_ALERT */
|
||||
MD_EXCEPTION_MAC_SIMULATED = 0x43507378
|
||||
MD_EXCEPTION_MAC_SIMULATED = 0x43507378,
|
||||
/* Fake exception code used by Crashpad's SimulateCrash ('CPsx'). */
|
||||
MD_NS_EXCEPTION_SIMULATED = 0x43506E78
|
||||
/* Fake exception code used by Crashpad's uncaught exceptions ('CPnx'). */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue