aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
1991-08-01Pass Make flags down to lower level when building tar file.John Gilmore1-4/+4
1991-08-01For final (?) 3.98 releaseJohn Gilmore1-113/+295
1991-08-01Surrounded table of renamed commands (version within @ifinfo) withRoland Pesch1-29/+31
@example/@end example. Without this it formatted fine by texinfo-format-buffer in Emacs, but makeinfo insisted on paragraphing it! Also removed "gdb/" from in front of one instance of libiberty...
1991-07-31Handle gdb-all.texinfo properly when M4 doesn't exist or crashesJohn Gilmore1-1/+4
1991-07-31*** empty log message ***Roland Pesch1-0/+24
1991-07-31 Last cleanups for release 3.98:Roland Pesch1-102/+296
Minor typo and formatting fixes; incorporated most fixes remaining from filed mail commenting on earlier drafts. Added warnings: pipes don't work in run command; conditions are converse of assertions; step over fn without debug info goes to next fn; vars may have "wrong" values near fn entrance, exit Added example from Kingston on printing repeated nonadjacent values Added explicit mention that in Emacs gdb mode C-c and C-z are like shell mode for signals Improved installation directions in appendix, added manual formatting instructions Renamed "Stepping and Continuing" to "Continuing and Stepping" so it doesn't sound so much like its parent "Stopping and Continuing"; also moved entries on continue to top of section, so they don't get lost.
1991-07-31Update for 3.98 release.John Gilmore4-88/+38
1991-07-31Set file permissions the same for everyone before making tar file.John Gilmore1-0/+1
(This clobbers the files' existing permissions.)
1991-07-31Move building and configuring stuff from .Sanitize to "make gdb.tar.Z".John Gilmore2-13/+3
1991-07-31Remove config.gdb. Restore alldeps.mak, depend, and expread.tab.cJohn Gilmore4-283/+275
to the RCS archives. Update .Sanitize for this.
1991-07-31Update for gdb-3.98.John Gilmore1-3/+7
1991-07-31Tighten up for gdb-3.98 release.John Gilmore3-63/+84
1991-07-29Updated list of files to keep to reflect reintegration of most fragmentsRoland Pesch1-24/+7
into gdb.texinfo.
1991-07-29*** empty log message ***Roland Pesch1-0/+8
1991-07-29Fixed a variety of small typos that prevented info from formatting cleanly;Roland Pesch1-13/+13
altered too-long heading for GPL Appendix, as discussed w/RMS; Changed date on cover to July 91.
1991-07-27*** empty log message ***Roland Pesch1-0/+12
1991-07-27(1) Applied some fixes due to comments from Larry Breed (easier onesRoland Pesch1-270/+392
through chapsec 5.2) (2) Eliminated use of @footnote---had my doubts about it anyways, and it's broken in latest texinfo (3) Introduced *some* use of [] for optional arguments, where explanation is not simpler by listing cmd w arg and cmd w/out arg separately. Still not using @deffn. (4) Dropped in GPL-2. NOTE: one of GPL-2 or texinfo is broken; a couple of headings are too long. Need patches to texinfo or revision to GPL-2.
1991-07-26Partial update to README for new configure script and newRoland Pesch2-51/+106
documentation make targets.
1991-07-25(1) Re-incorporated former M4 fragments into this file; GNU m4 >=0.84Roland Pesch1-25/+6001
no longer crashes on long docs. (2) Included some improvements based on Larry Breed's comments.
1991-07-24Another bugfix (NS32K_SVC_IMMED_OPERANDS) from Rune Nerg}rd.John Gilmore1-1/+1
1991-07-24Bugfix from Rune Nerg}rd to "sfsr" opcode.John Gilmore1-1/+1
1991-07-24*** empty log message ***Roland Pesch1-0/+76
1991-07-24Turned $Id: from m4 comment into texinfo comment, allowing fragmentRoland Pesch12-12/+12
boundaries to be recognized in post-m4 texinfo source.
1991-07-241) turned $Id: from m4 into texinfo commentRoland Pesch4-12/+12
2) disabled @group where no longer supported by texinfo.tex
1991-07-241) moved author email addresses and manual version info back onto copyrightRoland Pesch2-10/+155
page (had crept onto front of title page w/ other stuff migrating between gdb.texinfo and gdb.top-m4). 2) gdb.top-m4: added Detailed Node Listing to main menu. made $Id: for fragment into texinfo comment.
1991-07-24Fix braces in example (@{ @} not {}), spotted by makeinfo.Roland Pesch1-4/+4
Allow fragment's $Id: to be texinfo comment.
1991-07-241) Added conditionals around node structure, giving clean nodes for eitherRoland Pesch1-2/+7
generic or cross-debugging manual. 2) Allowed $Id: to be texinfo comment.
1991-07-241) Added conditional markup around node transitions, so node structure correctRoland Pesch1-6/+20
for either generic manual (material near back, in "targets"), or for special cross-debugging manuals (material near front, in "invocation"). 2) Allowed $Id: tag to appear as texinfo comment.
1991-07-24Tried allowing $Id: to appear in final output, but it confuses makeinfoRoland Pesch1-1/+1
(the texinfo comment appears inside a menu). Revisit someday.
1991-07-241) "dots{}" -> "@dots{}" (spotted by makeinfo)Roland Pesch1-2/+2
2) $Id: tag appears in post-m4 text
1991-07-241) Inserted missing @end table/@table spotted by makeinfo;Roland Pesch1-3/+5
2) allowed $Id: tag to appear in post-M4 file by turning it into texinfo rather than m4 comment; 3) Disabled @group where no longer supported by texinfo
1991-07-24Enabled target gdb.infoRoland Pesch1-4/+4
1991-07-24Added call to "make info", to generate:Roland Pesch1-0/+2
-- gdb-all.texinfo (texinfo source after M4 processing) -- gdb.info (file compiled by makeinfo from texinfo-2 release)
1991-07-21 Mostly MIPS symbol-reading and general symbol-reading fixups.John Gilmore4-135/+154
1991-07-21Add information about the symbol-reading interface.John Gilmore1-4/+129
1991-07-19Make mipsread.c handle static symbols, both in psymtabs and symtabs.John Gilmore2-83/+217
1991-07-19Eliminate LOC_EXTERNAL. Improve select_source_symtab. Bug fixes.John Gilmore4-28/+21
1991-07-14 * findvar.c (find_var_value): Handle &function better.John Gilmore5-36/+79
* TODO: Document work needed on &fn and &array. * printcmd.c (print_address_symbolic): New arg is the prefix to print if a name is printed. (print_address_demangle): Honor "set print address" now. Use new arg above to improve spacing of output. * valprint.c (val_print): When printing function pointers, print symbolic form too. * breakpoint.c (breakpoint_1): Use new print_address_symbolic.
1991-07-09 * core.c (memory_error): Reword error msg to mislead less.John Gilmore4-37/+67
* mips-pinsn.c (print_insn_arg 'd'): Print $ with reg name. * mipsread.c (read_mips_symtab, read_the_mips_symtab, parse_partial_symbols): Use newer BFD internals (external_filehdr and external_aouthdr), byte-swap the fields that we care about before using them, and make the file header data local to read_the_mips_symtab rather than global.
1991-07-07*** empty log message ***John Gilmore1-0/+3
1991-07-07Bugfix from Rune Nerg}rd <runene@ifi.uio.no> on 5 Jul 1991 17:33:45 +0200,John Gilmore1-2/+2
fixing opcodes movmw, movmd.
1991-07-06 * main.c (command_line_input): Flush stdout and stderrJohn Gilmore1-0/+7
before every call to readline. This reportedly fixes a bug that comes up in Sys V running emacs-gdb and/or xxgdb, when stdin/out are pipes or sockets.
1991-07-06Fix bug in configure when iterating targets.John Gilmore1-14/+10
Depend on alldeps.mak, not ${srcdir}/alldeps.mak, so it can be found in either spot.
1991-07-05Thu Jul 4 14:47:06 1991 John Gilmore (gnu at cygint.cygnus.com)John Gilmore5-34/+79
* configure.in, Makefile.in: Avoid rebuilding "depend" as much. Avoid declaring Makefile dependencies, because GNU Make stupidly tries to update it if we do. * coffread.c: Revise for minor changes to bfd internal coff indexes. * configure: If -template= is given a relative path, make it absolute before recurring in subdirectories.
1991-07-04 * Add dec3100 as equivalent to littlemips. Indicate in all host &John Gilmore42-42/+49
target config files that they are for the host. When the lines get copied into the Makefile, this makes it more obvious what's up.
1991-07-04Initial revisionJohn Gilmore2-0/+6
1991-07-04Add dec3100 as equivalent to littlemips.John Gilmore36-36/+36
Indicate in all host config files that they are for the host. When the lines get copied into the Makefile, this makes it more obvious what's up.
1991-07-04Make gdb work with configure. Only thing that doesn't work is the -listJohn Gilmore4-117/+162
option (as far as I know).
1991-06-25 * sparc-opcode.h (trap opcodes): Avoid leading spaces orJohn Gilmore2-21/+55
tabs, which end up in the disassembler output inadvertently.
1991-06-07Reverse entropy. Inhale bit rot, exahle graceful compilation.John Gilmore3-189/+211