Ios 8.4 安装gdb 运行错误

iPhone6s:~ root# gdb
GNU gdb 6.3.50-20050815 (Apple version gdb-1821) (Fri Jun 29 08:41:41 UTC 2012)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type “show copying” to see the conditions.
There is absolutely no warranty for GDB. Type “show warranty” for details.
This GDB was configured as “arm-apple-darwin”.
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
(gdb) attach SpringBoard
Attaching to process 1380.

报错信息如下:
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
Error calling thread_get_state for GP registers for thread 0x3075lxerror on line 251 of “/SourceCache/gdb/gdb-1821/src/gdb/macosx/arm-macosx-nat-exec.c” in function “void fetch_inferior_registers(int)”: (os/kern) invalid argument (0x4)

谢谢各位

换lldb吧

已经换了 ok