[Lldb-commits] [PATCH] D26315: make-core.sh: add FreeBSD support

2016-11-05 Thread Pavel Labath via lldb-commits
labath accepted this revision. labath added a comment. This revision is now accepted and ready to land. Nice. https://reviews.llvm.org/D26315 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/ll

[Lldb-commits] [PATCH] D26300: ELF core: Adding parsing of the floating-point and SSE registers on x86 32/64 bit elf core files

2016-11-05 Thread Pavel Labath via lldb-commits
labath added a comment. In https://reviews.llvm.org/D26300#587333, @emaste wrote: > Good point. https://reviews.llvm.org/D26315 has the change to add FreeBSD > support to make-core.sh -- just avoiding /bin/bash, and the core file handler > check. Great. I am glad the `_start` thingy works the

[Lldb-commits] [PATCH] D26315: make-core.sh: add FreeBSD support

2016-11-05 Thread Ed Maste via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL286035: make-core.sh: add FreeBSD support (authored by emaste). Changed prior to commit: https://reviews.llvm.org/D26315?vs=76951&id=76968#toc Repository: rL LLVM https://reviews.llvm.org/D26315 Fi

[Lldb-commits] [lldb] r286035 - make-core.sh: add FreeBSD support

2016-11-05 Thread Ed Maste via lldb-commits
Author: emaste Date: Sat Nov 5 09:45:13 2016 New Revision: 286035 URL: http://llvm.org/viewvc/llvm-project?rev=286035&view=rev Log: make-core.sh: add FreeBSD support Differential Revision: https://reviews.llvm.org/D26315 Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/

[Lldb-commits] [PATCH] D26325: Re-write OutputFormattedHelpText in terms of StringRef

2016-11-05 Thread Zachary Turner via lldb-commits
zturner created this revision. zturner added reviewers: beanz, jingham. zturner added a subscriber: lldb-commits. It was pretty difficult to understand the logic of this function. I think this re-write makes it easier. It also continues the effort of moving more functions to take `StringRef` i