Displaying 2 results from an estimated 2 matches for "6bf5bd1d".
2016 Dec 16
2
GDB pretty printers for LLVM ADTs
I've added a few LLVM GDB pretty printers a while back (& just added
llvm::Optional earlier today) & thought people might be interested in how
to use them, etc.
I use them by adding the following to my .gdbinit:
source /path/to/llvm/src/utils/gdb-scripts/prettyprinters.py
Also, I can suggest adding:
set print pretty on
there too, it helps a lot when printing complex nested
2016 Dec 17
0
GDB pretty printers for LLVM ADTs
...read,
> etc). Happy to take requests or talk people through adding more pretty
> printers anyone wants to add :)
>
> Enjoy!
> - Dave
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161217/6bf5bd1d/attachment.html>