Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(309)

Unified Diff: src/google_breakpad/common/minidump_cpu_sparc.h

Issue 1210943005: Use general instruction/stack pointer convenience method instead of manually (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/google_breakpad/common/minidump_cpu_ppc64.h ('k') | src/google_breakpad/processor/dump_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/google_breakpad/common/minidump_cpu_sparc.h
===================================================================
--- src/google_breakpad/common/minidump_cpu_sparc.h (revision 1466)
+++ src/google_breakpad/common/minidump_cpu_sparc.h (working copy)
@@ -138,6 +138,11 @@
} MDRawContextSPARC; /* CONTEXT_SPARC */
+/* Indices into g_r for registers with a dedicated or conventional purpose. */
+enum MDSPARCRegisterNumbers {
+ MD_CONTEXT_SPARC_REG_SP = 14
+};
+
/* For (MDRawContextSPARC).context_flags. These values indicate the type of
* context stored in the structure. MD_CONTEXT_SPARC is Breakpad-defined. Its
* value was chosen to avoid likely conflicts with MD_CONTEXT_* for other
« no previous file with comments | « src/google_breakpad/common/minidump_cpu_ppc64.h ('k') | src/google_breakpad/processor/dump_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698