[Lldb-commits] [PATCH] D47781: DebugNamesDWARFIndex: Add ability to lookup variables

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 5 12:42:24 PDT 2018


clayborg added a comment.

Feel free to check into it and modify the contract for GetGlobalVariables and possibly rename "name" to "basename" to be clear what the argument is. Then modify the headerdoc to clearly state what we are looking for if the filtering is going on higher up


https://reviews.llvm.org/D47781





More information about the lldb-commits mailing list