[Lldb-commits] [PATCH] D62503: Add ReadCStringFromMemory for faster string reads

António Afonso via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 1 07:41:12 PDT 2019


aadsm added a comment.

Yap, that makes a lot of sense to me. I looked into this over the weekend and figured out the reason why it was broken (tl;dr: we can't use LoadModules) and created a tidier version of D63868 <https://reviews.llvm.org/D63868> that, like D62504 <https://reviews.llvm.org/D62504> avoids fetching the svr4 packet twice.

Will put it up in a few minutes. Yesterday the git server (or phabricator's mysql) was down or something, it seemed like there was not enough disk space.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62503/new/

https://reviews.llvm.org/D62503





More information about the lldb-commits mailing list