blob: 30186641c6497e19d0a374ab6a9be13e1c7500da [file] [log] [blame]
def function(frame, bp_loc, dict):
there = open("output2.txt", "w");
print >> there, "lldb";
there.close()