aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/pdb/dbghelp.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/pdb/dbghelp.hpp')
-rw-r--r--include/pdb/dbghelp.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pdb/dbghelp.hpp b/include/pdb/dbghelp.hpp
index edb095c..2809eac 100644
--- a/include/pdb/dbghelp.hpp
+++ b/include/pdb/dbghelp.hpp
@@ -29,7 +29,10 @@ public:
void enum_modules(const OnModule&) const;
typedef std::function<void(const SymbolInfo&)> OnSymbol;
+ static constexpr auto all_symbols = "*!*";
+ void enum_symbols(const ModuleInfo&, const std::string& mask, const OnSymbol&) const;
void enum_symbols(const ModuleInfo&, const OnSymbol&) const;
+ void enum_symbols(const std::string& mask, const OnSymbol&) const;
void enum_symbols(const OnSymbol&) const;
SymbolInfo resolve_symbol(Address) const;