[Lldb-commits] [PATCH] D76672: [lldb/Reproducers] Always collect the whole dSYM in the reproducer
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 24 02:07:54 PDT 2020
labath added a comment.
It's not clear to me why this is needed.
I mean, if lldb touches any of the files inside the dsym bundle, then they should be automatically recorded already, right? And if it doesn't then it does not need them...
It sounds to me like we are failing to capture some of the file accesses. Can this be fixed by catching those instead?
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76672/new/
https://reviews.llvm.org/D76672
More information about the lldb-commits
mailing list