[lldb/gdb-remote] Delete SendPacketsAndConcatenateResponses
authorPavel Labath <pavel@labath.sk>
Thu, 7 Oct 2021 11:07:42 +0000 (13:07 +0200)
committerPavel Labath <pavel@labath.sk>
Thu, 7 Oct 2021 11:09:27 +0000 (13:09 +0200)
commit81a2f39307a1f2169203abeb66c7bb00b5496edc
tree79cbdd6d9e7f2a172b9553c179865a35f3f84794
parent430ab92910e2423e61e55c9b396ba4c54105fe2b
[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).
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp