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