libcxx-pretty-printers
libcxx-pretty-printers copied to clipboard
Moved: https://codeberg.org/koutheir/libcxx-pretty-printers
I've noticed that I'm getting these errors in the gdb console: Traceback (most recent call last): File "/home/andrew/.gdb/libcxx-pretty-printers/src/libcxx/v1/printers.py", line 615, in __next__ item = self.rbiter.__next__() File "/home/andrew/.gdb/libcxx-pretty-printers/src/libcxx/v1/printers.py", line 673, in...
I just tracked down a problem that was causing my gdb to mysteriously abort when it hit a breakpoint early in my program's execution. After a bit of digging through...
The pretty printing for `std::queue` does not work anymore.
Out of the box, nothing works. If I type `info pretty-printers`, gdb lists the printers, but when trying to print variables, it doesn't find the right printer. After some debugging,...