aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2025-02-12 08:29:06 -0800
committerGitHub <noreply@github.com>2025-02-12 08:29:06 -0800
commiteff3c343b08cfc46016708b3182ac062d45b3e21 (patch)
tree6002909d7b485bb65f261ebce0bf414df157cf92 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
parentbee9664970d51df3f4e1d298d1bcb95bba364e17 (diff)
downloadllvm-eff3c343b08cfc46016708b3182ac062d45b3e21.zip
llvm-eff3c343b08cfc46016708b3182ac062d45b3e21.tar.gz
llvm-eff3c343b08cfc46016708b3182ac062d45b3e21.tar.bz2
[lldb] Remove Debugger::Get{Output,Error}Stream (NFC) (#126821)
Remove Debugger::GetOutputStream and Debugger::GetErrorStream in preparation for replacing both with a new variant that needs to be locked and hence can't be handed out like we do right now. The patch replaces most uses with GetAsyncOutputStream and GetAsyncErrorStream respectively. There methods return new StreamSP objects that automatically get flushed on destruction. See #126630 for more details.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h')
0 files changed, 0 insertions, 0 deletions