| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/ |
| H A D | ProcessFreeBSDKernel.cpp | 186 stoppcbs = ReadPointerFromMemory(stoppcbs, error); in DoUpdateThreadList() 195 ReadPointerFromMemory(FindSymbol("allproc"), error); in DoUpdateThreadList() 197 proc = ReadPointerFromMemory(proc + offset_p_list, error)) { in DoUpdateThreadList() 208 ReadPointerFromMemory(proc + offset_p_threads, error); in DoUpdateThreadList() 209 td != 0; td = ReadPointerFromMemory(td + offset_td_plist, error)) { in DoUpdateThreadList() 213 ReadPointerFromMemory(td + offset_td_pcb, error); in DoUpdateThreadList()
|
| /freebsd/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 | 666 key_at_idx = process_sp->ReadPointerFromMemory(key_at_idx, error); in GetChildAtIndex() 669 val_at_idx = process_sp->ReadPointerFromMemory(val_at_idx, error); in GetChildAtIndex() 796 key_at_idx = process_sp->ReadPointerFromMemory(key_at_idx, error); in GetChildAtIndex() 799 val_at_idx = process_sp->ReadPointerFromMemory(val_at_idx, error); in GetChildAtIndex() 901 process_sp->ReadPointerFromMemory(valobj_addr + 3 * m_ptr_size, error); in Update() 905 process_sp->ReadPointerFromMemory(valobj_addr + 4 * m_ptr_size, error); in Update() 927 key_at_idx = process_sp->ReadPointerFromMemory( in GetChildAtIndex() 931 val_at_idx = process_sp->ReadPointerFromMemory( in GetChildAtIndex() 1021 lldb::addr_t value_at_idx = process_sp->ReadPointerFromMemory(key_ptr, error); in GetChildAtIndex() 1024 lldb::addr_t key_at_idx = process_sp->ReadPointerFromMemory(value_ptr, error); in GetChildAtIndex() [all …]
|
| H A D | NSString.cpp | 144 location = process_sp->ReadPointerFromMemory(location, error); in NSStringSummaryProvider() 195 location = process_sp->ReadPointerFromMemory(location, error); in NSStringSummaryProvider() 265 location = process_sp->ReadPointerFromMemory(location, error); in NSStringSummaryProvider()
|
| H A D | NSSet.cpp | 470 obj_at_idx = process_sp->ReadPointerFromMemory(obj_at_idx, error); in GetChildAtIndex() 596 val_at_idx = process_sp->ReadPointerFromMemory(val_at_idx, error); in GetChildAtIndex() 752 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/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 | 1327 m_buckets_ptr = m_process->ReadPointerFromMemory(cursor, err); in ParseHeader() 1396 m_parent.m_process->ReadPointerFromMemory(pair_ptr, err); in operator *() 1399 lldb::addr_t value = m_parent.m_process->ReadPointerFromMemory( in operator *() 1427 m_parent.m_process->ReadPointerFromMemory(pair_ptr, err); in AdvanceToValidIndex() 1545 ObjCISA isa = process->ReadPointerFromMemory(isa_pointer, error); in GetClassDescriptorImpl() 1588 process->ReadPointerFromMemory(g_gdb_obj_obfuscator_ptr, error); in GetTaggedPointerObfuscator() 1618 m_isa_hash_table_ptr = process->ReadPointerFromMemory( in GetISAHashTablePointer() 1653 process->ReadPointerFromMemory(objc_debug_headerInfoRWs_addr, error); in CreateSharedCacheImageHeaders() 3065 uintptr_t slot_data = process->ReadPointerFromMemory(slot_ptr, error); in GetClassDescriptor() 3161 uintptr_t slot_data = process->ReadPointerFromMemory(slot_ptr, error); in GetClassDescriptor() [all …]
|
| H A D | AppleObjCRuntime.cpp | 594 addr_t pc = m_process->ReadPointerFromMemory( in GetBacktraceThreadFromException()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/ |
| H A D | DynamicLoaderFreeBSDKernel.cpp | 508 addr_t address = m_process->ReadPointerFromMemory( in ReadKmodsListHeader() 635 m_process->ReadPointerFromMemory(current_kld + kld_off_filename, error); in ReadAllKmods() 639 m_process->ReadPointerFromMemory(current_kld + kld_off_pathname, error); in ReadAllKmods() 652 m_process->ReadPointerFromMemory(current_kld + kld_off_address, error); in ReadAllKmods() 663 m_process->ReadPointerFromMemory(current_kld + kld_off_next, error); in ReadAllKmods()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ |
| H A D | CPPLanguageRuntime.cpp | 244 process->ReadPointerFromMemory(member_f_pointer_value, status); in FindLibCppStdFunctionCallableInfo() 250 process->ReadPointerFromMemory(vtable_address + address_size, status); in FindLibCppStdFunctionCallableInfo() 259 process->ReadPointerFromMemory(address_after_vtable, status); in FindLibCppStdFunctionCallableInfo()
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBProcessDocstrings.i | 158 ) lldb::SBProcess::ReadPointerFromMemory;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | HexagonDYLDRendezvous.cpp | 35 info_addr = process->ReadPointerFromMemory(info_location, error); in ResolveRendezvousAddress() 231 *dst = m_process->ReadPointerFromMemory(addr, error); in ReadPointer()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | IRMemoryMap.h | 74 void ReadPointerFromMemory(lldb::addr_t *address,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | Coroutines.cpp | 51 process_sp->ReadPointerFromMemory(destroy_func_ptr_addr, error); in ExtractDestroyFunction()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DYLDRendezvous.cpp | 123 info_addr = m_process->ReadPointerFromMemory(info_location, error); in UpdateExecutablePath() 605 *dst = m_process->ReadPointerFromMemory(addr, error); in FindMetadata()
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObjectVTable.cpp | 79 process_sp->ReadPointerFromMemory(vtable_entry_addr, m_error); in UpdateValue()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 240 process->ReadPointerFromMemory(original_ptr, error); in GetVTableInfo() 656 m_process->ReadPointerFromMemory(result_ptr - ptr_size, error); in GetExceptionObjectForThread()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBProcess.h | 211 lldb::addr_t ReadPointerFromMemory(addr_t addr, lldb::SBError &error);
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | DynamicLoader.cpp | 377 addr_t value = m_process->ReadPointerFromMemory(addr, error); in ReadPointer()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 915 lldb::addr_t token = process->ReadPointerFromMemory(return_addr, in DoLoadImage() 941 = process->ReadPointerFromMemory(return_addr + addr_size, utility_error); in DoLoadImage()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | Materializer.cpp | 245 map.ReadPointerFromMemory(&location, load_addr, read_error); in Dematerialize() 383 map.ReadPointerFromMemory(&target_address, load_addr, err); in DumpToLog() 1013 map.ReadPointerFromMemory(&address, load_addr, read_error); in Dematerialize()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.cpp | 280 ObjCISA isa = process->ReadPointerFromMemory(isa_pointer, error); in GetClassDescriptor()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProcess.cpp | 951 lldb::addr_t SBProcess::ReadPointerFromMemory(addr_t addr, in ReadPointerFromMemory() function in SBProcess 962 ptr = process_sp->ReadPointerFromMemory(addr, sb_error.ref()); in ReadPointerFromMemory()
|