Searched refs:g_properties (Results 1 - 9 of 9) sorted by relevance

/external/lldb/source/Core/
H A DDebugger.cpp120 g_properties[] = variable
188 if (strcmp(property_path, g_properties[ePropertyPrompt].name) == 0)
197 else if (strcmp(property_path, g_properties[ePropertyUseColor].name) == 0)
227 return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_value != 0);
234 return m_collection_sp->GetPropertyAtIndexAsString (NULL, idx, g_properties[idx].default_cstr_value);
241 return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_value != 0);
248 return m_collection_sp->GetPropertyAtIndexAsString (NULL, idx, g_properties[idx].default_cstr_value);
268 return m_collection_sp->GetPropertyAtIndexAsString (NULL, idx, g_properties[idx].default_cstr_value);
275 return (lldb::ScriptLanguage)m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL, idx, g_properties[idx].default_uint_value);
289 return m_collection_sp->GetPropertyAtIndexAsSInt64 (NULL, idx, g_properties[id
[all...]
/external/lldb/source/Target/
H A DTarget.cpp2317 g_properties[] = variable
2450 if (GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_value != 0))
2507 m_collection_sp->Initialize(g_properties);
2539 return (lldb::DynamicValueType)m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL, idx, g_properties[idx].default_uint_value);
2546 return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_value != 0);
2560 return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_value != 0);
2576 x86DisassemblyFlavor flavor_value = (x86DisassemblyFlavor) m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL, idx, g_properties[idx].default_uint_value);
2585 return (InlineStrategy)m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL, idx, g_properties[idx].default_uint_value);
2627 return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_value != 0);
2661 return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[id
[all...]
H A DThread.cpp61 g_properties[] = variable
118 m_collection_sp->Initialize(g_properties);
139 return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_value != 0);
H A DProcess.cpp95 g_properties[] = variable
124 m_collection_sp->Initialize(g_properties);
142 return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_value != 0);
180 return m_collection_sp->GetPropertyAtIndexAsBoolean(NULL, idx, g_properties[idx].default_uint_value != 0);
194 return m_collection_sp->GetPropertyAtIndexAsBoolean(NULL, idx, g_properties[idx].default_uint_value != 0);
208 return m_collection_sp->GetPropertyAtIndexAsBoolean(NULL, idx, g_properties[idx].default_uint_value != 0);
222 return m_collection_sp->GetPropertyAtIndexAsBoolean(NULL, idx, g_properties[idx].default_uint_value != 0);
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp168 g_properties[] = variable
197 m_collection_sp->Initialize(g_properties);
209 return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_value != 0);
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp50 g_properties[] = member in namespace:__anon25299
75 m_collection_sp->Initialize(g_properties);
87 return m_collection_sp->GetPropertyAtIndexAsUInt64(NULL, idx, g_properties[idx].default_uint_value);
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp67 g_properties[] = variable
94 m_collection_sp->Initialize(g_properties);
106 return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_value != 0);
113 return (KASLRScanType) m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL, idx, g_properties[idx].default_uint_value);
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp74 g_properties[] = variable
119 m_collection_sp->Initialize (g_properties);
126 return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_value != 0);
133 return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_value != 0);
140 return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_value != 0);
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp94 g_properties[] = member in namespace:__anon25338
119 m_collection_sp->Initialize(g_properties);
131 return m_collection_sp->GetPropertyAtIndexAsUInt64(NULL, idx, g_properties[idx].default_uint_value);

Completed in 2374 milliseconds