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

Unified Diff: runtime/vm/gdbjit_android.h

Issue 10827327: Add GDB JIT support back into Android build. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove extra blank lines as requested by reviewer. Created 8 years, 4 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 | « runtime/vm/elfgen.h ('k') | runtime/vm/gdbjit_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/gdbjit_android.h
diff --git a/runtime/vm/gdbjit_android.h b/runtime/vm/gdbjit_android.h
index 82c7070c36a669b15a83b0e14c122ec212573dc9..f2cd1ba3a54330f6cd04cc11000b92d6f008ed18 100644
--- a/runtime/vm/gdbjit_android.h
+++ b/runtime/vm/gdbjit_android.h
@@ -5,6 +5,8 @@
#ifndef VM_GDBJIT_ANDROID_H_
#define VM_GDBJIT_ANDROID_H_
+#include <stdint.h>
+
extern "C" {
void addDynamicSection(const char* symfile_addr, uint64_t symfile_size);
void deleteDynamicSections();
« no previous file with comments | « runtime/vm/elfgen.h ('k') | runtime/vm/gdbjit_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698