[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&view=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: https://bugs.llvm.or

[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&view=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: https://revi

[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/trunk/scripts/Xcode/build-llvm

[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&view=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

[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&view=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

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

2017-09-27 Thread Francis Ricci via Phabricator via lldb-commits
fjricci created this revision. It is probably reasonable to expect that most (or all) users of the patch file feature will be using git, and assuming git patch files makes this feature easier to use. https://reviews.llvm.org/D38328 Files: scripts/Xcode/build-llvm.py scripts/build-lldb-llvm-

[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. https://re

[Lldb-commits] [PATCH] D32149: Correct handling NetBSD core(5) files with threads

2017-09-27 Thread Kamil Rytarowski via Phabricator via lldb-commits
krytarowski planned changes to this revision. krytarowski added a comment. Suspended, I need to resurrect tracing of 1 thread and fix kernel bugs for multiple threads first. Repository: rL LLVM https://reviews.llvm.org/D32149 ___ lldb-commits ma