Lines Matching +full:root +full:- +full:relative
6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
56 flag=f"--debugger={context.options.debugger}",
63 "--lldb-executable",
79 "--debugger",
86 "--max-steps",
93 "--pause-between-steps",
101 "--show-debugger", action="store_true", default=None, help="show the debugger"
105 "--arch",
114 "--source-root-dir",
118 help="source root directory",
121 "--debugger-use-relative-paths",
124 help="pass the debugger paths relative to --source-root-dir",
127 "--target-run-args",
135 "--timeout-total",
140 "running for <timeout-total> seconds",
143 "--timeout-breakpoint",
148 "waiting <timeout-breakpoint> seconds without hitting a "
160 _warn_meaningless_option(context, "--lldb-executable")
178 _warn_meaningless_option(context, "--arch")
184 _warn_meaningless_option(context, "--show-debugger")
189 f'<d>--source-root-dir: expected absolute path, got</> <r>"{options.source_root_dir}"</>'
193 f'<d>--source-root-dir: could not find directory</> <r>"{options.source_root_dir}"</>'
199 f"<d>--debugger-relative-paths</> <r>requires --source-root-dir</>"
217 "run-debugger-internal-",
219 "--working-directory={}".format(working_dir_path),
220 "--unittest=off",
221 "--indent-timer-level={}".format(Timer.indent + 2),