NetBSD-Bugs archive

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

kern/40712: ddb auto-advance broken



>Number:         40712
>Category:       kern
>Synopsis:       ddb auto-advance broken
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Feb 22 11:30:00 +0000 2009
>Originator:     Martin Husemann
>Release:        NetBSD 5.99.7
>Organization:
The NetBSD Foundation, Inc.
>Environment:
System: NetBSD martins.aprisoft.de 5.99.7 NetBSD 5.99.7 (MARTINS) #37: Sun Feb 
22 12:22:35 CET 2009 
martin%martins.aprisoft.de@localhost:/usr/src/sys/arch/amd64/compile/MARTINS 
amd64
Architecture: x86_64
Machine: amd64
>Description:

Ddb used to auto advance the current address and repeat commands if you
just pressed enter. This does not work any more.

>How-To-Repeat:

Drop into ddb, disassemble some function, press enter:

db> x/i proc_getspecific
(one line of assembler output)
db>
(nothing)
db>

>Fix:
yes, please.



Home | Main Index | Thread Index | Old Index