forked fromGunioRobot/macgdb
- Notifications
You must be signed in to change notification settings - Fork2
Forward-port of Apple's OS X-specific patches to gdb
License
GPL-2.0, Unknown licenses found
Licenses found
GPL-2.0
COPYINGUnknown
COPYING.LIBNotificationsYou must be signed in to change notification settings
argp/macgdb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Originally by rgov:
https://github.com/rgov/macgdb
Forked and updated by argp:
https://github.com/argp/macgdb
Feel free to fork and submit pull requests.
Tested on:
- 10.8.4
- 10.8.3
- 10.7.5
export CFLAGS="-Wno-format"./configure --enable-64-bit-bfd --disable-werror --prefix=$(pwd)/distmakemake install
See Chapter 2, "Obtaining a Signing Identity" of the Code Signing Guide:
http://developer.apple.com/mac/library/documentation/Security/Conceptual/CodeSigningGuide/index.html
Add your certificate to the System keychain. Modify the trust settingsas follows to "Never Trust" for all uses except for code signing, whichshould be "Always Trust."
codesign -s "Certificate Common Name" dist/bin/*
make distcleanfind . -iname config.cache -print -delete
About
Forward-port of Apple's OS X-specific patches to gdb
Resources
License
GPL-2.0, Unknown licenses found
Licenses found
GPL-2.0
COPYINGUnknown
COPYING.LIBStars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- C93.8%
- Assembly3.8%
- C++0.9%
- Shell0.7%
- Logos0.3%
- Perl0.2%
- Other0.3%