[Lldb-commits] [PATCH] D105698: [lldb/Target] Fix event handling during process launch

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 9 15:05:07 PDT 2021


jingham accepted this revision.
jingham added a comment.
This revision is now accepted and ready to land.

This LGTM.  This code is fetching events by hand off the event queue and then resending them, so it makes sense that it should stop the ones it is handling from leaking out to the Process listener.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105698



More information about the lldb-commits mailing list