CDebuggers: Difference between revisions

From UMIACS
Jump to navigation Jump to search
(added gdb debugger versions for RHEL4,5,6)
 
No edit summary
 
(7 intermediate revisions by 7 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===
===[[RHEL | Red Hat Enterprise Linux (RHEL)]]===
* gdb - /usr/bin/gdb
* valgrind - /usr/bin/valgrind


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

Latest revision as of 13:59, 23 October 2024

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

Red Hat Enterprise Linux (RHEL)

  • gdb - /usr/bin/gdb
  • valgrind - /usr/bin/valgrind

Also see: CCompilers