Home
last modified time | relevance | path

Searched refs:getDarwinOSTriples (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/lldb/test/API/functionalities/thread/create_during_step/
DTestCreateDuringStep.py21 oslist=lldbplatformutil.getDarwinOSTriples(),
41 oslist=lldbplatformutil.getDarwinOSTriples(),
61 oslist=lldbplatformutil.getDarwinOSTriples(),
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbplatformutil.py126 def getDarwinOSTriples(): function
157 return getPlatform() in getDarwinOSTriples()
Ddecorators.py469 lldbplatformutil.getDarwinOSTriples(),
617 return skipUnlessPlatform(lldbplatformutil.getDarwinOSTriples())(func)
/external/llvm-project/lldb/test/API/lang/cpp/printf/
DTestPrintf.py8 oslist=lldbplatformutil.getDarwinOSTriples()+['windows'])])
/external/llvm-project/lldb/test/API/functionalities/thread/multi_break/
DTestMultipleBreakpoints.py27 oslist=lldbplatformutil.getDarwinOSTriples(),
/external/llvm-project/lldb/test/API/functionalities/thread/break_after_join/
DTestBreakAfterJoin.py27 oslist=lldbplatformutil.getDarwinOSTriples(),
/external/llvm-project/lldb/test/API/lang/c/tls_globals/
DTestTlsGlobals.py45 lldbplatformutil.getDarwinOSTriples()))
/external/llvm-project/lldb/test/API/functionalities/signal/raise/
DTestRaise.py7 from lldbsuite.test.lldbplatformutil import getDarwinOSTriples
/external/llvm-project/lldb/test/API/functionalities/thread/state/
DTestThreadStates.py33 oslist=lldbplatformutil.getDarwinOSTriples(),