breakpad/src/client/linux/minidump_writer
benchan@chromium.org 403124f9e2 Fix test addresses to use uintptr_t instead of u_int64_t.
When a variable is used to set (and lookup) MappingInfo's "start_addr"
field, it needs to match types -- which is "uintptr_t".  When Chrome OS
updated the 'make' that's used for building, the 32-bit "char *" had
sign-extended when cast up to a u_int64_t -- maybe because pointers were
unsigned before and then changed to be signed -- and that caused the address
lookup to fail.

BUG=chromium-os:25355
TEST=Ran Breakpad unittests
A=mkrebs@chromium.org
Review URL: http://breakpad.appspot.com/345001

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@908 4c0a9323-5329-0410-9bdc-e9ce6186880e
2012-01-27 05:23:23 +00:00
..
directory_reader.h Import linux_syscall_support.h from linux-syscall-support.googlecode.com instead of using our own copy. 2010-09-15 22:31:57 +00:00
directory_reader_unittest.cc Merge of Breakpad Chrome Linux fork 2009-08-17 23:12:53 +00:00
line_reader.h Import linux_syscall_support.h from linux-syscall-support.googlecode.com instead of using our own copy. 2010-09-15 22:31:57 +00:00
line_reader_unittest.cc Add support for building the Linux client code using the Android NDK 2010-10-20 15:51:38 +00:00
linux_core_dumper.cc Implement core dump to minidump conversion. 2012-01-19 07:14:51 +00:00
linux_core_dumper.h Implement core dump to minidump conversion. 2012-01-19 07:14:51 +00:00
linux_core_dumper_unittest.cc Implement core dump to minidump conversion. 2012-01-19 07:14:51 +00:00
linux_dumper.cc Implement core dump to minidump conversion. 2012-01-19 07:14:51 +00:00
linux_dumper.h Implement core dump to minidump conversion. 2012-01-19 07:14:51 +00:00
linux_dumper_unittest_helper.cc allow passing info about known memory mappings to MinidumpWriter and ExceptionHandler 2010-12-13 22:10:23 +00:00
linux_ptrace_dumper.cc Implement core dump to minidump conversion. 2012-01-19 07:14:51 +00:00
linux_ptrace_dumper.h Implement core dump to minidump conversion. 2012-01-19 07:14:51 +00:00
linux_ptrace_dumper_unittest.cc Fix test addresses to use uintptr_t instead of u_int64_t. 2012-01-27 05:23:23 +00:00
minidump_extension_linux.h Fix compilation for minidump-2-core. 2010-09-16 23:29:04 +00:00
minidump_writer.cc Implement core dump to minidump conversion. 2012-01-19 07:14:51 +00:00
minidump_writer.h Implement core dump to minidump conversion. 2012-01-19 07:14:51 +00:00
minidump_writer_unittest.cc Fix test addresses to use uintptr_t instead of u_int64_t. 2012-01-27 05:23:23 +00:00