https://github.com/JDevlieghere closed
https://github.com/llvm/llvm-project/pull/71301
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/M4ximumPizza approved this pull request.
https://github.com/llvm/llvm-project/pull/71301
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/bulbazord approved this pull request.
🚀
https://github.com/llvm/llvm-project/pull/71301
___
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
This completes the conversion of LocateSymbolFile into a SymbolLocator plugin.
The only remaining function is DownloadSymbolFileAsync which doesn't really fit
into the plugin model, and therefore mo
JDevlieghere wrote:
The fifth and final installment in the SymbolLocator saga.
https://github.com/llvm/llvm-project/pull/71301
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/JDevlieghere created
https://github.com/llvm/llvm-project/pull/71301
This completes the conversion of LocateSymbolFile into a SymbolLocator plugin.
The only remaining function is DownloadSymbolFileAsync which doesn't really fit
into the plugin model, and therefore moves into