This repository gathers various GDB Python helpers related to the GNAT runtime. They are intended to make debugging Ada programs easier. These helpers are currently only made of pretty-printers, but ...
Why I need this plug-in? GDB's original prompt is using hardcoded built-in GNU readline library, we can't add our custom function and key binding easily. The old way to implement them is by patching ...