Use hexadecimal numbers rather than decimal in various vFile packets
in order to fix compatibility with gdbserver. This also changes the few
custom LLDB packets -- while technically they do not have to be changed,
it is easier to use the same syntax consistently across LLDB.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, although in FreeBSD we don't have any backwards- or cross-compatibility issues to worry about.
Comment Actions
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.
Comment Actions
I've already attempted to fix this, I'll try more. It doesn't help that buildbot webUI is so shoddy it takes me around 10 minutes to get any results :-(.
Comment Actions
Ok, I've reverted my previous attempts and just marked the tests for skipping on Windows. Hopefully this'll work.