Breaking change: numbered variable index now with `#` prefix, support for GDB variables in integer reference
also allows cprint
to display integers and numeric GDB expressions
So now it is cprint #1
, because cprint 1
just prints "1", like GDB's print
does.
@rdubner Merging this would mean that many testcases and the documentation needs updating - I still think that this is a good thing to do...
Edited by Simon Sobisch