/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
H A D | NSException.cpp | 54 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()
|
H A D | NSDictionary.cpp | 681 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 …]
|
H A D | NSError.cpp | 45 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()
|
H A D | NSString.cpp | 145 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()
|
H A D | NSSet.cpp | 494 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()
|
H A D | CF.cpp | 154 addr_t data_ptr = process_sp->ReadPointerFromMemory( in CFBitVectorSummaryProvider()
|
/openbsd-src/gnu/llvm/lldb/examples/python/ |
H A D | diagnose_unwind.py | 87 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(
|
H A D | diagnose_nsstring.py | 148 location = process.ReadPointerFromMemory(location, error) 159 location = process.ReadPointerFromMemory(location, error) 168 location = process.ReadPointerFromMemory(location, error)
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/ |
H A D | ProcessFreeBSDKernel.cpp | 189 ReadPointerFromMemory(FindSymbol("allproc"), error); in DoUpdateThreadList() 191 proc = ReadPointerFromMemory(proc + offset_p_list, error)) { in DoUpdateThreadList() 202 ReadPointerFromMemory(proc + offset_p_threads, error); in DoUpdateThreadList() 203 td != 0; td = ReadPointerFromMemory(td + offset_td_plist, error)) { in DoUpdateThreadList() 207 ReadPointerFromMemory(td + offset_td_pcb, error); in DoUpdateThreadList()
|
/openbsd-src/gnu/llvm/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 | 1332 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/ |
H A D | LibStdcpp.cpp | 248 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()
|
H A D | Coroutines.cpp | 52 process_sp->ReadPointerFromMemory(destroy_func_ptr_addr, error); in ExtractDestroyFunction()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ |
H A D | CPPLanguageRuntime.cpp | 174 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/ |
H A D | HexagonDYLDRendezvous.cpp | 38 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/ |
H A D | SBProcess.i | 307 print('error: ', error)") ReadPointerFromMemory; 310 ReadPointerFromMemory (addr_t addr, lldb::SBError &error);
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/ |
H A D | IRMemoryMap.h | 68 void ReadPointerFromMemory(lldb::addr_t *address,
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/ |
H A D | SystemRuntimeMacOSX.cpp | 129 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/ |
H A D | ItaniumABILanguageRuntime.cpp | 221 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/ |
H A D | DYLDRendezvous.cpp | 97 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/ |
H A D | SBProcess.h | 196 lldb::addr_t ReadPointerFromMemory(addr_t addr, lldb::SBError &error);
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | DynamicLoader.cpp | 291 addr_t value = m_process->ReadPointerFromMemory(addr, error); in ReadPointer()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/ |
H A D | PlatformPOSIX.cpp | 901 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/ |
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()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/ |
H A D | ObjCLanguageRuntime.cpp | 272 ObjCISA isa = process->ReadPointerFromMemory(isa_pointer, error); in GetClassDescriptor()
|