From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 46101 invoked by alias); 30 Sep 2015 18:41:23 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 45447 invoked by uid 48); 30 Sep 2015 18:41:22 -0000 From: "munsal at nestlabs dot com" To: gdb-prs@sourceware.org Subject: [Bug python/18073] gdb.Type.fields() throws an exception when called on a function type Date: Wed, 30 Sep 2015 18:41:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: python X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: munsal at nestlabs dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-q3/txt/msg00356.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D18073 Martin =C3=9Cnsal changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |munsal at nestlabs dot com --=20 You are receiving this mail because: You are on the CC list for the bug. >>From gdb-prs-return-18653-listarch-gdb-prs=sources.redhat.com@sourceware.org Wed Sep 30 19:20:02 2015 Return-Path: Delivered-To: listarch-gdb-prs@sources.redhat.com Received: (qmail 123236 invoked by alias); 30 Sep 2015 19:20:02 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Delivered-To: mailing list gdb-prs@sourceware.org Received: (qmail 123203 invoked by uid 48); 30 Sep 2015 19:20:01 -0000 From: "oarias at knights dot ucf.edu" To: gdb-prs@sourceware.org Subject: [Bug gdb/19033] New: [msp430-elf] Failure to read line numbers Date: Wed, 30 Sep 2015 19:20:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: 7.10 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: oarias at knights dot ucf.edu X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-q3/txt/msg00357.txt.bz2 Content-length: 1261 https://sourceware.org/bugzilla/show_bug.cgi?id=19033 Bug ID: 19033 Summary: [msp430-elf] Failure to read line numbers Product: gdb Version: 7.10 Status: NEW Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: oarias at knights dot ucf.edu Target Milestone: --- Created attachment 8654 --> https://sourceware.org/bugzilla/attachment.cgi?id=8654&action=edit Source file Greetings, I have been experimenting with the msp430-elf port of GDB and I have run into the situation where it is unable to read line numbers for some functions. Both readelf and objdump are able to see the line numbers, however gdb does not populate the necessary entries. Attached to this report is the test source file, a compiled binary, the linker script used and the gdb log with readelf information appended. The compiler command issued was $ msp430-elf-gcc -o test.elf -mmcu=msp430f2013 -O0 -g test.c Using gcc 5.2.0, binutils 2.25.1 and newlib 2.2.0.20150824. Please let me know if more information is needed. Thank you. Cheers, Orlando. -- You are receiving this mail because: You are on the CC list for the bug.