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

Unified Diff: samples/gdb-integration.gdb

Issue 6995161: Extend gdb-jit support (OSX/locals+parameters/prettyprint) (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: Created 9 years, 6 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
Index: samples/gdb-integration.gdb
diff --git a/samples/gdb-integration.gdb b/samples/gdb-integration.gdb
new file mode 100644
index 0000000000000000000000000000000000000000..8a80bbcbb2b4a452a1eef9b0cd8e5325ceafaf03
--- /dev/null
+++ b/samples/gdb-integration.gdb
@@ -0,0 +1,8 @@
+r
+bt
+frame 5
+info locals
+v8print <__function>
+q
+y
+
« no previous file with comments | « samples/gdb-integration.cc ('k') | samples/gdb-integration.js » ('j') | src/gdb-jit.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698