aboutsummaryrefslogtreecommitdiff
path: root/src/processor/source_line_resolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/processor/source_line_resolver.h')
-rw-r--r--src/processor/source_line_resolver.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/processor/source_line_resolver.h b/src/processor/source_line_resolver.h
index 6948a86a..1490f715 100644
--- a/src/processor/source_line_resolver.h
+++ b/src/processor/source_line_resolver.h
@@ -60,6 +60,9 @@ class SourceLineResolver {
// map_file should contain line/address mappings for this module.
bool LoadModule(const string &module_name, const string &map_file);
+ // Returns true if a module with the given name has been loaded.
+ bool HasModule(const string &module_name) const;
+
// Fills in the function_base, function_name, source_file_name,
// and source_line fields of the StackFrame. The instruction and
// module_name fields must already be filled in. Additional debugging