[Lldb-commits] [lldb] [lldb] Do not narrow `GetIndexOfChildWithName` return type to int (PR #165453)
Ebuka Ezike via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 29 11:22:06 PDT 2025
da-viper wrote:
> You mentioned some kinds of bad behavior as a result of doing that. Is any of that testable? Otherwise, LGTM.
Could not find a reliable way to test it from the python API. It casts the number back to uint32_t and that is implementation defined.
https://github.com/llvm/llvm-project/pull/165453
More information about the lldb-commits
mailing list