mirror of
https://github.com/yuzu-mirror/breakpad.git
synced 2025-12-06 04:42:01 +01:00
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 |
||
|---|---|---|
| .. | ||
| directory_reader.h | ||
| directory_reader_unittest.cc | ||
| line_reader.h | ||
| line_reader_unittest.cc | ||
| linux_core_dumper.cc | ||
| linux_core_dumper.h | ||
| linux_core_dumper_unittest.cc | ||
| linux_dumper.cc | ||
| linux_dumper.h | ||
| linux_dumper_unittest_helper.cc | ||
| linux_ptrace_dumper.cc | ||
| linux_ptrace_dumper.h | ||
| linux_ptrace_dumper_unittest.cc | ||
| minidump_extension_linux.h | ||
| minidump_writer.cc | ||
| minidump_writer.h | ||
| minidump_writer_unittest.cc | ||