aboutsummaryrefslogtreecommitdiff
path: root/src/processor/source_line_resolver.h
diff options
context:
space:
mode:
authorbryner <bryner@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-10-16 18:19:09 +0000
committerbryner <bryner@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-10-16 18:19:09 +0000
commit181f307ffe521026d7344ed58d1545321d352ca6 (patch)
tree95d95a48031f8fd4a7b32e585838782b54b3206f /src/processor/source_line_resolver.h
parentImplement a tool to upload symbols on Windows, given an exe or dll file with (diff)
downloadbreakpad-181f307ffe521026d7344ed58d1545321d352ca6.tar.xz
Reduce calls to SymbolSupplier::GetSymbolFile() (#48).
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@40 4c0a9323-5329-0410-9bdc-e9ce6186880e
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