[libcxx-commits] [libcxx] WIP - [libc++][debugging] P2546R5: Debugging support & P2810R4: `is_debugger_present` `is_replaceable` (PR #81447)
Jonathan Wakely via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 3 07:42:53 PDT 2024
================
@@ -500,6 +501,43 @@ def _getAndroidDeviceApi(cfg):
),
]
+
+# Detect whether dbx is on the system.
----------------
jwakely wrote:
Not just AIX: https://en.wikipedia.org/wiki/Dbx_(debugger)
https://github.com/llvm/llvm-project/pull/81447
More information about the libcxx-commits
mailing list