Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
DNSException.cpp54 auto name = process_sp->ReadPointerFromMemory(ptr + 1 * ptr_size, error); in ExtractFields()
57 auto reason = process_sp->ReadPointerFromMemory(ptr + 2 * ptr_size, error); in ExtractFields()
60 auto userinfo = process_sp->ReadPointerFromMemory(ptr + 3 * ptr_size, error); in ExtractFields()
63 auto reserved = process_sp->ReadPointerFromMemory(ptr + 4 * ptr_size, error); in ExtractFields()
DNSDictionary.cpp681 key_at_idx = process_sp->ReadPointerFromMemory(key_at_idx, error); in GetChildAtIndex()
684 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()
906 process_sp->ReadPointerFromMemory(valobj_addr + 3 * m_ptr_size, error); in Update()
910 process_sp->ReadPointerFromMemory(valobj_addr + 4 * m_ptr_size, error); in Update()
935 key_at_idx = process_sp->ReadPointerFromMemory( in GetChildAtIndex()
939 val_at_idx = process_sp->ReadPointerFromMemory( in GetChildAtIndex()
1030 lldb::addr_t value_at_idx = process_sp->ReadPointerFromMemory(key_ptr, error); in GetChildAtIndex()
1033 lldb::addr_t key_at_idx = process_sp->ReadPointerFromMemory(value_ptr, error); in GetChildAtIndex()
[all …]
DNSError.cpp45 ptr_value = process_sp->ReadPointerFromMemory(ptr_value, error); in DerefToNSErrorPointer()
76 process_sp->ReadPointerFromMemory(domain_location, error); in NSError_SummaryProvider()
154 process_sp->ReadPointerFromMemory(userinfo_location, error); in Update()
DNSString.cpp145 location = process_sp->ReadPointerFromMemory(location, error); in NSStringSummaryProvider()
196 location = process_sp->ReadPointerFromMemory(location, error); in NSStringSummaryProvider()
266 location = process_sp->ReadPointerFromMemory(location, error); in NSStringSummaryProvider()
DNSSet.cpp494 obj_at_idx = process_sp->ReadPointerFromMemory(obj_at_idx, error); in GetChildAtIndex()
616 val_at_idx = process_sp->ReadPointerFromMemory(val_at_idx, error); in GetChildAtIndex()
776 obj_at_idx = process_sp->ReadPointerFromMemory(obj_at_idx, error); in GetChildAtIndex()
DCF.cpp154 addr_t data_ptr = process_sp->ReadPointerFromMemory( in CFBitVectorSummaryProvider()
/openbsd/src/gnu/llvm/lldb/examples/python/
Ddiagnose_unwind.py87 cur_fp = process.ReadPointerFromMemory(initial_fp, lldb.SBError())
88 cur_pc = process.ReadPointerFromMemory(
108 next_pc = process.ReadPointerFromMemory(
112 next_fp = process.ReadPointerFromMemory(cur_fp, error)
138 address = process.ReadPointerFromMemory(
Ddiagnose_nsstring.py148 location = process.ReadPointerFromMemory(location, error)
159 location = process.ReadPointerFromMemory(location, error)
168 location = process.ReadPointerFromMemory(location, error)
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
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()
DAppleObjCRuntimeV2.cpp1332 m_buckets_ptr = m_process->ReadPointerFromMemory(cursor, err); in ParseHeader()
1401 m_parent.m_process->ReadPointerFromMemory(pair_ptr, err); in operator *()
1404 lldb::addr_t value = m_parent.m_process->ReadPointerFromMemory( in operator *()
1432 m_parent.m_process->ReadPointerFromMemory(pair_ptr, err); in AdvanceToValidIndex()
1541 ObjCISA isa = process->ReadPointerFromMemory(isa_pointer, error); in GetClassDescriptor()
1584 process->ReadPointerFromMemory(g_gdb_obj_obfuscator_ptr, error); in GetTaggedPointerObfuscator()
1614 m_isa_hash_table_ptr = process->ReadPointerFromMemory( in GetISAHashTablePointer()
2915 uintptr_t slot_data = process->ReadPointerFromMemory(slot_ptr, error); in GetClassDescriptor()
3011 uintptr_t slot_data = process->ReadPointerFromMemory(slot_ptr, error); in GetClassDescriptor()
3221 addr = GetProcess()->ReadPointerFromMemory(addr, error); in GetCFBooleanValuesIfNeeded()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
DLibStdcpp.cpp248 process_sp->ReadPointerFromMemory(addr_of_string, error); in LibStdcppStringSummaryProvider()
257 lldb::addr_t size_of_data = process_sp->ReadPointerFromMemory( in LibStdcppStringSummaryProvider()
309 process_sp->ReadPointerFromMemory(addr_of_string, error); in LibStdcppWStringSummaryProvider()
318 lldb::addr_t size_of_data = process_sp->ReadPointerFromMemory( in LibStdcppWStringSummaryProvider()
DCoroutines.cpp52 process_sp->ReadPointerFromMemory(destroy_func_ptr_addr, error); in ExtractDestroyFunction()
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
DCPPLanguageRuntime.cpp174 process->ReadPointerFromMemory(member_f_pointer_value, status); in FindLibCppStdFunctionCallableInfo()
180 process->ReadPointerFromMemory(vtable_address + address_size, status); in FindLibCppStdFunctionCallableInfo()
189 process->ReadPointerFromMemory(address_after_vtable, status); in FindLibCppStdFunctionCallableInfo()
/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
DHexagonDYLDRendezvous.cpp38 info_addr = process->ReadPointerFromMemory(info_location, error); in ResolveRendezvousAddress()
234 *dst = m_process->ReadPointerFromMemory(addr, error); in ReadPointer()
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBProcess.i307 print('error: ', error)") ReadPointerFromMemory;
310 ReadPointerFromMemory (addr_t addr, lldb::SBError &error);
/openbsd/src/gnu/llvm/lldb/include/lldb/Expression/
DIRMemoryMap.h68 void ReadPointerFromMemory(lldb::addr_t *address,
/openbsd/src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
DSystemRuntimeMacOSX.cpp129 m_process->ReadPointerFromMemory(dispatch_qaddr, error); in GetQueueNameFromThreadQAddress()
137 m_process->ReadPointerFromMemory(pointer_to_label_address, error); in GetQueueNameFromThreadQAddress()
164 m_process->ReadPointerFromMemory(dispatch_qaddr, error); in GetLibdispatchQueueAddressFromThreadQAddress()
250 m_process->ReadPointerFromMemory(dispatch_qaddr, error); in GetQueueIDFromThreadQAddress()
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp221 process->ReadPointerFromMemory(original_ptr, error); in GetDynamicTypeAndAddress()
575 m_process->ReadPointerFromMemory(result_ptr - ptr_size, error); in GetExceptionObjectForThread()
/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDYLDRendezvous.cpp97 info_addr = m_process->ReadPointerFromMemory(info_location, error); in ResolveRendezvousAddress()
495 *dst = m_process->ReadPointerFromMemory(addr, error); in ReadPointer()
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBProcess.h196 lldb::addr_t ReadPointerFromMemory(addr_t addr, lldb::SBError &error);
/openbsd/src/gnu/llvm/lldb/source/Core/
DDynamicLoader.cpp291 addr_t value = m_process->ReadPointerFromMemory(addr, error); in ReadPointer()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp901 lldb::addr_t token = process->ReadPointerFromMemory(return_addr, in DoLoadImage()
927 = process->ReadPointerFromMemory(return_addr + addr_size, utility_error); in DoLoadImage()
/openbsd/src/gnu/llvm/lldb/source/Expression/
DMaterializer.cpp235 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()
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
DObjCLanguageRuntime.cpp272 ObjCISA isa = process->ReadPointerFromMemory(isa_pointer, error); in GetClassDescriptor()
/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOS.cpp364 process->ReadPointerFromMemory(notification_location, error); in NotifyBreakpointHit()

12