[Dwarf-discuss] Coroutines
Kyle Huey
khuey@pernos.co
Tue Oct 1 15:42:00 GMT 2024
On Wed, Feb 28, 2024 at 10:02 AM Adrian Prantl <aprantl@apple.com> wrote:
> LLDB implements this in a custom stepping plan that creates a conditional breakpoint where two async contexts are compared: First, there's the active async context at the time of the step. Next, the active async context at the time the breakpoint is hit. If the two async contexts are equal, then the breakpoint is discarded and the step has completed.
Out of curiosity where does this code actually live?
- Kyle
More information about the Dwarf-discuss
mailing list