[Lldb-commits] [PATCH] D68961: Add support for DW_AT_export_symbols for anonymous structs
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 15 09:42:54 PDT 2019
clayborg added a comment.
Have many compilers supported DW_AT_export_symbols for a while now? If not, are there any serious issues introduced here that would change debugger behavior if this attribute is not emitted by a compiler? Or is this a new fix in clang that was recently introduced in order to fix an issue when debugging in lldb?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68961/new/
https://reviews.llvm.org/D68961
More information about the lldb-commits
mailing list