Hello everybody.
I'm currently trying to use GDB pretty printer function on a iMX6 CPU (sabrelite).
I followed the tutorial on Memo for later: friendly gdb | 0xcafebabe and the setup seems fine (no error while starting GDB). However the debugger seems locked.
If I start debugging, I reach the breakpoint on the first main line, but if I click continue, the Program Counter seems locked (the GDB doesn't continue working).
Is there anyone using pretty printer for GDB and QT? Some hints about this topic?
Some detail:
- GNU gdb (GDB) 7.6
- Python: Python 2.7.3
- Eclipse: Kepler
Any help will be appreciated.
Giovanni