This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from ce6bbd355 Fix CreateFunctionTemplateSpecialization to prevent dangling [...] new b194f34da Add support to ProcessMachCore::DoLoadCore to handle an EFI U [...]
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: .../test/macosx/lc-note/kern-ver-str/Makefile | 15 + .../lc-note/kern-ver-str/TestKernVerStrLCNOTE.py | 102 +++++++ .../lc-note/kern-ver-str/create-empty-corefile.cpp | 315 +++++++++++++++++++++ .../lc-note/kern-ver-str/create-empty-corefile.mk} | 6 +- .../test/macosx/lc-note/kern-ver-str/main.c | 2 + .../Plugins/Process/mach-core/ProcessMachCore.cpp | 55 ++++ 6 files changed, 492 insertions(+), 3 deletions(-) create mode 100644 packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/Makefile create mode 100644 packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/Test [...] create mode 100644 packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/crea [...] copy packages/Python/lldbsuite/test/{functionalities/plugins/commands/Makefile => [...] create mode 100644 packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/main.c