Searched refs:ReadPointerFromMemory (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp45 ptr_value = process_sp->ReadPointerFromMemory(ptr_value, error);
76 process_sp->ReadPointerFromMemory(domain_location, error);
152 process_sp->ReadPointerFromMemory(userinfo_location, error);
H A DNSException.cpp54 auto name = process_sp->ReadPointerFromMemory(ptr + 1 * ptr_size, error);
57 auto reason = process_sp->ReadPointerFromMemory(ptr + 2 * ptr_size, error);
60 auto userinfo = process_sp->ReadPointerFromMemory(ptr + 3 * ptr_size, error);
63 auto reserved = process_sp->ReadPointerFromMemory(ptr + 4 * ptr_size, error);
H A DNSDictionary.cpp588 key_at_idx = process_sp->ReadPointerFromMemory(key_at_idx, error);
591 val_at_idx = process_sp->ReadPointerFromMemory(val_at_idx, error);
689 lldb::addr_t value_at_idx = process_sp->ReadPointerFromMemory(key_ptr, error);
692 lldb::addr_t key_at_idx = process_sp->ReadPointerFromMemory(value_ptr, error);
832 key_at_idx = process_sp->ReadPointerFromMemory(key_at_idx, error);
835 val_at_idx = process_sp->ReadPointerFromMemory(val_at_idx, error);
990 key_at_idx = process_sp->ReadPointerFromMemory(key_at_idx, error);
993 val_at_idx = process_sp->ReadPointerFromMemory(val_at_idx, error);
H A DNSString.cpp165 location = process_sp->ReadPointerFromMemory(location, error);
216 location = process_sp->ReadPointerFromMemory(location, error);
280 location = process_sp->ReadPointerFromMemory(location, error);
H A DCF.cpp155 addr_t data_ptr = process_sp->ReadPointerFromMemory(
H A DNSSet.cpp454 obj_at_idx = process_sp->ReadPointerFromMemory(obj_at_idx, error);
621 obj_at_idx = process_sp->ReadPointerFromMemory(obj_at_idx, error);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp201 m_isa = process_sp->ReadPointerFromMemory(isa, error);
215 m_parent_isa = process_sp->ReadPointerFromMemory(m_isa + ptr_size, error);
228 process_sp->ReadPointerFromMemory(m_isa + 2 * ptr_size, error);
311 process->ReadPointerFromMemory(objc_debug_class_hash_addr, error);
413 isa = m_process->ReadPointerFromMemory(isa_addr, error);
H A DAppleObjCRuntimeV2.cpp999 m_buckets_ptr = m_process->ReadPointerFromMemory(cursor, err);
1068 m_parent.m_process->ReadPointerFromMemory(pair_ptr, err);
1071 lldb::addr_t value = m_parent.m_process->ReadPointerFromMemory(
1099 m_parent.m_process->ReadPointerFromMemory(pair_ptr, err);
1207 ObjCISA isa = process->ReadPointerFromMemory(isa_pointer, error);
1246 m_tagged_pointer_obfuscator = process->ReadPointerFromMemory(
1276 m_isa_hash_table_ptr = process->ReadPointerFromMemory(
2335 uintptr_t slot_data = process->ReadPointerFromMemory(slot_ptr, error);
2423 uintptr_t slot_data = process->ReadPointerFromMemory(slot_ptr, error);
H A DAppleObjCRuntime.cpp561 addr_t pc = m_process->ReadPointerFromMemory(
H A DAppleObjCTrampolineHandler.cpp570 process_sp->ReadPointerFromMemory(m_trampoline_header, error);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcpp.cpp248 process_sp->ReadPointerFromMemory(addr_of_string, error);
257 lldb::addr_t size_of_data = process_sp->ReadPointerFromMemory(
308 process_sp->ReadPointerFromMemory(addr_of_string, error);
317 lldb::addr_t size_of_data = process_sp->ReadPointerFromMemory(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp177 process->ReadPointerFromMemory(member__f_pointer_value, status);
183 process->ReadPointerFromMemory(vtable_address + address_size, status);
192 process->ReadPointerFromMemory(address_after_vtable, status);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRMemoryMap.h68 void ReadPointerFromMemory(lldb::addr_t *address,
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i305 ptr = ReadPointerFromMemory(0x1000, error)
309 print('error: ', error)") ReadPointerFromMemory;
312 ReadPointerFromMemory (addr_t addr, lldb::SBError &error);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp38 info_addr = process->ReadPointerFromMemory(info_location, error);
232 *dst = m_process->ReadPointerFromMemory(addr, error);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp222 process->ReadPointerFromMemory(original_ptr, error);
586 m_process->ReadPointerFromMemory(result_ptr - ptr_size, error);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp233 addr_t value = m_process->ReadPointerFromMemory(addr, error);
H A DAddress.cpp748 process->ReadPointerFromMemory(load_addr, memory_error);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h196 lldb::addr_t ReadPointerFromMemory(addr_t addr, lldb::SBError &error);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp75 info_addr = process->ReadPointerFromMemory(info_location, error);
468 *dst = m_process->ReadPointerFromMemory(addr, error);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp223 map.ReadPointerFromMemory(&location, load_addr, read_error);
367 map.ReadPointerFromMemory(&target_address, load_addr, err);
849 map.ReadPointerFromMemory(&address, load_addr, read_error);
H A DIRInterpreter.cpp1217 execution_unit.ReadPointerFromMemory(&R, P, read_error);
1296 execution_unit.ReadPointerFromMemory(&R, P, read_error);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp248 ObjCISA isa = process->ReadPointerFromMemory(isa_pointer, error);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp941 lldb::addr_t SBProcess::ReadPointerFromMemory(addr_t addr, function in class:SBProcess
943 LLDB_RECORD_METHOD(lldb::addr_t, SBProcess, ReadPointerFromMemory,
953 ptr = process_sp->ReadPointerFromMemory(addr, sb_error.ref());
1389 LLDB_REGISTER_METHOD(lldb::addr_t, SBProcess, ReadPointerFromMemory,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp974 lldb::addr_t token = process->ReadPointerFromMemory(return_addr,
999 = process->ReadPointerFromMemory(return_addr + addr_size, utility_error);

Completed in 453 milliseconds

12