aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
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
1991-04-05Initial revisionJohn Gilmore24-0/+10211
1991-04-04(1) fix macro invocation of _GDBN__ that didn't expand due to adjacent 's';Roland Pesch1-7/+6
(2) attempt better text for when register relativization makes no diff.
1991-04-03Corrections due to RMS.Roland Pesch1-315/+355
(and improvements).
1991-04-02Added VxWorks subsection to chapter on getting in/outRoland Pesch1-4/+128
1991-04-01(1) further restructuring;Roland Pesch1-493/+438
(2) fix two bugs reported by Per Bothner; (in markup for makeinfo) (3) eliminate info structural information that can be generated by texinfo-master-menu.
1991-03-30Restructured manual; introduced introductory sample session.Roland Pesch1-804/+1071
1991-03-28Corrections to:Roland Pesch1-16/+49
(1) back of title page---show title next to rev number; (2) DOSish examples for 29K
1991-03-28Johns releaseK. Richard Pixley242-0/+58343
1991-03-28Initial revisionK. Richard Pixley58-0/+53665
1991-03-28(1) small cleanups on intro sectionsRoland Pesch1-380/+418
(2) introduce M4 configuration macros
1991-03-27(1) bring in material on 29K from 2.8.1.2 branch;Roland Pesch1-156/+178
first stab at updating it for "target amd-eb" rather than "attach". (2) some minor massaging for @smallbook format.
1991-03-09Fix typos in descriptions of asm-demangle, attach, and load;Roland Pesch1-7/+6
fix index entry for detach.
1991-03-08add @finalout to turn off DRAFT flags (this is distributable 3.94 doc)Roland Pesch1-0/+3
1991-03-08(1) document fg, revise 'attach' docn;Roland Pesch1-50/+117
(2) assorted corrections and clarifications.
1991-03-08Fix screwed up xref.Roland Pesch1-4/+4
1991-03-08(1) Drag various bits and pieces into a "Starting GDB" chapter at the front;Roland Pesch1-164/+281
1a) Isolate Nindy-960 stuff into subsection of above, and expand it; (2) Expand GDB-under-Emacs chapter; (3) Minor cosmetics, including small free software blurb at front to make RMS feel better about GPL moved to back.
1991-03-07Document "info set"; minor cosmetic fixes;Roland Pesch1-45/+104
document transmutation of add-file into sym-file and new meaning for "load" (dynamic link/download, target-rel); document "info target" and warn about similarity with "info targets"; document target strata rather than stack; document "up-silently" and "down-silently"; add text about when value history discarded.
1991-03-05Add texinfo wrappersRoland Pesch1-51/+118
1991-02-20(1) formatting cleanup to permit @smallbookRoland Pesch1-410/+505
(2) moved GPL to end (3) @index{foo} -> @cindex{foo}
1991-02-14Add copyright and contributor line.John Gilmore1-0/+6
1991-02-05 * gdb-int.texinfo: Add text on how to define a new host or targetJohn Gilmore1-0/+55
architecture, prompted by Per Bothner's questions about MIPS support.