[Lldb-commits] [PATCH] D70846: Expression eval lookup speedup by not returning methods in ManualDWARFIndex::GetFunctions

Levon Ter-Grigoryan via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 13 02:16:27 PST 2020


PatriosTheGreat marked an inline comment as done.
PatriosTheGreat added inline comments.


================
Comment at: lldb/test/Shell/SymbolFile/DWARF/find-basic-function.cpp:67
+
+// FULL: Found 0 functions:
 
----------------
shafik wrote:
> You don't actually run a `FULL` test, is this purposeful? 
FULL tests runs for target=x86_64-pc-linux. 
It runs in lines 10 and 39 in this file, If I'm not mistaken.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70846/new/

https://reviews.llvm.org/D70846





More information about the lldb-commits mailing list