breakpad/src/client/linux
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
..
crash_generation Replace readlink calls with a safer version that guarantees NULL-termination. 2011-12-21 17:51:40 +00:00
data The symbol files necessary for the processor to walk stacks on Linux that have __kernel_vsyscall at innermost frame. Special symbol files ar eneeded because EBP does not point to the frame when a thread is inside a system call. 2009-06-25 21:36:39 +00:00
handler Fix test addresses to use uintptr_t instead of u_int64_t. 2012-01-27 05:23:23 +00:00
minidump_writer Fix test addresses to use uintptr_t instead of u_int64_t. 2012-01-27 05:23:23 +00:00
sender Send crash dumps to Google via HTTPS instead of HTTP, since they might 2012-01-04 00:13:49 +00:00
android_link.h Add support for building the Linux client code using the Android NDK 2010-10-20 15:51:38 +00:00
android_ucontext.h Add support for building the Linux client code using the Android NDK 2010-10-20 15:51:38 +00:00