This revision was automatically updated to reflect the committed changes.
labath marked 2 inline comments as done.
Closed by commit rL261636: Work around a stepping bug in arm64 android M
(authored by labath).
Changed prior to commit:
http://reviews.llvm.org/D17509?vs=48690&id=48811#toc
Reposi
ovyalov accepted this revision.
This revision is now accepted and ready to land.
Comment at: source/Plugins/Process/Linux/NativeThreadLinux.cpp:250
@@ +249,3 @@
+log->Printf("NativeThreadLinux::%s Unable to get cpu affinity for
thread %" PRIx64 ": %s", __FUNCTION__,
+
labath created this revision.
labath added reviewers: tberghammer, ovyalov.
labath added a subscriber: lldb-commits.
Herald added subscribers: srhines, danalbert, tberghammer, rengolin, aemerson.
On arm64, linux<=4.4 and Android<=M there is a bug, which prevents
single-stepping from working when
labath updated this revision to Diff 48690.
labath added a comment.
Avoid an unused function warning on non-arm64 arches.
http://reviews.llvm.org/D17509
Files:
source/Plugins/Process/Linux/CMakeLists.txt
source/Plugins/Process/Linux/NativeProcessLinux.cpp
source/Plugins/Process/Linux/Nati