3 lines
54 B
Python
3 lines
54 B
Python
import lldb
|
|
|
|
print("frame.py: {}".format(lldb.frame))
|
import lldb
|
|
|
|
print("frame.py: {}".format(lldb.frame))
|