llvm-project/lldb/test/functionalities/breakpoint/breakpoint_command/bktptcmd.py

5 lines
110 B
Python

def function(frame, bp_loc, dict):
there = open("output2.txt", "w");
print >> there, "lldb";
there.close()