[Lldb-commits] [PATCH] D61101: Hide stderr output from lldb-argdumper

2019-04-24 Thread Phabricator via Phabricator via lldb-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rLLDB359156: Hide stderr output from lldb-argdumper (authored by adrian, committed by ). Herald added a subscriber: abidh.

[Lldb-commits] [PATCH] D61101: Hide stderr output from lldb-argdumper

2019-04-24 Thread Greg Clayton via Phabricator via lldb-commits
clayborg added a comment. lgtm Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D61101/new/ https://reviews.llvm.org/D61101 ___ lldb-commits mailing list lldb-commits@lists.llvm.org

[Lldb-commits] [PATCH] D61101: Hide stderr output from lldb-argdumper

2019-04-24 Thread Adrian Prantl via Phabricator via lldb-commits
aprantl created this revision. aprantl added reviewers: jasonmolenda, jingham. Herald added a project: LLDB. Under very specific circumstances the default shell `/bin/sh` might print stuff to stderr before launching lldb-argdumper, which then confuses the JSON parser. This patch suppresses