This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: gdb & gdbserver for s390 31 & 64 bit


> The multiarch CALL_DUMMY_BREAKPOINT_OFFSET function that was emitted by
> the old gdbarch.sh didn't check CALL_DUMMY_BREAKPOINT_OFFSET_P to see
> that there was no multiarch version of this function available, therefore
> my code failed the runtime check on startup without this fix.

Ah, yes, good catch.  All the other multi-arch targets have 
set_..._p(1).  This also turns up a peoblem in the gdbarch.sh script - 
the verify test and the use test can be different.

Andrew



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