thesofproject / qemu

Official QEMU mirror. Please see http://wiki.qemu.org/Contribute/SubmitAPatch for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. SOF - Please use sof-stable branch for SOF development.
http://www.qemu.org
Other
4 stars 14 forks source link

xtensa: adsp: xtensa-host.sh: improve args handling #17

Closed dragosht closed 5 years ago

dragosht commented 5 years ago

If xtensa-host.sh gets started with the GDB debugging option, but without the kernel to load, DARGS gets overwritten to '-S' and '-s' gets lost.

Fix that by using CARGS instead of DARGS for '-S'.

Signed-off-by: Dragos Tarcatu dragos_tarcatu@mentor.com

kv2019i commented 5 years ago

@lgirdwood can you merge?