Searched refs:g_properties (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/ |
| D | Target.cpp | 2594 g_properties[] = variable 2738 … if (GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_value != 0)) in GetHostEnvironmentIfNeeded() 2798 m_collection_sp->Initialize(g_properties); in TargetProperties() 2830 …alueType)m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL, idx, g_properties[idx].default_ui… in GetPreferDynamicValue() 2837 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetDisableASLR() 2851 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetDisableSTDIO() 2867 …yFlavor) m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL, idx, g_properties[idx].default_ui… in GetDisassemblyFlavor() 2876 …Strategy)m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL, idx, g_properties[idx].default_ui… in GetInlineStrategy() 2918 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetSkipPrologue() 2952 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetEnableSyntheticValue() [all …]
|
| D | Thread.cpp | 62 g_properties[] = variable 121 m_collection_sp->Initialize(g_properties); in ThreadProperties() 151 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetTraceEnabledState()
|
| D | Process.cpp | 103 g_properties[] = variable 132 m_collection_sp->Initialize(g_properties); in ProcessProperties() 150 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetDisableMemoryCache() 188 …return m_collection_sp->GetPropertyAtIndexAsBoolean(NULL, idx, g_properties[idx].default_uint_valu… in GetIgnoreBreakpointsInExpressions() 202 …return m_collection_sp->GetPropertyAtIndexAsBoolean(NULL, idx, g_properties[idx].default_uint_valu… in GetUnwindOnErrorInExpressions() 216 …return m_collection_sp->GetPropertyAtIndexAsBoolean(NULL, idx, g_properties[idx].default_uint_valu… in GetStopOnSharedLibraryEvents() 230 …return m_collection_sp->GetPropertyAtIndexAsBoolean(NULL, idx, g_properties[idx].default_uint_valu… in GetDetachKeepsStopped()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ |
| D | Debugger.cpp | 119 g_properties[] = variable 177 if (strcmp(property_path, g_properties[ePropertyPrompt].name) == 0) in SetPropertyValue() 187 else if (strcmp(property_path, g_properties[ePropertyUseColor].name) == 0) in SetPropertyValue() 221 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetAutoConfirm() 228 …return m_collection_sp->GetPropertyAtIndexAsString (NULL, idx, g_properties[idx].default_cstr_valu… in GetFrameFormat() 235 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetNotifyVoid() 242 …return m_collection_sp->GetPropertyAtIndexAsString (NULL, idx, g_properties[idx].default_cstr_valu… in GetPrompt() 261 …return m_collection_sp->GetPropertyAtIndexAsString (NULL, idx, g_properties[idx].default_cstr_valu… in GetThreadFormat() 268 …Language)m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL, idx, g_properties[idx].default_ui… in GetScriptLanguage() 282 …return m_collection_sp->GetPropertyAtIndexAsSInt64 (NULL, idx, g_properties[idx].default_uint_valu… in GetTerminalWidth() [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/ |
| D | CommandInterpreter.cpp | 74 g_properties[] = variable 121 m_collection_sp->Initialize (g_properties); in CommandInterpreter() 128 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetExpandRegexAliases() 135 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetPromptOnQuit() 142 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetStopCmdSourceOnError()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| D | ProcessGDBRemote.cpp | 98 g_properties[] = variable 125 m_collection_sp->Initialize(g_properties); in PluginProperties() 137 …return m_collection_sp->GetPropertyAtIndexAsUInt64(NULL, idx, g_properties[idx].default_uint_value… in GetPacketTimeout()
|