[Bug gdb/26683] FAIL: gdb.base/info-types-c++.exp: info types
vries at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Wed Sep 30 14:51:12 GMT 2020
https://sourceware.org/bugzilla/show_bug.cgi?id=26683
Tom de Vries <vries at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tromey at sourceware dot org
--- Comment #1 from Tom de Vries <vries at gcc dot gnu.org> ---
Bisects to:
...
2c830f547588220588f2a0a876b86e3f9062f9e1 is the first bad commit
commit 2c830f547588220588f2a0a876b86e3f9062f9e1
Author: Tom Tromey <tom@tromey.com>
Date: Tue Sep 29 18:49:08 2020 -0600
Change some uses of DW_STRING to string method
This changes some of the simpler spots to use attribute::string rather
than DW_STRING.
gdb/ChangeLog
2020-09-29 Tom Tromey <tom@tromey.com>
* dwarf2/read.c (partial_die_info::read)
(dwarf2_const_value_attr, anonymous_struct_prefix, )
(dwarf2_name, dwarf2_fetch_constant_bytes): Use
attribute::as_string.
gdb/ChangeLog | 7 ++++++
gdb/dwarf2/read.c | 64 +++++++++++++++++++++++++++++++------------------------
2 files changed, 43 insertions(+), 28 deletions(-)
...
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Gdb-prs
mailing list