[Lldb-commits] [PATCH] D83425: [lldb] add printing of stdout compile errors to lldbsuite

Benson Li via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 13 17:02:31 PDT 2020


bbli added a comment.

Hi Pavel,

When I change the `stderr` argument to point to `STDOUT` inside the `Popen` function, which is inside the `lldbtest.system` function, the output actually gets mixed up. Whereas currently,, after running a couple times, the contents of stderr always gets printed out first and then stdout. In any case, should I just make two headers then?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83425/new/

https://reviews.llvm.org/D83425





More information about the lldb-commits mailing list