]> asedeno.scripts.mit.edu Git - linux.git/commit
kdb: bl: don't use tab character in output
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 8 Dec 2017 18:19:28 +0000 (10:19 -0800)
committerJason Wessel <jason.wessel@windriver.com>
Thu, 25 Jan 2018 14:41:22 +0000 (08:41 -0600)
commit33f765f698895527acd69faf5d54ab07f02683ff
treed2cb7068ed0f02e673be56fd68efcf51dc96bbc6
parentb0f73bc7f1793997eb48bd14e3db51c3c95e2098
kdb: bl: don't use tab character in output

The "bl" (list breakpoints) command prints a '\t' (tab) character
in its output, but on a console (video device), that just prints
some odd graphics character. Instead of printing a tab character,
just align the output with spaces.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Daniel Thompson <daniel.thompson@linaro.org>
Cc: Jason Wessel <jason.wessel@windriver.com>
Cc: kgdb-bugreport@lists.sourceforge.net
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
kernel/debug/kdb/kdb_bp.c