public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Changes to gdb-index creation
@ 2023-11-27 17:55 Andrew Burgess
  2023-11-27 17:55 ` [PATCH 1/7] gdb: allow use of ~ in 'save gdb-index' command Andrew Burgess
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Andrew Burgess @ 2023-11-27 17:55 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

Patches #1 and #2 are pretty straight forward improvements; don't
think they will be controversial.

Patch #4 is an interesting bug fix.

Patches #6 and #7 are what this series is really all about.  Making
the indexes created by 'save gdb-index' be determenistic as the number
of worker-threads that GDB uses changes.


---

Andrew Burgess (7):
  gdb: allow use of ~ in 'save gdb-index' command
  gdb: option completion for 'save gdb-index' command
  gdb/testsuite: small refactor in selftest-support.exp
  gdb: reduce size of generated gdb-index file
  gdb: C++-ify mapped_symtab from dwarf2/index-write.c
  gdb: generate gdb-index identically regardless of work thread count
  gdb: generate dwarf-5 index identically as worker-thread count changes

 gdb/dwarf2/index-write.c                     | 315 ++++++++++++++-----
 gdb/testsuite/gdb.dwarf2/gdb-index-tilde.exp |  91 ++++++
 gdb/testsuite/gdb.gdb/index-file.exp         | 162 ++++++++++
 gdb/testsuite/lib/gdb.exp                    |  15 +
 gdb/testsuite/lib/selftest-support.exp       |  32 +-
 5 files changed, 536 insertions(+), 79 deletions(-)
 create mode 100644 gdb/testsuite/gdb.dwarf2/gdb-index-tilde.exp
 create mode 100644 gdb/testsuite/gdb.gdb/index-file.exp


base-commit: 935dc9ff652ca256c10672412c1df3da95cadbfb
-- 
2.25.4


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

end of thread, other threads:[~2023-11-28 10:34 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-27 17:55 [PATCH 0/7] Changes to gdb-index creation Andrew Burgess
2023-11-27 17:55 ` [PATCH 1/7] gdb: allow use of ~ in 'save gdb-index' command Andrew Burgess
2023-11-27 17:55 ` [PATCH 2/7] gdb: option completion for " Andrew Burgess
2023-11-27 18:58   ` Tom Tromey
2023-11-27 22:20     ` Andrew Burgess
2023-11-27 17:55 ` [PATCH 3/7] gdb/testsuite: small refactor in selftest-support.exp Andrew Burgess
2023-11-27 17:55 ` [PATCH 4/7] gdb: reduce size of generated gdb-index file Andrew Burgess
2023-11-27 17:55 ` [PATCH 5/7] gdb: C++-ify mapped_symtab from dwarf2/index-write.c Andrew Burgess
2023-11-27 19:01   ` Tom Tromey
2023-11-27 22:21     ` Andrew Burgess
2023-11-27 17:56 ` [PATCH 6/7] gdb: generate gdb-index identically regardless of work thread count Andrew Burgess
2023-11-27 17:56 ` [PATCH 7/7] gdb: generate dwarf-5 index identically as worker-thread count changes Andrew Burgess
2023-11-27 19:38 ` [PATCH 0/7] Changes to gdb-index creation Tom Tromey
2023-11-28 10:34   ` 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).