-exec-run command hanged in case of invalid or dummy target.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
These changes fix the hanging of the lldb-mi lit tests. For example:
-file-exec-and-symbols a.out
-exec-run
commands in test may cause a hanging if a.out is invalid name of binary.
Comment Actions
Nice. It should be easy to also create a test for this that just specifies an invalid filename and verifies that lldb-mi returns a failure?