On 2006-11-13, Grant Edwards <gra...@visi.com> wrote:
> Since upgrading to a version of gdb-proxy that recognizes
> recent parts, I've been unable to stop the processor while it's
> running.  Whenever I attempt to stop a running program, gdb
> reports:
>
>   Watchdog has expired.  Target detached.

msp430-gdbproxy was exiting when it saw the SIGINT that I sent
to gdb to tell it to interrupt execution.  Using the "setsid"
wrapper program to execute msp430-gdbproxy in its own process
group solves that problem.

-- 
Grant Edwards                   grante             Yow!  Clear the
                                  at               laundromat!! This
                               visi.com            whirl-o-matic just had a
                                                   nuclear meltdown!!


Reply via email to