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

Unified Diff: tools/gdbinit

Issue 2674593003: [TypeFeedbackVector] Root feedback vectors at function literal site. (Closed)
Patch Set: REBASE+liveedit fix. Created 3 years, 10 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 | « test/unittests/interpreter/interpreter-assembler-unittest.cc ('k') | 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 3d527829bf85b92b62db79a98b7a0b369c2c8bf8..0bb1f5d827c3032d6c3d4be3abe2a140f0b1f8c0 100644
--- a/tools/gdbinit
+++ b/tools/gdbinit
@@ -38,6 +38,16 @@ Print a v8 TypeFeedbackVector object
Usage: jtv tagged_ptr
end
+# Print TypeFeedbackMetadata
+define jfm
+call _v8_internal_Print_TypeFeedbackMetadata((void*)($arg0))
+end
+document jfm
+Print a v8 TypeFeedbackMetadata object
+Usage: jtm tagged_ptr
+end
+
+
# Print DescriptorArray.
define jda
call _v8_internal_Print_DescriptorArray((void*)($arg0))
« no previous file with comments | « test/unittests/interpreter/interpreter-assembler-unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698