[Lldb-commits] [lldb] [lldb] Implement basic support for reverse-continue (PR #99736)
Robert O'Callahan via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 26 03:46:25 PDT 2024
rocallahan wrote:
One thing that's not entirely clear to me from the discussion so far: apparently the public API rules allow adding an overload of `SBProcess::Continue()` with a direction parameter. Do they allow just adding a direction parameter to the existing overload *with a default value*? Because the latter seems exactly like the former in practice, to me.
https://github.com/llvm/llvm-project/pull/99736
More information about the lldb-commits
mailing list