summaryrefslogtreecommitdiff
path: root/source/Plugins/JITLoader/GDB/JITLoaderGDB.h
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2015-02-06 21:38:51 +0000
committerEd Maste <emaste@FreeBSD.org>2015-02-06 21:38:51 +0000
commit205afe679855a4ce8149cdaa94d3f0868ce796dc (patch)
tree09bc83f73246ee3c7a779605cd0122093d2a8a19 /source/Plugins/JITLoader/GDB/JITLoaderGDB.h
parent0cac4ca3916ac24ab6139d03cbfd18db9e715bfe (diff)
Diffstat (limited to 'source/Plugins/JITLoader/GDB/JITLoaderGDB.h')
-rw-r--r--source/Plugins/JITLoader/GDB/JITLoaderGDB.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/Plugins/JITLoader/GDB/JITLoaderGDB.h b/source/Plugins/JITLoader/GDB/JITLoaderGDB.h
index 5fa66b8749723..bfa1721d3349c 100644
--- a/source/Plugins/JITLoader/GDB/JITLoaderGDB.h
+++ b/source/Plugins/JITLoader/GDB/JITLoaderGDB.h
@@ -81,6 +81,10 @@ private:
bool
ReadJITDescriptor(bool all_entries);
+ template <typename ptr_t>
+ bool
+ ReadJITDescriptorImpl(bool all_entries);
+
static bool
JITDebugBreakpointHit(void *baton,
lldb_private::StoppointCallbackContext *context,