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
]
Enrico Granata
8d4a801
2012-04-04 17:30:31 +0000
[
diff
] [
blame
]
1
def
function
(
frame
,
bp_loc
,
dict
):
2
there
=
open
(
"output2.txt"
,
"w"
);
3
print
>>
there
,
"lldb"
;
4
there
.
close
()