From 21bca71c6d304de9bd6bcf53a572fae843047e76 Mon Sep 17 00:00:00 2001 From: jochen Date: Fri, 12 Jun 2015 01:35:41 -0700 Subject: [PATCH] Update PrintStack signature in gdbinit BUG=none R=yangguo@chromium.org LOG=n Review URL: https://codereview.chromium.org/1179053004 Cr-Commit-Position: refs/heads/master@{#28985} --- tools/gdbinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gdbinit b/tools/gdbinit index 8d0345a..72030e2 100644 --- a/tools/gdbinit +++ b/tools/gdbinit @@ -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 -- 2.7.4