Files
clang-p2996/lldb/test/Shell/Driver/Inputs/convenience.in
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

10 lines
312 B
Plaintext

breakpoint set -f hello.cpp -p Hello
run
script print(lldb.debugger)
script print(lldb.target)
script print(lldb.process)
script print(lldb.thread.GetStopDescription(100))
script lldb.frame.GetLineEntry().GetLine()
script lldb.frame.GetLineEntry().GetFileSpec().GetFilename()
script lldb.frame.GetFunctionName()