This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 5c3cc1ce6 Revert "Advanced guessing of rendezvous breakpoint" new 38da2c911 Add a test for finding a binary in an app package.
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/find-app-in-bundle/Makefile | 16 ++++++ .../TestApp.app/Contents/Info.plist | 26 +++++---- .../TestApp.app/Contents/PkgInfo | 1 + .../find-app-in-bundle/TestFindAppInBundle.py | 62 ++++++++++++++++++++++ .../test/macosx/find-app-in-bundle/main.c | 8 +++ 5 files changed, 103 insertions(+), 10 deletions(-) create mode 100644 packages/Python/lldbsuite/test/macosx/find-app-in-bundle/Makefile copy resources/LLDB-Info.plist => packages/Python/lldbsuite/test/macosx/find-app-i [...] create mode 100644 packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestAp [...] create mode 100644 packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFi [...] create mode 100644 packages/Python/lldbsuite/test/macosx/find-app-in-bundle/main.c