[Gnuk-users] [PATCH] Simplify README instructions for OpenOCD usage

Paul Fertser fercerpav at gmail.com
Wed Feb 1 20:12:35 UTC 2017


On Wed, Feb 01, 2017 at 05:22:47PM +0900, NIIBE Yutaka wrote:
> >  Inside GDB, we can connect OpenOCD by:
> >  
> > -  (gdb) target remote localhost:3333
> > +  (gdb) target extended-remote localhost:3333
> 
> I don't apply this for now, as I don't understand its effect.  Are there
> any good thing with extended-remote for our specific use case?

extended-remote tells GDB that it can use "run" (restart the target
and let it run) and "start" (place a temporary breakpoint on main()
and do "run") commands. I find that quite useful for debugging.

-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:fercerpav at gmail.com



More information about the gnuk-users mailing list