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] |
REGISTER_VIRTUAL_SIZE (...) /* OK */
(the ``/* OK */'' gags the ARI) and add a comment.
sorry about this,
That makes a lot more sense now, thank you! I just assumed you were implying the gdbarch_ prefix.
Here's another question, though. frame_register may return a cooked value, but frame_saved_regs_register_unwind uses a buffer of REGISTER_RAW_SIZE. Is using REGISTER_VIRTUAL_SIZE in core code really safe?
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |