[Lldb-commits] [PATCH] D29667: Synchronize PlatformFreeBSD with Linux

2017-02-07 Thread Ed Maste via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL294340: Synchronize PlatformFreeBSD with Linux (authored by emaste). Changed prior to commit: https://reviews.llvm.org/D29667?vs=87482&id=87490#toc Repository: rL LLVM https://reviews.llvm.org/D2966

[Lldb-commits] [PATCH] D29667: Synchronize PlatformFreeBSD with Linux

2017-02-07 Thread Pavel Labath via Phabricator via lldb-commits
labath accepted this revision. labath added a comment. cool https://reviews.llvm.org/D29667 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [PATCH] D29667: Synchronize PlatformFreeBSD with Linux

2017-02-07 Thread Ed Maste via Phabricator via lldb-commits
emaste created this revision. Inspired by https://reviews.llvm.org/rL294145 (https://reviews.llvm.org/D29266) for NetBSD, this reduces diffs between the FreeBSD and Linux/NetBSD Platform implementations. Further diff reduction will occur once FreeBSD switches to using the remote process plugin.