Open TheQuantumPhysicist opened 3 years ago
I think this is simply the library is perhaps a bit overly cautious and makes no promises on versions newer than the blessed version given here: https://github.com/ruediger/Boost-Pretty-Printer/blob/60da4b46b0fe8812fcc3e407ac2fbbfb50c3af88/boost/utils.py#L781
I simply changed this tuple to (1, 999, 0).
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 this repo, and this is my
~/.gdbinit
:Then when I run gdb, I noticed that always, no matter what version I put up there (even if I don't specify a version, I keep getting the error
No boost printers are available for boost version x.y.z
. So, I went ahead toutil.py
and change this line:to
So now, there's no filtering... and it just works.
I don't really know why the filters are just filtering everything. But there seems to be a problem there.