This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gdbserver] Problems trying to resume dead threads


On Mon, Aug 04, 2008 at 08:23:14PM +0200, Ulrich Weigand wrote:
> Hmm, still fails with my Cell test case like this:
> writing register 25: No such process
> ptrace(regsets_fetch_inferior_registers) PID=14241: No such process
> reading register 0: No such process

:-( It must depend on where you are in gdbserver when the process is
killed.  I hadn't thought about that.

Perhaps we should downgrade all these errors to warnings for errno ==
ESRCH?

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]