diff --git a/Misc/gdbinit b/Misc/gdbinit index 45e79fcf6f4..e8f62ba6476 100644 --- a/Misc/gdbinit +++ b/Misc/gdbinit @@ -160,7 +160,7 @@ document pystackv Print the entire Python call stack - verbose mode end -def pu +define pu set $uni = $arg0 set $i = 0 while (*$uni && $i++<100)