Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/sblaunchinfo/
H A DTestSBLaunchInfo.py11 for i in range(info.GetNumEnvironmentEntries()):
24 self.assertEquals(1, info.GetNumEnvironmentEntries())
26 self.assertEquals(2, info.GetNumEnvironmentEntries())
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBLaunchInfo.i62 GetNumEnvironmentEntries ();
/llvm-project-15.0.7/lldb/source/API/
H A DSBLaunchInfo.cpp166 uint32_t SBLaunchInfo::GetNumEnvironmentEntries() { in GetNumEnvironmentEntries() function in SBLaunchInfo
175 if (idx > GetNumEnvironmentEntries()) in GetEnvironmentEntryAtIndex()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBLaunchInfo.h93 uint32_t GetNumEnvironmentEntries();
/llvm-project-15.0.7/lldb/test/API/commands/settings/
H A DTestSettings.py266 for i in range(0, launch_info.GetNumEnvironmentEntries()):