HomeSort by relevance Sort by last modified time
    Searched refs:g_properties (Results 1 - 9 of 9) sorted by null

  /external/lldb/source/Core/
Debugger.cpp 120 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[idx].default_uint_value)
    [all...]
  /external/lldb/source/Target/
Target.cpp 2317 g_properties[] = variable
    [all...]
Thread.cpp 61 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);
    [all...]
Process.cpp 95 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);
    [all...]
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwinKernel.cpp 168 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/
ProcessKDP.cpp 50 g_properties[] = member in namespace:__anon8997
75 m_collection_sp->Initialize(g_properties);
87 return m_collection_sp->GetPropertyAtIndexAsUInt64(NULL, idx, g_properties[idx].default_uint_value);
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DynamicLoaderDarwinKernel.cpp 67 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);
    [all...]
  /external/lldb/source/Interpreter/
CommandInterpreter.cpp 74 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);
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp 94 g_properties[] = member in namespace:__anon9036
119 m_collection_sp->Initialize(g_properties);
131 return m_collection_sp->GetPropertyAtIndexAsUInt64(NULL, idx, g_properties[idx].default_uint_value);
    [all...]

Completed in 643 milliseconds