[libcxx-commits] [libcxx] WIP - [libc++][debugging] P2546R5: Debugging support & P2810R4: `is_debugger_present` `is_replaceable` (PR #81447)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 1 01:05:02 PDT 2024
H-G-Hristov 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?
@vogelsgesang If you are familiar with lldb, would you be interested in implementing the debugger support?
https://github.com/llvm/llvm-project/pull/81447
More information about the libcxx-commits
mailing list