Re: Problems interrupting remote target on powerpc
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Chris" == Chris Packham via Gdb <[email protected]> writes: Chris> Found a non-threaded daemon (still has forks) and that doesn't respond Chris> to Ctrl-C either. I am however able to get gdb back by sending it a Chris> kill -2 on the remote devices console. I wonder if this is the sigwait problem, see: https://sourceware.org/bugzilla/show_bug.cgi?id=9425 https://sourceware.org/bugzilla/show_bug.cgi?id=14559 And also one proposed way to fix it: https://sourceware.org/bugzilla/show_bug.cgi?id=15250 Tom