CDebuggers: Difference between revisions

From UMIACS
Jump to navigation Jump to search
(added gdb debugger versions for RHEL4,5,6)
 
(Removed rhel6 entry)
 
(6 intermediate revisions by 6 users not shown)
Line 1: Line 1:
We currently have the following C/C++ debuggers on the following platforms:
We currently have the following C/C++ debuggers on the following platforms:


===RHEL4===
===RHEL7===


* gdb 6.3.0.0-1.162.el4rh - /usr/bin/gdb
* gdb 7.6.1-120.el7 - /usr/bin/gdb
* valgrind 3.15.0 - /usr/bin/valgrind


===RHEL5===
Also see: [[CCompilers]]
 
* gdb 7.0.1-42.el5 - /usr/bin/gdb
 
===RHEL6===
 
* gdb 7.2-50.el6 - /usr/bin/gdb

Latest revision as of 19:10, 20 October 2020

We currently have the following C/C++ debuggers on the following platforms:

RHEL7

  • gdb 7.6.1-120.el7 - /usr/bin/gdb
  • valgrind 3.15.0 - /usr/bin/valgrind

Also see: CCompilers