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

Unified Diff: runtime/vm/gdbjit_linux.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/gdbjit_android.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/gdbjit_linux.h
diff --git a/runtime/vm/gdbjit_linux.h b/runtime/vm/gdbjit_linux.h
index 4d8d369f968132e8948ec54a29fb23f4a6ad7f7f..cf259f6e2e92cd3e49f6526c73d1bb658e39031d 100644
--- a/runtime/vm/gdbjit_linux.h
+++ b/runtime/vm/gdbjit_linux.h
@@ -5,6 +5,8 @@
#ifndef VM_GDBJIT_LINUX_H_
#define VM_GDBJIT_LINUX_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/gdbjit_android.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698