[Lldb-commits] [lldb] [lldb] Improved lldb-server stability for remote launching (PR #100659)

Dmitry Vasilyev via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 29 05:30:33 PDT 2024


slydiman wrote:

> that could mean that something like `$CC hello.cc && ./a.out` could fail (what we're doing here isn't fundamentally different than that).

The difference is that cc creates a.out and exits itself. But `lldb-server platform` is still running after creating the executable. Something must be flushed?

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


More information about the lldb-commits mailing list