LLDB mainline
PlatformWindows.cpp File Reference
#include "PlatformWindows.h"
#include <chrono>
#include <cstdio>
#include <optional>
#include "Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h"
#include "Plugins/TypeSystem/Clang/TypeSystemClang.h"
#include "lldb/Breakpoint/BreakpointLocation.h"
#include "lldb/Breakpoint/BreakpointSite.h"
#include "lldb/Core/Debugger.h"
#include "lldb/Core/Module.h"
#include "lldb/Core/PluginManager.h"
#include "lldb/Expression/DiagnosticManager.h"
#include "lldb/Expression/FunctionCaller.h"
#include "lldb/Expression/UserExpression.h"
#include "lldb/Expression/UtilityFunction.h"
#include "lldb/Host/HostInfo.h"
#include "lldb/Target/DynamicLoader.h"
#include "lldb/Target/Process.h"
#include "lldb/Utility/ErrorMessages.h"
#include "lldb/Utility/Status.h"
#include "llvm/ADT/ScopeExit.h"
#include "llvm/Support/ConvertUTF.h"
#include "llvm/Support/FormatVariadic.h"
#include "PlatformWindowsProperties.inc"
#include "PlatformWindowsPropertiesEnum.inc"

Go to the source code of this file.

Macros

#define MAX_PATH   260
#define PATHCCH_MAX_CCH   0x8000
#define LLDB_PROPERTIES_windows
#define LLDB_PROPERTIES_windows

Variables

static uint32_t g_initialize_count = 0

Macro Definition Documentation

◆ LLDB_PROPERTIES_windows [1/2]

#define LLDB_PROPERTIES_windows

Definition at line 53 of file PlatformWindows.cpp.

◆ LLDB_PROPERTIES_windows [2/2]

#define LLDB_PROPERTIES_windows

Definition at line 53 of file PlatformWindows.cpp.

◆ MAX_PATH

◆ PATHCCH_MAX_CCH

Variable Documentation

◆ g_initialize_count

uint32_t g_initialize_count = 0
static

Definition at line 49 of file PlatformWindows.cpp.