]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/bktptcmd.py
Vendor import of lldb trunk r290819:
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / functionalities / breakpoint / breakpoint_command / bktptcmd.py
1 from __future__ import print_function
2
3
4 def function(frame, bp_loc, dict):
5     there = open("output2.txt", "w")
6     print("lldb", file=there)
7     there.close()