Reland "[lldb/test] Fix TestProgressReporting.py race issue with the event listener"
authorMed Ismail Bennani <medismail.bennani@gmail.com>
Sat, 26 Feb 2022 01:20:39 +0000 (17:20 -0800)
committerMed Ismail Bennani <medismail.bennani@gmail.com>
Sat, 26 Feb 2022 01:20:39 +0000 (17:20 -0800)
commit425880ed35ee399d8f1af0aac60100e4901f289f
tree6f9fcb58c109398ebd6587de0a4f121429c5c40d
parentbadb6e2730a970b5ee94f0adb77c2de741ebbf68
Reland "[lldb/test] Fix TestProgressReporting.py race issue with the event listener"

This patch relands commit 3e3e79a9e4c378b59f5f393f556e6a84edcd8898, and
fixes the memory sanitizer issue described in D120284, by removing the
output arguments from the LLDB_INSTRUMENT_VA invocation.

Differential Revision: https://reviews.llvm.org/D120599

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
lldb/bindings/interface/SBDebugger.i
lldb/source/API/SBDebugger.cpp
lldb/test/API/functionalities/progress_reporting/TestProgressReporting.py