| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/move_nearest/ |
| H A D | TestMoveNearest.py | 39 loc_exact=True, extra_options="-m 1") 41 loc_exact=True, extra_options="-m 1") 45 loc_exact=True, extra_options="-m 0") 47 loc_exact=True, extra_options="-m 0") 54 self.line_main-1, extra_options="-m 1") 57 self.line_main, extra_options="-m 1") 60 self.line_main+1, extra_options="-m 1") 63 self.line_main+2, extra_options="-m 1") 67 self.line_between, extra_options="-m 1", num_expected_locations=0)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_options/ |
| H A D | TestBreakpointOptions.py | 35 extra_options="-K 1", 41 extra_options="-K 0", 85 extra_options="-L c++", 93 extra_options="-L c",
|
| /llvm-project-15.0.7/lldb/utils/lui/ |
| H A D | lldbutil.py | 325 extra_options=None, argument 345 if extra_options: 346 command += " " + extra_options 370 extra_options=None, argument 382 if extra_options: 406 extra_options=None, argument 416 if extra_options: 441 extra_options=None, argument 446 if extra_options: 462 extra_options=None, argument [all …]
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/conflicting-symbol/ |
| H A D | TestConflictingSymbol.py | 32 extra_options='-f One.c', num_expected_locations=-2) 34 extra_options='-f Two.c', num_expected_locations=-2) 36 extra_options='-f main.c', num_expected_locations=1) 101 extra_options='-f main.c', num_expected_locations=1)
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbutil.py | 389 extra_options=None, argument 405 extra_options=None, argument 426 if extra_options: 451 extra_options=None, argument 463 if extra_options: 487 extra_options=None, argument 497 if extra_options: 522 extra_options=None, argument 527 if extra_options: 547 if extra_options: [all …]
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_command/ |
| H A D | TestBreakpointCommand.py | 167 extra_options="-f a.c", 173 extra_options="-f a.c -f b.c", 180 extra_options="-f a.c -f b.c", 186 extra_options="-f a.c", 274 extra_options='-C bt -C "thread list" -C continue')
|
| /llvm-project-15.0.7/lldb/test/API/arm/breakpoint-it/ |
| H A D | TestBreakpointIt.py | 24 extra_options="--skip-prologue 0") 38 extra_options="--skip-prologue 0")
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/scripts/ |
| H A D | asan_device_setup | 17 extra_options= 122 extra_options="$1" 345 if [[ x$extra_options != x ]] ; then 346 ASAN_OPTIONS="$ASAN_OPTIONS,$extra_options"
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/incomplete-types/members/ |
| H A D | TestCppIncompleteTypeMembers.py | 28 extra_options="-f g.cpp")
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/hardware_breakpoints/write_memory_with_hw_breakpoint/ |
| H A D | TestWriteMemoryWithHWBreakpoint.py | 37 extra_options="--hardware")
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/cross_dso/ |
| H A D | TestCrossDSOTailCalls.py | 32 extra_options='-f Two.c')
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/cross_object/ |
| H A D | TestCrossObjectTailCalls.py | 27 extra_options='-f Two.c')
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/auto_continue/ |
| H A D | TestBreakpointAutoContinue.py | 39 extra_options = extra_options_txt,
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_ignore_count/ |
| H A D | TestBreakpointIgnoreCount.py | 64 extra_options='-i 1',
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_conditions/ |
| H A D | TestBreakpointConditions.py | 54 extra_options="-c 'val == 3'",
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/scripted_bkpt/ |
| H A D | TestScriptedResolver.py | 204 …lldbutil.run_break_set_by_script(self, "resolver.Resolver", extra_options="-k symbol -v break_on_m…
|