Index: tools/gdbinit |
diff --git a/tools/gdbinit b/tools/gdbinit |
index 0c99ae1e013e53ca5f58af1aba304610ff37e117..20cdff618c8121ccfff9d880c97d2aa88adf106b 100644 |
--- a/tools/gdbinit |
+++ b/tools/gdbinit |
@@ -21,7 +21,7 @@ Usage: jco pc |
end |
# Print JavaScript stack trace. |
-define jst |
+define jst |
print v8::internal::Isolate::Current()->PrintStack(stdout) |
end |
document jst |
@@ -30,4 +30,4 @@ Usage: jst |
end |
set disassembly-flavor intel |
-set disable-randomization off |
+set disable-randomization off |