Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] Better type safety for bcache
@ 2024-03-20 20:23 Tom Tromey
  2024-03-20 20:23 ` [PATCH 1/3] Some constification in psymtab Tom Tromey
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Tom Tromey @ 2024-03-20 20:23 UTC (permalink / raw)
  To: gdb-patches

This series changes bcache to only allow trivially-copyable types.
Some other minor API improvements are also made.

Regression tested on x86-64 Fedora 38

---
Tom Tromey (3):
      Some constification in psymtab
      Make bcache more type-safe
      Remove a couple unnecessary casts

 gdb/bcache.h   | 25 +++++++++++++++++++++-
 gdb/gdbtypes.c |  2 +-
 gdb/macrotab.c | 12 +++++------
 gdb/objfiles.h |  4 ++--
 gdb/psymtab.c  | 65 +++++++++++++++++++++++++++-------------------------------
 gdb/psymtab.h  |  4 ++--
 6 files changed, 65 insertions(+), 47 deletions(-)
---
base-commit: d5e9331b6ba459fa211229e56d63b11daaab3330
change-id: 20240320-bcache-type-408f5e90ca2a

Best regards,
-- 
Tom Tromey <tromey@adacore.com>


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

end of thread, other threads:[~2024-03-27 19:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-20 20:23 [PATCH 0/3] Better type safety for bcache Tom Tromey
2024-03-20 20:23 ` [PATCH 1/3] Some constification in psymtab Tom Tromey
2024-03-25 15:00   ` Alexandra Petlanova Hajkova
2024-03-20 20:23 ` [PATCH 2/3] Make bcache more type-safe Tom Tromey
2024-03-27 14:15   ` Alexandra Petlanova Hajkova
2024-03-20 20:24 ` [PATCH 3/3] Remove a couple unnecessary casts Tom Tromey
2024-03-27 19:50   ` Alexandra Petlanova Hajkova

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox