Commit 21bca71c authored by jochen's avatar jochen Committed by Commit bot

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}
parent b935e44c
...@@ -40,7 +40,7 @@ end ...@@ -40,7 +40,7 @@ end
# Print JavaScript stack trace. # Print JavaScript stack trace.
define jst define jst
print v8::internal::Isolate::Current()->PrintStack((FILE*) stdout) print v8::internal::Isolate::Current()->PrintStack((FILE*) stdout, 1)
end end
document jst document jst
Print the current JavaScript stack trace Print the current JavaScript stack trace
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment