[Lldb-commits] [lldb] [lldb][test] Don't call SBDebugger::Terminate if TestMultipleDebuggers times out (PR #143732)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 12 06:26:10 PDT 2025


https://github.com/labath approved this pull request.

exit() will also run some cleanup functions and could cause things to crash. You could one-up it to _exit(), but ultimately, there's no way to guarantee that misbehaving code will umm... behave in a certain way.

https://github.com/llvm/llvm-project/pull/143732


More information about the lldb-commits mailing list