Skip to content
Snippets Groups Projects
Commit 2d929f0e authored by Tobias Klaus's avatar Tobias Klaus
Browse files

fixes debugging for qemu targets

parent 52ce69d7
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,8 @@ echo $PWD
echo "target remote :$PORTNUM" > .gdbinit
echo "br cyg_user_start" >> .gdbinit
if [[ $1 == "ddd" ]] || [[ $1 == "gdb" ]] || [[ $1 == "cgdb" ]]; then
DEBUG="-s -S -gdb tcp::$PORTNUM"
if [[ "$2" == "ddd" ]] || [[ "$2" == "gdb" ]] || [[ "$2" == "cgdb" ]]; then
DEBUG="-S -gdb tcp::$PORTNUM"
fi
XTERMEXE="telnet localhost $SERIALPORTNUM"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment