aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorChristian Biesinger <cbiesinger@google.com>2019-12-19 18:24:22 -0600
committerChristian Biesinger <cbiesinger@google.com>2019-12-26 23:22:20 +0100
commit8fb75323313b095569200a400c07d2d7a887aa95 (patch)
treeb0d51f88cca899c5b3d55dd9514c1785c51c8f2c /gdb/NEWS
parent8ce18f9cdf53c846e0486130a66ba55c96fc2b14 (diff)
downloadgdb-8fb75323313b095569200a400c07d2d7a887aa95.zip
gdb-8fb75323313b095569200a400c07d2d7a887aa95.tar.gz
gdb-8fb75323313b095569200a400c07d2d7a887aa95.tar.bz2
Add a NEWS entry for multithreaded symbol loading
Now that we enabled it by default, this change adds a NEWS entry for it. gdb/ChangeLog: 2019-12-26 Christian Biesinger <cbiesinger@google.com> * NEWS: Mention that multithreaded symbol loading is now on by default. Change-Id: Ic344596a3b1b6e612a0071a50df49588b833c15d
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index ee10914..f51a989 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,10 @@
*** Changes since GDB 9
+* Multithreaded symbol loading has now been enabled by default on systems
+ that support it (see entry for GDB 9, below), providing faster
+ performance for programs with many symbols.
+
*** Changes in GDB 9
* 'thread-exited' event is now available in the annotations interface.