[Lldb-commits] [PATCH] D124814: Fix debugserver translation check

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 3 13:31:17 PDT 2022


jasonmolenda accepted this revision.
jasonmolenda added a comment.
This revision is now accepted and ready to land.

LGTM.  I see how your workflow is set up.  Yeah, you return an error if someone tries to run debugserver in translation (and the inferior isn't x86_64) - that's what we need to do, a translated debugserver won't be able to debug arm64 processes.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124814/new/

https://reviews.llvm.org/D124814



More information about the lldb-commits mailing list