Files
clang-p2996/lldb/test/Shell/SymbolFile/PDB/Inputs/ExpressionsTest0.script
Jonas Devlieghere 87aa9c9e4d Re-land "[test] Split LLDB tests into API, Shell & Unit"
The original patch got reverted because it broke `check-lldb` on a clean
build. This fixes that.

llvm-svn: 374201
2019-10-09 19:22:02 +00:00

8 lines
223 B
Plaintext

breakpoint set --file ExpressionsTest.cpp --line 19
run
print result
print N0::N1::sum(N0::N1::buf1, sizeof(N0::N1::buf1))
print N1::sum(N1::buf1, sizeof(N1::buf1))
print sum(buf1, sizeof(buf1))
print sum(buf1, 1000000000)