Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Releases: rocmarchive/ROCm-Debugger

v1.5 May 2017 release

22 May 18:51
Compare
Choose a tag to compare

This is the May 2017 release of ROCm Debugger with the following updates.

  • Compatible with ROCm 1.5 release
  • Added the info rocm devices command to show the available devices in the system

v1.3 November 2016 Release

16 Nov 22:29
Compare
Choose a tag to compare

This is the November 2016 release of ROCm Debugger with the following updates.

  • Compatible with ROCm 1.3 release
  • Support for AMD code object loader extension
  • Initial support for Polaris GPUs
  • Detect and gracefully fail on unsupported devices

v1.2 August 2016 Release

17 Aug 22:56
Compare
Choose a tag to compare

This is the August 2016 release of ROCm Debugger with the following updates.

  • Compatible with ROCm 1.2 release
  • Update gdb base to gdb v7.11.
  • Initial support for provided GPU debug information via the GDB machine interface
  • Support for debugging applications that use SIGUSR2. (Provided by Pull Request#1 from Didier Nadeaud)
  • Add support to report HSAIL source text along with line number when single stepping