Home
last modified time | relevance | path

Searched refs:common_setup (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/lang/cpp/virtual-functions/
H A DTestCppVirtualFunctions.py8 def common_setup(self): member in TestCase
13 self.common_setup()
18 self.common_setup()
25 self.common_setup()
32 self.common_setup()
/llvm-project-15.0.7/lldb/test/API/lang/c/anonymous/
H A DTestAnonymous.py18 self.common_setup(self.line0)
29 self.common_setup(self.line1)
45 self.common_setup(self.line2)
59 self.common_setup(self.line2)
70 self.common_setup(self.line2)
123 self.common_setup(self.line2)
141 def common_setup(self, line): member in AnonymousTestCase
/llvm-project-15.0.7/lldb/test/API/lang/cpp/scratch-context-merging/structs/
H A DTestCppScratchContextMergingStructs.py20 def common_setup(self): member in TestCase
91 self.common_setup()
102 self.common_setup()
113 self.common_setup()
124 self.common_setup()
/llvm-project-15.0.7/lldb/test/API/lang/c/shared_lib_stripped_symbols/
H A DTestSharedLibStrippedSymbols.py22 self.common_setup()
38 self.common_setup()
57 def common_setup(self): member in SharedLibStrippedTestCase
/llvm-project-15.0.7/lldb/test/API/lang/objc/hidden-ivars/
H A DTestHiddenIvars.py67 self.common_setup(False)
73 def common_setup(self, strip): member in HiddenIvarsTestCase
114 self.common_setup(strip)
167 self.common_setup(strip)
/llvm-project-15.0.7/lldb/test/API/symbol_ondemand/shared_library/
H A DTestSharedLibOnDemand.py21 def common_setup(self): member in SharedLibTestCase
42 self.common_setup()
80 self.common_setup()
118 self.common_setup()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/break_in_loaded_dylib/
H A DTestBreakInLoadedDylib.py12 def common_setup(self): member in TestBreakInLoadedDylib
22 self.common_setup()
30 self.common_setup()
/llvm-project-15.0.7/lldb/test/API/lang/c/shared_lib/
H A DTestSharedLib.py20 self.common_setup(preload_symbols)
47 self.common_setup()
66 def common_setup(self, preload_symbols = True): member in SharedLibTestCase
/llvm-project-15.0.7/lldb/test/API/commands/register/register/register_command/
H A DTestRegisters.py34 self.common_setup()
88 self.common_setup()
133 def common_setup(self): member in RegisterCommandsTestCase
439 self.common_setup()
487 self.common_setup()
504 self.common_setup()
/llvm-project-15.0.7/lldb/test/API/lang/objc/conflicting-definition/
H A DTestConflictingDefinition.py19 self.common_setup()
41 def common_setup(self): member in TestRealDefinition
/llvm-project-15.0.7/lldb/test/API/lang/cpp/namespace_definitions/
H A DTestNamespaceDefinitions.py24 self.common_setup()
39 def common_setup(self): member in NamespaceDefinitionsTestCase
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/step_until/
H A DTestStepUntil.py22 def common_setup (self, args): member in StepUntilTestCase
52 thread = self.common_setup(args)