LLDB mainline
Namespaces | Functions
ProcessDebugger.cpp File Reference
#include "ProcessDebugger.h"
#include "lldb/Host/windows/windows.h"
#include <psapi.h>
#include "lldb/Host/FileSystem.h"
#include "lldb/Host/HostNativeProcessBase.h"
#include "lldb/Host/HostProcess.h"
#include "lldb/Host/HostThread.h"
#include "lldb/Host/ProcessLaunchInfo.h"
#include "lldb/Target/MemoryRegionInfo.h"
#include "lldb/Target/Process.h"
#include "llvm/Support/ConvertUTF.h"
#include "llvm/Support/Error.h"
#include "DebuggerThread.h"
#include "ExceptionRecord.h"
#include "ProcessWindowsLog.h"

Go to the source code of this file.

Namespaces

namespace  lldb_private
 A class that represents a running process on the host machine.
 

Functions

static DWORD ConvertLldbToWinApiProtect (uint32_t protect)
 
static bool IsPageReadable (uint32_t protect)
 
static bool IsPageWritable (uint32_t protect)
 
static bool IsPageExecutable (uint32_t protect)
 

Function Documentation

◆ ConvertLldbToWinApiProtect()

static DWORD ConvertLldbToWinApiProtect ( uint32_t  protect)
static

Definition at line 32 of file ProcessDebugger.cpp.

Referenced by lldb_private::ProcessDebugger::AllocateMemory().

◆ IsPageExecutable()

static bool IsPageExecutable ( uint32_t  protect)
static

◆ IsPageReadable()

static bool IsPageReadable ( uint32_t  protect)
static

◆ IsPageWritable()

static bool IsPageWritable ( uint32_t  protect)
static