================
@@ -6338,6 +6438,9 @@ rnb_err_t RNBRemote::HandlePacket_qProcessInfo(const char 
*p) {
 
   rep << "vendor:apple;";
 
+  if (ProcessRunningWithMemoryTagging(pid))
+    rep << "mte:enabled;";
----------------
DavidSpickett wrote:

Is this something new or does it exist for Linux too? It's been a while since I 
wrote the Linux side, I think we just looked at specific memory because MTE is 
a per region thing on Linux. Rather than being on for the entire process.

https://github.com/llvm/llvm-project/pull/160952
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to