LLDB mainline
Coroutines.cpp File Reference

Go to the source code of this file.

Functions

static lldb::addr_t GetCoroFramePtrFromHandle (ValueObjectSP valobj_sp)
static FunctionExtractDestroyFunction (lldb::TargetSP target_sp, lldb::addr_t frame_ptr_addr)
static CompilerType InferArtificialCoroType (Function *destroy_func, ConstString var_name)

Function Documentation

◆ ExtractDestroyFunction()

Function * ExtractDestroyFunction ( lldb::TargetSP target_sp,
lldb::addr_t frame_ptr_addr )
static

◆ GetCoroFramePtrFromHandle()

◆ InferArtificialCoroType()