[Lldb-commits] [PATCH] D120803: [lldb] Don't print *trailing* nuls in char arrays

2022-03-09 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGacf77bd2fd90: [lldb] Dont print *trailing* nuls in char arrays (authored by labath). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D120803/new/

[Lldb-commits] [PATCH] D120803: [lldb] Don't print *trailing* nuls in char arrays

2022-03-02 Thread Dave Lee via Phabricator via lldb-commits
kastiglione accepted this revision. kastiglione added a comment. This revision is now accepted and ready to land. thanks for doing this! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D120803/new/ https://reviews.llvm.org/D120803

[Lldb-commits] [PATCH] D120803: [lldb] Don't print *trailing* nuls in char arrays

2022-03-02 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added reviewers: kastiglione, teemperor, jingham. Herald added a project: All. labath requested review of this revision. Herald added a project: LLDB. Embedded nul characters are still printed, and they don't terminate the string. See also D111634