]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix for GDB crashing with printf on ARM targets.
authorAndre Simoes Dias Vieira <andsim01@arm.com>
Fri, 26 Feb 2016 13:44:37 +0000 (13:44 +0000)
committerAndre Simoes Dias Vieira <andsim01@arm.com>
Tue, 1 Mar 2016 17:08:55 +0000 (17:08 +0000)
commit24ad6cefb1533cfd3af77eacbcb95b6825bcae46
tree4912b2c53a06602d3ba0a791a43eedbdf3f4aa61
parent718b36fead887693158396b948d7f409b987c053
Fix for GDB crashing with printf on ARM targets.

gdb/ChangeLog.arm:
2016-02-16  Andre Vieira  <andre.simoesdiasvieira@arm.com>
    Backport from mainline
    2016-02-04  Yao Qi  <yao.qi@linaro.org>

* remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to
0 before handling 'F' and set it back afterwards.
gdb/ChangeLog.arm [new file with mode: 0644]
gdb/remote.c