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

Unified Diff: src/google_breakpad/processor/stack_frame_cpu.h

Issue 459002: Refactor the logic of resolving source line info into helper class (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/src/
Patch Set: Patch to another svn client with write permission. Created 12 years, 6 months 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/google_breakpad/processor/minidump_processor.h ('k') | src/google_breakpad/processor/stackwalker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/google_breakpad/processor/stack_frame_cpu.h
===================================================================
--- src/google_breakpad/processor/stack_frame_cpu.h (revision 1067)
+++ src/google_breakpad/processor/stack_frame_cpu.h (working copy)
@@ -70,7 +70,7 @@
CONTEXT_VALID_ALL = -1
};
- StackFrameX86()
+ StackFrameX86()
: context(),
context_validity(CONTEXT_VALID_NONE),
windows_frame_info(NULL),
@@ -220,7 +220,7 @@
// Return the ContextValidity flag for register rN.
static ContextValidity RegisterValidFlag(int n) {
return ContextValidity(1 << n);
- }
+ }
// Register state. This is only fully valid for the topmost frame in a
// stack. In other frames, the values of nonvolatile registers may be
« no previous file with comments | « src/google_breakpad/processor/minidump_processor.h ('k') | src/google_breakpad/processor/stackwalker.h » ('j') | no next file with comments »

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