[Lldb-commits] [PATCH] D113174: [lldb] Summary provider for char flexible array members

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 4 02:14:32 PDT 2021


labath created this revision.
labath added reviewers: teemperor, shafik.
labath requested review of this revision.
Herald added a project: LLDB.

Add a summary provider which can print char[] members at the ends of
structs.

Depends on D112709 <https://reviews.llvm.org/D112709>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D113174

Files:
  lldb/source/DataFormatters/FormatManager.cpp
  lldb/test/API/functionalities/data-formatter/type_summary_list_arg/TestTypeSummaryListArg.py
  lldb/test/API/lang/c/flexible-array-members/Makefile
  lldb/test/API/lang/c/flexible-array-members/TestCFlexibleArrayMembers.py
  lldb/test/API/lang/c/flexible-array-members/main.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113174.384684.patch
Type: text/x-patch
Size: 4516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211104/102ab997/attachment.bin>


More information about the lldb-commits mailing list