[Lldb-commits] [PATCH] D31357: Support Unit Testing debugserver

Chris Bieneman via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 6 10:41:57 PDT 2017


beanz added a comment.

I will fix up the naming conventions. Switching back and forth between LLVM and LLDB conventions has done a number on my brain.

The test cases only abort on the child process side of the fork calls. This results in printing a stack trace, but it also will get captured as a failure because the parent process side checks the exit status of the child.


https://reviews.llvm.org/D31357





More information about the lldb-commits mailing list