summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Commands/command-options.test
AgeCommit message (Collapse)Author
2024-10-11Support inline diagnostics in CommandReturnObject (#110901)Adrian Prantl
and implement them for dwim-print (a.k.a. `p`) as an example. The next step will be to expose them as structured data in SBCommandReturnObject.