Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/sblaunchinfo/
H A DTestSBLaunchInfo.py12 KeyEqValue = info.GetEnvironmentEntryAtIndex(i)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBLaunchInfo.i65 GetEnvironmentEntryAtIndex (uint32_t idx);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBLaunchInfo.h95 const char *GetEnvironmentEntryAtIndex(uint32_t idx);
/llvm-project-15.0.7/lldb/source/API/
H A DSBLaunchInfo.cpp172 const char *SBLaunchInfo::GetEnvironmentEntryAtIndex(uint32_t idx) { in GetEnvironmentEntryAtIndex() function in SBLaunchInfo
/llvm-project-15.0.7/lldb/test/API/commands/settings/
H A DTestSettings.py267 if launch_info.GetEnvironmentEntryAtIndex(i) == "MY_ENV_VAR=YES":