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

2022-05-05 Thread Alexandre Perez via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGeb3136f022b3: Fix debugserver translation check (authored by aperez). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D124814/new/

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

2022-05-02 Thread Alexandre Perez via Phabricator via lldb-commits
aperez added a comment. In D124814#3487179 , @jasonmolenda wrote: > 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

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

2022-05-02 Thread Alexandre Perez via Phabricator via lldb-commits
aperez created this revision. Herald added subscribers: pengfei, kristof.beyls. Herald added a project: All. aperez edited the summary of this revision. aperez added a project: LLDB. Herald added a subscriber: JDevlieghere. aperez added reviewers: clayborg, jasonmolenda. aperez published this