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

Unified Diff: src/google_breakpad/common/minidump_cpu_ppc64.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_ppc.h ('k') | src/google_breakpad/common/minidump_cpu_sparc.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_ppc64.h
===================================================================
--- src/google_breakpad/common/minidump_cpu_ppc64.h (revision 1466)
+++ src/google_breakpad/common/minidump_cpu_ppc64.h (working copy)
@@ -112,6 +112,11 @@
MDVectorSaveAreaPPC vector_save;
} MDRawContextPPC64; /* Based on ppc_thread_state */
+/* Indices into gpr for registers with a dedicated or conventional purpose. */
+enum MDPPC64RegisterNumbers {
+ MD_CONTEXT_PPC64_REG_SP = 1
+};
+
/* For (MDRawContextPPC).context_flags. These values indicate the type of
* context stored in the structure. MD_CONTEXT_PPC 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_ppc.h ('k') | src/google_breakpad/common/minidump_cpu_sparc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698