| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | dotest.py | 742 from lldbsuite.test import lldbplatformutil 744 platform = lldbplatformutil.getPlatform() 746 if lldbplatformutil.target_is_android() or lldbplatformutil.platformIsDarwin(): 771 from lldbsuite.test import lldbplatformutil 773 platform = lldbplatformutil.getPlatform() 774 if lldbplatformutil.target_is_android(): 791 from lldbsuite.test import lldbplatformutil 793 platform = lldbplatformutil.getPlatform() 832 platform = lldbplatformutil.getPlatform() 846 if lldbplatformutil.platformIsDarwin(): [all …]
|
| H A D | decorators.py | 26 from lldbsuite.test import lldbplatformutil 185 lldbplatformutil.getHostPlatform()) 321 result = lldbplatformutil.match_android_device( 483 lldbplatformutil.getDarwinOSTriples(), 551 if lldbplatformutil.getPlatform() in ['darwin', 'macosx']: 634 return unittest2.skipUnless(lldbplatformutil.target_is_android(), 643 host_platform = lldbplatformutil.getHostPlatform() 653 if lldbplatformutil.match_android_device(target_arch): 749 if lldbplatformutil.getPlatform() == 'windows': 820 if lldbplatformutil.getPlatform() == 'windows': [all …]
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/paths/ |
| H A D | TestPaths.py | 13 from lldbsuite.test import lldbplatformutil 36 if lldbplatformutil.getHostPlatform() == 'windows': 38 elif lldbplatformutil.getHostPlatform() == 'macosx':
|
| /llvm-project-15.0.7/lldb/test/API/macosx/find-app-in-bundle/ |
| H A D | TestFindAppInBundle.py | 8 import lldbsuite.test.lldbplatformutil as lldbplatformutil namespace
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/thread/create_during_step/ |
| H A D | TestCreateDuringStep.py | 19 oslist=lldbplatformutil.getDarwinOSTriples(), 39 oslist=lldbplatformutil.getDarwinOSTriples(), 59 oslist=lldbplatformutil.getDarwinOSTriples(),
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/debugbreak/ |
| H A D | TestDebugBreak.py | 28 stop_reason = lldb.eStopReasonException if (lldbplatformutil.getPlatform( 29 ) == "windows" or lldbplatformutil.getPlatform() == "macosx") else lldb.eStopReasonSignal
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/inferior-crashing/ |
| H A D | TestInferiorCrashingStep.py | 6 from lldbsuite.test import lldbplatformutil 136 lldbplatformutil.check_first_register_readable(self) 175 lldbplatformutil.check_first_register_readable(self)
|
| H A D | TestInferiorCrashing.py | 7 from lldbsuite.test import lldbplatformutil 115 lldbplatformutil.check_first_register_readable(self)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/mtc/simple/ |
| H A D | TestMTCSimple.py | 9 from lldbsuite.test.lldbplatformutil import * 41 view = "NSView" if lldbplatformutil.getPlatform() == "macosx" else "UIView"
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/inferior-crashing/recursive-inferior/ |
| H A D | TestRecursiveInferiorStep.py | 7 from lldbsuite.test import lldbplatformutil 75 lldbplatformutil.check_first_register_readable(self)
|
| H A D | TestRecursiveInferior.py | 8 from lldbsuite.test import lldbplatformutil 125 lldbplatformutil.check_first_register_readable(self)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/inferior-assert/ |
| H A D | TestInferiorAssert.py | 8 from lldbsuite.test import lldbplatformutil 97 matched = lldbplatformutil.match_android_device( 181 lldbplatformutil.check_first_register_readable(self)
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/printf/ |
| H A D | TestPrintf.py | 1 from lldbsuite.test import lldbinline, lldbplatformutil
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/param_entry_vals/basic_entry_values/ |
| H A D | TestBasicEntryValues.py | 3 from lldbsuite.test import lldbplatformutil
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-server/commandline/ |
| H A D | TestGdbRemoteConnection.py | 10 import lldbsuite.test.lldbplatformutil 12 if lldbplatformutil.getHostPlatform() == "windows":
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/thread/multi_break/ |
| H A D | TestMultipleBreakpoints.py | 25 oslist=lldbplatformutil.getDarwinOSTriples(),
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/thread/break_after_join/ |
| H A D | TestBreakAfterJoin.py | 25 oslist=lldbplatformutil.getDarwinOSTriples(),
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/tls_globals/ |
| H A D | TestTlsGlobals.py | 43 lldbplatformutil.getDarwinOSTriples()))
|
| /llvm-project-15.0.7/lldb/test/API/commands/watchpoints/watchpoint_disable/ |
| H A D | TestWatchpointDisable.py | 8 from lldbsuite.test import lldbplatform, lldbplatformutil
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-server/memory-allocation/ |
| H A D | TestGdbRemoteMemoryAllocation.py | 7 supported_oses = ["linux", "windows"]+lldbplatformutil.getDarwinOSTriples()
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/const_static_integral_member/ |
| H A D | TestConstStaticIntegralMember.py | 76 if lldbplatformutil.getPlatform() == "windows":
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/target-new-solib-notifications/ |
| H A D | TestModuleLoadedNotifys.py | 20 @skipUnlessPlatform(["linux"]+lldbplatformutil.getDarwinOSTriples())
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-server/ |
| H A D | TestLldbGdbServer.py | 24 from lldbsuite.test import lldbutil, lldbplatformutil 938 expected = ('+' if lldbplatformutil.getPlatform() 944 expected = ('+' if lldbplatformutil.getPlatform() 951 expected = ('+' if lldbplatformutil.getPlatform() 958 expected = ('+' if lldbplatformutil.getPlatform()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/map/ |
| H A D | TestDataFormatterLibccMap.py | 17 ns = 'ndk' if lldbplatformutil.target_is_android() else ''
|
| /llvm-project-15.0.7/lldb/test/API/python_api/debugger/ |
| H A D | TestDebuggerAPI.py | 122 if lldbplatformutil.getHostPlatform() == 'linux':
|