Revision: 24881
Author:   [email protected]
Date:     Fri Oct 24 15:04:02 2014 UTC
Log:      Fix "jst" GDB macro

[email protected]

Review URL: https://codereview.chromium.org/669383002
https://code.google.com/p/v8/source/detail?r=24881

Modified:
 /branches/bleeding_edge/tools/gdbinit

=======================================
--- /branches/bleeding_edge/tools/gdbinit       Thu Oct 23 11:31:33 2014 UTC
+++ /branches/bleeding_edge/tools/gdbinit       Fri Oct 24 15:04:02 2014 UTC
@@ -40,7 +40,7 @@

 # Print JavaScript stack trace.
 define jst
-print v8::internal::Isolate::Current()->PrintStack(stdout)
+print v8::internal::Isolate::Current()->PrintStack((FILE*) stdout)
 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.

Reply via email to