LLDB mainline
PlatformWebInspectorWasm.cpp File Reference
#include "PlatformWebInspectorWasm.h"
#include "lldb/Core/PluginManager.h"
#include "lldb/Host/FileSystem.h"
#include "lldb/Host/Host.h"
#include "lldb/Host/ProcessLaunchInfo.h"
#include "lldb/Utility/LLDBLog.h"
#include "lldb/Utility/Log.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/ErrorExtras.h"
#include <chrono>
#include <csignal>
#include <thread>

Go to the source code of this file.

Variables

static constexpr llvm::StringLiteral kServerBinary
static constexpr uint8_t kConnectAttempts = 5
static constexpr auto kConnectDelay = std::chrono::milliseconds(100)

Variable Documentation

◆ kConnectAttempts

uint8_t kConnectAttempts = 5
staticconstexpr

◆ kConnectDelay

auto kConnectDelay = std::chrono::milliseconds(100)
staticconstexpr

◆ kServerBinary

llvm::StringLiteral kServerBinary
staticconstexpr
Initial value:
=
"/System/Cryptexes/App/usr/libexec/webinspector-wasm-lldb-platform"

Definition at line 28 of file PlatformWebInspectorWasm.cpp.

Referenced by lldb_private::PlatformWebInspectorWasm::LaunchPlatformServer().