Home
last modified time | relevance | path

Searched refs:skipIfHostIncompatibleWithRemote (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/api/multiple-targets/
H A DTestMultipleTargets.py19 @skipIfHostIncompatibleWithRemote
/llvm-project-15.0.7/lldb/test/API/functionalities/plugins/command_plugin/
H A DTestPluginCommands.py23 @skipIfHostIncompatibleWithRemote
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py638 def skipIfHostIncompatibleWithRemote(func): function