[Lldb-commits] [PATCH] D115974: [formatters] Improve documentation

2022-01-07 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG69c8e64ba6be: [formatters] Improve documentation (authored by Walter Erquinigo ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D115974/new/

[Lldb-commits] [PATCH] D115974: [formatters] Improve documentation

2022-01-05 Thread walter erquinigo via Phabricator via lldb-commits
wallace updated this revision to Diff 397667. wallace added a comment. per comments Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D115974/new/ https://reviews.llvm.org/D115974 Files: lldb/docs/use/variable.rst Index: lldb/docs/use/variable.rst =

[Lldb-commits] [PATCH] D115974: [formatters] Improve documentation

2021-12-19 Thread Greg Clayton via Phabricator via lldb-commits
clayborg added inline comments. Comment at: lldb/docs/use/variable.rst:77 +which is what the user would expect from a good debugger. + There are several features related to data visualization: formats, summaries, jingham wrote: > jingham wrote: > > This is a nic

[Lldb-commits] [PATCH] D115974: [formatters] Improve documentation

2021-12-17 Thread Jim Ingham via Phabricator via lldb-commits
jingham added inline comments. Comment at: lldb/docs/use/variable.rst:77 +which is what the user would expect from a good debugger. + There are several features related to data visualization: formats, summaries, jingham wrote: > This is a nice example, but we sh

[Lldb-commits] [PATCH] D115974: [formatters] Improve documentation

2021-12-17 Thread Jim Ingham via Phabricator via lldb-commits
jingham added a comment. Those are useful tips, thanks! Comment at: lldb/docs/use/variable.rst:77 +which is what the user would expect from a good debugger. + There are several features related to data visualization: formats, summaries, This is a nice example,

[Lldb-commits] [PATCH] D115974: [formatters] Improve documentation

2021-12-17 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere added a comment. Please reflow your text to fit in the existing 80 col limit. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D115974/new/ https://reviews.llvm.org/D115974 ___ lldb-commits mail

[Lldb-commits] [PATCH] D115974: [formatters] Improve documentation

2021-12-17 Thread walter erquinigo via Phabricator via lldb-commits
wallace created this revision. wallace added a reviewer: clayborg. wallace requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. This adds some important remarks to the data formatter documentation. Repository: rG LLVM Github Monorepo https: