diff options
author | Tom Tromey <tom@tromey.com> | 2023-10-21 15:22:09 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2024-01-08 18:40:21 -0700 |
commit | 9b595a264168cdd950c19dafe4663ca25d22234b (patch) | |
tree | 9f4060d4320eead8bd16d625e0c54271a169b2b6 /gdb/NEWS | |
parent | a274da12ea9a4ea8bbb75489845c53be268fb450 (diff) | |
download | gdb-9b595a264168cdd950c19dafe4663ca25d22234b.zip gdb-9b595a264168cdd950c19dafe4663ca25d22234b.tar.gz gdb-9b595a264168cdd950c19dafe4663ca25d22234b.tar.bz2 |
Add "maint set dwarf synchronous"
For testing, it's sometimes convenient to be able to request that
DWARF reading be done synchronously. This patch adds a new "maint"
setting for this purpose.
Reviewed-By: Eli Zaretskii <eliz@gnu.org>
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,10 @@ * GDB index now contains information about the main function. This speeds up startup when it is being used for some large binaries. +* On hosts where threading is available, DWARF reading is now done in + the background, resulting in faster startup. This can be controlled + using "maint set dwarf synchronous". + * Changed commands disassemble |