mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-27 23:34:14 +01:00
Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace.
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@887 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
d529b2d0a0
commit
84571a2b91
@ -69,7 +69,7 @@ src_client_linux_libbreakpad_client_a_SOURCES = \
|
|||||||
src/client/linux/minidump_writer/minidump_writer.cc \
|
src/client/linux/minidump_writer/minidump_writer.cc \
|
||||||
src/client/minidump_file_writer.cc \
|
src/client/minidump_file_writer.cc \
|
||||||
src/common/convert_UTF.c \
|
src/common/convert_UTF.c \
|
||||||
src/common/md5.c \
|
src/common/md5.cc \
|
||||||
src/common/string_conversion.cc \
|
src/common/string_conversion.cc \
|
||||||
src/common/linux/file_id.cc \
|
src/common/linux/file_id.cc \
|
||||||
src/common/linux/guid_creator.cc
|
src/common/linux/guid_creator.cc
|
||||||
@ -870,7 +870,7 @@ EXTRA_DIST = \
|
|||||||
src/common/mac/macho_walker.h \
|
src/common/mac/macho_walker.h \
|
||||||
src/common/mac/string_utilities.cc \
|
src/common/mac/string_utilities.cc \
|
||||||
src/common/mac/string_utilities.h \
|
src/common/mac/string_utilities.h \
|
||||||
src/common/md5.c \
|
src/common/md5.cc \
|
||||||
src/common/md5.h \
|
src/common/md5.h \
|
||||||
src/common/solaris/dump_symbols.cc \
|
src/common/solaris/dump_symbols.cc \
|
||||||
src/common/solaris/dump_symbols.h \
|
src/common/solaris/dump_symbols.h \
|
||||||
|
@ -172,7 +172,7 @@ am__src_client_linux_libbreakpad_client_a_SOURCES_DIST = \
|
|||||||
src/client/linux/minidump_writer/linux_dumper.cc \
|
src/client/linux/minidump_writer/linux_dumper.cc \
|
||||||
src/client/linux/minidump_writer/minidump_writer.cc \
|
src/client/linux/minidump_writer/minidump_writer.cc \
|
||||||
src/client/minidump_file_writer.cc src/common/convert_UTF.c \
|
src/client/minidump_file_writer.cc src/common/convert_UTF.c \
|
||||||
src/common/md5.c src/common/string_conversion.cc \
|
src/common/md5.cc src/common/string_conversion.cc \
|
||||||
src/common/linux/file_id.cc src/common/linux/guid_creator.cc
|
src/common/linux/file_id.cc src/common/linux/guid_creator.cc
|
||||||
am__dirstamp = $(am__leading_dot)dirstamp
|
am__dirstamp = $(am__leading_dot)dirstamp
|
||||||
@LINUX_HOST_TRUE@am_src_client_linux_libbreakpad_client_a_OBJECTS = src/client/linux/crash_generation/crash_generation_client.$(OBJEXT) \
|
@LINUX_HOST_TRUE@am_src_client_linux_libbreakpad_client_a_OBJECTS = src/client/linux/crash_generation/crash_generation_client.$(OBJEXT) \
|
||||||
@ -1157,7 +1157,7 @@ lib_LIBRARIES = $(am__append_1) $(am__append_3)
|
|||||||
@LINUX_HOST_TRUE@ src/client/linux/minidump_writer/minidump_writer.cc \
|
@LINUX_HOST_TRUE@ src/client/linux/minidump_writer/minidump_writer.cc \
|
||||||
@LINUX_HOST_TRUE@ src/client/minidump_file_writer.cc \
|
@LINUX_HOST_TRUE@ src/client/minidump_file_writer.cc \
|
||||||
@LINUX_HOST_TRUE@ src/common/convert_UTF.c \
|
@LINUX_HOST_TRUE@ src/common/convert_UTF.c \
|
||||||
@LINUX_HOST_TRUE@ src/common/md5.c \
|
@LINUX_HOST_TRUE@ src/common/md5.cc \
|
||||||
@LINUX_HOST_TRUE@ src/common/string_conversion.cc \
|
@LINUX_HOST_TRUE@ src/common/string_conversion.cc \
|
||||||
@LINUX_HOST_TRUE@ src/common/linux/file_id.cc \
|
@LINUX_HOST_TRUE@ src/common/linux/file_id.cc \
|
||||||
@LINUX_HOST_TRUE@ src/common/linux/guid_creator.cc
|
@LINUX_HOST_TRUE@ src/common/linux/guid_creator.cc
|
||||||
@ -1915,7 +1915,7 @@ EXTRA_DIST = \
|
|||||||
src/common/mac/macho_walker.h \
|
src/common/mac/macho_walker.h \
|
||||||
src/common/mac/string_utilities.cc \
|
src/common/mac/string_utilities.cc \
|
||||||
src/common/mac/string_utilities.h \
|
src/common/mac/string_utilities.h \
|
||||||
src/common/md5.c \
|
src/common/md5.cc \
|
||||||
src/common/md5.h \
|
src/common/md5.h \
|
||||||
src/common/solaris/dump_symbols.cc \
|
src/common/solaris/dump_symbols.cc \
|
||||||
src/common/solaris/dump_symbols.h \
|
src/common/solaris/dump_symbols.h \
|
||||||
|
@ -43,11 +43,11 @@
|
|||||||
3329D4ED0FA16D820007BBC5 /* Breakpad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3329D4EC0FA16D820007BBC5 /* Breakpad.xib */; };
|
3329D4ED0FA16D820007BBC5 /* Breakpad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3329D4EC0FA16D820007BBC5 /* Breakpad.xib */; };
|
||||||
33880C800F9E097100817F82 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 33880C7E0F9E097100817F82 /* InfoPlist.strings */; };
|
33880C800F9E097100817F82 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 33880C7E0F9E097100817F82 /* InfoPlist.strings */; };
|
||||||
4084699D0F5D9CF900FDCA37 /* crash_report_sender.icns in Resources */ = {isa = PBXBuildFile; fileRef = 4084699C0F5D9CF900FDCA37 /* crash_report_sender.icns */; };
|
4084699D0F5D9CF900FDCA37 /* crash_report_sender.icns in Resources */ = {isa = PBXBuildFile; fileRef = 4084699C0F5D9CF900FDCA37 /* crash_report_sender.icns */; };
|
||||||
4D72CA0E13DFAD5C006CABE3 /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D72CA0D13DFAD5C006CABE3 /* md5.c */; };
|
4D72CA0E13DFAD5C006CABE3 /* md5.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D72CA0D13DFAD5C006CABE3 /* md5.cc */; };
|
||||||
4D72CA2513DFAE1C006CABE3 /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D72CA0D13DFAD5C006CABE3 /* md5.c */; };
|
4D72CA2513DFAE1C006CABE3 /* md5.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D72CA0D13DFAD5C006CABE3 /* md5.cc */; };
|
||||||
4D72CA2F13DFAE65006CABE3 /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D72CA0D13DFAD5C006CABE3 /* md5.c */; };
|
4D72CA2F13DFAE65006CABE3 /* md5.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D72CA0D13DFAD5C006CABE3 /* md5.cc */; };
|
||||||
4D72CA3813DFAE91006CABE3 /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D72CA0D13DFAD5C006CABE3 /* md5.c */; };
|
4D72CA3813DFAE91006CABE3 /* md5.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D72CA0D13DFAD5C006CABE3 /* md5.cc */; };
|
||||||
4D72CA3913DFAE92006CABE3 /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D72CA0D13DFAD5C006CABE3 /* md5.c */; };
|
4D72CA3913DFAE92006CABE3 /* md5.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D72CA0D13DFAD5C006CABE3 /* md5.cc */; };
|
||||||
4DBE49A6134A4F200072546A /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4DBE4769134A4F080072546A /* CoreServices.framework */; };
|
4DBE49A6134A4F200072546A /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4DBE4769134A4F080072546A /* CoreServices.framework */; };
|
||||||
4DBE49A7134A4F280072546A /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4DBE4769134A4F080072546A /* CoreServices.framework */; };
|
4DBE49A7134A4F280072546A /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4DBE4769134A4F080072546A /* CoreServices.framework */; };
|
||||||
4DBE49A8134A4F380072546A /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4DBE4769134A4F080072546A /* CoreServices.framework */; };
|
4DBE49A8134A4F380072546A /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4DBE4769134A4F080072546A /* CoreServices.framework */; };
|
||||||
@ -558,7 +558,7 @@
|
|||||||
3329D4EC0FA16D820007BBC5 /* Breakpad.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Breakpad.xib; path = sender/Breakpad.xib; sourceTree = "<group>"; };
|
3329D4EC0FA16D820007BBC5 /* Breakpad.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Breakpad.xib; path = sender/Breakpad.xib; sourceTree = "<group>"; };
|
||||||
33880C7F0F9E097100817F82 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = sender/English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
33880C7F0F9E097100817F82 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = sender/English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||||
4084699C0F5D9CF900FDCA37 /* crash_report_sender.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = crash_report_sender.icns; path = sender/crash_report_sender.icns; sourceTree = "<group>"; };
|
4084699C0F5D9CF900FDCA37 /* crash_report_sender.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = crash_report_sender.icns; path = sender/crash_report_sender.icns; sourceTree = "<group>"; };
|
||||||
4D72CA0D13DFAD5C006CABE3 /* md5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = md5.c; path = ../../common/md5.c; sourceTree = SOURCE_ROOT; };
|
4D72CA0D13DFAD5C006CABE3 /* md5.cc */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = md5.cc; path = ../../common/md5.cc; sourceTree = SOURCE_ROOT; };
|
||||||
4DBE4769134A4F080072546A /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = System/Library/Frameworks/CoreServices.framework; sourceTree = SDKROOT; };
|
4DBE4769134A4F080072546A /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = System/Library/Frameworks/CoreServices.framework; sourceTree = SDKROOT; };
|
||||||
8B31007011F0CD3C00FCF3E4 /* GTMDefines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GTMDefines.h; path = ../../common/mac/GTMDefines.h; sourceTree = SOURCE_ROOT; };
|
8B31007011F0CD3C00FCF3E4 /* GTMDefines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GTMDefines.h; path = ../../common/mac/GTMDefines.h; sourceTree = SOURCE_ROOT; };
|
||||||
8B3101E911F0CDE300FCF3E4 /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; };
|
8B3101E911F0CDE300FCF3E4 /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; };
|
||||||
@ -904,7 +904,7 @@
|
|||||||
D244540A12439BA0009BBCE0 /* memory_unittest.cc */,
|
D244540A12439BA0009BBCE0 /* memory_unittest.cc */,
|
||||||
F92C53870ECCE6C0009BE4BA /* convert_UTF.c */,
|
F92C53870ECCE6C0009BE4BA /* convert_UTF.c */,
|
||||||
F92C53880ECCE6C0009BE4BA /* convert_UTF.h */,
|
F92C53880ECCE6C0009BE4BA /* convert_UTF.h */,
|
||||||
4D72CA0D13DFAD5C006CABE3 /* md5.c */,
|
4D72CA0D13DFAD5C006CABE3 /* md5.cc */,
|
||||||
F92C53850ECCE6AD009BE4BA /* string_conversion.cc */,
|
F92C53850ECCE6AD009BE4BA /* string_conversion.cc */,
|
||||||
F92C53860ECCE6AD009BE4BA /* string_conversion.h */,
|
F92C53860ECCE6AD009BE4BA /* string_conversion.h */,
|
||||||
F92C53840ECCE68D009BE4BA /* mac */,
|
F92C53840ECCE68D009BE4BA /* mac */,
|
||||||
@ -1359,7 +1359,6 @@
|
|||||||
isa = PBXProject;
|
isa = PBXProject;
|
||||||
buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "Breakpad" */;
|
buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "Breakpad" */;
|
||||||
compatibilityVersion = "Xcode 3.1";
|
compatibilityVersion = "Xcode 3.1";
|
||||||
developmentRegion = English;
|
|
||||||
hasScannedForEncodings = 1;
|
hasScannedForEncodings = 1;
|
||||||
knownRegions = (
|
knownRegions = (
|
||||||
English,
|
English,
|
||||||
@ -1661,7 +1660,7 @@
|
|||||||
D246419612BAA55A005170D0 /* macho_id.cc in Sources */,
|
D246419612BAA55A005170D0 /* macho_id.cc in Sources */,
|
||||||
D24641A012BAA67F005170D0 /* macho_walker.cc in Sources */,
|
D24641A012BAA67F005170D0 /* macho_walker.cc in Sources */,
|
||||||
D24641AF12BAA82D005170D0 /* macho_utilities.cc in Sources */,
|
D24641AF12BAA82D005170D0 /* macho_utilities.cc in Sources */,
|
||||||
4D72CA2513DFAE1C006CABE3 /* md5.c in Sources */,
|
4D72CA2513DFAE1C006CABE3 /* md5.cc in Sources */,
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
@ -1699,7 +1698,7 @@
|
|||||||
D24641ED12BAC6FB005170D0 /* minidump.cc in Sources */,
|
D24641ED12BAC6FB005170D0 /* minidump.cc in Sources */,
|
||||||
D24641EE12BAC6FB005170D0 /* pathname_stripper.cc in Sources */,
|
D24641EE12BAC6FB005170D0 /* pathname_stripper.cc in Sources */,
|
||||||
D24641EF12BAC6FB005170D0 /* basic_code_modules.cc in Sources */,
|
D24641EF12BAC6FB005170D0 /* basic_code_modules.cc in Sources */,
|
||||||
4D72CA3913DFAE92006CABE3 /* md5.c in Sources */,
|
4D72CA3913DFAE92006CABE3 /* md5.cc in Sources */,
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
@ -1725,7 +1724,7 @@
|
|||||||
F92C56430ECD10CA009BE4BA /* macho_utilities.cc in Sources */,
|
F92C56430ECD10CA009BE4BA /* macho_utilities.cc in Sources */,
|
||||||
F92C56440ECD10CA009BE4BA /* macho_walker.cc in Sources */,
|
F92C56440ECD10CA009BE4BA /* macho_walker.cc in Sources */,
|
||||||
F92C56450ECD10CA009BE4BA /* MachIPC.mm in Sources */,
|
F92C56450ECD10CA009BE4BA /* MachIPC.mm in Sources */,
|
||||||
4D72CA0E13DFAD5C006CABE3 /* md5.c in Sources */,
|
4D72CA0E13DFAD5C006CABE3 /* md5.cc in Sources */,
|
||||||
F92C56460ECD10CA009BE4BA /* minidump_file_writer.cc in Sources */,
|
F92C56460ECD10CA009BE4BA /* minidump_file_writer.cc in Sources */,
|
||||||
F92C56470ECD10CA009BE4BA /* minidump_generator.cc in Sources */,
|
F92C56470ECD10CA009BE4BA /* minidump_generator.cc in Sources */,
|
||||||
F92C56480ECD10CA009BE4BA /* SimpleStringDictionary.mm in Sources */,
|
F92C56480ECD10CA009BE4BA /* SimpleStringDictionary.mm in Sources */,
|
||||||
@ -1769,7 +1768,7 @@
|
|||||||
F93803D60F8083B7004D428B /* macho_walker.cc in Sources */,
|
F93803D60F8083B7004D428B /* macho_walker.cc in Sources */,
|
||||||
F93803D70F8083B7004D428B /* string_utilities.cc in Sources */,
|
F93803D70F8083B7004D428B /* string_utilities.cc in Sources */,
|
||||||
D23F4B2E12A7E13200686C8D /* minidump_generator_test.cc in Sources */,
|
D23F4B2E12A7E13200686C8D /* minidump_generator_test.cc in Sources */,
|
||||||
4D72CA2F13DFAE65006CABE3 /* md5.c in Sources */,
|
4D72CA2F13DFAE65006CABE3 /* md5.cc in Sources */,
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
@ -1809,7 +1808,7 @@
|
|||||||
F93DE33F0F82C66B00608B94 /* string_utilities.cc in Sources */,
|
F93DE33F0F82C66B00608B94 /* string_utilities.cc in Sources */,
|
||||||
D2F9A3D51212F87C002747C1 /* exception_handler_test.cc in Sources */,
|
D2F9A3D51212F87C002747C1 /* exception_handler_test.cc in Sources */,
|
||||||
D244540B12439BA0009BBCE0 /* memory_unittest.cc in Sources */,
|
D244540B12439BA0009BBCE0 /* memory_unittest.cc in Sources */,
|
||||||
4D72CA3813DFAE91006CABE3 /* md5.c in Sources */,
|
4D72CA3813DFAE91006CABE3 /* md5.cc in Sources */,
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
|
@ -72,7 +72,7 @@
|
|||||||
F93A88880E8B4C9A0026AF89 /* bytereader.cc in Sources */ = {isa = PBXBuildFile; fileRef = F9721F760E8B0DC700D7E813 /* bytereader.cc */; };
|
F93A88880E8B4C9A0026AF89 /* bytereader.cc in Sources */ = {isa = PBXBuildFile; fileRef = F9721F760E8B0DC700D7E813 /* bytereader.cc */; };
|
||||||
F93A88890E8B4C9A0026AF89 /* dwarf2reader.cc in Sources */ = {isa = PBXBuildFile; fileRef = F9721F770E8B0DC700D7E813 /* dwarf2reader.cc */; };
|
F93A88890E8B4C9A0026AF89 /* dwarf2reader.cc in Sources */ = {isa = PBXBuildFile; fileRef = F9721F770E8B0DC700D7E813 /* dwarf2reader.cc */; };
|
||||||
F93A888A0E8B4C9A0026AF89 /* functioninfo.cc in Sources */ = {isa = PBXBuildFile; fileRef = F9721F780E8B0DC700D7E813 /* functioninfo.cc */; };
|
F93A888A0E8B4C9A0026AF89 /* functioninfo.cc in Sources */ = {isa = PBXBuildFile; fileRef = F9721F780E8B0DC700D7E813 /* functioninfo.cc */; };
|
||||||
F93A888B0E8B4C9A0026AF89 /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = F9721FA80E8B0E4800D7E813 /* md5.c */; };
|
F93A888B0E8B4C9A0026AF89 /* md5.cc in Sources */ = {isa = PBXBuildFile; fileRef = F9721FA80E8B0E4800D7E813 /* md5.cc */; };
|
||||||
F9721F6C0E8B0D7000D7E813 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F9721F6B0E8B0D7000D7E813 /* Cocoa.framework */; };
|
F9721F6C0E8B0D7000D7E813 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F9721F6B0E8B0D7000D7E813 /* Cocoa.framework */; };
|
||||||
F9721FA20E8B0E2300D7E813 /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F9721FA10E8B0E2300D7E813 /* SenTestingKit.framework */; };
|
F9721FA20E8B0E2300D7E813 /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F9721FA10E8B0E2300D7E813 /* SenTestingKit.framework */; };
|
||||||
F982089C0DB3280D0017AECA /* breakpad_nlist_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = F982089B0DB3280D0017AECA /* breakpad_nlist_test.cc */; };
|
F982089C0DB3280D0017AECA /* breakpad_nlist_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = F982089B0DB3280D0017AECA /* breakpad_nlist_test.cc */; };
|
||||||
@ -157,7 +157,7 @@
|
|||||||
F9721F770E8B0DC700D7E813 /* dwarf2reader.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = dwarf2reader.cc; path = ../../../common/dwarf/dwarf2reader.cc; sourceTree = SOURCE_ROOT; };
|
F9721F770E8B0DC700D7E813 /* dwarf2reader.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = dwarf2reader.cc; path = ../../../common/dwarf/dwarf2reader.cc; sourceTree = SOURCE_ROOT; };
|
||||||
F9721F780E8B0DC700D7E813 /* functioninfo.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = functioninfo.cc; path = ../../../common/dwarf/functioninfo.cc; sourceTree = SOURCE_ROOT; };
|
F9721F780E8B0DC700D7E813 /* functioninfo.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = functioninfo.cc; path = ../../../common/dwarf/functioninfo.cc; sourceTree = SOURCE_ROOT; };
|
||||||
F9721FA10E8B0E2300D7E813 /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; };
|
F9721FA10E8B0E2300D7E813 /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; };
|
||||||
F9721FA80E8B0E4800D7E813 /* md5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = md5.c; path = ../../../common/md5.c; sourceTree = SOURCE_ROOT; };
|
F9721FA80E8B0E4800D7E813 /* md5.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = md5.cc; path = ../../../common/md5.cc; sourceTree = SOURCE_ROOT; };
|
||||||
F982089A0DB3280D0017AECA /* breakpad_nlist_test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = breakpad_nlist_test.h; sourceTree = "<group>"; };
|
F982089A0DB3280D0017AECA /* breakpad_nlist_test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = breakpad_nlist_test.h; sourceTree = "<group>"; };
|
||||||
F982089B0DB3280D0017AECA /* breakpad_nlist_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = breakpad_nlist_test.cc; sourceTree = "<group>"; };
|
F982089B0DB3280D0017AECA /* breakpad_nlist_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = breakpad_nlist_test.cc; sourceTree = "<group>"; };
|
||||||
F98208A10DB32CAE0017AECA /* breakpad_nlist_64.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = breakpad_nlist_64.cc; sourceTree = "<group>"; };
|
F98208A10DB32CAE0017AECA /* breakpad_nlist_64.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = breakpad_nlist_64.cc; sourceTree = "<group>"; };
|
||||||
@ -236,7 +236,7 @@
|
|||||||
8BFC812011FF99D5002CB4DC /* Breakpad.xcconfig */,
|
8BFC812011FF99D5002CB4DC /* Breakpad.xcconfig */,
|
||||||
8BFC812111FF99D5002CB4DC /* BreakpadDebug.xcconfig */,
|
8BFC812111FF99D5002CB4DC /* BreakpadDebug.xcconfig */,
|
||||||
8BFC812211FF99D5002CB4DC /* BreakpadRelease.xcconfig */,
|
8BFC812211FF99D5002CB4DC /* BreakpadRelease.xcconfig */,
|
||||||
F9721FA80E8B0E4800D7E813 /* md5.c */,
|
F9721FA80E8B0E4800D7E813 /* md5.cc */,
|
||||||
F9721F760E8B0DC700D7E813 /* bytereader.cc */,
|
F9721F760E8B0DC700D7E813 /* bytereader.cc */,
|
||||||
F9721F770E8B0DC700D7E813 /* dwarf2reader.cc */,
|
F9721F770E8B0DC700D7E813 /* dwarf2reader.cc */,
|
||||||
F9721F780E8B0DC700D7E813 /* functioninfo.cc */,
|
F9721F780E8B0DC700D7E813 /* functioninfo.cc */,
|
||||||
@ -601,7 +601,7 @@
|
|||||||
F93A88880E8B4C9A0026AF89 /* bytereader.cc in Sources */,
|
F93A88880E8B4C9A0026AF89 /* bytereader.cc in Sources */,
|
||||||
F93A88890E8B4C9A0026AF89 /* dwarf2reader.cc in Sources */,
|
F93A88890E8B4C9A0026AF89 /* dwarf2reader.cc in Sources */,
|
||||||
F93A888A0E8B4C9A0026AF89 /* functioninfo.cc in Sources */,
|
F93A888A0E8B4C9A0026AF89 /* functioninfo.cc in Sources */,
|
||||||
F93A888B0E8B4C9A0026AF89 /* md5.c in Sources */,
|
F93A888B0E8B4C9A0026AF89 /* md5.cc in Sources */,
|
||||||
F93A887D0E8B4C8C0026AF89 /* macho_walker.cc in Sources */,
|
F93A887D0E8B4C8C0026AF89 /* macho_walker.cc in Sources */,
|
||||||
F93A887E0E8B4C8C0026AF89 /* macho_id.cc in Sources */,
|
F93A887E0E8B4C8C0026AF89 /* macho_id.cc in Sources */,
|
||||||
F93A887F0E8B4C8C0026AF89 /* macho_utilities.cc in Sources */,
|
F93A887F0E8B4C8C0026AF89 /* macho_utilities.cc in Sources */,
|
||||||
|
@ -40,7 +40,7 @@ BIN_DIR=.
|
|||||||
|
|
||||||
THREAD_SRC=solaris_lwp.cc
|
THREAD_SRC=solaris_lwp.cc
|
||||||
SHARE_SRC=../../minidump_file_writer.cc\
|
SHARE_SRC=../../minidump_file_writer.cc\
|
||||||
../../../common/md5.c\
|
../../../common/md5.cc\
|
||||||
../../../common/string_conversion.cc\
|
../../../common/string_conversion.cc\
|
||||||
../../../common/solaris/file_id.cc\
|
../../../common/solaris/file_id.cc\
|
||||||
minidump_generator.cc
|
minidump_generator.cc
|
||||||
|
@ -51,6 +51,10 @@ extern "C" { // necessary for Leopard
|
|||||||
|
|
||||||
namespace MacFileUtilities {
|
namespace MacFileUtilities {
|
||||||
|
|
||||||
|
using google_breakpad::MD5Init;
|
||||||
|
using google_breakpad::MD5Update;
|
||||||
|
using google_breakpad::MD5Final;
|
||||||
|
|
||||||
MachoID::MachoID(const char *path)
|
MachoID::MachoID(const char *path)
|
||||||
: memory_(0),
|
: memory_(0),
|
||||||
memory_size_(0),
|
memory_size_(0),
|
||||||
|
@ -109,7 +109,7 @@ class MachoID {
|
|||||||
uint32_t crc_;
|
uint32_t crc_;
|
||||||
|
|
||||||
// The MD5 context
|
// The MD5 context
|
||||||
MD5Context md5_context_;
|
google_breakpad::MD5Context md5_context_;
|
||||||
|
|
||||||
// The current update to call from the Update callback
|
// The current update to call from the Update callback
|
||||||
UpdateFunction update_function_;
|
UpdateFunction update_function_;
|
||||||
|
@ -17,6 +17,8 @@
|
|||||||
|
|
||||||
#include "common/md5.h"
|
#include "common/md5.h"
|
||||||
|
|
||||||
|
namespace google_breakpad {
|
||||||
|
|
||||||
#ifndef WORDS_BIGENDIAN
|
#ifndef WORDS_BIGENDIAN
|
||||||
#define byteReverse(buf, len) /* Nothing */
|
#define byteReverse(buf, len) /* Nothing */
|
||||||
#else
|
#else
|
||||||
@ -244,3 +246,6 @@ static void MD5Transform(u32 buf[4], u32 const in[16])
|
|||||||
buf[2] += c;
|
buf[2] += c;
|
||||||
buf[3] += d;
|
buf[3] += d;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
} // namespace google_breakpad
|
||||||
|
|
@ -5,6 +5,8 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
namespace google_breakpad {
|
||||||
|
|
||||||
typedef uint32_t u32;
|
typedef uint32_t u32;
|
||||||
typedef uint8_t u8;
|
typedef uint8_t u8;
|
||||||
|
|
||||||
@ -14,18 +16,12 @@ struct MD5Context {
|
|||||||
u8 in[64];
|
u8 in[64];
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif // __cplusplus
|
|
||||||
|
|
||||||
void MD5Init(struct MD5Context *ctx);
|
void MD5Init(struct MD5Context *ctx);
|
||||||
|
|
||||||
void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len);
|
void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len);
|
||||||
|
|
||||||
void MD5Final(unsigned char digest[16], struct MD5Context *ctx);
|
void MD5Final(unsigned char digest[16], struct MD5Context *ctx);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
} // namespace google_breakpad
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif // COMMON_MD5_H__
|
#endif // COMMON_MD5_H__
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
4D2C725D126F9C9200B43EAF /* x86_insn.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D2C725C126F9C9200B43EAF /* x86_insn.c */; };
|
4D2C725D126F9C9200B43EAF /* x86_insn.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D2C725C126F9C9200B43EAF /* x86_insn.c */; };
|
||||||
4D2C7264126F9CBB00B43EAF /* ia32_modrm.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D2C7261126F9CBB00B43EAF /* ia32_modrm.c */; };
|
4D2C7264126F9CBB00B43EAF /* ia32_modrm.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D2C7261126F9CBB00B43EAF /* ia32_modrm.c */; };
|
||||||
4D2C726D126F9CDC00B43EAF /* x86_imm.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D2C7263126F9CBB00B43EAF /* x86_imm.c */; };
|
4D2C726D126F9CDC00B43EAF /* x86_imm.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D2C7263126F9CBB00B43EAF /* x86_imm.c */; };
|
||||||
4D72CA5713DFBA84006CABE3 /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D72CA5613DFBA84006CABE3 /* md5.c */; };
|
4D72CA5713DFBA84006CABE3 /* md5.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D72CA5613DFBA84006CABE3 /* md5.cc */; };
|
||||||
557800400BE1F28500EC23E0 /* macho_utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5578003E0BE1F28500EC23E0 /* macho_utilities.cc */; };
|
557800400BE1F28500EC23E0 /* macho_utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5578003E0BE1F28500EC23E0 /* macho_utilities.cc */; };
|
||||||
8B31FF2A11F0C62700FCF3E4 /* dwarf_cfi_to_module.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8B31FF2411F0C62700FCF3E4 /* dwarf_cfi_to_module.cc */; };
|
8B31FF2A11F0C62700FCF3E4 /* dwarf_cfi_to_module.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8B31FF2411F0C62700FCF3E4 /* dwarf_cfi_to_module.cc */; };
|
||||||
8B31FF2B11F0C62700FCF3E4 /* dwarf_cu_to_module.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8B31FF2611F0C62700FCF3E4 /* dwarf_cu_to_module.cc */; };
|
8B31FF2B11F0C62700FCF3E4 /* dwarf_cu_to_module.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8B31FF2611F0C62700FCF3E4 /* dwarf_cu_to_module.cc */; };
|
||||||
@ -83,7 +83,7 @@
|
|||||||
4D2C725C126F9C9200B43EAF /* x86_insn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = x86_insn.c; path = ../../../third_party/libdisasm/x86_insn.c; sourceTree = SOURCE_ROOT; };
|
4D2C725C126F9C9200B43EAF /* x86_insn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = x86_insn.c; path = ../../../third_party/libdisasm/x86_insn.c; sourceTree = SOURCE_ROOT; };
|
||||||
4D2C7261126F9CBB00B43EAF /* ia32_modrm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ia32_modrm.c; path = ../../../third_party/libdisasm/ia32_modrm.c; sourceTree = SOURCE_ROOT; };
|
4D2C7261126F9CBB00B43EAF /* ia32_modrm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ia32_modrm.c; path = ../../../third_party/libdisasm/ia32_modrm.c; sourceTree = SOURCE_ROOT; };
|
||||||
4D2C7263126F9CBB00B43EAF /* x86_imm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = x86_imm.c; path = ../../../third_party/libdisasm/x86_imm.c; sourceTree = SOURCE_ROOT; };
|
4D2C7263126F9CBB00B43EAF /* x86_imm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = x86_imm.c; path = ../../../third_party/libdisasm/x86_imm.c; sourceTree = SOURCE_ROOT; };
|
||||||
4D72CA5613DFBA84006CABE3 /* md5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = md5.c; path = ../../../common/md5.c; sourceTree = SOURCE_ROOT; };
|
4D72CA5613DFBA84006CABE3 /* md5.cc */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = md5.cc; path = ../../../common/md5.cc; sourceTree = SOURCE_ROOT; };
|
||||||
5578003E0BE1F28500EC23E0 /* macho_utilities.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = macho_utilities.cc; path = ../../../common/mac/macho_utilities.cc; sourceTree = SOURCE_ROOT; };
|
5578003E0BE1F28500EC23E0 /* macho_utilities.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = macho_utilities.cc; path = ../../../common/mac/macho_utilities.cc; sourceTree = SOURCE_ROOT; };
|
||||||
5578003F0BE1F28500EC23E0 /* macho_utilities.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = macho_utilities.h; path = ../../../common/mac/macho_utilities.h; sourceTree = SOURCE_ROOT; };
|
5578003F0BE1F28500EC23E0 /* macho_utilities.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = macho_utilities.h; path = ../../../common/mac/macho_utilities.h; sourceTree = SOURCE_ROOT; };
|
||||||
8B31025311F0D2D400FCF3E4 /* Breakpad.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Breakpad.xcconfig; path = ../../../common/mac/Breakpad.xcconfig; sourceTree = SOURCE_ROOT; };
|
8B31025311F0D2D400FCF3E4 /* Breakpad.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Breakpad.xcconfig; path = ../../../common/mac/Breakpad.xcconfig; sourceTree = SOURCE_ROOT; };
|
||||||
@ -204,7 +204,7 @@
|
|||||||
8B31FF4011F0C64400FCF3E4 /* stabs_to_module.h */,
|
8B31FF4011F0C64400FCF3E4 /* stabs_to_module.h */,
|
||||||
8B31FF8411F0C6FB00FCF3E4 /* language.cc */,
|
8B31FF8411F0C6FB00FCF3E4 /* language.cc */,
|
||||||
8B31FF8511F0C6FB00FCF3E4 /* language.h */,
|
8B31FF8511F0C6FB00FCF3E4 /* language.h */,
|
||||||
4D72CA5613DFBA84006CABE3 /* md5.c */,
|
4D72CA5613DFBA84006CABE3 /* md5.cc */,
|
||||||
8B31FF8611F0C6FB00FCF3E4 /* module.cc */,
|
8B31FF8611F0C6FB00FCF3E4 /* module.cc */,
|
||||||
8B31FF8711F0C6FB00FCF3E4 /* module.h */,
|
8B31FF8711F0C6FB00FCF3E4 /* module.h */,
|
||||||
08FB7795FE84155DC02AAC07 /* breakpad */,
|
08FB7795FE84155DC02AAC07 /* breakpad */,
|
||||||
@ -389,7 +389,6 @@
|
|||||||
isa = PBXProject;
|
isa = PBXProject;
|
||||||
buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "crash_report" */;
|
buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "crash_report" */;
|
||||||
compatibilityVersion = "Xcode 3.1";
|
compatibilityVersion = "Xcode 3.1";
|
||||||
developmentRegion = English;
|
|
||||||
hasScannedForEncodings = 1;
|
hasScannedForEncodings = 1;
|
||||||
knownRegions = (
|
knownRegions = (
|
||||||
English,
|
English,
|
||||||
@ -463,7 +462,7 @@
|
|||||||
4D2C725D126F9C9200B43EAF /* x86_insn.c in Sources */,
|
4D2C725D126F9C9200B43EAF /* x86_insn.c in Sources */,
|
||||||
4D2C7264126F9CBB00B43EAF /* ia32_modrm.c in Sources */,
|
4D2C7264126F9CBB00B43EAF /* ia32_modrm.c in Sources */,
|
||||||
4D2C726D126F9CDC00B43EAF /* x86_imm.c in Sources */,
|
4D2C726D126F9CDC00B43EAF /* x86_imm.c in Sources */,
|
||||||
4D72CA5713DFBA84006CABE3 /* md5.c in Sources */,
|
4D72CA5713DFBA84006CABE3 /* md5.cc in Sources */,
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
@ -491,6 +490,7 @@
|
|||||||
baseConfigurationReference = 8B3102DA11F0D65600FCF3E4 /* BreakpadDebug.xcconfig */;
|
baseConfigurationReference = 8B3102DA11F0D65600FCF3E4 /* BreakpadDebug.xcconfig */;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = HAVE_MACH_O_NLIST_H;
|
GCC_PREPROCESSOR_DEFINITIONS = HAVE_MACH_O_NLIST_H;
|
||||||
|
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
|
||||||
};
|
};
|
||||||
name = Debug;
|
name = Debug;
|
||||||
};
|
};
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
/* End PBXAggregateTarget section */
|
/* End PBXAggregateTarget section */
|
||||||
|
|
||||||
/* Begin PBXBuildFile section */
|
/* Begin PBXBuildFile section */
|
||||||
4D72CAF513DFBAC2006CABE3 /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D72CAF413DFBAC2006CABE3 /* md5.c */; };
|
4D72CAF513DFBAC2006CABE3 /* md5.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D72CAF413DFBAC2006CABE3 /* md5.cc */; };
|
||||||
B84A91F8116CF78F006C210E /* libgtestmockall.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B88FB024116BDFFF00407530 /* libgtestmockall.a */; };
|
B84A91F8116CF78F006C210E /* libgtestmockall.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B88FB024116BDFFF00407530 /* libgtestmockall.a */; };
|
||||||
B84A91FB116CF7AF006C210E /* module.cc in Sources */ = {isa = PBXBuildFile; fileRef = B88FAE241166603300407530 /* module.cc */; };
|
B84A91FB116CF7AF006C210E /* module.cc in Sources */ = {isa = PBXBuildFile; fileRef = B88FAE241166603300407530 /* module.cc */; };
|
||||||
B84A91FC116CF7AF006C210E /* stabs_to_module.cc in Sources */ = {isa = PBXBuildFile; fileRef = B88FAE3C11666C8900407530 /* stabs_to_module.cc */; };
|
B84A91FC116CF7AF006C210E /* stabs_to_module.cc in Sources */ = {isa = PBXBuildFile; fileRef = B88FAE3C11666C8900407530 /* stabs_to_module.cc */; };
|
||||||
@ -270,7 +270,7 @@
|
|||||||
/* Begin PBXFileReference section */
|
/* Begin PBXFileReference section */
|
||||||
08FB7796FE84155DC02AAC07 /* dump_syms.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = dump_syms.mm; path = ../../../common/mac/dump_syms.mm; sourceTree = "<group>"; };
|
08FB7796FE84155DC02AAC07 /* dump_syms.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = dump_syms.mm; path = ../../../common/mac/dump_syms.mm; sourceTree = "<group>"; };
|
||||||
08FB779EFE84155DC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
08FB779EFE84155DC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
||||||
4D72CAF413DFBAC2006CABE3 /* md5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = md5.c; path = ../../../common/md5.c; sourceTree = SOURCE_ROOT; };
|
4D72CAF413DFBAC2006CABE3 /* md5.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = md5.cc; path = ../../../common/md5.cc; sourceTree = SOURCE_ROOT; };
|
||||||
557800890BE1F3AB00EC23E0 /* macho_utilities.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = macho_utilities.cc; path = ../../../common/mac/macho_utilities.cc; sourceTree = SOURCE_ROOT; };
|
557800890BE1F3AB00EC23E0 /* macho_utilities.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = macho_utilities.cc; path = ../../../common/mac/macho_utilities.cc; sourceTree = SOURCE_ROOT; };
|
||||||
5578008A0BE1F3AB00EC23E0 /* macho_utilities.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = macho_utilities.h; path = ../../../common/mac/macho_utilities.h; sourceTree = SOURCE_ROOT; };
|
5578008A0BE1F3AB00EC23E0 /* macho_utilities.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = macho_utilities.h; path = ../../../common/mac/macho_utilities.h; sourceTree = SOURCE_ROOT; };
|
||||||
8B31023E11F0CF1C00FCF3E4 /* Breakpad.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Breakpad.xcconfig; path = ../../../common/mac/Breakpad.xcconfig; sourceTree = SOURCE_ROOT; };
|
8B31023E11F0CF1C00FCF3E4 /* Breakpad.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Breakpad.xcconfig; path = ../../../common/mac/Breakpad.xcconfig; sourceTree = SOURCE_ROOT; };
|
||||||
@ -490,7 +490,7 @@
|
|||||||
08FB7796FE84155DC02AAC07 /* dump_syms.mm */,
|
08FB7796FE84155DC02AAC07 /* dump_syms.mm */,
|
||||||
9BDF186E0B1BB43700F8391B /* dump_syms_tool.mm */,
|
9BDF186E0B1BB43700F8391B /* dump_syms_tool.mm */,
|
||||||
B89E0E701166573700DD08C9 /* macho_dump.cc */,
|
B89E0E701166573700DD08C9 /* macho_dump.cc */,
|
||||||
4D72CAF413DFBAC2006CABE3 /* md5.c */,
|
4D72CAF413DFBAC2006CABE3 /* md5.cc */,
|
||||||
08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
|
08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
|
||||||
1AB674ADFE9D54B511CA2CBB /* Products */,
|
1AB674ADFE9D54B511CA2CBB /* Products */,
|
||||||
);
|
);
|
||||||
@ -883,7 +883,6 @@
|
|||||||
isa = PBXProject;
|
isa = PBXProject;
|
||||||
buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "dump_syms" */;
|
buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "dump_syms" */;
|
||||||
compatibilityVersion = "Xcode 3.1";
|
compatibilityVersion = "Xcode 3.1";
|
||||||
developmentRegion = English;
|
|
||||||
hasScannedForEncodings = 1;
|
hasScannedForEncodings = 1;
|
||||||
knownRegions = (
|
knownRegions = (
|
||||||
English,
|
English,
|
||||||
@ -1079,7 +1078,7 @@
|
|||||||
B88FAE351166673E00407530 /* dwarf_cfi_to_module.cc in Sources */,
|
B88FAE351166673E00407530 /* dwarf_cfi_to_module.cc in Sources */,
|
||||||
B88FAE3B11666C6F00407530 /* stabs_reader.cc in Sources */,
|
B88FAE3B11666C6F00407530 /* stabs_reader.cc in Sources */,
|
||||||
B88FAE3E11666C8900407530 /* stabs_to_module.cc in Sources */,
|
B88FAE3E11666C8900407530 /* stabs_to_module.cc in Sources */,
|
||||||
4D72CAF513DFBAC2006CABE3 /* md5.c in Sources */,
|
4D72CAF513DFBAC2006CABE3 /* md5.cc in Sources */,
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
|
@ -54,8 +54,8 @@ guid_creator.o:../../../common/solaris/guid_creator.cc
|
|||||||
file_id.o:../../../common/solaris/file_id.cc
|
file_id.o:../../../common/solaris/file_id.cc
|
||||||
$(CXX) $(CXXFLAGS) -c $^
|
$(CXX) $(CXXFLAGS) -c $^
|
||||||
|
|
||||||
md5.o:../../../common/md5.c
|
md5.o:../../../common/md5.cc
|
||||||
$(CC) $(CXXFLAGS) -c $^
|
$(CXX) $(CXXFLAGS) -c $^
|
||||||
|
|
||||||
test:all
|
test:all
|
||||||
./run_regtest.sh
|
./run_regtest.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user