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
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
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
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/
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