mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-24 06:25:46 +01:00
travis: verify out-of-tree builds & dist targets
Required updating a lot of dist files in the process. R=ted.mielczarek@gmail.com Review URL: https://codereview.chromium.org/1946293002 .
This commit is contained in:
parent
71a5ee37a5
commit
983d04d36e
273
Makefile.am
273
Makefile.am
@ -140,6 +140,7 @@ check_LIBRARIES += src/testing/libtesting.a
|
||||
|
||||
if !SYSTEM_TEST_LIBS
|
||||
src_testing_libtesting_a_SOURCES = \
|
||||
src/breakpad_googletest_includes.h \
|
||||
src/testing/gtest/src/gtest-all.cc \
|
||||
src/testing/gtest/src/gtest_main.cc \
|
||||
src/testing/src/gmock-all.cc
|
||||
@ -163,21 +164,33 @@ src_client_linux_libbreakpad_client_a_SOURCES = \
|
||||
src/client/linux/dump_writer_common/thread_info.cc \
|
||||
src/client/linux/dump_writer_common/ucontext_reader.cc \
|
||||
src/client/linux/handler/exception_handler.cc \
|
||||
src/client/linux/handler/exception_handler.h \
|
||||
src/client/linux/handler/minidump_descriptor.cc \
|
||||
src/client/linux/handler/minidump_descriptor.h \
|
||||
src/client/linux/log/log.cc \
|
||||
src/client/linux/log/log.h \
|
||||
src/client/linux/microdump_writer/microdump_writer.cc \
|
||||
src/client/linux/microdump_writer/microdump_writer.h \
|
||||
src/client/linux/minidump_writer/linux_core_dumper.cc \
|
||||
src/client/linux/minidump_writer/linux_dumper.cc \
|
||||
src/client/linux/minidump_writer/linux_ptrace_dumper.cc \
|
||||
src/client/linux/minidump_writer/minidump_writer.cc \
|
||||
src/client/minidump_file_writer-inl.h \
|
||||
src/client/minidump_file_writer.cc \
|
||||
src/client/minidump_file_writer.h \
|
||||
src/common/convert_UTF.c \
|
||||
src/common/convert_UTF.h \
|
||||
src/common/md5.cc \
|
||||
src/common/md5.h \
|
||||
src/common/string_conversion.cc \
|
||||
src/common/string_conversion.h \
|
||||
src/common/linux/elf_core_dump.cc \
|
||||
src/common/linux/elfutils.cc \
|
||||
src/common/linux/elfutils.h \
|
||||
src/common/linux/file_id.cc \
|
||||
src/common/linux/file_id.h \
|
||||
src/common/linux/guid_creator.cc \
|
||||
src/common/linux/guid_creator.h \
|
||||
src/common/linux/linux_libc_support.cc \
|
||||
src/common/linux/memory_mapped_file.cc \
|
||||
src/common/linux/safe_readlink.cc
|
||||
@ -469,9 +482,12 @@ src_client_linux_linux_client_unittest_shlib_SOURCES = \
|
||||
src/client/linux/minidump_writer/proc_cpuinfo_reader_unittest.cc \
|
||||
src/common/linux/elf_core_dump.cc \
|
||||
src/common/linux/linux_libc_support_unittest.cc \
|
||||
src/common/linux/tests/auto_testfile.h \
|
||||
src/common/linux/tests/crash_generator.cc \
|
||||
src/common/memory_unittest.cc \
|
||||
src/common/tests/auto_tempdir.h \
|
||||
src/common/tests/file_utils.cc \
|
||||
src/common/tests/file_utils.h \
|
||||
src/processor/basic_code_modules.cc \
|
||||
src/processor/dump_context.cc \
|
||||
src/processor/dump_object.cc \
|
||||
@ -567,7 +583,9 @@ src_tools_linux_dump_syms_dump_syms_SOURCES = \
|
||||
src/common/dwarf/elf_reader.cc \
|
||||
src/common/linux/crc32.cc \
|
||||
src/common/linux/dump_symbols.cc \
|
||||
src/common/linux/dump_symbols.h \
|
||||
src/common/linux/elf_symbols_to_module.cc \
|
||||
src/common/linux/elf_symbols_to_module.h \
|
||||
src/common/linux/elfutils.cc \
|
||||
src/common/linux/file_id.cc \
|
||||
src/common/linux/linux_libc_support.cc \
|
||||
@ -577,7 +595,8 @@ src_tools_linux_dump_syms_dump_syms_SOURCES = \
|
||||
|
||||
src_tools_linux_md2core_minidump_2_core_SOURCES = \
|
||||
src/common/linux/memory_mapped_file.cc \
|
||||
src/tools/linux/md2core/minidump-2-core.cc
|
||||
src/tools/linux/md2core/minidump-2-core.cc \
|
||||
src/tools/linux/md2core/minidump_memory_range.h
|
||||
|
||||
src_tools_linux_symupload_minidump_upload_SOURCES = \
|
||||
src/common/linux/http_upload.cc \
|
||||
@ -586,7 +605,9 @@ src_tools_linux_symupload_minidump_upload_LDADD = -ldl
|
||||
|
||||
src_tools_linux_symupload_sym_upload_SOURCES = \
|
||||
src/common/linux/http_upload.cc \
|
||||
src/common/linux/http_upload.h \
|
||||
src/common/linux/symbol_upload.cc \
|
||||
src/common/linux/symbol_upload.h \
|
||||
src/tools/linux/symupload/sym_upload.cc
|
||||
src_tools_linux_symupload_sym_upload_LDADD = -ldl
|
||||
|
||||
@ -605,11 +626,17 @@ src_tools_mac_dump_syms_dump_syms_mac_SOURCES = \
|
||||
src/common/dwarf/elf_reader.cc \
|
||||
src/common/mac/arch_utilities.cc \
|
||||
src/common/mac/dump_syms.cc \
|
||||
src/common/mac/dump_syms.h \
|
||||
src/common/mac/file_id.cc \
|
||||
src/common/mac/file_id.h \
|
||||
src/common/mac/macho_id.cc \
|
||||
src/common/mac/macho_id.h \
|
||||
src/common/mac/macho_reader.cc \
|
||||
src/common/mac/macho_reader.h \
|
||||
src/common/mac/macho_utilities.cc \
|
||||
src/common/mac/macho_utilities.h \
|
||||
src/common/mac/macho_walker.cc \
|
||||
src/common/mac/macho_walker.h \
|
||||
src/tools/mac/dump_syms/dump_syms_tool.cc
|
||||
src_tools_mac_dump_syms_dump_syms_mac_CXXFLAGS= \
|
||||
-I$(top_srcdir)/src/third_party/mac_headers \
|
||||
@ -633,14 +660,20 @@ src_common_dumper_unittest_SOURCES = \
|
||||
src/common/stabs_to_module_unittest.cc \
|
||||
src/common/test_assembler.cc \
|
||||
src/common/dwarf/bytereader.cc \
|
||||
src/common/dwarf/bytereader.h \
|
||||
src/common/dwarf/bytereader-inl.h \
|
||||
src/common/dwarf/bytereader_unittest.cc \
|
||||
src/common/dwarf/cfi_assembler.cc \
|
||||
src/common/dwarf/cfi_assembler.h \
|
||||
src/common/dwarf/dwarf2diehandler.cc \
|
||||
src/common/dwarf/dwarf2diehandler_unittest.cc \
|
||||
src/common/dwarf/dwarf2reader.cc \
|
||||
src/common/dwarf/dwarf2reader.h \
|
||||
src/common/dwarf/elf_reader.cc \
|
||||
src/common/dwarf/elf_reader.h \
|
||||
src/common/dwarf/dwarf2reader_cfi_unittest.cc \
|
||||
src/common/dwarf/dwarf2reader_die_unittest.cc \
|
||||
src/common/dwarf/dwarf2reader_test_common.h \
|
||||
src/common/linux/crc32.cc \
|
||||
src/common/linux/dump_symbols.cc \
|
||||
src/common/linux/dump_symbols_unittest.cc \
|
||||
@ -659,6 +692,8 @@ src_common_dumper_unittest_SOURCES = \
|
||||
src/common/linux/synth_elf.cc \
|
||||
src/common/linux/synth_elf_unittest.cc \
|
||||
src/common/linux/tests/crash_generator.cc \
|
||||
src/common/linux/tests/crash_generator.h \
|
||||
src/common/testdata/func-line-pairing.h \
|
||||
src/common/tests/file_utils.cc
|
||||
src_common_dumper_unittest_CPPFLAGS = \
|
||||
$(AM_CPPFLAGS) $(TEST_CFLAGS) \
|
||||
@ -1205,33 +1240,32 @@ endif !DISABLE_PROCESSOR
|
||||
## sed -e s/'^\(.*\)$'/'\t\1 \\'/
|
||||
EXTRA_DIST = \
|
||||
$(SCRIPTS) \
|
||||
src/processor/stackwalk_selftest_sol.s \
|
||||
src/client/linux/handler/Makefile \
|
||||
src/client/linux/handler/exception_handler.cc \
|
||||
src/client/linux/handler/exception_handler.h \
|
||||
src/client/linux/handler/minidump_descriptor.cc \
|
||||
src/client/linux/handler/minidump_descriptor.h \
|
||||
src/client/linux/handler/exception_handler_test.cc \
|
||||
src/client/linux/handler/linux_thread.cc \
|
||||
src/client/linux/handler/linux_thread.h \
|
||||
src/client/linux/handler/linux_thread_test.cc \
|
||||
src/client/linux/handler/minidump_generator.cc \
|
||||
src/client/linux/handler/minidump_generator.h \
|
||||
src/client/linux/handler/minidump_test.cc \
|
||||
src/client/linux/data/linux-gate-amd.sym \
|
||||
src/client/linux/data/linux-gate-intel.sym \
|
||||
src/client/mac/handler/breakpad_nlist_64.cc \
|
||||
src/client/mac/handler/breakpad_nlist_64.h \
|
||||
src/client/mac/handler/dynamic_images.cc \
|
||||
src/client/mac/handler/dynamic_images.h \
|
||||
src/client/mac/handler/exception_handler.cc \
|
||||
src/client/mac/handler/exception_handler.h \
|
||||
src/client/mac/handler/exception_handler_test.cc \
|
||||
src/client/mac/handler/mach_vm_compat.h \
|
||||
src/client/mac/handler/minidump_generator.cc \
|
||||
src/client/mac/handler/minidump_generator.h \
|
||||
src/client/mac/handler/minidump_generator_test.cc \
|
||||
src/client/mac/handler/minidump_test.xcodeproj/project.pbxproj \
|
||||
src/client/mac/handler/minidump_tests32-Info.plist \
|
||||
src/client/mac/handler/minidump_tests64-Info.plist \
|
||||
src/client/mac/handler/obj-cTestCases-Info.plist \
|
||||
src/client/mac/handler/protected_memory_allocator.cc \
|
||||
src/client/mac/handler/protected_memory_allocator.h \
|
||||
src/client/minidump_file_writer-inl.h \
|
||||
src/client/minidump_file_writer.cc \
|
||||
src/client/minidump_file_writer.h \
|
||||
src/client/mac/handler/ucontext_compat.h \
|
||||
src/client/mac/handler/testcases/testdata/dump_syms_i386_breakpad.sym \
|
||||
src/client/mac/tests/BreakpadFramework_Test.mm \
|
||||
src/client/mac/tests/crash_generation_server_test.cc \
|
||||
src/client/mac/tests/exception_handler_test.cc \
|
||||
src/client/mac/tests/minidump_generator_test.cc \
|
||||
src/client/mac/tests/minidump_generator_test_helper.cc \
|
||||
src/client/mac/tests/spawn_child_process.h \
|
||||
src/client/mac/tests/testlogging.h \
|
||||
src/client/minidump_file_writer_unittest.cc \
|
||||
src/client/solaris/handler/Makefile \
|
||||
src/client/solaris/handler/exception_handler.cc \
|
||||
@ -1242,46 +1276,24 @@ EXTRA_DIST = \
|
||||
src/client/solaris/handler/minidump_test.cc \
|
||||
src/client/solaris/handler/solaris_lwp.cc \
|
||||
src/client/solaris/handler/solaris_lwp.h \
|
||||
src/client/windows/breakpad_client.sln \
|
||||
src/client/windows/breakpad_client.gyp \
|
||||
src/client/windows/handler/exception_handler.cc \
|
||||
src/client/windows/handler/exception_handler.h \
|
||||
src/client/windows/handler/exception_handler.vcproj \
|
||||
src/client/windows/handler/exception_handler.gyp \
|
||||
src/client/windows/sender/crash_report_sender.cc \
|
||||
src/client/windows/sender/crash_report_sender.h \
|
||||
src/client/windows/sender/crash_report_sender.vcproj \
|
||||
src/common/convert_UTF.c \
|
||||
src/common/convert_UTF.h \
|
||||
src/common/linux/crc32.cc \
|
||||
src/common/linux/dump_symbols.cc \
|
||||
src/common/linux/dump_symbols.h \
|
||||
src/common/linux/elf_symbols_to_module.cc \
|
||||
src/common/linux/elf_symbols_to_module.h \
|
||||
src/common/linux/elfutils.cc \
|
||||
src/common/linux/elfutils.h \
|
||||
src/common/linux/file_id.cc \
|
||||
src/common/linux/file_id.h \
|
||||
src/common/linux/guid_creator.cc \
|
||||
src/common/linux/guid_creator.h \
|
||||
src/common/linux/http_upload.cc \
|
||||
src/common/linux/http_upload.h \
|
||||
src/common/linux/symbol_upload.cc \
|
||||
src/common/linux/symbol_upload.h \
|
||||
src/client/windows/sender/crash_report_sender.gyp \
|
||||
src/common/dwarf/dwarf2diehandler.h \
|
||||
src/common/dwarf/dwarf2enums.h \
|
||||
src/common/dwarf/line_state_machine.h \
|
||||
src/common/dwarf/types.h \
|
||||
src/common/mac/arch_utilities.h \
|
||||
src/common/mac/byteswap.h \
|
||||
src/common/mac/HTTPMultipartUpload.h \
|
||||
src/common/mac/HTTPMultipartUpload.m \
|
||||
src/common/mac/dump_syms.h \
|
||||
src/common/mac/dump_syms.cc \
|
||||
src/common/mac/file_id.cc \
|
||||
src/common/mac/file_id.h \
|
||||
src/common/mac/macho_id.cc \
|
||||
src/common/mac/macho_id.h \
|
||||
src/common/mac/macho_utilities.cc \
|
||||
src/common/mac/macho_utilities.h \
|
||||
src/common/mac/macho_walker.cc \
|
||||
src/common/mac/macho_walker.h \
|
||||
src/common/mac/string_utilities.cc \
|
||||
src/common/mac/string_utilities.h \
|
||||
src/common/md5.cc \
|
||||
src/common/md5.h \
|
||||
src/common/mac/super_fat_arch.h \
|
||||
src/common/scoped_ptr.h \
|
||||
src/common/solaris/dump_symbols.cc \
|
||||
src/common/solaris/dump_symbols.h \
|
||||
@ -1290,8 +1302,6 @@ EXTRA_DIST = \
|
||||
src/common/solaris/guid_creator.cc \
|
||||
src/common/solaris/guid_creator.h \
|
||||
src/common/solaris/message_output.h \
|
||||
src/common/string_conversion.cc \
|
||||
src/common/string_conversion.h \
|
||||
src/common/windows/guid_string.cc \
|
||||
src/common/windows/guid_string.h \
|
||||
src/common/windows/http_upload.cc \
|
||||
@ -1300,22 +1310,158 @@ EXTRA_DIST = \
|
||||
src/common/windows/pdb_source_line_writer.h \
|
||||
src/common/windows/string_utils-inl.h \
|
||||
src/common/windows/string_utils.cc \
|
||||
src/processor/stackwalk_common.cc \
|
||||
src/processor/stackwalk_common.h \
|
||||
src/processor/stackwalker_selftest_sol.s \
|
||||
src/processor/testdata/ascii_read_av_block_write.dmp \
|
||||
src/processor/testdata/ascii_read_av_clobber_write.dmp \
|
||||
src/processor/testdata/ascii_read_av_conditional.dmp \
|
||||
src/processor/testdata/ascii_read_av.dmp \
|
||||
src/processor/testdata/ascii_read_av_then_jmp.dmp \
|
||||
src/processor/testdata/ascii_read_av_xchg_write.dmp \
|
||||
src/processor/testdata/ascii_write_av_arg_to_call.dmp \
|
||||
src/processor/testdata/ascii_write_av.dmp \
|
||||
src/processor/testdata/exec_av_on_stack.dmp \
|
||||
src/processor/testdata/linux_divide_by_zero.dmp \
|
||||
src/processor/testdata/linux_executable_heap.dmp \
|
||||
src/processor/testdata/linux_executable_stack.dmp \
|
||||
src/processor/testdata/linux_inside_module_exe_region1.dmp \
|
||||
src/processor/testdata/linux_inside_module_exe_region2.dmp \
|
||||
src/processor/testdata/linux_jmp_to_0.dmp \
|
||||
src/processor/testdata/linux_jmp_to_module_not_exe_region.dmp \
|
||||
src/processor/testdata/linux_null_dereference.dmp \
|
||||
src/processor/testdata/linux_null_read_av.dmp \
|
||||
src/processor/testdata/linux_outside_module.dmp \
|
||||
src/processor/testdata/linux_overflow.dmp \
|
||||
src/processor/testdata/linux_raise_sigabrt.dmp \
|
||||
src/processor/testdata/linux_stack_pointer_in_module.dmp \
|
||||
src/processor/testdata/linux_stack_pointer_in_stack.dmp \
|
||||
src/processor/testdata/linux_stacksmash.dmp \
|
||||
src/processor/testdata/linux_write_to_nonwritable_module.dmp \
|
||||
src/processor/testdata/linux_write_to_nonwritable_region_math.dmp \
|
||||
src/processor/testdata/linux_write_to_outside_module.dmp \
|
||||
src/processor/testdata/linux_write_to_outside_module_via_math.dmp \
|
||||
src/processor/testdata/linux_write_to_under_4k.dmp \
|
||||
src/processor/testdata/microdump-arm64.dmp \
|
||||
src/processor/testdata/microdump-arm.dmp \
|
||||
src/processor/testdata/microdump-mips32.dmp \
|
||||
src/processor/testdata/microdump-mips64.dmp \
|
||||
src/processor/testdata/microdump-multiple.dmp \
|
||||
src/processor/testdata/microdump.stackwalk-arm64.out \
|
||||
src/processor/testdata/microdump.stackwalk-arm.out \
|
||||
src/processor/testdata/microdump.stackwalk.machine_readable-arm64.out \
|
||||
src/processor/testdata/microdump.stackwalk.machine_readable-arm.out \
|
||||
src/processor/testdata/microdump-x86.dmp \
|
||||
src/processor/testdata/minidump2.dmp \
|
||||
src/processor/testdata/minidump2.dump.out \
|
||||
src/processor/testdata/minidump2.stackwalk.machine_readable.out \
|
||||
src/processor/testdata/minidump2.stackwalk.out \
|
||||
src/processor/testdata/module0.out \
|
||||
src/processor/testdata/module1.out \
|
||||
src/processor/testdata/module2.out \
|
||||
src/processor/testdata/module3_bad.out \
|
||||
src/processor/testdata/module4_bad.out \
|
||||
src/processor/testdata/null_read_av.dmp \
|
||||
src/processor/testdata/null_write_av.dmp \
|
||||
src/processor/testdata/read_av_clobber_write.dmp \
|
||||
src/processor/testdata/read_av_conditional.dmp \
|
||||
src/processor/testdata/read_av_non_null.dmp \
|
||||
src/processor/testdata/stack_exhaustion.dmp \
|
||||
src/processor/testdata/write_av_non_null.dmp \
|
||||
src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/kernel32.sym \
|
||||
src/processor/testdata/symbols/ld-2.13.so/C32AD7E235EA6112E02A5B9D6219C4850/ld-2.13.so.sym \
|
||||
src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/libc-2.13.so.sym \
|
||||
src/processor/testdata/symbols/libgcc_s.so.1/18B180F90887D8F8B5C35D185444AF4C0/libgcc_s.so.1.sym \
|
||||
src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/breakpad_unittests.sym \
|
||||
src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/breakpad_unittests.sym \
|
||||
src/processor/testdata/symbols/microdump/crash_example/6E72E2F1A5F59AB3D51356FDFE394D490/crash_example.sym \
|
||||
src/processor/testdata/symbols/microdump/crash_example/8F36148CC4647A8116CAF2A25F591F570/crash_example.sym \
|
||||
src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/null_read_av.sym \
|
||||
src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/overflow.sym \
|
||||
src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/test_app.sym \
|
||||
src/processor/testdata/test_app.cc \
|
||||
src/tools/linux/dump_syms/Makefile \
|
||||
src/tools/linux/dump_syms/dump_syms.cc \
|
||||
src/tools/linux/symupload/Makefile \
|
||||
src/tools/linux/symupload/minidump_upload.cc \
|
||||
src/tools/linux/symupload/sym_upload.cc \
|
||||
src/testing/gtest/include/gtest/gtest.h \
|
||||
src/testing/gtest/include/gtest/gtest-death-test.h \
|
||||
src/testing/gtest/include/gtest/gtest-message.h \
|
||||
src/testing/gtest/include/gtest/gtest-param-test.h \
|
||||
src/testing/gtest/include/gtest/gtest-printers.h \
|
||||
src/testing/gtest/include/gtest/gtest-spi.h \
|
||||
src/testing/gtest/include/gtest/gtest-test-part.h \
|
||||
src/testing/gtest/include/gtest/gtest-typed-test.h \
|
||||
src/testing/gtest/include/gtest/gtest_pred_impl.h \
|
||||
src/testing/gtest/include/gtest/gtest_prod.h \
|
||||
src/testing/gtest/include/gtest/internal/gtest-death-test-internal.h \
|
||||
src/testing/gtest/include/gtest/internal/gtest-filepath.h \
|
||||
src/testing/gtest/include/gtest/internal/gtest-internal.h \
|
||||
src/testing/gtest/include/gtest/internal/gtest-linked_ptr.h \
|
||||
src/testing/gtest/include/gtest/internal/gtest-param-util-generated.h \
|
||||
src/testing/gtest/include/gtest/internal/gtest-param-util.h \
|
||||
src/testing/gtest/include/gtest/internal/gtest-port.h \
|
||||
src/testing/gtest/include/gtest/internal/gtest-string.h \
|
||||
src/testing/gtest/include/gtest/internal/gtest-tuple.h \
|
||||
src/testing/gtest/include/gtest/internal/gtest-type-util.h \
|
||||
src/testing/gtest/src/gtest.cc \
|
||||
src/testing/gtest/src/gtest-death-test.cc \
|
||||
src/testing/gtest/src/gtest-filepath.cc \
|
||||
src/testing/gtest/src/gtest-internal-inl.h \
|
||||
src/testing/gtest/src/gtest-port.cc \
|
||||
src/testing/gtest/src/gtest-printers.cc \
|
||||
src/testing/gtest/src/gtest-test-part.cc \
|
||||
src/testing/gtest/src/gtest-typed-test.cc \
|
||||
src/testing/include/gmock/gmock.h \
|
||||
src/testing/include/gmock/gmock-actions.h \
|
||||
src/testing/include/gmock/gmock-cardinalities.h \
|
||||
src/testing/include/gmock/gmock-generated-actions.h \
|
||||
src/testing/include/gmock/gmock-generated-function-mockers.h \
|
||||
src/testing/include/gmock/gmock-generated-matchers.h \
|
||||
src/testing/include/gmock/gmock-generated-nice-strict.h \
|
||||
src/testing/include/gmock/gmock-matchers.h \
|
||||
src/testing/include/gmock/gmock-more-actions.h \
|
||||
src/testing/include/gmock/gmock-more-matchers.h \
|
||||
src/testing/include/gmock/gmock-spec-builders.h \
|
||||
src/testing/include/gmock/internal/gmock-generated-internal-utils.h \
|
||||
src/testing/include/gmock/internal/gmock-internal-utils.h \
|
||||
src/testing/include/gmock/internal/gmock-port.h \
|
||||
src/testing/src/gmock.cc \
|
||||
src/testing/src/gmock-cardinalities.cc \
|
||||
src/testing/src/gmock-internal-utils.cc \
|
||||
src/testing/src/gmock-matchers.cc \
|
||||
src/testing/src/gmock-spec-builders.cc \
|
||||
src/testing/src/gmock_main.cc \
|
||||
src/third_party/curl/COPYING \
|
||||
src/third_party/curl/curlbuild.h \
|
||||
src/third_party/curl/curl.h \
|
||||
src/third_party/curl/curlrules.h \
|
||||
src/third_party/curl/curlver.h \
|
||||
src/third_party/curl/easy.h \
|
||||
src/third_party/curl/mprintf.h \
|
||||
src/third_party/curl/multi.h \
|
||||
src/third_party/curl/stdcheaders.h \
|
||||
src/third_party/curl/typecheck-gcc.h \
|
||||
src/third_party/curl/types.h \
|
||||
src/third_party/mac_headers/architecture/byte_order.h \
|
||||
src/third_party/mac_headers/i386/_types.h \
|
||||
src/third_party/mac_headers/mach/boolean.h \
|
||||
src/third_party/mac_headers/mach/i386/boolean.h \
|
||||
src/third_party/mac_headers/mach/i386/vm_param.h \
|
||||
src/third_party/mac_headers/mach/i386/vm_types.h \
|
||||
src/third_party/mac_headers/mach/machine/boolean.h \
|
||||
src/third_party/mac_headers/mach/machine.h \
|
||||
src/third_party/mac_headers/mach/machine/thread_state.h \
|
||||
src/third_party/mac_headers/mach/machine/thread_status.h \
|
||||
src/third_party/mac_headers/mach/machine/vm_types.h \
|
||||
src/third_party/mac_headers/mach-o/arch.h \
|
||||
src/third_party/mac_headers/mach-o/fat.h \
|
||||
src/third_party/mac_headers/mach-o/loader.h \
|
||||
src/third_party/mac_headers/mach-o/nlist.h \
|
||||
src/third_party/mac_headers/mach/thread_status.h \
|
||||
src/third_party/mac_headers/mach/vm_prot.h \
|
||||
src/third_party/mac_headers/README \
|
||||
src/third_party/musl/README \
|
||||
src/third_party/musl/COPYRIGHT \
|
||||
src/third_party/musl/README.breakpad \
|
||||
src/third_party/musl/VERSION \
|
||||
src/third_party/musl/include/elf.h \
|
||||
src/tools/mac/crash_report/crash_report.mm \
|
||||
src/tools/mac/crash_report/crash_report.xcodeproj/project.pbxproj \
|
||||
src/tools/mac/crash_report/on_demand_symbol_supplier.h \
|
||||
@ -1334,15 +1480,20 @@ EXTRA_DIST = \
|
||||
src/tools/solaris/dump_syms/testdata/dump_syms_regtest.sym \
|
||||
src/tools/windows/converter/ms_symbol_server_converter.cc \
|
||||
src/tools/windows/converter/ms_symbol_server_converter.h \
|
||||
src/tools/windows/converter/ms_symbol_server_converter.vcproj \
|
||||
src/tools/windows/converter/ms_symbol_server_converter.gyp \
|
||||
src/tools/windows/dump_syms/dump_syms.cc \
|
||||
src/tools/windows/dump_syms/dump_syms.vcproj \
|
||||
src/tools/windows/dump_syms/dump_syms.gyp \
|
||||
src/tools/windows/dump_syms/run_regtest.sh \
|
||||
src/tools/windows/dump_syms/testdata/dump_syms_regtest.cc \
|
||||
src/tools/windows/dump_syms/testdata/dump_syms_regtest.pdb \
|
||||
src/tools/windows/dump_syms/testdata/dump_syms_regtest.sym \
|
||||
src/tools/windows/dump_syms/testdata/dump_syms_regtest64.sym \
|
||||
src/tools/windows/dump_syms/testdata/omap_reorder_bbs.sym \
|
||||
src/tools/windows/dump_syms/testdata/omap_reorder_funcs.sym \
|
||||
src/tools/windows/dump_syms/testdata/omap_stretched.sym \
|
||||
src/tools/windows/dump_syms/testdata/omap_stretched_filled.sym \
|
||||
src/tools/windows/symupload/symupload.cc \
|
||||
src/tools/windows/symupload/symupload.vcproj
|
||||
src/tools/windows/symupload/symupload.gyp
|
||||
|
||||
mostlyclean-local:
|
||||
-find src -name '*.dwo' -exec rm -f {} +
|
||||
|
361
Makefile.in
361
Makefile.in
@ -298,17 +298,25 @@ am__src_client_linux_libbreakpad_client_a_SOURCES_DIST = \
|
||||
src/client/linux/dump_writer_common/thread_info.cc \
|
||||
src/client/linux/dump_writer_common/ucontext_reader.cc \
|
||||
src/client/linux/handler/exception_handler.cc \
|
||||
src/client/linux/handler/exception_handler.h \
|
||||
src/client/linux/handler/minidump_descriptor.cc \
|
||||
src/client/linux/log/log.cc \
|
||||
src/client/linux/handler/minidump_descriptor.h \
|
||||
src/client/linux/log/log.cc src/client/linux/log/log.h \
|
||||
src/client/linux/microdump_writer/microdump_writer.cc \
|
||||
src/client/linux/microdump_writer/microdump_writer.h \
|
||||
src/client/linux/minidump_writer/linux_core_dumper.cc \
|
||||
src/client/linux/minidump_writer/linux_dumper.cc \
|
||||
src/client/linux/minidump_writer/linux_ptrace_dumper.cc \
|
||||
src/client/linux/minidump_writer/minidump_writer.cc \
|
||||
src/client/minidump_file_writer.cc src/common/convert_UTF.c \
|
||||
src/common/md5.cc src/common/string_conversion.cc \
|
||||
src/client/minidump_file_writer-inl.h \
|
||||
src/client/minidump_file_writer.cc \
|
||||
src/client/minidump_file_writer.h src/common/convert_UTF.c \
|
||||
src/common/convert_UTF.h src/common/md5.cc src/common/md5.h \
|
||||
src/common/string_conversion.cc src/common/string_conversion.h \
|
||||
src/common/linux/elf_core_dump.cc src/common/linux/elfutils.cc \
|
||||
src/common/linux/file_id.cc src/common/linux/guid_creator.cc \
|
||||
src/common/linux/elfutils.h src/common/linux/file_id.cc \
|
||||
src/common/linux/file_id.h src/common/linux/guid_creator.cc \
|
||||
src/common/linux/guid_creator.h \
|
||||
src/common/linux/linux_libc_support.cc \
|
||||
src/common/linux/memory_mapped_file.cc \
|
||||
src/common/linux/safe_readlink.cc \
|
||||
@ -488,6 +496,7 @@ src_libbreakpad_a_OBJECTS = $(am_src_libbreakpad_a_OBJECTS)
|
||||
src_testing_libtesting_a_AR = $(AR) $(ARFLAGS)
|
||||
src_testing_libtesting_a_LIBADD =
|
||||
am__src_testing_libtesting_a_SOURCES_DIST = \
|
||||
src/breakpad_googletest_includes.h \
|
||||
src/testing/gtest/src/gtest-all.cc \
|
||||
src/testing/gtest/src/gtest_main.cc \
|
||||
src/testing/src/gmock-all.cc
|
||||
@ -597,6 +606,7 @@ src_client_linux_linux_client_unittest_LINK = $(CCLD) $(AM_CFLAGS) \
|
||||
$(CFLAGS) $(src_client_linux_linux_client_unittest_LDFLAGS) \
|
||||
$(LDFLAGS) -o $@
|
||||
am__src_client_linux_linux_client_unittest_shlib_SOURCES_DIST = \
|
||||
src/breakpad_googletest_includes.h \
|
||||
src/testing/gtest/src/gtest-all.cc \
|
||||
src/testing/gtest/src/gtest_main.cc \
|
||||
src/testing/src/gmock-all.cc \
|
||||
@ -612,8 +622,10 @@ am__src_client_linux_linux_client_unittest_shlib_SOURCES_DIST = \
|
||||
src/client/linux/minidump_writer/proc_cpuinfo_reader_unittest.cc \
|
||||
src/common/linux/elf_core_dump.cc \
|
||||
src/common/linux/linux_libc_support_unittest.cc \
|
||||
src/common/linux/tests/auto_testfile.h \
|
||||
src/common/linux/tests/crash_generator.cc \
|
||||
src/common/memory_unittest.cc src/common/tests/file_utils.cc \
|
||||
src/common/memory_unittest.cc src/common/tests/auto_tempdir.h \
|
||||
src/common/tests/file_utils.cc src/common/tests/file_utils.h \
|
||||
src/processor/basic_code_modules.cc \
|
||||
src/processor/dump_context.cc src/processor/dump_object.cc \
|
||||
src/processor/logging.cc src/processor/minidump.cc \
|
||||
@ -684,14 +696,19 @@ am__src_common_dumper_unittest_SOURCES_DIST = \
|
||||
src/common/stabs_to_module.cc \
|
||||
src/common/stabs_to_module_unittest.cc \
|
||||
src/common/test_assembler.cc src/common/dwarf/bytereader.cc \
|
||||
src/common/dwarf/bytereader.h \
|
||||
src/common/dwarf/bytereader-inl.h \
|
||||
src/common/dwarf/bytereader_unittest.cc \
|
||||
src/common/dwarf/cfi_assembler.cc \
|
||||
src/common/dwarf/cfi_assembler.h \
|
||||
src/common/dwarf/dwarf2diehandler.cc \
|
||||
src/common/dwarf/dwarf2diehandler_unittest.cc \
|
||||
src/common/dwarf/dwarf2reader.cc \
|
||||
src/common/dwarf/dwarf2reader.h src/common/dwarf/elf_reader.cc \
|
||||
src/common/dwarf/elf_reader.h \
|
||||
src/common/dwarf/dwarf2reader_cfi_unittest.cc \
|
||||
src/common/dwarf/dwarf2reader_die_unittest.cc \
|
||||
src/common/dwarf/elf_reader.cc \
|
||||
src/common/dwarf/dwarf2reader_test_common.h \
|
||||
src/common/linux/crc32.cc src/common/linux/dump_symbols.cc \
|
||||
src/common/linux/dump_symbols_unittest.cc \
|
||||
src/common/linux/elf_core_dump.cc \
|
||||
@ -708,6 +725,8 @@ am__src_common_dumper_unittest_SOURCES_DIST = \
|
||||
src/common/linux/synth_elf.cc \
|
||||
src/common/linux/synth_elf_unittest.cc \
|
||||
src/common/linux/tests/crash_generator.cc \
|
||||
src/common/linux/tests/crash_generator.h \
|
||||
src/common/testdata/func-line-pairing.h \
|
||||
src/common/tests/file_utils.cc
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@am_src_common_dumper_unittest_OBJECTS = src/common/src_common_dumper_unittest-byte_cursor_unittest.$(OBJEXT) \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/src_common_dumper_unittest-dwarf_cfi_to_module.$(OBJEXT) \
|
||||
@ -731,9 +750,9 @@ am__src_common_dumper_unittest_SOURCES_DIST = \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/dwarf/src_common_dumper_unittest-dwarf2diehandler.$(OBJEXT) \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/dwarf/src_common_dumper_unittest-dwarf2diehandler_unittest.$(OBJEXT) \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/dwarf/src_common_dumper_unittest-dwarf2reader.$(OBJEXT) \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/dwarf/src_common_dumper_unittest-elf_reader.$(OBJEXT) \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/dwarf/src_common_dumper_unittest-dwarf2reader_cfi_unittest.$(OBJEXT) \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/dwarf/src_common_dumper_unittest-dwarf2reader_die_unittest.$(OBJEXT) \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/dwarf/src_common_dumper_unittest-elf_reader.$(OBJEXT) \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/linux/src_common_dumper_unittest-crc32.$(OBJEXT) \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/linux/src_common_dumper_unittest-dump_symbols.$(OBJEXT) \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/linux/src_common_dumper_unittest-dump_symbols_unittest.$(OBJEXT) \
|
||||
@ -1350,7 +1369,9 @@ am__src_tools_linux_dump_syms_dump_syms_SOURCES_DIST = \
|
||||
src/common/dwarf/dwarf2reader.cc \
|
||||
src/common/dwarf/elf_reader.cc src/common/linux/crc32.cc \
|
||||
src/common/linux/dump_symbols.cc \
|
||||
src/common/linux/dump_symbols.h \
|
||||
src/common/linux/elf_symbols_to_module.cc \
|
||||
src/common/linux/elf_symbols_to_module.h \
|
||||
src/common/linux/elfutils.cc src/common/linux/file_id.cc \
|
||||
src/common/linux/linux_libc_support.cc \
|
||||
src/common/linux/memory_mapped_file.cc \
|
||||
@ -1381,7 +1402,8 @@ src_tools_linux_dump_syms_dump_syms_OBJECTS = \
|
||||
src_tools_linux_dump_syms_dump_syms_LDADD = $(LDADD)
|
||||
am__src_tools_linux_md2core_minidump_2_core_SOURCES_DIST = \
|
||||
src/common/linux/memory_mapped_file.cc \
|
||||
src/tools/linux/md2core/minidump-2-core.cc
|
||||
src/tools/linux/md2core/minidump-2-core.cc \
|
||||
src/tools/linux/md2core/minidump_memory_range.h
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@am_src_tools_linux_md2core_minidump_2_core_OBJECTS = src/common/linux/memory_mapped_file.$(OBJEXT) \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/tools/linux/md2core/minidump-2-core.$(OBJEXT)
|
||||
src_tools_linux_md2core_minidump_2_core_OBJECTS = \
|
||||
@ -1403,8 +1425,9 @@ src_tools_linux_symupload_minidump_upload_OBJECTS = \
|
||||
$(am_src_tools_linux_symupload_minidump_upload_OBJECTS)
|
||||
src_tools_linux_symupload_minidump_upload_DEPENDENCIES =
|
||||
am__src_tools_linux_symupload_sym_upload_SOURCES_DIST = \
|
||||
src/common/linux/http_upload.cc \
|
||||
src/common/linux/http_upload.cc src/common/linux/http_upload.h \
|
||||
src/common/linux/symbol_upload.cc \
|
||||
src/common/linux/symbol_upload.h \
|
||||
src/tools/linux/symupload/sym_upload.cc
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@am_src_tools_linux_symupload_sym_upload_OBJECTS = src/common/linux/http_upload.$(OBJEXT) \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/linux/symbol_upload.$(OBJEXT) \
|
||||
@ -1423,10 +1446,13 @@ am__src_tools_mac_dump_syms_dump_syms_mac_SOURCES_DIST = \
|
||||
src/common/dwarf/dwarf2reader.cc \
|
||||
src/common/dwarf/elf_reader.cc \
|
||||
src/common/mac/arch_utilities.cc src/common/mac/dump_syms.cc \
|
||||
src/common/mac/file_id.cc src/common/mac/macho_id.cc \
|
||||
src/common/mac/macho_reader.cc \
|
||||
src/common/mac/dump_syms.h src/common/mac/file_id.cc \
|
||||
src/common/mac/file_id.h src/common/mac/macho_id.cc \
|
||||
src/common/mac/macho_id.h src/common/mac/macho_reader.cc \
|
||||
src/common/mac/macho_reader.h \
|
||||
src/common/mac/macho_utilities.cc \
|
||||
src/common/mac/macho_walker.cc \
|
||||
src/common/mac/macho_utilities.h \
|
||||
src/common/mac/macho_walker.cc src/common/mac/macho_walker.h \
|
||||
src/tools/mac/dump_syms/dump_syms_tool.cc
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@am_src_tools_mac_dump_syms_dump_syms_mac_OBJECTS = src/common/src_tools_mac_dump_syms_dump_syms_mac-dwarf_cfi_to_module.$(OBJEXT) \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/src_tools_mac_dump_syms_dump_syms_mac-dwarf_cu_to_module.$(OBJEXT) \
|
||||
@ -2022,6 +2048,7 @@ noinst_LIBRARIES = $(am__append_7)
|
||||
lib_LIBRARIES = $(am__append_5) $(am__append_8)
|
||||
CLEANFILES = $(am__append_13)
|
||||
@SYSTEM_TEST_LIBS_FALSE@src_testing_libtesting_a_SOURCES = \
|
||||
@SYSTEM_TEST_LIBS_FALSE@ src/breakpad_googletest_includes.h \
|
||||
@SYSTEM_TEST_LIBS_FALSE@ src/testing/gtest/src/gtest-all.cc \
|
||||
@SYSTEM_TEST_LIBS_FALSE@ src/testing/gtest/src/gtest_main.cc \
|
||||
@SYSTEM_TEST_LIBS_FALSE@ src/testing/src/gmock-all.cc
|
||||
@ -2034,20 +2061,32 @@ CLEANFILES = $(am__append_13)
|
||||
@LINUX_HOST_TRUE@ src/client/linux/dump_writer_common/thread_info.cc \
|
||||
@LINUX_HOST_TRUE@ src/client/linux/dump_writer_common/ucontext_reader.cc \
|
||||
@LINUX_HOST_TRUE@ src/client/linux/handler/exception_handler.cc \
|
||||
@LINUX_HOST_TRUE@ src/client/linux/handler/exception_handler.h \
|
||||
@LINUX_HOST_TRUE@ src/client/linux/handler/minidump_descriptor.cc \
|
||||
@LINUX_HOST_TRUE@ src/client/linux/handler/minidump_descriptor.h \
|
||||
@LINUX_HOST_TRUE@ src/client/linux/log/log.cc \
|
||||
@LINUX_HOST_TRUE@ src/client/linux/log/log.h \
|
||||
@LINUX_HOST_TRUE@ src/client/linux/microdump_writer/microdump_writer.cc \
|
||||
@LINUX_HOST_TRUE@ src/client/linux/microdump_writer/microdump_writer.h \
|
||||
@LINUX_HOST_TRUE@ src/client/linux/minidump_writer/linux_core_dumper.cc \
|
||||
@LINUX_HOST_TRUE@ src/client/linux/minidump_writer/linux_dumper.cc \
|
||||
@LINUX_HOST_TRUE@ src/client/linux/minidump_writer/linux_ptrace_dumper.cc \
|
||||
@LINUX_HOST_TRUE@ src/client/linux/minidump_writer/minidump_writer.cc \
|
||||
@LINUX_HOST_TRUE@ src/client/minidump_file_writer-inl.h \
|
||||
@LINUX_HOST_TRUE@ src/client/minidump_file_writer.cc \
|
||||
@LINUX_HOST_TRUE@ src/common/convert_UTF.c src/common/md5.cc \
|
||||
@LINUX_HOST_TRUE@ src/client/minidump_file_writer.h \
|
||||
@LINUX_HOST_TRUE@ src/common/convert_UTF.c \
|
||||
@LINUX_HOST_TRUE@ src/common/convert_UTF.h src/common/md5.cc \
|
||||
@LINUX_HOST_TRUE@ src/common/md5.h \
|
||||
@LINUX_HOST_TRUE@ src/common/string_conversion.cc \
|
||||
@LINUX_HOST_TRUE@ src/common/string_conversion.h \
|
||||
@LINUX_HOST_TRUE@ src/common/linux/elf_core_dump.cc \
|
||||
@LINUX_HOST_TRUE@ src/common/linux/elfutils.cc \
|
||||
@LINUX_HOST_TRUE@ src/common/linux/elfutils.h \
|
||||
@LINUX_HOST_TRUE@ src/common/linux/file_id.cc \
|
||||
@LINUX_HOST_TRUE@ src/common/linux/file_id.h \
|
||||
@LINUX_HOST_TRUE@ src/common/linux/guid_creator.cc \
|
||||
@LINUX_HOST_TRUE@ src/common/linux/guid_creator.h \
|
||||
@LINUX_HOST_TRUE@ src/common/linux/linux_libc_support.cc \
|
||||
@LINUX_HOST_TRUE@ src/common/linux/memory_mapped_file.cc \
|
||||
@LINUX_HOST_TRUE@ src/common/linux/safe_readlink.cc \
|
||||
@ -2235,9 +2274,12 @@ TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
|
||||
@LINUX_HOST_TRUE@ src/client/linux/minidump_writer/proc_cpuinfo_reader_unittest.cc \
|
||||
@LINUX_HOST_TRUE@ src/common/linux/elf_core_dump.cc \
|
||||
@LINUX_HOST_TRUE@ src/common/linux/linux_libc_support_unittest.cc \
|
||||
@LINUX_HOST_TRUE@ src/common/linux/tests/auto_testfile.h \
|
||||
@LINUX_HOST_TRUE@ src/common/linux/tests/crash_generator.cc \
|
||||
@LINUX_HOST_TRUE@ src/common/memory_unittest.cc \
|
||||
@LINUX_HOST_TRUE@ src/common/tests/auto_tempdir.h \
|
||||
@LINUX_HOST_TRUE@ src/common/tests/file_utils.cc \
|
||||
@LINUX_HOST_TRUE@ src/common/tests/file_utils.h \
|
||||
@LINUX_HOST_TRUE@ src/processor/basic_code_modules.cc \
|
||||
@LINUX_HOST_TRUE@ src/processor/dump_context.cc \
|
||||
@LINUX_HOST_TRUE@ src/processor/dump_object.cc \
|
||||
@ -2317,7 +2359,9 @@ TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/dwarf/elf_reader.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/linux/crc32.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/linux/dump_symbols.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/linux/dump_symbols.h \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/linux/elf_symbols_to_module.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/linux/elf_symbols_to_module.h \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/linux/elfutils.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/linux/file_id.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/linux/linux_libc_support.cc \
|
||||
@ -2327,7 +2371,8 @@ TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
|
||||
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@src_tools_linux_md2core_minidump_2_core_SOURCES = \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/linux/memory_mapped_file.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/tools/linux/md2core/minidump-2-core.cc
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/tools/linux/md2core/minidump-2-core.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/tools/linux/md2core/minidump_memory_range.h
|
||||
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@src_tools_linux_symupload_minidump_upload_SOURCES = \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/linux/http_upload.cc \
|
||||
@ -2336,7 +2381,9 @@ TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@src_tools_linux_symupload_minidump_upload_LDADD = -ldl
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@src_tools_linux_symupload_sym_upload_SOURCES = \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/linux/http_upload.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/linux/http_upload.h \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/linux/symbol_upload.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/linux/symbol_upload.h \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/tools/linux/symupload/sym_upload.cc
|
||||
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@src_tools_linux_symupload_sym_upload_LDADD = -ldl
|
||||
@ -2355,11 +2402,17 @@ TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/dwarf/elf_reader.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/mac/arch_utilities.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/mac/dump_syms.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/mac/dump_syms.h \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/mac/file_id.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/mac/file_id.h \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/mac/macho_id.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/mac/macho_id.h \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/mac/macho_reader.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/mac/macho_reader.h \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/mac/macho_utilities.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/mac/macho_utilities.h \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/mac/macho_walker.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/mac/macho_walker.h \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/tools/mac/dump_syms/dump_syms_tool.cc
|
||||
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@src_tools_mac_dump_syms_dump_syms_mac_CXXFLAGS = \
|
||||
@ -2384,14 +2437,20 @@ TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/stabs_to_module_unittest.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/test_assembler.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/dwarf/bytereader.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/dwarf/bytereader.h \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/dwarf/bytereader-inl.h \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/dwarf/bytereader_unittest.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/dwarf/cfi_assembler.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/dwarf/cfi_assembler.h \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/dwarf/dwarf2diehandler.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/dwarf/dwarf2diehandler_unittest.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/dwarf/dwarf2reader.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/dwarf/dwarf2reader.h \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/dwarf/elf_reader.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/dwarf/elf_reader.h \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/dwarf/dwarf2reader_cfi_unittest.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/dwarf/dwarf2reader_die_unittest.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/dwarf/elf_reader.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/dwarf/dwarf2reader_test_common.h \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/linux/crc32.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/linux/dump_symbols.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/linux/dump_symbols_unittest.cc \
|
||||
@ -2410,6 +2469,8 @@ TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/linux/synth_elf.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/linux/synth_elf_unittest.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/linux/tests/crash_generator.cc \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/linux/tests/crash_generator.h \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/testdata/func-line-pairing.h \
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/common/tests/file_utils.cc
|
||||
|
||||
@DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@src_common_dumper_unittest_CPPFLAGS = \
|
||||
@ -3003,33 +3064,32 @@ TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(SCRIPTS) \
|
||||
src/processor/stackwalk_selftest_sol.s \
|
||||
src/client/linux/handler/Makefile \
|
||||
src/client/linux/handler/exception_handler.cc \
|
||||
src/client/linux/handler/exception_handler.h \
|
||||
src/client/linux/handler/minidump_descriptor.cc \
|
||||
src/client/linux/handler/minidump_descriptor.h \
|
||||
src/client/linux/handler/exception_handler_test.cc \
|
||||
src/client/linux/handler/linux_thread.cc \
|
||||
src/client/linux/handler/linux_thread.h \
|
||||
src/client/linux/handler/linux_thread_test.cc \
|
||||
src/client/linux/handler/minidump_generator.cc \
|
||||
src/client/linux/handler/minidump_generator.h \
|
||||
src/client/linux/handler/minidump_test.cc \
|
||||
src/client/linux/data/linux-gate-amd.sym \
|
||||
src/client/linux/data/linux-gate-intel.sym \
|
||||
src/client/mac/handler/breakpad_nlist_64.cc \
|
||||
src/client/mac/handler/breakpad_nlist_64.h \
|
||||
src/client/mac/handler/dynamic_images.cc \
|
||||
src/client/mac/handler/dynamic_images.h \
|
||||
src/client/mac/handler/exception_handler.cc \
|
||||
src/client/mac/handler/exception_handler.h \
|
||||
src/client/mac/handler/exception_handler_test.cc \
|
||||
src/client/mac/handler/mach_vm_compat.h \
|
||||
src/client/mac/handler/minidump_generator.cc \
|
||||
src/client/mac/handler/minidump_generator.h \
|
||||
src/client/mac/handler/minidump_generator_test.cc \
|
||||
src/client/mac/handler/minidump_test.xcodeproj/project.pbxproj \
|
||||
src/client/mac/handler/minidump_tests32-Info.plist \
|
||||
src/client/mac/handler/minidump_tests64-Info.plist \
|
||||
src/client/mac/handler/obj-cTestCases-Info.plist \
|
||||
src/client/mac/handler/protected_memory_allocator.cc \
|
||||
src/client/mac/handler/protected_memory_allocator.h \
|
||||
src/client/minidump_file_writer-inl.h \
|
||||
src/client/minidump_file_writer.cc \
|
||||
src/client/minidump_file_writer.h \
|
||||
src/client/mac/handler/ucontext_compat.h \
|
||||
src/client/mac/handler/testcases/testdata/dump_syms_i386_breakpad.sym \
|
||||
src/client/mac/tests/BreakpadFramework_Test.mm \
|
||||
src/client/mac/tests/crash_generation_server_test.cc \
|
||||
src/client/mac/tests/exception_handler_test.cc \
|
||||
src/client/mac/tests/minidump_generator_test.cc \
|
||||
src/client/mac/tests/minidump_generator_test_helper.cc \
|
||||
src/client/mac/tests/spawn_child_process.h \
|
||||
src/client/mac/tests/testlogging.h \
|
||||
src/client/minidump_file_writer_unittest.cc \
|
||||
src/client/solaris/handler/Makefile \
|
||||
src/client/solaris/handler/exception_handler.cc \
|
||||
@ -3040,46 +3100,24 @@ EXTRA_DIST = \
|
||||
src/client/solaris/handler/minidump_test.cc \
|
||||
src/client/solaris/handler/solaris_lwp.cc \
|
||||
src/client/solaris/handler/solaris_lwp.h \
|
||||
src/client/windows/breakpad_client.sln \
|
||||
src/client/windows/breakpad_client.gyp \
|
||||
src/client/windows/handler/exception_handler.cc \
|
||||
src/client/windows/handler/exception_handler.h \
|
||||
src/client/windows/handler/exception_handler.vcproj \
|
||||
src/client/windows/handler/exception_handler.gyp \
|
||||
src/client/windows/sender/crash_report_sender.cc \
|
||||
src/client/windows/sender/crash_report_sender.h \
|
||||
src/client/windows/sender/crash_report_sender.vcproj \
|
||||
src/common/convert_UTF.c \
|
||||
src/common/convert_UTF.h \
|
||||
src/common/linux/crc32.cc \
|
||||
src/common/linux/dump_symbols.cc \
|
||||
src/common/linux/dump_symbols.h \
|
||||
src/common/linux/elf_symbols_to_module.cc \
|
||||
src/common/linux/elf_symbols_to_module.h \
|
||||
src/common/linux/elfutils.cc \
|
||||
src/common/linux/elfutils.h \
|
||||
src/common/linux/file_id.cc \
|
||||
src/common/linux/file_id.h \
|
||||
src/common/linux/guid_creator.cc \
|
||||
src/common/linux/guid_creator.h \
|
||||
src/common/linux/http_upload.cc \
|
||||
src/common/linux/http_upload.h \
|
||||
src/common/linux/symbol_upload.cc \
|
||||
src/common/linux/symbol_upload.h \
|
||||
src/client/windows/sender/crash_report_sender.gyp \
|
||||
src/common/dwarf/dwarf2diehandler.h \
|
||||
src/common/dwarf/dwarf2enums.h \
|
||||
src/common/dwarf/line_state_machine.h \
|
||||
src/common/dwarf/types.h \
|
||||
src/common/mac/arch_utilities.h \
|
||||
src/common/mac/byteswap.h \
|
||||
src/common/mac/HTTPMultipartUpload.h \
|
||||
src/common/mac/HTTPMultipartUpload.m \
|
||||
src/common/mac/dump_syms.h \
|
||||
src/common/mac/dump_syms.cc \
|
||||
src/common/mac/file_id.cc \
|
||||
src/common/mac/file_id.h \
|
||||
src/common/mac/macho_id.cc \
|
||||
src/common/mac/macho_id.h \
|
||||
src/common/mac/macho_utilities.cc \
|
||||
src/common/mac/macho_utilities.h \
|
||||
src/common/mac/macho_walker.cc \
|
||||
src/common/mac/macho_walker.h \
|
||||
src/common/mac/string_utilities.cc \
|
||||
src/common/mac/string_utilities.h \
|
||||
src/common/md5.cc \
|
||||
src/common/md5.h \
|
||||
src/common/mac/super_fat_arch.h \
|
||||
src/common/scoped_ptr.h \
|
||||
src/common/solaris/dump_symbols.cc \
|
||||
src/common/solaris/dump_symbols.h \
|
||||
@ -3088,8 +3126,6 @@ EXTRA_DIST = \
|
||||
src/common/solaris/guid_creator.cc \
|
||||
src/common/solaris/guid_creator.h \
|
||||
src/common/solaris/message_output.h \
|
||||
src/common/string_conversion.cc \
|
||||
src/common/string_conversion.h \
|
||||
src/common/windows/guid_string.cc \
|
||||
src/common/windows/guid_string.h \
|
||||
src/common/windows/http_upload.cc \
|
||||
@ -3098,22 +3134,158 @@ EXTRA_DIST = \
|
||||
src/common/windows/pdb_source_line_writer.h \
|
||||
src/common/windows/string_utils-inl.h \
|
||||
src/common/windows/string_utils.cc \
|
||||
src/processor/stackwalk_common.cc \
|
||||
src/processor/stackwalk_common.h \
|
||||
src/processor/stackwalker_selftest_sol.s \
|
||||
src/processor/testdata/ascii_read_av_block_write.dmp \
|
||||
src/processor/testdata/ascii_read_av_clobber_write.dmp \
|
||||
src/processor/testdata/ascii_read_av_conditional.dmp \
|
||||
src/processor/testdata/ascii_read_av.dmp \
|
||||
src/processor/testdata/ascii_read_av_then_jmp.dmp \
|
||||
src/processor/testdata/ascii_read_av_xchg_write.dmp \
|
||||
src/processor/testdata/ascii_write_av_arg_to_call.dmp \
|
||||
src/processor/testdata/ascii_write_av.dmp \
|
||||
src/processor/testdata/exec_av_on_stack.dmp \
|
||||
src/processor/testdata/linux_divide_by_zero.dmp \
|
||||
src/processor/testdata/linux_executable_heap.dmp \
|
||||
src/processor/testdata/linux_executable_stack.dmp \
|
||||
src/processor/testdata/linux_inside_module_exe_region1.dmp \
|
||||
src/processor/testdata/linux_inside_module_exe_region2.dmp \
|
||||
src/processor/testdata/linux_jmp_to_0.dmp \
|
||||
src/processor/testdata/linux_jmp_to_module_not_exe_region.dmp \
|
||||
src/processor/testdata/linux_null_dereference.dmp \
|
||||
src/processor/testdata/linux_null_read_av.dmp \
|
||||
src/processor/testdata/linux_outside_module.dmp \
|
||||
src/processor/testdata/linux_overflow.dmp \
|
||||
src/processor/testdata/linux_raise_sigabrt.dmp \
|
||||
src/processor/testdata/linux_stack_pointer_in_module.dmp \
|
||||
src/processor/testdata/linux_stack_pointer_in_stack.dmp \
|
||||
src/processor/testdata/linux_stacksmash.dmp \
|
||||
src/processor/testdata/linux_write_to_nonwritable_module.dmp \
|
||||
src/processor/testdata/linux_write_to_nonwritable_region_math.dmp \
|
||||
src/processor/testdata/linux_write_to_outside_module.dmp \
|
||||
src/processor/testdata/linux_write_to_outside_module_via_math.dmp \
|
||||
src/processor/testdata/linux_write_to_under_4k.dmp \
|
||||
src/processor/testdata/microdump-arm64.dmp \
|
||||
src/processor/testdata/microdump-arm.dmp \
|
||||
src/processor/testdata/microdump-mips32.dmp \
|
||||
src/processor/testdata/microdump-mips64.dmp \
|
||||
src/processor/testdata/microdump-multiple.dmp \
|
||||
src/processor/testdata/microdump.stackwalk-arm64.out \
|
||||
src/processor/testdata/microdump.stackwalk-arm.out \
|
||||
src/processor/testdata/microdump.stackwalk.machine_readable-arm64.out \
|
||||
src/processor/testdata/microdump.stackwalk.machine_readable-arm.out \
|
||||
src/processor/testdata/microdump-x86.dmp \
|
||||
src/processor/testdata/minidump2.dmp \
|
||||
src/processor/testdata/minidump2.dump.out \
|
||||
src/processor/testdata/minidump2.stackwalk.machine_readable.out \
|
||||
src/processor/testdata/minidump2.stackwalk.out \
|
||||
src/processor/testdata/module0.out \
|
||||
src/processor/testdata/module1.out \
|
||||
src/processor/testdata/module2.out \
|
||||
src/processor/testdata/module3_bad.out \
|
||||
src/processor/testdata/module4_bad.out \
|
||||
src/processor/testdata/null_read_av.dmp \
|
||||
src/processor/testdata/null_write_av.dmp \
|
||||
src/processor/testdata/read_av_clobber_write.dmp \
|
||||
src/processor/testdata/read_av_conditional.dmp \
|
||||
src/processor/testdata/read_av_non_null.dmp \
|
||||
src/processor/testdata/stack_exhaustion.dmp \
|
||||
src/processor/testdata/write_av_non_null.dmp \
|
||||
src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/kernel32.sym \
|
||||
src/processor/testdata/symbols/ld-2.13.so/C32AD7E235EA6112E02A5B9D6219C4850/ld-2.13.so.sym \
|
||||
src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/libc-2.13.so.sym \
|
||||
src/processor/testdata/symbols/libgcc_s.so.1/18B180F90887D8F8B5C35D185444AF4C0/libgcc_s.so.1.sym \
|
||||
src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/breakpad_unittests.sym \
|
||||
src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/breakpad_unittests.sym \
|
||||
src/processor/testdata/symbols/microdump/crash_example/6E72E2F1A5F59AB3D51356FDFE394D490/crash_example.sym \
|
||||
src/processor/testdata/symbols/microdump/crash_example/8F36148CC4647A8116CAF2A25F591F570/crash_example.sym \
|
||||
src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/null_read_av.sym \
|
||||
src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/overflow.sym \
|
||||
src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/test_app.sym \
|
||||
src/processor/testdata/test_app.cc \
|
||||
src/tools/linux/dump_syms/Makefile \
|
||||
src/tools/linux/dump_syms/dump_syms.cc \
|
||||
src/tools/linux/symupload/Makefile \
|
||||
src/tools/linux/symupload/minidump_upload.cc \
|
||||
src/tools/linux/symupload/sym_upload.cc \
|
||||
src/testing/gtest/include/gtest/gtest.h \
|
||||
src/testing/gtest/include/gtest/gtest-death-test.h \
|
||||
src/testing/gtest/include/gtest/gtest-message.h \
|
||||
src/testing/gtest/include/gtest/gtest-param-test.h \
|
||||
src/testing/gtest/include/gtest/gtest-printers.h \
|
||||
src/testing/gtest/include/gtest/gtest-spi.h \
|
||||
src/testing/gtest/include/gtest/gtest-test-part.h \
|
||||
src/testing/gtest/include/gtest/gtest-typed-test.h \
|
||||
src/testing/gtest/include/gtest/gtest_pred_impl.h \
|
||||
src/testing/gtest/include/gtest/gtest_prod.h \
|
||||
src/testing/gtest/include/gtest/internal/gtest-death-test-internal.h \
|
||||
src/testing/gtest/include/gtest/internal/gtest-filepath.h \
|
||||
src/testing/gtest/include/gtest/internal/gtest-internal.h \
|
||||
src/testing/gtest/include/gtest/internal/gtest-linked_ptr.h \
|
||||
src/testing/gtest/include/gtest/internal/gtest-param-util-generated.h \
|
||||
src/testing/gtest/include/gtest/internal/gtest-param-util.h \
|
||||
src/testing/gtest/include/gtest/internal/gtest-port.h \
|
||||
src/testing/gtest/include/gtest/internal/gtest-string.h \
|
||||
src/testing/gtest/include/gtest/internal/gtest-tuple.h \
|
||||
src/testing/gtest/include/gtest/internal/gtest-type-util.h \
|
||||
src/testing/gtest/src/gtest.cc \
|
||||
src/testing/gtest/src/gtest-death-test.cc \
|
||||
src/testing/gtest/src/gtest-filepath.cc \
|
||||
src/testing/gtest/src/gtest-internal-inl.h \
|
||||
src/testing/gtest/src/gtest-port.cc \
|
||||
src/testing/gtest/src/gtest-printers.cc \
|
||||
src/testing/gtest/src/gtest-test-part.cc \
|
||||
src/testing/gtest/src/gtest-typed-test.cc \
|
||||
src/testing/include/gmock/gmock.h \
|
||||
src/testing/include/gmock/gmock-actions.h \
|
||||
src/testing/include/gmock/gmock-cardinalities.h \
|
||||
src/testing/include/gmock/gmock-generated-actions.h \
|
||||
src/testing/include/gmock/gmock-generated-function-mockers.h \
|
||||
src/testing/include/gmock/gmock-generated-matchers.h \
|
||||
src/testing/include/gmock/gmock-generated-nice-strict.h \
|
||||
src/testing/include/gmock/gmock-matchers.h \
|
||||
src/testing/include/gmock/gmock-more-actions.h \
|
||||
src/testing/include/gmock/gmock-more-matchers.h \
|
||||
src/testing/include/gmock/gmock-spec-builders.h \
|
||||
src/testing/include/gmock/internal/gmock-generated-internal-utils.h \
|
||||
src/testing/include/gmock/internal/gmock-internal-utils.h \
|
||||
src/testing/include/gmock/internal/gmock-port.h \
|
||||
src/testing/src/gmock.cc \
|
||||
src/testing/src/gmock-cardinalities.cc \
|
||||
src/testing/src/gmock-internal-utils.cc \
|
||||
src/testing/src/gmock-matchers.cc \
|
||||
src/testing/src/gmock-spec-builders.cc \
|
||||
src/testing/src/gmock_main.cc \
|
||||
src/third_party/curl/COPYING \
|
||||
src/third_party/curl/curlbuild.h \
|
||||
src/third_party/curl/curl.h \
|
||||
src/third_party/curl/curlrules.h \
|
||||
src/third_party/curl/curlver.h \
|
||||
src/third_party/curl/easy.h \
|
||||
src/third_party/curl/mprintf.h \
|
||||
src/third_party/curl/multi.h \
|
||||
src/third_party/curl/stdcheaders.h \
|
||||
src/third_party/curl/typecheck-gcc.h \
|
||||
src/third_party/curl/types.h \
|
||||
src/third_party/mac_headers/architecture/byte_order.h \
|
||||
src/third_party/mac_headers/i386/_types.h \
|
||||
src/third_party/mac_headers/mach/boolean.h \
|
||||
src/third_party/mac_headers/mach/i386/boolean.h \
|
||||
src/third_party/mac_headers/mach/i386/vm_param.h \
|
||||
src/third_party/mac_headers/mach/i386/vm_types.h \
|
||||
src/third_party/mac_headers/mach/machine/boolean.h \
|
||||
src/third_party/mac_headers/mach/machine.h \
|
||||
src/third_party/mac_headers/mach/machine/thread_state.h \
|
||||
src/third_party/mac_headers/mach/machine/thread_status.h \
|
||||
src/third_party/mac_headers/mach/machine/vm_types.h \
|
||||
src/third_party/mac_headers/mach-o/arch.h \
|
||||
src/third_party/mac_headers/mach-o/fat.h \
|
||||
src/third_party/mac_headers/mach-o/loader.h \
|
||||
src/third_party/mac_headers/mach-o/nlist.h \
|
||||
src/third_party/mac_headers/mach/thread_status.h \
|
||||
src/third_party/mac_headers/mach/vm_prot.h \
|
||||
src/third_party/mac_headers/README \
|
||||
src/third_party/musl/README \
|
||||
src/third_party/musl/COPYRIGHT \
|
||||
src/third_party/musl/README.breakpad \
|
||||
src/third_party/musl/VERSION \
|
||||
src/third_party/musl/include/elf.h \
|
||||
src/tools/mac/crash_report/crash_report.mm \
|
||||
src/tools/mac/crash_report/crash_report.xcodeproj/project.pbxproj \
|
||||
src/tools/mac/crash_report/on_demand_symbol_supplier.h \
|
||||
@ -3132,15 +3304,20 @@ EXTRA_DIST = \
|
||||
src/tools/solaris/dump_syms/testdata/dump_syms_regtest.sym \
|
||||
src/tools/windows/converter/ms_symbol_server_converter.cc \
|
||||
src/tools/windows/converter/ms_symbol_server_converter.h \
|
||||
src/tools/windows/converter/ms_symbol_server_converter.vcproj \
|
||||
src/tools/windows/converter/ms_symbol_server_converter.gyp \
|
||||
src/tools/windows/dump_syms/dump_syms.cc \
|
||||
src/tools/windows/dump_syms/dump_syms.vcproj \
|
||||
src/tools/windows/dump_syms/dump_syms.gyp \
|
||||
src/tools/windows/dump_syms/run_regtest.sh \
|
||||
src/tools/windows/dump_syms/testdata/dump_syms_regtest.cc \
|
||||
src/tools/windows/dump_syms/testdata/dump_syms_regtest.pdb \
|
||||
src/tools/windows/dump_syms/testdata/dump_syms_regtest.sym \
|
||||
src/tools/windows/dump_syms/testdata/dump_syms_regtest64.sym \
|
||||
src/tools/windows/dump_syms/testdata/omap_reorder_bbs.sym \
|
||||
src/tools/windows/dump_syms/testdata/omap_reorder_funcs.sym \
|
||||
src/tools/windows/dump_syms/testdata/omap_stretched.sym \
|
||||
src/tools/windows/dump_syms/testdata/omap_stretched_filled.sym \
|
||||
src/tools/windows/symupload/symupload.cc \
|
||||
src/tools/windows/symupload/symupload.vcproj
|
||||
src/tools/windows/symupload/symupload.gyp
|
||||
|
||||
all: all-am
|
||||
|
||||
@ -3796,15 +3973,15 @@ src/common/dwarf/src_common_dumper_unittest-dwarf2diehandler_unittest.$(OBJEXT):
|
||||
src/common/dwarf/src_common_dumper_unittest-dwarf2reader.$(OBJEXT): \
|
||||
src/common/dwarf/$(am__dirstamp) \
|
||||
src/common/dwarf/$(DEPDIR)/$(am__dirstamp)
|
||||
src/common/dwarf/src_common_dumper_unittest-elf_reader.$(OBJEXT): \
|
||||
src/common/dwarf/$(am__dirstamp) \
|
||||
src/common/dwarf/$(DEPDIR)/$(am__dirstamp)
|
||||
src/common/dwarf/src_common_dumper_unittest-dwarf2reader_cfi_unittest.$(OBJEXT): \
|
||||
src/common/dwarf/$(am__dirstamp) \
|
||||
src/common/dwarf/$(DEPDIR)/$(am__dirstamp)
|
||||
src/common/dwarf/src_common_dumper_unittest-dwarf2reader_die_unittest.$(OBJEXT): \
|
||||
src/common/dwarf/$(am__dirstamp) \
|
||||
src/common/dwarf/$(DEPDIR)/$(am__dirstamp)
|
||||
src/common/dwarf/src_common_dumper_unittest-elf_reader.$(OBJEXT): \
|
||||
src/common/dwarf/$(am__dirstamp) \
|
||||
src/common/dwarf/$(DEPDIR)/$(am__dirstamp)
|
||||
src/common/linux/src_common_dumper_unittest-crc32.$(OBJEXT): \
|
||||
src/common/linux/$(am__dirstamp) \
|
||||
src/common/linux/$(DEPDIR)/$(am__dirstamp)
|
||||
@ -5475,6 +5652,20 @@ src/common/dwarf/src_common_dumper_unittest-dwarf2reader.obj: src/common/dwarf/d
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_common_dumper_unittest_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/common/dwarf/src_common_dumper_unittest-dwarf2reader.obj `if test -f 'src/common/dwarf/dwarf2reader.cc'; then $(CYGPATH_W) 'src/common/dwarf/dwarf2reader.cc'; else $(CYGPATH_W) '$(srcdir)/src/common/dwarf/dwarf2reader.cc'; fi`
|
||||
|
||||
src/common/dwarf/src_common_dumper_unittest-elf_reader.o: src/common/dwarf/elf_reader.cc
|
||||
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_common_dumper_unittest_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/common/dwarf/src_common_dumper_unittest-elf_reader.o -MD -MP -MF src/common/dwarf/$(DEPDIR)/src_common_dumper_unittest-elf_reader.Tpo -c -o src/common/dwarf/src_common_dumper_unittest-elf_reader.o `test -f 'src/common/dwarf/elf_reader.cc' || echo '$(srcdir)/'`src/common/dwarf/elf_reader.cc
|
||||
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/common/dwarf/$(DEPDIR)/src_common_dumper_unittest-elf_reader.Tpo src/common/dwarf/$(DEPDIR)/src_common_dumper_unittest-elf_reader.Po
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/common/dwarf/elf_reader.cc' object='src/common/dwarf/src_common_dumper_unittest-elf_reader.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_common_dumper_unittest_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/common/dwarf/src_common_dumper_unittest-elf_reader.o `test -f 'src/common/dwarf/elf_reader.cc' || echo '$(srcdir)/'`src/common/dwarf/elf_reader.cc
|
||||
|
||||
src/common/dwarf/src_common_dumper_unittest-elf_reader.obj: src/common/dwarf/elf_reader.cc
|
||||
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_common_dumper_unittest_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/common/dwarf/src_common_dumper_unittest-elf_reader.obj -MD -MP -MF src/common/dwarf/$(DEPDIR)/src_common_dumper_unittest-elf_reader.Tpo -c -o src/common/dwarf/src_common_dumper_unittest-elf_reader.obj `if test -f 'src/common/dwarf/elf_reader.cc'; then $(CYGPATH_W) 'src/common/dwarf/elf_reader.cc'; else $(CYGPATH_W) '$(srcdir)/src/common/dwarf/elf_reader.cc'; fi`
|
||||
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/common/dwarf/$(DEPDIR)/src_common_dumper_unittest-elf_reader.Tpo src/common/dwarf/$(DEPDIR)/src_common_dumper_unittest-elf_reader.Po
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/common/dwarf/elf_reader.cc' object='src/common/dwarf/src_common_dumper_unittest-elf_reader.obj' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_common_dumper_unittest_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/common/dwarf/src_common_dumper_unittest-elf_reader.obj `if test -f 'src/common/dwarf/elf_reader.cc'; then $(CYGPATH_W) 'src/common/dwarf/elf_reader.cc'; else $(CYGPATH_W) '$(srcdir)/src/common/dwarf/elf_reader.cc'; fi`
|
||||
|
||||
src/common/dwarf/src_common_dumper_unittest-dwarf2reader_cfi_unittest.o: src/common/dwarf/dwarf2reader_cfi_unittest.cc
|
||||
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_common_dumper_unittest_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/common/dwarf/src_common_dumper_unittest-dwarf2reader_cfi_unittest.o -MD -MP -MF src/common/dwarf/$(DEPDIR)/src_common_dumper_unittest-dwarf2reader_cfi_unittest.Tpo -c -o src/common/dwarf/src_common_dumper_unittest-dwarf2reader_cfi_unittest.o `test -f 'src/common/dwarf/dwarf2reader_cfi_unittest.cc' || echo '$(srcdir)/'`src/common/dwarf/dwarf2reader_cfi_unittest.cc
|
||||
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/common/dwarf/$(DEPDIR)/src_common_dumper_unittest-dwarf2reader_cfi_unittest.Tpo src/common/dwarf/$(DEPDIR)/src_common_dumper_unittest-dwarf2reader_cfi_unittest.Po
|
||||
@ -5503,20 +5694,6 @@ src/common/dwarf/src_common_dumper_unittest-dwarf2reader_die_unittest.obj: src/c
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_common_dumper_unittest_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/common/dwarf/src_common_dumper_unittest-dwarf2reader_die_unittest.obj `if test -f 'src/common/dwarf/dwarf2reader_die_unittest.cc'; then $(CYGPATH_W) 'src/common/dwarf/dwarf2reader_die_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/common/dwarf/dwarf2reader_die_unittest.cc'; fi`
|
||||
|
||||
src/common/dwarf/src_common_dumper_unittest-elf_reader.o: src/common/dwarf/elf_reader.cc
|
||||
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_common_dumper_unittest_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/common/dwarf/src_common_dumper_unittest-elf_reader.o -MD -MP -MF src/common/dwarf/$(DEPDIR)/src_common_dumper_unittest-elf_reader.Tpo -c -o src/common/dwarf/src_common_dumper_unittest-elf_reader.o `test -f 'src/common/dwarf/elf_reader.cc' || echo '$(srcdir)/'`src/common/dwarf/elf_reader.cc
|
||||
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/common/dwarf/$(DEPDIR)/src_common_dumper_unittest-elf_reader.Tpo src/common/dwarf/$(DEPDIR)/src_common_dumper_unittest-elf_reader.Po
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/common/dwarf/elf_reader.cc' object='src/common/dwarf/src_common_dumper_unittest-elf_reader.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_common_dumper_unittest_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/common/dwarf/src_common_dumper_unittest-elf_reader.o `test -f 'src/common/dwarf/elf_reader.cc' || echo '$(srcdir)/'`src/common/dwarf/elf_reader.cc
|
||||
|
||||
src/common/dwarf/src_common_dumper_unittest-elf_reader.obj: src/common/dwarf/elf_reader.cc
|
||||
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_common_dumper_unittest_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/common/dwarf/src_common_dumper_unittest-elf_reader.obj -MD -MP -MF src/common/dwarf/$(DEPDIR)/src_common_dumper_unittest-elf_reader.Tpo -c -o src/common/dwarf/src_common_dumper_unittest-elf_reader.obj `if test -f 'src/common/dwarf/elf_reader.cc'; then $(CYGPATH_W) 'src/common/dwarf/elf_reader.cc'; else $(CYGPATH_W) '$(srcdir)/src/common/dwarf/elf_reader.'; fi`
|
||||
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/common/dwarf/$(DEPDIR)/src_common_dumper_unittest-elf_reader.Tpo src/common/dwarf/$(DEPDIR)/src_common_dumper_unittest-elf_reader.Po
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/common/dwarf/elf_reader.cc' object='src/common/dwarf/src_common_dumper_unittest-elf_reader.obj' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_common_dumper_unittest_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/common/dwarf/src_common_dumper_unittest-elf_reader.obj `if test -f 'src/common/dwarf/elf_reader.cc'; then $(CYGPATH_W) 'src/common/dwarf/elf_reader.cc'; else $(CYGPATH_W) '$(srcdir)/src/common/dwarf/elf_reader.cc'; fi`
|
||||
|
||||
src/common/linux/src_common_dumper_unittest-crc32.o: src/common/linux/crc32.cc
|
||||
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_common_dumper_unittest_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/common/linux/src_common_dumper_unittest-crc32.o -MD -MP -MF src/common/linux/$(DEPDIR)/src_common_dumper_unittest-crc32.Tpo -c -o src/common/linux/src_common_dumper_unittest-crc32.o `test -f 'src/common/linux/crc32.cc' || echo '$(srcdir)/'`src/common/linux/crc32.cc
|
||||
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/common/linux/$(DEPDIR)/src_common_dumper_unittest-crc32.Tpo src/common/linux/$(DEPDIR)/src_common_dumper_unittest-crc32.Po
|
||||
|
@ -19,14 +19,25 @@ setup_env() {
|
||||
export JOBS=$(( $NCPUS < 4 ? $NCPUS : 4 ))
|
||||
}
|
||||
|
||||
# Do an in-tree build and make sure tests pass.
|
||||
build() {
|
||||
./configure
|
||||
make -j${JOBS} check VERBOSE=1
|
||||
make distclean
|
||||
}
|
||||
|
||||
# Do an out-of-tree build and make sure we can create a release tarball.
|
||||
build_out_of_tree() {
|
||||
mkdir -p build/native
|
||||
cd build/native
|
||||
../../configure
|
||||
make -j${JOBS} distcheck VERBOSE=1
|
||||
}
|
||||
|
||||
main() {
|
||||
setup_env
|
||||
build
|
||||
build_out_of_tree
|
||||
}
|
||||
|
||||
main "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user