Age | Commit message (Expand) | Author | Files | Lines |
1995-11-30 | * ch-exp.y: Replaced by ... | Per Bothner | 1 | -0/+28 |
1995-11-30 | * scm-valprint.c (scm_isymnames): Remove "#@" prefix. | Per Bothner | 1 | -1/+4 |
1995-11-30 | * f-typeprint.c, valarith.c, valprint.c, typeprint.c, eval.c: | Per Bothner | 1 | -0/+9 |
1995-11-30 | * alpha-tdep.c, c-exp.y, h8500-tdep.c, f-exp.y, f-valprint.c, | Per Bothner | 1 | -0/+5 |
1995-11-30 | * gdbtypes.h (enum type_code): Added TYPE_CODE_TYPEDEF. | Per Bothner | 1 | -0/+23 |
1995-11-29 | * top.c (command_line_input): Only strip out an initial #-comment. | Per Bothner | 1 | -0/+3 |
1995-11-29 | * expression.h (enum exp_opcode): Add BINOP_RANGE. | Per Bothner | 1 | -0/+7 |
1995-11-29 | * Makefile.in: Clean up so doc stuff stays in doc sub-dir. | Per Bothner | 1 | -0/+4 |
1995-11-29 | Make debugging remote gdb friendlier | Michael Meissner | 1 | -0/+11 |
1995-11-29 | Fix typo. | David Edelsohn | 1 | -1/+1 |
1995-11-29 | * Makefile.in (target_subdir): Define. | David Edelsohn | 1 | -0/+6 |
1995-11-28 | * dbxread.c (dbx_symfile_read): Set block_address_function_relative | David Edelsohn | 1 | -0/+5 |
1995-11-28 | * magic.h: Renamed to gmagic.h to avoid <magic.h> conflict. | Fred Fish | 1 | -0/+7 |
1995-11-25 | * mdebugread.c (handle_psymbol_enumerators, parse_symbol): | Peter Schauer | 1 | -0/+17 |
1995-11-24 | * top.c (recurse_read_control_structure): Don't make cleanups | Jeff Law | 1 | -0/+5 |
1995-11-22 | * config/m68k/xm-hp300hpux.h: Define MMAP_BASE_ADDRESS and MMAP_INCREMENT. | Fred Fish | 1 | -0/+8 |
1995-11-21 | * objfiles.c (map_to_address): Have gdb print a warning when it | Fred Fish | 1 | -0/+9 |
1995-11-20 | * infrun.c (wait_for_inferior): Add support for dynamic function | Stu Grossman | 1 | -0/+14 |
1995-11-20 | * objfiles.c (allocate_objfile): Change warning message about mapped | Fred Fish | 1 | -0/+7 |
1995-11-20 | * stack.c (print_frame_info): Use minimal symbol only if | Peter Schauer | 1 | -0/+2 |
1995-11-19 | * irix5-nat.c, osfsolib.c (solib_address): Return the name of the | Peter Schauer | 1 | -0/+5 |
1995-11-19 | * solib.c (solib_address): Return the name of the containing solib. | Fred Fish | 1 | -0/+40 |
1995-11-16 | * utils.c: Don't include sys/ioctl.h etc if MPW is host. | Stan Shebs | 1 | -0/+4 |
1995-11-15 | * config/arm/tm-arm.h (ADDITIONAL_REGISTER_NAMES): Fix r5. | David Edelsohn | 1 | -2/+7 |
1995-11-14 | * monitor.c (monitor_load_srec monitor_make_srec): Move all | Stu Grossman | 1 | -0/+19 |
1995-11-14 | Add preliminary ppcbug support. | Michael Meissner | 1 | -0/+10 |
1995-11-13 | * partial-stab.h: Remove GDB_TARGET_IS_HPPA kludge. | Jeff Law | 1 | -0/+8 |
1995-11-09 | Enable powerpc simulator for all powerpc-eabi targets, not just powerpc-eabis... | Michael Meissner | 1 | -0/+6 |
1995-11-09 | * mpw-config.in: Add variable with names of SIOW libraries. | Raymond Jou | 1 | -0/+5 |
1995-11-09 | * mpw-make.sed: Edit @ENABLE_CFLAGS@ out, mpw-configure can | Stan Shebs | 1 | -0/+5 |
1995-11-08 | * config/mips/vr4300.mt: Added simulator to default VR4300 build. | Jackie Smith Cashion | 1 | -0/+4 |
1995-11-08 | * remote-mips.c (mips_initialize): Fix brain damage found by | Stu Grossman | 1 | -0/+2 |
1995-11-08 | * remote-mips.c (mips_initialize): Fix brain damage found by | Stu Grossman | 1 | -0/+5 |
1995-11-07 | Exclude resources from SIOWgdb. | Raymond Jou | 1 | -0/+4 |
1995-11-07 | * remote-mips.c (mips_initialize): Updated to talk to VR4300 RISQ | Jackie Smith Cashion | 1 | -0/+5 |
1995-11-06 | *** empty log message *** | Jackie Smith Cashion | 1 | -0/+3 |
1995-11-06 | *** empty log message *** | Jackie Smith Cashion | 1 | -0/+5 |
1995-11-05 | * configure.in (AC_CHECK_HEADERS): add stddef.h. | Jason Molenda | 1 | -0/+4 |
1995-11-05 | Fix typo in ChangeLog itself. | Fred Fish | 1 | -1/+1 |
1995-11-05 | * Makefile.in (COMMON_OBS): Use corefile.o rather than core.o | Fred Fish | 1 | -0/+15 |
1995-11-04 | * Makefile.in (INTERNAL_CFLAGS): Add ENABLE_CFLAGS. | Stu Grossman | 1 | -0/+40 |
1995-11-02 | * i386-tdep.c (i386_extract_return_value): Make function visible | Fred Fish | 1 | -0/+226 |
1995-11-01 | * breakpoint.c (breakpoint_re_set): Fix typo in comment. | Fred Fish | 1 | -1/+2 |
1995-11-01 | * symtab.c (in_prologue): Document func_start and when it is zero | Fred Fish | 1 | -0/+6 |
1995-10-31 | * elfread.c: Include elf-bfd.h rather than libelf.h. | Fred Fish | 1 | -0/+4 |
1995-10-31 | Tue Oct 31 10:42:42 1995 steve chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 1 | -0/+4 |
1995-10-29 | * monitor.c: Include gnu-regex.h rather than system regex.h. | Fred Fish | 1 | -0/+4 |
1995-10-29 | Sat Oct 28 23:51:48 1995 steve chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 1 | -0/+9 |
1995-10-28 | * symtab.h (enum address_class): Add LOC_UNRESOLVED for | Peter Schauer | 1 | -0/+15 |
1995-10-27 | * config/mips/tm-magic.h config/mips/magic.mt: New files for | Stu Grossman | 1 | -0/+2 |