]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Pass stream to remote_console_output
authorTom Tromey <tromey@adacore.com>
Mon, 6 May 2024 21:09:33 +0000 (15:09 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 10 May 2024 17:24:47 +0000 (11:24 -0600)
commitc610012988f67e8317191f6f5f7d87073e96db2e
tree7f3a00b5d9f4567ec407432e419306806fa601a3
parent6e8376fa569e62379a42b91b0afd1f4086f1d897
Pass stream to remote_console_output

I noticed that remote_target::rcmd did not pass its ui_file argument
down to remote_console_output.  This patch fixes this oversight.

Tested-By: Ciaran Woodward <ciaranwoodward@xmos.com>
Approved-By: Andrew Burgess <aburgess@redhat.com>
gdb/remote.c