GDB 7.5 (original) (raw)
2012-08-21 · By黑日白月 · Posted in Development · 0 Comments
常用的除错诊断工具 GDB 发布 7.5,带来了 Go 语言支持。
新版本的功能有:
- 对 Google Go 语言支持。
- 支持 x32 ABI 和 microMIPS。
- 配合 SystemTap 实现 SDT(定位静态追溯)。
- 改善了 GDBserver 支持,支持通过 stdio 的连接。
- 在 ARM 平台上支持逆向除错诊断。
- 移除
gdbtui
二进制文件,转而使用gdb -tui
。
# Tagged as gdb · Edit on GitHub