Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-08-17 | Documentation | Steve Chamberlain | 8 | -292/+522 | |
1991-08-17 | Initial revision | Steve Chamberlain | 13 | -0/+275 | |
1991-08-17 | Doc changes | Steve Chamberlain | 1 | -36/+32 | |
1991-08-17 | Documentation changes | Steve Chamberlain | 1 | -473/+942 | |
1991-08-17 | Initial revision | Steve Chamberlain | 3 | -0/+18 | |
1991-08-16 | Allow yacc to be passed in as BISON. | K. Richard Pixley | 1 | -4/+4 | |
1991-08-16 | Mostly just formatting and comments. | K. Richard Pixley | 1 | -19/+43 | |
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-15 | added spaces after ,a annuls and ,N ,T bpred bits. | K. Richard Pixley | 1 | -36/+36 | |
1991-08-15 | Corrected relocation overflow checks. | K. Richard Pixley | 1 | -3/+3 | |
1991-08-15 | Abort()'s become as_fatal()'s. | K. Richard Pixley | 3 | -46/+35 | |
1991-08-14 | Die on missing host fragments, let missing target fragments pass. | K. Richard Pixley | 1 | -0/+20 | |
1991-08-14 | Added fatal checks for missing host and target makefile fragments. | K. Richard Pixley | 2 | -26/+76 | |
1991-08-14 | *** empty log message *** | John Gilmore | 1 | -1/+1 | |
1991-08-14 | Deal with emulations more gracefully. | K. Richard Pixley | 2 | -31/+63 | |
1991-08-14 | * no more relocation_info structures. We now squirt directly from | K. Richard Pixley | 6 | -254/+320 | |
fixS's. * i960-bout and i960-coff "tested" against their predecessors. | |||||
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. | |||||
1991-08-14 | * core.c (core_open, core_close, core_xfer_memory): Move | John Gilmore | 1 | -53/+27 | |
section table pointers and bfd* into the target_ops. (core_open): Allow errors in shared lib reading, etc. (core_files_info): Describe shared library sections. * exec.c (exec_open, exec_close, exec_xfer_memory, xfer_memory, exec_files_info, set_section_command): Move section table pointers and bfd* into the target_ops. (add_to_section_table): Add BFD to section table. * target.c (target_xfer_memory, target_info): Pass target to xfer_memory and target_info functions. * target.h: '' * gdbcore.h: Move struct section_table. * target.h: New home of struct section_table. | |||||
1991-08-14 | * blockframe.c (frameless_look_for_prologue): Speed up by | John Gilmore | 3 | -27/+49 | |
calling SKIP_PROLOGUE_FRAMELESS_P if it's defined. * tm-sparc.h (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P): Define two variants, one faster. * sparc-tdep.c (sparc_frame_chain): Use target_read_memory and return zero, rather than giving an error. (setup_arbitrary_frame): Initialize the PC in the new frame. (skip_prologue): Add a second arg saying whether we're just checking for a frameless function or not. | |||||
1991-08-13 | as.texinfo: commented out @group definitions, since recent vns of | Roland Pesch | 2 | -12/+42 | |
texinfo restrict to limited usefulness. *.m4: updated to match GDB .m4's Makefile: default target `all', automate m4 preprocessing etc. All: added CVS/RCS Id: tag. | |||||
1991-08-13 | Initial revision | Roland Pesch | 4 | -0/+91 | |
1991-08-13 | Correct for a deficiency in sun make. | K. Richard Pixley | 1 | -1/+2 | |
1991-08-12 | Changed the script rule from "mkscript" to "./mkscript". | K. Richard Pixley | 1 | -5/+5 | |
1991-08-08 | Fixed bug where stringtable size wasn't being swapped. | Steve Chamberlain | 1 | -63/+98 | |
1991-08-07 | +forcesubdirs -> +subdirs | K. Richard Pixley | 1 | -6/+6 | |
1991-08-07 | +forcesubdirs -> +subdirs | K. Richard Pixley | 1 | -17/+23 | |
1991-08-07 | Add in Rich's changes for three-stage builds. | John Gilmore | 1 | -47/+54 | |
1991-08-07 | Added make. | K. Richard Pixley | 1 | -1/+1 | |
1991-08-07 | Added AOUT_MACHTYPE definitions. | K. Richard Pixley | 1 | -0/+2 | |
1991-08-07 | Default rdl-apps.texinfo, for people who don't think to use the | Roland Pesch | 1 | -0/+2 | |
Makefile; this one will work if this dir is in the default relative position to the readline directory in the GNU libraries-and-includes distribution. | |||||
1991-08-07 | * Makefile: use doc/Makefile for doc targets | Roland Pesch | 1 | -0/+2 | |
1991-08-07 | *** empty log message *** | Roland Pesch | 1 | -0/+8 | |
1991-08-07 | Makefile: GDB documentation nos has its own Makefile | Roland Pesch | 2 | -2/+111 | |
.Sanitize: add Makefile; recognize renamed refcard.tex (formerly gdbrc.tex) gdbint.texinfo: add markup in "Cleanups" chapter | |||||
1991-08-06 | N_INDR movement | Steve Chamberlain | 3 | -7/+3 | |
now in a.out.gnu.h and aout64.h, not in stab.def | |||||
1991-08-06 | Patches to fix bugs reported by roland McGrath | Steve Chamberlain | 3 | -50/+119 | |
1991-08-06 | *** empty log message *** | Steve Chamberlain | 1 | -1/+2 | |
1991-08-06 | Correcting a prototype for gcc. | K. Richard Pixley | 1 | -1/+1 | |
1991-08-06 | revised option parsing. | K. Richard Pixley | 1 | -12/+14 | |
1991-08-06 | Host-level GNUmakefiles. | K. Richard Pixley | 7 | -255/+373 | |
1991-08-06 | Added -S option for 3com. Asks that jbsr always resolve to jsr. | K. Richard Pixley | 1 | -30/+35 | |
1991-08-06 | Fixing CONST declarations. | K. Richard Pixley | 1 | -3/+10 | |
1991-08-05 | *** empty log message *** | K. Richard Pixley | 1 | -3/+6 | |
1991-08-05 | *** empty log message *** | K. Richard Pixley | 1 | -78/+126 | |
1991-08-03 | Only read the right number of bytes in reading basetypes, so we don't | John Gilmore | 2 | -1/+5 | |
overrun malloc. | |||||
1991-08-02 | Added (sun?) instructions so that gas can assemble a sun cc produced | K. Richard Pixley | 1 | -0/+8 | |
gnulib1.s. | |||||
1991-08-02 | remove emacs, move gdb to after the compilation tools. | K. Richard Pixley | 1 | -1/+1 | |