Home
last modified time | relevance | path

Searched refs:GetValueForKeyAsInteger (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp186 if (!dict->GetValueForKeyAsInteger("pc", pc)) in LoadArtificialStackFrames()
229 if (!dict_sp->GetValueForKeyAsInteger("type", stop_reason_type)) in CalculateStopInfo()
247 data_dict->GetValueForKeyAsInteger("break_id", break_id, in CalculateStopInfo()
255 data_dict->GetValueForKeyAsInteger("signal", signal, in CalculateStopInfo()
H A DScriptedProcess.cpp456 dict->GetValueForKeyAsInteger("load_addr", load_addr); in GetLoadedDynamicLibrariesInfos()
457 dict->GetValueForKeyAsInteger("slide", slide); in GetLoadedDynamicLibrariesInfos()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DDynamicRegisterInfo.cpp173 if (reg_info_dict.GetValueForKeyAsInteger("offset", byte_offset)) in ByteOffsetFromRegInfoDict()
266 if (!reg_info_dict->GetValueForKeyAsInteger("bitsize", bitsize)) { in SetRegisterInfo()
287 reg_info_dict->GetValueForKeyAsInteger("format", reg_info.format, in SetRegisterInfo()
295 reg_info_dict->GetValueForKeyAsInteger("encoding", reg_info.encoding, in SetRegisterInfo()
299 if (!reg_info_dict->GetValueForKeyAsInteger<size_t>("set", set, -1) || in SetRegisterInfo()
313 reg_info_dict->GetValueForKeyAsInteger("gcc", eh_frame_regno, in SetRegisterInfo()
316 reg_info_dict->GetValueForKeyAsInteger("ehframe", eh_frame_regno, in SetRegisterInfo()
319 reg_info_dict->GetValueForKeyAsInteger( in SetRegisterInfo()
326 reg_info_dict->GetValueForKeyAsInteger( in SetRegisterInfo()
H A DThreadSpec.cpp30 bool success = spec_dict.GetValueForKeyAsInteger( in CreateFromStructuredData()
36 spec_dict.GetValueForKeyAsInteger(GetKey(OptionNames::ThreadID), tid); in CreateFromStructuredData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp222 if (!thread_dict.GetValueForKeyAsInteger("tid", tid)) in CreateThreadFromThreadInfo()
230 thread_dict.GetValueForKeyAsInteger("core", core_number, UINT32_MAX); in CreateThreadFromThreadInfo()
231 thread_dict.GetValueForKeyAsInteger("register_data_addr", reg_data_addr, in CreateThreadFromThreadInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp667 dict->GetValueForKeyAsInteger("iptTraceSize", ipt_trace_size); in Start()
668 dict->GetValueForKeyAsInteger("processBufferSizeLimit", in Start()
671 dict->GetValueForKeyAsInteger("psbPeriod", psb_period); in Start()
718 dict->GetValueForKeyAsInteger("iptTraceSize", ipt_trace_size); in Start()
722 dict->GetValueForKeyAsInteger("psbPeriod", psb_period); in Start()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp53 success = options_dict.GetValueForKeyAsInteger( in CreateFromStructuredData()
61 options_dict.GetValueForKeyAsInteger(GetKey(OptionNames::Column), column); in CreateFromStructuredData()
H A DBreakpointResolverAddress.cpp41 success = options_dict.GetValueForKeyAsInteger( in CreateFromStructuredData()
H A DBreakpointResolver.cpp106 success = subclass_options->GetValueForKeyAsInteger( in CreateFromStructuredData()
H A DBreakpointResolverName.cpp109 options_dict.GetValueForKeyAsInteger(GetKey(OptionNames::Offset), offset); in CreateFromStructuredData()
H A DBreakpointOptions.cpp270 success = options_dict.GetValueForKeyAsInteger(key, ignore_count); in CreateFromStructuredData()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h429 bool GetValueForKeyAsInteger(llvm::StringRef key, IntType &result) const { in GetValueForKeyAsInteger() function
441 bool GetValueForKeyAsInteger(llvm::StringRef key, IntType &result, in GetValueForKeyAsInteger() function
443 bool success = GetValueForKeyAsInteger<IntType>(key, result); in GetValueForKeyAsInteger()
/openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1188 if (event->GetValueForKeyAsInteger("timestamp", timestamp)) { in GetDescription()
1686 if (event.GetValueForKeyAsInteger("timestamp", timestamp)) { in DumpHeader()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp724 if (!dict->GetValueForKeyAsInteger("signo", signo)) in GetRemoteUnixSignals()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp530 if (!dict->GetValueForKeyAsInteger("pc", pc)) in GetExtendedBacktraceThread()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1441 if (thread_dict->GetValueForKeyAsInteger<lldb::tid_t>("tid", tid)) in UpdateThreadIDList()
1568 if (thread_dict->GetValueForKeyAsInteger<lldb::tid_t>( in GetThreadStopInfoFromJSON()
2012 if (mem_cache_dict->GetValueForKeyAsInteger<lldb::addr_t>( in SetThreadStopInfo()
H A DGDBRemoteCommunicationClient.cpp3841 if (!dict->GetValueForKeyAsInteger("file_offset", integer)) in ParseModuleSpec()
3845 if (!dict->GetValueForKeyAsInteger("file_size", integer)) in ParseModuleSpec()