CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2011/11/07 13:29:56

Modified files:
        share/man/man4 : ddb.4 
        sys/ddb        : db_examine.c 

Log message:
When multiple display modifiers are specified on a ddb examine command, do
not advance the address until the last modifier has been processed. This
allows sequences like `x/xi address,count' to yield meaningful results.
As a bonus, handle `i' and `I' modifiers last, so that I don't have to
fight my habit of using `x/ix' instead of `x/xi'.

Reply via email to