Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(5)

Unified Diff: src/processor/source_line_resolver_base_types.h

Issue 7804002: WIP (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/processor/basic_source_line_resolver_types.h ('k') | src/processor/stackwalk_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/processor/source_line_resolver_base_types.h
===================================================================
--- src/processor/source_line_resolver_base_types.h (revision 1426)
+++ src/processor/source_line_resolver_base_types.h (working copy)
@@ -95,6 +95,17 @@
// The size of parameters passed to this function on the stack.
int32_t parameter_size;
+
+ struct Variable {
+ string name;
+ string type;
+ MemAddr address;
+ MemAddr size;
+ bool is_register_location_description;
+ string location;
+ };
+
+ std::vector<Variable> variables;
};
struct SourceLineResolverBase::PublicSymbol {
« no previous file with comments | « src/processor/basic_source_line_resolver_types.h ('k') | src/processor/stackwalk_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted