[Lldb-commits] [PATCH] D15533: Make the aarch64 lldb-server capable of debugging arm32 applications

Muhammad Omair Javaid via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 16 23:08:13 PST 2015


omjavaid added a comment.

I am wondering whats the reason of replacing arm ptrace calls with aarch64 specific calls that use iovec parameters.

If arm calls can work then may be dont use aarch64 specific calls at all. If they dont work kindly make relevant changes to NativeRegisterContextLinux_arm::WriteHardwareDebugRegs and NativeRegisterContextLinux_arm::ReadHardwareDebugInfo().
I guess these functions will throw same errors in case calls propagated using aarch64 lib interface and not backward compaitible with arm specific interface.


http://reviews.llvm.org/D15533





More information about the lldb-commits mailing list