This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Fix mips-linux native


Scratch one off my TODO list. Should this be taken care of at a higher
level? And if read_register_bytes is at the appropriate level to handle it,
then there's a similar check missing in write_register_bytes. read_register_bytes won't read from a register with no REGISTER_NAME, but
write_register_bytes will happily write them anyway.

Committed to get my port moving again.
The underlying problem is going to be taken care of at a higher level. The regcache save/restore will only save/restore registers in the save/restore register group.

Andrew



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]