[PATCH] D107475: [lldb] [gdb-remote] Use hexadecimal numbers in vFile packets for GDB compliance
Jason Molenda via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 4 12:07:38 PDT 2021
jasonmolenda accepted this revision.
jasonmolenda added a comment.
This revision is now accepted and ready to land.
LGTM, thanks for updating the docs too. I have a separate platform implementation ("lldb-platform") that I wrote but it's not in wide use outside the apple lldb team, I'm not going to worry about versioning the protocol or falling back to the old buggy behavior. I'll update my impl for https://reviews.llvm.org/D106985 and https://reviews.llvm.org/D106984 once these are landed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107475/new/
https://reviews.llvm.org/D107475
More information about the llvm-commits
mailing list