Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DDebugger.cpp120 g_properties[] = variable
188 if (strcmp(property_path, g_properties[ePropertyPrompt].name) == 0) in SetPropertyValue()
197 else if (strcmp(property_path, g_properties[ePropertyUseColor].name) == 0) in SetPropertyValue()
227 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetAutoConfirm()
234 …return m_collection_sp->GetPropertyAtIndexAsString (NULL, idx, g_properties[idx].default_cstr_valu… in GetFrameFormat()
241 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetNotifyVoid()
248 …return m_collection_sp->GetPropertyAtIndexAsString (NULL, idx, g_properties[idx].default_cstr_valu… in GetPrompt()
268 …return m_collection_sp->GetPropertyAtIndexAsString (NULL, idx, g_properties[idx].default_cstr_valu… in GetThreadFormat()
275 …Language)m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL, idx, g_properties[idx].default_ui… in GetScriptLanguage()
289 …return m_collection_sp->GetPropertyAtIndexAsSInt64 (NULL, idx, g_properties[idx].default_uint_valu… in GetTerminalWidth()
[all …]
/external/lldb/source/Target/
DTarget.cpp2317 g_properties[] = variable
2450 … if (GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_value != 0)) in GetHostEnvironmentIfNeeded()
2507 m_collection_sp->Initialize(g_properties); in TargetProperties()
2539 …alueType)m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL, idx, g_properties[idx].default_ui… in GetPreferDynamicValue()
2546 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetDisableASLR()
2560 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetDisableSTDIO()
2576 …yFlavor) m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL, idx, g_properties[idx].default_ui… in GetDisassemblyFlavor()
2585 …Strategy)m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL, idx, g_properties[idx].default_ui… in GetInlineStrategy()
2627 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetSkipPrologue()
2661 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetEnableSyntheticValue()
[all …]
DThread.cpp61 g_properties[] = variable
118 m_collection_sp->Initialize(g_properties); in ThreadProperties()
139 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetTraceEnabledState()
DProcess.cpp95 g_properties[] = variable
124 m_collection_sp->Initialize(g_properties); in ProcessProperties()
142 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetDisableMemoryCache()
180 …return m_collection_sp->GetPropertyAtIndexAsBoolean(NULL, idx, g_properties[idx].default_uint_valu… in GetIgnoreBreakpointsInExpressions()
194 …return m_collection_sp->GetPropertyAtIndexAsBoolean(NULL, idx, g_properties[idx].default_uint_valu… in GetUnwindOnErrorInExpressions()
208 …return m_collection_sp->GetPropertyAtIndexAsBoolean(NULL, idx, g_properties[idx].default_uint_valu… in GetStopOnSharedLibraryEvents()
222 …return m_collection_sp->GetPropertyAtIndexAsBoolean(NULL, idx, g_properties[idx].default_uint_valu… in GetDetachKeepsStopped()
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.cpp168 g_properties[] = variable
197 m_collection_sp->Initialize(g_properties); in PlatformDarwinKernelProperties()
209 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetSearchForKexts()
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp50 g_properties[] = variable
75 m_collection_sp->Initialize(g_properties); in PluginProperties()
87 …return m_collection_sp->GetPropertyAtIndexAsUInt64(NULL, idx, g_properties[idx].default_uint_value… in GetPacketTimeout()
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp67 g_properties[] = variable
94 m_collection_sp->Initialize(g_properties); in DynamicLoaderDarwinKernelProperties()
106 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetLoadKexts()
113 …canType) m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL, idx, g_properties[idx].default_ui… in GetScanType()
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp74 g_properties[] = variable
119 m_collection_sp->Initialize (g_properties); in CommandInterpreter()
126 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetExpandRegexAliases()
133 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetPromptOnQuit()
140 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetStopCmdSourceOnError()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp94 g_properties[] = variable
119 m_collection_sp->Initialize(g_properties); in PluginProperties()
131 …return m_collection_sp->GetPropertyAtIndexAsUInt64(NULL, idx, g_properties[idx].default_uint_value… in GetPacketTimeout()