[Lldb-commits] [PATCH] D89227: [lldb] Note difference in vFile:pread/pwrite format for lldb

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 13 06:57:39 PDT 2020


DavidSpickett added a comment.

Sounds like a plan. I've raised https://bugs.llvm.org/show_bug.cgi?id=47820 to track this,.Tell me if I miss-stated anything there, otherwise I'll start the first part.

  debugserver is an apple-only implementation of the remote stub. However, I think that may be a red herring, because in lldb land the vFile packets are handled by lldb-server platform, which is used even on apple platforms (IIUC).

Got it, thanks for explaining.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89227



More information about the lldb-commits mailing list