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

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to