1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 GDB 7.11 发布,程序调试利器 下载

本帖由 漂亮的石头2016-02-25 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,426
    赞:
    47
    GDB 7.11 发布了,该版本值得关注的改进记录包括:

    * Per-inferior thread numbers (thread numbers are now per inferior instead
    of being global).

    * GDB now allows users to specify breakpoint locations using a more
    explicit syntax (named "explicit location"). This feature is also
    available in GDB/MI.

    * New convenience variables ($_gthread, $_inferior)

    * When hitting a breakpoint or receiving a signal while debugging a
    multi-threaded program, the debugger now shows which thread triggered
    the event.

    * Record btrace now supports non-stop mode.

    * Various improvements on AArch64 GNU/Linux
    ** Multi-architecture debugging support
    ** displaced stepping
    ** tracepoint support added in GDBserver

    * kernel-based threads support on FreeBSD.

    * Support for reading/writing memory and extracting values on architectures
    whose memory is addressable in units of any integral multiple of 8 bits.

    * In Ada, the overloads selection menu provides the parameter types and
    return types for the matching overloaded subprograms.

    * Various remote protocol improvements, including several new packets
    which can be used to support features such as follow-exec-mode, exec
    catchpoints, syscall catchpoints, etc.

    * Some minor improvements in the Python API for extending GDB.

    * Support for various ROM monitors has been removed:

    target dbug dBUG ROM monitor for Motorola ColdFire
    target picobug Motorola picobug monitor
    target dink32 DINK32 ROM monitor for PowerPC
    target m32r Renesas M32R/D ROM monitor
    target mon2000 mon2000 ROM monitor
    target ppcbug PPCBUG ROM monitor for PowerPC

    完整内容请看下载包中的 NEWS 文件,下载地址:

    http://www.gnu.org/software/gdb/
    GDB 7.11 发布,程序调试利器下载地址
     
正在加载...