[lldb][test] Replace use of p with expression in Shell tests (NFC)
authorDave Lee <davelee.com@gmail.com>
Thu, 16 Mar 2023 15:20:06 +0000 (08:20 -0700)
committerDave Lee <davelee.com@gmail.com>
Fri, 17 Mar 2023 17:29:24 +0000 (10:29 -0700)
commitd875838e8b45cb0da5070298d0c1a2d1ee78ce7e
treeb00b4ac324afa5905ff13297c61972717f4f57f4
parent147b60964064b17163f1788dcd24c366ba3d54b1
[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
27 files changed:
lldb/test/Shell/Commands/command-source.test
lldb/test/Shell/Commands/command-stop-hook-no-target.test
lldb/test/Shell/Expr/nodefaultlib.cpp
lldb/test/Shell/Register/x86-64-fp-read.test
lldb/test/Shell/Register/x86-db-read.test
lldb/test/Shell/Register/x86-fp-read.test
lldb/test/Shell/Settings/Inputs/DontStopCommandSource.in
lldb/test/Shell/Settings/Inputs/StopCommandSource.in
lldb/test/Shell/Settings/TestStopCommandSourceOnError.test
lldb/test/Shell/SymbolFile/DWARF/debug-types-expressions.test
lldb/test/Shell/SymbolFile/DWARF/split-dwarf-expression-eval-bug.cpp
lldb/test/Shell/SymbolFile/DWARF/x86/DW_TAG_GNU_call_site-DW_AT_low_pc.s
lldb/test/Shell/SymbolFile/DWARF/x86/DW_TAG_variable-DW_AT_const_value.s
lldb/test/Shell/SymbolFile/DWARF/x86/debug-types-basic.test
lldb/test/Shell/SymbolFile/DWARF/x86/debug-types-missing-signature.test
lldb/test/Shell/SymbolFile/DWARF/x86/dwarf5-line-strp.s
lldb/test/Shell/SymbolFile/DWARF/x86/limit-debug-info.s
lldb/test/Shell/SymbolFile/NativePDB/Inputs/inline_sites_live.lldbinit
lldb/test/Shell/SymbolFile/NativePDB/Inputs/local-variables.lldbinit
lldb/test/Shell/SymbolFile/NativePDB/incomplete-tag-type.cpp
lldb/test/Shell/SymbolFile/NativePDB/inline_sites_live.cpp
lldb/test/Shell/SymbolFile/NativePDB/local-variables.cpp
lldb/test/Shell/SymbolFile/PDB/Inputs/ExpressionsTest0.script
lldb/test/Shell/SymbolFile/PDB/Inputs/ExpressionsTest1.script
lldb/test/Shell/SymbolFile/PDB/Inputs/ExpressionsTest2.script
lldb/test/Shell/SymbolFile/PDB/Inputs/VBases.script
lldb/test/Shell/SymbolFile/PDB/expressions.test