[Lldb-commits] [lldb] Report exit status message in lldb-dap, same as lldb cli (PR #89405)

Walter Erquinigo via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 19 09:01:19 PDT 2024


walter-erquinigo wrote:

Yep, please write a python test. A possible idea is to have a target that does nothing for 10 seconds, during which you kill the debug server (lldb-server or debugserver) and then you assert on the final message sent by lldb-vscode.

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


More information about the lldb-commits mailing list