Home
last modified time | relevance | path

Searched refs:attrvalue (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py34 for attrname, attrvalue in attrs.items():
36 newattrs[attrname] = attrvalue
44 getattr(attrvalue, "categories", [])) & all_categories
50 @wraps(attrvalue)
51 def test_method(self, attrvalue=attrvalue): argument
52 return attrvalue(self)
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py1653 for attrname, attrvalue in attrs.items():
1655 attrvalue, "__no_debug_info_test__", False):
1663 attrvalue,
1671 @wraps(attrvalue)
1672 def test_method(self, attrvalue=attrvalue): argument
1673 return attrvalue(self)
1681 newattrs[attrname] = attrvalue