Re: [PATCH v2] Windows gdb: Fix resetting of the debug-registers bit in ContextFlags
Hannes Domani <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
Am Donnerstag, 13. August 2026 um 19:04:34 MESZ hat Tom Tromey <[email protected]> Folgendes geschrieben: > >>>>> "Hannes" == Hannes Domani <[email protected]> writes: > > Hannes> Am Mittwoch, 12. August 2026 um 21:46:14 MESZ hat Tom Tromey <[email protected]> Folgendes geschrieben: > >> >>>>>> "Hannes" == Hannes Domani <[email protected]> writes: > >> > > >> >Hannes> So this creates a CONTEXT_DEBUG_REG_FLAG define with just the > >> >Hannes> debug-registers bit, and uses it in these problematic locations. > >> > > >> >Looks reasonable to me and I believe it addresses the comments in the > >> >previous review. > >> >Approved-By: Tom Tromey <[email protected]> > > Hannes> Thanks. > Hannes> I wonder if it would also be fine for gdb-18. > > I think it's fine. Thanks. Pushed to both master and gdb-18-branch, thanks. Hannes