Boost-Pretty-Printer icon indicating copy to clipboard operation
Boost-Pretty-Printer copied to clipboard

GDB Pretty Printers for Boost

Results 11 Boost-Pretty-Printer issues
Sort by recently updated
recently updated
newest added

See commit https://github.com/bminor/binutils-gdb/commit/2988a36005f2821cee6744473ad8a3ba7638c212 This causes issues for https://github.com/ruediger/Boost-Pretty-Printer/blob/60da4b46b0fe8812fcc3e407ac2fbbfb50c3af88/boost/utils.py#L521

I don't know what's wrong with gdb in Debian Bullseye... it just keeps saying that python isn't supported. I moved on and compiled gdb myself. Then I tried to use...

My `./gdbinit`: ``` python import sys sys.path.insert(1, '/home/xxx/Boost-Pretty-Printer') import boost boost.register_printers() end ``` ``` $gdb GNU gdb (GDB) 8.3 Copyright (C) 2019 Free Software Foundation, Inc. License GPLv3+: GNU GPL...

Hi, this is an attempt at a printer for boost property tree. It is heavily based on the multi_index_container printer, and could potentially benefit from some refactoring to share code...

Hello, First of all, thank you for this project! I'm running into the following error when trying to dump a boost::optional type object: ``` (gdb) p 'l2ps::db::UeDbBase::ueDbInstance' $17 = Python...

I use boost::intrusive_ptr with the root of a class hierarchy. It would be useful to see the members of derived types in gdb. Before: ``` (gdb) p intrusive_derived $1 =...

Just print the address of actual data. You can get outputs as follows: ``` (gdb) p multi_index_container $1 = boost::type_erasure::any data = 0x555555571f10 ``` If you know the acutual type,...

Has any work been done on packaging this project for inclusion within distros (e.g. Fedora)? On Fedora, the libstdc++ package already includes the STL pretty printers. $ rpm -ql libstdc++-4.8.3-7.fc20.x86_64...

Also avoid division by zero in Boost's circular buffer.

git:// protocol is not supported anymore: https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git