[libcxx-commits] [libcxx] WIP - [libc++][debugging] P2546R5: Debugging support & P2810R4: `is_debugger_present` `is_replaceable` (PR #81447)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Mon May 20 10:55:02 PDT 2024
================
@@ -500,6 +501,43 @@ def _getAndroidDeviceApi(cfg):
),
]
+
+# Detect whether dbx is on the system.
----------------
mordante wrote:
Please explain what DBX is, I guess the platform debugger of AIX. LLDB and GDB are well known debuggers so there only the name suffices.
https://github.com/llvm/llvm-project/pull/81447
More information about the libcxx-commits
mailing list