[Lldb-commits] [PATCH] D123226: [lldb] use one shared ThreadPool and task groups
Luboš Luňák via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sat Apr 16 10:55:09 PDT 2022
llunak updated this revision to Diff 423246.
llunak edited the summary of this revision.
llunak added a comment.
ThreadPool object is now created/destroyed by Debugger class ctor/dtor.
Adapted to API changes from D123225 <https://reviews.llvm.org/D123225>.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123226/new/
https://reviews.llvm.org/D123226
Files:
lldb/include/lldb/Core/Debugger.h
lldb/source/Core/Debugger.cpp
lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123226.423246.patch
Type: text/x-patch
Size: 4589 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220416/90e36fbb/attachment.bin>
More information about the lldb-commits
mailing list