mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 17:31:13 +08:00
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
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2019-12-26 Christian Biesinger <cbiesinger@google.com>
|
||||||
|
|
||||||
|
* NEWS: Mention that multithreaded symbol loading is now on by
|
||||||
|
default.
|
||||||
|
|
||||||
2019-12-26 Ruslan Kabatsayev <b7.10110111@gmail.com>
|
2019-12-26 Ruslan Kabatsayev <b7.10110111@gmail.com>
|
||||||
|
|
||||||
* dwarf2read.c (is_valid_DW_AT_defaulted)
|
* dwarf2read.c (is_valid_DW_AT_defaulted)
|
||||||
|
4
gdb/NEWS
4
gdb/NEWS
@ -3,6 +3,10 @@
|
|||||||
|
|
||||||
*** Changes since GDB 9
|
*** 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
|
*** Changes in GDB 9
|
||||||
|
|
||||||
* 'thread-exited' event is now available in the annotations interface.
|
* 'thread-exited' event is now available in the annotations interface.
|
||||||
|
Reference in New Issue
Block a user