summaryrefslogtreecommitdiff
path: root/debuginfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'debuginfo.cpp')
-rw-r--r--debuginfo.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/debuginfo.cpp b/debuginfo.cpp
index 5f4e1af0..5fef18d2 100644
--- a/debuginfo.cpp
+++ b/debuginfo.cpp
@@ -54,6 +54,12 @@ vector<string> DebugInfo::GetParsers() const
}
+TypeContainer DebugInfo::GetTypeContainer(const std::string& parserName)
+{
+ return TypeContainer(BNGetDebugInfoTypeContainer(m_object, parserName.c_str()));
+}
+
+
vector<NameAndType> DebugInfo::GetTypes(const string& parserName) const
{
size_t count;