diff options
Diffstat (limited to 'include/lldb/Symbol/SymbolVendor.h')
| -rw-r--r-- | include/lldb/Symbol/SymbolVendor.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/lldb/Symbol/SymbolVendor.h b/include/lldb/Symbol/SymbolVendor.h index 0eeea4eb466bc..82f902d4e07b1 100644 --- a/include/lldb/Symbol/SymbolVendor.h +++ b/include/lldb/Symbol/SymbolVendor.h @@ -173,6 +173,13 @@ public: ClearSymtab (); //------------------------------------------------------------------ + /// Notify the SymbolVendor that the file addresses in the Sections + /// for this module have been changed. + //------------------------------------------------------------------ + virtual void + SectionFileAddressesChanged (); + + //------------------------------------------------------------------ // PluginInterface protocol //------------------------------------------------------------------ virtual ConstString |
