LLDB mainline
PlatformWasm.cpp File Reference
#include "Plugins/Platform/WebAssembly/PlatformWasm.h"
#include "Plugins/Platform/WebAssembly/PlatformWasmRemoteGDBServer.h"
#include "Plugins/Platform/WebAssembly/PlatformWebInspectorWasm.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 "llvm/Support/ErrorExtras.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 ()

Macro Definition Documentation

◆ LLDB_PROPERTIES_platformwasm [1/2]

#define LLDB_PROPERTIES_platformwasm

Definition at line 32 of file PlatformWasm.cpp.

◆ LLDB_PROPERTIES_platformwasm [2/2]

#define LLDB_PROPERTIES_platformwasm

Definition at line 32 of file PlatformWasm.cpp.

Function Documentation

◆ GetGlobalProperties()

PluginProperties & GetGlobalProperties ( )
static

Definition at line 65 of file PlatformWasm.cpp.