diff options
author | Nick Clifton <nickc@redhat.com> | 2002-08-15 14:28:55 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-08-15 14:28:55 +0000 |
commit | c7a7b500fda4d78720600b4f66c26b589496b91d (patch) | |
tree | bf2ca611b025e4272759fc4e13a2fd0c8bce1794 /sim/arm/ChangeLog | |
parent | 35b1837e4658c9700c8b13d2ab72dd57dac3ae43 (diff) | |
download | gdb-c7a7b500fda4d78720600b4f66c26b589496b91d.zip gdb-c7a7b500fda4d78720600b4f66c26b589496b91d.tar.gz gdb-c7a7b500fda4d78720600b4f66c26b589496b91d.tar.bz2 |
Catch and ignore SWIs of -1, they can be caused by an interrupted system
call being resumed by GDB.
Diffstat (limited to 'sim/arm/ChangeLog')
-rw-r--r-- | sim/arm/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index acd66ad..9ce404e 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/ChangeLog @@ -1,3 +1,8 @@ +2002-08-15 Nick Clifton <nickc@redhat.com> + + * armos.c (ARMul_OSHandleSWI): Catch and ignore SWIs of -1, they + can be caused by an interrupted system call being resumed by GDB. + 2002-07-05 Nick Clifton <nickc@cambridge.redhat.com> * armemu.c (ARMul_Emulate32): Add more tests for valid MIA, MIAPH |