[Lldb-commits] [lldb] [lldb] Change DynamicLoaderDarwin::Segment::name type (PR #210797)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 20 20:32:30 PDT 2026


https://github.com/jasonmolenda approved this pull request.

LGTM.  Add the nul byte at the end of the char arrays, and I would personally use strcmps instead of creating StringRef temporaries just to compare them, but I'm sure that's more in keeping with the llvm style.

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


More information about the lldb-commits mailing list