public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Fix race when writing to index cache
@ 2024-01-28 16:28 Tom Tromey
  2024-01-28 16:28 ` [PATCH 1/5] Rename members of index_cache_store_context Tom Tromey
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tom Tromey @ 2024-01-28 16:28 UTC (permalink / raw)
  To: gdb-patches

This series is mostly cleanup, in preparation for the final patch that
fixes a race when writing to the index cache.

---
Tom Tromey (5):
      Rename members of index_cache_store_context
      Capture directory in index_cache_store_context
      Capture the per-BFD object in index_cache_store_context
      Move the 'store' method to index_cache_store_context
      Avoid race when writing to index cache

 gdb/dwarf2/cooked-index.c | 28 ++++++++++++----------------
 gdb/dwarf2/cooked-index.h | 16 ++++++++++------
 gdb/dwarf2/index-cache.c  | 33 +++++++++++++++++++--------------
 gdb/dwarf2/index-cache.h  | 19 +++++++++++--------
 4 files changed, 52 insertions(+), 44 deletions(-)
---
base-commit: 3dfc29463ae08a45adb6f1f7bb2a5232c1a33151
change-id: 20240128-pr-31262-index-cache-race-0488a29d2d10

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


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

end of thread, other threads:[~2024-03-09  0:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-28 16:28 [PATCH 0/5] Fix race when writing to index cache Tom Tromey
2024-01-28 16:28 ` [PATCH 1/5] Rename members of index_cache_store_context Tom Tromey
2024-01-28 16:28 ` [PATCH 2/5] Capture directory in index_cache_store_context Tom Tromey
2024-01-28 16:28 ` [PATCH 3/5] Capture the per-BFD object " Tom Tromey
2024-01-28 16:28 ` [PATCH 4/5] Move the 'store' method to index_cache_store_context Tom Tromey
2024-01-28 16:28 ` [PATCH 5/5] Avoid race when writing to index cache Tom Tromey
2024-03-09  0:25 ` [PATCH 0/5] Fix " 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).