CDebuggers: Difference between revisions

From UMIACS
Jump to navigation Jump to search
(Removed rhel6 entry)
 
(3 intermediate revisions by 3 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===
 
* gdb 7.0.1-42.el5 - /usr/bin/gdb
* valgrind 3.5.0 - /usr/bin/valgrind
 
===RHEL6===
 
* gdb 7.2-50.el6 - /usr/bin/gdb
* valgrind 3.6.0 - /usr/bin/valgrind
 
===Ubuntu 12.04===
 
* gdb 7.4-2012.04 - /usr/bin/gdb
* valgrind (must be installed via [[Ubuntu/SoftwareCenter | the Ubuntu Software Center]])


Also see: [[CCompilers]]
Also see: [[CCompilers]]

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