This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from b21b14deb Change the default Aarch64 ISA to be v8.2 to correctly decode [...] new 31f6bd97c Change SBProcess::ReadCStringFromMemory() back to returning a [...]
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: .../postmortem/minidump-new/TestMiniDumpNew.py | 2 +- .../process/read-mem-cstring}/Makefile | 1 + .../process/read-mem-cstring/TestReadMemCString.py | 62 ++++++++++++++++++++++ .../python_api/process/read-mem-cstring/main.c | 13 +++++ scripts/Python/python-typemaps.swig | 3 +- 5 files changed, 79 insertions(+), 2 deletions(-) copy packages/Python/lldbsuite/test/{functionalities/breakpoint/breakpoint_ignore_ [...] create mode 100644 packages/Python/lldbsuite/test/python_api/process/read-mem-cstr [...] create mode 100644 packages/Python/lldbsuite/test/python_api/process/read-mem-cstr [...]