Difference between revisions of "CDebuggers"
Jump to navigation
Jump to search
m |
|||
Line 8: | Line 8: | ||
* gdb 7.0.1-42.el5 - /usr/bin/gdb | * gdb 7.0.1-42.el5 - /usr/bin/gdb | ||
+ | * valgrind 3.5.0 - /usr/bin/valgrind | ||
===RHEL6=== | ===RHEL6=== | ||
* gdb 7.2-50.el6 - /usr/bin/gdb | * 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 [[UbuntuSoftwareCenter]]) | ||
Also see: [[CCompilers]] | Also see: [[CCompilers]] |
Revision as of 15:58, 11 December 2012
We currently have the following C/C++ debuggers on the following platforms:
Contents
RHEL4
- gdb 6.3.0.0-1.162.el4rh - /usr/bin/gdb
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 UbuntuSoftwareCenter)
Also see: CCompilers