[Lldb-commits] [lldb] [lldb] Move parts of OutputFormattedUsageText into utility function (PR #180947)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 11 07:39:09 PST 2026


https://github.com/JDevlieghere approved this pull request.

LGTM. Channeling my inner Pavel, I think we could simplify the logic a little bit by converting the string to a StringRef sooner and using `ltrim` but personally I think this is simple enough to avoid to keep the current implementation. Thanks for adding all the tests!

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


More information about the lldb-commits mailing list