Age | Commit message (Expand) | Author | Files | Lines |
1999-04-26 | import gdb-19990422 snapshot | Stan Shebs | 1 | -1/+3 |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+780 |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -787/+0 |
1998-12-31 | all remaining *.c *.h files from hp merge. | David Taylor | 1 | -6/+106 |
1998-12-28 | hp merge changes -- too numerous to mention here; see ChangeLog and | David Taylor | 1 | -2/+8 |
1998-11-13 | Fri Nov 13 00:15:08 1998 Geoffrey Noer <noer@cygnus.com> | Geoffrey Noer | 1 | -13/+10 |
1998-06-27 | * symtab.h (enum namespace): Add new namespaces FUNCTIONS_NAMESPACE, | Keith Seitz | 1 | -0/+23 |
1998-05-29 | * main.c (main): Check for NULL from getenv on CYGWIN32. | Keith Seitz | 1 | -67/+92 |
1996-08-08 | * dwarf2read.c dwarfread.c exec.c infcmd.c infrun.c main.c | Stu Grossman | 1 | -11/+3 |
1996-06-28 | * main.c (main): Add option "l" for setting remote_timeout. | Dawn Perchik | 1 | -0/+19 |
1996-03-30 | * core-aout.c (fetch_core_registers): Cast core_reg_size to int | Fred Fish | 1 | -14/+9 |
1995-08-01 | * configure.in: Check for working mmap, ansi headers, string.h, | J.T. Conklin | 1 | -2/+2 |
1995-07-31 | * configure.in: Check for unistd.h. | J.T. Conklin | 1 | -20/+29 |
1994-12-16 | * defs.h, gdbtk.c (gdbtk_fputs), main.c (gdb_fputs), top.c: Add stream arg | Stu Grossman | 1 | -4/+47 |
1994-07-28 | * Makefile.in (INSTALLED_LIBS, CLIBS, DEPFILES): Add support for | Stu Grossman | 1 | -12/+16 |
1994-07-19 | * main.c: Include <ctype.h>. | Stan Shebs | 1 | -0/+7 |
1994-06-23 | * energize-patches, main.c (main), top.c (gdb_init, pwd_command), | Fred Fish | 1 | -2/+2 |
1994-06-22 | * mpw-make.in (VERSION): Update to 4.12.3. | Stan Shebs | 1 | -2494/+13 |
1994-06-01 | * inftarg.c (child_wait): Call proc_wait, not wait. | Jim Kingdon | 1 | -0/+23 |
1994-05-17 | Fix a sanitization screwup. | Stan Shebs | 1 | -1/+1 |
1994-05-14 | * source.c (find_source_lines): Always use code that was #ifdef | Jim Kingdon | 1 | -32/+20 |
1994-05-13 | gcc -Wall lint: | Jim Kingdon | 1 | -2/+3 |
1994-05-13 | Changes for MacGDB: | Stan Shebs | 1 | -11/+75 |
1994-04-21 | * breakpoint.c (watch_command): Use (CORE_ADDR)0, not NULL, for | Jim Kingdon | 1 | -4/+3 |
1994-04-20 | * main.c (main): Accept --annotate=N option and make --fullname | Jim Kingdon | 1 | -3/+54 |
1994-03-25 | * main.c (complete_command): Deal with it if arg is NULL. | Jim Kingdon | 1 | -2/+10 |
1994-03-24 | * main.c (complete_command): New command, from Rick Sladkey | Jim Kingdon | 1 | -6/+31 |
1994-03-11 | * main.c (main): When printing warning about bad baud rate, don't | Jim Kingdon | 1 | -1/+7 |
1994-03-02 | * os9kread.c (os9k_process_one_symbol): Rename | Jim Kingdon | 1 | -4/+1 |
1994-03-01 | Modified Files: | Kung Hsu | 1 | -1/+8 |
1994-01-28 | * main.c (baud_rate): Add FIXME comment about printing -1 value. | Jim Kingdon | 1 | -0/+2 |
1994-01-27 | * Makefile.in (version.c), main.c (print_gdb_version): Use | Jim Kingdon | 1 | -5/+5 |
1994-01-25 | * paread.c (read_unwind_info): Just assign to objfile->obj_private, | Jim Kingdon | 1 | -1/+5 |
1994-01-16 | * main.c (show_commands): Make return type of extern | Per Bothner | 1 | -3/+3 |
1993-12-31 | * remote-mips.c (mips_error): New function. | Jim Kingdon | 1 | -8/+0 |
1993-12-27 | * main.c (init_main): Change "set remotedebug" back to var_zinteger | Jim Kingdon | 1 | -5/+78 |
1993-11-01 | Change the stream argument to _filtered to GDB_FILE *. | Thomas Lord | 1 | -36/+45 |
1993-10-21 | * main.c: Make baud_rate and remote_debug be global variables, | Stu Grossman | 1 | -5/+38 |
1993-08-17 | * main.c (cd_command): If current_directory on entry is "/", then | Jim Kingdon | 1 | -134/+295 |
1993-06-18 | * Makefile.in (INTERNAL_CFLAGS): Include ../include as well as | Jim Kingdon | 1 | -9/+9 |
1993-06-14 | * main.c, symfile.c, source.c, exec.c, core.c: Use it for | Jim Kingdon | 1 | -6/+8 |
1993-06-14 | * main.c, gdbcmd.h: Add function filename_completer. | Jim Kingdon | 1 | -0/+47 |
1993-06-13 | * defs.h, main.c (catch_errors): Add return_mask arg. | Jim Kingdon | 1 | -29/+71 |
1993-06-11 | revised format for config info | K. Richard Pixley | 1 | -3/+16 |
1993-05-25 | * Many places: replace "the inferior" in messages with "the program" | Jim Kingdon | 1 | -16/+23 |
1993-01-05 | * expression.h (exp_opcode): Add BINOP_MOD. | Fred Fish | 1 | -0/+1 |
1992-12-23 | * defs.h (STRCMP, STREQ, STREQN): New macros. | Fred Fish | 1 | -4/+4 |
1992-12-18 | * Makefile.in (VERSION): Bump to 4.7.4. | Fred Fish | 1 | -2/+1 |
1992-12-15 | i860-tdep.c: Lint. | John Gilmore | 1 | -14/+15 |
1992-10-06 | * language.c, language.h: Move saved_language out to global | John Gilmore | 1 | -28/+69 |