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:
Hannes Domani 2020-04-24 17:12:48 +02:00
parent 7632c6ce2b
commit 9852ceef7f
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2020-04-24 Hannes Domani <ssbssa@yahoo.de>
* windows-tdep.c (exception_values): Add WOW64 exception numbers.
2020-04-24 Kamil Rytarowski <n54@gmx.com>
* inf-ptrace.h (follow_fork, insert_fork_catchpoint)

View File

@ -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" },