[libcxx-commits] [libcxx] WIP - [libc++][debugging] P2546R5: Debugging support & P2810R4: `is_debugger_present` `is_replaceable` (PR #81447)
René Ferdinand Rivera Morell via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 1 06:52:44 PDT 2024
grafikrobot wrote:
> @grafikrobot Thank you very much for the feedback! This makes perfect sense now.
>
> So what would be an appropriate way to proceed? I think we can start with library only solution (like this PR) and then extend it to support any tools. The protocol required to enable tools support will need to be agreed upon first with tools authors and other libraries (stdlibc++, MS STL), I suppose? The current design should allow for this extension to be added easily.
>
> Does this make sense?
Yes it does. Starting with a lib only solution is great. And thank you for working on it. Improvements from that point, in performance and quality, can be done subsequently.
https://github.com/llvm/llvm-project/pull/81447
More information about the libcxx-commits
mailing list