[Lldb-commits] [lldb] [lldb-dap] Change the launch sequence (PR #138219)
via lldb-commits
lldb-commits at lists.llvm.org
Fri May 2 15:43:12 PDT 2025
================
@@ -88,8 +88,8 @@ def test_stopOnEntry(self):
"""
program = self.getBuildArtifact("a.out")
self.build_and_launch(program, stopOnEntry=True)
- self.set_function_breakpoints(["main"])
- stopped_events = self.continue_to_next_stop()
+
----------------
kusmour wrote:
nit: probs should update the line 98 & 99 below
```
self.assertEqual(
reason, "singal", 'verify stop reason is SIGSTOP'
)
```
https://github.com/llvm/llvm-project/pull/138219
More information about the lldb-commits
mailing list