https://bugs.kde.org/show_bug.cgi?id=356174

Daniel Trebbien <dtrebb...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #95898|0                           |1
        is obsolete|                            |

--- Comment #7 from Daniel Trebbien <dtrebb...@gmail.com> ---
Created attachment 95906
  --> https://bugs.kde.org/attachment.cgi?id=95906&action=edit
Add generic register info

Swapping the 'rip' and 'r15' register declarations is not the right fix.

In this case, as explained by Greg Clayton
(http://lists.llvm.org/pipermail/lldb-dev/2015-December/009021.html ), LLDB is
looking for the 'arg1' through 'arg6' generic registers.  This information can
be supplied by adding appropriate `generic' attributes to the <reg> elements.

This new patch adds `generic' attributes to the declarations of 'rcx', 'rdx',
'rsi', 'rdi', 'rbp', 'rsp', 'r8', 'r9', 'rip', and 'eflags'.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to