LLDB mainline
Coroutines.cpp File Reference
#include "Coroutines.h"
#include "Plugins/TypeSystem/Clang/TypeSystemClang.h"
#include "lldb/Symbol/Function.h"
#include "lldb/Symbol/VariableList.h"
#include "llvm/Support/ErrorExtras.h"

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()