This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from e92fea794 [LLDB] Initial version of PPC64 InstEmulation new fa9452de2 [lldb] Use vFlash commands when writing to target's flash mem [...]
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, 505 insertions(+), 23 deletions(-) create mode 100644 packages/Python/lldbsuite/test/functionalities/gdb_remote_clien [...]