[llvm-dev] n00b question about debugging LLVM...
LLVM Mailing List via llvm-dev
llvm-dev at lists.llvm.org
Thu Mar 7 15:53:15 PST 2019
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
More information about the llvm-dev
mailing list