LLDB mainline
ProcessWasm.cpp File Reference
#include "ProcessWasm.h"
#include "ThreadWasm.h"
#include "lldb/Core/Module.h"
#include "lldb/Core/PluginManager.h"
#include "lldb/Core/Value.h"
#include "lldb/Target/StackFrame.h"
#include "lldb/Utility/DataBufferHeap.h"
#include "llvm/Support/ErrorExtras.h"
#include <cstring>
#include "lldb/Target/UnixSignals.h"

Go to the source code of this file.

Functions

static size_t CopyGlobal (llvm::Expected< lldb::DataBufferSP > global, void *buf, size_t size, Status &error)

Function Documentation

◆ CopyGlobal()

size_t CopyGlobal ( llvm::Expected< lldb::DataBufferSP > global,
void * buf,
size_t size,
Status & error )
static