[all-commits] [llvm/llvm-project] c20b90: [lldb][debugserver] Check if Rosetta debugserver e...
Jason Molenda via All-commits
all-commits at lists.llvm.org
Thu Oct 3 15:08:22 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c20b90ab8557b38efe8e8e993d41d8c08b798267
https://github.com/llvm/llvm-project/commit/c20b90ab8557b38efe8e8e993d41d8c08b798267
Author: Jason Molenda <jmolenda at apple.com>
Date: 2024-10-03 (Thu, 03 Oct 2024)
Changed paths:
M lldb/tools/debugserver/source/DNB.cpp
Log Message:
-----------
[lldb][debugserver] Check if Rosetta debugserver exists (#110943)
If lldb tries to attach to a process that is marked 'Translated' with
debugserver, it will exec the Rosetta debugserver to handle the debug
session without checking if it is present. If there is a configuration
that is somehow missing this, it will fail poorly.
rdar://135641680
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list