aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
1991-08-24Update README.John Gilmore1-146/+269
1991-08-23Add noneJohn Gilmore1-1/+1
1991-08-23*** empty log message ***Roland Pesch1-0/+3
1991-08-23Add info about porting to new hosts and targets.John Gilmore1-24/+140
1991-08-23 * Makefile.in: generate "gdb-all.texi" rather than "gdb-all.texinfo"Roland Pesch2-4/+7
1991-08-23generate "gdb-all.texi" rather than "gdb-all.texinfo"Roland Pesch1-9/+9
1991-08-23*** empty log message ***Roland Pesch1-2/+2
1991-08-23add email address for bugs and additions.K. Richard Pixley1-0/+3
1991-08-23Reflect name change (doc/rdl-apps.texi)Roland Pesch2-4/+9
1991-08-23 * rdl-apps.texi: renamed from rdl-apps.texinfoRoland Pesch2-9/+14
* Makefile, .Sanitize, gdb.texinfo: reflect above name change
1991-08-23Minor vintage gcc lints.K. Richard Pixley2-0/+4
1991-08-23 * WHATS.NEW: correct pointer to refcard.Roland Pesch2-1/+10
1991-08-23 * doc/gdb.texinfo: update New Features, InstallingRoland Pesch1-42/+149
* doc/gdbint.texinfo: add short description of configure +template
1991-08-23 * GDB-4.0 release!John Gilmore2-1/+8
* Makefile.in (VERSION): Roll to 4.0. (gdb.tar.Z): Make refcard.ps as well, for shipment.
1991-08-23note doc/gdb.texinfo changed.Roland Pesch1-0/+4
1991-08-23Fix Makefile.in to build 4.0 rel.John Gilmore2-2/+13
1991-08-23saberStu Grossman1-0/+4
1991-08-23Minor config polish.K. Richard Pixley2-265/+330
1991-08-23Document ChangeLog catchup.Roland Pesch1-1/+7
1991-08-23*** empty log message ***Roland Pesch1-1/+1
1991-08-22 * doc/refcard.tex: permuted Essential Commands secRoland Pesch1-0/+2
1991-08-22Record new C++ chapter in gdb.texinfoRoland Pesch1-0/+4
1991-08-22lintStu Grossman1-0/+17
1991-08-22lintStu Grossman4-56/+58
1991-08-22lintStu Grossman1-0/+1
1991-08-22Add config.subJohn Gilmore1-0/+1
1991-08-22Update for gdb-4.0.John Gilmore1-5/+5
1991-08-22Keep rdl-apps.texinfo for users who don't read the doc on how to build the doc.John Gilmore1-1/+5
1991-08-22Make "make clean" work in subdirs.John Gilmore1-1/+1
1991-08-22Handle HP300bsd.John Gilmore1-0/+1
1991-08-22Three part names, etc.K. Richard Pixley2-9/+489
1991-08-22Add m68k-tdep.o.John Gilmore1-1/+1
1991-08-22HP 300 BSD port for machines at FSF. Also minor mips change.John Gilmore8-25/+43
1991-08-21Roll version to 3.98.2.John Gilmore1-1/+1
1991-08-20Remove warnings about system assembler for sunos4.John Gilmore1-0/+4
1991-08-20Remove warnings about system assembler.John Gilmore4-20/+0
1991-08-20revisiting error messagesK. Richard Pixley1-50/+97
1991-08-20* mcheck.c: Avoid warning about undeclared abort fn.John Gilmore5-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-19BSD Net2 changes, and misc other fixes.John Gilmore1-0/+34
1991-08-19* breakpoint.c (bpstat_do_actions): Use a cleanup to restoreJohn Gilmore2-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-19Minor bug fixes from BSD Net2 gdb:John Gilmore4-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-19Describe C++ fixes.Michael Tiemann1-0/+5
1991-08-19Fixed two C++ related bugs.Michael Tiemann1-53/+48
1991-08-16Allow yacc to be passed in as BISON.K. Richard Pixley1-4/+4
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-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.