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