| Commit message (Expand) | Author | Age | Files | Lines |
* | * infptrace.c: Split out define of PT_KILL; Sequent defines PT_KILL | Jim Kingdon | 1993-07-19 | 11 | -830/+604 |
* | * mips-tdep.c (mips_skip_prologue): New argument lenient. | Jim Kingdon | 1993-07-19 | 3 | -24/+85 |
* | * partial-stab.h (N_SO): Add the text offset to valu before, not after, | Jim Kingdon | 1993-07-18 | 2 | -4/+9 |
* | * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files | Peter Schauer | 1993-07-18 | 8 | -0/+72 |
* | MOD2 | Roland Pesch | 1993-07-17 | 1 | -0/+5 |
* | * symtab.c (find_pc_symtab): Call warning, not printf directly. | Jim Kingdon | 1993-07-17 | 2 | -1/+11 |
* | Introduce MOD2 switch to segregate material on Modula-2; eventually | Roland Pesch | 1993-07-17 | 3 | -21/+83 |
* | * mipsread.c: No longer need to undefine ZMAGIC. | Ian Lance Taylor | 1993-07-16 | 2 | -3/+4 |
* | * m88k-pinsn.c: Moved code into opcodes/m88k-dis.c. | Ian Lance Taylor | 1993-07-15 | 2 | -329/+16 |
* | * h8300-tdep.c (examine_prologue): Make prototype match definition. | David Edelsohn | 1993-07-15 | 1 | -0/+4 |
* | (examine_prologue): Make prototype match definition. | David Edelsohn | 1993-07-15 | 1 | -1/+2 |
* | minor fixes | Jim Kingdon | 1993-07-15 | 1 | -4/+4 |
* | * stabs.texinfo: Cleanups regarding statics. | Jim Kingdon | 1993-07-15 | 1 | -1/+4 |
* | * stabs.texinfo: Cleanups regarding statics. | Jim Kingdon | 1993-07-15 | 2 | -157/+51 |
* | * gdbinv-s.texi (Bootstrapping): Document exceptionHandler. | Jim Kingdon | 1993-07-15 | 2 | -2/+34 |
* | * NEWS: Mention that remote.c now has a `load' operation. | Jim Kingdon | 1993-07-15 | 2 | -0/+7 |
* | * hppa-tdep.c (pc_in_linker_stub): New function. | Jim Kingdon | 1993-07-15 | 1 | -1/+11 |
* | * hppa-tdep.c (pc_in_linker_stub): New function. | Jim Kingdon | 1993-07-15 | 2 | -11/+104 |
* | * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test. | Jim Kingdon | 1993-07-15 | 1 | -0/+4 |
* | * stack.c (print_frame_info): When checking PC_IN_CALL_DUMMY, | Jim Kingdon | 1993-07-15 | 1 | -0/+6 |
* | * mipsread.c (mylookup_symbol): Use strcmp, not STREQ, as we have | Jim Kingdon | 1993-07-15 | 1 | -1/+1 |
* | * mipsread.c (parse_procedure): Take as argument the symtab to look | Jim Kingdon | 1993-07-15 | 2 | -63/+64 |
* | * mipsread.c (psymtab_to_symtab_1, parse_procedure): For stabs, | Jim Kingdon | 1993-07-15 | 2 | -47/+68 |
* | * printcmds.exp: Add another printf test. | Jim Kingdon | 1993-07-14 | 1 | -2/+6 |
* | x | Jim Kingdon | 1993-07-14 | 1 | -1/+1 |
* | Changes from Jeffrey Law: | Jim Kingdon | 1993-07-14 | 3 | -14/+48 |
* | * configure.in: If configured -with-stabs on any target, add | Ian Lance Taylor | 1993-07-14 | 2 | -0/+9 |
* | * ch-valprint.c (chill_val_print, case TYPE_CODE_STRING): Print | Jim Kingdon | 1993-07-14 | 3 | -3/+11 |
* | Check in ChangeLog entry that got lost. | Stu Grossman | 1993-07-14 | 1 | -0/+29 |
* | * a29k-tdep.c (get_saved_register): Fix typo. | Jim Kingdon | 1993-07-14 | 2 | -3/+7 |
* | * configure.in: Recognize h8300h (variant of h8300). | David Edelsohn | 1993-07-14 | 2 | -0/+14 |
* | Tue Jul 13 14:03:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | Jim Kingdon | 1993-07-14 | 8 | -45/+144 |
* | Restore function naming scheme (sim_xxx vs simif_xxx). | David Edelsohn | 1993-07-14 | 1 | -126/+177 |
* | * gdbcore.h (read_memory_integer, read_memory_unsigned_integer): | David Edelsohn | 1993-07-13 | 1 | -0/+5 |
* | * elfread.c: Remove notice about file still being under | Fred Fish | 1993-07-13 | 2 | -14/+2 |
* | * Makefile.in (ultra3-xdep.o, umax-xdep.o): Add missing ')'. | Fred Fish | 1993-07-13 | 2 | -2/+6 |
* | * a29k-tdep.c (read_register_stack): Make val static. | Jim Kingdon | 1993-07-12 | 2 | -1/+5 |
* | h8300 stuff. | David Edelsohn | 1993-07-12 | 1 | -0/+6 |
* | (REGISTER_CONVERTIBLE): Change value to 0. | David Edelsohn | 1993-07-12 | 1 | -8/+5 |
* | * stabs.texinfo: N_MAIN is sometimes used for C. | Jim Kingdon | 1993-07-12 | 2 | -15/+18 |
* | * c-valprint.c (c_val_print): Fix thinko with unspecified length | Jim Kingdon | 1993-07-12 | 2 | -2/+6 |
* | * hppa-tdep.c (find_proc_framesize): If there is a frame pointer, | Jim Kingdon | 1993-07-12 | 2 | -0/+10 |
* | * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames. | Jim Kingdon | 1993-07-12 | 1 | -0/+4 |
* | improve comment about Sun acc | Jim Kingdon | 1993-07-12 | 1 | -24/+42 |
* | * symtab.c (decode_line_1): Use end of block to figure out whether | Jim Kingdon | 1993-07-12 | 6 | -115/+205 |
* | * sparc-tdep.c (sparc_frame_chain, frame_saved_pc): | Jim Kingdon | 1993-07-12 | 1 | -0/+8 |
* | Add v9 sanitized entry for sparc-tdep.c. | David Edelsohn | 1993-07-12 | 1 | -0/+8 |
* | Add v9 sanitization support. | David Edelsohn | 1993-07-12 | 1 | -0/+25 |
* | * configure.in (m68*-bull-sysv*): added support for Bull dpx2. | Jim Kingdon | 1993-07-11 | 10 | -0/+196 |
* | new for dpx2 | Jim Kingdon | 1993-07-11 | 6 | -0/+0 |