NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

toolchain/40197: gdb set osabi command can't specify NetBSD ELF



>Number:         40197
>Category:       toolchain
>Synopsis:       gdb set osabi command can't specify NetBSD ELF
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    toolchain-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Dec 16 06:45:00 +0000 2008
>Originator:     YAMAMOTO Takashi <yamt%mwd.biglobe.ne.jp@localhost>
>Release:        NetBSD 5.99.5
>Organization:
        
>Environment:
        <The following information is extracted from your kernelPlease>
        
System: NetBSD 5.99.5
Architecture: i386
Machine: i386
>Description:
        see below.

        due to the way do_setshow_command() handles spaces,
        "NetBSD ELF" matches with both of "NetBSD a.out" and "NetBSD ELF".
        afaik, there's no way to specify one of them.
>How-To-Repeat:
        % gdb
        (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) 
>Fix:
        

>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index