Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-08-24 | Update README. | John Gilmore | 1 | -146/+269 | |
1991-08-23 | Add none | John Gilmore | 1 | -1/+1 | |
1991-08-23 | *** empty log message *** | Roland Pesch | 1 | -0/+3 | |
1991-08-23 | Add info about porting to new hosts and targets. | John Gilmore | 1 | -24/+140 | |
1991-08-23 | * Makefile.in: generate "gdb-all.texi" rather than "gdb-all.texinfo" | Roland Pesch | 2 | -4/+7 | |
1991-08-23 | generate "gdb-all.texi" rather than "gdb-all.texinfo" | Roland Pesch | 1 | -9/+9 | |
1991-08-23 | *** empty log message *** | Roland Pesch | 1 | -2/+2 | |
1991-08-23 | add email address for bugs and additions. | K. Richard Pixley | 1 | -0/+3 | |
1991-08-23 | Reflect name change (doc/rdl-apps.texi) | Roland Pesch | 2 | -4/+9 | |
1991-08-23 | * rdl-apps.texi: renamed from rdl-apps.texinfo | Roland Pesch | 2 | -9/+14 | |
* Makefile, .Sanitize, gdb.texinfo: reflect above name change | |||||
1991-08-23 | Minor vintage gcc lints. | K. Richard Pixley | 2 | -0/+4 | |
1991-08-23 | * WHATS.NEW: correct pointer to refcard. | Roland Pesch | 2 | -1/+10 | |
1991-08-23 | * doc/gdb.texinfo: update New Features, Installing | Roland Pesch | 1 | -42/+149 | |
* doc/gdbint.texinfo: add short description of configure +template | |||||
1991-08-23 | * GDB-4.0 release! | John Gilmore | 2 | -1/+8 | |
* Makefile.in (VERSION): Roll to 4.0. (gdb.tar.Z): Make refcard.ps as well, for shipment. | |||||
1991-08-23 | note doc/gdb.texinfo changed. | Roland Pesch | 1 | -0/+4 | |
1991-08-23 | Fix Makefile.in to build 4.0 rel. | John Gilmore | 2 | -2/+13 | |
1991-08-23 | saber | Stu Grossman | 1 | -0/+4 | |
1991-08-23 | Minor config polish. | K. Richard Pixley | 2 | -265/+330 | |
1991-08-23 | Document ChangeLog catchup. | Roland Pesch | 1 | -1/+7 | |
1991-08-23 | *** empty log message *** | Roland Pesch | 1 | -1/+1 | |
1991-08-22 | * doc/refcard.tex: permuted Essential Commands sec | Roland Pesch | 1 | -0/+2 | |
1991-08-22 | Record new C++ chapter in gdb.texinfo | Roland Pesch | 1 | -0/+4 | |
1991-08-22 | lint | Stu Grossman | 1 | -0/+17 | |
1991-08-22 | lint | Stu Grossman | 4 | -56/+58 | |
1991-08-22 | lint | Stu Grossman | 1 | -0/+1 | |
1991-08-22 | Add config.sub | John Gilmore | 1 | -0/+1 | |
1991-08-22 | Update for gdb-4.0. | John Gilmore | 1 | -5/+5 | |
1991-08-22 | Keep rdl-apps.texinfo for users who don't read the doc on how to build the doc. | John Gilmore | 1 | -1/+5 | |
1991-08-22 | Make "make clean" work in subdirs. | John Gilmore | 1 | -1/+1 | |
1991-08-22 | Handle HP300bsd. | John Gilmore | 1 | -0/+1 | |
1991-08-22 | Three part names, etc. | K. Richard Pixley | 2 | -9/+489 | |
1991-08-22 | Add m68k-tdep.o. | John Gilmore | 1 | -1/+1 | |
1991-08-22 | HP 300 BSD port for machines at FSF. Also minor mips change. | John Gilmore | 8 | -25/+43 | |
1991-08-21 | Roll version to 3.98.2. | John Gilmore | 1 | -1/+1 | |
1991-08-20 | Remove warnings about system assembler for sunos4. | John Gilmore | 1 | -0/+4 | |
1991-08-20 | Remove warnings about system assembler. | John Gilmore | 4 | -20/+0 | |
1991-08-20 | revisiting error messages | K. Richard Pixley | 1 | -50/+97 | |
1991-08-20 | * mcheck.c: Avoid warning about undeclared abort fn. | John Gilmore | 5 | -6/+40 | |
* tm-sparc.h (PC_ADJUST): Avoid calling error() from this; it causes recursive calls to error() when used in cleanups. To do so requires that we make it a function, so we do. * sparc-tdep.c (sparc_pc_adjust): New implem of PC_ADJUST. * utils.c (do_cleanups): Remove the current cleanup from the chain *before* calling it, in case error() is called from it. The result won't be pretty, but won't be an infinite loop either. | |||||
1991-08-19 | BSD Net2 changes, and misc other fixes. | John Gilmore | 1 | -0/+34 | |
1991-08-19 | * breakpoint.c (bpstat_do_actions): Use a cleanup to restore | John Gilmore | 2 | -5/+18 | |
executing_breakpoint_commands if we are interrupted by error. * coffread.c (init_lineno): Avoid problem with zero-sized linetab versus malloc/free. From: john@labtam.labtam.oz.au (John Carey). * core.c (solib_add_stub, core_open): Call SOLIB_ADD inside a catch_errors() so we can setup the frame regardless of whether the shared libs work. * ieee-float.c (double_to_ieee_extended): Get exponent from right place in little-endian systems. From John Carey. | |||||
1991-08-19 | Minor bug fixes from BSD Net2 gdb: | John Gilmore | 4 | -12/+17 | |
* blockframe.c (get_prev_frame_info): If FRAME_CHAIN_COMBINE returns 0, there is no previous frame. * breakpoint.c (commands_command): If !from_tty, don't call input_from_terminal_p(). * dbxread.c (record_misc_function): Speed up slightly. (compare_psymbols): Ditto. * infcmd.c (do_registers_info): Take a second argument to determine whether to print float registers. "info registers" does not do so anymore. "info all-registers" does, now. * mips-tdep.c, pyr-tdep.c (xxx_do_registers_info): Take second arg and ignore it. * tm-mips.h, tm-pyr.h (DO_REGISTERS_INFO): Pass second arg. * inflow.c (initialize_inflow): Set tflags_ours correctly. | |||||
1991-08-19 | Describe C++ fixes. | Michael Tiemann | 1 | -0/+5 | |
1991-08-19 | Fixed two C++ related bugs. | Michael Tiemann | 1 | -53/+48 | |
1991-08-16 | Allow yacc to be passed in as BISON. | K. Richard Pixley | 1 | -4/+4 | |
1991-08-16 | * main.c: Remove unused terminating_signals and catch_termination(). | John Gilmore | 2 | -8/+27 | |
(long_options): Terminate with a zero element. [Bugfix from Atsuo Kawaguchi <atsuo@hark86.harl.hitachi.co.jp>.] (gdb_readline): Make call-compatible with readline. (init_signals): Improve comments re vfork vs. signal. * utils.c (prompt_for_continue): Use new gdb_readline(). If we prompt for continuation, we don't let CR repeat the previous command, once we get back to a prompt. It's too easy to keep hitting CR, expecting "--more--" prompts, and have some long command start repeating on you. | |||||
1991-08-14 | Add ignored target argument to child_xfer_memory. | John Gilmore | 1 | -7/+8 | |
1991-08-14 | * source.c: #if defined => #ifdef. | John Gilmore | 3 | -45/+143 | |
* main.c (main): Only try to attach "corefile" argument if it starts with a digit. | |||||
1991-08-14 | * inflow.c (new_tty_prefork, new_tty): New prefork routine | John Gilmore | 1 | -17/+26 | |
modifies static state in the parent process; new_tty itself runs in the child and modifies the child's file descriptors to match the saved static state. * infrun.c (child_create_inferior): Call new_tty_prefork, fork, then new_tty. | |||||
1991-08-14 | * core.c, exec.c, inftarg.c, remote-eb.c, remote-nindy.c, | John Gilmore | 3 | -10/+15 | |
remote-vx.c, remote.c, target.c, target.h: Remove add_syms vector from target_ops. It's the same on all targets. Add two section pointers to target_ops. | |||||
1991-08-14 | * solib.c (solib_add): New argument is the target_ops whose | John Gilmore | 3 | -9/+13 | |
section list is to be added to, if any. Reallocate the sections in that target to add any that come from shared libs. (throughout) so_sections renamed to sections. (solib_xfer_memory): Deleted. * tm-sunos.h (SOLIB_ADD): Add target argument. (SOLIB_XFER_MEMORY): Delete. * xm-sun3os4.h, xm-sun4os4.h: Define BROKEN_LARGE_ALLOCA, and add comment explaining shared library screw. |