OSDN Git Service

2002-05-22 Michael Snyder <msnyder@redhat.com>
authormsnyder <msnyder>
Thu, 23 May 2002 15:51:58 +0000 (15:51 +0000)
committermsnyder <msnyder>
Thu, 23 May 2002 15:51:58 +0000 (15:51 +0000)
commitd50900d1399bf1a149a14e28cd9b1240189465ae
treee704337ecf70b31162ac7ece91c22d59c1252950
parentbd441f643a7520588d17fe3d18634f4be3ead02a
2002-05-22  Michael Snyder  <msnyder@redhat.com>

        * d10v-tdep.c: Change a few macros to enums for ease of debugging.
        (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
        (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
        (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
        Don't bail if return_pc is PC_IN_CALL_DUMMY.
        Add a temp variable to save a call (and a memory read).
        (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
        if possible (so that PC_IN_CALL_DUMMY will work).
gdb/ChangeLog
gdb/d10v-tdep.c