public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add a DWARF index cache
@ 2018-07-25 22:47 Simon Marchi
  2018-07-25 22:47 ` [PATCH v2 2/4] Introduce mmap_file function Simon Marchi
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Simon Marchi @ 2018-07-25 22:47 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

This is v2 of:

  https://sourceware.org/ml/gdb-patches/2018-07/msg00230.html

I believe this addresses all of Tom's comments.

Simon Marchi (4):
  Make index reading functions more modular
  Introduce mmap_file function
  Add DWARF index cache
  Add doc and news for DWARF index cache

 gdb/Makefile.in                        |   3 +
 gdb/NEWS                               |   3 +
 gdb/build-id.h                         |  11 +
 gdb/common/pathstuff.c                 |  24 ++
 gdb/common/pathstuff.h                 |  10 +
 gdb/common/scoped_mmap.c               |  44 +++
 gdb/common/scoped_mmap.h               |  26 +-
 gdb/doc/gdb.texinfo                    |  36 +++
 gdb/dwarf-index-cache.c                | 498 +++++++++++++++++++++++++++++++++
 gdb/dwarf-index-cache.h                | 112 ++++++++
 gdb/dwarf-index-common.h               |   5 +
 gdb/dwarf-index-write.c                |  83 ++++--
 gdb/dwarf-index-write.h                |  34 +++
 gdb/dwarf2read.c                       | 253 ++++++++++++-----
 gdb/dwarf2read.h                       |   5 +
 gdb/testsuite/gdb.base/index-cache.c   |  23 ++
 gdb/testsuite/gdb.base/index-cache.exp | 204 ++++++++++++++
 gdb/testsuite/gdb.base/maint.exp       |  24 ++
 gdb/unittests/scoped_mmap-selftests.c  |  54 ++++
 19 files changed, 1352 insertions(+), 100 deletions(-)
 create mode 100644 gdb/common/scoped_mmap.c
 create mode 100644 gdb/dwarf-index-cache.c
 create mode 100644 gdb/dwarf-index-cache.h
 create mode 100644 gdb/dwarf-index-write.h
 create mode 100644 gdb/testsuite/gdb.base/index-cache.c
 create mode 100644 gdb/testsuite/gdb.base/index-cache.exp

-- 
2.7.4

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

end of thread, other threads:[~2018-07-30 19:23 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-25 22:47 [PATCH v2 0/4] Add a DWARF index cache Simon Marchi
2018-07-25 22:47 ` [PATCH v2 2/4] Introduce mmap_file function Simon Marchi
2018-07-25 22:47 ` [PATCH v2 4/4] Add doc and news for DWARF index cache Simon Marchi
2018-07-27  8:50   ` Eli Zaretskii
2018-07-30 19:04     ` Simon Marchi
2018-07-30 19:23       ` Eli Zaretskii
2018-07-25 22:48 ` [PATCH v2 1/4] Make index reading functions more modular Simon Marchi
2018-07-25 22:48 ` [PATCH v2 3/4] Add DWARF index cache Simon Marchi
2018-07-27  9:06   ` Eli Zaretskii
2018-07-27 14:01     ` Simon Marchi
2018-07-27 21:25       ` Eli Zaretskii
2018-07-30 15:33         ` Simon Marchi
2018-07-30 15:45           ` Simon Marchi
2018-07-30 15:57           ` Eli Zaretskii
2018-07-30 17:05             ` Simon Marchi

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