Age | Commit message (Expand) | Author | Files | Lines |
1995-06-21 | Hmm.. The ChangeLog went in, but not the code.... | Steve Chamberlain | 1 | -4/+44 |
1995-05-29 | * defs.h (vprintf_filtered declaration): Add PARAMS prototype; | Jeff Law | 1 | -39/+60 |
1995-05-18 | * utils.c (fprintf_filtered, fprintf_unfiltered, fprintfi_filtered, | J.T. Conklin | 1 | -10/+10 |
1995-05-17 | * monitor.c (monitor_printf): Changed format specification in | J.T. Conklin | 1 | -7/+3 |
1995-04-11 | * utils.c, defs.h (warning_begin): Renamed from warning_setup, for | Jim Kingdon | 1 | -24/+9 |
1995-03-01 | * defs.h (SWAP_TARGET_AND_HOST): check endianess at runtime not | Kung Hsu | 1 | -15/+16 |
1995-03-01 | * defs.h: fix a syntax error. | Kung Hsu | 1 | -2/+1 |
1995-02-28 | * defs.h: define SWAP_TARGET_AND_HOST macro. | Kung Hsu | 1 | -17/+20 |
1995-02-02 | gcc -Wall lint. | Stan Shebs | 1 | -44/+14 |
1995-01-17 | General cleanup and simplication of disassembler interface. | Stan Shebs | 1 | -7/+20 |
1995-01-15 | Sun Jan 15 14:36:19 1995 Steve Chamberlain <sac@splat> | Steve Chamberlain | 1 | -1/+2 |
1995-01-06 | * Makefile.in (install_only uninstall): Indent for clarity | Stu Grossman | 1 | -8/+13 |
1995-01-05 | * defs.h: move include tm.h up, so that the type LONGEST can | Kung Hsu | 1 | -6/+12 |
1994-12-16 | * defs.h, gdbtk.c (gdbtk_fputs), main.c (gdb_fputs), top.c: Add stream arg | Stu Grossman | 1 | -34/+6 |
1994-10-26 | * defs.h, gdbtk.c, main.c, top.c: Change sense and name of | Stu Grossman | 1 | -1/+1 |
1994-10-21 | * defs.h, infrun.c (wait_for_inferior), top.c: Call | Stu Grossman | 1 | -1/+31 |
1994-09-26 | * defs.h (misc_command_type): Remove trailing comma from | Peter Schauer | 1 | -0/+23 |
1994-09-16 | * defs.h (QUIT): Call interactive_hook to allow GUI to interrupt. | Stu Grossman | 1 | -29/+11 |
1994-09-08 | * defs.h (enum misc_command_type, command_control_type): Enums | Jeff Law | 1 | -0/+24 |
1994-08-11 | (concat, basename, buildargv, freeargv, strerrno, strsigno, | David Edelsohn | 1 | -24/+8 |
1994-08-10 | * defs.h, top.c: Use `extern' in declarations of GUI hooks, and | Stu Grossman | 1 | -18/+10 |
1994-08-02 | * defs.h: Change two-line declarations to one-line form. | Stan Shebs | 1 | -286/+177 |
1994-07-28 | * Makefile.in (INSTALLED_LIBS, CLIBS, DEPFILES): Add support for | Stu Grossman | 1 | -5/+26 |
1994-04-28 | * utils.c, defs.h (error_begin): New function. | Jim Kingdon | 1 | -1/+3 |
1994-04-21 | * breakpoint.c (watch_command): Use (CORE_ADDR)0, not NULL, for | Jim Kingdon | 1 | -3/+0 |
1994-04-21 | * printcmd.c (print_command_1): Annotate the top-level expressions | Jim Kingdon | 1 | -0/+5 |
1994-04-20 | * main.c (main): Accept --annotate=N option and make --fullname | Jim Kingdon | 1 | -1/+3 |
1994-04-15 | Fri Apr 15 11:53:46 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 1 | -14/+14 |
1994-02-18 | * defs.h, valprint.c: Make longest_to_int a function not a macro. | Jim Kingdon | 1 | -2/+1 |
1994-02-18 | Modified Files: | Kung Hsu | 1 | -2/+2 |
1994-02-06 | * defs.h (alloca): Declare as void *, not char *, on hpux. | Jim Kingdon | 1 | -22/+33 |
1994-01-27 | Fix many sins which will come up in 32 bit x 64 bit GDB, and | Jim Kingdon | 1 | -0/+14 |
1993-12-26 | * valops.c (call_function_by_hand, push_word), defs.h (push_word), | Jim Kingdon | 1 | -6/+1 |
1993-12-25 | * defs.h: Move definitions of TARGET_*_BIT after include of tm.h. | Jim Kingdon | 1 | -101/+122 |
1993-09-20 | * defs.h: Declare argument of re_comp as const char *. | Jim Kingdon | 1 | -2/+4 |
1993-09-18 | * defs.h (make_cleanup): Change PTR to void * when inside PARAMS. | Jim Kingdon | 1 | -1/+1 |
1993-09-13 | collect some remote things into remote-utils | K. Richard Pixley | 1 | -3/+0 |
1993-09-13 | * defs.h: Don't define NORETURN (see comment). | Jim Kingdon | 1 | -3/+31 |
1993-07-09 | * defs.h, remote-eb.c (TM_FILE_OVERRIDE): Remove it. | Peter Schauer | 1 | -11/+19 |
1993-06-11 | * defs.h (INT_MAX): Cast unsigned shift result to int. | Fred Fish | 1 | -2/+2 |
1993-05-29 | * Makefile.in: Add new file ser-tcp.c. | Stu Grossman | 1 | -9/+12 |
1993-04-29 | * defs.h (CC_HAS_LONG_LONG): Set up to define CC_HAS_LONG_LONG | Fred Fish | 1 | -22/+41 |
1993-04-16 | Remove chill sanitizations, which are no longer necessary. | Fred Fish | 1 | -8/+1 |
1993-03-11 | * utils.c (fputs_demangled): Complete rewrite to clean up and | Fred Fish | 1 | -19/+30 |
1993-01-01 | * tm-sun4sol2.h (CPLUS_MARKER): Remove, now set in tm-sysv4.h. | Fred Fish | 1 | -3/+7 |
1992-12-23 | * defs.h (STRCMP, STREQ, STREQN): New macros. | Fred Fish | 1 | -4/+8 |
1992-12-18 | * Makefile.in (VERSION): Bump to 4.7.4. | Fred Fish | 1 | -0/+14 |
1992-12-15 | * complaints.c: New file, code moved from utils.c. | Fred Fish | 1 | -23/+14 |
1992-11-15 | * Makefile.in (SFILES_MAINDIR): Add ch-exp.y. | Fred Fish | 1 | -5/+13 |
1992-09-15 | Don't use prototypes for vfprintf_filtered(). Someday we'll get prototypes of | Stu Grossman | 1 | -1/+3 |