| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | DynamicRegisterInfo.cpp | 118 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 D | OperatingSystemPython.cpp | 232 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 D | ThreadSpec.cpp | 45 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 D | BreakpointResolverFileLine.cpp | 56 success = options_dict.GetValueForKeyAsInteger( in CreateFromStructuredData() 64 options_dict.GetValueForKeyAsInteger(GetKey(OptionNames::Column), column); in CreateFromStructuredData()
|
| H A D | BreakpointResolverScripted.cpp | 86 success = options_dict.GetValueForKeyAsInteger( in CreateFromStructuredData()
|
| H A D | BreakpointResolverAddress.cpp | 49 success = options_dict.GetValueForKeyAsInteger( in CreateFromStructuredData()
|
| H A D | BreakpointResolver.cpp | 107 success = subclass_options->GetValueForKeyAsInteger( in CreateFromStructuredData()
|
| H A D | BreakpointResolverName.cpp | 112 options_dict.GetValueForKeyAsInteger(GetKey(OptionNames::Offset), offset); in CreateFromStructuredData()
|
| H A D | BreakpointOptions.cpp | 293 success = options_dict.GetValueForKeyAsInteger(key, ignore_count); in CreateFromStructuredData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 402 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 D | GDBRemoteCommunicationServerLLGS.cpp | 1056 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 D | GDBRemoteCommunicationClient.cpp | 3428 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 D | ProcessGDBRemote.cpp | 1627 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 D | StructuredDataDarwinLog.cpp | 1258 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 D | PlatformRemoteGDBServer.cpp | 763 if (!dict->GetValueForKeyAsInteger("signo", signo)) in GetRemoteUnixSignals()
|