From 0a9397fcf38e83d91d4396d56831d4631ba67a80 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 3 Nov 2010 07:41:00 +0000 Subject: A newline in lineno output breaks pyframe output. --- Misc/gdbinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/gdbinit b/Misc/gdbinit index 275df10..9484b51 100644 --- a/Misc/gdbinit +++ b/Misc/gdbinit @@ -66,7 +66,7 @@ define lineno set $__p = $__p + 1 end end - printf "%d\n", $__li + printf "%d", $__li end # print the current frame - verbose -- cgit v0.12