LLDB mainline
Variables
PlatformAndroid.cpp File Reference
#include "lldb/Core/Module.h"
#include "lldb/Core/PluginManager.h"
#include "lldb/Core/Section.h"
#include "lldb/Core/ValueObject.h"
#include "lldb/Host/HostInfo.h"
#include "lldb/Utility/LLDBLog.h"
#include "lldb/Utility/Log.h"
#include "lldb/Utility/Scalar.h"
#include "lldb/Utility/UriParser.h"
#include "AdbClient.h"
#include "PlatformAndroid.h"
#include "PlatformAndroidRemoteGDBServer.h"
#include "lldb/Target/Target.h"
#include <optional>
Include dependency graph for PlatformAndroid.cpp:

Go to the source code of this file.

Variables

static uint32_t g_initialize_count = 0
 
static const unsigned int g_android_default_cache_size
 

Variable Documentation

◆ g_android_default_cache_size

const unsigned int g_android_default_cache_size
static
Initial value:
=
2048

Definition at line 33 of file PlatformAndroid.cpp.

Referenced by lldb_private::platform_android::PlatformAndroid::GetDefaultMemoryCacheLineSize().

◆ g_initialize_count

uint32_t g_initialize_count = 0
static