[Lldb-commits] [PATCH] D42914: Rewrite TestTargetSymbolsBuildidCase to be more focused

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 6 02:48:26 PST 2018


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





More information about the lldb-commits mailing list