[PATCH] D107475: [lldb] [gdb-remote] Use hexadecimal numbers in vFile packats for GDB compliance

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 4 09:25:36 PDT 2021


mgorny created this revision.
mgorny added reviewers: krytarowski, labath, emaste, jasonmolenda, JDevlieghere, clayborg.
Herald added a subscriber: delcypher.
mgorny requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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.


https://reviews.llvm.org/D107475

Files:
  lldb/docs/lldb-platform-packets.txt
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  llvm/utils/lit/lit/main.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107475.364157.patch
Type: text/x-patch
Size: 12838 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210804/e52a5bc4/attachment.bin>


More information about the llvm-commits mailing list