[Lldb-commits] [lldb] [lldb][test] Introduce build_and_run test utility (PR #194386)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 30 19:17:21 PDT 2026


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

LGTM but I still think we should make the default `// break` instead of `// break here`

```
 ▲ Developer/open-source/llvm.org rg -c '// break here' lldb/test/API | wc -l
     334

 ▲ Developer/open-source/llvm.org rg -c '// break' lldb/test/API | wc -l
     464

 ▲ Developer/open-source/llvm.org rg -c '// break ' lldb/test/API | wc -l
     360
```

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


More information about the lldb-commits mailing list