On Mon, Nov 04, 2013 at 04:21:56PM +1300, Andrew McLaren wrote:
> I'm running Mspdebug outboard of Eclipse. In the old gdbproxy, once I set
> this listening on its input port, it remained active until it was explicitly
> stopped. With Mspdebug, if the debug session is stopped in Eclipse, Mspdebug
> returns to its [mspdebug] prompt, and the "gdb [port]" command needs to be
> reissued before it is again usable.
>  
> >From the documentation it appears that the gdb-loop option should be the
> magic required to keep this active. However I've had no luck getting this to
> work. This indicates it should have a boolean value, and have tried a number
> of variations, all with no apparent effect. Options I have tried are;
>  
> gdb <port> opt gdb-loop 
> gdb <port> opt gdb-loop 1 
> gdb <port> opt gdb-loop true
>  
> plus tried adding these directly to the startup command line.
>  
> Am I reading this correctly?

Hi Andrew,

"opt" is a command on its own, and the option you want is "gdb_loop".
Try adding this to your ~/.mspdebug file:

    opt gdb_loop true

Cheers,
Daniel

-- 
Daniel Beer <dlb...@gmail.com>    www.dlbeer.co.nz
IRC: inittab (Freenode)    PGP key: 2048D/160A553B

------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to