* [PATCH] Add WOW64 exception numbers to $_siginfo.ExceptionCode enum [not found] <20200424155925.17284-1-ssbssa.ref@yahoo.de> @ 2020-04-24 15:59 ` Hannes Domani 2020-04-24 16:31 ` Tom Tromey 0 siblings, 1 reply; 3+ messages in thread From: Hannes Domani @ 2020-04-24 15:59 UTC (permalink / raw) To: gdb-patches gdb/ChangeLog: 2020-04-24 Hannes Domani <ssbssa@yahoo.de> * windows-tdep.c (exception_values): Add WOW64 exception numbers. --- gdb/windows-tdep.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gdb/windows-tdep.c b/gdb/windows-tdep.c index 153ad132b9..7772df4c28 100644 --- a/gdb/windows-tdep.c +++ b/gdb/windows-tdep.c @@ -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" }, -- 2.26.2 ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Add WOW64 exception numbers to $_siginfo.ExceptionCode enum 2020-04-24 15:59 ` [PATCH] Add WOW64 exception numbers to $_siginfo.ExceptionCode enum Hannes Domani @ 2020-04-24 16:31 ` Tom Tromey 2020-04-24 16:58 ` Hannes Domani 0 siblings, 1 reply; 3+ messages in thread From: Tom Tromey @ 2020-04-24 16:31 UTC (permalink / raw) To: Hannes Domani via Gdb-patches >>>>> "Hannes" == Hannes Domani via Gdb-patches <gdb-patches@sourceware.org> writes: Hannes> gdb/ChangeLog: Hannes> 2020-04-24 Hannes Domani <ssbssa@yahoo.de> Hannes> * windows-tdep.c (exception_values): Add WOW64 exception numbers. Thank you. This looks good to me. Tom ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Add WOW64 exception numbers to $_siginfo.ExceptionCode enum 2020-04-24 16:31 ` Tom Tromey @ 2020-04-24 16:58 ` Hannes Domani 0 siblings, 0 replies; 3+ messages in thread From: Hannes Domani @ 2020-04-24 16:58 UTC (permalink / raw) To: Gdb-patches Am Freitag, 24. April 2020, 18:32:54 MESZ hat Tom Tromey <tom@tromey.com> Folgendes geschrieben: > >>>>> "Hannes" == Hannes Domani via Gdb-patches <gdb-patches@sourceware.org> writes: > > Hannes> gdb/ChangeLog: > Hannes> 2020-04-24 Hannes Domani <ssbssa@yahoo.de> > > Hannes> * windows-tdep.c (exception_values): Add WOW64 exception numbers. > > Thank you. This looks good to me. Pushed, thanks. Hannes ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-04-24 16:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20200424155925.17284-1-ssbssa.ref@yahoo.de>
2020-04-24 15:59 ` [PATCH] Add WOW64 exception numbers to $_siginfo.ExceptionCode enum Hannes Domani
2020-04-24 16:31 ` Tom Tromey
2020-04-24 16:58 ` Hannes Domani
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox