This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from a0d9e76 Add a test for the failure described by pr28055. Mark it as xfail. new be58925 Since our expression parser needs to locate areas of memory t [...]
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/Core/RangeMap.h | 22 +++- include/lldb/Core/Section.h | 23 +++- include/lldb/Target/MemoryRegionInfo.h | 31 ++++- source/Commands/CommandObjectMemory.cpp | 122 ++++++++++++++++-- source/Core/Section.cpp | 143 ++++++++++++--------- source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 4 + .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 8 +- source/Plugins/Process/elf-core/ProcessElfCore.cpp | 54 +++++++- source/Plugins/Process/elf-core/ProcessElfCore.h | 7 + .../Plugins/Process/mach-core/ProcessMachCore.cpp | 56 ++++++-- source/Plugins/Process/mach-core/ProcessMachCore.h | 7 +- 11 files changed, 385 insertions(+), 92 deletions(-)