| /llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedThread.cpp | 186 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 D | ScriptedProcess.cpp | 456 dict->GetValueForKeyAsInteger("load_addr", load_addr); in GetLoadedDynamicLibrariesInfos() 457 dict->GetValueForKeyAsInteger("slide", slide); in GetLoadedDynamicLibrariesInfos()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | DynamicRegisterInfo.cpp | 173 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 D | ThreadSpec.cpp | 30 bool success = spec_dict.GetValueForKeyAsInteger( in CreateFromStructuredData() 36 spec_dict.GetValueForKeyAsInteger(GetKey(OptionNames::ThreadID), tid); in CreateFromStructuredData()
|
| /llvm-project-15.0.7/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.cpp | 222 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()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPT.cpp | 617 dict->GetValueForKeyAsInteger("iptTraceSize", ipt_trace_size); in Start() 618 dict->GetValueForKeyAsInteger("processBufferSizeLimit", in Start() 621 dict->GetValueForKeyAsInteger("psbPeriod", psb_period); in Start() 668 dict->GetValueForKeyAsInteger("iptTraceSize", ipt_trace_size); in Start() 672 dict->GetValueForKeyAsInteger("psbPeriod", psb_period); in Start()
|
| /llvm-project-15.0.7/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileLine.cpp | 49 success = options_dict.GetValueForKeyAsInteger( in CreateFromStructuredData() 57 options_dict.GetValueForKeyAsInteger(GetKey(OptionNames::Column), column); in CreateFromStructuredData()
|
| H A D | BreakpointResolverAddress.cpp | 41 success = options_dict.GetValueForKeyAsInteger( in CreateFromStructuredData()
|
| H A D | BreakpointResolver.cpp | 105 success = subclass_options->GetValueForKeyAsInteger( in CreateFromStructuredData()
|
| H A D | BreakpointResolverName.cpp | 109 options_dict.GetValueForKeyAsInteger(GetKey(OptionNames::Offset), offset); in CreateFromStructuredData()
|
| H A D | BreakpointOptions.cpp | 270 success = options_dict.GetValueForKeyAsInteger(key, ignore_count); in CreateFromStructuredData()
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 413 bool GetValueForKeyAsInteger(llvm::StringRef key, IntType &result) const { in GetValueForKeyAsInteger() function 425 bool GetValueForKeyAsInteger(llvm::StringRef key, IntType &result, in GetValueForKeyAsInteger() function 427 bool success = GetValueForKeyAsInteger<IntType>(key, result); in GetValueForKeyAsInteger()
|
| /llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/ |
| H A D | MessageObjects.cpp | 115 thread_info->GetValueForKeyAsInteger("signal", signal); in create() 117 thread_info->GetValueForKeyAsInteger("tid", tid); in create()
|
| /llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 1188 if (event->GetValueForKeyAsInteger("timestamp", timestamp)) { in GetDescription() 1686 if (event.GetValueForKeyAsInteger("timestamp", timestamp)) { in DumpHeader()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 729 if (!dict->GetValueForKeyAsInteger("signo", signo)) in GetRemoteUnixSignals()
|
| /llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClientTest.cpp | 302 ASSERT_TRUE(dict_sp->GetValueForKeyAsInteger("num_packets", num_packets)) in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1481 if (thread_dict->GetValueForKeyAsInteger<lldb::tid_t>("tid", tid)) in UpdateThreadIDList() 1608 if (thread_dict->GetValueForKeyAsInteger<lldb::tid_t>( in GetThreadStopInfoFromJSON() 2057 if (mem_cache_dict->GetValueForKeyAsInteger<lldb::addr_t>( in SetThreadStopInfo()
|
| H A D | GDBRemoteCommunicationClient.cpp | 3835 if (!dict->GetValueForKeyAsInteger("file_offset", integer)) in ParseModuleSpec() 3839 if (!dict->GetValueForKeyAsInteger("file_size", integer)) in ParseModuleSpec()
|