DerekSelander/LLDB

symbol import in lldb

reverseXiang opened this issue · 2 comments

I would like to ask you how to solve the problem of symbol import in lldb, when I use it, I get an error like this "use of undeclared identifier 'Method'", and it seems to be very time consuming to import the required system headers one by one, because one system header file may depend on another system header file.

Happy to look into it, please give me a concrete example of what Xcode are you using, what you are trying to do, and what's failing