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

Unified Diff: src/client/linux/minidump_writer/linux_dumper.h

Issue 40006: Build breakpad / crash reporting on Linux 64-bit. This is Chromium commit 233... (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: Created 15 years, 5 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
Index: src/client/linux/minidump_writer/linux_dumper.h
===================================================================
--- src/client/linux/minidump_writer/linux_dumper.h (revision 429)
+++ src/client/linux/minidump_writer/linux_dumper.h (working copy)
@@ -64,9 +64,12 @@
user_regs_struct regs;
user_fpregs_struct fpregs;
-#if defined(__i386) || defined(__x86_64)
+#if defined(__i386)
user_fpxregs_struct fpxregs;
+#endif
+#if defined(__i386) || defined(__x86_64)
+
static const unsigned kNumDebugRegisters = 8;
debugreg_t dregs[8];
#endif
« no previous file with comments | « src/client/linux/minidump_writer/linux_dumper.cc ('k') | src/client/linux/minidump_writer/minidump_writer.cc » ('j') | no next file with comments »

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