diff options
Diffstat (limited to 'source/Plugins/JITLoader/GDB/JITLoaderGDB.h')
-rw-r--r-- | source/Plugins/JITLoader/GDB/JITLoaderGDB.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/Plugins/JITLoader/GDB/JITLoaderGDB.h b/source/Plugins/JITLoader/GDB/JITLoaderGDB.h index 5fa66b874972..bfa1721d3349 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, |