Age | Commit message (Expand) | Author | Files | Lines |
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 |
1992-09-17 | * utils.c (prompt_for_continue): Reinitialize more-counts | John Gilmore | 3 | -21/+33 |
1992-09-17 | * m68k-tdep.c (sun3_saved_pc_after_call): Only do trap check for | Stu Grossman | 4 | -16/+79 |
1992-09-15 | Keep h8.m4 now. | Roland Pesch | 1 | -0/+1 |
1992-09-15 | Add missing utils.c patches. | Stu Grossman | 1 | -2/+87 |
1992-09-15 | Don't use prototypes for vfprintf_filtered(). Someday we'll get prototypes of | Stu Grossman | 1 | -1/+3 |
1992-09-15 | All new patches for Energize! | Stu Grossman | 1 | -237/+191 |
1992-09-15 | * energize.c (pty_to_kernel): Must check for EAGAIN as | Stu Grossman | 2 | -43/+126 |
1992-09-15 | * procfs.c (proc_wait): Call print_sys_errmsg() if we get an | Stu Grossman | 2 | -0/+4 |
1992-09-15 | * breakpoint.c, core.c, exec.c, language.c, main.c, printcmd.c, | Stu Grossman | 10 | -125/+209 |
1992-09-15 | Oops! Retract last change. Didn't mean to pollute things with energize just | Stu Grossman | 2 | -34/+13 |