gdb --configuration

$ gdb --configuration 
这个GDB配置如下:
配置--host = x86_64-apple-darwin13.1.0 --target = x86_64-apple-darwin13.1.0
--with-auto-load-dir =:$ {prefix} / share / auto-load
--with-auto-load-safe-path =:$ {prefix} / share / auto-load
--with-expat
--with-gdb-datadir = / usr / local / share / gdb(可重定位)
--with-jit-reader-dir = / usr / local / lib / gdb(relocatable)
--without-libunwind-ia64
- without-lzma
--with-python = / System / Library / Frameworks / Python.framework / Versions / 2.7
--with-separate-debug-dir = / usr / local / lib / debug可重定位)
--with-zlib
--without-babeltrace
原文地址:https://www.cnblogs.com/dream397/p/14187599.html