[all-commits] [llvm/llvm-project] d87583: [lldb][test] Replace use of p with expression in S...
Dave Lee via All-commits
all-commits at lists.llvm.org
Fri Mar 17 10:29:43 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d875838e8b45cb0da5070298d0c1a2d1ee78ce7e
https://github.com/llvm/llvm-project/commit/d875838e8b45cb0da5070298d0c1a2d1ee78ce7e
Author: Dave Lee <davelee.com at gmail.com>
Date: 2023-03-17 (Fri, 17 Mar 2023)
Changed paths:
M lldb/test/Shell/Commands/command-source.test
M lldb/test/Shell/Commands/command-stop-hook-no-target.test
M lldb/test/Shell/Expr/nodefaultlib.cpp
M lldb/test/Shell/Register/x86-64-fp-read.test
M lldb/test/Shell/Register/x86-db-read.test
M lldb/test/Shell/Register/x86-fp-read.test
M lldb/test/Shell/Settings/Inputs/DontStopCommandSource.in
M lldb/test/Shell/Settings/Inputs/StopCommandSource.in
M lldb/test/Shell/Settings/TestStopCommandSourceOnError.test
M lldb/test/Shell/SymbolFile/DWARF/debug-types-expressions.test
M lldb/test/Shell/SymbolFile/DWARF/split-dwarf-expression-eval-bug.cpp
M lldb/test/Shell/SymbolFile/DWARF/x86/DW_TAG_GNU_call_site-DW_AT_low_pc.s
M lldb/test/Shell/SymbolFile/DWARF/x86/DW_TAG_variable-DW_AT_const_value.s
M lldb/test/Shell/SymbolFile/DWARF/x86/debug-types-basic.test
M lldb/test/Shell/SymbolFile/DWARF/x86/debug-types-missing-signature.test
M lldb/test/Shell/SymbolFile/DWARF/x86/dwarf5-line-strp.s
M lldb/test/Shell/SymbolFile/DWARF/x86/limit-debug-info.s
M lldb/test/Shell/SymbolFile/NativePDB/Inputs/inline_sites_live.lldbinit
M lldb/test/Shell/SymbolFile/NativePDB/Inputs/local-variables.lldbinit
M lldb/test/Shell/SymbolFile/NativePDB/incomplete-tag-type.cpp
M lldb/test/Shell/SymbolFile/NativePDB/inline_sites_live.cpp
M lldb/test/Shell/SymbolFile/NativePDB/local-variables.cpp
M lldb/test/Shell/SymbolFile/PDB/Inputs/ExpressionsTest0.script
M lldb/test/Shell/SymbolFile/PDB/Inputs/ExpressionsTest1.script
M lldb/test/Shell/SymbolFile/PDB/Inputs/ExpressionsTest2.script
M lldb/test/Shell/SymbolFile/PDB/Inputs/VBases.script
M lldb/test/Shell/SymbolFile/PDB/expressions.test
Log Message:
-----------
[lldb][test] Replace use of p with expression in Shell tests (NFC)
In Shell tests, replace use of the `p` alias with the `expression` command.
To avoid conflating tests of the alias with tests of the expression command,
this patch canonicalizes to the use `expression`.
See also D141539 which made the same change to API tests.
Differential Revision: https://reviews.llvm.org/D146230
More information about the All-commits
mailing list