aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1991-08-17DocumentationSteve Chamberlain8-292/+522
1991-08-17Initial revisionSteve Chamberlain13-0/+275
1991-08-17Doc changesSteve Chamberlain1-36/+32
1991-08-17Documentation changesSteve Chamberlain1-473/+942
1991-08-17Initial revisionSteve Chamberlain3-0/+18
1991-08-16Allow yacc to be passed in as BISON.K. Richard Pixley1-4/+4
1991-08-16Mostly just formatting and comments.K. Richard Pixley1-19/+43
1991-08-16 * main.c: Remove unused terminating_signals and catch_termination().John Gilmore2-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-15added spaces after ,a annuls and ,N ,T bpred bits.K. Richard Pixley1-36/+36
1991-08-15Corrected relocation overflow checks.K. Richard Pixley1-3/+3
1991-08-15Abort()'s become as_fatal()'s.K. Richard Pixley3-46/+35
1991-08-14Die on missing host fragments, let missing target fragments pass.K. Richard Pixley1-0/+20
1991-08-14Added fatal checks for missing host and target makefile fragments.K. Richard Pixley2-26/+76
1991-08-14*** empty log message ***John Gilmore1-1/+1
1991-08-14Deal with emulations more gracefully.K. Richard Pixley2-31/+63
1991-08-14* no more relocation_info structures. We now squirt directly fromK. Richard Pixley6-254/+320
fixS's. * i960-bout and i960-coff "tested" against their predecessors.
1991-08-14Add ignored target argument to child_xfer_memory.John Gilmore1-7/+8
1991-08-14 * source.c: #if defined => #ifdef.John Gilmore3-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 routineJohn Gilmore1-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 Gilmore3-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 whoseJohn Gilmore3-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): MoveJohn Gilmore1-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 byJohn Gilmore3-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-13as.texinfo: commented out @group definitions, since recent vns ofRoland Pesch2-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-13Initial revisionRoland Pesch4-0/+91
1991-08-13Correct for a deficiency in sun make.K. Richard Pixley1-1/+2
1991-08-12Changed the script rule from "mkscript" to "./mkscript".K. Richard Pixley1-5/+5
1991-08-08Fixed bug where stringtable size wasn't being swapped.Steve Chamberlain1-63/+98
1991-08-07 +forcesubdirs -> +subdirsK. Richard Pixley1-6/+6
1991-08-07+forcesubdirs -> +subdirsK. Richard Pixley1-17/+23
1991-08-07Add in Rich's changes for three-stage builds.John Gilmore1-47/+54
1991-08-07Added make.K. Richard Pixley1-1/+1
1991-08-07Added AOUT_MACHTYPE definitions.K. Richard Pixley1-0/+2
1991-08-07Default rdl-apps.texinfo, for people who don't think to use theRoland Pesch1-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 targetsRoland Pesch1-0/+2
1991-08-07*** empty log message ***Roland Pesch1-0/+8
1991-08-07Makefile: GDB documentation nos has its own MakefileRoland Pesch2-2/+111
.Sanitize: add Makefile; recognize renamed refcard.tex (formerly gdbrc.tex) gdbint.texinfo: add markup in "Cleanups" chapter
1991-08-06N_INDR movementSteve Chamberlain3-7/+3
now in a.out.gnu.h and aout64.h, not in stab.def
1991-08-06Patches to fix bugs reported by roland McGrathSteve Chamberlain3-50/+119
1991-08-06*** empty log message ***Steve Chamberlain1-1/+2
1991-08-06Correcting a prototype for gcc.K. Richard Pixley1-1/+1
1991-08-06revised option parsing.K. Richard Pixley1-12/+14
1991-08-06Host-level GNUmakefiles.K. Richard Pixley7-255/+373
1991-08-06Added -S option for 3com. Asks that jbsr always resolve to jsr.K. Richard Pixley1-30/+35
1991-08-06Fixing CONST declarations.K. Richard Pixley1-3/+10
1991-08-05*** empty log message ***K. Richard Pixley1-3/+6
1991-08-05*** empty log message ***K. Richard Pixley1-78/+126
1991-08-03Only read the right number of bytes in reading basetypes, so we don'tJohn Gilmore2-1/+5
overrun malloc.
1991-08-02Added (sun?) instructions so that gas can assemble a sun cc producedK. Richard Pixley1-0/+8
gnulib1.s.
1991-08-02remove emacs, move gdb to after the compilation tools.K. Richard Pixley1-1/+1