Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-07-12 | * a29k-tdep.c (read_register_stack): Make val static. | Jim Kingdon | 2 | -1/+5 | |
1993-07-12 | h8300 stuff. | David Edelsohn | 1 | -0/+6 | |
1993-07-12 | (REGISTER_CONVERTIBLE): Change value to 0. | David Edelsohn | 1 | -8/+5 | |
(REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW): Move def'n to usual spot. | |||||
1993-07-12 | * stabs.texinfo: N_MAIN is sometimes used for C. | Jim Kingdon | 2 | -15/+18 | |
1993-07-12 | * c-valprint.c (c_val_print): Fix thinko with unspecified length | Jim Kingdon | 2 | -2/+6 | |
arrays. | |||||
1993-07-12 | * hppa-tdep.c (find_proc_framesize): If there is a frame pointer, | Jim Kingdon | 2 | -0/+10 | |
use it. | |||||
1993-07-12 | * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames. | Jim Kingdon | 1 | -0/+4 | |
1993-07-12 | improve comment about Sun acc | Jim Kingdon | 1 | -24/+42 | |
1993-07-12 | * symtab.c (decode_line_1): Use end of block to figure out whether | Jim Kingdon | 6 | -115/+205 | |
val.end is in the same function, not minimal symbols. * source.c (line_info): Add a few more wrap_here's. * i386-tdep.c (i386_follow_jump): Do byteswapping where needed and don't make assumptions about sizes of host data types. * blockframe.c, symtab.h (find_pc_partial_function): New arg endaddr. * infrun.c, breakpoint.c, printcmd.c: Change callers. * printcmd.c (containing_function_bounds): Remove. * printcmd.c (disassemble_command): Use find_pc_partial_function, not containing_function_bounds. * infcmd.c (step_1): Use find_pc_partial_function rather than trying to roll our own. Move check for a pc between SIGTRAMP_START and SIGTRAMP_END in find_pc_partial_function, not step_1. | |||||
1993-07-12 | * sparc-tdep.c (sparc_frame_chain, frame_saved_pc): | Jim Kingdon | 1 | -0/+8 | |
Keep unswapped value in array of char, not REGISTER_TYPE. Use REGISTER_RAW_SIZE not sizeof (REGISTER_TYPE). (sparc_extract_struct_value_address): Use TARGET_PTR_BIT not sizeof (CORE_ADDR). | |||||
1993-07-12 | Add v9 sanitized entry for sparc-tdep.c. | David Edelsohn | 1 | -0/+8 | |
1993-07-12 | Add v9 sanitization support. | David Edelsohn | 1 | -0/+25 | |
1993-07-11 | * configure.in (m68*-bull-sysv*): added support for Bull dpx2. | Jim Kingdon | 10 | -0/+196 | |
* config/m68k/{t,x,n}m-dpx2.h, dpx2-nat.c: New files. * config/m68k/dpx2.m{h,t}: New files. | |||||
1993-07-11 | new for dpx2 | Jim Kingdon | 6 | -0/+0 | |
1993-07-11 | config/sparc/tm-sparc.h (PRINT_REGISTER_HOOK): Fix typo, add | David Edelsohn | 1 | -0/+5 | |
more parens around macro arg. | |||||
1993-07-11 | (PRINT_REGISTER_HOOK): Fix typo, add parens around macro arg. | David Edelsohn | 1 | -3/+3 | |
1993-07-11 | * gdb.t17/interrupt.exp: Test for more things. | Jim Kingdon | 1 | -0/+4 | |
1993-07-11 | * infrun.c: Remove step_resume_{duplicate,shadow}. Replace | Jim Kingdon | 1 | -1/+3 | |
step_resume_break_address with step_resume_breakpoint (now local to wait_for_inferior). ({insert,remove}_step_breakpoint): Remove. (wait_for_inferior): Set step resume break with set_momentary_breakpoint. Test hitting it with bpstat_stop_status and bpstat_what (stop_step_resume_break removed). * breakpoint.{h,c}, infrun.c: Return value from bpstat_what now struct which includes previous return value as main_action, and a step_resume bit. * breakpoint.c (delete_breakpoint): If breakpoint was inserted, and there is another breakpoint there, insert it. * infrun.c (wait_for_inferior): Rearrange the spaghetti a bit. Use a few more gotos. Various: Clean up and add comments. | |||||
1993-07-11 | * infrun.c: Remove step_resume_{duplicate,shadow}. Replace | Jim Kingdon | 4 | -396/+423 | |
step_resume_break_address with step_resume_breakpoint (now local to wait_for_inferior). ({insert,remove}_step_breakpoint): Remove. (wait_for_inferior): Set step resume break with set_momentary_breakpoint. Test hitting it with bpstat_stop_status and bpstat_what (stop_step_resume_break removed). * breakpoint.{h,c}, infrun.c: Return value from bpstat_what now struct which includes previous return value as main_action, and a step_resume bit. * breakpoint.c (delete_breakpoint): If breakpoint was inserted, and there is another breakpoint there, insert it. * infrun.c (wait_for_inferior): Rearrange the spaghetti a bit. Use a few more gotos. Various: Clean up and add comments. | |||||
1993-07-10 | * infrun.c [TDESC]: Remove remaining tdesc code (see ChangeLog | Jim Kingdon | 2 | -22/+42 | |
for Wed Nov 13 16:45:13 1991). | |||||
1993-07-10 | * values.c, value.h (modify_field), callers: Make fieldval a LONGEST. | Jim Kingdon | 4 | -12/+19 | |
* h8300-tdep.c (NEXT_PROLOGUE_INSN): Make pword1 an INSN_WORD * not short *. * findvar.c, defs.h ({extract,store}_{signed_integer,unsigned_integer,address}): New routines to replace SWAP_TARGET_AND_HOST. All over: All uses of SWAP_TARGET_AND_HOST on integers replaced. | |||||
1993-07-10 | * findvar.c, defs.h | Jim Kingdon | 16 | -489/+197 | |
({extract,store}_{signed_integer,unsigned_integer,address}): New routines to replace SWAP_TARGET_AND_HOST. All over: All uses of SWAP_TARGET_AND_HOST on integers replaced. | |||||
1993-07-09 | x | Jim Kingdon | 1 | -0/+3 | |
1993-07-09 | * config/sparc/tm-sparc.h: Add comment suggesting that removing | Jim Kingdon | 1 | -1/+9 | |
ins and locals from the registers array might clean things up. | |||||
1993-07-09 | * utils.c: Clean up comments about wrap buffer and wrap_here. | Jim Kingdon | 2 | -34/+108 | |
* printcmd.c (printf_command): Call wrap_here before vprintf. | |||||
1993-07-09 | * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC | Jim Kingdon | 1 | -0/+3 | |
compiler arranges the code and line numbers. | |||||
1993-07-09 | * gdb.t17/interrupt.exp: Don't send \n after ^C. | Jim Kingdon | 1 | -0/+4 | |
1993-07-09 | * mipsread.c (cross_ref): Set the name to unknown for "struct *" case. | Jim Kingdon | 2 | -0/+10 | |
Patch from ptf@delcam.co.uk (Paul Flinders). | |||||
1993-07-09 | * a29k-tdep.c, findvar.c (get_saved_register): Fix byteswapping sins. | Jim Kingdon | 3 | -16/+42 | |
1993-07-09 | * gdb.t00/help.exp: Increase expect input buffer size. | Peter Schauer | 1 | -0/+4 | |
1993-07-09 | * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE. | Peter Schauer | 1 | -0/+4 | |
1993-07-09 | * defs.h, remote-eb.c (TM_FILE_OVERRIDE): Remove it. | Peter Schauer | 4 | -44/+26 | |
* mips-tdep.c (init_extra_frame_info): Set proper fci->frame if pc is at the start of the dummy code. | |||||
1993-07-09 | * gdb.t06/signals.exp: Remove sparc xfail; bug fixed. | Jim Kingdon | 1 | -0/+2 | |
* gdb.t07/watchpoint.exp: Add xfail for hppa. | |||||
1993-07-09 | * sparc-tdep.c (sparc_push_dummy_frame): Skip all the do_save_insn | Jim Kingdon | 2 | -131/+63 | |
stuff, just write the sp and fp. (sparc_pop_frame): Skip the do_restore_insn; we already restore the sp with the other out registers. | |||||
1993-07-09 | minor comment fix | Jim Kingdon | 1 | -1/+1 | |
1993-07-08 | test of branches. please ignore. | Stu Grossman | 1 | -32/+40 | |
1993-07-08 | * gdb.t07/watchpoint.exp: Add xfail for hppa. | Jim Kingdon | 1 | -0/+2 | |
1993-07-08 | * hppa-tdep.c (hppa_push_arguments): Allocate enough space for | Jim Kingdon | 2 | -1/+4 | |
arguments. | |||||
1993-07-08 | * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug. | Jim Kingdon | 1 | -0/+2 | |
1993-07-08 | * hppa-tdep.c: Change _initialize_hppab_tdep to _initialize_hppa_tdep. | Jim Kingdon | 2 | -1/+5 | |
1993-07-08 | fix the declaration of run_stack_dummy, as well. | Mark Eichin | 1 | -1/+1 | |
1993-07-08 | Revision to this change--use ->next != NULL, not just ->next, when | Jim Kingdon | 1 | -2/+2 | |
passing an integer argument to find_pc_line. * frame.h, blockframe.c, stack.c, a29k-tdep.c, config/gould/tmp-{pn,np1}.h, config/{sparc/tm-sparc.h,pyr/tm-pyr.h,vax/tm-vax.h}: Remove field next_frame from struct frame_info. It has no purpose beyond ->next->frame and is an artifact from GDB 2.8. | |||||
1993-07-08 | * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint | Jim Kingdon | 1 | -0/+5 | |
[0-9]*, not just [0-9]. | |||||
1993-07-08 | Add filename which dje forgot to include | Jim Kingdon | 1 | -1/+1 | |
1993-07-08 | (REGISTER_CONVERT_TO_VIRTUAL): Use REGISTER_RAW_SIZE to determine bytes to copy. | David Edelsohn | 1 | -4/+2 | |
(REGISTER_CONVERT_TO_RAW): Ditto. | |||||
1993-07-08 | h8/300h stuff. | David Edelsohn | 1 | -0/+8 | |
1993-07-08 | (REGISTER_TYPES): Adjust for h8/300h. | David Edelsohn | 1 | -26/+10 | |
(REGISTER_RAW_SIZE): Ditto (REGISTER_VIRTUAL_TYPE): Use builtin_type_unsigned_long for regs on the h8/300h (ints may still be 16 bits). (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, EXTRACT_STRUCT_VALUE_ADDRESS): Add FIXME's for h8/300h. Some thought needed here. | |||||
1993-07-08 | (sparc_frame_chain): Handle sizeof (CORE_ADDR) != sizeof (REGISTER_TYPE). | David Edelsohn | 1 | -12/+27 | |
(frame_saved_pc): Ditto. | |||||
1993-07-08 | * h8300-tdep.c (print_insn): Call print_insn_h8300h if h8/300h. | David Edelsohn | 2 | -14/+11 | |
(examine_prologue): reg_save_depth is 4 if h8/300h. | |||||
1993-07-08 | * findvar.c (read_register): Provide some support for 64 bit regs. | David Edelsohn | 2 | -2/+20 | |
(write_register): Ditto. |