diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2018-08-07 18:15:28 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2018-08-07 18:15:28 -0400 |
commit | 7d11235d04ded4832430cd40013ca785a3896e4d (patch) | |
tree | e3483b3f54cc4b3ad956597828f1fb3b4ac94d45 /gdb/doc/ChangeLog | |
parent | 87d6a7aa931f2bd4cfe784344b6a2cd595f6f2c9 (diff) | |
download | gdb-7d11235d04ded4832430cd40013ca785a3896e4d.zip gdb-7d11235d04ded4832430cd40013ca785a3896e4d.tar.gz gdb-7d11235d04ded4832430cd40013ca785a3896e4d.tar.bz2 |
Add doc and news for DWARF index cache
New in v3:
- Address Eli's comments.
This patch adds doc and news for the feature introduced by the previous
patch.
gdb/ChangeLog:
* NEWS: Mention the index cache.
gdb/doc/ChangeLog:
* gdb.texinfo (Index Files Speed Up GDB): Add section about
symbol index cache.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 90784b5..ceb4043 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2018-08-07 Simon Marchi <simon.marchi@ericsson.com> + + * gdb.texinfo (Index Files Speed Up GDB): Add section about + symbol index cache. + 2018-07-27 Sergio Durigan Junior <sergiodj@redhat.com> * gdb.texinfo (gcore man): Rewrite "Description" and "-o" |