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

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 15 08:53:00 PST 2015


tberghammer created this revision.
tberghammer added reviewers: omjavaid, ovyalov.
tberghammer added a subscriber: lldb-commits.
Herald added subscribers: srhines, danalbert, tberghammer, rengolin, aemerson.

Make the aarch64 lldb-server capable of debugging arm32 applications

After this change an arm32 lldb-server can debug arm32 inferiors both on arm32 and on aarch64 devices and an aarch64 lldb-server can debug both arm32 and aarch64 inferiors on aarch64 devices.

http://reviews.llvm.org/D15533

Files:
  source/Host/common/HostInfoBase.cpp
  source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp
  source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.h
  source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15533.42862.patch
Type: text/x-patch
Size: 11104 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151215/5f393dbc/attachment-0001.bin>


More information about the lldb-commits mailing list