[bug-buddy/remove_breakpad: 1/3] Remove google-breakpad code
- From: Fernando Herrera de las Heras <fherrera src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bug-buddy/remove_breakpad: 1/3] Remove google-breakpad code
- Date: Mon, 31 May 2010 13:11:59 +0000 (UTC)
commit bb0b8ac2dc737d64bab127cc6cda489445f4441c
Author: Fernando Herrera <fherrera onirica com>
Date: Mon May 31 14:20:07 2010 +0200
Remove google-breakpad code
google-breakpad/AUTHORS | 1 -
google-breakpad/COPYING | 28 -
google-breakpad/ChangeLog | 72 -
google-breakpad/Makefile.am | 375 --
google-breakpad/README | 2 -
google-breakpad/configure.ac | 69 -
google-breakpad/src/client/linux/handler/Makefile | 55 -
.../src/client/linux/handler/exception_handler.cc | 284 --
.../src/client/linux/handler/exception_handler.h | 217 --
.../client/linux/handler/exception_handler_test.cc | 124 -
.../src/client/linux/handler/linux_thread.cc | 412 ---
.../src/client/linux/handler/linux_thread.h | 204 --
.../src/client/linux/handler/linux_thread_test.cc | 224 --
.../src/client/linux/handler/minidump_generator.cc | 818 -----
.../src/client/linux/handler/minidump_generator.h | 73 -
.../src/client/linux/handler/minidump_test.cc | 86 -
.../src/client/mac/handler/breakpad_exc_server.c | 1750 ----------
.../src/client/mac/handler/breakpad_exc_server.h | 258 --
.../src/client/mac/handler/breakpad_nlist_64.cc | 381 --
.../src/client/mac/handler/breakpad_nlist_64.h | 43 -
.../src/client/mac/handler/dynamic_images.cc | 426 ---
.../src/client/mac/handler/dynamic_images.h | 318 --
.../src/client/mac/handler/exception_handler.cc | 718 ----
.../src/client/mac/handler/exception_handler.h | 212 --
.../client/mac/handler/exception_handler_test.cc | 107 -
.../src/client/mac/handler/minidump_generator.cc | 932 -----
.../src/client/mac/handler/minidump_generator.h | 157 -
.../client/mac/handler/minidump_generator_test.cc | 82 -
.../minidump_test.xcodeproj/project.pbxproj | 963 -----
.../mac/handler/protected_memory_allocator.cc | 184 -
.../mac/handler/protected_memory_allocator.h | 170 -
.../src/client/minidump_file_writer-inl.h | 94 -
google-breakpad/src/client/minidump_file_writer.cc | 251 --
google-breakpad/src/client/minidump_file_writer.h | 250 --
.../src/client/minidump_file_writer_unittest.cc | 174 -
.../src/client/solaris/handler/Makefile | 155 -
.../client/solaris/handler/exception_handler.cc | 550 ---
.../src/client/solaris/handler/exception_handler.h | 414 ---
.../solaris/handler/exception_handler_test.cc | 238 --
.../client/solaris/handler/minidump_generator.cc | 1339 -------
.../client/solaris/handler/minidump_generator.h | 196 --
.../src/client/solaris/handler/minidump_test.cc | 150 -
.../src/client/solaris/handler/solaris_lwp.cc | 765 ----
.../src/client/solaris/handler/solaris_lwp.h | 304 --
.../src/client/windows/breakpad_client.sln | 49 -
.../client/windows/common/auto_critical_section.h | 63 -
.../src/client/windows/common/ipc_protocol.h | 179 -
.../src/client/windows/crash_generation/ReadMe.txt | 58 -
.../client/windows/crash_generation/client_info.cc | 210 --
.../client/windows/crash_generation/client_info.h | 170 -
.../crash_generation/crash_generation.vcproj | 347 --
.../crash_generation/crash_generation_client.cc | 337 --
.../crash_generation/crash_generation_client.h | 159 -
.../crash_generation/crash_generation_server.cc | 831 -----
.../crash_generation/crash_generation_server.h | 269 --
.../windows/crash_generation/minidump_generator.cc | 289 --
.../windows/crash_generation/minidump_generator.h | 121 -
.../client/windows/handler/exception_handler.cc | 684 ----
.../src/client/windows/handler/exception_handler.h | 408 ---
.../windows/handler/exception_handler.vcproj | 323 --
.../client/windows/sender/crash_report_sender.cc | 143 -
.../client/windows/sender/crash_report_sender.h | 125 -
.../windows/sender/crash_report_sender.vcproj | 307 --
google-breakpad/src/common/convert_UTF.c | 533 ---
google-breakpad/src/common/convert_UTF.h | 143 -
google-breakpad/src/common/linux/dump_symbols.cc | 753 ----
google-breakpad/src/common/linux/dump_symbols.h | 48 -
google-breakpad/src/common/linux/file_id.cc | 147 -
google-breakpad/src/common/linux/file_id.h | 66 -
google-breakpad/src/common/linux/guid_creator.cc | 82 -
google-breakpad/src/common/linux/guid_creator.h | 48 -
google-breakpad/src/common/linux/http_upload.cc | 185 -
google-breakpad/src/common/linux/http_upload.h | 83 -
.../src/common/mac/HTTPMultipartUpload.h | 61 -
.../src/common/mac/HTTPMultipartUpload.m | 205 --
google-breakpad/src/common/mac/dump_syms.h | 80 -
google-breakpad/src/common/mac/dump_syms.mm | 1268 -------
.../src/common/mac/dwarf/bytereader-inl.h | 141 -
google-breakpad/src/common/mac/dwarf/bytereader.cc | 62 -
google-breakpad/src/common/mac/dwarf/bytereader.h | 132 -
google-breakpad/src/common/mac/dwarf/dwarf2enums.h | 490 ---
.../src/common/mac/dwarf/dwarf2reader.cc | 830 -----
.../src/common/mac/dwarf/dwarf2reader.h | 393 ---
.../src/common/mac/dwarf/functioninfo.cc | 198 --
.../src/common/mac/dwarf/functioninfo.h | 175 -
.../src/common/mac/dwarf/line_state_machine.h | 61 -
google-breakpad/src/common/mac/dwarf/types.h | 46 -
google-breakpad/src/common/mac/file_id.cc | 104 -
google-breakpad/src/common/mac/file_id.h | 78 -
google-breakpad/src/common/mac/macho_id.cc | 366 --
google-breakpad/src/common/mac/macho_id.h | 124 -
google-breakpad/src/common/mac/macho_utilities.cc | 89 -
google-breakpad/src/common/mac/macho_utilities.h | 90 -
google-breakpad/src/common/mac/macho_walker.cc | 243 --
google-breakpad/src/common/mac/macho_walker.h | 106 -
google-breakpad/src/common/mac/string_utilities.cc | 84 -
google-breakpad/src/common/mac/string_utilities.h | 52 -
google-breakpad/src/common/md5.c | 246 --
google-breakpad/src/common/md5.h | 31 -
google-breakpad/src/common/solaris/dump_symbols.cc | 680 ----
google-breakpad/src/common/solaris/dump_symbols.h | 49 -
google-breakpad/src/common/solaris/file_id.cc | 395 ---
google-breakpad/src/common/solaris/file_id.h | 132 -
google-breakpad/src/common/solaris/guid_creator.cc | 168 -
google-breakpad/src/common/solaris/guid_creator.h | 100 -
.../src/common/solaris/message_output.h | 108 -
google-breakpad/src/common/string_conversion.cc | 159 -
google-breakpad/src/common/string_conversion.h | 66 -
google-breakpad/src/common/windows/guid_string.cc | 76 -
google-breakpad/src/common/windows/guid_string.h | 58 -
google-breakpad/src/common/windows/http_upload.cc | 393 ---
google-breakpad/src/common/windows/http_upload.h | 125 -
.../src/common/windows/pdb_source_line_writer.cc | 800 -----
.../src/common/windows/pdb_source_line_writer.h | 163 -
.../src/common/windows/string_utils-inl.h | 139 -
google-breakpad/src/common/windows/string_utils.cc | 92 -
google-breakpad/src/config.h.in | 59 -
.../src/google_breakpad/common/breakpad_types.h | 83 -
.../google_breakpad/common/minidump_cpu_amd64.h | 231 --
.../src/google_breakpad/common/minidump_cpu_ppc.h | 155 -
.../google_breakpad/common/minidump_cpu_ppc64.h | 129 -
.../google_breakpad/common/minidump_cpu_sparc.h | 158 -
.../src/google_breakpad/common/minidump_cpu_x86.h | 172 -
.../common/minidump_exception_linux.h | 85 -
.../common/minidump_exception_mac.h | 193 -
.../common/minidump_exception_solaris.h | 94 -
.../common/minidump_exception_win32.h | 102 -
.../src/google_breakpad/common/minidump_format.h | 721 ----
.../src/google_breakpad/common/minidump_size.h | 107 -
.../processor/basic_source_line_resolver.h | 108 -
.../src/google_breakpad/processor/call_stack.h | 77 -
.../src/google_breakpad/processor/code_module.h | 96 -
.../src/google_breakpad/processor/code_modules.h | 98 -
.../src/google_breakpad/processor/memory_region.h | 76 -
.../src/google_breakpad/processor/minidump.h | 904 -----
.../google_breakpad/processor/minidump_processor.h | 99 -
.../src/google_breakpad/processor/process_state.h | 117 -
.../processor/source_line_resolver_interface.h | 79 -
.../src/google_breakpad/processor/stack_frame.h | 84 -
.../google_breakpad/processor/stack_frame_cpu.h | 153 -
.../src/google_breakpad/processor/stackwalker.h | 140 -
.../google_breakpad/processor/symbol_supplier.h | 72 -
.../src/google_breakpad/processor/system_info.h | 97 -
google-breakpad/src/processor/address_map-inl.h | 92 -
google-breakpad/src/processor/address_map.h | 80 -
.../src/processor/address_map_unittest.cc | 196 --
google-breakpad/src/processor/basic_code_module.h | 95 -
.../src/processor/basic_code_modules.cc | 122 -
google-breakpad/src/processor/basic_code_modules.h | 85 -
.../src/processor/basic_source_line_resolver.cc | 614 ----
.../basic_source_line_resolver_unittest.cc | 212 --
google-breakpad/src/processor/call_stack.cc | 53 -
.../src/processor/contained_range_map-inl.h | 192 -
.../src/processor/contained_range_map.h | 145 -
.../src/processor/contained_range_map_unittest.cc | 263 --
google-breakpad/src/processor/linked_ptr.h | 193 -
google-breakpad/src/processor/logging.cc | 104 -
google-breakpad/src/processor/logging.h | 153 -
google-breakpad/src/processor/minidump.cc | 3677 --------------------
google-breakpad/src/processor/minidump_dump.cc | 130 -
google-breakpad/src/processor/minidump_dump_test | 36 -
.../src/processor/minidump_processor.cc | 993 ------
.../src/processor/minidump_processor_unittest.cc | 215 --
.../src/processor/minidump_stackwalk.cc | 511 ---
.../minidump_stackwalk_machine_readable_test | 37 -
.../src/processor/minidump_stackwalk_test | 37 -
google-breakpad/src/processor/pathname_stripper.cc | 56 -
google-breakpad/src/processor/pathname_stripper.h | 53 -
.../src/processor/pathname_stripper_unittest.cc | 85 -
.../src/processor/postfix_evaluator-inl.h | 283 --
google-breakpad/src/processor/postfix_evaluator.h | 158 -
.../src/processor/postfix_evaluator_unittest.cc | 303 --
google-breakpad/src/processor/process_state.cc | 63 -
google-breakpad/src/processor/range_map-inl.h | 210 --
google-breakpad/src/processor/range_map.h | 126 -
.../src/processor/range_map_unittest.cc | 494 ---
google-breakpad/src/processor/scoped_ptr.h | 335 --
.../src/processor/simple_symbol_supplier.cc | 135 -
.../src/processor/simple_symbol_supplier.h | 121 -
google-breakpad/src/processor/stack_frame_info.h | 126 -
google-breakpad/src/processor/stackwalker.cc | 191 -
google-breakpad/src/processor/stackwalker_amd64.cc | 131 -
google-breakpad/src/processor/stackwalker_amd64.h | 80 -
google-breakpad/src/processor/stackwalker_ppc.cc | 146 -
google-breakpad/src/processor/stackwalker_ppc.h | 81 -
.../src/processor/stackwalker_selftest.cc | 425 ---
.../src/processor/stackwalker_selftest_sol.s | 222 --
google-breakpad/src/processor/stackwalker_sparc.cc | 139 -
google-breakpad/src/processor/stackwalker_sparc.h | 172 -
google-breakpad/src/processor/stackwalker_x86.cc | 432 ---
google-breakpad/src/processor/stackwalker_x86.h | 82 -
google-breakpad/src/tools/linux/dump_syms/Makefile | 30 -
.../src/tools/linux/dump_syms/dump_syms.cc | 52 -
google-breakpad/src/tools/linux/symupload/Makefile | 24 -
.../src/tools/linux/symupload/minidump_upload.cc | 144 -
.../src/tools/linux/symupload/sym_upload.cc | 216 --
.../src/tools/mac/crash_report/crash_report.mm | 323 --
.../crash_report.xcodeproj/project.pbxproj | 450 ---
.../mac/crash_report/on_demand_symbol_supplier.h | 92 -
.../mac/crash_report/on_demand_symbol_supplier.mm | 245 --
.../dump_syms/dump_syms.xcodeproj/project.pbxproj | 280 --
.../src/tools/mac/dump_syms/dump_syms_tool.m | 142 -
.../src/tools/mac/dump_syms/dump_syms_tool.mm | 142 -
.../src/tools/mac/symupload/minidump_upload.m | 135 -
.../src/tools/mac/symupload/symupload.m | 190 -
.../symupload/symupload.xcodeproj/project.pbxproj | 303 --
.../src/tools/solaris/dump_syms/Makefile | 61 -
.../src/tools/solaris/dump_syms/dump_syms.cc | 54 -
.../converter/ms_symbol_server_converter.cc | 522 ---
.../windows/converter/ms_symbol_server_converter.h | 201 --
.../converter/ms_symbol_server_converter.vcproj | 319 --
.../src/tools/windows/dump_syms/dump_syms.cc | 61 -
.../src/tools/windows/dump_syms/dump_syms.vcproj | 222 --
.../src/tools/windows/dump_syms/run_regtest.sh | 53 -
.../src/tools/windows/symupload/symupload.cc | 202 --
.../src/tools/windows/symupload/symupload.vcproj | 231 --
{gnome-breakpad => segv_handler}/Makefile.am | 0
{gnome-breakpad => segv_handler}/gnome-breakpad.cc | 0
218 files changed, 0 insertions(+), 53310 deletions(-)
---
diff --git a/gnome-breakpad/Makefile.am b/segv_handler/Makefile.am
similarity index 100%
rename from gnome-breakpad/Makefile.am
rename to segv_handler/Makefile.am
diff --git a/gnome-breakpad/gnome-breakpad.cc b/segv_handler/gnome-breakpad.cc
similarity index 100%
rename from gnome-breakpad/gnome-breakpad.cc
rename to segv_handler/gnome-breakpad.cc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]