Home
last modified time | relevance | path

Searched refs:GetSelectedFrame (Results 1 – 25 of 63) sorted by relevance

123

/llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/thread_step_out_or_return/
H A DTestSteppingOutWithArtificialFrames.py62 frame2 = thread.GetSelectedFrame()
68 frame4 = thread.GetSelectedFrame()
81 thread.ReturnFromFrame(thread.GetSelectedFrame(), value)
82 frame2 = thread.GetSelectedFrame()
87 thread.ReturnFromFrame(thread.GetSelectedFrame(), value)
88 frame4 = thread.GetSelectedFrame()
/llvm-project-15.0.7/lldb/test/API/python_api/formatters/
H A DTestFormattersSBAPI.py174 ).GetSelectedThread().GetSelectedFrame().FindVariable('foo')
192 ).GetSelectedThread().GetSelectedFrame().FindVariable('foo')
207 ).GetSelectedThread().GetSelectedFrame().FindVariable('foo')
238 ).GetSelectedThread().GetSelectedFrame().FindVariable('foo')
398 ).GetSelectedThread().GetSelectedFrame()
470 ).GetSelectedThread().GetSelectedFrame()
480 ).GetSelectedThread().GetSelectedFrame()
490 ).GetSelectedThread().GetSelectedFrame()
/llvm-project-15.0.7/lldb/test/API/lang/cpp/member-and-local-vars-with-same-name/
H A DTestMembersAndLocalsWithSameName.py52 frame = thread.GetSelectedFrame()
74 frame = thread.GetSelectedFrame()
96 frame = thread.GetSelectedFrame()
154 frame = thread.GetSelectedFrame()
178 frame = thread.GetSelectedFrame()
206 frame = thread.GetSelectedFrame()
248 frame = thread.GetSelectedFrame()
/llvm-project-15.0.7/lldb/test/API/functionalities/process_group/
H A DTestChangeProcessGroup.py68 value = thread.GetSelectedFrame().EvaluateExpression("release_child_flag = 1")
74 value = thread.GetSelectedFrame().EvaluateExpression("(int)getpgid(0)")
84 value = thread.GetSelectedFrame().EvaluateExpression("(int)getpgid(0)")
/llvm-project-15.0.7/lldb/test/API/commands/expression/macros/
H A DTestMacros.py37 frame = thread.GetSelectedFrame()
97 frame = thread.GetSelectedFrame()
112 frame = thread.GetSelectedFrame()
/llvm-project-15.0.7/lldb/test/API/lang/c/register_variables/
H A DTestRegisterVariables.py55 ).GetSelectedThread().GetSelectedFrame()
81 ).GetSelectedThread().GetSelectedFrame()
107 ).GetSelectedThread().GetSelectedFrame()
/llvm-project-15.0.7/lldb/test/API/commands/frame/recognizer/
H A DTestFrameRecognizer.py73 frame = thread.GetSelectedFrame()
150 frame = thread.GetSelectedFrame()
157 frame = thread.GetSelectedFrame()
253 frame = thread.GetSelectedFrame()
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/synthupdate/
H A DTestSyntheticFilterRecompute.py49 ).GetSelectedThread().GetSelectedFrame().FindVariable("x")
64 ).GetSelectedThread().GetSelectedFrame().FindVariable("x")
/llvm-project-15.0.7/lldb/test/API/lang/cpp/nsimport/
H A DTestCppNsImport.py55 frame = thread.GetSelectedFrame()
128 frame = thread.GetSelectedFrame()
/llvm-project-15.0.7/lldb/examples/darwin/heap_find/
H A Dheap.py607 ).GetSelectedThread().GetSelectedFrame()
659 ).GetSelectedThread().GetSelectedFrame()
893 frame = process.GetSelectedThread().GetSelectedFrame()
1001 frame = process.GetSelectedThread().GetSelectedFrame()
1118 frame = process.GetSelectedThread().GetSelectedFrame()
1284 frame = target.GetProcess().GetSelectedThread().GetSelectedFrame()
1335 frame = process.GetSelectedThread().GetSelectedFrame()
/llvm-project-15.0.7/lldb/test/API/lang/cpp/operator-overload/
H A DTestOperatorOverload.py13 frame = thread.GetSelectedFrame()
/llvm-project-15.0.7/lldb/test/API/lang/cpp/nested-class-other-compilation-unit/
H A DTestNestedClassWithParentInAnotherCU.py17 frame = thread.GetSelectedFrame()
/llvm-project-15.0.7/lldb/test/API/lang/objc/orderedset/
H A DTestOrderedSet.py30 frame = thread.GetSelectedFrame()
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-python-synth/
H A DTestDataFormatterPythonSynth.py184 wrapper_var = thread.GetSelectedFrame().FindVariable('wrapper')
300 ).GetSelectedThread().GetSelectedFrame().FindVariable('test_cast')
/llvm-project-15.0.7/lldb/test/API/functionalities/ubsan/user-expression/
H A DTestUbsanUserExpression.py36 frame = thread.GetSelectedFrame()
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_thread.py31 obj.GetSelectedFrame()
/llvm-project-15.0.7/lldb/test/API/commands/expression/issue_11588/
H A DTest11588.py48 frame = process.GetSelectedThread().GetSelectedFrame()
/llvm-project-15.0.7/lldb/test/API/lang/objc/exceptions/
H A DTestObjCExceptions.py36 frame = thread.GetSelectedFrame()
53 frame = thread.GetSelectedFrame()
/llvm-project-15.0.7/lldb/test/API/lang/cpp/incomplete-types/
H A DTestCppIncompleteTypes.py53 return thread.GetSelectedFrame()
/llvm-project-15.0.7/lldb/test/API/lang/cpp/limit-debug-info/
H A DTestWithLimitDebugInfo.py45 frame = thread.GetSelectedFrame()
/llvm-project-15.0.7/lldb/test/API/lang/cpp/class-template-parameter-pack/
H A DTestTemplatePackArgs.py19 frame = thread.GetSelectedFrame()
/llvm-project-15.0.7/lldb/test/API/lang/c/unions/
H A DTestUnionMembers.py29 frame = thread.GetSelectedFrame()
/llvm-project-15.0.7/lldb/test/API/functionalities/mtc/simple/
H A DTestMTCSimple.py39 frame = thread.GetSelectedFrame()
/llvm-project-15.0.7/lldb/test/API/lang/cpp/type_lookup/
H A DTestCppTypeLookup.py34 frame = thread.GetSelectedFrame()
/llvm-project-15.0.7/lldb/test/API/functionalities/ubsan/basic/
H A DTestUbsanBasic.py37 frame = thread.GetSelectedFrame()

123