[Lldb-commits] [PATCH] D52111: Make eSearchDepthFunction work for scripted resolvers

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 14 11:30:06 PDT 2018


jingham created this revision.
jingham added a reviewer: clayborg.
Herald added a subscriber: lldb-commits.

I hadn't needed eSearchDepthFunction for anything so it was stubbed out.  Greg indicated he would be interested in using this for the scripted resolvers, so I got it to work with this patch.  I also added tests to make sure the filters were doing the right thing for the Module, CU and Function depth searches.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D52111

Files:
  include/lldb/Core/SearchFilter.h
  packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/TestScriptedResolver.py
  packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/resolver.py
  source/Core/SearchFilter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52111.165549.patch
Type: text/x-patch
Size: 8127 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180914/bd0897b9/attachment.bin>


More information about the lldb-commits mailing list