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: [RFA] Multi-arch DECR_PC_AFTER_HW_BREAKPOINT


>>>>> "David" == David S Miller <davem@redhat.com> writes:

David> +++ ./gdbarch.c	Mon Apr 22 02:34:39 2002
David> @@ -225,6 +225,7 @@ struct gdbarch
David>    gdbarch_memory_insert_breakpoint_ftype *memory_insert_breakpoint;
David>    gdbarch_memory_remove_breakpoint_ftype *memory_remove_breakpoint;
David>    CORE_ADDR decr_pc_after_break;
David> +  CORE_ADDR decr_pc_after_break;

Hmm, maybe it should be ``decr_pc_after_hw_break'' or something ?  And
in the other places too.


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