[Lldb-commits] [lldb] [lldb] Support CommandInterpreter print callbacks (PR #125006)

via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 31 09:36:34 PST 2025


jimingham wrote:

We have a bunch of other structured output that we could start decorating this way.  For instance if `image list` produced a  a JSON-ified version of itself (maybe only when there was a callback present) and had a way to "get JSON-ified result" then it could render that list inline with active columns and rows that you could rearrange, sort by, etc.

https://github.com/llvm/llvm-project/pull/125006


More information about the lldb-commits mailing list