public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Some changes to the gdbarch*.py scripts
@ 2022-03-10 13:31 Andrew Burgess
  2022-03-10 13:31 ` [PATCH 1/2] gdb/gdbarch: remove the predicate function for gdbarch_register_type Andrew Burgess
  2022-03-10 13:31 ` [PATCH 2/2] gdb/gdbarch: compare some fields against 0 verify_gdbarch Andrew Burgess
  0 siblings, 2 replies; 6+ messages in thread
From: Andrew Burgess @ 2022-03-10 13:31 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

A couple of changes to the gdb/gdbarch*.py script:

  #1: Remove an unused predicate function, and

  #2: Extend the verify_gdbarch function to cover more cases.

Thanks,
Andrew

---

Andrew Burgess (2):
  gdb/gdbarch: remove the predicate function for gdbarch_register_type
  gdb/gdbarch: compare some fields against 0 verify_gdbarch

 gdb/gdbarch-components.py | 13 ++++++-------
 gdb/gdbarch-gen.h         |  2 --
 gdb/gdbarch.c             | 22 +++++++++++-----------
 gdb/gdbarch.py            | 10 ++++++++++
 4 files changed, 27 insertions(+), 20 deletions(-)

-- 
2.25.4


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-03-14 14:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-10 13:31 [PATCH 0/2] Some changes to the gdbarch*.py scripts Andrew Burgess
2022-03-10 13:31 ` [PATCH 1/2] gdb/gdbarch: remove the predicate function for gdbarch_register_type Andrew Burgess
2022-03-10 17:06   ` Tom Tromey
2022-03-10 13:31 ` [PATCH 2/2] gdb/gdbarch: compare some fields against 0 verify_gdbarch Andrew Burgess
2022-03-10 17:09   ` Tom Tromey
2022-03-14 14:10     ` Andrew Burgess

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).