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]

cli/2393: "set osabi NetBSD ELF" doesn't work if there's also "NetBSD a.out"


>Number:         2393
>Category:       cli
>Synopsis:       "set osabi NetBSD ELF" doesn't work if there's also "NetBSD a.out"
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Dec 27 00:58:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     YAMAMOTO Takashi
>Release:        gdb 6.5
>Organization:
>Environment:
--host=i386-unknown-netbsdelf4.99.44 --target=x86_64--netbsd
>Description:
see the following.
as db_setshow_command() ignores a space and
following characters, it seems to consider that
"NetBSD ELF" is ambiguous with "NetBSD a.out".

GNU gdb 6.5
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 "i386--netbsdelf".
(gdb) set osabi
Requires an argument. Valid arguments are auto, default, none, SVR4, DJGPP, NetWare, NetBSD a.out, NetBSD ELF.
(gdb) set osabi NetBSD ELF
Ambiguous item "NetBSD ELF".
(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]