Update PrintStack signature in gdbinit
authorjochen <jochen@chromium.org>
Fri, 12 Jun 2015 08:35:41 +0000 (01:35 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 12 Jun 2015 08:35:50 +0000 (08:35 +0000)
BUG=none
R=yangguo@chromium.org
LOG=n

Review URL: https://codereview.chromium.org/1179053004

Cr-Commit-Position: refs/heads/master@{#28985}

tools/gdbinit

index 8d0345a..72030e2 100644 (file)
@@ -40,7 +40,7 @@ end
 
 # Print JavaScript stack trace.
 define jst
-print v8::internal::Isolate::Current()->PrintStack((FILE*) stdout)
+print v8::internal::Isolate::Current()->PrintStack((FILE*) stdout, 1)
 end
 document jst
 Print the current JavaScript stack trace