gromero opened a new pull request #10678: URL: https://github.com/apache/tvm/pull/10678
Currently 'gdbserver_port' option is not working properly and if it's passed to the API server it takes not effect, being ignored silently by the server, hence no debug port for GDB is created when QEMU runs. This commit fixes it by correctly setting 'TVM_QEMU_GDBSERVER_PORT' env variable so when Zephyr runs QEMU to create a virtualized board the GDB port is set correctly to the port passed to the Project API server. Signed-off-by: Gustavo Romero <[email protected]> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
