Searched refs:GetValueForKey (Results 1 - 25 of 32) sorted by relevance

12

/openbsd-current/gnu/llvm/lldb/examples/python/
H A Din_call_stack.py12 name = arg_dict.GetValueForKey('name').GetStringValue(1000)
/openbsd-current/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp494 ->GetValueForKey("issue_type")
618 ->GetValueForKey("description")
627 ->GetValueForKey("mops")
631 ->GetValueForKey("mops")
635 ->GetValueForKey("trace"),
639 ->GetValueForKey("stacks")
643 ->GetValueForKey("stacks")
647 ->GetValueForKey("trace"),
655 ->GetValueForKey("locs")
659 ->GetValueForKey("loc
[all...]
/openbsd-current/gnu/llvm/lldb/bindings/interface/
H A DSBStructuredData.i41 lldb::SBStructuredData GetValueForKey(const char *key) const;
/openbsd-current/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp360 image_details->GetAsDictionary()->GetValueForKey("images");
377 image->GetValueForKey("mach_header")->GetAsDictionary() == nullptr ||
379 image->GetValueForKey("segments")->GetAsArray() == nullptr ||
385 image->GetValueForKey("load_address")->GetAsInteger()->GetValue();
387 image->GetValueForKey("mod_date")->GetAsInteger()->GetValue();
389 image->GetValueForKey("pathname")->GetAsString()->GetValue(),
393 image->GetValueForKey("mach_header")->GetAsDictionary();
395 mh->GetValueForKey("magic")->GetAsInteger()->GetValue();
397 mh->GetValueForKey("cputype")->GetAsInteger()->GetValue();
399 mh->GetValueForKey("cpusubtyp
[all...]
H A DDynamicLoaderMacOS.cpp165 ->GetValueForKey("process_state string")
210 ->GetValueForKey("images")
399 ->GetValueForKey("images")
402 ->GetValueForKey("images")
572 base_address = info_dict->GetValueForKey("shared_cache_base_address")
575 info_dict->GetValueForKey("shared_cache_uuid")->GetStringValue());
578 if (!info_dict->GetValueForKey("no_shared_cache")->GetBooleanValue())
582 if (info_dict->GetValueForKey("shared_cache_private_cache")
H A DDynamicLoaderMacOSXDYLD.cpp563 ->GetValueForKey("images")
566 ->GetValueForKey("images")
/openbsd-current/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp268 reg_dict->GetValueForKey(ConstString(sstr.GetString()));
286 OptionValueSP value_sp = test_data->GetValueForKey(memory_key);
296 value_sp = mem_dict->GetValueForKey(address_key);
302 value_sp = mem_dict->GetValueForKey(data_key);
320 value_sp = test_data->GetValueForKey(registers_key);
331 value_sp = reg_dict->GetValueForKey(cpsr_name);
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DStructuredDataImpl.h113 StructuredData::ObjectSP GetValueForKey(const char *key) const { function in class:lldb_private::StructuredDataImpl
117 return dict->GetValueForKey(llvm::StringRef(key));
/openbsd-current/gnu/llvm/lldb/include/lldb/API/
H A DSBStructuredData.h59 lldb::SBStructuredData GetValueForKey(const char *key) const;
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBStructuredData.cpp149 lldb::SBStructuredData SBStructuredData::GetValueForKey(const char *key) const { function in class:SBStructuredData
153 result.m_impl_up->SetObjectSP(m_impl_up->GetValueForKey(key));
/openbsd-current/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h61 lldb::OptionValueSP GetValueForKey(ConstString key) const;
H A DOptionValueProperties.h99 virtual lldb::OptionValueSP GetValueForKey(const ExecutionContext *exe_ctx,
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp186 ->GetValueForKey("DBGSourcePathRemapping")
205 ->GetValueForKey("DBGVersion")
221 ->GetValueForKey("DBGSourcePathRemapping")
/openbsd-current/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h405 ObjectSP GetValueForKey(llvm::StringRef key) const { function in class:Dictionary
418 ObjectSP value_sp = GetValueForKey(key);
430 ObjectSP value_sp = GetValueForKey(key);
451 ObjectSP value_sp = GetValueForKey(key);
475 ObjectSP value_sp = GetValueForKey(key);
496 ObjectSP value_sp = GetValueForKey(key);
506 ObjectSP value_sp = GetValueForKey(key);
/openbsd-current/gnu/llvm/lldb/examples/python/scripted_process/
H A Dcrashlog_scripted_process.py74 crashlog_path = args.GetValueForKey("file_path")
83 load_all_images = args.GetValueForKey("load_all_images")
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py886 value_node = config.GetValueForKey(key)
887 return value_node.GetValueForKey("value").GetBooleanValue(fail_value)
907 targets = config.GetValueForKey("targets").GetValueForKey("value")
/openbsd-current/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp194 ->GetValueForKey("description")
/openbsd-current/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp174 ->GetValueForKey("description")
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp733 auto object_sp = dict->GetValueForKey("suppress");
738 object_sp = dict->GetValueForKey("stop");
743 object_sp = dict->GetValueForKey("notify");
748 object_sp = dict->GetValueForKey("description");
/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DStructuredData.cpp108 ObjectSP value = this->GetAsDictionary()->GetValueForKey(key);
/openbsd-current/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueProperties.cpp79 OptionValueProperties::GetValueForKey(const ExecutionContext *exe_ctx, function in class:OptionValueProperties
106 value_sp = GetValueForKey(exe_ctx, key, will_modify);
699 lldb::OptionValueSP option_value_sp(GetValueForKey(exe_ctx, name, false));
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp300 module_env_option = map->GetValueForKey(name);
305 map->GetValueForKey(ConstString(llvm::StringRef(name_lower)));
311 module_env_option = map->GetValueForKey(ConstString(name_stripped));
317 map->GetValueForKey(ConstString(llvm::StringRef(name_lower)));
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp333 sorted_threads[idx] = thread_info_sp->GetValueForKey(key);
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DThread.cpp1823 StructuredData::ObjectSP id = activity_dict->GetValueForKey("id");
1824 StructuredData::ObjectSP name = activity_dict->GetValueForKey("name");
1840 breadcrumb_dict->GetValueForKey("name");
1861 message_dict->GetValueForKey("message");
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DDisassembler.cpp905 OptionValueSP value_sp = data_dictionary->GetValueForKey(description_key);
915 value_sp = data_dictionary->GetValueForKey(triple_key);

Completed in 469 milliseconds

12