opnsense-src/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/bktptcmd.py

6 lines
151 B
Python

from __future__ import print_function
def function(frame, bp_loc, dict):
there = open("output2.txt", "w");
print("lldb", file=there)
there.close()