Age | Commit message (Expand) | Author | Files | Lines |
1992-06-21 | (find_source_lines): Handle large st_size fields. | John Gilmore | 2 | -39/+54 |
1992-06-21 | COFF changes for dealing better with EPI 29K C compiler output. | John Gilmore | 5 | -181/+493 |
1992-06-21 | Typo. | John Gilmore | 1 | -1/+1 |
1992-06-20 | * gdb.texinfo: document `set remotedebug' and `set rstack_high_address'. | John Gilmore | 2 | -0/+31 |
1992-06-20 | * infcmd.c (jump_command): Use cleanups to avoid memory leaks. | Fred Fish | 3 | -44/+156 |
1992-06-20 | * remote-adapt.c, remote-eb.c, remote-mm.c: Lint. Fix | John Gilmore | 5 | -15/+35 |
1992-06-20 | HPPA BS | Stu Grossman | 3 | -1/+16 |
1992-06-19 | HPPA merge. | Stu Grossman | 4 | -0/+17 |
1992-06-19 | * configure.in, dbxread.c, hppa-coredep.c, hppa-pinsn.c, | Stu Grossman | 16 | -8/+5959 |
1992-06-19 | * Makefile.in (c-exp.tab.c, m2-exp.tab.c): Filter out bogus extern | Stu Grossman | 4 | -7/+31 |
1992-06-19 | * remote.c (getpkt): Error if input exceeds buffer size. | John Gilmore | 6 | -39/+278 |
1992-06-19 | * valprint.c (type_print_1): Plug memory leak. Print all | Fred Fish | 3 | -15/+29 |
1992-06-18 | * xm-rs6000.h: Fix decls for malloc, realloc, and free. | Stu Grossman | 2 | -3/+5 |
1992-06-17 | * tm-rs6000.h: Remove #include of inferior.h. Fixes many | Stu Grossman | 1 | -2/+0 |
1992-06-17 | * xm-rs6000.h: Add decl for strdup(). | Stu Grossman | 2 | -1/+4 |
1992-06-17 | * xm-rs6000.h: Remove #include of inferior.h. Fixes many | Stu Grossman | 1 | -0/+3 |
1992-06-17 | * breakpoint.c (enable_command, disable_command): Without args, | Stu Grossman | 2 | -23/+44 |
1992-06-17 | * m68k-pinsn.c (print_insn_arg): Make register be const. | Stu Grossman | 1 | -1/+1 |
1992-06-17 | * xcoffexec.c: Remove ' from comment. | Stu Grossman | 3 | -1/+15 |
1992-06-17 | * partial-stab.h: Convert single rindex use to strrchr. | Fred Fish | 2 | -1/+8 |
1992-06-17 | * mipsread.c: Undo ill effects from including <strings.h>, | Fred Fish | 2 | -2/+13 |
1992-06-16 | Add demangle.h to HFILES. | Stu Grossman | 1 | -2/+2 |
1992-06-16 | Unscrew this file... (Been up too long I think...) | Stu Grossman | 1 | -1065/+641 |
1992-06-16 | Keep sun4sol2.m{th}. | Stu Grossman | 1 | -0/+2 |
1992-06-16 | Keep tm-sun4sol2.h and xm-sun4sol2.h. | Stu Grossman | 1 | -0/+2 |
1992-06-16 | More 29k crap to remove! | Stu Grossman | 1 | -1/+0 |
1992-06-16 | One mo time... | Stu Grossman | 1 | -2/+2 |
1992-06-16 | Fixup install.all target so that install-texinfo can be removed properly by GDB | Stu Grossman | 1 | -641/+1065 |
1992-06-16 | Remove 29k/UDI stuff for now. For the time being, the original Makefile is | Stu Grossman | 1 | -34/+2 |
1992-06-16 | Save Makefile with 29k stuff for later. | Stu Grossman | 1 | -0/+754 |
1992-06-16 | Remove 29k/UDI for now. | Stu Grossman | 1 | -2/+0 |
1992-06-16 | * mipsread.c: #include <strings.h> for rindex(). | Stu Grossman | 2 | -6/+13 |
1992-06-16 | * xcoffexec.c (map_vmap): Turn comment into a real C comment. | Fred Fish | 2 | -3/+7 |
1992-06-16 | * dbxread.c (process_one_symbol), partial-stab.h: Ignore | Stu Grossman | 3 | -34/+50 |
1992-06-15 | * Makefile.in (VERSION): Bump to 4.5.5. | Fred Fish | 5 | -20/+36 |
1992-06-15 | * dwarfread.c (decode_modified_type): Change type of first arg. | Fred Fish | 3 | -57/+125 |
1992-06-15 | * buildsym.c (define_symbol): Nameless types are now on several | John Gilmore | 1 | -7/+5 |
1992-06-15 | * infcmd.c: Fix typo (reported by Rob Savoye). | John Gilmore | 2 | -1/+8 |
1992-06-14 | * dbxread.c (end_psymtab): Only reset texthigh if it's not already | John Gilmore | 3 | -17/+44 |
1992-06-13 | * symtab.h (struct symbol): Add aux_value union for preserving | Fred Fish | 2 | -21/+30 |
1992-06-13 | Make `clear_symtab_users_once' non-static so objfiles can be linked. | Michael Tiemann | 1 | -0/+5 |
1992-06-13 | * elfread.c (record_minimal_symbol_and_info): Kludged to put | John Gilmore | 5 | -18/+134 |
1992-06-13 | * dbxread.c: Add symbol_size to struct dbx_symfile_info. | John Gilmore | 4 | -65/+406 |
1992-06-13 | Remove reg_names decl (now in defs.h). | John Gilmore | 9 | -34/+14 |
1992-06-13 | Lint | John Gilmore | 1 | -1/+1 |
1992-06-13 | * buildsym.h: Add processing_acc_compilation flag. | John Gilmore | 8 | -4/+320 |
1992-06-13 | * configure.in: Solaris config is sparc-sun-solaris2. | John Gilmore | 4 | -2/+39 |
1992-06-12 | * expprint.c (print_subexp): Add missing ']'. | Fred Fish | 3 | -4/+38 |
1992-06-11 | Two `long long' fixes from Robert R. Henry (rrh@dino.tera.com): | John Gilmore | 3 | -75/+155 |
1992-06-11 | Latest and greatest, many bug fixes, value annotations, stack frame | Stu Grossman | 1 | -122/+651 |