Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/17.0-2023-09-19
/
.
/
lldb
/
bindings
/
interface
/
SBStreamExtensions.i
blob: e52b2dd8d76b5d6ebcf03bc4cbbe64e4612fa833 [
file
] [
log
] [
blame
] [
edit
]
%
extend lldb
::
SBStream
{
%
feature
(
"autodoc"
,
"DEPRECATED, use RedirectToFile"
)
RedirectToFileHandle
;
void
RedirectToFileHandle
(
lldb
::
FileSP
file
,
bool
transfer_fh_ownership
)
{
self
->
RedirectToFile
(
file
);
}
}