]> git.gag.com Git - fw/stlink/commit
Fix "monitor reset" gdb command being misinterpreted as "monitor resume"
authorMichael Sparmann <theseven@gmx.net>
Tue, 3 Jul 2012 13:10:07 +0000 (15:10 +0200)
committerMichael Sparmann <theseven@gmx.net>
Tue, 3 Jul 2012 13:10:07 +0000 (15:10 +0200)
commit5b6eb51bd22c44fa8d9e70519b561dc64c37f6c9
tree42273f22dd09b3c1fdabfb3f9701e6395d6e4937
parentf69c34921a9c2f9e42d30acd50085288cfd7bdad
Fix "monitor reset" gdb command being misinterpreted as "monitor resume"
by checking for the full word, not just the first two chars.
gdbserver/gdb-server.c