LLVM Mailing List via llvm-dev
2019-Mar-07 23:53 UTC
[llvm-dev] n00b question about debugging LLVM...
I’m debugging llvm using lldb and would like to be able to examine standard types like SmallVectorImpl<ISD::InputArg>. I have heard there are a bunch of pretty printers you can use if you’re debugging with gdb (in utils/gdb-scripts/prettyprinters.py) but where are the equivalent ones for debugging using lldb (I’m used to lldb)? Seems amazing if not written. Carl
LLVM Mailing List via llvm-dev
2019-Mar-08 00:01 UTC
[llvm-dev] n00b question about debugging LLVM...
Oh duuuuuhhhh… I just found it in utils: (lldb) command script import utils/lldbDataFormatters.py So obvious. Sorry guys. :) Hopefully someone else will read this and save themselves an hour some day…> On 7 Mar 2019, at 23:53, LLVM Mailing List via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > I’m debugging llvm using lldb and would like to be able to examine standard types like SmallVectorImpl<ISD::InputArg>. I have heard there are a bunch of pretty printers you can use if you’re debugging with gdb (in utils/gdb-scripts/prettyprinters.py) but where are the equivalent ones for debugging using lldb (I’m used to lldb)? Seems amazing if not written. > > Carl > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev