[Lldb-commits] [lldb] [lldb-dap] Adding a modules explorer to lldb-dap ext. (PR #138977)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Thu May 8 16:24:05 PDT 2025
ashgti wrote:
The failure seems to be that `stackTrace` returned an empty list:
```
15:36:48 1746743807.491051912 --> (stdin/stdout) {"command":"stackTrace","type":"request","arguments":{"threadId":1744343,"startFrame":0,"levels":1},"seq":13}
15:36:48 1746743807.491221905 <-- (stdin/stdout) {"body":{"stackFrames":[]},"command":"stackTrace","request_seq":13,"seq":0,"success":true,"type":"response"}
```
This should just be code in the lldb-dap VSCode extension, not in the lldb-dap executable, so this is likely a flaky test.
It looks like that was running on macOS and I've been running those tests locally. I'll see if I can reproduce the flake by running it a few times.
https://github.com/llvm/llvm-project/pull/138977
More information about the lldb-commits
mailing list