1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-06-17 15:40:12 +03:00

Always upgrade gdb target remote to extended

This commit is contained in:
Arti Zirk 2022-10-14 14:46:00 +03:00
parent 54ad56247f
commit 30057b76d3

View File

@ -42,6 +42,11 @@ set mem inaccessible-by-default off
# bmconnect /dev/ttyBmpGdb
# end
# upgrade remote commands
define target remote
target extended-remote $arg0
end
define xxd
if $argc < 2