This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFC] Remove property predicate matcher
ClosedPublic

Authored by teemperor on Oct 6 2020, 10:05 AM.

Details

Summary

That's supposed to be used to implement things such as settings set target.run-args{basename==test&&arch==x86_64} arg1
but it's not actually fully implemented or tested anywhere.

Diff Detail

Event Timeline

teemperor created this revision.Oct 6 2020, 10:05 AM
teemperor requested review of this revision.Oct 6 2020, 10:05 AM
teemperor retitled this revision from [lldb] Remove property predicate matcher to [lldb][NFC] Remove property predicate matcher.
JDevlieghere accepted this revision.Oct 6 2020, 11:07 AM
This revision is now accepted and ready to land.Oct 6 2020, 11:07 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 13 2020, 8:09 AM