It’s there as far as I know, I used it recently to debug something. On my OSX 10.10.3 system, gdb is in /usr/bin:
ls -l which gdb
-rwxr-xr-x+ 1 root wheel 11032 Apr 15 2013 /usr/bin/gdb
Dan Wilcox @danomatika https://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
On Jun 11, 2015, at 11:17 AM, pd-list-request@lists.iem.at wrote:
As I know, gdb is no more present in Mac. I think it was substituted by lldb.
Dear Dan,
thank you for your answer. In my computer at /usr/bin/ there is no gdb, and doing locate gdb I got no results. Moreover, I remember that from Mavericks gdb was no more installed with Xcode1. I think you can build by yourself gdb from MacPorts or something similar2. I have to update my Xcode to 6.3.2 version: maybe with this release gdb is installed by default.
Cheers, Marco
2015-06-11 19:17 GMT+02:00 Dan Wilcox danomatika@gmail.com:
It’s there as far as I know, I used it recently to debug something. On my OSX 10.10.3 system, gdb is in /usr/bin:
ls -l
which gdb
-rwxr-xr-x+ 1 root wheel 11032 Apr 15 2013 /usr/bin/gdb
Dan Wilcox @danomatika https://twitter.com/danomatika danomatika.com robotcowboy.com
On Jun 11, 2015, at 11:17 AM, pd-list-request@lists.iem.at wrote:
As I know, gdb is no more present in Mac. I think it was substituted by lldb.
Hrmm weird. Maybe it’s left over from a previous install. It can;t be from Homebrew since it’s in /usr/bin …. in any case, it’s easy to install with HB.
Dan Wilcox @danomatika https://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
On Jun 12, 2015, at 8:51 AM, Marco Matteo Markidis mm.markidis@gmail.com wrote:
Cheers,