[Lldb-commits] [lldb] [lldb] Store the return ValueObject in the CommandReturnObject (PR #127566)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 18 02:15:11 PST 2025
https://github.com/labath commented:
Two questions:
- what about commands (like frame/target variable) which can return more than variable. I guess I'm wondering if this should be a SBValueList instead?
- what about commands (I don't know if we have any) whose output consists of more than formatting a single value (which, I guess would be lost if the IDE decides to ignore the output). Are we fine with not supporting that? (we could say that if a command wants to print some extra output, it should use the error stream for that)
https://github.com/llvm/llvm-project/pull/127566
More information about the lldb-commits
mailing list