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

--- Comment #6 from Daniel Trebbien <dtrebb...@gmail.com> ---
Created attachment 95898
  --> https://bugs.kde.org/attachment.cgi?id=95898&action=edit
Swap declarations of r15 and rip

Through trial and error I found that the declaration of the 'r15' register is
the problematic part of the XML target definition.  Simply commenting out the
declaration of 'r15' prevents the crash; however, this also hides the r15
register.

Another solution is to swap the declarations of the 'r15' and 'rip' registers. 
The patch implements this approach of swapping the register declarations.

The patch also adds group="general" to the declarations of 'rax' through 'r15'.
 This makes the output of the `register read` command nicer in LLDB.  Without
group="general", `register read` prints out a number of blank lines and also
categorizes these registers as "unknown".

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

Reply via email to