Discussion:
[Bug gdb/23034] New: Lack of info in outside of ELF segments message
hjl.tools at gmail dot com
2018-04-06 21:13:09 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=23034

Bug ID: 23034
Summary: Lack of info in outside of ELF segments message
Product: gdb
Version: 8.1
Status: NEW
Severity: normal
Priority: P2
Component: gdb
Assignee: unassigned at sourceware dot org
Reporter: hjl.tools at gmail dot com
Target Milestone: ---

elfread.c has

if (bfd_get_section_size (sect) > 0 && j == num_segments
&& (bfd_get_section_flags (abfd, sect) & SEC_LOAD) != 0)
warning (_("Loadable section \"%s\" outside of ELF segments"),
bfd_section_name (abfd, sect));

This message lacks of filename, which is very useful when shared libraries
are used.
--
You are receiving this mail because:
You are on the CC list for the bug.
tromey at sourceware dot org
2018-04-19 15:06:08 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=23034

Tom Tromey <tromey at sourceware dot org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Keywords| |good-first-bug
--
You are receiving this mail because:
You are on the CC list for the bug.
Loading...