Re: [Lldb-commits] [PATCH] D17509: Work around a stepping bug in arm64 android M

2016-02-23 Thread Pavel Labath via lldb-commits
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=48811#toc

Re: [Lldb-commits] [PATCH] D17509: Work around a stepping bug in arm64 android M

2016-02-22 Thread Oleksiy Vyalov via lldb-commits
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__,

[Lldb-commits] [PATCH] D17509: Work around a stepping bug in arm64 android M

2016-02-22 Thread Pavel Labath via lldb-commits
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

Re: [Lldb-commits] [PATCH] D17509: Work around a stepping bug in arm64 android M

2016-02-22 Thread Pavel Labath via lldb-commits
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