| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/ |
| H A D | ProcessFreeBSDKernel.cpp | 185 stoppcbs = ReadPointerFromMemory(stoppcbs, error); in DoUpdateThreadList() 194 ReadPointerFromMemory(FindSymbol("allproc"), error); in DoUpdateThreadList() 196 proc = ReadPointerFromMemory(proc + offset_p_list, error)) { in DoUpdateThreadList() 207 ReadPointerFromMemory(proc + offset_p_threads, error); in DoUpdateThreadList() 208 td != 0; td = ReadPointerFromMemory(td + offset_td_plist, error)) { in DoUpdateThreadList() 212 ReadPointerFromMemory(td + offset_td_pcb, error); in DoUpdateThreadList()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSException.cpp | 53 auto name = process_sp->ReadPointerFromMemory(ptr + 1 * ptr_size, error); in ExtractFields() 56 auto reason = process_sp->ReadPointerFromMemory(ptr + 2 * ptr_size, error); in ExtractFields() 59 auto userinfo = process_sp->ReadPointerFromMemory(ptr + 3 * ptr_size, error); in ExtractFields() 62 auto reserved = process_sp->ReadPointerFromMemory(ptr + 4 * ptr_size, error); in ExtractFields()
|
| H A D | NSError.cpp | 44 ptr_value = process_sp->ReadPointerFromMemory(ptr_value, error); in DerefToNSErrorPointer() 75 process_sp->ReadPointerFromMemory(domain_location, error); in NSError_SummaryProvider() 153 process_sp->ReadPointerFromMemory(userinfo_location, error); in Update()
|
| H A D | NSDictionary.cpp | 677 key_at_idx = process_sp->ReadPointerFromMemory(key_at_idx, error); in GetChildAtIndex() 680 val_at_idx = process_sp->ReadPointerFromMemory(val_at_idx, error); in GetChildAtIndex() 804 key_at_idx = process_sp->ReadPointerFromMemory(key_at_idx, error); in GetChildAtIndex() 807 val_at_idx = process_sp->ReadPointerFromMemory(val_at_idx, error); in GetChildAtIndex() 902 process_sp->ReadPointerFromMemory(valobj_addr + 3 * m_ptr_size, error); in Update() 931 key_at_idx = process_sp->ReadPointerFromMemory( in GetChildAtIndex() 935 val_at_idx = process_sp->ReadPointerFromMemory( in GetChildAtIndex() 1166 key_at_idx = process_sp->ReadPointerFromMemory(key_at_idx, error); in GetChildAtIndex() 1169 val_at_idx = process_sp->ReadPointerFromMemory(val_at_idx, error); in GetChildAtIndex() 1319 key_at_idx = process_sp->ReadPointerFromMemory(key_at_idx, error); in GetChildAtIndex() [all …]
|
| H A D | NSString.cpp | 139 location = process_sp->ReadPointerFromMemory(location, error); in NSStringSummaryProvider() 190 location = process_sp->ReadPointerFromMemory(location, error); in NSStringSummaryProvider() 260 location = process_sp->ReadPointerFromMemory(location, error); in NSStringSummaryProvider()
|
| H A D | NSSet.cpp | 490 obj_at_idx = process_sp->ReadPointerFromMemory(obj_at_idx, error); in GetChildAtIndex() 612 val_at_idx = process_sp->ReadPointerFromMemory(val_at_idx, error); in GetChildAtIndex() 772 obj_at_idx = process_sp->ReadPointerFromMemory(obj_at_idx, error); in GetChildAtIndex()
|
| H A D | CF.cpp | 150 addr_t data_ptr = process_sp->ReadPointerFromMemory( in CFBitVectorSummaryProvider()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV1.cpp | 191 m_isa = process_sp->ReadPointerFromMemory(isa, error); in Initialize() 205 m_parent_isa = process_sp->ReadPointerFromMemory(m_isa + ptr_size, error); in Initialize() 218 process_sp->ReadPointerFromMemory(m_isa + 2 * ptr_size, error); in Initialize() 301 process->ReadPointerFromMemory(objc_debug_class_hash_addr, error); in GetISAHashTablePointer() 399 isa = m_process->ReadPointerFromMemory(isa_addr, error); in UpdateISAToDescriptorMapIfNeeded()
|
| H A D | AppleObjCRuntimeV2.cpp | 1344 m_buckets_ptr = m_process->ReadPointerFromMemory(cursor, err); in ParseHeader() 1413 m_parent.m_process->ReadPointerFromMemory(pair_ptr, err); in operator *() 1416 lldb::addr_t value = m_parent.m_process->ReadPointerFromMemory( in operator *() 1444 m_parent.m_process->ReadPointerFromMemory(pair_ptr, err); in AdvanceToValidIndex() 1553 ObjCISA isa = process->ReadPointerFromMemory(isa_pointer, error); in GetClassDescriptor() 1596 process->ReadPointerFromMemory(g_gdb_obj_obfuscator_ptr, error); in GetTaggedPointerObfuscator() 1626 m_isa_hash_table_ptr = process->ReadPointerFromMemory( in GetISAHashTablePointer() 1661 process->ReadPointerFromMemory(objc_debug_headerInfoRWs_addr, error); in CreateSharedCacheImageHeaders() 3070 uintptr_t slot_data = process->ReadPointerFromMemory(slot_ptr, error); in GetClassDescriptor() 3166 uintptr_t slot_data = process->ReadPointerFromMemory(slot_ptr, error); in GetClassDescriptor() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibStdcpp.cpp | 263 process_sp->ReadPointerFromMemory(addr_of_string, error); in LibStdcppStringSummaryProvider() 272 lldb::addr_t size_of_data = process_sp->ReadPointerFromMemory( in LibStdcppStringSummaryProvider() 324 process_sp->ReadPointerFromMemory(addr_of_string, error); in LibStdcppWStringSummaryProvider() 333 lldb::addr_t size_of_data = process_sp->ReadPointerFromMemory( in LibStdcppWStringSummaryProvider()
|
| H A D | Coroutines.cpp | 52 process_sp->ReadPointerFromMemory(destroy_func_ptr_addr, error); in ExtractDestroyFunction()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ |
| H A D | CPPLanguageRuntime.cpp | 175 process->ReadPointerFromMemory(member_f_pointer_value, status); in FindLibCppStdFunctionCallableInfo() 181 process->ReadPointerFromMemory(vtable_address + address_size, status); in FindLibCppStdFunctionCallableInfo() 190 process->ReadPointerFromMemory(address_after_vtable, status); in FindLibCppStdFunctionCallableInfo()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/ |
| H A D | DynamicLoaderFreeBSDKernel.cpp | 510 addr_t address = m_process->ReadPointerFromMemory( in ReadKmodsListHeader() 637 m_process->ReadPointerFromMemory(current_kld + kld_off_filename, error); in ReadAllKmods() 641 m_process->ReadPointerFromMemory(current_kld + kld_off_pathname, error); in ReadAllKmods() 654 m_process->ReadPointerFromMemory(current_kld + kld_off_address, error); in ReadAllKmods() 665 m_process->ReadPointerFromMemory(current_kld + kld_off_next, error); in ReadAllKmods()
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBProcessDocstrings.i | 158 ) lldb::SBProcess::ReadPointerFromMemory;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | HexagonDYLDRendezvous.cpp | 38 info_addr = process->ReadPointerFromMemory(info_location, error); in ResolveRendezvousAddress() 234 *dst = m_process->ReadPointerFromMemory(addr, error); in ReadPointer()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | IRMemoryMap.h | 68 void ReadPointerFromMemory(lldb::addr_t *address,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectVTable.cpp | 77 process_sp->ReadPointerFromMemory(vtable_entry_addr, m_error); in UpdateValue()
|
| H A D | DynamicLoader.cpp | 342 addr_t value = m_process->ReadPointerFromMemory(addr, error); in ReadPointer()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 245 process->ReadPointerFromMemory(original_ptr, error); in GetVTableInfo() 672 m_process->ReadPointerFromMemory(result_ptr - ptr_size, error); in GetExceptionObjectForThread()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DYLDRendezvous.cpp | 123 info_addr = m_process->ReadPointerFromMemory(info_location, error); in ResolveRendezvousAddress() 605 *dst = m_process->ReadPointerFromMemory(addr, error); in ReadPointer()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBProcess.h | 210 lldb::addr_t ReadPointerFromMemory(addr_t addr, lldb::SBError &error);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 903 lldb::addr_t token = process->ReadPointerFromMemory(return_addr, in DoLoadImage() 929 = process->ReadPointerFromMemory(return_addr + addr_size, utility_error); in DoLoadImage()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Expression/ |
| H A D | Materializer.cpp | 235 map.ReadPointerFromMemory(&location, load_addr, read_error); in Dematerialize() 381 map.ReadPointerFromMemory(&target_address, load_addr, err); in DumpToLog() 1002 map.ReadPointerFromMemory(&address, load_addr, read_error); in Dematerialize()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.cpp | 280 ObjCISA isa = process->ReadPointerFromMemory(isa_pointer, error); in GetClassDescriptor()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProcess.cpp | 887 lldb::addr_t SBProcess::ReadPointerFromMemory(addr_t addr, in ReadPointerFromMemory() function in SBProcess 898 ptr = process_sp->ReadPointerFromMemory(addr, sb_error.ref()); in ReadPointerFromMemory()
|