From: Simon Marchi <simon.marchi@ericsson.com>
To: <gdb-patches@sourceware.org>
Cc: Simon Marchi <simon.marchi@ericsson.com>
Subject: [PATCH 0/3] Add a DWARF index cache
Date: Mon, 09 Jul 2018 21:56:00 -0000 [thread overview]
Message-ID: <1531173351-6351-1-git-send-email-simon.marchi@ericsson.com> (raw)
Hi,
This is the non-RFC version of
https://sourceware.org/ml/gdb-patches/2018-05/msg00216.html
I have addressed most of Tom's comments about the original submission, see here
for more details:
https://sourceware.org/ml/gdb-patches/2018-07/msg00228.html
Simon Marchi (3):
Make index reading functions more modular
Introduce scoped_mmapped_file
Add DWARF index cache
gdb/Makefile.in | 3 +
gdb/build-id.h | 11 +
gdb/common/pathstuff.c | 16 +
gdb/common/pathstuff.h | 10 +
gdb/common/scoped_fd.h | 17 +-
gdb/common/scoped_mmapped_file.h | 70 ++++
gdb/dwarf-index-cache.c | 474 ++++++++++++++++++++++++++
gdb/dwarf-index-cache.h | 112 ++++++
gdb/dwarf-index-common.h | 5 +
gdb/dwarf-index-write.c | 81 +++--
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_mmapped_file-selftests.c | 96 ++++++
17 files changed, 1340 insertions(+), 98 deletions(-)
create mode 100644 gdb/common/scoped_mmapped_file.h
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
create mode 100644 gdb/unittests/scoped_mmapped_file-selftests.c
--
2.7.4
next reply other threads:[~2018-07-09 21:56 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-09 21:56 Simon Marchi [this message]
2018-07-09 21:56 ` [PATCH 2/3] Introduce scoped_mmapped_file Simon Marchi
2018-07-24 2:18 ` Tom Tromey
2018-07-24 12:31 ` Simon Marchi
2018-07-09 21:56 ` [PATCH 1/3] Make index reading functions more modular Simon Marchi
2018-07-25 16:51 ` Tom Tromey
2018-07-09 21:57 ` [PATCH 3/3] Add DWARF index cache Simon Marchi
2018-07-17 19:48 ` Tom Tromey
2018-07-17 20:48 ` Simon Marchi
2018-07-18 18:20 ` Tom Tromey
2018-07-25 18:48 ` Tom Tromey
2018-07-25 20:20 ` Simon Marchi
2018-07-26 12:38 ` Simon Marchi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1531173351-6351-1-git-send-email-simon.marchi@ericsson.com \
--to=simon.marchi@ericsson.com \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox