LLDB mainline
Macros | Functions | Variables
PlatformLinux.cpp File Reference
#include "PlatformLinux.h"
#include "lldb/Host/Config.h"
#include <cstdio>
#include "Utility/ARM64_DWARF_Registers.h"
#include "lldb/Core/Debugger.h"
#include "lldb/Core/PluginManager.h"
#include "lldb/Host/HostInfo.h"
#include "lldb/Symbol/UnwindPlan.h"
#include "lldb/Target/Process.h"
#include "lldb/Target/Target.h"
#include "lldb/Utility/FileSpec.h"
#include "lldb/Utility/LLDBLog.h"
#include "lldb/Utility/Log.h"
#include "lldb/Utility/State.h"
#include "lldb/Utility/Status.h"
#include "lldb/Utility/StreamString.h"

Go to the source code of this file.

Macros

#define MAP_PRIVATE   2
 
#define MAP_ANON   0x20
 

Functions

static lldb::UnwindPlanSP GetAArch64TrapHandlerUnwindPlan (ConstString name)
 

Variables

static uint32_t g_initialize_count = 0
 

Macro Definition Documentation

◆ MAP_ANON

#define MAP_ANON   0x20

Definition at line 34 of file PlatformLinux.cpp.

◆ MAP_PRIVATE

#define MAP_PRIVATE   2

Definition at line 33 of file PlatformLinux.cpp.

Function Documentation

◆ GetAArch64TrapHandlerUnwindPlan()

static lldb::UnwindPlanSP GetAArch64TrapHandlerUnwindPlan ( ConstString  name)
static

Variable Documentation

◆ g_initialize_count

uint32_t g_initialize_count = 0
static

Definition at line 42 of file PlatformLinux.cpp.