[all-commits] [llvm/llvm-project] e3b9bb: [lldb/bindings] Expose the progress reporting mach...
Med Ismail Bennani via All-commits
all-commits at lists.llvm.org
Fri Feb 18 14:16:47 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e3b9bb5a1847483338190c82ee63a962e82696fd
https://github.com/llvm/llvm-project/commit/e3b9bb5a1847483338190c82ee63a962e82696fd
Author: Med Ismail Bennani <medismail.bennani at gmail.com>
Date: 2022-02-18 (Fri, 18 Feb 2022)
Changed paths:
M lldb/bindings/interface/SBDebugger.i
A lldb/test/API/functionalities/progress_reporting/Makefile
A lldb/test/API/functionalities/progress_reporting/TestProgressReporting.py
A lldb/test/API/functionalities/progress_reporting/main.c
Log Message:
-----------
[lldb/bindings] Expose the progress reporting machinery to the SWIG interface
This patch defines the SBDebugger::eBroadcastBitProgress enum in the SWIG
interface and exposes the SBDebugger::{GetProgressFromEvent,GetBroadcaster}
methods as well.
This allows to exercise the API from the script interpreter using python.
Differential Revision: https://reviews.llvm.org/D120100
Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>
More information about the All-commits
mailing list