Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / Shell / Driver / Inputs / convenience.in
blobf68dc7423d8b8eb2e132232ebf50c9765c419a2b
1 breakpoint set -f hello.cpp -p Hello
2 run
3 script print(lldb.debugger)
4 script lldb.debugger
5 script print(lldb.target)
6 script lldb.target
7 script print(lldb.process)
8 script lldb.process
9 script print(lldb.thread.GetStopDescription(100))
10 script lldb.frame.GetLineEntry().GetLine()
11 script lldb.frame.GetLineEntry().GetFileSpec().GetFilename()
12 script lldb.frame.GetFunctionName()