[all-commits] [llvm/llvm-project] 81a2f3: [lldb/gdb-remote] Delete SendPacketsAndConcatenate...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Thu Oct 7 04:12:11 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 81a2f39307a1f2169203abeb66c7bb00b5496edc
https://github.com/llvm/llvm-project/commit/81a2f39307a1f2169203abeb66c7bb00b5496edc
Author: Pavel Labath <pavel at labath.sk>
Date: 2021-10-07 (Thu, 07 Oct 2021)
Changed paths:
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Log Message:
-----------
[lldb/gdb-remote] Delete SendPacketsAndConcatenateResponses
ReadExtFeature provides equivalent functionality. Also fix a but in
ReadExtFeature, which prevented it from being used for auxv data (it
contains nul characters).
More information about the All-commits
mailing list