[all-commits] [llvm/llvm-project] 0ac8df: [lldb] Add an SB API to get progress events as SBS...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Feb 10 17:18:14 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ac8dfd0587a1a95e8ed464bc59741837aae9c1f
https://github.com/llvm/llvm-project/commit/0ac8dfd0587a1a95e8ed464bc59741837aae9c1f
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-02-10 (Fri, 10 Feb 2023)
Changed paths:
M lldb/bindings/interface/SBDebugger.i
M lldb/include/lldb/API/SBDebugger.h
M lldb/include/lldb/Core/DebuggerEvents.h
M lldb/source/API/SBDebugger.cpp
M lldb/source/Core/DebuggerEvents.cpp
M lldb/test/API/functionalities/progress_reporting/TestProgressReporting.py
Log Message:
-----------
[lldb] Add an SB API to get progress events as SBStructuredData
This is a preparatory patch to add an SB API to get the progress data as
SBStructuredData. The advantage of using SBStructuredData is that the
dictionary can grow over time with more fields.
This approach is identical to the way this is implemented for diagnostic
events.
Differential revision: https://reviews.llvm.org/D143687
More information about the All-commits
mailing list