aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
1991-04-20Fix comment (coff-encap -> dbx-in-coff).Jim Kingdon1-2/+2
1991-04-20 * tm-68k.h (NUM_REGS): Conditionalize on TARGET_SUN3 not sun.Jim Kingdon3-1/+6
tm-sun3.h: Define TARGET_SUN3.
1991-04-19 * utils.c: Use CPLUS_MARKER not '$'.Jim Kingdon3-5/+18
* cplus-dem.c: Use CPLUS_MARKER not '$'. If CPLUS_MARKER isn't defined, define it to '$'.
1991-04-19 * arm-opcode.h: New file (same contents as before; it hadJim Kingdon1-0/+3
just been left out of the distribution for a long time).
1991-04-19Initial revisionJim Kingdon1-0/+294
1991-04-19 * tm-68k.h: Put declaration of ext_format_68881 outside the macros.Jim Kingdon2-4/+6
1991-04-19 * main.c: New HAVE_SIGSETMASK #ifdefs.Jim Kingdon2-0/+17
1991-04-19 * coffread.c (read_coff_symtab): Check for "LF%" with all theJim Kingdon1-3/+14
other L*% things. * coffread.c (SDB_TYPE): New macro. various: Use it instead of checking against T_NULL.
1991-04-19 * Makefile.dist (cplus-dem.o): Hack in an #include "param.h"Jim Kingdon5-2/+31
before we compile it. defs.h: Protect against multiple inclusion. param.h: Include defs.h.
1991-04-19 * i386-pinsn.c (OP_E): Change %d to 0x%x for consistency.Jim Kingdon2-1/+3
1991-04-19*** empty log message ***Jim Kingdon1-0/+11
1991-04-19*** empty log message ***Jim Kingdon5-12/+100
1991-04-19Initial revisionJim Kingdon1-0/+117
1991-04-19One more timeJohn Gilmore1-1/+2
1991-04-19*** empty log message ***Jim Kingdon2-5/+10
1991-04-19 * symtab.h (GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK): NewJohn Gilmore1-19/+18
defines for the blocks of a blockvector that contain global and file-static symbols and the first of the smaller scope contours. * symtab.c (lookup_symbol, find_pc_symtab, find_pc_line, decode_line_1, make_symbol_completion_list): Use the above. * symtab.c (list_symbols): Process the first symbol of the static psymbols list. (types_info): Restore this function from its untimely #if 0. It's not perfect, but it is better than nothing. (_initialize_symtab): Restore "info types".
1991-04-19 * symfile.h (free_named_symtabs): Rename from free_named_symtab.John Gilmore1-1/+1
1991-04-19*** empty log message ***Jim Kingdon1-0/+129
1991-04-19 * symfile.c: Rename add_syms_command to add_symbol_file_command.Jim Kingdon1-4/+4
(_initialize_symfile, add_syms_addr_command): Rename add-syms to add-symbol-file.
1991-04-19 * source.c: Rename directories_info to show_directories.Jim Kingdon1-6/+8
(_initialize_values): Rename "info directories" to "show directories".
1991-04-19 * target.h: Add to_doc and target_preopen.Jim Kingdon6-76/+101
target.c: Add target_preopen and target_command. Remove target_info. (add_target): Call add_cmd and mess with targetlist->doc. core.c, exec.c, remote-eb.c, remote-nindy.c, remote-vx.c, remote-vx.68.c, inftarg.c, remote.c: Add doc field to target struct. Call target_preopen from open routine.
1991-04-19 * inftarg.c (child_open), remote-vx{,.68}.c (vx_proc_open):Jim Kingdon3-3/+41
New function to give correct error message.
1991-04-19*** empty log message ***Jim Kingdon6-73/+162
1991-04-19Update for Jim Kingdon to merge his stuff in.John Gilmore1-0/+65
1991-04-19 * target.c (dummy_target): Permit add_syms_addr_command.John Gilmore1-8/+20
1991-04-19 * dbxread.c (end_symtab, end_psymtab): Change comments.John Gilmore1-1/+5
(initialize_dbxread): Call dbx_new_init() in case the first command is add-symbols.
1991-04-19 * symtab.c (free_symtab): Declare as exported void fn now.John Gilmore1-0/+3
1991-04-19 * symfile.c (clear_symtab_users_once, cashier_psymtab,John Gilmore1-84/+2
free_named_symtabs): Move these routines from symmisc.c. * symmisc.c (same): same.
1991-04-19 * symfile.c (clear_symtab_users_once, cashier_psymtab,John Gilmore1-0/+186
free_named_symtabs): Move these routines from symmisc.c.
1991-04-15Now handles multiple hosts and targets.K. Richard Pixley2-0/+544
1991-04-15Minor adjustments for clean info-formatting.Roland Pesch1-5/+4
1991-04-13 Permit symbols to be superseded when new symbol files haveJohn Gilmore1-5/+11
been read in, particularly for VxWorks. * symfile.c (symbol_file_add): Use filtered printing and wrap it. If we have wiped out any old symbol tables, clean up at end of symbol reading. (symbol_file_command): Don't reference symfile_fns if it's zero.
1991-04-13 * symtab.h (GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK): NewJohn Gilmore1-20/+27
defines for the blocks of a blockvector that contain global and file-static symbols and the first of the smaller scope contours. * mipsread.c: Use them. * coffread.c (end_psymtab): Free named symtabs and psymtabs for a file, once a new symtab has been read for it. * mipsread.c: FIXME. We need to do the same for MIPS, but it looks harder to determine the top-level block before it's been queued to the psymtab list.
1991-04-13 * coffread.c (end_psymtab): Free named symtabs and psymtabs forJohn Gilmore1-2/+5
a file, once a new symtab has been read for it. * symtab.h (GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK): New defines for the blocks of a blockvector that contain global and file-static symbols and the first of the smaller scope contours. * symtab.c (lookup_symbol, find_pc_symtab, find_pc_line, decode_line_1, make_symbol_completion_list): Use the above. * coffread.c (end_symtab, patch_opaque_types): Ditto.
1991-04-13 * symtab.h (GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK): NewJohn Gilmore2-1/+7
defines for the blocks of a blockvector that contain global and file-static symbols and the first of the smaller scope contours.
1991-04-13 Permit symbols to be superseded when new symbol files haveJohn Gilmore1-9/+24
been read in, particularly for VxWorks. * dbxread.c (read_dbx_symtab): Allow N_SOL to cleanly take us back to the main file, as well as to include files. Also, put global functions into the global psymtab, to make "i fun" work. (end_psymtab): Free named symtabs and psymtabs for a file, once a new psymtab for it has been read.
1991-04-11Initial revisionJohn Gilmore1-0/+980
1991-04-11Initial revisionK. Richard Pixley2-0/+0
1991-04-09 * exec.c (exec_ops): Add_syms_addr is valid in our tvec.John Gilmore1-0/+16
(set_section_command): New command ("section xxx yyy" -- should be renamed to "set section xxx yyy" FIXME) which sets the base address of a section of the exec file, overriding the virtual address that BFD reports.
1991-04-06*** empty log message ***John Gilmore1-2/+5
1991-04-06*** empty log message ***John Gilmore1-0/+1
1991-04-06*** empty log message ***John Gilmore1-1/+3
1991-04-06Repair missing xrefs.Roland Pesch1-3/+4
1991-04-06Added John Gilmore's advice on subdirs to installation appendix.Roland Pesch1-5/+13
1991-04-06RENAMES: "demangle" and "asm-demangle" now "set print" subcmds.Roland Pesch1-10/+10
1991-04-05ADDED:Roland Pesch1-2/+11
show copying show warranty
1991-04-05Changes agreed w/gnu, summarized in mail of Tue Apr 2 15:52:44 1991Roland Pesch1-88/+78
RENAMES: add-syms -> add-symbol-file info->show convenience info->show directories info editing->show commands info->help targets info->show values info->show version set subcommands: addressprint->print address arrayprint->print array prettyprint->print pretty screen-height->height screen-width->width unionprint->print union vtblprint->print vtbl DELETED: info history (syn "show values" remains) ADDED: help target BLAH
1991-04-05General editing pass. Highlights:Roland Pesch1-424/+559
Update stuff on option flags, full text, mention -help; Better localization of target-specific stuff; introduce 'path' command and discussion of exec path as opp src path; document which commands don't repeat w RTN; update and improve several examples, eg deleting (...) Throughout: attempts to clarify etc.
1991-04-05*** empty log message ***John Gilmore5-5/+5
1991-04-05*** empty log message ***John Gilmore16-146/+367