How to redirect stdin/stderr of lldb when using the Python API

I would like to use lldb as a library to create a program tracer, and would like to have the stdout/stderr of the origin program directed to current terminal instead of a pseudo one, is there a way to do so?

I know if None is passed, then it would be directed to a PseudoTerminal, but the pseudo terminal is not interacting with my current terminal and I can’t see any sign of stdin/out

Version: lldb-10.0.0
Platform: WSL2