]> git.siccegge.de Git - frida/frida.git/blobdiff - src/Section.hxx
Separate out several parts of llvm-using code ; Add logger
[frida/frida.git] / src / Section.hxx
diff --git a/src/Section.hxx b/src/Section.hxx
new file mode 100644 (file)
index 0000000..04e8b0f
--- /dev/null
@@ -0,0 +1,21 @@
+#ifndef INCLUDE__Section_hxx
+#define INCLUDE__Section_hxx
+
+#include "include.hxx"
+
+#include <string>
+#include <vector>
+#include <functional>
+
+using llvm::OwningPtr;
+
+namespace qtlldb {
+    class Section {
+    public:
+        Section() {}
+
+    private:
+        
+    };
+}
+#endif