This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from d3b8b8531 Code cleanup: Change FormattersContainer::KeyType from SP to rvalue new 48bda2f90 [lldb] Early exit in RangeDataVector:FindEntryIndexesThatContain new b983bfb15 [lldb] Limit the amount of zeroes we use for padding when pri [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/Target/Target.h | 2 + include/lldb/Utility/RangeMap.h | 14 ++- .../test/functionalities/float-display/Makefile | 3 + .../float-display/TestFloatDisplay.py} | 0 .../test/functionalities/float-display/main.c | 121 +++++++++++++++++++++ source/Core/Debugger.cpp | 11 +- source/Core/DumpDataExtractor.cpp | 3 +- source/Target/Target.cpp | 6 + source/Target/TargetProperties.td | 3 + 9 files changed, 153 insertions(+), 10 deletions(-) create mode 100644 packages/Python/lldbsuite/test/functionalities/float-display/Makefile copy packages/Python/lldbsuite/test/{commands/frame/var-scope/TestFrameVariableSco [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/float-display/main.c