Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/commands/watchpoints/watchpoint_size/
H A DTestWatchpointSizes.py47 def run_watchpoint_size_test(self, arrayName, array_size, watchsize): argument
55 loc_line = line_number('main.c', '// About to write ' + arrayName)
71 watch_loc = arrayName + "[" + str(i) + "]"