Age | Commit message (Expand) | Author | Files | Lines |
1994-04-02 | * symfile.c (deduce_language_from_filename): .cpp is a C++ extension. | Jim Kingdon | 2 | -5/+10 |
1994-04-01 | * config/sparc/tm-sun4sol2.h (IN_SOLIB_TRAMPOLINE): Removed, | Peter Schauer | 1 | -3/+0 |
1994-04-01 | * config/tm-sysv4.h (IN_SOLIB_TRAMPOLINE): Use new in_plt_section. | Peter Schauer | 1 | -9/+3 |
1994-04-01 | For SVR4 targets, enable gdb to set breakpoints in shared | Peter Schauer | 3 | -1/+56 |
1994-03-30 | * xcoffread.c (xcoff_next_symbol_text): New function. | Jim Kingdon | 1 | -3/+3 |
1994-03-30 | * elfread.c (elf_symtab_read): Change storage_needed, | Ian Lance Taylor | 3 | -9/+29 |
1994-03-30 | * xcoffread.c (xcoff_next_symbol_text): New function. | Jim Kingdon | 2 | -13/+30 |
1994-03-30 | * remote.c (getpkt): Remove unused "out" label. | Jim Kingdon | 2 | -1/+4 |
1994-03-30 | * breakpoint.c (print_it_normal): Allow GDB to notify the user | Jeff Law | 2 | -5/+9 |
1994-03-30 | * config/m68k/tm-dpx2.h: Include tm-m68k.h not nonexistent tm-68k.h. | Jim Kingdon | 2 | -1/+5 |
1994-03-30 | * blockframe.c (find_pc_partial_function): mst_file_text | Peter Schauer | 2 | -4/+32 |
1994-03-30 | * config/i386/tm-symmetry.h: Clean up, it is now only used for Dynix. | Peter Schauer | 2 | -297/+76 |
1994-03-30 | * ch-exp.y (decode_integer_value, match_character_literal, | Peter Schauer | 6 | -50/+144 |
1994-03-30 | * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for | Peter Schauer | 1 | -0/+12 |
1994-03-30 | * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall): | Jeff Law | 1 | -0/+5 |
1994-03-30 | * hppa-tdep.c (hppa_fix_call_dummy): Use an alternate method for | Jeff Law | 2 | -0/+35 |
1994-03-30 | * ch-exp.y: Implement SIZE(mode_name) and SIZE(expression). | Per Bothner | 2 | -9/+10 |
1994-03-30 | * ch-lang.c (chill_is_varying_struct): Magic string is | Per Bothner | 2 | -1/+6 |
1994-03-30 | * remote.c (getpkt): If we get a timeout, actually retry rather | Jim Kingdon | 2 | -7/+16 |
1994-03-30 | Modified Files: | Kung Hsu | 3 | -16/+72 |
1994-03-29 | * remote.c (remote_store_registers): Add 'P' request to set an | Jim Kingdon | 2 | -20/+71 |
1994-03-29 | Put back include to tm-hppa.h mistakenly taken out during a recent checkin. | Jeff Law | 1 | -4/+46 |
1994-03-29 | Fix node structure around new Hitachi nodes so general-purpose | Roland Pesch | 1 | -4/+4 |
1994-03-28 | * gdb.t07/gdbme.c: More code for watchpoint testing. | Jeff Law | 1 | -0/+9 |
1994-03-26 | * config/sparc/tm-sparc.h: Define USE_REGISTER_NOT_ARG. | Jim Kingdon | 3 | -4/+20 |
1994-03-26 | * command.c (do_setshow_command, case var_string): Never add a | Jim Kingdon | 4 | -1/+22 |
1994-03-26 | * buildsym.c (start_subfile, patch_subfile_names), demangle.c | Jim Kingdon | 2 | -6/+9 |
1994-03-26 | * m3-nat.c, i386m3-nat.c, config/i386/i386m3.mh: Many minor | Jim Kingdon | 4 | -40/+93 |
1994-03-26 | Updates for Hitachi targets. | Roland Pesch | 1 | -7/+64 |
1994-03-26 | * ptx4-nat.c, config/i386/{nm-ptx4.h, ptx4.mh, ptx.mt, ptx4.mt, | Jim Kingdon | 1 | -0/+1 |
1994-03-26 | * valprint.c (val_print): Remove inaccurate comment about what | Jim Kingdon | 1 | -3/+7 |
1994-03-26 | * hppa-tdep.c (skip_prologue): Do nothing if not at the beginning | Jeff Law | 2 | -18/+135 |
1994-03-26 | * gdbme.c (call_with_trampolines): New function to try and step | Jeff Law | 1 | -0/+9 |
1994-03-26 | Forgot this in recent commit. | Jeff Law | 1 | -36/+44 |
1994-03-26 | Stu apparantly forgot to update the .Sanitize file when he added | Sean Eric Fagan | 1 | -0/+1 |
1994-03-26 | * config/i386/ptx.mh (XDEPFILES): Add coredep.o. Delete infptrace.o. | Jim Kingdon | 14 | -8/+680 |
1994-03-26 | new for ptx | Jim Kingdon | 2 | -0/+0 |
1994-03-26 | new for ptx | Jim Kingdon | 4 | -0/+0 |
1994-03-25 | new for ptx4 | Jim Kingdon | 1 | -0/+0 |
1994-03-25 | new for ptx4 | Jim Kingdon | 1 | -0/+0 |
1994-03-25 | new for ptx4 | Jim Kingdon | 1 | -0/+0 |
1994-03-25 | * hppa-tdep.c (skip_prologue): Return "pc" not zero | Jeff Law | 2 | -1/+4 |
1994-03-25 | * tm-hppa.h (NUM_REGS): Bump to 128 registers. | Jeff Law | 2 | -13/+38 |
1994-03-25 | * paread.c (read_unwind_info): Fix off-by-one error. | Jeff Law | 2 | -2/+6 |
1994-03-25 | * main.c (complete_command): Deal with it if arg is NULL. | Jim Kingdon | 2 | -2/+14 |
1994-03-25 | * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Revise comment | Jim Kingdon | 2 | -9/+16 |
1994-03-25 | Netware debugger stub NLM. | Stu Grossman | 14 | -0/+4070 |
1994-03-24 | * valops.c (value_at, value_at_lazy): Give error if we dereference | Jim Kingdon | 3 | -8/+22 |
1994-03-24 | * stabsread.c (patch_block_stabs): Add comment about what happens | Jim Kingdon | 2 | -10/+9 |
1994-03-24 | * TODO: Add suggestions for static member function tests, and | Jim Kingdon | 1 | -0/+7 |