[Dwarf-discuss] Coroutines
Adrian Prantl
aprantl@apple.com
Tue Oct 1 16:41:33 GMT 2024
CC'ing Felipe, who is currently reworking a lot of this code and is much deeper in the subject matter than me.
-- adrian
> On Oct 1, 2024, at 8:42 AM, Kyle Huey <khuey@pernos.co> wrote:
>
> 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