Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
8d4a8010cf9a9e2d7b7aa047677a6fc29cca630a
/
.
/
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
()