[PATCH] D58033: Add option for emitting dbg info for call site parameters
Paul Robinson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 18 07:37:02 PDT 2019
probinson added a comment.
In D58033#1470260 <https://reviews.llvm.org/D58033#1470260>, @djtodoro wrote:
> @probinson @aprantl Thanks a lot for your comments!
>
> Let's clarify some things. I'm sorry about the confusion.
>
> Initial patch for the functionality can be restricted by this option (like we pushed here), since **LLDB** doesn't read this type of debug info (yet).
> The plan is, when **LLDB** has all necessary info and we are sure that everything works fine during using this info in debugging sessions, we can turn it to `ON` by default.
>
> Does that make sense ? :)
Yes. And I agree with Adrian, this should be a CC1-only option; it can be default-off for now and maybe debugger-tuning specific later.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58033/new/
https://reviews.llvm.org/D58033
More information about the cfe-commits
mailing list