On Friday 26 February 2010, Spencer Oliver wrote: > On 26/02/2010 02:36, David Brownell wrote: > > On Thursday 25 February 2010, Spencer Oliver wrote: > >> > >> + .chain = arm_command_handlers, > > > > NAK on this one since those command handlers don't know > > how to cope wih v7-m cores yet, and plus there's the > > command duplication for disassembly. > > > > I think most of the command handlers in that chain can > > easily be modified ... just look at the core_type to > > see if it's an M-profile core, and if so then do the > > relevant thing. Examples: > > > > I will have a look. > For the time being i may just add a cortex_m3 semihosting cmd
That'd be another "expedient" solution. Not unlike the one which led us to "cortex_m3 disassemble" ... except that there was no "core_type" mechanism at the time I added that. :) - Dave _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
