-
- Downloads
* gdbarch.sh (gcore_bfd_target): New gdbarch callback.
* gdbarch.h, gdbarch.c: Regenerate. * gcore.c (default_gcore_target): Make return value const. Call gdbarch_gcore_bfd_target if present. (default_gcore_arch, default_gcore_mach): Use target_gdbarch. * corelow.c (core_read_description): Call gdbarch_core_read_description on core_gdbarch instead of current_gdbarch. * ppc-linux-tdep.c (ppc_linux_init_abi): Install gcore_bfd_target.
Showing
- gdb/ChangeLog 14 additions, 0 deletionsgdb/ChangeLog
- gdb/corelow.c 2 additions, 2 deletionsgdb/corelow.c
- gdb/gcore.c 10 additions, 6 deletionsgdb/gcore.c
- gdb/gdbarch.c 34 additions, 0 deletionsgdb/gdbarch.c
- gdb/gdbarch.h 7 additions, 0 deletionsgdb/gdbarch.h
- gdb/gdbarch.sh 3 additions, 0 deletionsgdb/gdbarch.sh
- gdb/ppc-linux-tdep.c 12 additions, 0 deletionsgdb/ppc-linux-tdep.c
Loading
Please register or sign in to comment