]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/gdbstub_no_sync_gdb' into 'master'
authorAngus Gratton <angus@espressif.com>
Tue, 6 Dec 2016 19:20:07 +0000 (03:20 +0800)
committerAngus Gratton <angus@espressif.com>
Tue, 6 Dec 2016 19:20:07 +0000 (03:20 +0800)
commit9a774848d431be37c3eed46bff2ab3bd185eaec3
treedd23f8a2f2285d48ee485aadb4afc34e957ea987
parentc8685c200276abda4418f1367743f650d2aeacb2
parent004aadfe7076c646014a331f014f65bacec4d2b9
Merge branch 'bugfix/gdbstub_no_sync_gdb' into 'master'

Gdbstub: Fix bug, small cleanup

Tianzhongxing found a small bug preventing gdbstub to work in certain cases. This fixes it, as well as including some minor cleanups.

See merge request !260