> in gdb just before you connect (after elf file is loaded) play with these
>
> show arm abi
> set arm abi      (don't remember the different abi names in my head)

looking at gdb sourcecode now

set arm abi auto     <- is the default
set arm abi APCS     <- one of these two have an fpu, and hence the g packet
set arm abi AAPCS    <- is longer. Don't remember which one. At least that
                     <- is my experience

Stian Skjelstad


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to