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

Paul Osmialowski pawelo at king.net.pl
Sat Sep 6 13:36:54 PDT 2014


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5232.13371.patch
Type: text/x-patch
Size: 4083 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140906/ef0db25d/attachment.bin>


More information about the lldb-commits mailing list