[Lldb-commits] [lldb] r314371 - Revert patch r313904, as it breaks "command source" and in

2017-09-27 Thread Jim Ingham via lldb-commits
Author: jingham Date: Wed Sep 27 18:39:07 2017 New Revision: 314371 URL: http://llvm.org/viewvc/llvm-project?rev=314371=rev Log: Revert patch r313904, as it breaks "command source" and in particular causes lldb to die on startup if you have a ~/.lldbinit file. I filed:

[Lldb-commits] [lldb] r314366 - Change build-llvm.py and build-lldb-llvm-clang's patching mechanisms to

2017-09-27 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Wed Sep 27 16:44:54 2017 New Revision: 314366 URL: http://llvm.org/viewvc/llvm-project?rev=314366=rev Log: Change build-llvm.py and build-lldb-llvm-clang's patching mechanisms to assume git-style diffs. Committing for Francis Ricci. Differential Revision:

[Lldb-commits] [PATCH] D38328: Assume git-generated patch files in build scripts

2017-09-27 Thread Phabricator via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL314366: Change build-llvm.py and build-lldb-llvm-clang's patching mechanisms to (authored by jmolenda). Repository: rL LLVM https://reviews.llvm.org/D38328 Files:

[Lldb-commits] [lldb] r314355 - Add support for running the lldb testsuite against an apple watch

2017-09-27 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Wed Sep 27 15:12:54 2017 New Revision: 314355 URL: http://llvm.org/viewvc/llvm-project?rev=314355=rev Log: Add support for running the lldb testsuite against an apple watch running watchos. These tests cannot run on normal customer devices, but I hope to some day have a

[Lldb-commits] [lldb] r314343 - Update the Objective-C runtime interface code to handle objc objects

2017-09-27 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Wed Sep 27 13:56:32 2017 New Revision: 314343 URL: http://llvm.org/viewvc/llvm-project?rev=314343=rev Log: Update the Objective-C runtime interface code to handle objc objects whose isa is an index instead of a pointer. Currently, this type of isa encoding is only used on

[Lldb-commits] [PATCH] D38323: Enable breakpoints and read/write GPRs for ppc64le

2017-09-27 Thread Alexandre Yukio Yamashita via Phabricator via lldb-commits
alexandreyy created this revision. Herald added subscribers: JDevlieghere, kbarton, mgorny, nemanjai. Add support for ppc64le to create breakpoints and read/write general purpose registers. Other features for ppc64le and functions to read/write other registers are being implemented.