Home
last modified time | relevance | path

Searched refs:GetEnvironmentEntryAtIndex (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBLaunchInfo.cpp174 const char *SBLaunchInfo::GetEnvironmentEntryAtIndex(uint32_t idx) { in GetEnvironmentEntryAtIndex() function in SBLaunchInfo
175 LLDB_RECORD_METHOD(const char *, SBLaunchInfo, GetEnvironmentEntryAtIndex, in GetEnvironmentEntryAtIndex()
373 LLDB_REGISTER_METHOD(const char *, SBLaunchInfo, GetEnvironmentEntryAtIndex, in RegisterMethods()
/external/llvm-project/lldb/test/API/python_api/sblaunchinfo/
DTestSBLaunchInfo.py12 KeyEqValue = info.GetEnvironmentEntryAtIndex(i)
/external/llvm-project/lldb/bindings/interface/
DSBLaunchInfo.i62 GetEnvironmentEntryAtIndex (uint32_t idx);
/external/llvm-project/lldb/include/lldb/API/
DSBLaunchInfo.h95 const char *GetEnvironmentEntryAtIndex(uint32_t idx);
/external/llvm-project/lldb/test/API/commands/settings/
DTestSettings.py235 if launch_info.GetEnvironmentEntryAtIndex(i) == "MY_ENV_VAR=YES":