public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Cleanups in lookup_minimal_symbol_by_pc_section
@ 2024-05-28 19:23 Tom Tromey
  2024-05-28 19:23 ` [PATCH v2 1/5] Compare section index " Tom Tromey
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tom Tromey @ 2024-05-28 19:23 UTC (permalink / raw)
  To: gdb-patches

This series is taken from an earlier approach to fix some races in the
DWARF reader.  It is just a few cleanups and one possible bug fix
related to an invalid (IMO) address comparison.

Regression tested on x86-64 Fedora 38.

---
Changes in v2:
- Removed the DWARF reader changes
- Link to v1: https://inbox.sourceware.org/gdb-patches/20240217-dwarf-race-relocate-v1-0-d3d2d908c1e8@tromey.com

---
Tom Tromey (5):
      Compare section index in lookup_minimal_symbol_by_pc_section
      Remove unnecessary null check in lookup_minimal_symbol_by_pc_section
      Hoist a call to frob_address
      Use bound_minimal_symbol more in lookup_minimal_symbol_by_pc_section
      Fix address comparison in lookup_minimal_symbol_by_pc_section

 gdb/minsyms.c | 42 ++++++++++++++++--------------------------
 1 file changed, 16 insertions(+), 26 deletions(-)
---
base-commit: f95ecfc6e07f619aaa183716cc3749f32b678d6e
change-id: 20240217-dwarf-race-relocate-287780f3ac82

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


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

end of thread, other threads:[~2024-05-28 19:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-28 19:23 [PATCH v2 0/5] Cleanups in lookup_minimal_symbol_by_pc_section Tom Tromey
2024-05-28 19:23 ` [PATCH v2 1/5] Compare section index " Tom Tromey
2024-05-28 19:23 ` [PATCH v2 2/5] Remove unnecessary null check " Tom Tromey
2024-05-28 19:23 ` [PATCH v2 3/5] Hoist a call to frob_address Tom Tromey
2024-05-28 19:23 ` [PATCH v2 4/5] Use bound_minimal_symbol more in lookup_minimal_symbol_by_pc_section Tom Tromey
2024-05-28 19:23 ` [PATCH v2 5/5] Fix address comparison " Tom Tromey

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).