commit | c610012988f67e8317191f6f5f7d87073e96db2e | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Mon May 06 15:09:33 2024 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Fri May 10 11:24:47 2024 -0600 |
tree | 7f3a00b5d9f4567ec407432e419306806fa601a3 | |
parent | 6e8376fa569e62379a42b91b0afd1f4086f1d897 [diff] |
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>