aboutsummaryrefslogtreecommitdiff
path: root/gdb/main.c
AgeCommit message (Expand)AuthorFilesLines
1999-05-05import gdb-19990504 snapshotStan Shebs1-0/+5
1999-04-26import gdb-19990422 snapshotStan Shebs1-1/+3
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+780
1999-04-16Initial creation of sourceware repositoryStan Shebs1-787/+0
1998-12-31all remaining *.c *.h files from hp merge.David Taylor1-6/+106
1998-12-28hp merge changes -- too numerous to mention here; see ChangeLog andDavid Taylor1-2/+8
1998-11-13Fri Nov 13 00:15:08 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1-13/+10
1998-06-27 * symtab.h (enum namespace): Add new namespaces FUNCTIONS_NAMESPACE,Keith Seitz1-0/+23
1998-05-29 * main.c (main): Check for NULL from getenv on CYGWIN32.Keith Seitz1-67/+92
1996-08-08 * dwarf2read.c dwarfread.c exec.c infcmd.c infrun.c main.cStu Grossman1-11/+3
1996-06-28 * main.c (main): Add option "l" for setting remote_timeout.Dawn Perchik1-0/+19
1996-03-30 * core-aout.c (fetch_core_registers): Cast core_reg_size to intFred Fish1-14/+9
1995-08-01* configure.in: Check for working mmap, ansi headers, string.h,J.T. Conklin1-2/+2
1995-07-31* configure.in: Check for unistd.h.J.T. Conklin1-20/+29
1994-12-16 * defs.h, gdbtk.c (gdbtk_fputs), main.c (gdb_fputs), top.c: Add stream argStu Grossman1-4/+47
1994-07-28 * Makefile.in (INSTALLED_LIBS, CLIBS, DEPFILES): Add support forStu Grossman1-12/+16
1994-07-19 * main.c: Include <ctype.h>.Stan Shebs1-0/+7
1994-06-23 * energize-patches, main.c (main), top.c (gdb_init, pwd_command),Fred Fish1-2/+2
1994-06-22 * mpw-make.in (VERSION): Update to 4.12.3.Stan Shebs1-2494/+13
1994-06-01 * inftarg.c (child_wait): Call proc_wait, not wait.Jim Kingdon1-0/+23
1994-05-17Fix a sanitization screwup.Stan Shebs1-1/+1
1994-05-14 * source.c (find_source_lines): Always use code that was #ifdefJim Kingdon1-32/+20
1994-05-13 gcc -Wall lint:Jim Kingdon1-2/+3
1994-05-13Changes for MacGDB:Stan Shebs1-11/+75
1994-04-21 * breakpoint.c (watch_command): Use (CORE_ADDR)0, not NULL, forJim Kingdon1-4/+3
1994-04-20 * main.c (main): Accept --annotate=N option and make --fullnameJim Kingdon1-3/+54
1994-03-25* main.c (complete_command): Deal with it if arg is NULL.Jim Kingdon1-2/+10
1994-03-24 * main.c (complete_command): New command, from Rick SladkeyJim Kingdon1-6/+31
1994-03-11 * main.c (main): When printing warning about bad baud rate, don'tJim Kingdon1-1/+7
1994-03-02 * os9kread.c (os9k_process_one_symbol): RenameJim Kingdon1-4/+1
1994-03-01Modified Files:Kung Hsu1-1/+8
1994-01-28 * main.c (baud_rate): Add FIXME comment about printing -1 value.Jim Kingdon1-0/+2
1994-01-27 * Makefile.in (version.c), main.c (print_gdb_version): UseJim Kingdon1-5/+5
1994-01-25 * paread.c (read_unwind_info): Just assign to objfile->obj_private,Jim Kingdon1-1/+5
1994-01-16 * main.c (show_commands): Make return type of externPer Bothner1-3/+3
1993-12-31 * remote-mips.c (mips_error): New function.Jim Kingdon1-8/+0
1993-12-27 * main.c (init_main): Change "set remotedebug" back to var_zintegerJim Kingdon1-5/+78
1993-11-01Change the stream argument to _filtered to GDB_FILE *.Thomas Lord1-36/+45
1993-10-21 * main.c: Make baud_rate and remote_debug be global variables,Stu Grossman1-5/+38
1993-08-17 * main.c (cd_command): If current_directory on entry is "/", thenJim Kingdon1-134/+295
1993-06-18 * Makefile.in (INTERNAL_CFLAGS): Include ../include as well asJim Kingdon1-9/+9
1993-06-14 * main.c, symfile.c, source.c, exec.c, core.c: Use it forJim Kingdon1-6/+8
1993-06-14 * main.c, gdbcmd.h: Add function filename_completer.Jim Kingdon1-0/+47
1993-06-13 * defs.h, main.c (catch_errors): Add return_mask arg.Jim Kingdon1-29/+71
1993-06-11revised format for config infoK. Richard Pixley1-3/+16
1993-05-25 * Many places: replace "the inferior" in messages with "the program"Jim Kingdon1-16/+23
1993-01-05 * expression.h (exp_opcode): Add BINOP_MOD.Fred Fish1-0/+1
1992-12-23 * defs.h (STRCMP, STREQ, STREQN): New macros.Fred Fish1-4/+4
1992-12-18 * Makefile.in (VERSION): Bump to 4.7.4.Fred Fish1-2/+1
1992-12-15i860-tdep.c: Lint.John Gilmore1-14/+15