[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
https://github.com/mordante commented:
I did not do a deep review, mainly looked at the general approach.
I like the approach, but I think we could add some comments regarding the restrictions and the proposal by @vogelsgesang. I think it might be faster if we can directly check for LLDB/GDB without going through the proc filesystem.
https://github.com/llvm/llvm-project/pull/81447
More information about the libcxx-commits
mailing list