Reviewers: Sven Panne,

Description:
Fix "jst" GDB macro

Please review this at https://codereview.chromium.org/669383002/

Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M tools/gdbinit


Index: tools/gdbinit
diff --git a/tools/gdbinit b/tools/gdbinit
index 20cdff618c8121ccfff9d880c97d2aa88adf106b..7d8dbb77936fc76c6331c7aac539198aefe61d07 100644
--- a/tools/gdbinit
+++ b/tools/gdbinit
@@ -22,7 +22,7 @@ end

 # 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