Age | Commit message (Expand) | Author | Files | Lines |
1994-01-25 | * gdb.t09/corefile: Increase timeout when spawning gdb explicitly. | Peter Schauer | 1 | -0/+4 |
1994-01-25 | * valops.c (value_assign): Set `type' after coercing toval. | Peter Schauer | 4 | -18/+34 |
1994-01-25 | Improve ChangeLog entry for HAVE_SIGSETMASK to discuss what ANSI specifies | Jim Kingdon | 1 | -2/+5 |
1994-01-25 | * stabs.texinfo (String Field): Discuss continuing stabs with ?. | Jim Kingdon | 2 | -1/+7 |
1994-01-25 | * stabsread.c (STABS_CONTINUE, error_type), partial-stab.h: | Jim Kingdon | 3 | -3/+7 |
1994-01-25 | * paread.c (read_unwind_info): Just assign to objfile->obj_private, | Jim Kingdon | 3 | -2/+16 |
1994-01-25 | * sparc-nat.c (fetch_inferior_registers, store_inferior_registers): | John Gilmore | 2 | -4/+12 |
1994-01-23 | * ch-exp.y (match_string_literal): Allow a zero-length string. | Per Bothner | 3 | -4/+8 |
1994-01-22 | * i386aix-nat.c (i386_float_info): Reverse order of registers before | Jim Kingdon | 3 | -10/+21 |
1994-01-22 | * mips-tdep.c (init_extra_frame_info): Use frame relative stack | Peter Schauer | 2 | -20/+38 |
1994-01-22 | * lynx-nat.c (fetch_core_registers): Load the I & L regs for the | Stu Grossman | 2 | -3/+15 |
1994-01-22 | * remote-mips.c (mips_initialize): Clear mips_initializing via | Jim Kingdon | 3 | -4/+55 |
1994-01-22 | * fork-child.c, inferior.h (fork_inferior): New argument shell_file. | Jim Kingdon | 4 | -41/+96 |
1994-01-22 | * config/sparc/tm-sun4sol2.h (IN_SIGTRAMP, SIGCONTEXT_PC_OFFSET): | Peter Schauer | 1 | -0/+7 |
1994-01-22 | * sparc-tdep.c (frame_saved_pc): Get the pc from the saved pc | Peter Schauer | 1 | -0/+7 |
1994-01-22 | * sparc-tdep.c, lynx-nat.c, config/sparc/tm-sparc.h, | Stu Grossman | 5 | -15/+37 |
1994-01-22 | * lynx-nat.c: Add Sparc support. | Stu Grossman | 6 | -419/+304 |
1994-01-22 | * rs6000-pinsn.c: Use the new disassembler in the opcodes | Ian Lance Taylor | 2 | -364/+14 |
1994-01-21 | * Makefile.in (realclean): Remove info files per make-stds.texi. | Fred Fish | 2 | -1/+5 |
1994-01-21 | * dbxread.c (end_psymtab): Only patch psymtab textlow and texthigh | Jim Kingdon | 3 | -2/+16 |
1994-01-21 | Thu Jan 20 15:04:24 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | Jim Kingdon | 2 | -4/+19 |
1994-01-21 | * infptrace.c (child_xfer_memory): Only use if CHILD_XFER_MEMORY | Jeff Law | 4 | -2/+22 |
1994-01-21 | * infptrace.c (child_xfer_memory): Only use if CHILD_XFER_MEMORY | Jeff Law | 4 | -268/+36 |
1994-01-21 | * xcoffread.c (xcoff_symfile_read): Make second parameter a | Jim Kingdon | 2 | -6/+5 |
1994-01-21 | * xcoffread.c (read_xcoff_symtab): Make main_aux just a union | Jim Kingdon | 2 | -14/+18 |
1994-01-21 | * coffread.c, xcoffread.c: Include <coff/internal.h> | Jim Kingdon | 3 | -10/+17 |
1994-01-21 | * coffread.c (coff_getfilename): Make it not static. | Jim Kingdon | 2 | -1/+3 |
1994-01-20 | * xcoffread.c (read_xcoff_symtab): complain() not abort(). | Jim Kingdon | 2 | -6/+17 |
1994-01-19 | * infrun.c (wait_for_inferior): Don't set frame for | Jim Kingdon | 2 | -20/+48 |
1994-01-19 | * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash | Peter Schauer | 1 | -0/+5 |
1994-01-19 | * infrun.c (normal_stop): Set stop_pc after popping the dummy frame | Peter Schauer | 4 | -61/+80 |
1994-01-19 | * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT. | David MacKenzie | 2 | -0/+9 |
1994-01-19 | * gdb.t00/default.exp (show prompt): In FAIL case, only match if | Jim Kingdon | 1 | -0/+5 |
1994-01-18 | * infcmd.c (signal_command): Accept 0 as legitimate signal number. | Jim Kingdon | 2 | -8/+13 |
1994-01-18 | * infrun.c (signals_info), target.c (target_signal_from_name): | Jim Kingdon | 2 | -1/+9 |
1994-01-18 | * ser-unix.c (hardwire_noflush_set_tty_state): Don't muck with ICANON. | Jim Kingdon | 2 | -17/+7 |
1994-01-18 | * infrun.c (_initialize_infrun): Add TARGET_SIGNAL_POLL to list of | Jim Kingdon | 2 | -16/+7 |
1994-01-18 | * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions. | Jeff Law | 1 | -0/+9 |
1994-01-18 | * config/pa/tm-hppa.h (unwind_table_entry): Use one of the | Jeff Law | 4 | -109/+219 |
1994-01-18 | * hppab-nat.c (_initialize_kernel_u_addr): Delete unwanted functions. | Jeff Law | 2 | -46/+4 |
1994-01-18 | * xcoffread.c (read_xcoff_symtab, case C_FILE): Accept the name | Jim Kingdon | 3 | -29/+34 |
1994-01-18 | Write ChangeLog entries for Rob changes. | Jim Kingdon | 2 | -2/+21 |
1994-01-17 | Apply patches from gdb 4.12 testing. | Rob Savoye | 1 | -5/+4 |
1994-01-17 | Add patches from gdb 4.12 testing. | Rob Savoye | 3 | -22/+6 |
1994-01-17 | * Makefile.in (ALLPARAM): Change irix5.h to nm-irix5.h. | Fred Fish | 2 | -1/+5 |
1994-01-17 | * README: Update notes for alpha port. | Peter Schauer | 1 | -0/+4 |
1994-01-17 | * i960-tdep.c (i960_fault_to_signal): Return TARGET_SIGNAL_ILL | Jim Kingdon | 2 | -4/+18 |
1994-01-17 | * Makefile.in (init.c): Add comment explaining formatting conventions. | Jim Kingdon | 2 | -0/+5 |
1994-01-17 | * c-exp.y (parse_number): Assign to temporary between the right | Jim Kingdon | 2 | -2/+7 |
1994-01-16 | * Makefile.in (ALLCONFIG, ALLPARAM, ALLDEPFILES, HFILES_NO_SRCDIR): | Jim Kingdon | 2 | -12/+31 |