Update google-breakpad to r290.
commitd5fd5cbc32f4298c2c1e907c2d55f61e9a8c941d
authorCosimo Cecchi <cosimoc@gnome.org>
Sun, 19 Oct 2008 13:26:38 +0000 (19 13:26 +0000)
committerCosimo Cecchi <cosimoc@src.gnome.org>
Sun, 19 Oct 2008 13:26:38 +0000 (19 13:26 +0000)
tree946fbd356b99eaa5a517cbd47e268de04e7f51a8
parent64234d045f4532f1347458edc7f7996bb89e23b1
Update google-breakpad to r290.

2008-10-19  Cosimo Cecchi  <cosimoc@gnome.org>

* */*: Update google-breakpad to r290.

svn path=/trunk/; revision=2751
107 files changed:
ChangeLog
gnome-breakpad/Makefile.am
google-breakpad/ChangeLog
google-breakpad/Makefile.am
google-breakpad/src/client/linux/handler/Makefile
google-breakpad/src/client/linux/handler/exception_handler.cc
google-breakpad/src/client/linux/handler/exception_handler.h
google-breakpad/src/client/linux/handler/linux_thread.cc
google-breakpad/src/client/linux/handler/minidump_generator.cc
google-breakpad/src/client/mac/handler/breakpad_exc_server.c [new file with mode: 0644]
google-breakpad/src/client/mac/handler/breakpad_exc_server.h [new file with mode: 0644]
google-breakpad/src/client/mac/handler/breakpad_nlist_64.cc [new file with mode: 0644]
google-breakpad/src/client/mac/handler/breakpad_nlist_64.h [copied from google-breakpad/src/client/mac/handler/minidump_generator_test.cc with 59% similarity]
google-breakpad/src/client/mac/handler/dynamic_images.cc
google-breakpad/src/client/mac/handler/dynamic_images.h
google-breakpad/src/client/mac/handler/exception_handler.cc
google-breakpad/src/client/mac/handler/minidump_generator.cc
google-breakpad/src/client/mac/handler/minidump_generator.h
google-breakpad/src/client/mac/handler/minidump_generator_test.cc
google-breakpad/src/client/mac/handler/minidump_test.xcodeproj/project.pbxproj
google-breakpad/src/client/minidump_file_writer_unittest.cc
google-breakpad/src/client/solaris/handler/Makefile
google-breakpad/src/client/solaris/handler/exception_handler.cc
google-breakpad/src/client/solaris/handler/exception_handler.h
google-breakpad/src/client/solaris/handler/minidump_generator.cc
google-breakpad/src/client/solaris/handler/minidump_generator.h
google-breakpad/src/client/solaris/handler/minidump_test.cc
google-breakpad/src/client/solaris/handler/solaris_lwp.cc
google-breakpad/src/client/solaris/handler/solaris_lwp.h
google-breakpad/src/client/windows/breakpad_client.sln
google-breakpad/src/client/windows/common/auto_critical_section.h [copied from google-breakpad/src/client/mac/handler/minidump_generator_test.cc with 61% similarity]
google-breakpad/src/client/windows/common/ipc_protocol.h [new file with mode: 0644]
google-breakpad/src/client/windows/crash_generation/ReadMe.txt [new file with mode: 0644]
google-breakpad/src/client/windows/crash_generation/client_info.cc [new file with mode: 0644]
google-breakpad/src/client/windows/crash_generation/client_info.h [new file with mode: 0644]
google-breakpad/src/client/windows/crash_generation/crash_generation.vcproj [copied from google-breakpad/src/client/windows/handler/exception_handler.vcproj with 85% similarity]
google-breakpad/src/client/windows/crash_generation/crash_generation_client.cc [new file with mode: 0644]
google-breakpad/src/client/windows/crash_generation/crash_generation_client.h [new file with mode: 0644]
google-breakpad/src/client/windows/crash_generation/crash_generation_server.cc [new file with mode: 0644]
google-breakpad/src/client/windows/crash_generation/crash_generation_server.h [new file with mode: 0644]
google-breakpad/src/client/windows/crash_generation/minidump_generator.cc [new file with mode: 0644]
google-breakpad/src/client/windows/crash_generation/minidump_generator.h [new file with mode: 0644]
google-breakpad/src/client/windows/handler/exception_handler.cc
google-breakpad/src/client/windows/handler/exception_handler.h
google-breakpad/src/client/windows/handler/exception_handler.vcproj
google-breakpad/src/client/windows/sender/crash_report_sender.cc
google-breakpad/src/client/windows/sender/crash_report_sender.vcproj
google-breakpad/src/common/linux/dump_symbols.cc
google-breakpad/src/common/linux/file_id.cc
google-breakpad/src/common/linux/http_upload.cc
google-breakpad/src/common/linux/http_upload.h
google-breakpad/src/common/mac/dump_syms.h
google-breakpad/src/common/mac/dump_syms.mm
google-breakpad/src/common/mac/dwarf/bytereader-inl.h [new file with mode: 0644]
google-breakpad/src/common/mac/dwarf/bytereader.cc [copied from google-breakpad/src/client/mac/handler/minidump_generator_test.cc with 60% similarity]
google-breakpad/src/common/mac/dwarf/bytereader.h [new file with mode: 0644]
google-breakpad/src/common/mac/dwarf/dwarf2enums.h [new file with mode: 0644]
google-breakpad/src/common/mac/dwarf/dwarf2reader.cc [new file with mode: 0644]
google-breakpad/src/common/mac/dwarf/dwarf2reader.h [new file with mode: 0644]
google-breakpad/src/common/mac/dwarf/functioninfo.cc [new file with mode: 0644]
google-breakpad/src/common/mac/dwarf/functioninfo.h [new file with mode: 0644]
google-breakpad/src/common/mac/dwarf/line_state_machine.h [copied from google-breakpad/src/client/mac/handler/minidump_generator_test.cc with 59% similarity]
google-breakpad/src/common/mac/dwarf/types.h [copied from google-breakpad/src/client/mac/handler/minidump_generator_test.cc with 59% similarity]
google-breakpad/src/common/md5.c [moved from google-breakpad/src/common/linux/md5.c with 99% similarity]
google-breakpad/src/common/md5.h [moved from google-breakpad/src/common/linux/md5.h with 84% similarity]
google-breakpad/src/common/solaris/dump_symbols.cc [new file with mode: 0644]
google-breakpad/src/common/solaris/dump_symbols.h [copied from google-breakpad/src/client/mac/handler/minidump_generator_test.cc with 60% similarity]
google-breakpad/src/common/solaris/file_id.cc
google-breakpad/src/common/string_conversion.cc
google-breakpad/src/common/windows/http_upload.cc
google-breakpad/src/common/windows/string_utils-inl.h
google-breakpad/src/google_breakpad/common/breakpad_types.h
google-breakpad/src/google_breakpad/common/minidump_cpu_amd64.h [new file with mode: 0644]
google-breakpad/src/google_breakpad/common/minidump_cpu_ppc.h [new file with mode: 0644]
google-breakpad/src/google_breakpad/common/minidump_cpu_ppc64.h [new file with mode: 0644]
google-breakpad/src/google_breakpad/common/minidump_cpu_sparc.h [new file with mode: 0644]
google-breakpad/src/google_breakpad/common/minidump_cpu_x86.h [new file with mode: 0644]
google-breakpad/src/google_breakpad/common/minidump_exception_linux.h [new file with mode: 0644]
google-breakpad/src/google_breakpad/common/minidump_exception_mac.h [new file with mode: 0644]
google-breakpad/src/google_breakpad/common/minidump_exception_solaris.h [new file with mode: 0644]
google-breakpad/src/google_breakpad/common/minidump_exception_win32.h [new file with mode: 0644]
google-breakpad/src/google_breakpad/common/minidump_format.h
google-breakpad/src/google_breakpad/processor/minidump.h
google-breakpad/src/google_breakpad/processor/stack_frame_cpu.h
google-breakpad/src/processor/logging.cc
google-breakpad/src/processor/minidump.cc
google-breakpad/src/processor/minidump_processor.cc
google-breakpad/src/processor/minidump_stackwalk.cc
google-breakpad/src/processor/simple_symbol_supplier.cc
google-breakpad/src/processor/stackwalker.cc
google-breakpad/src/processor/stackwalker_amd64.cc [new file with mode: 0644]
google-breakpad/src/processor/stackwalker_amd64.h [new file with mode: 0644]
google-breakpad/src/processor/stackwalker_selftest.cc
google-breakpad/src/tools/linux/dump_syms/Makefile
google-breakpad/src/tools/linux/symupload/Makefile
google-breakpad/src/tools/linux/symupload/minidump_upload.cc
google-breakpad/src/tools/linux/symupload/sym_upload.cc
google-breakpad/src/tools/mac/crash_report/crash_report.xcodeproj/project.pbxproj
google-breakpad/src/tools/mac/dump_syms/dump_syms.xcodeproj/project.pbxproj
google-breakpad/src/tools/mac/dump_syms/dump_syms_tool.mm [new file with mode: 0644]
google-breakpad/src/tools/mac/symupload/symupload.m
google-breakpad/src/tools/solaris/dump_syms/Makefile [new file with mode: 0644]
google-breakpad/src/tools/solaris/dump_syms/dump_syms.cc [copied from google-breakpad/src/client/mac/handler/minidump_generator_test.cc with 61% similarity]
google-breakpad/src/tools/windows/converter/ms_symbol_server_converter.cc
google-breakpad/src/tools/windows/converter/ms_symbol_server_converter.vcproj
google-breakpad/src/tools/windows/dump_syms/dump_syms.vcproj
google-breakpad/src/tools/windows/symupload/symupload.vcproj