diff options
Diffstat (limited to 'lldb/source/Plugins/Platform/Windows/PlatformWindows.h')
| -rw-r--r-- | lldb/source/Plugins/Platform/Windows/PlatformWindows.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Platform/Windows/PlatformWindows.h b/lldb/source/Plugins/Platform/Windows/PlatformWindows.h index a2511067276..7a785656399 100644 --- a/lldb/source/Plugins/Platform/Windows/PlatformWindows.h +++ b/lldb/source/Plugins/Platform/Windows/PlatformWindows.h @@ -59,6 +59,11 @@ public: //------------------------------------------------------------ // lldb_private::Platform functions //------------------------------------------------------------ + virtual bool + GetModuleSpec (const lldb_private::FileSpec& module_file_spec, + const lldb_private::ArchSpec& arch, + lldb_private::ModuleSpec &module_spec); + virtual Error ResolveExecutable(const lldb_private::ModuleSpec &module_spec, lldb::ModuleSP &module_sp, |

