[Lldb-commits] [lldb] [lldb] Adopt Policy for private/public view and capability decisions (PR #195771)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed May 6 16:50:43 PDT 2026
================
----------------
JDevlieghere wrote:
Those were deleted because they were printing those values as hex. In the commit message, Pavel recommended using the underlying llvm stream instead for (un)signed values. But these are booleans, so either we should add a boolean overload (true/false) or use the llvm one.
https://github.com/llvm/llvm-project/pull/195771
More information about the lldb-commits
mailing list