diff options
author | Med Ismail Bennani <medismail.bennani@gmail.com> | 2023-04-21 17:07:29 -0700 |
---|---|---|
committer | Med Ismail Bennani <medismail.bennani@gmail.com> | 2023-04-25 15:02:34 -0700 |
commit | 6382fcb16def5ae4a47082466fd8dc93e8fdf988 (patch) | |
tree | 1a6f8c10bdbc7d63723e3f50d20bac868177ec93 /lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp | |
parent | 46e93c9df287bc06854c66e08658f757ff6cf6f1 (diff) | |
download | llvm-6382fcb16def5ae4a47082466fd8dc93e8fdf988.zip llvm-6382fcb16def5ae4a47082466fd8dc93e8fdf988.tar.gz llvm-6382fcb16def5ae4a47082466fd8dc93e8fdf988.tar.bz2 |
[lldb/Utility] Add opt-in shadow mode to event listeners
This patch augments lldb's event listeners with a new shadow mode.
As the name suggests, this mode allows events to be copied to an
additional listener to perform event monitoring, without interferring
with the event life cycle.
One of our use case for this, is to be able to listen to public process
events while making sure the events will still be delivered to the
default process listener (the debugger listener in most cases).
Differential Revision: https://reviews.llvm.org/D148397
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp')
0 files changed, 0 insertions, 0 deletions