labath added a comment. Heh, no good deed goes unpunished, right.. :)
It occured to me that this could be testable using the existing `lldb-test module-sections` functionality (I don't need to use a symbol, I can easily use a section name to recognise that a debug info was loaded from the other file), but I ran into approximately two bugs that make that hard right now: 1. Module::GetSectionList will not return the extra sections unless some other call has been made to initialize the symbol vendor 2. the .debug_frame section (which i chose to use for the test) seems to be added twice I'll try to take a look at how hard is it to resolve those... https://reviews.llvm.org/D42914 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits