aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-05-20 15:15:42 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-05-20 15:15:42 +0300
commit86bac2c6889fb912722d63a6d75b345f35c50e69 (patch)
tree5de4e5a56664843a924c302f916bdd4de834a15d /include
parentcode style (diff)
downloadwinapi-debug-86bac2c6889fb912722d63a6d75b345f35c50e69.tar.gz
winapi-debug-86bac2c6889fb912722d63a6d75b345f35c50e69.zip
refactoring
Diffstat (limited to 'include')
-rw-r--r--include/pdb/repo.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pdb/repo.hpp b/include/pdb/repo.hpp
index fa64260..dd41b17 100644
--- a/include/pdb/repo.hpp
+++ b/include/pdb/repo.hpp
@@ -33,6 +33,9 @@ namespace pdb
Symbol resolve_symbol(Address) const;
Symbol resolve_symbol(const std::string&) const;
+ const Module& module_with_online_base(Address) const;
+ const Module& module_with_offline_base(Address) const;
+
private:
Symbol symbol_from_buffer(const SymbolInfo&) const;
static Symbol symbol_from_buffer(const Module&, const SymbolInfo&);