CDebuggers: Difference between revisions

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


===RHEL7===
===[[RHEL | Red Hat Enterprise Linux (RHEL)]]===
 
* gdb - /usr/bin/gdb
* gdb 7.6.1-120.el7 - /usr/bin/gdb
* valgrind - /usr/bin/valgrind
* valgrind 3.15.0 - /usr/bin/valgrind


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

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