LLDB mainline
PlatformAndroid.cpp File Reference
#include "lldb/Core/Module.h"
#include "lldb/Core/PluginManager.h"
#include "lldb/Core/Section.h"
#include "lldb/Host/HostInfo.h"
#include "lldb/Utility/LLDBLog.h"
#include "lldb/Utility/Log.h"
#include "lldb/Utility/UriParser.h"
#include "lldb/ValueObject/ValueObject.h"
#include "llvm/ADT/DenseMap.h"
#include "AdbClient.h"
#include "PlatformAndroid.h"
#include "PlatformAndroidRemoteGDBServer.h"
#include "lldb/Target/Target.h"
#include <optional>
#include "PlatformAndroidProperties.inc"
#include "PlatformAndroidPropertiesEnum.inc"

Go to the source code of this file.

Macros

#define LLDB_PROPERTIES_android
#define LLDB_PROPERTIES_android

Functions

static bool NeedsCmdlineSupplement (const ProcessInstanceInfo &proc_info)
static void SupplementWithCmdlineInfo (ProcessInstanceInfoList &proc_infos, AdbClient *adb)

Macro Definition Documentation

◆ LLDB_PROPERTIES_android [1/2]

#define LLDB_PROPERTIES_android

Definition at line 35 of file PlatformAndroid.cpp.

◆ LLDB_PROPERTIES_android [2/2]

#define LLDB_PROPERTIES_android

Definition at line 35 of file PlatformAndroid.cpp.

Function Documentation

◆ NeedsCmdlineSupplement()

bool NeedsCmdlineSupplement ( const ProcessInstanceInfo & proc_info)
static

Definition at line 479 of file PlatformAndroid.cpp.

◆ SupplementWithCmdlineInfo()

void SupplementWithCmdlineInfo ( ProcessInstanceInfoList & proc_infos,
AdbClient * adb )
static

Definition at line 487 of file PlatformAndroid.cpp.