Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/python_api/sblaunchinfo/
DTestSBLaunchInfo.py11 for i in range(info.GetNumEnvironmentEntries()):
26 self.assertEquals(1, info.GetNumEnvironmentEntries())
28 self.assertEquals(2, info.GetNumEnvironmentEntries())
/external/llvm-project/lldb/source/API/
DSBLaunchInfo.cpp168 uint32_t SBLaunchInfo::GetNumEnvironmentEntries() { in GetNumEnvironmentEntries() function in SBLaunchInfo
169 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBLaunchInfo, GetNumEnvironmentEntries); in GetNumEnvironmentEntries()
178 if (idx > GetNumEnvironmentEntries()) in GetEnvironmentEntryAtIndex()
372 LLDB_REGISTER_METHOD(uint32_t, SBLaunchInfo, GetNumEnvironmentEntries, ()); in RegisterMethods()
/external/llvm-project/lldb/bindings/interface/
DSBLaunchInfo.i59 GetNumEnvironmentEntries ();
/external/llvm-project/lldb/include/lldb/API/
DSBLaunchInfo.h93 uint32_t GetNumEnvironmentEntries();
/external/llvm-project/lldb/test/API/commands/settings/
DTestSettings.py234 for i in range(0, launch_info.GetNumEnvironmentEntries()):