I've been debugging with gdb for a while but am starting to use
lldb. I got the following error when trying to debug my application:
(lldb) p _sgnip[_qp]
error: libzapdos-dbg.so.0 DWARF DIE at 0x00c5d4fc for class
'NeumannCircuitVoltageMoles_KV' has a base class 'IntegratedBC'
that is a forward declaration, not a complete definition.
Please file a bug against the compiler and include the
preprocessed output for
/home/lindsayad/.ccache/tmp/NeumannCir.stdout.lindsayad-OptiPlex-990.27829.kjV7Kq.ii
error: use of undeclared identifier '_qp'
error: 1 errors parsing expression
I'm used to gdb being able to identify _qp. Is there a way to make
this work with lldb?
I already tried:
echo "settings set target.inline-breakpoint-strategy always" >> ~/.lldbinit
which was recommend on the wiki for ccache.