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

Unified Diff: src/processor/stackwalk_common.h

Issue 9774002: Add stack contents output functionality to minidump_stackwalk (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: Created 9 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/stackwalk_common.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/processor/stackwalk_common.h
===================================================================
--- src/processor/stackwalk_common.h (revision 1428)
+++ src/processor/stackwalk_common.h (working copy)
@@ -37,9 +37,12 @@
namespace google_breakpad {
class ProcessState;
+class SourceLineResolverInterface;
void PrintProcessStateMachineReadable(const ProcessState& process_state);
-void PrintProcessState(const ProcessState& process_state);
+void PrintProcessState(const ProcessState& process_state,
+ bool output_stack_contents,
+ SourceLineResolverInterface* resolver);
} // namespace google_breakpad
« no previous file with comments | « src/processor/stackwalk_common.cc ('k') | no next file » | no next file with comments »

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