You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
312 B

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