Grant Edwards wrote:
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.
Interesting. I always run msp430-gdbproxy from the command line, so it
always runs in its own group. Thus, I would never have seen that. Are
you sure this is new behaviour? I haven't changed anything about the way
the program is run in recent versions.
Steve