[Lldb-commits] [PATCH] lldb fix ARM64 register access

Paul Osmialowski pawelo at king.net.pl
Sun Sep 7 06:06:28 PDT 2014


Seems like in my comment to this patch I went too far with the last 
statement on llgs - I was refering to the code I'm working on and for a 
moment I've forgotten that it's something not complete and not published 
yet.

On Sat, 6 Sep 2014, Paul Osmialowski wrote:

> Apparently, PEEKUSER/POKEUSER is something x86 specific, so I had to rework it for AArch64. This fixes assertion that occurs whenever lldb started on AArch64 device tried to read PC register (or any other register)
> - this did not occur in llgs which already does it similar way.


>
> http://reviews.llvm.org/D5232
>
> Files:
>  source/Plugins/Process/Linux/ProcessMonitor.cpp
>



More information about the lldb-commits mailing list