Re: [Openocd-development] [PATCH 1, 2] More fixes for Thumb state debugging

2009-09-08 Thread Magnus Lundin
No furter comments received. Commited. Best regards, Magnus Magnus Lundin wrote: > Here are two very small patches. > > The first one fixes the reporting of instruction state. > > The second one makes sure the processor stays in Thumb state when > restoring the PC. > > After this it is possi

[Openocd-development] [PATCH 1, 2] More fixes for Thumb state debugging

2009-09-07 Thread Magnus Lundin
Here are two very small patches. The first one fixes the reporting of instruction state. The second one makes sure the processor stays in Thumb state when restoring the PC. After this it is possible to single step Thumb code. Best regards, Magnus Index: src/target/armv7a.c ==