Lines Matching refs:StructuredData
33 StructuredData::Generic *script_object) { in Create()
69 StructuredData::GenericSP owned_script_object_sp = *obj_or_err; in Create()
84 StructuredData::GenericSP script_object_sp) in ScriptedThread()
157 StructuredData::ArraySP arr_sp = GetInterface()->GetStackFrames(); in LoadArtificialStackFrames()
179 std::optional<StructuredData::Dictionary *> maybe_dict = in LoadArtificialStackFrames()
189 StructuredData::Dictionary *dict = *maybe_dict; in LoadArtificialStackFrames()
224 StructuredData::DictionarySP dict_sp = GetInterface()->GetStopReason(); in CalculateStopInfo()
241 StructuredData::Dictionary *data_dict; in CalculateStopInfo()
274 StructuredData::Dictionary *mach_exception; in CalculateStopInfo()
288 StructuredData::Array *exc_rawcodes; in CalculateStopInfo()
291 auto fetch_data = [&raw_codes](StructuredData::Object *obj) { in CalculateStopInfo()
343 StructuredData::DictionarySP reg_info = GetInterface()->GetRegisterInfo(); in GetDynamicRegisterInfo()
359 StructuredData::ObjectSP ScriptedThread::FetchThreadExtendedInfo() { in FetchThreadExtendedInfo()
363 StructuredData::ArraySP extended_info_sp = GetInterface()->GetExtendedInfo(); in FetchThreadExtendedInfo()
366 return ScriptedInterface::ErrorWithMessage<StructuredData::ObjectSP>( in FetchThreadExtendedInfo()