https://github.com/JDevlieghere closed
https://github.com/llvm/llvm-project/pull/72669
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/medismailben approved this pull request.
LGTM! Thanks!
https://github.com/llvm/llvm-project/pull/72669
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Jonas Devlieghere (JDevlieghere)
Changes
On macOS, we usually use the DebugSymbols framework to find dSYMs, but we have
a few places (including crashlog.py) that calls out directly to dsymForUUID.
Currently, this invocation is missing two
https://github.com/JDevlieghere created
https://github.com/llvm/llvm-project/pull/72669
On macOS, we usually use the DebugSymbols framework to find dSYMs, but we have
a few places (including crashlog.py) that calls out directly to dsymForUUID.
Currently, this invocation is missing two importan