Age | Commit message (Expand) | Author | Files | Lines |
1992-09-26 | Make the /proc support a target-struct in its own right. | John Gilmore | 5 | -81/+551 |
1992-09-26 | * putenv.c: index -> strchr. | John Gilmore | 4 | -14/+18 |
1992-09-26 | Add inftarg.o and fork-child.o to all *.mh that reference infptrace.o. | John Gilmore | 46 | -46/+45 |
1992-09-26 | * Makefile.in: Remove inftarg.[co], since it is now included via | John Gilmore | 4 | -406/+391 |
1992-09-26 | Lint | John Gilmore | 1 | -0/+1 |
1992-09-26 | Split non-target-dependent code out of target_attach routines. | John Gilmore | 8 | -320/+52 |
1992-09-26 | * infrun.c, inftarg.c, inferior.h: Comment and lint cleanups. | John Gilmore | 4 | -18/+20 |
1992-09-26 | Update patches to current version of devo. | Stu Grossman | 1 | -174/+141 |
1992-09-25 | * tm-sparc.h, dbxread.c (read_ofile_symtab): Install Jim Wilson's | Stu Grossman | 3 | -26/+40 |
1992-09-25 | * remote.c (remote_wait): Make regs be char to avoid picayune | Stu Grossman | 3 | -49/+86 |
1992-09-25 | * inftarg.c (child_create_inferior, child_attach, | K. Richard Pixley | 4 | -304/+352 |
1992-09-25 | * xcoffexec.c (exec_ops): child_attach and child_create_inferior | K. Richard Pixley | 2 | -3/+13 |
1992-09-25 | use _filtered routines for printing so symbolic addresses show up in the righ... | Ken Raeburn | 1 | -46/+46 |
1992-09-25 | keep corelow.c | K. Richard Pixley | 1 | -0/+1 |
1992-09-25 | Separate core functions along target vector in preparation for | K. Richard Pixley | 3 | -244/+292 |
1992-09-23 | * m68k-tdep.c (m68k_saved_pc_after_call): Use 'GDB_TARGET_IS_SUN3' | Stu Grossman | 1 | -0/+6 |
1992-09-22 | fix repeated ext_format_i960 local decls so sun4 cc accepts it | Ken Raeburn | 1 | -4/+2 |
1992-09-22 | fix repeated ext_format_i960 local decls so sun4 cc accepts it | Ken Raeburn | 1 | -0/+6 |
1992-09-22 | * mips-pinsn.c (print_insn_arg, case 'B'): Disassemble `break' | John Gilmore | 2 | -0/+10 |
1992-09-22 | Describe coding style of GDB. | John Gilmore | 1 | -0/+4 |
1992-09-22 | Break the thread of control that implies that a unix child | John Gilmore | 12 | -2/+39 |
1992-09-22 | Remove kill_inferior_fast, in favor of target_kill, which goes | John Gilmore | 6 | -66/+22 |
1992-09-22 | * infrun.c (_initialize_infrun): Alias `i handle' == `i signals'. | John Gilmore | 3 | -0/+20 |
1992-09-22 | Minor wording changes. | John Gilmore | 1 | -0/+4 |
1992-09-22 | Minor wording changes. | John Gilmore | 1 | -4/+4 |
1992-09-21 | Patches from WRS: | Ian Lance Taylor | 2 | -1/+39 |
1992-09-21 | tense test typo | K. Richard Pixley | 1 | -1/+1 |
1992-09-21 | fix typo | K. Richard Pixley | 1 | -1/+1 |
1992-09-21 | More conditional markup so HMS (Hitachi) can have the configuration | Roland Pesch | 6 | -61/+147 |
1992-09-20 | * main.c (main): Back out previous language setting changes. | Fred Fish | 2 | -9/+12 |
1992-09-19 | * main.c (main): Move code that sets initial language to | Fred Fish | 2 | -30/+34 |
1992-09-19 | * rs6000-tdep.c (push_dummy_frame, pop_dummy_frame): replace | John Gilmore | 2 | -4/+8 |
1992-09-19 | * configure.in: removed target_dependent line. | John Gilmore | 4 | -3/+8 |
1992-09-19 | comment changes | John Gilmore | 1 | -0/+4 |
1992-09-19 | Left out ChangeLog, oops | John Gilmore | 1 | -0/+6 |
1992-09-19 | * Makefile.in: Fix bug I introduced in merging Rich's change. | John Gilmore | 2 | -96/+173 |
1992-09-19 | * Makefile.in, configure.in: add support for files used only when | John Gilmore | 3 | -17/+40 |
1992-09-19 | * tm-sparc.h, xm-sparc.h: externs and macros relating to deferred | John Gilmore | 3 | -14/+20 |
1992-09-19 | * Makefile.in (gdb-all.texi): Build in objdir, not $srcdir. | John Gilmore | 2 | -1/+3 |
1992-09-19 | * config/decstation.mh: Add MMALLOC_LIB and MMALLOC_DISABLE | John Gilmore | 2 | -0/+11 |
1992-09-18 | Patched a couple of minor bugs in UDI support. These have been sent | Ian Lance Taylor | 1 | -1/+1 |
1992-09-18 | Remove convert_{to,from}_virtual members from target structs. | John Gilmore | 13 | -29/+28 |
1992-09-18 | * target.h (struct target_ops): removed to_convert_to_virtual and | John Gilmore | 4 | -95/+88 |
1992-09-18 | * main.c (gdb_readline): Avoid printf_filtered, which sets char | John Gilmore | 2 | -1/+8 |
1992-09-18 | Support for accessing arbitrary MIPS stack frames in memory. | John Gilmore | 3 | -0/+58 |
1992-09-18 | * tm-rs6000.h (AIX_BUGGY_PTRACE_CALL): Zap, we think we fixed it. | John Gilmore | 3 | -19/+7 |
1992-09-18 | Preliminary cleanup for splitting host/native/target. | John Gilmore | 3 | -12/+19 |
1992-09-18 | * Makefile.in (update-depend, update-alldeps): Split out of | John Gilmore | 2 | -11/+29 |
1992-09-17 | Improve release doc slightly. | John Gilmore | 2 | -3/+8 |
1992-09-17 | * copying.awk, copying.c (show_copying_command, | John Gilmore | 1 | -0/+4 |