This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 23a959cc2 [Cocoa] Implement formatter for the new NSDate representation. new f869ba5b3 [NativePDB] Improved support for nested type reconstruction. new f27f84432 [NativePDB] Add support for S_CONSTANT records.
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: .../NativePDB/Inputs/nested-types.lldbinit | 12 + .../NativePDB/Inputs/s_constant.lldbinit | 25 + lit/SymbolFile/NativePDB/Inputs/s_constant.s | 971 +++++++++++++++++++++ lit/SymbolFile/NativePDB/nested-types.cpp | 143 +++ lit/SymbolFile/NativePDB/s_constant.cpp | 115 +++ .../SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 215 ++++- .../SymbolFile/NativePDB/SymbolFileNativePDB.h | 2 + 7 files changed, 1472 insertions(+), 11 deletions(-) create mode 100644 lit/SymbolFile/NativePDB/Inputs/nested-types.lldbinit create mode 100644 lit/SymbolFile/NativePDB/Inputs/s_constant.lldbinit create mode 100644 lit/SymbolFile/NativePDB/Inputs/s_constant.s create mode 100644 lit/SymbolFile/NativePDB/nested-types.cpp create mode 100644 lit/SymbolFile/NativePDB/s_constant.cpp