Reviewers: Yang,
Description:
Update PrintStack signature in gdbinit
BUG=none
[email protected]
LOG=n
Please review this at https://codereview.chromium.org/1179053004/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+1, -1 lines):
M tools/gdbinit
Index: tools/gdbinit
diff --git a/tools/gdbinit b/tools/gdbinit
index
8d0345af689df8d0d95707463c2e804473b40761..72030e269a086d77162ee30a0150a48946cbebc7
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
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.