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: New gdb 31 & 64 bit patches for S/390


> The only thing I'm aware of which isn't working properly
> is gdb /boot/vmlinux /proc/kcore
> when compiled for multiarch
> 
> This is because the bfd stuff returns
> bfd_arch_unknown
> 
> & set_gdbarch_from_file complains because gdbarch_update_p can't fix up
> this,
>  this however is quite normal for the /proc/kcore file even when compiled
> without multi-arch,
> the code works fine when compiled without multi-arch.


I believe this was a bug in the logic that selected the current 
architecture and was recently fixed.

	Andrew



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