mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 21:34:46 +08:00
Add WOW64 exception numbers to $_siginfo.ExceptionCode enum
gdb/ChangeLog: 2020-04-24 Hannes Domani <ssbssa@yahoo.de> * windows-tdep.c (exception_values): Add WOW64 exception numbers.
This commit is contained in:
@ -768,6 +768,8 @@ create_enum (struct gdbarch *gdbarch, int bit, const char *name,
|
||||
static const struct enum_value_name exception_values[] =
|
||||
{
|
||||
{ 0x40000015, "FATAL_APP_EXIT" },
|
||||
{ 0x4000001E, "WX86_SINGLE_STEP" },
|
||||
{ 0x4000001F, "WX86_BREAKPOINT" },
|
||||
{ 0x40010005, "DBG_CONTROL_C" },
|
||||
{ 0x40010008, "DBG_CONTROL_BREAK" },
|
||||
{ 0x80000002, "DATATYPE_MISALIGNMENT" },
|
||||
|
Reference in New Issue
Block a user