Home
last modified time | relevance | path

Searched refs:GetValueForKeyAsArray (Results 1 – 12 of 12) sorted by relevance

/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp464 bool success = data_dict.GetValueForKeyAsArray(GetKey(OptionNames::ModList), in CreateFromStructuredData()
596 bool success = data_dict.GetValueForKeyAsArray(GetKey(OptionNames::ModList), in CreateFromStructuredData()
647 bool success = data_dict.GetValueForKeyAsArray(GetKey(OptionNames::ModList), in CreateFromStructuredData()
666 data_dict.GetValueForKeyAsArray(GetKey(OptionNames::CUList), cus_array); in CreateFromStructuredData()
/llvm-project/lldb/source/Target/
H A DDynamicRegisterInfo.cpp193 if (reg_info_dict.GetValueForKeyAsArray("composite", composite_reg_list)) in ByteOffsetFromRegInfoDict()
206 if (dict.GetValueForKeyAsArray("sets", sets)) { in SetRegisterInfo()
224 if (!dict.GetValueForKeyAsArray("registers", regs)) in SetRegisterInfo()
347 if (reg_info_dict->GetValueForKeyAsArray("invalidate-regs", in SetRegisterInfo()
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp129 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
136 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
H A DBreakpointResolverFileRegex.cpp54 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
H A DBreakpoint.cpp201 success = breakpoint_dict->GetValueForKeyAsArray( in CreateFromStructuredData()
230 bkpt_dict->GetValueForKeyAsArray(GetKey(OptionNames::Names), names_array); in SerializedBreakpointMatchesNames()
H A DBreakpointOptions.cpp86 success = options_dict.GetValueForKeyAsArray(GetKey(OptionNames::UserSource), in CreateFromStructuredData()
/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp289 mach_exception->GetValueForKeyAsArray("rawCodes", exc_rawcodes); in CalculateStopInfo()
/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h499 bool GetValueForKeyAsArray(llvm::StringRef key, Array *&result) const { in GetValueForKeyAsArray() function
/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1166 if (!dictionary->GetValueForKeyAsArray("events", events) || !events) { in GetDescription()
/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp2208 if (!bkpt_dict->GetValueForKeyAsArray("Names", names_array))
H A DCommandObjectTarget.cpp2622 separate_debug_info_list->GetValueForKeyAsArray( in DoExecute()
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp5721 if (!dict->GetValueForKeyAsArray("threads", threads) || !threads) {