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] print error message if (auto) disassembly failed


> >     (gdb) core core
> >     warning: core file may not match specified executable file.
> >     Core was generated by `./crash'.
> >     Program terminated with signal 6, Aborted.
> >     #0  0x00007fe6fe543307 in ?? ()
> >     0x00007fe6fe543307:     (cannot read memory)
> 
> Fine with me, although "cannot read memory" is a bit more general,
> English-wise, than the actual cause, which is that this specific
> address is unreadable.

I did not line "address unreadable" because we weren't reading
an address, we were reading the memory at that address, shown
on the left hand side.  That's why I proposed this instead, which
in my opinion is more accurate.

-- 
Joel


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