Are there any pretty printers for the more complex boost types? Specifically I'm looking for boost::multi_index printers as looking at in debug seems unhelpful.
Well, I was not able to find much on gdb printers and no one responded. I
wrote this to decode multi_index containers (I'm sure this is not the best
impl for this, but it does seem work). (It's mostly a big hack as I don't
know much about the gdb python interface or multi_index detail
implementation).
On Sun, Sep 11, 2011 at 12:02 PM, Jonathan Brannan
Are there any pretty printers for the more complex boost types? Specifically I'm looking for boost::multi_index printers as looking at in debug seems unhelpful.
El 20/09/2011 3:38, Jonathan Brannan escribió:
Well, I was not able to find much on gdb printers and no one responded. I wrote this to decode multi_index containers (I'm sure this is not the best impl for this, but it does seem work). (It's mostly a big hack as I don't know much about the gdb python interface or multi_index detail implementation).
You might want to compare your work with Filip Konvička's for MSVC: https://svn.boost.org/trac/boost/wiki/DebuggerVisualizers Joaquín M López Muñoz Telefónica, Investigación y Desarrollo Este mensaje se dirige exclusivamente a su destinatario. Puede consultar nuestra política de envío y recepción de correo electrónico en el enlace situado más abajo. This message is intended exclusively for its addressee. We only send and receive email on the basis of the terms set out at. http://www.tid.es/ES/PAGINAS/disclaimer.aspx
participants (2)
-
joaquin@tid.es
-
Jonathan Brannan