Home
last modified time | relevance | path

Searched refs:GetValueForKey (Results 1 – 25 of 46) sorted by relevance

12

/llvm-project-15.0.7/lldb/test/API/python_api/sbstructureddata/
H A DTestStructuredDataAPI.py43 dict_struct = example.GetValueForKey("key_dict")
65 invalid_struct = example.GetValueForKey("invalid_key")
76 dict_struct = example.GetValueForKey("key_dict")
91 string_struct = dict_struct.GetValueForKey("key_string")
116 int_struct = dict_struct.GetValueForKey("key_int")
140 floating_point_struct = dict_struct.GetValueForKey("key_float")
156 bool_struct = dict_struct.GetValueForKey("key_bool")
172 array_struct = dict_struct.GetValueForKey("key_array")
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp624 ->GetValueForKey("mops") in GenerateSummary()
636 ->GetValueForKey("stacks") in GenerateSummary()
652 ->GetValueForKey("locs") in GenerateSummary()
667 ->GetValueForKey("address") in GenerateSummary()
672 ->GetValueForKey("start") in GenerateSummary()
721 ->GetValueForKey("locs") in GetLocationDescription()
732 ->GetValueForKey("address") in GetLocationDescription()
751 ->GetValueForKey("start") in GetLocationDescription()
755 ->GetValueForKey("size") in GetLocationDescription()
771 ->GetValueForKey("thread_id") in GetLocationDescription()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp360 image_details->GetAsDictionary()->GetValueForKey("images"); in JSONImageInformationIntoImageInfo()
393 image->GetValueForKey("mach_header")->GetAsDictionary(); in JSONImageInformationIntoImageInfo()
395 mh->GetValueForKey("magic")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
397 mh->GetValueForKey("cputype")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
401 mh->GetValueForKey("filetype")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
405 std::string(image->GetValueForKey("min_version_os_name") in JSONImageInformationIntoImageInfo()
434 std::string(image->GetValueForKey("min_version_os_sdk") in JSONImageInformationIntoImageInfo()
444 mh->GetValueForKey("flags")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
450 mh->GetValueForKey("ncmds")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
461 image->GetValueForKey("segments")->GetAsArray(); in JSONImageInformationIntoImageInfo()
[all …]
H A DDynamicLoaderMacOS.cpp181 ->GetValueForKey("images") in DoInitialImageFetch()
370 ->GetValueForKey("images") in AddBinaries()
373 ->GetValueForKey("images") in AddBinaries()
543 base_address = info_dict->GetValueForKey("shared_cache_base_address") in GetSharedCacheInformation()
546 info_dict->GetValueForKey("shared_cache_uuid")->GetStringValue()); in GetSharedCacheInformation()
549 if (!info_dict->GetValueForKey("no_shared_cache")->GetBooleanValue()) in GetSharedCacheInformation()
553 if (info_dict->GetValueForKey("shared_cache_private_cache") in GetSharedCacheInformation()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_command/
H A Dbktptcmd.py11 se_value = extra_args.GetValueForKey("side_effect")
16 se_value = extra_args.GetValueForKey("side_effect")
21 se_value = extra_args.GetValueForKey("side_effect")
/llvm-project-15.0.7/lldb/test/API/commands/platform/basic/
H A DTestPlatformPython.py32 platform_name = platform_data.GetValueForKey('name').GetStringValue(100)
66 name_data = platform_data.GetValueForKey('name')
67 desc_data = platform_data.GetValueForKey('description')
/llvm-project-15.0.7/lldb/test/API/functionalities/diagnostic_reporting/
H A DTestDiagnosticReporting.py33 diagnostic_data.GetValueForKey("type").GetStringValue(100),
36 diagnostic_data.GetValueForKey("message").GetStringValue(100),
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp305 reg_dict->GetValueForKey(ConstString(sstr.GetString())); in LoadRegistersStateFromDictionary()
323 OptionValueSP value_sp = test_data->GetValueForKey(memory_key); in LoadStateFromDictionary()
333 value_sp = mem_dict->GetValueForKey(address_key); in LoadStateFromDictionary()
339 value_sp = mem_dict->GetValueForKey(data_key); in LoadStateFromDictionary()
357 value_sp = test_data->GetValueForKey(registers_key); in LoadStateFromDictionary()
368 value_sp = reg_dict->GetValueForKey(cpsr_name); in LoadStateFromDictionary()
/llvm-project-15.0.7/lldb/test/API/commands/target/stop-hooks/
H A Dstop_hook.py8 ret_val = self.extra_args.GetValueForKey("return_false")
18 value = self.extra_args.GetValueForKey("increment")
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DStructuredData.h389 ObjectSP GetValueForKey(llvm::StringRef key) const { in GetValueForKey() function
402 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsBoolean()
414 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsInteger()
435 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsString()
459 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsString()
480 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsDictionary()
490 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsArray()
/llvm-project-15.0.7/lldb/test/API/functionalities/step_scripted/
H A DSteps.py44 func_entry = args_data.GetValueForKey("variable_name")
91 self.key = args_data.GetValueForKey("token").GetStringValue(1000)
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp187 ->GetValueForKey("DBGSourcePathRemapping") in CreateInstance()
206 ->GetValueForKey("DBGVersion") in CreateInstance()
222 ->GetValueForKey("DBGSourcePathRemapping") in CreateInstance()
/llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/
H A Dstack_core_scripted_process.py22 self.backing_target_idx = args.GetValueForKey("backing_target_idx")
101 backing_target_idx = args.GetValueForKey("backing_target_idx")
102 thread_idx = args.GetValueForKey("thread_idx")
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DStructuredDataImpl.h113 StructuredData::ObjectSP GetValueForKey(const char *key) const { in GetValueForKey() function
117 return dict->GetValueForKey(llvm::StringRef(key)); in GetValueForKey()
/llvm-project-15.0.7/lldb/source/API/
H A DSBStructuredData.cpp149 lldb::SBStructuredData SBStructuredData::GetValueForKey(const char *key) const { in GetValueForKey() function in SBStructuredData
153 result.m_impl_up->SetObjectSP(m_impl_up->GetValueForKey(key)); in GetValueForKey()
/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestOptionValue.cpp150 auto value_ptr = dict_copy_ptr->GetValueForKey(ConstString("A")); in TEST()
155 value_ptr = dict_copy_ptr->GetValueForKey(ConstString("B")); in TEST()
/llvm-project-15.0.7/lldb/examples/python/
H A Din_call_stack.py12 name = arg_dict.GetValueForKey('name').GetStringValue(1000)
/llvm-project-15.0.7/lldb/unittests/API/
H A DSBStructuredDataTest.cpp27 EXPECT_EQ(data.GetValueForKey("key").GetType(), eStructuredDataTypeInvalid); in TEST_F()
/llvm-project-15.0.7/lldb/examples/python/scripted_process/
H A Dcrashlog_scripted_process.py51 crashlog_path = args.GetValueForKey("crashlog_path")
59 load_all_images = args.GetValueForKey("load_all_images")
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBStructuredData.i41 lldb::SBStructuredData GetValueForKey(const char *key) const;
/llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Lua/
H A Dbreakpoint_function_callback.test7 if c then print(c:GetValueForKey("foo"):GetStringValue(32)) end
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/scripted_bkpt/
H A Dresolver.py16 sym_item = self.extra_args.GetValueForKey("symbol")
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBStructuredData.h59 lldb::SBStructuredData GetValueForKey(const char *key) const;
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h59 lldb::OptionValueSP GetValueForKey(ConstString key) const;
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp738 auto object_sp = dict->GetValueForKey("suppress"); in GetRemoteUnixSignals()
743 object_sp = dict->GetValueForKey("stop"); in GetRemoteUnixSignals()
748 object_sp = dict->GetValueForKey("notify"); in GetRemoteUnixSignals()
753 object_sp = dict->GetValueForKey("description"); in GetRemoteUnixSignals()

12