/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 | NSDictionary.cpp | 678 key_at_idx = process_sp->ReadPointerFromMemory(key_at_idx, error); in GetChildAtIndex() 681 val_at_idx = process_sp->ReadPointerFromMemory(val_at_idx, error); in GetChildAtIndex() 808 key_at_idx = process_sp->ReadPointerFromMemory(key_at_idx, error); in GetChildAtIndex() 811 val_at_idx = process_sp->ReadPointerFromMemory(val_at_idx, error); in GetChildAtIndex() 907 process_sp->ReadPointerFromMemory(valobj_addr + 3 * m_ptr_size, error); in Update() 911 process_sp->ReadPointerFromMemory(valobj_addr + 4 * m_ptr_size, error); in Update() 938 key_at_idx = process_sp->ReadPointerFromMemory( in GetChildAtIndex() 942 val_at_idx = process_sp->ReadPointerFromMemory( in GetChildAtIndex() 1034 lldb::addr_t value_at_idx = process_sp->ReadPointerFromMemory(key_ptr, error); in GetChildAtIndex() 1037 lldb::addr_t key_at_idx = process_sp->ReadPointerFromMemory(value_ptr, error); in GetChildAtIndex() [all …]
|
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 | 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 | 492 obj_at_idx = process_sp->ReadPointerFromMemory(obj_at_idx, error); in GetChildAtIndex() 617 val_at_idx = process_sp->ReadPointerFromMemory(val_at_idx, error); in GetChildAtIndex() 777 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 | 1320 m_buckets_ptr = m_process->ReadPointerFromMemory(cursor, err); in ParseHeader() 1389 m_parent.m_process->ReadPointerFromMemory(pair_ptr, err); in operator *() 1392 lldb::addr_t value = m_parent.m_process->ReadPointerFromMemory( in operator *() 1420 m_parent.m_process->ReadPointerFromMemory(pair_ptr, err); in AdvanceToValidIndex() 1529 ObjCISA isa = process->ReadPointerFromMemory(isa_pointer, error); in GetClassDescriptor() 1572 process->ReadPointerFromMemory(g_gdb_obj_obfuscator_ptr, error); in GetTaggedPointerObfuscator() 1602 m_isa_hash_table_ptr = process->ReadPointerFromMemory( in GetISAHashTablePointer() 1637 process->ReadPointerFromMemory(objc_debug_headerInfoRWs_addr, error); in CreateSharedCacheImageHeaders() 3046 uintptr_t slot_data = process->ReadPointerFromMemory(slot_ptr, error); in GetClassDescriptor() 3142 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/Language/CPlusPlus/ |
H A D | LibStdcpp.cpp | 267 process_sp->ReadPointerFromMemory(addr_of_string, error); in LibStdcppStringSummaryProvider() 276 lldb::addr_t size_of_data = process_sp->ReadPointerFromMemory( in LibStdcppStringSummaryProvider() 328 process_sp->ReadPointerFromMemory(addr_of_string, error); in LibStdcppWStringSummaryProvider() 337 lldb::addr_t size_of_data = process_sp->ReadPointerFromMemory( in LibStdcppWStringSummaryProvider()
|
H A D | Coroutines.cpp | 54 process_sp->ReadPointerFromMemory(destroy_func_ptr_addr, error); in ExtractDestroyFunction()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ |
H A D | CPPLanguageRuntime.cpp | 176 process->ReadPointerFromMemory(member_f_pointer_value, status); in FindLibCppStdFunctionCallableInfo() 182 process->ReadPointerFromMemory(vtable_address + address_size, status); in FindLibCppStdFunctionCallableInfo() 191 process->ReadPointerFromMemory(address_after_vtable, status); in FindLibCppStdFunctionCallableInfo()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/ |
H A D | DynamicLoaderFreeBSDKernel.cpp | 509 addr_t address = m_process->ReadPointerFromMemory( in ReadKmodsListHeader() 636 m_process->ReadPointerFromMemory(current_kld + kld_off_filename, error); in ReadAllKmods() 640 m_process->ReadPointerFromMemory(current_kld + kld_off_pathname, error); in ReadAllKmods() 653 m_process->ReadPointerFromMemory(current_kld + kld_off_address, error); in ReadAllKmods() 664 m_process->ReadPointerFromMemory(current_kld + kld_off_next, error); in ReadAllKmods()
|
/freebsd/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/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBProcessDocstrings.i | 158 ) lldb::SBProcess::ReadPointerFromMemory;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
H A D | IRMemoryMap.h | 68 void ReadPointerFromMemory(lldb::addr_t *address,
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObjectVTable.cpp | 79 process_sp->ReadPointerFromMemory(vtable_entry_addr, m_error); in UpdateValue()
|
H A D | DynamicLoader.cpp | 360 addr_t value = m_process->ReadPointerFromMemory(addr, error); in ReadPointer()
|
/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/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.cpp | 245 process->ReadPointerFromMemory(original_ptr, error); in GetVTableInfo() 660 m_process->ReadPointerFromMemory(result_ptr - ptr_size, error); in GetExceptionObjectForThread()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBProcess.h | 210 lldb::addr_t ReadPointerFromMemory(addr_t addr, lldb::SBError &error);
|
/freebsd/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/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/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
H A D | ObjCLanguageRuntime.cpp | 280 ObjCISA isa = process->ReadPointerFromMemory(isa_pointer, error); in GetClassDescriptor()
|