diff options
author | Samuel Bronson <naesten@gmail.com> | 2013-11-15 16:09:33 -0500 |
---|---|---|
committer | Samuel Bronson <naesten@gmail.com> | 2013-12-03 00:17:59 -0500 |
commit | caf26be91a584ef141ac5d3cb31007731af8b8e3 (patch) | |
tree | d0916ef9bf958759f00f5b17362022cd8b8835f6 /gdb/NEWS | |
parent | 34a4fb3a706df6033f82eb1ebd84f53e0bc184f9 (diff) | |
download | gdb-caf26be91a584ef141ac5d3cb31007731af8b8e3.zip gdb-caf26be91a584ef141ac5d3cb31007731af8b8e3.tar.gz gdb-caf26be91a584ef141ac5d3cb31007731af8b8e3.tar.bz2 |
Resurrect gdb-add-index as a contrib script
This includes changes made in Fedora's gdb packaging[1], Doug's
robustness patch[2] from before gdb-add-index was dropped, some
corrections, and some more changes Doug accumulated in the
meantime[3].
[1]: http://pkgs.fedoraproject.org/cgit/gdb.git/log/gdb-gdb-add-index-script.patch?id=fe74423b0812bae6d7bb027584e401a2ac37d24d
[2]: https://sourceware.org/ml/gdb-patches/2010-09/msg00130.html
[3]: https://sourceware.org/ml/gdb-patches/2013-11/msg00297.html
It would be a good idea to mention the existance of this script
in (info "(gdb) Index Files"), but I'm boycotting invariant
sections/cover texts because non-free docs are a PITA, so somebody
else would need to do that.
Summary of previous activity:
97924a9 Actual removal
c29c521 Attempted removal (accidentally left gdb-add-index.sh in place)
c2bbed2 Addition
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,9 @@ Before, the former would print "<optimized out>", and the latter "*value not available*". +* New script contrib/gdb-add-index.sh for adding .gdb_index sections + to binaries. + * Python scripting ** Frame filters and frame decorators have been added. |