Description of problem: The abrt report contains what appears to be the output from "info regs", which is definitely useful. However, there are times when important values might be in the xmm, ymm or FP regs. For example, I'm currently debugging the cluster of failures related to 811037 and the values I need to see are sitting in the xmm regs. Version-Release number of selected component (if applicable): How reproducible: Look at any abrt report. The register dump contains just integer registers, no xmm, ymm or FP registers are included. Steps to Reproduce: 1. 2. 3. Actual results: abrt report just contains contents of integer registers Expected results: abrt report should contain contents of all the registers Additional info:
Committed upstream: https://github.com/abrt/abrt/commit/ef81af0fb33bfc6402e259e28764644bec0a4914 Thanks for the report!