Files
llvm/lldb/source/Commands/CommandOptionsProcessLaunch.cpp
Julian Lettner ced01f3671 [lldb][Darwin] Add process launch --memory-tagging option (#162944)
For debugging and bug-finding workflows on Darwin, support
launching processes with memory tagging for binaries that are
not entitled.

This will cause the process to behave as if the binary was entitled
with:
```
<key>com.apple.security.hardened-process.checked-allocations</key>
<true/>
```

This has no effect on hardware without MTE support.

---------

Co-authored-by: Jonas Devlieghere <jonas@devlieghere.com>
2025-10-14 13:01:24 -07:00

4.5 KiB