Sign in
llvm
/
lldb
/
release_39
/
.
/
packages
/
Python
/
lldbsuite
/
test
/
functionalities
/
breakpoint
/
breakpoint_command
/
bktptcmd.py
blob: 4bbb0327eacd74be1c29f8b490388fcd530acd8f [
file
] [
log
] [
blame
]
from
__future__
import
print_function
def
function
(
frame
,
bp_loc
,
dict
):
there
=
open
(
"output2.txt"
,
"w"
);
print
(
"lldb"
,
file
=
there
)
there
.
close
()