diff options
author | Meador Inge <meadori@codesourcery.com> | 2012-03-15 17:49:45 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-03-24 14:12:27 +0000 |
commit | cdb432b2020d3a5b22a7c06278088ccc7d1b2843 (patch) | |
tree | ca3b412dd1afd124dfcfc9b9dcf98b466114c684 /target-alpha | |
parent | 3179d694a8dcaa091131e3db644d445c0130713e (diff) |
gdbserver: Don't send a GDB syscall until the system CPU is stopped
Fix an issue where the GDB server implementation was sending GDB syscall
requests while the system CPU was still running. Syscall requests must
be sent while the CPU is stopped otherwise replies from the GDB client
might get dropped and the GDB server might be incorrectly transitioned
into a 'RUN_STATE_PAUSED' state.
Signed-off-by: Meador Inge <meadori@codesourcery.com>
[PMM: trivial rebase, reinstated comma after last item in RSState enum]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'target-alpha')
0 files changed, 0 insertions, 0 deletions