This is an archive of the discontinued LLVM Phabricator instance.

Make eSearchDepthFunction work for scripted resolvers
ClosedPublic

Authored by jingham on Sep 14 2018, 11:29 AM.

Details

Summary

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.

Diff Detail

Repository
rLLDB LLDB

Event Timeline

jingham created this revision.Sep 14 2018, 11:29 AM
clayborg accepted this revision.Sep 14 2018, 11:33 AM

Very nice. You got it right.

This revision is now accepted and ready to land.Sep 14 2018, 11:33 AM
This revision was automatically updated to reflect the committed changes.