Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
forked fromGunioRobot/macgdb

Forward-port of Apple's OS X-specific patches to gdb

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
COPYING
Unknown
COPYING.LIB
NotificationsYou must be signed in to change notification settings

argp/macgdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Building

export CFLAGS="-Wno-format"./configure --enable-64-bit-bfd --disable-werror --prefix=$(pwd)/distmakemake install

Code signing

Creating a signing identity

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."

Signing gdb after building

codesign -s "Certificate Common Name" dist/bin/*

Cleaning

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
COPYING
Unknown
COPYING.LIB

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C93.8%
  • Assembly3.8%
  • C++0.9%
  • Shell0.7%
  • Logos0.3%
  • Perl0.2%
  • Other0.3%

[8]ページ先頭

©2009-2025 Movatter.jp