Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
1993-07-08 | * config/mips/nm-riscos.h: machine/machparam.h is always the right | Jim Kingdon | 2 | -3/+8 | |
place to look for BSD43_NBPG, not machine/vmparam.h | |||||
1993-07-08 | Fix a place in mipsread.c where I missed using tag_name; revision to | Jim Kingdon | 1 | -54/+69 | |
the following change. Thu Jul 1 09:51:27 1993 Jim Kingdon (kingdon@cygnus.com) * gdbtypes.h (struct type): Add field tag_name. * gdbtypes.c (type_name_no_tag), c-typeprint.c (c_type_print_base): Use it. * {coff,dwarf,mips,stabs}read.c: Set it. | |||||
1993-07-08 | * infcmd.c (run_stack_dummy): New argument name. | Jim Kingdon | 4 | -14/+93 | |
Change error message in (another) attempt to make it comprehensible. * valops.c (call_function_by_hand): Pass name to run_stack_dummy. * symtab.h: Declare demangle and asm_demangle since macros use them. | |||||
1993-07-08 | Initial versions of sparc64 port. | David Edelsohn | 3 | -0/+738 | |
Some stuff can be removed when sparc-tdep.c is upgraded. | |||||
1993-07-08 | Initial versions of port to sparc64 simulators. | David Edelsohn | 4 | -0/+410 | |
1993-07-08 | * eval.c (evaluate_subexp): Add comment about calling a member | Jim Kingdon | 1 | -0/+3 | |
function of a variable in a register. | |||||
1993-07-07 | * expression.h: Clean up comment about string in STRUCT_STRUCT etc. | Jim Kingdon | 1 | -0/+2 | |
1993-07-07 | misc fixes to .Sanitize files | Jim Kingdon | 2 | -3/+0 | |
1993-07-07 | * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972. | Jim Kingdon | 1 | -0/+2 | |
1993-07-07 | * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use. | Jim Kingdon | 1 | -0/+4 | |
1993-07-07 | * frame.h, blockframe.c, stack.c, a29k-tdep.c, | Jim Kingdon | 8 | -217/+247 | |
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-07 | gdbtypes.h: Fix comments regarding the following change: | Jim Kingdon | 1 | -4/+10 | |
Thu Jul 1 09:51:27 1993 Jim Kingdon (kingdon@cygnus.com) * gdbtypes.h (struct type): Add field tag_name. | |||||
1993-07-06 | * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS, | John Gilmore | 2 | -16/+29 | |
removed from the code by Kingdon. | |||||
1993-07-06 | * gdb.t00/help.exp: Replace most of docstring for "continue" with .*. | Jim Kingdon | 1 | -0/+4 | |
1993-07-06 | * Makefile.in: Remove gdb before creating a new one. | Jim Kingdon | 2 | -1/+9 | |
Update init.c atomically. | |||||
1993-07-06 | * gdb.texinfo (Break Commands): Remove stuff about flushing terminal | Jim Kingdon | 2 | -8/+32 | |
input when evaluating breakpoint conditions; the bug has been fixed. * gdb.texinfo (Continuing and Stepping): Argument to "continue" sets the ignore count to N-1, not to N. | |||||
1993-07-06 | * Makefile.in (ALLPARAM): Add config/{alpha/xm-alpha.h,pa/xm-pa.h}. | Jim Kingdon | 3 | -16/+97 | |
(ALLCONFIG): Add config/alpha/alpha-osf1.mh. * infcmd.c (_initialize_infcmd): In docstring for "continue", describe argument as setting ignore count. | |||||
1993-07-06 | * gdb.t06/signals.c: Add xfails for sun3. | Jim Kingdon | 1 | -0/+2 | |
1993-07-06 | * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836. | Jim Kingdon | 1 | -0/+2 | |
1993-07-06 | * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add | Jim Kingdon | 1 | -0/+7 | |
test_stepping tests. | |||||
1993-07-05 | solaris doesn't have siginterrupt, though it has sigaction; however, | Mark Eichin | 1 | -0/+4 | |
in this case siginterrupt would just be setting the default. (This was the only patch needed to make devo build solaris-x-a29kudi...) | |||||
1993-07-04 | * h8300-tdep.c (examine_prologue): Fix call to read_memory_unsigned_integer. | David Edelsohn | 2 | -2/+6 | |
1993-07-03 | * config/mips/{x,n}m-irix{3,4}.h: Make some definitions here | Jim Kingdon | 5 | -18/+29 | |
rather than including xm-bigmips.h. | |||||
1993-07-03 | * eval.c (evaluate_subexp): Improve error messages for OP_TYPE and | Jim Kingdon | 2 | -20/+61 | |
default cases. |