I have downloaded and installed the newest v14.3-rel1 - AArch32 GNU/Linux target with hard float (arm-none-linux-gnueabihf)
While debugging, I noticed that there are no pretty printers stored in gdb.exe. When I enter the command “info pretty-printer”, I only get the output “Undefined info command: ”pretty-printer." Try “help info”." My expectations for the new version were that I would be able to reload libstdc++.so.6.0.33-gdb.py with Python 3 on Windows.
info pretty-printer
Undefined info command: ”pretty-printer." Try “help info”.
Do you have any other ideas for a better representation of C++ classes, such as std::string or std::map?
Kind regards
Are these pretty printers provided by the Python integration?I think I remember hearing that in the latest toolchains:* arm-none-eabi-gdb is without Python support* arm-none-eabi-gdb-py is with Python supportHave you tried the "gdb-py" build of GDB?