[Lldb-commits] [PATCH] D120578: [lldb] Implement ObjectFile::GetCStrFromSection
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 25 11:59:47 PST 2022
labath added a comment.
I don't think this implementation is sound. If you look at the implementation of `ReadSectionData` you'll see that there is a lot more involved in reading data from a section than just incrementing a pointer.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120578/new/
https://reviews.llvm.org/D120578
More information about the lldb-commits
mailing list