Re: [Openocd-development] Improved handling of Thumb state for Cortex_A8

2009-09-07 Thread Magnus Lundin
Hello, If there are no known regressions then perhaps this patch should be commited ? http://lists.berlios.de/pipermail/openocd-development/2009-September/010335.html There are more thumb handling stuff to be fixed so I think this should go first. Regards, Magnus

Re: [Openocd-development] Improved handling of Thumb state for Cortex_A8

2009-09-07 Thread Dirk Behme
Magnus Lundin wrote: Hello, If there are no known regressions then perhaps this patch should be commited ? http://lists.berlios.de/pipermail/openocd-development/2009-September/010335.html There are more thumb handling stuff to be fixed so I think this should go first. Acked-by: Dirk

Re: [Openocd-development] Improved handling of Thumb state for Cortex_A8

2009-09-07 Thread Øyvind Harboe
The only way we get a decent amount of regression testing is to commit. If you are reasonably confident about that this is the right direction and there appears to be no regressions, then it should be committed for testing. -- Øyvind Harboe Embedded software and hardware consulting services

Re: [Openocd-development] Improved handling of Thumb state for Cortex_A8

2009-09-05 Thread Dirk Behme
Magnus Lundin wrote: Hello all Cortex_A8 fans ! Please test the following patch that hopefully corrects some insane errors in Thumb state handling. (Yes I wrote it myself, but it seems UBoot for BeagleBoard does not use Thumb Mode) I have this patch applied since some time, and it

[Openocd-development] Improved handling of Thumb state for Cortex_A8

2009-09-03 Thread Magnus Lundin
Hello all Cortex_A8 fans ! Please test the following patch that hopefully corrects some insane errors in Thumb state handling. (Yes I wrote it myself, but it seems UBoot for BeagleBoard does not use Thumb Mode) Best regards Magnus Index: src/target/cortex_a8.c