Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Side by Side Diff: third_party/apple_cctools/README.crashpad

Issue 564853002: Add third_party/apple_cctools containing virgin upstream code (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/apple_cctools/cctools/APPLE_LICENSE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Name: Apple cctools
2 Short Name: cctools
3 URL: https://opensource.apple.com/source/cctools/
4 URL: https://opensource.apple.com/tarballs/cctools/
5 Version: 855 (from Xcode 5.1)
6 License: APSL 2.0
7 License File: cctools/APPLE_LICENSE
8 Security Critical: no
9
10 Description:
11 cctools contains portions of Appleā€™s compiler toolchain, including common tools
12 like ar, as, nm, strings, and strip, and platform-specific tools like lipo and
13 otool. It also contains support libraries such as libmacho, which contains
14 interfaces for dealing with Mach-O images.
15
16 libmacho is available on Mac OS X as a runtime library that is part of
17 libSystem, but versions of libmacho included in operating system versions prior
18 to Mac OS X 10.7 did not include the getsectiondata() and getsegmentdata()
19 functions. This library is present here to provide implementations of these
20 functions for systems that do not have them.
21
22 Local Modifications:
23 - Only cctools/APPLE_LICENSE, cctools/libmacho/getsecbyname.c, and
24 cctools/include/mach-o/getsect.h are included.
OLDNEW
« no previous file with comments | « no previous file | third_party/apple_cctools/cctools/APPLE_LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698