CDebuggers: Difference between revisions

From UMIACS
Jump to navigation Jump to search
No edit summary
(Removed rhel6 entry)
 
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:


===RHEL6===
===RHEL7===


* gdb 7.2-50.el6 - /usr/bin/gdb
* gdb 7.6.1-120.el7 - /usr/bin/gdb
* valgrind 3.6.0 - /usr/bin/valgrind
* valgrind 3.15.0 - /usr/bin/valgrind


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