Home
last modified time | relevance | path

Searched refs:settings (Results 1 – 25 of 166) sorted by relevance

1234567

/llvm-project-15.0.7/lldb/test/Shell/Settings/
H A DTestSettingsWrite.test1 # This tests writing and reading settings from LLDB.
5 # RUN: %lldb -b -o 'settings write -f %t.foo' -o 'settings read -f %t.foo' -o 'settings write -f %t…
9 # Check that exporting target settings only export target settings and nothing else.
12 # TARGET: settings set -f target
13 # TARGET-NOT: settings set -f platform
14 # TARGET-NOT: settings set -f symbols
15 # TARGET-NOT: settings set -f interpreter
16 # TARGET-NOT: settings set -f plugin
18 # Check that settings appear twice when appending.
21 # APPEND: settings set -f target.language
[all …]
H A DTestSettingsSet.test6 # Make sure that "settings set -g" no longer requires a bogus filename.
7 settings set -g target.skip-prologue false
8 settings show target.skip-prologue
11 settings set tab-size 16
12 settings show tab-size
15 settings set -f tab-size
16 settings show tab-size
19 settings set tab-size
20 # CHECK: error: 'settings set' takes more arguments
H A DTestLineMarkerColor.test3 settings set use-color true
4 settings set stop-show-line-ansi-prefix "prefix"
5 settings set stop-show-line-ansi-suffix "suffix"
9 settings set stop-show-line-ansi-prefix ${ansi.fg.green}
10 settings set stop-show-line-ansi-suffix ${ansi.normal}
H A DTestStopCommandSourceOnError.test1 # Modifying the interpreter settings is tricky because they don't take effect
12 # RUN: %lldb -b -o 'settings set interpreter.stop-command-source-on-error false' -s %S/Inputs/StopC…
18 # RUN: not %lldb -b -o 'settings set interpreter.stop-command-source-on-error false' -o 'bogus' -o …
24 # RUN: not %lldb -b -o 'settings set interpreter.stop-command-source-on-error true' -s %S/Inputs/Do…
H A DTestEchoCommands.test1 # RUN: %lldb -x -b -o 'settings set interpreter.echo-comment-commands true' -s %S/Inputs/EchoComma…
2 # RUN: %lldb -x -b -o 'settings set interpreter.echo-comment-commands false' -s %S/Inputs/EchoComma…
3 # RUN: %lldb -x -b -o 'settings set interpreter.echo-commands false' -s %S/Inputs/EchoComma…
H A DTestFrameFormatNoColor.test3 settings set use-color false
4 settings set -f frame-format "frame #${frame.index}: \`${ansi.fg.green}{${function.name-with-args}$…
H A DTestFrameFormatColor.test3 settings set use-color true
4 settings set -f frame-format "frame #${frame.index}: \`${ansi.fg.green}{${function.name-with-args}$…
/llvm-project-15.0.7/lldb/test/Shell/ObjectFile/PECOFF/
H A Dsettings-abi.yaml8 # RUN: %lldb -O "settings set plugin.object-file.pe-coff.abi msvc" \
13 # RUN: %lldb -O "settings set plugin.object-file.pe-coff.abi gnu" \
18 # RUN: %lldb -O "settings set plugin.object-file.pe-coff.abi msvc" \
24 # RUN: %lldb -O "settings set plugin.object-file.pe-coff.abi gnu" \
30 # RUN: %lldb -O "settings set plugin.object-file.pe-coff.abi msvc" \
36 # RUN: %lldb -O "settings set plugin.object-file.pe-coff.abi gnu" \
42 # RUN: %lldb -O "settings set plugin.object-file.pe-coff.abi msvc" \
44 # RUN: -O "settings append plugin.object-file.pe-coff.module-abi UPPER_CASE=gnu" \
49 # RUN: %lldb -O "settings set plugin.object-file.pe-coff.abi msvc" \
56 # RUN: %lldb -O "settings set plugin.object-file.pe-coff.abi msvc" \
[all …]
/llvm-project-15.0.7/lldb/test/Shell/
H A Dlit-lldb-init.in2 settings set symbols.enable-external-lookup false
3 settings set plugin.process.gdb-remote.packet-timeout 60
4 settings set interpreter.echo-comment-commands false
5 settings set symbols.clang-modules-cache-path "@LLDB_TEST_MODULE_CACHE_LLDB@"
6 settings set target.auto-apply-fixits false
7 settings set target.inherit-tcc true
8 settings set target.detach-on-error false
/llvm-project-15.0.7/clang/utils/analyzer/
H A Dentrypoint.py11 settings, rest = parse_arguments()
12 cmake_opts = ['-D' + cmd for cmd in settings.D]
13 if settings.wait:
15 if settings.build_llvm or settings.build_llvm_only:
17 if settings.build_llvm_only:
/llvm-project-15.0.7/lldb/test/API/commands/session/save/
H A DTestSessionSave.py30 settings = [
36 for setting in settings:
99 settings = [
107 for setting in settings:
/llvm-project-15.0.7/lldb/test/Shell/Driver/
H A DLocalLLDBInit.test9 # RUN: env HOME=%t.home %lldb-init -o 'settings show frame-format' 2>&1 | FileCheck %s --check-pref…
10 # RUN: env HOME=%t.home %lldb-init -local-lldbinit -o 'settings show frame-format' 2>&1 | FileCheck…
11 # RUN: %lldb -o 'settings show frame-format' 2>&1 | FileCheck %s --check-prefix=NOINIT --check-pref…
H A DTestUseColor.test3 RUN: not %lldb -b -o 'settings set use-color true' -o 'settings show use-color' -o 'bogus' > %t 2>&1
/llvm-project-15.0.7/lldb/test/Shell/Subprocess/
H A Dfork-follow-child.test6 settings set target.process.follow-fork-mode child
7 settings set target.process.stop-on-exec false
H A Dvfork-follow-child.test6 settings set target.process.follow-fork-mode child
7 settings set target.process.stop-on-exec false
H A Dvfork-follow-child-softbp.test6 settings set target.process.follow-fork-mode child
7 settings set target.process.stop-on-exec false
H A Dfork-follow-child-softbp.test6 settings set target.process.follow-fork-mode child
7 settings set target.process.stop-on-exec false
H A Dclone-follow-child.test6 settings set target.process.follow-fork-mode child
7 settings set target.process.stop-on-exec false
H A Dvfork-follow-child-wp.test6 settings set target.process.follow-fork-mode child
7 settings set target.process.stop-on-exec false
H A Dclone-follow-child-softbp.test6 settings set target.process.follow-fork-mode child
7 settings set target.process.stop-on-exec false
H A Dfork-follow-child-wp.test6 settings set target.process.follow-fork-mode child
7 settings set target.process.stop-on-exec false
H A Dclone-follow-child-wp.test6 settings set target.process.follow-fork-mode child
7 settings set target.process.stop-on-exec false
/llvm-project-15.0.7/mlir/utils/vim/
H A DREADME3 This directory contains settings for the vim editor to work on MLIR *.mlir
5 syntax highlighting (syntax), some minimal sensible default settings (ftplugin)
/llvm-project-15.0.7/lldb/docs/testsuite/
H A Da-detailed-walkthrough.txt1 Let's pick test/settings/TestSettings.py as our example. First, notice the file
15 /Volumes/data/lldb/svn/trunk/test $ ./dotest.py settings
28 /Volumes/data/lldb/svn/trunk/test $ ./dotest.py -v settings
67 # settings set target.process.output-path does not seem to work
82 self.runCmd("settings set target.process.output-path 'stdout.txt'")
83 self.expect("settings show target.process.output-path",
132 self.runCmd("settings set target.process.output-path '%s'" %stdout)
133 self.expect("settings show target.process.output-path",
137 The first uses the 'settings set' command to set the static setting
139 '/dev/stdout'. We then immediately issue a 'settings show' command to check
[all …]
/llvm-project-15.0.7/lldb/test/Shell/Commands/
H A Dcommand-source.test5 # RUN: not %lldb -x -b -o 'settings set interpreter.stop-command-source-on-error true' -o "command …
6 # RUN: %lldb -x -b -o 'settings set interpreter.stop-command-source-on-error false' -o "command sou…

1234567