diff options
Diffstat (limited to 'lldb/include/lldb/Target/DynamicLoader.h')
-rw-r--r-- | lldb/include/lldb/Target/DynamicLoader.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/include/lldb/Target/DynamicLoader.h b/lldb/include/lldb/Target/DynamicLoader.h index 9d37e943f0a..e620746e7bd 100644 --- a/lldb/include/lldb/Target/DynamicLoader.h +++ b/lldb/include/lldb/Target/DynamicLoader.h @@ -331,6 +331,10 @@ protected: // Read a pointer from memory at the given addr. // Return LLDB_INVALID_ADDRESS if the read fails. lldb::addr_t ReadPointer(lldb::addr_t addr); + + // Calls into the Process protected method LoadOperatingSystemPlugin: + void LoadOperatingSystemPlugin(bool flush); + //------------------------------------------------------------------ // Member variables. |