Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp118 reg_info_dict->GetValueForKeyAsInteger("offset", reg_info.byte_offset, in SetRegisterInfo()
274 if (!reg_info_dict->GetValueForKeyAsInteger("bitsize", bitsize)) { in SetRegisterInfo()
314 reg_info_dict->GetValueForKeyAsInteger("format", reg_info.format, in SetRegisterInfo()
322 reg_info_dict->GetValueForKeyAsInteger("encoding", reg_info.encoding, in SetRegisterInfo()
326 if (!reg_info_dict->GetValueForKeyAsInteger<size_t>("set", set, -1) || in SetRegisterInfo()
340 reg_info_dict->GetValueForKeyAsInteger("gcc", eh_frame_regno, in SetRegisterInfo()
343 reg_info_dict->GetValueForKeyAsInteger("ehframe", eh_frame_regno, in SetRegisterInfo()
346 reg_info_dict->GetValueForKeyAsInteger( in SetRegisterInfo()
353 reg_info_dict->GetValueForKeyAsInteger( in SetRegisterInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp232 if (!thread_dict.GetValueForKeyAsInteger("tid", tid)) in CreateThreadFromThreadInfo()
240 thread_dict.GetValueForKeyAsInteger("core", core_number, UINT32_MAX); in CreateThreadFromThreadInfo()
241 thread_dict.GetValueForKeyAsInteger("register_data_addr", reg_data_addr, in CreateThreadFromThreadInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadSpec.cpp45 bool success = spec_dict.GetValueForKeyAsInteger( in CreateFromStructuredData()
51 spec_dict.GetValueForKeyAsInteger(GetKey(OptionNames::ThreadID), tid); in CreateFromStructuredData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp56 success = options_dict.GetValueForKeyAsInteger( in CreateFromStructuredData()
64 options_dict.GetValueForKeyAsInteger(GetKey(OptionNames::Column), column); in CreateFromStructuredData()
H A DBreakpointResolverScripted.cpp86 success = options_dict.GetValueForKeyAsInteger( in CreateFromStructuredData()
H A DBreakpointResolverAddress.cpp49 success = options_dict.GetValueForKeyAsInteger( in CreateFromStructuredData()
H A DBreakpointResolver.cpp107 success = subclass_options->GetValueForKeyAsInteger( in CreateFromStructuredData()
H A DBreakpointResolverName.cpp112 options_dict.GetValueForKeyAsInteger(GetKey(OptionNames::Offset), offset); in CreateFromStructuredData()
H A DBreakpointOptions.cpp293 success = options_dict.GetValueForKeyAsInteger(key, ignore_count); in CreateFromStructuredData()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStructuredData.h402 bool GetValueForKeyAsInteger(llvm::StringRef key, IntType &result) const { in GetValueForKeyAsInteger() function
414 bool GetValueForKeyAsInteger(llvm::StringRef key, IntType &result, in GetValueForKeyAsInteger() function
416 bool success = GetValueForKeyAsInteger<IntType>(key, result); in GetValueForKeyAsInteger()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1056 json_dict->GetValueForKeyAsInteger("buffersize", buffersize);
1059 json_dict->GetValueForKeyAsInteger("type", type);
1062 json_dict->GetValueForKeyAsInteger("threadid", tid);
1115 if (!json_dict->GetValueForKeyAsInteger("traceid", uid))
1118 json_dict->GetValueForKeyAsInteger("threadid", tid);
1153 if (!json_dict->GetValueForKeyAsInteger("traceid", uid))
1157 json_dict->GetValueForKeyAsInteger("threadid", threadid);
1220 if (!json_dict->GetValueForKeyAsInteger("traceid", uid) ||
1221 !json_dict->GetValueForKeyAsInteger("offset", offset) ||
1222 !json_dict->GetValueForKeyAsInteger("buffersize", byte_count))
[all …]
H A DGDBRemoteCommunicationClient.cpp3428 json_dict->GetValueForKeyAsInteger<uint64_t>("metabuffersize", in SendGetTraceConfigPacket()
3432 json_dict->GetValueForKeyAsInteger<uint64_t>("buffersize", buffersize); in SendGetTraceConfigPacket()
3435 json_dict->GetValueForKeyAsInteger<uint64_t>("type", type); in SendGetTraceConfigPacket()
3580 if (!dict->GetValueForKeyAsInteger("file_offset", integer)) in ParseModuleSpec()
3584 if (!dict->GetValueForKeyAsInteger("file_size", integer)) in ParseModuleSpec()
H A DProcessGDBRemote.cpp1627 if (thread_dict->GetValueForKeyAsInteger<lldb::tid_t>("tid", tid)) in UpdateThreadIDList()
1763 if (thread_dict->GetValueForKeyAsInteger<lldb::tid_t>( in GetThreadStopInfoFromJSON()
2172 if (mem_cache_dict->GetValueForKeyAsInteger<lldb::addr_t>( in SetThreadStopInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1258 if (event->GetValueForKeyAsInteger("timestamp", timestamp)) { in GetDescription()
1766 if (event.GetValueForKeyAsInteger("timestamp", timestamp)) { in DumpHeader()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp763 if (!dict->GetValueForKeyAsInteger("signo", signo)) in GetRemoteUnixSignals()