[Lldb-commits] [PATCH] D57907: lldb: Fix compilation on OpenBSD

2019-02-10 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL353642: lldb: Fix compilation on OpenBSD (authored by teemperor, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits. Changed prior to commit: https://reviews.llvm.org/

[Lldb-commits] [PATCH] D57907: lldb: Fix compilation on OpenBSD

2019-02-10 Thread Todd Mortimer via Phabricator via lldb-commits
mortimer added a comment. I don't have commit access, so if there is ready to land, could someone commit it? Thanks! Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D57907/new/ https://reviews.llvm.org/D57907 ___ lld

[Lldb-commits] [PATCH] D57907: lldb: Fix compilation on OpenBSD

2019-02-07 Thread Todd Mortimer via Phabricator via lldb-commits
mortimer created this revision. mortimer added a reviewer: krytarowski. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. Update the OpenBSD Host.cpp for the new SetFile() function signature. Fixes compiling lldb on OpenBSD. Repository: rLLDB LLDB https://reviews.llvm.or