| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileLine.cpp | 41 success = options_dict.GetValueForKeyAsString(GetKey(OptionNames::FileName), in CreateFromStructuredData() 49 GetKey(OptionNames::LineNumber), line); in CreateFromStructuredData() 62 success = options_dict.GetValueForKeyAsBoolean(GetKey(OptionNames::Inlines), in CreateFromStructuredData() 70 GetKey(OptionNames::SkipPrologue), skip_prologue); in CreateFromStructuredData() 77 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData() 97 options_dict_sp->AddBooleanItem(GetKey(OptionNames::SkipPrologue), in SerializeToStructuredData() 99 options_dict_sp->AddStringItem(GetKey(OptionNames::FileName), in SerializeToStructuredData() 101 options_dict_sp->AddIntegerItem(GetKey(OptionNames::LineNumber), in SerializeToStructuredData() 104 GetKey(OptionNames::Column), in SerializeToStructuredData() 106 options_dict_sp->AddBooleanItem(GetKey(OptionNames::Inlines), in SerializeToStructuredData() [all …]
|
| H A D | BreakpointResolverAddress.cpp | 45 GetKey(OptionNames::AddressOffset), addr_offset); in CreateFromStructuredData() 52 success = options_dict.HasKey(GetKey(OptionNames::ModuleName)); in CreateFromStructuredData() 55 GetKey(OptionNames::ModuleName), module_name); in CreateFromStructuredData() 76 options_dict_sp->AddStringItem(GetKey(OptionNames::ModuleName), in SerializeToStructuredData() 78 options_dict_sp->AddIntegerItem(GetKey(OptionNames::AddressOffset), in SerializeToStructuredData() 81 options_dict_sp->AddIntegerItem(GetKey(OptionNames::AddressOffset), in SerializeToStructuredData() 84 options_dict_sp->AddStringItem(GetKey(OptionNames::ModuleName), in SerializeToStructuredData()
|
| H A D | BreakpointOptions.cpp | 42 options_dict_sp->AddBooleanItem(GetKey(OptionNames::StopOnError), in SerializeToStructuredData() 54 GetKey(OptionNames::Interpreter), in SerializeToStructuredData() 66 GetKey(OptionNames::StopOnError), data_up->stop_on_error); in CreateFromStructuredData() 74 GetKey(OptionNames::Interpreter), interpreter_str); in CreateFromStructuredData() 247 const char *key = GetKey(OptionNames::EnabledState); in CreateFromStructuredData() 258 key = GetKey(OptionNames::OneShotState); in CreateFromStructuredData() 268 key = GetKey(OptionNames::AutoContinue); in CreateFromStructuredData() 278 key = GetKey(OptionNames::IgnoreCount); in CreateFromStructuredData() 288 key = GetKey(OptionNames::ConditionText); in CreateFromStructuredData() 367 options_dict_sp->AddBooleanItem(GetKey(OptionNames::EnabledState), in SerializeToStructuredData() [all …]
|
| H A D | BreakpointResolverFileRegex.cpp | 36 GetKey(OptionNames::RegexString), regex_string); in CreateFromStructuredData() 45 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData() 55 GetKey(OptionNames::SymbolNameArray), names_array); in CreateFromStructuredData() 79 options_dict_sp->AddStringItem(GetKey(OptionNames::RegexString), in SerializeToStructuredData() 81 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData() 89 options_dict_sp->AddItem(GetKey(OptionNames::LineNumber), names_array_sp); in SerializeToStructuredData()
|
| H A D | BreakpointResolverName.cpp | 97 GetKey(OptionNames::LanguageName), language_name); in CreateFromStructuredData() 109 options_dict.GetValueForKeyAsInteger(GetKey(OptionNames::Offset), offset); in CreateFromStructuredData() 117 GetKey(OptionNames::SkipPrologue), skip_prologue); in CreateFromStructuredData() 125 GetKey(OptionNames::RegexString), regex_text); in CreateFromStructuredData() 132 GetKey(OptionNames::SymbolNameArray), names_array); in CreateFromStructuredData() 139 GetKey(OptionNames::NameMaskArray), names_mask_array); in CreateFromStructuredData() 192 options_dict_sp->AddStringItem(GetKey(OptionNames::RegexString), in SerializeToStructuredData() 203 options_dict_sp->AddItem(GetKey(OptionNames::SymbolNameArray), names_sp); in SerializeToStructuredData() 204 options_dict_sp->AddItem(GetKey(OptionNames::NameMaskArray), name_masks_sp); in SerializeToStructuredData() 208 GetKey(OptionNames::LanguageName), in SerializeToStructuredData() [all …]
|
| H A D | BreakpointResolverScripted.cpp | 70 GetKey(OptionNames::PythonClassName), class_name); in CreateFromStructuredData() 82 GetKey(OptionNames::ScriptArgs), args_dict); in CreateFromStructuredData() 95 options_dict_sp->AddStringItem(GetKey(OptionNames::PythonClassName), in SerializeToStructuredData() 98 options_dict_sp->AddItem(GetKey(OptionNames::ScriptArgs), in SerializeToStructuredData()
|
| H A D | Breakpoint.cpp | 94 breakpoint_contents_sp->AddItem(Breakpoint::GetKey(OptionNames::Names), in SerializeToStructuredData() 99 Breakpoint::GetKey(OptionNames::Hardware), m_hardware); in SerializeToStructuredData() 197 Breakpoint::GetKey(OptionNames::Hardware), hardware); in CreateFromStructuredData() 208 Breakpoint::GetKey(OptionNames::Names), names_array); in CreateFromStructuredData() 237 bkpt_dict->GetValueForKeyAsArray(GetKey(OptionNames::Names), names_array); in SerializedBreakpointMatchesNames()
|
| H A D | BreakpointResolver.cpp | 105 GetKey(OptionNames::Offset), offset); in CreateFromStructuredData() 160 options_dict_sp->AddIntegerItem(GetKey(OptionNames::Offset), m_offset); in WrapOptionsDict()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadSpec.cpp | 31 GetKey(OptionNames::ThreadIndex), index); in CreateFromStructuredData() 36 spec_dict.GetValueForKeyAsInteger(GetKey(OptionNames::ThreadID), tid); in CreateFromStructuredData() 41 spec_dict.GetValueForKeyAsString(GetKey(OptionNames::ThreadName), name); in CreateFromStructuredData() 45 success = spec_dict.GetValueForKeyAsString(GetKey(OptionNames::ThreadName), in CreateFromStructuredData() 57 data_dict_sp->AddIntegerItem(GetKey(OptionNames::ThreadIndex), m_index); in SerializeToStructuredData() 59 data_dict_sp->AddIntegerItem(GetKey(OptionNames::ThreadID), m_tid); in SerializeToStructuredData() 61 data_dict_sp->AddStringItem(GetKey(OptionNames::ThreadName), m_name); in SerializeToStructuredData() 63 data_dict_sp->AddStringItem(GetKey(OptionNames::QueueName), m_queue_name); in SerializeToStructuredData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | SearchFilter.cpp | 198 options_dict_sp->AddItem(GetKey(name), module_array_sp); in SerializeFileSpecList() 460 bool success = data_dict.GetValueForKeyAsArray(GetKey(OptionNames::ModList), in CreateFromStructuredData() 490 options_dict_sp->AddItem(GetKey(OptionNames::ModList), module_array_sp); in SerializeToStructuredData() 590 bool success = data_dict.GetValueForKeyAsArray(GetKey(OptionNames::ModList), in CreateFromStructuredData() 641 bool success = data_dict.GetValueForKeyAsArray(GetKey(OptionNames::ModList), in CreateFromStructuredData() 660 data_dict.GetValueForKeyAsArray(GetKey(OptionNames::CUList), cus_array); in CreateFromStructuredData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointOptions.h | 80 static const char *GetKey(OptionNames enum_value) { in GetKey() function 367 static const char *GetKey(OptionNames enum_value) { in GetKey() function
|
| H A D | BreakpointResolver.h | 193 static const char *GetKey(OptionNames enum_value) { in GetKey() function
|
| H A D | Breakpoint.h | 94 static const char *GetKey(OptionNames enum_value) { in GetKey() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ThreadSpec.h | 119 static const char *GetKey(OptionNames enum_value) { in GetKey() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | SearchFilter.h | 247 static const char *GetKey(enum OptionNames enum_value) { in GetKey() function
|