blob: 30186641c6497e19d0a374ab6a9be13e1c7500da [file] [log] [blame]
Enrico Granata8d4a8012012-04-04 17:30:31 +00001def function(frame, bp_loc, dict):
2 there = open("output2.txt", "w");
3 print >> there, "lldb";
4 there.close()