[Lldb-commits] [PATCH] D112587: Add breakpoint resolving stats to each target.
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 27 14:46:35 PDT 2021
clayborg updated this revision to Diff 382803.
clayborg added a comment.
Changes in this version:
- If we fail to get "details" from the structured data, we put the error string into the "details" dictionary with the error string.
- Added "numLocations" (int64_t) and "numResolvedLocations" (int64_t) and "internal" (bool) into each breakpoint's stats.
- Include the internal breakpoints in the "breakpoints" so we are tracking all breakpoints that are being set.
- Removed the top level "names" field because it is already contained in the "details".
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112587/new/
https://reviews.llvm.org/D112587
Files:
lldb/include/lldb/Breakpoint/Breakpoint.h
lldb/source/Breakpoint/Breakpoint.cpp
lldb/source/Target/Statistics.cpp
lldb/test/API/commands/statistics/basic/TestStats.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112587.382803.patch
Type: text/x-patch
Size: 8155 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211027/4e9ecec5/attachment.bin>
More information about the lldb-commits
mailing list