[Lldb-commits] [lldb] Support statistics dump summary only mode (PR #80745)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 5 15:54:18 PST 2024
================
@@ -86,9 +86,13 @@ class LLDB_API SBTarget {
/// Returns a dump of the collected statistics.
///
+ /// \param[in] summary_only
+ /// If true, only report high level summary statistics without
+ /// targets/modules/breakpoints etc.. details.
+ ///
/// \return
/// A SBStructuredData with the statistics collected.
- lldb::SBStructuredData GetStatistics();
----------------
bulbazord wrote:
This is an ABI-breaking change. You'll want to add a new method entirely.
https://github.com/llvm/llvm-project/pull/80745
More information about the lldb-commits
mailing list