]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Add WOW64 exception numbers to $_siginfo.ExceptionCode enum
authorHannes Domani <ssbssa@yahoo.de>
Fri, 24 Apr 2020 15:12:48 +0000 (17:12 +0200)
committerHannes Domani <ssbssa@yahoo.de>
Fri, 24 Apr 2020 16:55:28 +0000 (18:55 +0200)
gdb/ChangeLog:

2020-04-24  Hannes Domani  <ssbssa@yahoo.de>

* windows-tdep.c (exception_values): Add WOW64 exception numbers.

gdb/ChangeLog
gdb/windows-tdep.c

index 7d34d43a57836c8c63a7aea130f0667d4f605c4a..4b909b8c94ff866d9d1761db7f0b7f183806b9e6 100644 (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)
index 153ad132b965acedd0410bf2c3afc96622023c5f..7772df4c2870f6ab591b9486dfce83199081e773 100644 (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" },