Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(212)

Unified Diff: tools/gdbinit

Issue 379133003: Fix trailing whitespace in gdbinit file. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698