X-Git-Url: https://repo.jachan.dev/binutils.git/blobdiff_plain/68c8d698d4e7df0ca1197ef8546a37d2738957ee..34b70237d2605bfa3ae03d230fe0b9eea8070e5f:/gdb/ChangeLog diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ae489effaa..efce924070 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,41 @@ +Thu May 6 20:55:35 1993 Fred Fish (fnf@cygnus.com) + + * core.c (dis_asm_read_memory): Cast second arg of + target_read_memory to "char *". + * breakpoint.c (watchpoint_check): Change arg type from PTR to + "char *", to match other functions called by catch_errors(). + +Thu May 6 15:47:45 1993 Stu Grossman (grossman@cygnus.com) + + * More patches from Jeffrey Law (law@cs.utah.edu). + * gdb/config/pa/tm-hppah.h (millicode_start, millicode_end): + Delete unnecessary declarations. + +Thu May 6 15:15:46 1993 Stu Grossman (grossman@cygnus.com) + + * ser-unix.c (wait_for): Use VTIME to do timeouts instead of + poll() for termio{s}. + +Thu May 6 10:03:41 1993 Jim Kingdon (kingdon@cygnus.com) + + * i386-tdep.c (i386_frame_num_args): Always return -1. + Wed May 5 15:16:33 1993 Stu Grossman (grossman@cygnus.com) * Patches from Jeffrey Law . + * gdb/hppa-tdep.c: Declare frame_saved_pc. + (frameless_function_invocation): New function. + (frame_saved_pc, init_extra_frame_info): Use + frameless_function_invocation. + * gdb/config/pa/tm-hppa.h (SAVED_PC_AFTER_CALL): Use saved_pc_after + call instead of just grabbing the value currently in %r2. + (FRAMELESS_FUNCTION_INVOCATION): Use frameless_function_invocation. + * gdb/config/pa/tm-hppah.h (SAVED_PC_AFTER_CALL): Delete private + definition and use the common one in tm-hppa.h. + * gdb/hppa-tdep.c (frame_chain_valid): If "use_unwind" is true, then + use unwind descriptors to determine if the frame chain is valid. + * gdb/hppa-tdep.c (find_dummy_frame_regs): Rework so that + it does not assume %r4 is the frame pointer. * gdb/hppa-pinsn.c (print_insn): Handle 'r' and 'R' for break, rsm, and ssm instructions. * gdb/hppa-tdep.c (extract_5r_store, extract_5R_store): New