This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 3440b5ee3 Add EmulateInstructionPPC64.cpp to xcode project file. new b3194635d Revert "[lldb] Use vFlash commands when writing to target's f [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/Host/XML.h | 3 - include/lldb/Target/MemoryRegionInfo.h | 12 +- include/lldb/Target/Process.h | 7 - .../gdb_remote_client/TestGDBRemoteLoad.py | 61 -------- source/Host/common/XML.cpp | 12 -- source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 39 +---- source/Plugins/ObjectFile/ELF/ObjectFileELF.h | 6 - .../gdb-remote/GDBRemoteCommunicationClient.cpp | 149 +----------------- .../gdb-remote/GDBRemoteCommunicationClient.h | 11 -- .../Process/gdb-remote/ProcessGDBRemote.cpp | 171 +-------------------- .../Plugins/Process/gdb-remote/ProcessGDBRemote.h | 13 -- source/Symbol/ObjectFile.cpp | 33 ++-- source/Target/Process.cpp | 11 -- 13 files changed, 23 insertions(+), 505 deletions(-) delete mode 100644 packages/Python/lldbsuite/test/functionalities/gdb_remote_clien [...]