This commit is contained in:
parent
39ae164aec
commit
703b9fb4db
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
# Generate gdb-connect script with given RTT block address, to avoid typing it in manually
|
||||
|
||||
# Hint from this answer https://superuser.com/a/747905/355774
|
||||
[ $# -ge 1 ] && ADDR="$1" || ADDR=$(cat)
|
||||
|
||||
cat <<EOF > gdb-connect
|
||||
|
|
Loading…
Reference in New Issue