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: [RFA] let record_resume fail immediately on error


> (gdb) record
> (gdb) c
> Continuing.
> Process record doesn't support instruction rdtsc.
> Process record doesn't support instruction 0xf31 at address 0x8048352.
> Process record: failed to record execution log.
> 
> Program received signal SIGABRT, Aborted.

OK - I can see that there is a SIGABRT, and so I suspect that this
SIGABRT is a consequence of the problem you're trying to fix.  Can you
explain the sequence of events that occur inside GDB that cause this
SIGABRT?  Can you also explain how you are fixing this problem? Again,
from a copy of the GDB session *after* your patch, it looks like GDB
is stuck on the unsupported instruction, and I'm not sure that this
is an improvement.  So I'm assuming that I am not understanding what
your fix is doing.

-- 
Joel


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