From b6919562ab09fc18dfa90c4588636b4f6ffcd76c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 22 May 2017 02:10:22 +0300 Subject: add line numbers to symbols --- include/pdb/dbghelp.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/pdb/dbghelp.hpp') diff --git a/include/pdb/dbghelp.hpp b/include/pdb/dbghelp.hpp index d6b6899..2555de1 100644 --- a/include/pdb/dbghelp.hpp +++ b/include/pdb/dbghelp.hpp @@ -32,6 +32,8 @@ namespace pdb SymbolInfo resolve_symbol(Address) const; SymbolInfo resolve_symbol(const std::string&) const; + LineInfo resolve_line(Address) const; + private: ModuleInfo get_module_info(Address offline_base) const; -- cgit v1.2.3