v4 Changes:
- Addressed all comments from Kazu (See previous email)
- Split the change on 12 patches
- Last 3 patches are improvements not really related to gdb update
Alexey Makhalov (12):
Update gdb to 10.1
crash_get_nr_cpus: get nr_cpus from the dumps
"whatis -m": fix duplications in the output
Fix lack of information about struct members and unionprint
Fix compilation issue for target=x86
Fix reduced output of `bt` command
Fix compilation warnings about string conversions
Remove old gdb-7.6 patches
crash_taget: fetch_registers support
Allow 'gdb disassemble' command for relocated kernel
vmware backend: honor silence flag
vmware_guestdump: add debugging of the init function
Makefile | 11 +-
configure.c | 28 +-
crash_target.c | 135 ++
defs.h | 92 +-
diskdump.c | 13 +-
...support.patch => gdb-10.1-ppc64le-support.patch | 0
gdb-10.1.patch | 1629 +++++++++++++
gdb-7.6-proc_service.h.patch | 67 -
gdb-7.6.patch | 2503 --------------------
gdb_interface.c | 108 +-
help.c | 1 +
kernel.c | 2 +-
main.c | 1 -
netdump.c | 11 +-
sadump.c | 2 +-
symbols.c | 127 +-
tools.c | 2 +-
vmware_guestdump.c | 5 +
vmware_vmss.c | 60 +-
x86_64.c | 30 +-
20 files changed, 2089 insertions(+), 2738 deletions(-)
create mode 100644 crash_target.c
rename gdb-7.6-ppc64le-support.patch => gdb-10.1-ppc64le-support.patch (100%)
create mode 100644 gdb-10.1.patch
delete mode 100644 gdb-7.6-proc_service.h.patch
delete mode 100644 gdb-7.6.patch
--
2.11.0