view lldb/test/Shell/Driver/Inputs/convenience.in @ 150:1d019706d866

LLVM10
author anatofuz
date Thu, 13 Feb 2020 15:10:13 +0900
parents
children c4bab56944e8
line wrap: on
line source

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()