[all-commits] [llvm/llvm-project] be237b: [lldb] Improve error message when trying to debug ...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Aug 11 10:47:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be237b76da7e29debd9cf1e557235f945b92cead
https://github.com/llvm/llvm-project/commit/be237b76da7e29debd9cf1e557235f945b92cead
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-08-11 (Fri, 11 Aug 2023)
Changed paths:
M lldb/tools/debugserver/source/DNB.cpp
Log Message:
-----------
[lldb] Improve error message when trying to debug a non-debuggable process
On the Swift forums, people are disabling SIP in order to debug process
that are missing the get-task-allow entitlement. Improve the error to
give developers a hint at the potential issues.
rdar://113704200
Differential revision: https://reviews.llvm.org/D157640
More information about the All-commits
mailing list