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

Unified Diff: src/bootstrapper.cc

Issue 5965011: Basic GDB JIT Interface integration. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: minor formatting cleanup Created 10 years 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: src/bootstrapper.cc
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
index cae1a9a288e9ab97250411f255a61e2cae55a411..6a3ad4a1d8f1ee00e8a7b78a10444d50c64b89ed 100644
--- a/src/bootstrapper.cc
+++ b/src/bootstrapper.cc
@@ -33,6 +33,7 @@
#include "compiler.h"
#include "debug.h"
#include "execution.h"
+#include "gdbjit.h"
Erik Corry 2011/01/05 09:00:15 This shouldn't be necessary. The .cc file doesn't
Vyacheslav Egorov (Chromium) 2011/01/18 16:10:42 Done.
#include "global-handles.h"
#include "macro-assembler.h"
#include "natives.h"

Powered by Google App Engine
This is Rietveld 408576698