gdb - gdb7.6 have no core file handler recognized format -
when used gdb7.6 analyse corefile,gdb print following error:
"./core: no core file handler recognizes format"
my environment:
- hp-ux hp12161 b.11.31 u ia64 0546304299.
- compiler:gcc4.7.2.
- gdb7.6 configure=./configure --enable-64-bit-bfd.
i noticed in ia64-hpux platform gdb not call set_gdbarch_regset_from_core_section、 deprecated_add_core_fns interface.
how should solve problem?
Comments
Post a Comment