[Lldb-commits] [lldb] [lldb] Fix MaxSummaryLength target property type (PR #72233)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 14 02:08:26 PST 2023


DavidSpickett wrote:

Turns out you can't set a negative value from within lldb at least:
```
(lldb) settings set target.max-string-summary-length -1
error: unknown or ambiguous option
```

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


More information about the lldb-commits mailing list