Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/move_nearest/
H A DTestMoveNearest.py39 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 DTestBreakpointOptions.py35 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 Dlldbutil.py325 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 DTestConflictingSymbol.py32 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 Dlldbutil.py389 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 DTestBreakpointCommand.py167 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 DTestBreakpointIt.py24 extra_options="--skip-prologue 0")
38 extra_options="--skip-prologue 0")
/llvm-project-15.0.7/compiler-rt/lib/asan/scripts/
H A Dasan_device_setup17 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 DTestCppIncompleteTypeMembers.py28 extra_options="-f g.cpp")
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/hardware_breakpoints/write_memory_with_hw_breakpoint/
H A DTestWriteMemoryWithHWBreakpoint.py37 extra_options="--hardware")
/llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/cross_dso/
H A DTestCrossDSOTailCalls.py32 extra_options='-f Two.c')
/llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/cross_object/
H A DTestCrossObjectTailCalls.py27 extra_options='-f Two.c')
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/auto_continue/
H A DTestBreakpointAutoContinue.py39 extra_options = extra_options_txt,
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_ignore_count/
H A DTestBreakpointIgnoreCount.py64 extra_options='-i 1',
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_conditions/
H A DTestBreakpointConditions.py54 extra_options="-c 'val == 3'",
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/scripted_bkpt/
H A DTestScriptedResolver.py204 …lldbutil.run_break_set_by_script(self, "resolver.Resolver", extra_options="-k symbol -v break_on_m…