Home
last modified time | relevance | path

Searched refs:lldbplatformutil (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Ddotest.py742 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 Ddecorators.py26 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 DTestPaths.py13 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 DTestFindAppInBundle.py8 import lldbsuite.test.lldbplatformutil as lldbplatformutil namespace
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/create_during_step/
H A DTestCreateDuringStep.py19 oslist=lldbplatformutil.getDarwinOSTriples(),
39 oslist=lldbplatformutil.getDarwinOSTriples(),
59 oslist=lldbplatformutil.getDarwinOSTriples(),
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/debugbreak/
H A DTestDebugBreak.py28 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 DTestInferiorCrashingStep.py6 from lldbsuite.test import lldbplatformutil
136 lldbplatformutil.check_first_register_readable(self)
175 lldbplatformutil.check_first_register_readable(self)
H A DTestInferiorCrashing.py7 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 DTestMTCSimple.py9 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 DTestRecursiveInferiorStep.py7 from lldbsuite.test import lldbplatformutil
75 lldbplatformutil.check_first_register_readable(self)
H A DTestRecursiveInferior.py8 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 DTestInferiorAssert.py8 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 DTestPrintf.py1 from lldbsuite.test import lldbinline, lldbplatformutil
/llvm-project-15.0.7/lldb/test/API/functionalities/param_entry_vals/basic_entry_values/
H A DTestBasicEntryValues.py3 from lldbsuite.test import lldbplatformutil
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/commandline/
H A DTestGdbRemoteConnection.py10 import lldbsuite.test.lldbplatformutil
12 if lldbplatformutil.getHostPlatform() == "windows":
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/multi_break/
H A DTestMultipleBreakpoints.py25 oslist=lldbplatformutil.getDarwinOSTriples(),
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/break_after_join/
H A DTestBreakAfterJoin.py25 oslist=lldbplatformutil.getDarwinOSTriples(),
/llvm-project-15.0.7/lldb/test/API/lang/c/tls_globals/
H A DTestTlsGlobals.py43 lldbplatformutil.getDarwinOSTriples()))
/llvm-project-15.0.7/lldb/test/API/commands/watchpoints/watchpoint_disable/
H A DTestWatchpointDisable.py8 from lldbsuite.test import lldbplatform, lldbplatformutil
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/memory-allocation/
H A DTestGdbRemoteMemoryAllocation.py7 supported_oses = ["linux", "windows"]+lldbplatformutil.getDarwinOSTriples()
/llvm-project-15.0.7/lldb/test/API/lang/cpp/const_static_integral_member/
H A DTestConstStaticIntegralMember.py76 if lldbplatformutil.getPlatform() == "windows":
/llvm-project-15.0.7/lldb/test/API/functionalities/target-new-solib-notifications/
H A DTestModuleLoadedNotifys.py20 @skipUnlessPlatform(["linux"]+lldbplatformutil.getDarwinOSTriples())
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A DTestLldbGdbServer.py24 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 DTestDataFormatterLibccMap.py17 ns = 'ndk' if lldbplatformutil.target_is_android() else ''
/llvm-project-15.0.7/lldb/test/API/python_api/debugger/
H A DTestDebuggerAPI.py122 if lldbplatformutil.getHostPlatform() == 'linux':

12