[Lldb-commits] [lldb] [lldb] Store the command in the CommandReturnObject (PR #125132)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 4 07:09:42 PST 2025


labath wrote:

I think this is better. As much as I like initializing things in the constructor, I don't think it makes sense when the whole CommandReturnObject is built around using it as a by-ref return value.

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


More information about the lldb-commits mailing list