-- Carlo Kok RemObjects Software _______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
I use the get function(s) api to look for sel_registerName, which gives me
an SBSymbolContext, but for some reason (probably missing debug info) I
don't get a Function, only a Symbol, how do I get an SBFunction from an
SBSymbol?
- [lldb-dev] Get SBFunction from SBSymbol Carlo Kok
- Re: [lldb-dev] Get SBFunction from SBSymbol Greg Clayton