Searched defs:func_remote_addr (Results 1 - 1 of 1) sorted by last modified time

/external/lldb/source/Expression/
H A DIRExecutionUnit.cpp114 lldb::addr_t func_remote_addr = LLDB_INVALID_ADDRESS; local
121 func_remote_addr = function.m_remote_addr;
133 log->Printf("Found function, has local address 0x%" PRIx64 " and remote address 0x%" PRIx64, (uint64_t)func_local_addr, (uint64_t)func_remote_addr);
161 process->ReadMemory(func_remote_addr, buffer_sp->GetBytes(), buffer_sp->GetByteSize(), err);
200 func_remote_addr,
205 disassembler_sp->DecodeInstructions (Address (func_remote_addr), extractor, 0, UINT32_MAX, false, false);

Completed in 76 milliseconds