Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
77db4a855239049488e09f28c6665fdb3b51ef90
/
.
/
lldb
/
test
/
functionalities
/
breakpoint
/
breakpoint_command
/
bktptcmd.py
blob: 30186641c6497e19d0a374ab6a9be13e1c7500da [
file
] [
log
] [
blame
]
def
function
(
frame
,
bp_loc
,
dict
):
there
=
open
(
"output2.txt"
,
"w"
);
print
>>
there
,
"lldb"
;
there
.
close
()