Home
last modified time | relevance | path

Searched refs:ReadPointerFromMemory (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.cpp186 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 DNSException.cpp53 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 DNSError.cpp44 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 DNSDictionary.cpp666 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 DNSString.cpp144 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 DNSSet.cpp470 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 DCF.cpp150 addr_t data_ptr = process_sp->ReadPointerFromMemory( in CFBitVectorSummaryProvider()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp191 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 DAppleObjCRuntimeV2.cpp1327 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 DAppleObjCRuntime.cpp594 addr_t pc = m_process->ReadPointerFromMemory( in GetBacktraceThreadFromException()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp508 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 DCPPLanguageRuntime.cpp244 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 DSBProcessDocstrings.i158 ) lldb::SBProcess::ReadPointerFromMemory;
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp35 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 DIRMemoryMap.h74 void ReadPointerFromMemory(lldb::addr_t *address,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp51 process_sp->ReadPointerFromMemory(destroy_func_ptr_addr, error); in ExtractDestroyFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp123 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 DValueObjectVTable.cpp79 process_sp->ReadPointerFromMemory(vtable_entry_addr, m_error); in UpdateValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp240 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 DSBProcess.h211 lldb::addr_t ReadPointerFromMemory(addr_t addr, lldb::SBError &error);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp377 addr_t value = m_process->ReadPointerFromMemory(addr, error); in ReadPointer()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp915 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 DMaterializer.cpp245 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 DObjCLanguageRuntime.cpp280 ObjCISA isa = process->ReadPointerFromMemory(isa_pointer, error); in GetClassDescriptor()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp951 lldb::addr_t SBProcess::ReadPointerFromMemory(addr_t addr, in ReadPointerFromMemory() function in SBProcess
962 ptr = process_sp->ReadPointerFromMemory(addr, sb_error.ref()); in ReadPointerFromMemory()

12