ITK/GDBPretty: Difference between revisions
From KitwarePublic
< ITK
Jump to navigationJump to search
Line 1: | Line 1: | ||
== Repositories == | == Repositories == | ||
* [http://gitorious.org/~thewtex/gdb-python/archer-thewtex-python Custom GDB] There are some changes here until we have time to push them upstream. | * [http://gitorious.org/~thewtex/gdb-python/archer-thewtex-python Custom GDB] | ||
* [http://gitorious.org/gdb-pretty/gdb-pretty-libstdcxx gdb-pretty-libstdcxx] Pretty printers by Tom Tromey from GDB for GNU implementation of the C++ standard library. | ** There are some changes here until we have time to push them upstream. | ||
* [http://gitorious.org/gdb-pretty/gdb-pretty-science gdb-pretty-science] | * [http://gitorious.org/gdb-pretty/gdb-pretty-libstdcxx gdb-pretty-libstdcxx] | ||
* [http://gitorious.org/gdb-pretty/gdb-pretty-itk gdb-pretty-itk] Text and image viewer printers for the InsightToolkit. | ** Pretty printers by Tom Tromey from GDB for GNU implementation of the C++ standard library. | ||
* [https://github.com/antonin07130/itkCompareProject itkCompareProject] ITK image viewer pretty printer that synchronizes views over a session. | * [http://gitorious.org/gdb-pretty/gdb-pretty-science gdb-pretty-science] | ||
** Pretty printers for "science" -- mostly image viewers at the moment. | |||
* [http://gitorious.org/gdb-pretty/gdb-pretty-itk gdb-pretty-itk] | |||
** Text and image viewer printers for the InsightToolkit. | |||
* [https://github.com/antonin07130/itkCompareProject itkCompareProject] | |||
** ITK image viewer pretty printer that synchronizes views over a session. | |||
* [http://gitorious.org/gdb-pretty/gdb-pretty-itk-cmake gdb-pretty-itk-cmake] | |||
** CMake module to register the ITK pretty printers in your project. | |||
== Documentation == | == Documentation == |
Revision as of 08:57, 21 November 2010
Repositories
- Custom GDB
- There are some changes here until we have time to push them upstream.
- gdb-pretty-libstdcxx
- Pretty printers by Tom Tromey from GDB for GNU implementation of the C++ standard library.
- gdb-pretty-science
- Pretty printers for "science" -- mostly image viewers at the moment.
- gdb-pretty-itk
- Text and image viewer printers for the InsightToolkit.
- itkCompareProject
- ITK image viewer pretty printer that synchronizes views over a session.
- gdb-pretty-itk-cmake
- CMake module to register the ITK pretty printers in your project.
Documentation
Articles
Examples
Screencasts
Installation