[llvm-dev] n00b question about debugging LLVM...

LLVM Mailing List via llvm-dev llvm-dev at lists.llvm.org
Thu Mar 7 16:01:30 PST 2019


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



More information about the llvm-dev mailing list