[Lldb-commits] [PATCH] D100418: [lldb] [MainLoop] Support multiple callbacks per signal

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 14 13:42:33 PDT 2021


mgorny updated this revision to Diff 337539.
mgorny edited the summary of this revision.
mgorny added a comment.

Store callbacks in `std::list`, and use the list iterator to identify the callback to remove.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100418/new/

https://reviews.llvm.org/D100418

Files:
  lldb/include/lldb/Host/MainLoop.h
  lldb/source/Host/common/MainLoop.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100418.337539.patch
Type: text/x-patch
Size: 4037 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210414/53357a87/attachment.bin>


More information about the lldb-commits mailing list