Home
last modified time | relevance | path

Searched refs:GetLineEntry (Results 1 – 25 of 64) sorted by relevance

123

/llvm-project/lldb/test/API/lang/cpp/std-function-step-into-callable/
H A DTestStdFunctionStepIntoCallable.py45 thread.GetFrameAtIndex(0).GetLineEntry().GetLine(),
49 thread.GetFrameAtIndex(0).GetLineEntry().GetFileSpec().GetFilename(),
55 thread.GetFrameAtIndex(0).GetLineEntry().GetLine(), self.source_foo_line
58 thread.GetFrameAtIndex(0).GetLineEntry().GetFileSpec().GetFilename(),
65 thread.GetFrameAtIndex(0).GetLineEntry().GetLine(),
69 thread.GetFrameAtIndex(0).GetLineEntry().GetFileSpec().GetFilename(),
76 thread.GetFrameAtIndex(0).GetLineEntry().GetLine(),
80 thread.GetFrameAtIndex(0).GetLineEntry().GetFileSpec().GetFilename(),
94 thread.GetFrameAtIndex(0).GetLineEntry().GetLine(),
98 thread.GetFrameAtIndex(0).GetLineEntry().GetFileSpec().GetFilename(),
/llvm-project/lldb/test/API/functionalities/tsan/basic/
H A DTestTsanBasic.py77 if frame.GetLineEntry().GetFileSpec().GetFilename() == "main.c":
78 if frame.GetLineEntry().GetLine() == self.line_thread1:
80 if frame.GetLineEntry().GetLine() == self.line_thread2:
112 if frame.GetLineEntry().GetFileSpec().GetFilename() == "main.c":
113 if frame.GetLineEntry().GetLine() == self.line_thread1:
115 if frame.GetLineEntry().GetLine() == self.line_thread2:
124 if frame.GetLineEntry().GetFileSpec().GetFilename() == "main.c":
125 if frame.GetLineEntry().GetLine() == self.line_thread1:
127 if frame.GetLineEntry().GetLine() == self.line_thread2:
/llvm-project/lldb/test/API/functionalities/asan/
H A DTestMemoryHistory.py79 history_thread.frames[1].GetLineEntry().GetFileSpec().GetFilename(),
86 history_thread.frames[1].GetLineEntry().GetFileSpec().GetFilename(),
95 history_thread.frames[1].GetLineEntry().GetFileSpec().GetFilename(),
162 history_thread.frames[1].GetLineEntry().GetFileSpec().GetFilename(),
166 history_thread.frames[1].GetLineEntry().GetLine(), self.line_free
172 history_thread.frames[1].GetLineEntry().GetFileSpec().GetFilename(),
176 history_thread.frames[1].GetLineEntry().GetLine(), self.line_malloc
184 history_thread.frames[1].GetLineEntry().GetFileSpec().GetFilename(),
188 history_thread.frames[1].GetLineEntry().GetLine(), self.line_malloc
/llvm-project/lldb/test/API/functionalities/unwind/zeroth_frame/
H A DTestZerothFrame.py63 thread.frame[0].GetLineEntry().GetLine(),
64 bp1.GetLocationAtIndex(0).GetAddress().GetLineEntry().GetLine(),
79 thread.frame[0].GetLineEntry().GetLine(),
80 bp2.GetLocationAtIndex(0).GetAddress().GetLineEntry().GetLine(),
85 thread.frame[0].GetLineEntry().GetLine(),
86 thread.frame[0].GetPCAddress().GetLineEntry().GetLine(),
/llvm-project/lldb/test/API/symbol_ondemand/shared_library/
H A DTestSharedLibOnDemand.py66 self.assertEqual("foo.c", leaf_frame.GetLineEntry().GetFileSpec().GetFilename())
67 self.assertEqual(4, leaf_frame.GetLineEntry().GetLine())
71 "shared.c", parent_frame.GetLineEntry().GetFileSpec().GetFilename()
73 self.assertEqual(7, parent_frame.GetLineEntry().GetLine())
104 self.assertEqual("foo.c", leaf_frame.GetLineEntry().GetFileSpec().GetFilename())
105 self.assertEqual(4, leaf_frame.GetLineEntry().GetLine())
109 "shared.c", parent_frame.GetLineEntry().GetFileSpec().GetFilename()
111 self.assertEqual(7, parent_frame.GetLineEntry().GetLine())
/llvm-project/lldb/test/API/lang/objc/objc-stepping/
H A DTestObjCStepping.py112 line_number = thread.GetFrameAtIndex(0).GetLineEntry().GetLine()
122 line_number = thread.GetFrameAtIndex(0).GetLineEntry().GetLine()
136 line_number = thread.GetFrameAtIndex(0).GetLineEntry().GetLine()
152 line_number = thread.GetFrameAtIndex(0).GetLineEntry().GetLine()
183 line_number = thread.GetFrameAtIndex(0).GetLineEntry().GetLine()
193 line_number = thread.GetFrameAtIndex(0).GetLineEntry().GetLine()
207 line_number = thread.GetFrameAtIndex(0).GetLineEntry().GetLine()
225 line_number = thread.GetFrameAtIndex(0).GetLineEntry().GetLine()
239 line_number = thread.GetFrameAtIndex(0).GetLineEntry().GetLine()
/llvm-project/lldb/test/API/lang/c/stepping/
H A DTestStepAndBreakpoints.py100 current_line = frame.GetLineEntry().GetLine()
101 current_file = frame.GetLineEntry().GetFileSpec()
112 frame.GetLineEntry().GetLine(),
117 frame.GetLineEntry().GetFileSpec(),
156 frame.GetLineEntry().GetLine(),
161 frame.GetLineEntry().GetFileSpec(),
196 current_line = frame.GetLineEntry().GetLine()
197 current_file = frame.GetLineEntry().GetFileSpec()
225 thread.GetFrameAtIndex(0).GetLineEntry().GetLine(), current_line
228 thread.GetFrameAtIndex(0).GetLineEntry()
[all...]
/llvm-project/lldb/scripts/android/
H A Dhost_art_bt.py33 line_entry = frame.GetLineEntry()
282 "file": str(frame.GetLineEntry().GetFileSpec())
283 if frame.GetLineEntry()
285 "line": frame.GetLineEntry().GetLine()
286 if frame.GetLineEntry()
/llvm-project/lldb/test/API/python_api/symbol-context/
H A DTestSymbolContext.py46 self.assertEqual(frame0.GetLineEntry().GetLine(), self.line)
71 lineEntry = context.GetLineEntry()
98 self.assertEqual(lineEntry, sc.GetLineEntry())
/llvm-project/lldb/test/Shell/Driver/Inputs/
H A Dconvenience.in10 script lldb.frame.GetLineEntry().GetLine()
11 script lldb.frame.GetLineEntry().GetFileSpec().GetFilename()
/llvm-project/lldb/test/API/symbol_ondemand/breakpoint_source_regex/
H A DTestSourceTextRegexBreakpoint.py35 self.assertEqual(frame.GetLineEntry().GetFileSpec().GetFilename(), "main.cpp")
36 self.assertEqual(frame.GetLineEntry().GetLine(), 4)
/llvm-project/lldb/examples/python/
H A Djump.py30 line_entry = frame.GetLineEntry()
46 line_entry = frame.GetLineEntry()
62 line_entry = frame.GetLineEntry()
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_ignore_count/
H A DTestBreakpointIgnoreCount.py153 frame0.GetLineEntry().GetLine() == self.line1
154 and frame1.GetLineEntry().GetLine() == self.line3
155 and frame2.GetLineEntry().GetLine() == self.line4,
/llvm-project/lldb/test/Shell/Driver/
H A DTestConvenienceVariables.test21 CHECK: script lldb.frame.GetLineEntry().GetLine()
23 CHECK: script lldb.frame.GetLineEntry().GetFileSpec().GetFilename()
/llvm-project/lldb/test/API/functionalities/ubsan/basic/
H A DTestUbsanBasic.py62 if frame.GetLineEntry().GetFileSpec().GetFilename() == "main.c":
63 if frame.GetLineEntry().GetLine() == self.line_align:
/llvm-project/lldb/test/API/python_api/thread/
H A DTestThreadAPI.py184 thread.GetFrameAtIndex(0).GetLineEntry().GetLine(),
216 lineEntry = frame0.GetLineEntry()
227 lineEntry = frame0.GetLineEntry()
263 lineEntry = frame0.GetLineEntry()
/llvm-project/lldb/test/API/functionalities/thread/exit_during_step/
H A DTestExitDuringStep.py97 stepping_frame.GetLineEntry().GetLine(),
113 current_line = frame.GetLineEntry().GetLine()
/llvm-project/lldb/test/API/functionalities/inline-stepping/
H A DTestInlineStepping.py92 stop_line_entry = self.thread.GetFrameAtIndex(0).GetLineEntry()
236 before_line_entry = frame.GetLineEntry()
238 after_line_entry = frame.GetLineEntry()
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_hit_count/
H A DTestBreakpointHitCount.py85 frame0.GetLineEntry().GetLine(),
104 frame0.GetLineEntry().GetLine(),
/llvm-project/lldb/test/API/python_api/function_symbol/
H A DTestDisasmAPI.py57 lineEntry = frame0.GetLineEntry()
81 lineEntry = frame0.GetLineEntry()
/llvm-project/lldb/test/API/commands/watchpoints/step_over_watchpoint/
H A DTestStepOverWatchpoint.py108 current_line = self.frame().GetLineEntry().GetLine()
109 while self.frame().GetLineEntry().GetLine() == current_line:
/llvm-project/lldb/test/API/functionalities/plugins/python_os_plugin/
H A DTestPythonOSPlugin.py191 line_entry = frame.GetLineEntry()
210 line_entry = frame.GetLineEntry()
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/
H A DTestBreakpointByLineAndColumn.py25 b_loc = breakpoint.GetLocationAtIndex(i).GetAddress().GetLineEntry()
42 b_loc = breakpoint.GetLocationAtIndex(i).GetAddress().GetLineEntry()
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_conditions/
H A DTestBreakpointConditions.py183 frame0.GetLineEntry().GetLine(),
237 self.assertEqual(frame0.GetLineEntry().GetLine(), self.line1)
/llvm-project/lldb/test/API/commands/register/register/aarch64_sme_z_registers/za_dynamic_resize/
H A DTestZAThreadedDynamic.py124 stopped_at_line_number = thread.GetFrameAtIndex(0).GetLineEntry().GetLine()
145 stopped_at_line_number = thread.GetFrameAtIndex(0).GetLineEntry().GetLine()

123