kdb v1.9 id display not quite right

Keith Owens kaos at melbourne.sgi.com
Thu Oct 18 01:38:25 PDT 2001


On Thu, 18 Oct 2001 13:53:41 +0530, 
"Vamsi Krishna S ." <vamsi at in.ibm.com> wrote:
>On my terminal, the tab character is not printed correctly, instead, it
>prints some junk character. 
>
>Simply changing the tab in kdba_printaddress() to spaces fixes the problem,
>even though all the instructions don't start on the same column as that
>seems to be the intent of this change. 
>
>Is this the only solution or is there something I can do ensure that
>dip->fprint_func() displays tabs correctly?

A tab is a tab is a tab.  kdb and linux expect that tabs are handled by
the hardware.  If anything should handle devices without hardware tab
it is the Linux console drivers, kdb just calls the write() function
for each console.




More information about the kdb mailing list