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

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon May 2 18:00:11 PDT 2022


jasonmolenda added a comment.

Ah, I see what you're doing.  You've got a shell running x86_64 or something (maybe started lldb as x86_64) so everything that is spawned from that is x86_64 -- debugserver and the inferior process -- and so you hit this.  let me look more closely later tonight, but I didn't take that scenario into account.  Normally when people are running debugserver as x86_64 it's because they unintentionally ran a parent as x86_64 and are paying an unintended perf hit across the debug session and part of this error reporting was to say "hey, you probably didn't mean to do this".


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