[Lldb-commits] [PATCH] D48114: Add dataformatter for NSDecimalNumber

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 12 20:23:08 PDT 2018


JDevlieghere created this revision.
JDevlieghere added reviewers: aprantl, jingham, jasonmolenda.

This patch adds a data formatter for NSDecimalNumber. The latter is a Foundation object used for representing and performing arithmetic on base-10 numbers that bridges to Decimal.


Repository:
  rL LLVM

https://reviews.llvm.org/D48114

Files:
  packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjC.py
  packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/main.m
  source/Plugins/Language/ObjC/Cocoa.cpp
  source/Plugins/Language/ObjC/Cocoa.h
  source/Plugins/Language/ObjC/ObjCLanguage.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48114.151096.patch
Type: text/x-patch
Size: 5852 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180613/39740645/attachment.bin>


More information about the lldb-commits mailing list