[Lldb-commits] [lldb] [lldb] Implement basic support for reverse-continue (PR #112079)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 23 05:52:35 PST 2024


labath wrote:

> > Could you create a separate PR (or two, but probably not eight) with the refactoring changes, and we can rebase this PR on top of that when they land?
> 
> Ok. I assume "Require pull request reviews before merging" is enabled so you can't push a group of commits manually.

Manual pushes are not disabled by technical means (yet?), but they're also not exactly welcome. For better or worse, the lack of a decent "stacked PR" workflow was one of the main sticking points in the move to github PRs.

> I have created #120817 with those refactoring commits.

Thanks.

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


More information about the lldb-commits mailing list