LLDB mainline
PlatformWasm.cpp File Reference
#include "Plugins/Platform/WebAssembly/PlatformWasm.h"
#include "Plugins/Process/wasm/ProcessWasm.h"
#include "lldb/Core/PluginManager.h"
#include "lldb/Host/FileSystem.h"
#include "lldb/Host/ProcessLaunchInfo.h"
#include "lldb/Host/common/TCPSocket.h"
#include "lldb/Interpreter/OptionValueProperties.h"
#include "lldb/Target/Process.h"
#include "lldb/Target/Target.h"
#include "lldb/Utility/LLDBLog.h"
#include "lldb/Utility/Listener.h"
#include "lldb/Utility/Log.h"
#include "llvm/ADT/StringExtras.h"
#include "PlatformWasmProperties.inc"
#include "PlatformWasmPropertiesEnum.inc"

Go to the source code of this file.

Macros

#define LLDB_PROPERTIES_platformwasm
#define LLDB_PROPERTIES_platformwasm

Functions

static PluginProperties & GetGlobalProperties ()
static auto get_arg_range (const Args &args)

Macro Definition Documentation

◆ LLDB_PROPERTIES_platformwasm [1/2]

#define LLDB_PROPERTIES_platformwasm

Definition at line 29 of file PlatformWasm.cpp.

◆ LLDB_PROPERTIES_platformwasm [2/2]

#define LLDB_PROPERTIES_platformwasm

Definition at line 29 of file PlatformWasm.cpp.

Function Documentation

◆ get_arg_range()

auto get_arg_range ( const Args & args)
static

Definition at line 120 of file PlatformWasm.cpp.

References lldb_private::Args::GetArgumentArrayRef().

◆ GetGlobalProperties()

PluginProperties & GetGlobalProperties ( )
static

Definition at line 62 of file PlatformWasm.cpp.