Files
clang-p2996/lldb/test/Shell/SymbolFile/NativePDB/Inputs/local-variables.lldbinit
Dave Lee d875838e8b [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
2023-03-17 10:29:24 -07:00

33 lines
470 B
Plaintext

break set -f local-variables.cpp -l 17
run a b c d e f g
expression argc
step
expression SomeLocal
step
expression Param1
expression Param2
step
expression Param1
expression Param2
expression Local1
step
expression Param1
expression Param2
expression Local1
expression Local2
step
expression Param1
expression Param2
expression Local1
expression Local2
step
expression Param1
expression Param2
expression Local1
expression Local2
continue
target modules dump ast
quit