How to write a GDB pretty print plugin for QV4::String from QML internals
I’m trying to figure out how to write a GDB pretty print plugin (similar to the ones KDE provides for standard Qt types like QString and QList/QMap/etc. [1]), but for debugging values found with coredumps (no access to “live” instances will be possible, so cannot try to dynamically evaluate anything) to try to figure out why the QML engine randomly crashed.