Searched defs:current_src (Results 1 - 1 of 1) sorted by path

/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp640 const char *current_src = (const char *)m_reg_data.PeekData(reg_byte_offset, reg_byte_size); local
641 if (current_src)
642 write_reg = memcmp (current_src, restore_src, reg_byte_size) != 0;

Completed in 250 milliseconds