llvm-project/lldb/test/Shell/Subprocess/Inputs
Michał Górny caf508d712 [lldb] [test] Synchronize before the breakpoint in fork tests
We set breakpoint on child_func, so synchronization inside it is too
late to guarantee ordering between the parent output and child
breakpoint.  Split the function in two, and perform synchronization
before the breakpoint.

Differential Revision: https://reviews.llvm.org/D109591
2021-09-10 13:06:01 +02:00
..
fork.cpp [lldb] [test] Synchronize before the breakpoint in fork tests 2021-09-10 13:06:01 +02:00