Difference between revisions of "CDebuggers"
Jump to navigation
Jump to search
(added gdb debugger versions for RHEL4,5,6) |
m |
||
Line 12: | Line 12: | ||
* gdb 7.2-50.el6 - /usr/bin/gdb | * gdb 7.2-50.el6 - /usr/bin/gdb | ||
+ | |||
+ | |||
+ | Also see: [[CCompilers]] |
Revision as of 15:14, 25 May 2012
We currently have the following C/C++ debuggers on the following platforms:
RHEL4
- gdb 6.3.0.0-1.162.el4rh - /usr/bin/gdb
RHEL5
- gdb 7.0.1-42.el5 - /usr/bin/gdb
RHEL6
- gdb 7.2-50.el6 - /usr/bin/gdb
Also see: CCompilers