KLapshin added inline comments.
================
Comment at: test/tools/lldb-mi/control/TestMiExec.py:16
@@ +15,3 @@
+ @skipIfFreeBSD # Failure presumably due to StopAtEntry most likely not
implemented
+ @expectedFailureAll("llvm.org/pr25000", oslist=["linux"])
+ def test_lldbmi_exec_run(self):
----------------
It looks like lldb-mi didn't received SIGSTOP evbent on Linux platform because
event was not rebroadcasted because "Process::WaitForProcessToStop (timeout =
(nil))
Process::WaitForProcessToStop returning without waiting for events; process
private and public states are already 'stopped'.
" - see full log (process, event channel) attached to llvm.org/pr25000 bug.
Repository:
rL LLVM
http://reviews.llvm.org/D12977
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits