Age | Commit message (Expand) | Author | Files | Lines |
1994-12-13 | * breakpoint.c, infrun.c, printcmd.c: Change long command help | Stan Shebs | 1 | -0/+5 |
1994-12-13 | Sparc flat register window support. | Stan Shebs | 1 | -0/+14 |
1994-12-13 | * gdbtk.tcl (reg_config_menu create_registers_window | Stu Grossman | 1 | -0/+8 |
1994-12-12 | * f-lang.c: Remove duplicate declaration of | Jim Kingdon | 1 | -0/+10 |
1994-12-12 | * gdbtk.c: New tcl commands: gdb_fetch_registers, | Stu Grossman | 1 | -0/+15 |
1994-12-09 | * remote.c (remote_wait): Pass string instead of char to strcpy. | Stan Shebs | 1 | -0/+4 |
1994-12-09 | * gdbserver/low-lynx.c (mywait): Remove debugging printf. | Jim Kingdon | 1 | -0/+4 |
1994-12-08 | * frame.h: Restore pre-Nov 3 comments about FRAME_FP with minor | Jim Kingdon | 1 | -0/+7 |
1994-12-08 | * gdbserver/remote-utils.c (write_ok): Write "OK", not "Ok", to | Jim Kingdon | 1 | -0/+26 |
1994-12-08 | * config/pa/tm-pro.h tm-hppap.h, hppapro.mt: Rename tm-hppap.h to | Rob Savoye | 1 | -0/+5 |
1994-12-08 | * source.c: Various cosmetic changes. | Stan Shebs | 1 | -0/+5 |
1994-12-07 | * hppa-tdep.c: Use GDB_TARGET_IS_PA_ELF so SOM target support will | Rob Savoye | 1 | -0/+8 |
1994-12-06 | * inftarg.c: include <sys/types.h> to get def of pid_t. | Stu Grossman | 1 | -0/+4 |
1994-12-03 | * solib.c (auto_solib_add_at_startup): New global. | Stan Shebs | 1 | -0/+20 |
1994-12-01 | * somsolib.c (som_solib_get_got_by_pc): New function. | Jeff Law | 1 | -0/+7 |
1994-11-29 | * config/i386/nbsd.mh (REGEX, REGEX1): No longer define. | J.T. Conklin | 1 | -0/+7 |
1994-11-29 | * top.c (read_next_line): Pass annotation suffix "commands" | Stan Shebs | 1 | -0/+5 |
1994-11-29 | * config/a29k/tm-a29k.h (setup_arbitrary_frame): Replace | Stan Shebs | 1 | -0/+3 |
1994-11-28 | * top.c (command_line_input): If annotation suffix is NULL, | Stan Shebs | 1 | -0/+7 |
1994-11-28 | * config/rs6000/tm-rs6000.h (setpgrp): move defn from here... | J.T. Conklin | 1 | -0/+5 |
1994-11-28 | * gdbtk.tcl (build_framework): Fix bug with setting window titles. | Stu Grossman | 1 | -0/+2 |
1994-11-28 | * gdbtk.tcl (build_framework): Add "Report bug" to help menu. | Stu Grossman | 1 | -0/+2 |
1994-11-28 | * gdbtk.tcl: Re-arrange windows using new, consistent layout. Clean | Stu Grossman | 1 | -0/+5 |
1994-11-26 | * tm-hppa.h (skip_trampoline_code): Add extern decl. | Jeff Law | 1 | -0/+11 |
1994-11-25 | * coffread.c, symfile.h (coff_getfilename): Make it static again. | Peter Schauer | 1 | -0/+6 |
1994-11-25 | * hppa-tdep.c (in_solib_call_trampoline): Recognize calls through | Jeff Law | 1 | -0/+6 |
1994-11-25 | * hpread.c: Include hp-symtab.h instead of hpux-symtab.h. | Jeff Law | 1 | -0/+112 |
1994-11-24 | * blockframe.c (find_pc_partial_function): Inhibit mst_trampoline | Jeff Law | 1 | -0/+17 |
1994-11-24 | * tm-h8300.h (REMOTE_BREAKPOINT): Define. | Steve Chamberlain | 1 | -0/+3 |
1994-11-24 | * remote-e7000.c (HARD_BREAKPOINTS): Reenable. | Steve Chamberlain | 1 | -0/+9 |
1994-11-23 | Maintenance commands to report time and space usage. | Stan Shebs | 1 | -0/+14 |
1994-11-22 | * a29k-tdep.c (examine_tag): Fix a bug in stack frame size. | Kung Hsu | 1 | -0/+4 |
1994-11-19 | * symfile.c (deduce_language_from_filename): Treat .c++ as a | Peter Schauer | 1 | -0/+10 |
1994-11-18 | * defs.h, infcmd.c (reg_names): Don't declare as constant. | Stan Shebs | 1 | -11/+17 |
1994-11-18 | * nlm/alpha.c (strtol): Removed, it is provided by NetWare C library. | J.T. Conklin | 1 | -1/+4 |
1994-11-18 | * Makefile.in (LD_FOR_TARGET, NLMCONV_FOR_TARGET): Removed. | J.T. Conklin | 1 | -0/+13 |
1994-11-18 | Support for different MIPS IDT processor models. | Stan Shebs | 1 | -0/+19 |
1994-11-17 | * README: Add warning about termcap in Ultrix and OSF/1. | Stan Shebs | 1 | -0/+4 |
1994-11-17 | * Makefile.in: Fix the test for installing gdbtk. | Rob Savoye | 1 | -0/+2 |
1994-11-16 | * hppa-tdep.c: Remove including sys/dir.h from a target file. | Rob Savoye | 1 | -0/+4 |
1994-11-16 | * config/powerpc/gdbserve.mt (TDEPFILES): Removed fake_aio.o | J.T. Conklin | 1 | -0/+10 |
1994-11-16 | * hppa-tdep.c (skip_trampoline_code): Handle shared library import | Jeff Law | 1 | -0/+5 |
1994-11-16 | * c-exp.y (yylex): Fix a bug in template scanning. | Kung Hsu | 1 | -0/+4 |
1994-11-15 | * i386-stub.c, m68k-stub.c, sparc-stub.c, sparcl-stub.c: Mask out | Stan Shebs | 1 | -0/+5 |
1994-11-15 | * op50-rom.c, w89k-rom.c, monitor.c: Modify to use two variables | Rob Savoye | 1 | -0/+6 |
1994-11-14 | * Makefile.in: Install gdbtk.tcl. | Stu Grossman | 1 | -0/+7 |
1994-11-13 | * somsolib.c: Add TODO list. | Jeff Law | 1 | -0/+15 |
1994-11-12 | * Makefile.in (copying.o, f-exp.tab.o, dpx2-nat.o, dstread.o, | Peter Schauer | 1 | -0/+13 |
1994-11-11 | * ch-exp.y (yylex): Fix off-by-one error when converting string to | Jeff Law | 1 | -0/+3 |
1994-11-11 | * hppa-tdep.c (rp_saved): Handle IMPORT stubs too. | Jeff Law | 1 | -0/+9 |