aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
1991-06-25 * sparc-opcode.h (trap opcodes): Avoid leading spaces orJohn Gilmore1-0/+32
tabs, which end up in the disassembler output inadvertently.
1991-05-23 * Makefile.dist, doc/gdb.texinfo, doc/*-m4.texinfo: split up GDBRoland Pesch1-0/+9
docn into separate sections---basically chapters, plus two loose pieces that can be configured to go in different places. This allows GNU m4 to preprocess the manual without coredumping. * Makefile.dist: tell TeX where to find texinfo.
1991-05-20 * Makefile.dist, doc/gdb.texinfo: respectively create, and use,Roland Pesch1-0/+11
the new target "rdl-apps.texinfo" which captures the Makefile variable that records where to find the Readline libraries.
1991-05-19Add rev #John Gilmore1-6/+6
1991-05-19update for releaseJohn Gilmore1-0/+7
1991-05-19Update from Rich's damage and try for a releasable directory.John Gilmore1-0/+24
Minor Bothner changes.
1991-05-17*** empty log message ***Roland Pesch1-0/+3
1991-05-17*** empty log message ***Roland Pesch1-0/+3
1991-05-17*** empty log message ***Roland Pesch1-0/+6
1991-05-17*** empty log message ***Roland Pesch1-0/+6
1991-05-16*** empty log message ***Roland Pesch1-1/+4
1991-05-16*** empty log message ***Roland Pesch1-2/+3
1991-05-16*** empty log message ***Roland Pesch1-0/+4
1991-05-15*** empty log message ***Roland Pesch1-0/+6
1991-05-15readline updateJohn Gilmore1-0/+7
1991-05-15Fix duplicated entry in ChangeLog.John Gilmore1-59/+1
1991-05-14 * Makefile.dist: put gdb.dvi stuff (updated to use M4 preprocessorRoland Pesch1-1/+9
stuff for config manual) here where it counts; updated to use new subdir structure (gdb/doc/). * Makefile: generated from above via config.gdb none before checkin
1991-05-14(1) removed "gdb.info*" files (just introduced) from CVS;Roland Pesch1-2/+3
(2) instead, * gdbint.texinfo: added instructions on generating gdb.info* files locally for release.
1991-05-14 * gdb.info*: added to distribution. These are ordinary infoRoland Pesch1-0/+14
files, formatted from gdb.texinfo (via gdb-all.texinfo, see Makefile)---but due to use of texinfo 2, can't count on makeinfo to generate these, so we distribute them already formatted. * gdb.texinfo: included full Info node and menu crud (as generated by C-u M-x texinfo-master-menu using the texinfo-2 elisp code). * Makefile: updated "gdb.dvi" target to use M4 preprocessor; put in comments-for-future gdb.info target (one day makeinfo will work again).
1991-05-14*** empty log message ***Roland Pesch1-0/+10
1991-05-13 * mipsread.c: Rather than keeping count of how many symtabsJohn Gilmore1-0/+12
and psymtabs we have, for sorting purposes, count them when we need to sort. This fixes bug in rereading of symbol tables.
1991-05-10*** empty log message ***Roland Pesch1-0/+4
1991-05-04Saber C (lint) cleanups, and a few bug fixes. See ChangeLog.John Gilmore1-0/+12
1991-05-04See ChangeLog.John Gilmore1-2/+11
1991-05-03*** empty log message ***Roland Pesch1-0/+5
1991-05-03*** empty log message ***Jim Kingdon1-0/+82
1991-05-03 Mips bringup and general cleanupJohn Gilmore1-0/+16
* cplus-dem.c: Move CPLUS_MARKER define to after defs.h. * infptrace.c (PT_WRITE_D, PT_READ_D): Use correct values. (This still doesn't seem to make MIPS bkpts work.) * mipsread.c: Remove dup "Reading symbol data..." msg. (symbol_file_command, add_file_command): Remove, obsol. * printcmd.c (ptype_command): Say "an enum" rather than "a enum". Wrap output appropriately. * stack.c (locals_info, catch_info, args_info): Check selected_frame rather than target_has_stack or coredumping. * valprint.c (type_print_varspec_suffix): Wrap "ptype" output of enums appropriately.
1991-05-02 * blockframe.c, breakpoint.c, core.c, command.c, findvar.c,Jim Kingdon1-1/+1
eval.c, expprint.c, infcmd.c, infrun.c, main.c, printcmd.c, remote.c, source.c, stack.c, dbxread.c, coffread.c, symfile.h, symfile.c, utils.c, valarith.c, values.c, valops.c, tm-68k.h, target.c, inftarg.c, ieee-float.c, environ.c, defs.h, command.h, inferior.h, gdbcore.h, symtab.h, expression.h, symtab.c, cplus-dem.c, value.h, expread.y, valprint.c, copying.awk, solib.c, inflow.c, symmisc.c : Lint. Use read_memory not read_memory_integer on CORE_ADDR's. Use {value_as,unpack}_pointer (added to values.c) not {value_as,unpack}_long on CORE_ADDR's. Use longest_to_int (added to defs.h) instead of cast to int. Remove from_tty arg to mod_path. Put symfile_bfd in {coff,dbx}read.c not symfile.h. Use OP_NULL instead of 0 where dummy enum exp_opcode needed.
1991-05-02 * signame.c: Include defs.h and param.h.Jim Kingdon1-0/+42
1991-04-30Tue Apr 30 13:13:33 1991 Michael Tiemann (tiemann at cygint.cygnus.com)Michael Tiemann1-0/+9
* valprint.c (type_print_base): If the type being printed is a struct containing undefined types, print "<undefine type>" as the type instead of crashing. * values.c (value_headof): Get the vtable pointer taking TYPE_VPTR_BASETYPE into account. * symtab.c, symtab.h, dbxread.c: Fix various whitespace splotches.
1991-04-30*** empty log message ***Jim Kingdon1-0/+11
1991-04-29 * infrun.c: Don't include sys/user.h and friends (wrong forJim Kingdon1-0/+11
cross-debugging and not necessary anymore (see IN_SIGTRAMP in xm-vax.h)). [SET_STACK_LIMIT_HUGE]: Include <sys/{resource,time}.h>. xm-tahoe.h: Don't define _DIRENT_. * xm-tahoe.h: Remove USE_OLD_TTY (not needed now that terminal.h includes sgtty.h before sys/ioctl.h).
1991-04-29 {x,t}m-tahoe.h, tahoe-pinsn.c, tahoe-opcode.h: New files.Jim Kingdon1-0/+10
1991-04-26 * tm-sparc.h: Add comments about gcc version 2 and structure passing.Jim Kingdon1-0/+2
1991-04-26*** empty log message ***Jim Kingdon1-0/+85
1991-04-24This is the last one I gave to Telebit, minus all the print_msg's.Jim Kingdon1-0/+2
1991-04-24 * WHATS.NEW: Remove mention of readline and more paging (in 3.5).Jim Kingdon1-0/+3
Try to keep command names up to date with renaming.
1991-04-24 * gmalloc.c [!HAVE_GETPAGESIZE]: Try to figure out the pagesize.Jim Kingdon1-0/+6
1991-04-24 * remote.c (getpkt): Don't set immediate_quit.Jim Kingdon1-0/+2
1991-04-24 * blockframe.c, frame.h (reinit_frame_cache): New function.Jim Kingdon1-0/+6
solib.c (solib_add), symfile.c ({,add_}symbol_file_command): Use it.
1991-04-24 * symtab.c (lookup_symbol): Add 3 more of those loops throughJim Kingdon1-0/+6
the symtabs which we all know and love: (1) Look in the STATIC_BLOCK for mangled symbols right after we check the blocks, (2, 3) Look in the STATIC_BLOCK for all the symtabs and psymtabs at the end.
1991-04-24 * main.c (cd_command): Call dont_repeat.Jim Kingdon1-0/+16
* dbxread.c (read_struct_type): If const/volatile character is missing, don't complain, just continue. * dbxread.c (read_struct_type): Only try to read the fcontext if it is there. Also change "error_type " to "return error_type ". values.c (value_virtual_fn_field): If there is no fcontext, then do things the way GDB 3.x did. valops.c (search_struct_method): Add type to value_virtual_fn_field arguments. * dbxread.c (read_struct_type): Fix typo: *pp != '\0' -> **pp != '\0'.
1991-04-23Use unpush_target not pop_target in core_open.Jim Kingdon1-1/+3
1991-04-23*** empty log message ***Jim Kingdon1-1/+13
1991-04-23 * Shared libaray/corefile changes from Peter Schauer:Jim Kingdon1-0/+11
core.c (core_close): Call CLEAR_SOLIB. (core_open): Remove comment about "should deal with shared lib". (core_xfer_memory): If we can't xfer the usual way, try the shared libraries. solib.c (so_list): New fields so_bfd and so_sections{,_end}. (find_solib): Use solib_map_sections to get ld_text. (solib_map_sections, solib_xfer_memory): New functions. (clear_solib): Free so_sections and close so_bfd. tm-sunos.h: Add solib_xfer_memory, solib_add.
1991-04-22 * sparc-tdep.c (skip_prologue): Don't skip anything unless thereJim Kingdon1-0/+3
is a "save" instruction in there somewhere.
1991-04-22Fix the fix to the appearance of the ChangeLogJim Kingdon1-1/+2
1991-04-22Fix appearance of ChangeLog.Jim Kingdon1-12/+6
1991-04-22 * symfile.c (symbol_file_add): Add comment.Jim Kingdon1-0/+20
solib.c (solib_add): Don't malloc name passed to symbol_file_add.
1991-04-22 * breakpoint.c (bpstat_print): Try all elements on the bpstatJim Kingdon1-0/+8
chain before giving up with an internal error. Sun Apr 21 21:43:10 1991 Jim Kingdon (kingdon at cygint.cygnus.com) * value.h, values.c (value_{,free_to_}mark): New functions. breakpoint.c (bpstat_stop_status): Use them.