This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

symtab/2069: gdb can't handle PIE


>Number:         2069
>Category:       symtab
>Synopsis:       gdb can't handle PIE
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jan 13 14:58:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     schwab@suse.de
>Release:        6.4.50.20060113-cvs
>Organization:
>Environment:

>Description:
$ gdb ntpdc
GNU gdb 6.4.50.20060113-cvs
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "ia64-suse-linux"...Using host libthread_db library "/lib/libthread_db.so.1".

(gdb) r
Starting program: /usr/sbin/ntpdc 
ntpdc> 
Program exited normally.
(gdb) b main
Breakpoint 1 at 0xd711: file ntpdc.c, line 264.
(gdb) r
Starting program: /usr/sbin/ntpdc 
ntpdc> 
Program exited normally.
(gdb) 
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]