This patch fixes process event handling when the events are broadcasted
at launch. To do so, the patch introduces a new listener to ensure the
event ordering.
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Paths
| Differential D105698
[lldb/Target] Fix event handling during process launch ClosedPublic Authored by mib on Jul 9 2021, 6:13 AM.
Details
Summary This patch fixes process event handling when the events are broadcasted Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Diff Detail
Event TimelineComment Actions 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. This revision is now accepted and ready to land.Jul 9 2021, 3:05 PM efriedma removed a child revision: D34362: [LNT] Support for different DataSet usage in Polybench for "lnt runtest nt".Jul 17 2021, 3:02 PM
Revision Contents
Diff 357493 lldb/source/Target/Process.cpp
|
clang-tidy: error: 'lldb/Breakpoint/BreakpointLocation.h' file not found [clang-diagnostic-error]
not useful