[Lldb-commits] [PATCH] D38323: Enable breakpoints and read/write GPRs for ppc64le

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 5 10:29:33 PDT 2017


labath added a reviewer: eugene.
labath accepted this revision.
labath added a subscriber: eugene.
labath added a comment.
This revision is now accepted and ready to land.

Looks fine to me. Sorry about the delay.

@eugene should be able to help you commit this.

Wrt. the extra register context discussion, I believe you will need to implement an extra class or two when you get around to debugging core files, but that should not be necessary right now. (And yes, linux now uses lldb-server for local debugging as well).


https://reviews.llvm.org/D38323





More information about the lldb-commits mailing list