Closed laokz closed 2 years ago
Float registers use D extension data structure.
Test: Using a buggy program to dump a vgcore then gdb to debug it. Without this patch, info registers showed all registers 0. Applied this patch, it showed correct value of general registers when dumped, and backtrace command also worked.
info registers
backtrace
LGTM, thanks.
Float registers use D extension data structure.
Test: Using a buggy program to dump a vgcore then gdb to debug it. Without this patch,
info registers
showed all registers 0. Applied this patch, it showed correct value of general registers when dumped, andbacktrace
command also worked.