Tue Feb 9 08:18:07 1993 Ian Lance Taylor (ian@cygnus.com)
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 Tue Feb 9 08:18:07 1993 Ian Lance Taylor (ian@cygnus.com)
2
3 * config/i386sco4.mh (MUNCH_DEFINE): Pass -p to nm to avoid bug in
4 cc debugging output.
5
6 Tue Feb 9 00:19:28 1993 John Gilmore (gnu@cygnus.com)
7
8 * stabsread.c (define_symbol): Complain about unrecognized names
9 that begin with CPLUS_MARKER (often '$'), but don't die. Fix
10 suggested by gb@cs.purdue.edu (Gerald Baumgartner).
11 (read_cpp_abbrev): Don't use the class name as part of the
12 vtable pointer member name (_vptr$) in $vf abbrevs or unrecognized
13 abbrevs. Inspired by Mike Tiemann.
14 (read_tilde_fields): Comment. Remove ancient dead code.
15 Remove erroneous but non-dead code. Simplify. Add complaints.
16 (in general): Remove extraneous (parentheses) in return
17 statements.
18
19 Fri Feb 5 14:01:22 1993 John Gilmore (gnu@cygnus.com)
20
21 * coffread.c (coff_lookup_type): Fix fencepost error reported
22 by Art Berggreen, <arg@opal.acc.com>.
23
24 Fix long file name bug reported on SCO Open Desktop 2.0 by Ulf Lunde
25 <Ulf.Lunde@kvatro.no> and Dag H. Wanvik <Dag.H.Wanvik@kvatro.no>:
26
27 * coffread.c (getfilename): Eliminate COFF_NO_LONG_FILE_NAMES
28 test, which is apparently left over from when we used native
29 include files and couldn't depend on the member names being there.
30 * tm-3b1.h, tm-altos.h, tm-i386v.h: Don't set it.
31
32 Thu Feb 4 12:23:15 1993 Ian Lance Taylor (ian@cygnus.com)
33
34 * mipsread.c: Major overhaul to use new BFD symbol table reading
35 routines. Now swaps information as it is needed, rather than
36 swapping everything when the file is read.
37
38 Thu Feb 4 01:52:36 1993 John Gilmore (gnu@cygnus.com)
39
40 * Makefile.in (TARDIRS): Add sparclite demo dir.
41 (*.tab.c): Change dependency on Makefile to depend on
42 Makefile.in, otherwise it always rebuilds after configuring.
43 Force output *.tab.c file into current directory even in "make"
44 versions that rewrite dependent file names used in command lines.
45
46 * TODO: Remove some things we did.
47 * am29k-opcode.h, convx-opcode: Remove; now in ../include/opcode.
48 * os68k-xdep.c: Remove; useless file (os68k is a target only).
49 * convex-pinsn.c: Use ../include/opcode/convex.h. Add CONST.
50 * symtab.h: Eliminate unnamed unions and structs.
51
52 Wed Feb 3 14:48:08 1993 John Gilmore (gnu@cygnus.com)
53
54 * Makefile.in (VERSION): Roll to 4.7.5.
55
56 Tue Feb 2 20:47:42 1993 John Gilmore (gnu@cygnus.com)
57
58 * breakpoint.c (breakpoint_re_set_one): Handle watchpoints when
59 re-evaluating symbol pointers.
60
61 Tue Feb 2 16:10:31 1993 Fred Fish (fnf@cygnus.com)
62
63 * c-exp.y (lcurly, rcurly): New nonterminals.
64 * c-exp.y (exp): Use lcurly and rcurly for arrays and UNOP_MEMVAL
65 constructs.
66 * parse.c (free_funcalls): Moved prototype from parser-defs.h,
67 made function static.
68 * parse.c (struct funcall): Moved struct def from parser-defs.h.
69 * parse.c (funcall_chain): Moved from parser-defs.h, made static.
70 * parse.c (start_arglist):
71 * parser-defs.h (free_funcalls): Moved prototype to parse.c.
72 * parser-defs.h (struct funcall): Moved struct def to parse.c.
73 * parser-defs.h (funcall_chain): Moved to parse.c.
74 * printcmd.c (print_frame_nameless_args): Fix prototype.
75 * tm-mips.h (setup_arbitrary_frame): Fix prototype.
76 * tm-sparc.h (setup_arbitrary_frame): Fix prototype.
77 * valops.c (typecmp): Moved prototype from values.h.
78 * value.h (typecmp): Moved prototype to valops.c, made static.
79 **** start-sanitize-chill ****
80 * ch-exp.y (yylex): Change way control sequences are disabled.
81 **** end-sanitize-chill ****
82
83 Tue Feb 2 16:11:43 1993 John Gilmore (gnu@cygnus.com)
84
85 * tm-mips.h, tm-sparc.h: Fix thinko in SETUP_ARBITRARY_FRAME.
86
87 Tue Feb 2 15:30:33 1993 Ian Lance Taylor (ian@cygnus.com)
88
89 * mipsread.c (upgrade_type): Build array types correctly, using
90 create_range_type and create_array_type.
91
92 Tue Feb 2 00:19:08 1993 John Gilmore (gnu@cygnus.com)
93
94 * remote-nindy.c: Cleanup.
95
96 * infrun.c (wait_for_inferior): When rolling back the PC after
97 a breakpoint, call write_pc so that NPC gets rolled back as well
98 (for the 29K).
99
100 * blockframe.c (inside_entry_file, inside_main_func,
101 inside_entry_func): PC of zero is always "bottom of stack".
102
103 * printcmd.c (print_frame_args, print_frame_nameless_args):
104 Let print_frame_nameless_args decide whether there are any,
105 laying groundwork for possibly later printing 29K args for
106 functions where we have tag words but no symbols.
107
108 Mon Feb 1 18:09:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
109
110 * Makefile.in: fix GDB doc targets for new doc subdir structure
111
112 Mon Feb 1 17:56:47 1993 John Gilmore (gnu@cygnus.com)
113
114 * stack.c (parse_frame_specification): Parse as many arguments
115 as there are (up to MAXARGS). Pass all of them in argc, argv
116 format to SETUP_ARBITRARY_FRAME. Put the burden of checking how
117 many there were, onto SETUP_ARBITRARY_FRAME.
118 * tm-mips.h, tm-sparc.h: Corresponding changes.
119 * mips-tdep.c, sparc-tdep.c: Ditto.
120
121 Mon Feb 1 17:19:37 1993 John Gilmore (gnu@cygnus.com)
122
123 * hp300ux-nat.c: Update copyrights.
124 * mipsread.c (parse_partial_symbols): Complain about block
125 indexes that go backwards. Fix from Peter Schauer.
126 * symfile.c (syms_from_objfile, symbol_file_add): Allow a
127 symbol-file that has no linkage symbols to be read.
128 * tm-rs6000.h, xm-rs6000.h: (SIGWINCH_HANDLER and friends): Move
129 from tm- file to xm-file, since they're host dependent.
130 * valarith.c (value_binop): Typo.
131
132 Mon Feb 1 16:16:59 1993 Stu Grossman (grossman at cygnus.com)
133
134 * sparclite/aload.c: Add copyleft.
135 * sparclite/crt0.s: Add comment at beginning.
136
137 Mon Feb 1 14:36:11 1993 Steve Chamberlain (sac@thepub.cygnus.com)
138
139 * remote-z8k.c, z8k-tdep.c: support for the Z8001 and Z8002.
140 * parse.c (std_regs): Only declare if NO_STD_REGS is defined.
141
142 Sun Jan 31 04:32:48 1993 Michael Tiemann (tiemann@rtl.cygnus.com)
143
144 * values.c (value_headof): Fix typo in which VTBL and ARG were
145 being confused for one another.
146
147 * valops.c (typecmp): Now static.
148
149 * gdbtypes.c (fill_in_vptr_fieldno): Don't ignore the first
150 baseclass--we don't always inherit its virtual function table
151 pointer.
152
153 * eval.c (evaluate_subexp): In OP_FUNCALL case, adjust `this'
154 pointer correctly in case value_struct_elt moves it around.
155
156 * valops.c (typecmp): Now static. Also, now groks references
157 better.
158
159 * gdbtypes.c (lookup_struct_elt_type): Pass NOERR instead of
160 zero on recursive call. If NAME is the name of TYPE, return TYPE.
161
162 Sat Jan 30 19:55:52 1993 John Gilmore (gnu@cygnus.com)
163
164 * hppah-nat.c: Eliminate <sys/user.h> and other unnecessary stuff,
165 to avoid "too much defining" error from native C compiler (!).
166
167 * Makefile.in (HFILES): Add typeprint.h.
168 * typeprint.[ch]: Update copyrights.
169
170 Thu Jan 28 19:09:02 1993 John Gilmore (gnu@cygnus.com)
171
172 * Makefile.in: Update to match doc/ subdir changes.
173
174 * config/hp300hpux.mh: No cross-host file needed, just native.
175 * config/go32.mh: Remove nonexistent "native" support.
176
177 M88K fixes reported by Carl Greco, <cgreco@Creighton.Edu>:
178 * tm-m88k.h (REGISTER_CONVERT_TO_RAW): Fix typo.
179 * m88k-tdep.c (next_insn): Lint, cleanup.
180 (store_parm_word): Lint.
181
182 * README: Fix typo (reported by karl@hq.ileaf.com).
183
184 Wed Jan 27 21:34:21 1993 Fred Fish (fnf@cygnus.com)
185
186 * expression.h (BINOP_CONCAT): Document use for self concatenation
187 an integral number of times.
188 * language.c (binop_type_check): Extend BINOP_CONCAT for self
189 concatenation case.
190 * valarith.c (value_concat): Rewrite to support self
191 concatenation an integral number of times.
192 **** start-sanitize-chill ****
193 * Makefile.in (ch-exp.tab.c): Change "expect" message.
194 * ch-exp.y (FIXME's): Make all FIXME tokens distinct, to
195 eliminate hundreds of spurious shift/reduce and reduce/reduce
196 conflicts that mask the 5 real ones.
197 * ch-exp.y (STRING, CONSTANT, SC): Remove unused tokens.
198 * ch-exp.y (integer_literal_expression): Remove production,
199 no longer used.
200 **** end-sanitize-chill ****
201
202 Thu Jan 21 09:58:36 1993 Fred Fish (fnf@cygnus.com)
203
204 * eval.c (evaluate_subexp): Fix OP_ARRAY, remove code that
205 implied that "no side effects" was nonfunctional.
206 * eval.c (evaluate_subexp): Add BINOP_CONCAT case to deal with
207 character string and bitstring concatenation.
208 * expprint.c (dump_expression): Add case for BINOP_CONCAT.
209 * expression.h (exp_opcode): Add BINOP_CONCAT.
210 * gdbtypes.h (type_code): Add TYPE_CODE_BITSTRING.
211 * language.c (string_type): Add function to determine if a type
212 is a string type.
213 * language.c (binop_type_check): Add case for BINOP_CONCAT.
214 * valarith.c (value_concat): New function to concatenate two
215 values, such as character strings or bitstrings.
216 * valops.c (value_string): Remove error stub and implement
217 function body.
218 * value.h (value_concat): Add prototype.
219 **** start-sanitize-chill ****
220 * ch-exp.y (operand_3): Add actions for SLASH_SLASH (//).
221 * ch-exp.y (yylex): Recognize SLASH_SLASH.
222 * ch-lang.c (chill_op_print_tab): Add SLASH_SLASH (//) as
223 BINOP_CONCAT.
224 **** end-sanitize-chill ****
225
226 Tue Jan 19 14:26:15 1993 Fred Fish (fnf@cygnus.com)
227
228 * c-exp.y (exp): Add production to support direct creation
229 of array constants using the obvious syntax.
230 * c-valprint.c (c_val_print): Set printed string length.
231 * dwarfread.c (read_tag_string_type): New prototype and
232 function that handles TAG_string_type DIEs.
233 * dwarfread.c (process_dies): Add case for TAG_string_type
234 that calls new read_tag_string_type function.
235 * expprint.c (print_subexp): Add support for OP_ARRAY.
236 * gdbtypes.c (create_range_type, create_array_type): Inherit
237 objfile from the index type.
238 **** start-sanitize-chill ****
239 * ch-typeprint.c (chill_print_type): Add case for
240 TYPE_CODE_STRING.
241 * ch-valprint.c (chill_val_print): Fix case for
242 TYPE_CODE_STRING.
243 **** end-sanitize-chill ****
244
245 Mon Jan 18 11:58:45 1993 Ian Lance Taylor (ian@cygnus.com)
246
247 * mipsread.c (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB,
248 MIPS_UNMARK_STAB, STABS_SYMBOLS): Removed; now in
249 include/coff/mips.h.
250
251 Fri Jan 15 20:26:50 1993 Fred Fish (fnf@cygnus.com)
252
253 * c-exp.y (exp:STRING): Convert C strings into array-of-char
254 constants with an explicit null byte terminator. OP_STRING is
255 now used for real string types.
256 * c-lang.c (builtin_type_*): Move declarations to lang.c since
257 they are used by all languages.
258 * c-lang.c (_initialize_c_language): Move initializations of
259 builtin_type_* to lang.c.
260 * c-typeprint.c (c_type_print_varspec_prefix,
261 c_type_print_varspec_suffix): TYPE_CODE_PASCAL_ARRAY renamed
262 to TYPE_CODE_STRING.
263 * c-valprint.c (c_val_print): Change the way character arrays
264 are printed as strings to be consistent with the way strings
265 are printed when pointer-to-char types are dereferenced.
266 Remove test of print_max before calling val_print_string, which
267 now does it's own test.
268 * eval.c (evaluate_subexp): Add case for OP_ARRAY.
269 * expprint.c (print_subexp, dump_expression): Add case for OP_ARRAY.
270 * expression.h (enum exp_opcode): Add OP_ARRAY and document.
271 * gdbtypes.c (builtin_type_*): Add declarations moved from
272 c-lang.c.
273 * gdbtypes.c (create_string_type): New function to create real
274 string types.
275 * gdbtypes.c (recursive_dump_type): TYPE_CODE_PASCAL_ARRAY
276 renamed to TYPE_CODE_STRING.
277 * gdbtypes.c (_initialize_gdbtypes): Add initializations of
278 builtin_type_* types moved from c-lang.c.
279 * gdbtypes.h (enum type_code): TYPE_CODE_PASCAL_ARRAY renamed
280 to TYPE_CODE_STRING.
281 * gdbtypes.h (builtin_type_string): Add extern declaration.
282 * gdbtypes.h (create_string_type): Add prototype.
283 * m2-lang.c (m2_create_fundamental_type): TYPE_CODE_PASCAL_ARRAY
284 renamed to TYPE_CODE_STRING.
285 * m88k-tdep.c (pushed_size): TYPE_CODE_PASCAL_ARRAY renamed to
286 TYPE_CODE_STRING.
287 * mipsread.c (_initialize_mipsread): TYPE_CODE_PASCAL_ARRAY
288 renamed to TYPE_CODE_STRING.
289 * parse.c (length_of_subexp, prefixify_subexp): Add case for
290 OP_ARRAY.
291 * printcmd.c (print_formatted): Recognize TYPE_CODE_STRING.
292 * typeprint.c (print_type_scalar): TYPE_CODE_PASCAL_ARRAY renamed
293 to TYPE_CODE_STRING.
294 * valops.c (allocate_space_in_inferior): New function and
295 prototype, using code ripped out of value_string.
296 * valops.c (value_string): Rewritten to use new function
297 allocate_space_in_inferior, but temporarily disabled until some
298 other support is in place.
299 * valops.c (value_array): New function to create array constants.
300 * valprint.c (val_print_string): Add comment to document use,
301 complete rewrite to fix several small buglets.
302 * value.h (value_array): Add prototype.
303 * value.h (val_print_string): Change prototype to match rewrite.
304 **** start-sanitize-chill ****
305 * ch-valprint.c (chill_val_print): Add case for TYPE_CODE_STRING.
306 * ch-exp.y (match_character_literal): Disable recognition of
307 control sequence form of character literals and document why.
308 **** end-sanitize-chill ****
309
310 Thu Jan 14 15:48:12 1993 Stu Grossman (grossman at cygnus.com)
311
312 * nindy-share/nindy.c: Add comments to #endif's to clarify
313 grouping.
314
315 * hppa-pinsn.c (print_insn): Use read_memory_integer, instead of
316 read_memory to get byte order right.
317 * hppah-tdep.c (find_unwind_info): Don't read in unwind info
318 anymore. This is done in paread.c now. We expect unwind info
319 to hang off of objfiles, and search all of the objfiles when until
320 we find a match.
321 * (skip_trampoline_code): Cast arg to target_read_memory.
322 * objfiles.h (struct objfile): Add new field obj_private to hold
323 per object file private data (unwind info in this case).
324 * paread.c (read_unwind_info): New routine to read unwind info
325 for the objfile. This data is hung off of obj_private.
326 * tm-hppa.h: Define struct obj_unwind_info, to hold pointers to
327 the unwind info for this objfile. Also define OBJ_UNWIND_INFO to
328 make this easier to access.
329
330 Wed Jan 13 20:49:59 1993 Fred Fish (fnf@cygnus.com)
331
332 * c-valprint.c (cp_print_class_member): Add extern decl.
333 * c-valprint.c (c_val_print): Extract code for printing methods
334 and move it to cp_print_class_method in cp-valprint.c.
335 * c-valprint.c (c_val_print): Extract code to print strings and
336 move it to val_print_string in valprint.c.
337 * cp-valprint.c (cp_print_class_method): New function using
338 code extracted from c_val_print.
339 * valprint.c (val_print_string): New function using code
340 extracted from c_val_print.
341 * value.h (val_print_string): Add prototype.
342 **** start-sanitize-chill ****
343 * ch-exp.y (CHARACTER_STRING_LITERAL): Set correct token type.
344 * ch-exp.y (literal): Add action for CHARACTER_STRING_LITERAL.
345 * ch-exp.y (tempbuf, tempbufsize, tempbufindex, GROWBY_MIN_SIZE,
346 CHECKBUF, growbuf_by_size): New variables, macros, and support
347 functions for implementing a dynamically expandable temp buffer.
348 * ch-exp.y (match_string_literal): New lexer function.
349 * ch-exp.y (match_bitstring_literal): Dynamic buffer code
350 removed and replaced with new CHECKBUF macro.
351 * ch-exp.y (yylex): Call match_string_literal when appropriate.
352 * ch-valprint.c (ch_val_print): Add code for TYPE_CODE_PTR.
353 **** end-sanitize-chill ****
354
355 Sat Jan 9 19:59:33 1993 Stu Grossman (grossman at cygnus.com)
356
357 * Makefile.in: Add info for paread.o.
358 * config/hppahpux.mh: Add paread.o to NATDEPFILES.
359
360 * blockframe.c (frameless_look_for_prologue): Correct the
361 comment.
362 * gdbtypes.h, gdbtypes.c: Use const in decl of
363 cplus_struct_default, now that pa-gas assembler has been fixed.
364 * hppah-nat.c: Formatting.
365 * hppah-tdep.c: Remove lots of useless externs for variables we
366 don't use.
367 * (find_unwind_entry): Speed up by using binary search, and a one
368 entry cache.
369 * (rp_saved): New routine to see what unwind info says about RP
370 being saved on the stack frame.
371 * (frame_saved_pc): Look for prologue to see if we need to
372 examine the stack for the saved RP or not.
373 * (init_extra_frame_info): Check for prologue, instead of
374 framesize to determine if we are frameless or not.
375 * (frame_chain_valid): Stop backtraces when we run into _start.
376 * (push_dummy_frame): Reformat to make more readable.
377 * (find_dummy_frame_regs): ditto.
378 * (hp_pop_frame): ditto.
379 * (hp_restore_pc_queue): small cleanup.
380 * (hp_push_arguments): ditto.
381 * (pa_do_registers_info): ditto.
382 * (skip_prologue): New routine created from SKIP_PROLOGUE macro.
383 * tm-hppa.h: Move contents of SKIP_PROLOGUE into hppah-tdep.c.
384 * Define FRAME_CHAIN_VALID.
385 * Turn on BELIEVE_PCC_PROMOTION so that we can access char args
386 passed to functions.
387
388 * paread.c (pa_symtab_read): Use new bfd conventions for
389 accessing linker symbol table.
390 * (pa_symfile_init): Access embedded STAB info via BFD section
391 mechanism and related macros.
392
393
394 Sat Jan 9 19:31:43 1993 Stu Grossman (grossman at cygnus.com)
395
396 * sparc-stub.c: Use a seperate stack for our traps.
397 * Handle recursive traps.
398 * Remove all trap init code. This needs to be done by the
399 environment.
400 * (set_mem_fault_trap): Call exceptionHandler() to setup this
401 trap.
402 * (handle_exception): See if we are at breakinst, if so, then
403 advance PC sp that users can just step out of breakpoint().
404 * (case 'G'): Don't let GDB hack CWP. Also, copy saved regs to
405 new place if SP has changed.
406 * (case 's'): Get rid of this, we can't do it yet.
407 * (case 't'): New command to test any old random feature.
408 * (case 'r'): New command to reset the system.
409 * (breakpoint): Add label to breakpoint trap instruction so that
410 handle_exception() can detect where we are and get past the
411 breakpoint trivially.
412
413 Thu Jan 7 13:33:06 1993 Ian Lance Taylor (ian@cygnus.com)
414
415 * mips-pinsn.c: Actual work now done by opcodes/mips-dis.c.
416
417 Thu Jan 7 09:21:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
418
419 * configure.in: recognise all sparclite variants
420
421 Wed Jan 6 10:14:51 1993 Steve Chamberlain (sac@thepub.cygnus.com)
422
423 * symfile.c: If O_BINARY isn't defined, set it to 0, call openp for
424 binary files oring in the right bit.
425
426 * main.c, source.c, state.c, symmisc.c: use macros defined in
427 fopen-{bin|both} when fopening files.
428
429 Wed Jan 6 08:19:11 1993 Fred Fish (fnf@cygnus.com)
430
431 * defs.h (HOST_CHAR_BIT): New macro, defaults to either CHAR_BIT
432 from a configuration file (typically including <limits.h>), or to
433 TARGET_CHAR_BIT if CHAR_BIT is not defined.
434 * eval.c (evaluate_subexp): Use new BYTES_TO_EXP_ELEM macro.
435 * eval.c (evaluate_subexp): Add case for OP_BITSTRING.
436 * expprint.c (print_subexp): Use new BYTES_TO_EXP_ELEM macro.
437 * exppritn.c (print_subexp, dump_expression): Add case for
438 OP_BITSTRING.
439 * expression.h (OP_BITSTRING): New expression element type for
440 packed bitstrings.
441 * expression.h (EXP_ELEM_TO_BYTES, BYTES_TO_EXP_ELEM): New
442 macros to convert between number of expression elements and bytes
443 to store that many elements.
444 * i960-tdep.c (leafproc_return): Use new macros to access
445 minimal symbol name and address fields.
446 * m88k-pinsn.c (sprint_address): Use new macros to access
447 minimal symbol name and address fields.
448 * nindy-tdep.c (nindy_frame_chain_valid): Use new macro to access
449 minimal symbol address field.
450 * parse.c (write_exp_elt, write_exp_string, prefixify_expression,
451 parse_exp_1): Use new EXP_ELEM_TO_BYTES macro.
452 * parse.c (write_exp_string, length_of_subexp, prefixify_expression):
453 Use new BYTES_TO_EXP_ELEM macro.
454 * parse.c (write_exp_bitstring): New function to write packed
455 bitstrings into the expression element vector.
456 * parse.c (length_of_subexp, prefixify_subexp): Add case for
457 OP_BITSTRING.
458 * parser-defs.h (struct stoken): Document that it is used for
459 OP_BITSTRING as well as OP_STRING.
460 * parser-defs.h (write_exp_bitstring): Add prototype.
461 **** start-sanitize-chill ****
462 * ch-exp.y (BIT_STRING_LITERAL): Change token type to sval.
463 * ch-exp.y (NUM, PRED, SUCC, ABS, CARD, MAX, MIN, SIZE, UPPER,
464 LOWER, LENGTH): New tokens for keywords.
465 * ch-exp.y (chill_value_built_in_routine_call, mode_argument,
466 upper_lower_argument, length_argument, array_mode_name,
467 string_mode_name, variant_structure_mode_name): New non-terminals
468 and productions.
469 * ch-exp.y (literal): Useful production for BIT_STRING_LITERAL.
470 * ch-exp.y (match_bitstring_literal): New lexer support function
471 to recognize bitstring literals.
472 * ch-exp.y (tokentab6): New token table for 6 character keywords.
473 * ch-exp.y (tokentab5): Add LOWER, UPPER.
474 * ch-exp.y (tokentab4): Add PRED, SUCC, CARD, SIZE.
475 * ch-exp.y (tokentab3): Add NUM, ABS, MIN, MAX.
476 * ch-exp.y (yylex): Check tokentab6.
477 * ch-exp.y (yylex): Call match_bitstring_literal.
478 **** end-sanitize-chill ****
479
480 Mon Jan 4 16:54:18 1993 Fred Fish (fnf@cygnus.com)
481
482 * xcoffexec.c (vmap_symtab): Use new macros to access minimal
483 symbol name and value fields.
484
485 * c-exp.y (yylex): Make static, to match prototype and other
486 <lang>-exp.y files.
487
488 * expression.h (exp_opcode): Add BINOP_MOD.
489 * eval.c (evaluate_subexp): Handle new BINOP_MOD.
490 * expprint.c (dump_expression): Handle new BINOP_MOD.
491 * language.c (binop_type_check): Handle new BINOP_MOD.
492 * main.c (float_handler): Re-enable float handler when hit.
493 * valarith.c (language.h): Include, need current_language.
494 * valarith.c (TRUNCATION_TOWARDS_ZERO): Define default macro
495 for integer divide truncates towards zero for negative results.
496 * valarith.c (value_x_binop): Handle BINOP_MOD if seen.
497 * valarith.c (value_binop): Allow arithmetic operations on
498 TYPE_CODE_CHAR variables. Add case to handle new BINOP_MOD.
499 **** start-sanitize-chill ****
500 * ch-exp.y (operand_4): Add useful actions for MOD and REM.
501 * ch-exp.y (tokentab3): Add MOD and REM.
502 * ch-exp.y (yylex): Set innermost_block for symbols found
503 in local scopes. Return LOCATION_NAME for local symbols.
504 * ch-lang.c (chill_op_print_tab): Fix MOD entry to use
505 BINOP_MOD instead of BINOP_REM. Add REM entry, using BINOP_REM.
506 **** end-sanitize-chill ****
507
508 Mon Jan 4 07:35:31 1993 Steve Chamberlain (sac@wahini.cygnus.com)
509
510 * command.c (shell_escape, make_command, _initialize_command):
511 don't create or use fork if CANT_FORK is defined.
512 * serial.h, ser-go32.c: now compiles, but "the obvious problems of
513 code written for the IBM PC" remain.
514 * xm-go32.h: define CANT_FORK
515
516 Sun Jan 3 14:24:56 1993 Steve Chamberlain (sac@thepub.cygnus.com)
517
518 * remote-sim.c: first attempt at general simulator interface
519 * remote-hms.c: whitespace
520 * h8300-tdep.c: (h8300_skip_prologue, examine_prologue):
521 understand new stack layout. (print_register_hook): print ccr
522 register in a fancy way.
523
524 Sun Jan 3 14:16:10 1993 Fred Fish (fnf@cygnus.com)
525
526 * eval.c (language.h): Include.
527 * eval.c (evaluate_subexp_with_coercion): Only coerce arrays
528 to pointer types when the current language is C. It loses for
529 other languages when the lower index bound is nonzero.
530 * valarith.c (value_subscript): Take array lower bounds into
531 account when performing subscripting operations.
532 * valops.c (value_coerce_array): Add comment describing why
533 arrays with nonzero lower bounds are dealt with in value_subscript,
534 rather than in value_coerce_array.
535
536 Sat Jan 2 12:16:41 1993 Fred Fish (fnf@cygnus.com)
537
538 **** start-sanitize-chill ****
539 * ch-exp.y (FLOAT_LITERAL): Add token.
540 * ch-exp.y (literal): Add FLOAT_LITERAL.
541 * ch-exp.y (match_float_literal): New lexer routine.
542 * ch-exp.y (convert_float): Remove.
543 * ch-exp.y (yylex): Call match_float_literal.
544 * ch-exp.y (yylex): Match single '.' after trying
545 to match floating point literals.
546 **** end-sanitize-chill ****
547
548 * eval.c (evaluate_subexp): Add case MULTI_SUBSCRIPT.
549 * expprint.c (print_subexp): Rename BINOP_MULTI_SUBSCRIPT to
550 MULTI_SUBSCRIPT.
551 * expprint.c (dump_expression): New function for dumping
552 expression vectors during gdb debugging.
553 * expression.h (BINOP_MULTI_SUBSCRIPT): Name changed to
554 MULTI_SUBSCRIPT and moved out of BINOP range.
555 * expression.h (DUMP_EXPRESSION): New macro that calls
556 dump_expression if DEBUG_EXPRESSIONS is defined.
557 * m2-exp.y (BINOP_MULTI_SUBSCRIPT): Changed to MULTI_SUBSCRIPT.
558 * parse.c (length_of_subexp, prefixify_subexp): Change
559 BINOP_MULTI_SUBSCRIPT to MULTI_SUBSCRIPT.
560 * parse.c (parse_exp_1): Call DUMP_EXPRESSION before and after
561 prefixify'ing the expression.
562 * printcmd.c (print_command_1): Add comment.
563 **** start-sanitize-chill ****
564 * ch-exp.y (expression_list): Add useful actions.
565 * ch-exp.y (value_array_element): Add useful actions.
566 * ch-exp.y (array_primitive_value): Add production.
567 * ch-exp.y (yylex): Recognize ',' as a token.
568 **** end-sanitize-chill ****
569
570 Fri Jan 1 18:22:02 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
571
572 * Makefile.in: pass prefix and exec_prefix via FLAGS_TO_PASS,
573 POSIXize the recursive makes (make [variable assignments] target{s})
574
575 Fri Jan 1 11:56:23 1993 Fred Fish (fnf@cygnus.com)
576
577 * tm-sun4sol2.h (CPLUS_MARKER): Remove, now set in tm-sysv4.h.
578 * tm-sysv4.h (CPLUS_MARKER): By default, g++ uses '.' as the
579 CPLUS_MARKER for all SVR4 systems, so follow suit.
580 * defs.h (strdup_demangled): Remove prototype.
581 * dwarfread.c (enum_type, synthesize_typedef): Use new macro
582 SYMBOL_INIT_LANGUAGE_SPECIFIC.
583 * dwarfread.c (new_symbol): Use SYMBOL_INIT_DEMANGLED_NAME.
584 * minsyms.c (install_minimal_symbols, prim_record_minimal_symbol,
585 prim_record_minimal_symbol_and_info): Use new macro
586 SYMBOL_INIT_LANGUAGE_SPECIFIC.
587 * minsyms.c (install_minimal_symbols): Use new macro
588 SYMBOL_INIT_DEMANGLED_NAME.
589 * stabsread.c (define_symbol): Use new macro
590 SYMBOL_INIT_DEMANGLED_NAME.
591 * symfile.c (add_psymbol_to_list, add_psymbol_addr_to_list):
592 Use new macro SYMBOL_INIT_DEMANGLED_NAME.
593 * symfile.h (ADD_PSYMBOL_VT_TO_LIST): Use new macro
594 SYMBOL_INIT_DEMANGLED_NAME.
595 * symmisc.c (dump_msymbols, dump_symtab, print_partial_symbol):
596 SYMBOL_DEMANGLED_NAME now tests language itself.
597 * symtab.c (COMPLETION_LIST_ADD_SYMBOL): SYMBOL_DEMANGLED_NAME
598 now tests language itself.
599 * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): New macro that does
600 what SYMBOL_DEMANGLED_NAME used to do, directly access the C++
601 mangled name member in the language dependent portion of a symbol.
602 * symtab.h (SYMBOL_DEMANGLED_NAME): New macro that returns the
603 mangled name member appropriate for a symbol's language.
604 * symtab.h (SYMBOL_SOURCE_NAME, SYMBOL_LINKAGE_NAME,
605 SYMBOL_MATCHES_NAME, SYMBOL_MATCHES_REGEXP):
606 SYMBOL_DEMANGLED_NAME now tests language itself.
607 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): New macro that
608 initializes language dependent portion of symbol.
609 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): New macro that
610 demangles and caches the demangled form of symbol names.
611 * utils.c (fputs_demangled, fprint_symbol): Use current language
612 to select an appropriate demangling algorithm.
613 * utils.c (strdup_demangled): Remove, no longer used.
614 **** start-sanitize-chill ****
615 * symtab.h (SYMBOL_CHILL_DEMANGLED_NAME): New macro that directly
616 access the Chill mangled name member in the language dependent
617 portion of a symbol.
618 * ch-lang.c (chill_demangle): New function, simple demangler.
619 * defs.h (chill_demangle): Add prototype.
620 * symtab.h (language_dependent_info): Add struct for Chill.
621 **** end-sanitize-chill ****
622
623 Thu Dec 31 11:06:38 1992 Fred Fish (fnf@cygnus.com)
624
625 * Makefile.in (BISON): Add comment that when bison is used, it
626 must include the "-y" option.
627 * c-exp.y, m2-exp.y (yyrule, yyname, yyss, yyssp, yyvs, yyvsp):
628 Remove defines to remap non-yacc symbols, thus backing out of
629 previous recent changes. Standard policy is that non-yacc parser
630 generators get fixed, rather than adding bug workarounds in gdb
631 for each new one that pops up. Expand comment to note this.
632 * c-exp.y, m2-exp.y (YYDEBUG): Revert back to disabled by default.
633
634 Thu Dec 31 09:03:02 1992 Stu Grossman (grossman at cygnus.com)
635
636 * partial-stab.h (near N_BINCL): Remove redundant code in N_BINCL
637 case. Use code in N_SOL.
638
639 * paread.c: New file that contains all HPPA/HPUX symbol reading
640 code.
641 * dbxread.c: Remove almost all HPPA/HPUX symbol reading code.
642 * (dbx_symfile_init): Use sizeof(long) instead of 4.
643 * (dbx_symfile_offsets): Make static.
644 * (pastab_build_psymtabs): New interface routine for paread to
645 send stabs into dbxread.
646 * gdb-stabs.h: Remove gobs of HPPA cruft.
647
648 Wed Dec 30 19:47:13 1992 Fred Fish (fnf@cygnus.com)
649
650 * c-exp.y, m2-exp.y (yyrule, yyname): Remap like other yy* names
651 for byacc.
652 **** start-sanitize-chill ****
653 * ch-exp.y (yyrule, yyname): Remap like other yy* names for byacc.
654 **** end-sanitize-chill ****
655
656 * c-exp.y, m2-exp.y (yyreds, yytoks): Remap like other yy* names.
657 * c-exp.y, m2-exp.y (YYDEBUG): Define if MAINTENANCE_CMDS is defined
658 and YYDEBUG is not already defined.
659 * c-exp.y (strncmp): Replace throughout with STREQN, missed
660 them during the previous replacements.
661 * printcmd.c (_initialize_printcmd): Update internal documentation
662 for "set" command to note that the assignment syntax is language
663 dependent.
664 **** start-sanitize-chill ****
665 * ch-exp.y (yyreds, yytoks): Remap like other yy* names.
666 * ch-exp.y (YYDEBUG): Define if MAINTENANCE_CMDS is defined
667 and YYDEBUG is not already defined.
668 * ch-exp.y (GDB_REGNAME, GDB_LAST, GDB_VARIABLE, GDB_ASSIGNMENT,
669 single_assignment_action): New terminals and nonterminal for gdb
670 extensions to chill expression grammer.
671 * ch-exp.y (match_dollar_tokens): Lexer routine to match all
672 tokens that start with '$' (register names, convenience vars, etc).
673 * ch-exp.y (tokentab2): Add GDB_ASSIGNMENT.
674 * ch-exp.y (yylex): Call match_dollar_tokens.
675 **** end-sanitize-chill ****
676
677 Mon Dec 28 15:00:01 1992 Stu Grossman (grossman at cygnus.com)
678
679 * hppah-tdep.c (skip_trampoline_code): Use new macros for
680 accessing minimal symbol data.
681 * infcmd.c (read_pc): Use #ifdef, not #if.
682 * symfile.c (syms_from_objfile): Add CONST to decl for targets.
683 * tm-hppa.h (FIX_CALL_DUMMY): Use new macros for accessing
684 minimal symbol data.
685
686 * hppah-tdep.c (frame_saved_pc): Use better test for outermost
687 frame. Use find_return_regnum to find the caller.
688 * (find_unwind_entry): New routine to locate stack frame info
689 associated with a procedure. This looks in the $UNWIND_START$
690 section in the SOM file.
691 * (find_return_regnum): New routine. Uses find_unwind_entry() to
692 figure out where the caller's return address is stored.
693 * (find_proc_framesize): New routine. Uses find_unwind_entry()
694 to figure out the frame size for a procedure.
695 * (saved_pc_after_call): New routine, moved from tm-hppa.h.
696 * (init_extra_frame_info): New routine. Corrects PC and FP for
697 outermost frame if necessary.
698 * (frame_chain): New routine, moved from tm-hppa.h.
699 * (skip_trampoline_code): Handle computed function calls (ie:
700 calls from $$dyncall).
701 * (unwind_command): Temporary support function to allow user
702 to control/observe aspects of the unwind (stack frame) info.
703 * infcmd.c (read_pc): (Temporary), put a hack in to see if the PC
704 was in a system call, if so, then read the PC from r31.
705 * tm-hppah.h (SKIP_TRAMPOLINE_CODE, IN_SOLIB_TRAMPOLINE): Deal
706 with extra arg for skip_trampoline_code().
707 * (INIT_EXTRA_FRAME_INFO): Define to point at subr (see above).
708 * (FRAME_CHAIN, FRAME_CHAIN_VALID): Turn into real subroutines.
709 * tm-hppa.h (SAVED_PC_AFTER_CALL): Turn into real subroutine.
710
711 Sun Dec 27 17:34:15 1992 Fred Fish (fnf@cygnus.com)
712
713 * dbxread.c (dbx_symfile_init, elfstab_build_psymtabs):
714 Call new bfd_get_size() and verify that string table is no larger
715 than the file that is supposed to contain it.
716 * symfile.c (syms_from_objfile): Only complain about configured
717 NAMES_HAVE_UNDERSCORE differences between gdb and bfd if the
718 current target is the default BFD target.
719
720 Sat Dec 26 20:51:41 1992 Fred Fish (fnf@cygnus.com)
721
722 * solib.c (BKPT_AT_MAIN): Change to BKPT_AT_SYMBOL.
723 * solib.c (bkpt_names): New array of symbol names to try to
724 use for the "mapping complete" breakpoint. Configurable
725 define SOLIB_BKPT_NAME is first one to try.
726 * solib.c (find_solib): Test debug_base for nonzero rather
727 than just greater than zero.
728 * solib.c (enable_break): Use bkpt_names to look up address
729 at which to set "mapping complete" breakpoint.
730
731 Tue Dec 22 20:33:38 1992 Fred Fish (fnf@cygnus.com)
732
733 * defs.h (STRCMP, STREQ, STREQN): New macros.
734 * defs.h (demangle_and_match): Remove prototype.
735 * dwarfread.c (STREQ, STREQN): Remove macros, replaced with STREQ
736 and STREQN defined in defs.h.
737 * dwarfread.c (set_cu_language): For completely unknown languages,
738 try to deduce the language from the filename. Retain behavior
739 that for known languages we don't know how to handle, we use
740 language_unknown.
741 * dwarfread.c (enum_type, symthesize_typedef): Initialize language
742 and demangled name fields in symbol.
743 * dwarfread.c, mipsread.c, partial-stab.h: For all usages of
744 ADD_PSYMBOL_TO_LIST, add language and objfile parameters.
745 * dwarfread.c (new_symbol): Attempt to demangle C++ symbol names
746 and cache the results in SYMBOL_DEMANGLED_NAME for the symbol.
747 * elfread.c (STREQ): Remove macro, use STREQ defined in defs.h.
748 Replace usages throughout.
749 * elfread.c (demangle.h): Include.
750 * elfread.c (record_minimal_symbol): Remove prototype and function.
751 * gdbtypes.h, symtab.h (B_SET, B_CLR, B_TST, B_TYPE, B_BYTES,
752 B_CLRALL): Moved from symtab.h to gdbtypes.h.
753 * infcmd.c (jump_command): Remove code to demangle name and add
754 it to a cleanup list. Now just use SYMBOL_DEMANGLED_NAME.
755 * minsyms.c (demangle.h): Include.
756 * minsyms.c (lookup_minimal_symbol): Indent comment to match code.
757 * minsyms.c (install_minimal_symbols): Attempt to demangle symbol
758 names as C++ names, and cache them in SYMBOL_DEMANGLED_NAME.
759 * mipsread.c (psymtab_language): Add static variable.
760 * stabsread.c (demangle.h): Include.
761 * stabsread.c (define_symbol): Attempt to demangle C++ symbol
762 names and cache them in the SYMBOL_DEMANGLED_NAME field.
763 * stack.c (return_command): Remove explicit demangling of name
764 and use of cleanups. Just use SYMBOL_DEMANGLED_NAME.
765 * symfile.c (demangle.h): Include.
766 * symfile.c (add_psymbol_to_list, add_psymbol_addr_to_list): Fix
767 to match macros in symfile.h and allow them to be compiled
768 if INLINE_ADD_PSYMBOL is not true.
769 * symfile.h (INLINE_ADD_PSYMBOL): Default to true if not set.
770 * symfile.h (ADD_PSYMBOL_*): Add language and objfile parameters.
771 Add code to demangle and cache C++ symbol names. Use macro form
772 if INLINE_ADD_PSYMBOL is true, otherwise use C function form.
773 * symmisc.c (add_psymbol_to_list, add_psymbol_addr_to_list):
774 Remove, also defined in symfile.c, which we already fixed.
775 * symtab.c (expensive_mangler): Remove prototype and function.
776 * symtab.c (find_methods): Remove physnames parameter and fix
777 prototype to match.
778 * symtab.c (completion_list_add_symbol): Name changed to
779 completion_list_add_name.
780 * symtab.c (COMPLETION_LIST_ADD_SYMBOL): New macro, adds both
781 the normal symbol name and the cached C++ demangled name.
782 * symtab.c (lookup_demangled_partial_symbol,
783 lookup_demangled_block_symbol): Remove prototypes and functions.
784 * symtab.c (lookup_symbol): Remove use of expensive_mangler,
785 use lookup_block_symbol instead of lookup_demangled_block_symbol.
786 Remove code to try demangling names and matching them.
787 * symtab.c (lookup_partial_symbol, lookup_block_symbol):
788 Fix to try matching the cached demangled name if no match is
789 found using the regular symbol name.
790 * symtab.c (find_methods): Remove unused physnames array.
791 * symtab.c (name_match, NAME_MATCH): Remove function and macro,
792 replaced with SYMBOL_MATCHES_REGEXP from symtab.h.
793 * symtab.c (completion_list_add_symbol): Rewrite to use cached
794 C++ demangled symbol names.
795 * symtab.h: Much reformatting of structures and such to add
796 whitespace to make them more readable, and make them more
797 consistent with other gdb structure definitions.
798 * symtab.h (general_symbol_info): New struct containing fields
799 common to all symbols.
800 * symtab.h (SYMBOL_LANGUAGE, SYMBOL_DEMANGLED_NAME,
801 SYMBOL_SOURCE_NAME, SYMBOL_LINKAGE_NAME, SYMBOL_MATCHES_NAME,
802 SYMBOL_MATCHES_REGEXP, MSYMBOL_INFO, MSYMBOL_TYPE): New macros.
803 * symtab. (struct minimal_symbol, struct partial_symbol, struct
804 symbol): Use general_symbol_info struct.
805 * utils.c (demangle_and_match): Remove, no longer used.
806 * valops.c (demangle.h): Include.
807 * xcoffexec.c (eq): Remove macro, replace usages with STREQ.
808 * blockframe.c, breakpoint.c, c-exp.y, c-valprint.c, dbxread.c,
809 infcmd.c, m2-exp.y, minsyms.c, objfiles.h, solib.c, stack.c,
810 symmisc.c, symtab.c, valops.c: Replace references to minimal
811 symbol fields with appropriate macros.
812 * breakpoint.c, buildsym.c, c-exp.y, c-typeprint.c, c-valprint.c,
813 coffread.c, command.c, convex-tdep.c, cp-valprint.c, dbxread.c,
814 demangle.c, elfread.c, energize.c, environ.c, exec.c,
815 gdbtypes.c, i960-tdep.c, infrun.c, infrun-hacked.c, language.c,
816 main.c, minsyms.c, mipsread.c, partial-stab.h, remote-es1800.c,
817 remote-nindy.c, remote-udi.c, rs6000-tdep.c, solib.c, source.c,
818 sparc-pinsn.c, stabsread.c, standalone.c, state.c, stuff.c,
819 symfile.c, symmisc.c, symtab.c, symtab.h, tm-sysv4.h,
820 tm-ultra3.h, values.c, xcoffexec.c, xcoffread.c: Replace strcmp
821 and strncmp usages with STREQ, STREQN, or STRCMP as appropriate.
822 * breakpoint.c, buildsym.c, c-typeprint.c, expprint.c, findvar.c,
823 mipsread.c, printcmd.c, source.c, stabsread.c, stack.c,
824 symmisc.c, tm-29k.h, valops.c, values.c: Replace SYMBOL_NAME
825 references with SYMBOL_SOURCE_NAME or SYMBOL_LINKAGE_NAME as
826 appropriate.
827 * buildsym.c (start_subfile, patch_subfile_names): Default the
828 source language to what can be deduced from the filename.
829 * buildsym.c (end_symtab): Update the source language in the
830 allocated symtab to match what we have been using.
831 * buildsym.h (struct subfile): Add a language field.
832 * c-typeprint.c (c_print_type): Remove code to do explicit
833 demangling.
834 * dbxread.c (psymtab_language): Add static variable.
835 * dbxread.c (start_psymtab): Initialize psymtab_language using
836 deduce_language_from_filename.
837
838 Mon Dec 21 22:24:33 1992 Fred Fish (fnf@cygnus.com)
839
840 * valprint.c (val_print): Reorganize comment and add note
841 about dependency on target byte ordering.
842 **** start-sanitize-chill ****
843 * ch-exp.y (value_array_slice): Fix typo.
844 * ch-valprint.c (chill_val_print): Remove C'ism that arrays of
845 byte sized ints are assumed to be char strings and printed with
846 string syntax. In chill, arrays of chars and arrays of
847 bytes/ubytes are distinquishable, and printed appropriately.
848 **** end-sanitize-chill ****
849
850 Mon Dec 21 18:02:35 1992 Stu Grossman (grossman at cygnus.com)
851
852 * tm-hppah.h: #define NEED_TEXT_START_END for target memory
853 read/write routines for HPUX.
854
855 * hppa-pinsn.c (print_insn): Improve handling of be and ble
856 branch targets to compute target address using const from previous
857 instruction if necessary.
858 * Add `Q' operator to print out bit position field various
859 instructions.
860 * hppah-nat.c: #include sys/param.h, and sys/user.h. General
861 cleanups, use new code from Utah.
862 * (store_inferior_registers): Update to new code from Utah.
863 * (initialize_kernel_u_addr): Re-enable decl of struct user u.
864 * (fetch_register): Clear out priv level when reading PCs.
865 * hppah-tdep.c: Get rid of gobs of KERNELDEBUG stuff.
866 * Remove decl of errno, #include wait.h and target.h.
867 * (frame_saved_pc): Check `flags' pseudo-register to see if we
868 were inside of a kernel call. If so, then PC is in a different
869 register. Also, mask out bottom two bits of all PCs so as not to
870 confuse higher level code.
871 * (push_dummy_frame): Create from #define in tm-hppa.h.
872 * (find_dummy_frame_regs): Update from Utah.
873 * (hp_pop_frame): Create from #define in tm-hppa.h.
874 * (hp_restore_pc_queue): New, from Utah.
875 * (hp_push_arguments): Big fixes from Utah.
876 * (pa_do_registers_info, pa_print_registers): Only print out fp
877 regs upon request.
878 * (skip_trampoline_code): New routine to deal with stubs that
879 live in nowhereland between callers and callees.
880 * i860-tdep.c: Remove decl of attach_flag.
881 * infrun.c (wait_for_inferior): Add new macro
882 INSTRUCTION_NULLIFIED, which can tell if the instruction pointed
883 at by PC will be nullified. If so, then step the target once more
884 so as to avoid confusing the user.
885 * (just before step_over_function:): Use stop_func_start, not
886 stop_pc when checking for the existance of line number info.
887 stop_func_start will reflect the proper address of the target
888 routine, not of the stub that we may be traversing to get there.
889 * tm-hppa.h: define SKIP_TRAMPOLINE_CODE and IN_SOLIB_TRAMPOLINE
890 to deal with the stubs that PA compilers sometimes stick between
891 callers and callees. Also, define FLAGS_REGNUM for access to the
892 `flags' pseudo-reg.
893 * (REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW): Use
894 memcpy, not bcopy.
895 * (CANNOT_STORE_REGISTER): New from Utah. Says that we can't
896 write gr0, PC regs, and PSW!
897 * (FRAME_FIND_SAVED_REGS): Bug fixes from Utah.
898 * (PUSH_DUMMY_FRAME, POP_FRAME): Make into real routines in
899 hppah-nat.c.
900 * (CALL_DUMMY, FIX_CALL_DUMMY): Fixes from Utah.
901 * Define struct unwind_table_entry.
902 * valops.c (call_function_by_hand): Add another arg to
903 FIX_CALL_DUMMY (under #ifdef GDB_TARGET_IS_HPPA). Why is this
904 necessary?
905
906 Mon Dec 21 02:17:57 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
907
908 * remote-vx.c: remove include of "symfile.h", replace it with "complaints.h"
909
910 Fri Dec 18 10:32:25 1992 Fred Fish (fnf@cygnus.com)
911
912 * Makefile.in (VERSION): Bump to 4.7.4.
913 * Makefile.in (SFILES_MAINDIR): Add typeprint.c, c-typeprint.c,
914 m2-typeprint.c, c-valprint.c cp-valprint.c m2-valprint.c.
915 * Makefile.in (HFILES): Add valprint.h.
916 * Makefile.in (OBS): Add typeprint.o, c-typeprint.o,
917 m2-typeprint.o, c-valprint.o, cp-valprint.o m2-valprint.o.
918 * typeprint.c, typeprint.h: New files for language independent
919 type printing functions.
920 * c-typeprint.c, m2-typeprint.c: New files for language dependent
921 type printing functions and definitions.
922 * valprint.h: New include file for language independent value
923 printing definitions.
924 * c-valprint.c, cp-valprint.c, m2-valprint.c: New files for language
925 dependent value printing functions.
926 * c-exp.y (production ptype): Add range_type variable and use new
927 create_range_type function.
928 * c-exp.y (tokentab2, tokentab3), c-lang.c (c_op_print_tab),
929 infcmd.c (path_var_name), language.c (unk_op_print_tab),
930 m2-lang.c (m2_op_print_tab): Change from ANSI-obsolescent
931 "const static" to ANSI-conformant "static const".
932 * c-exp.y (c_create_fundamental_type): Remove unused nbytes.
933 * c-exp.y (c_language_defn, cplus_language_defn): Add c_print_type,
934 and c_val_print.
935 * c-lang.h (c_print_type, c_val_print): Add prototypes.
936 * coffread.c (decode_type): Add range_type variable and call to
937 new create_range_type function.
938 * complaints.c (complain): Remove unused val variable.
939 * complaints.c (_initialize_complaints): Make it void.
940 * convex-tdep.c (value_of_trapped_internalvar): Add range_type
941 variable and call new create_range_type function.
942 * defs.h (enum val_prettyprint): Move enum from value.h to here
943 so we can avoid having to include value.h just for prototypes that
944 need the enum (thanks ANSI).
945 * dwarfread.c (struct_type): Local anonymous_size variable is
946 only used if !BITS_BIG_ENDIAN.
947 * dwarfread.c (decode_subscript_data_item): Add rangetype
948 variable and call new create_range_type function.
949 * elfread.c (elf_symfile_read): Remove unused dbx and text_sect
950 variables.
951 * eval.c (evaluate_subexp): Remove unused local variable name
952 and the statement with no side effects that initializes it.
953 * expprint.c (print_subexp): Change local_printstr to
954 LA_PRINT_STRING.
955 * gdbtypes.c (create_range_type): New function that creates
956 a range type using code fragments from object file readers as
957 an example of what has to be initialized.
958 * gdbtypes.c (create_array_type): Removed index_type, low_bound,
959 and high_bound parameters, replaced with a single range_type
960 parameter. Change function body to use passed in range_type
961 rather than handcrafting one.
962 * gdbtypes.h (create_range_type): Add prototype.
963 * gdbtypes.h (create_array_type): Change prototype parameters.
964 * infrun.c (normal_stop): Remove unused local variables tem and c.
965 * infrun.c (hook_stop_stub): Return 0 rather than random value.
966 * language.c (unk_lang_print_type, unk_lang_val_print): Add
967 stub functions that call error if called.
968 * language.c (unknown_language_defn, auto_language_defn,
969 local_language_defn): Add initializers unk_lang_print_type and
970 unk_lang_val_print.
971 * language.h (struct language_defn): Reformat for larger
972 comments, add la_print_type and la_val_print members. Add
973 LA_PRINT_TYPE and LA_VAL_PRINT macros. Change local_printchar
974 to LA_PRINT_CHAR and local_printstr to LA_PRINT_STRING.
975 * m2-lang.c (m2_create_fundamental_type): Remove unused local
976 variable nbytes.
977 * m2-lang.c (m2_language_defn): Add initializers m2_print_type
978 and m2_val_print.
979 * m2-lang.h (m2_print_type, m2_val_print): Add prototypes.
980 * main.c (execute_command): Remove unused local variable cmdlines.
981 * main.c (echo_command), stabsread.c (read_type), printcmd.c
982 (clear_displays), symmisc.c (block_depth), values.c
983 (clear_value_history):
984 Make testing of truth value of assignment result explicit.
985 * mipsread.c (upgrade_type): Update FIXME to include future use
986 of create_range_type.
987 * printcmd.c (ptype_command, ptype_eval, whatis_command,
988 whatis_exp, maintenance_print_type): Move prototypes and functions
989 to new typeprint.c.
990 * printcmd.c (_initialize_printcmd): Move add_com calls for
991 ptype_command and whatis_command to new typeprint.c.
992 * ser-bsd.c (serial_open): Remove unused variable sgttyb.
993 * source.c (find_source_lines): Local variable c only used
994 when LSEEK_NOT_LINEAR is defined.
995 * stabsread.c (read_array_type): Use new create_range_type
996 function.
997 * stabsread.c (read_range_type): Add new index_type variable and
998 call new create_range_type function rather than handcrafting
999 range types.
1000 * symmisc.c (type_print_1): Change usages to LA_PRINT_TYPE.
1001 * symtab.c (typedef_print usages): Use c_typedef_print, renamed.
1002 * symtab.c (type_print_base usages): Use c_type_print_base.
1003 * symtab.c (type_print_varspec_prefix usages): Use
1004 c_type_print_varspec_prefix.
1005 * symtab.c (type_print_method_args usages): Use
1006 cp_type_print_method_args.
1007 * valprint.c: Completely ripped apart and the fragments used
1008 to create c-valprint.c, cp-valprint.c, m2-valprint.c, and
1009 valprint.h. Remaining stuff is language independent.
1010 * value.h (struct fn_field): Forward declare for prototypes.
1011 * value.h (type_print_1): Remove prototype.
1012 * value.h (enum val_prettyprint): Moved to defs.h.
1013 * value.h (typedef_print): Prototype renamed to c_typedef_print.
1014 * value.h (baseclass_offset): Add prototype.
1015 **** start-sanitize-chill ****
1016 * Makefile.in (SFILES_MAINDIR): Add ch-typeprint.c, ch-valprint.c.
1017 * Makefile.in (OBS): Add ch-typeprint.o, ch-valprint.o.
1018 * ch-typeprint.c: New file for language dependent type printing.
1019 * ch-valprint.c: New file for language dependent value printing.
1020 * ch-exp.y (parse_number): Remove prototype and stub function.
1021 * ch-exp.y (decode_integer_literal): Removed unused digits and
1022 temp variables.
1023 * ch-exp.y (convert_float): Completely ifdef out for now.
1024 * ch-exp.y (tokentab2, tokentab3, tokentab4, tokentab5),
1025 ch-lang.c (chill_op_print_tab):
1026 Change from ANSI-obsolescent "const static" to ANSI-conformant
1027 "static const".
1028 * ch-exp.y (yylex): Add unhandled storage class enumeration
1029 literals to switch statement for completeness.
1030 * ch-lang.c (chill_create_fundamental_types): Remove unused
1031 nbytes variable. Change dummy type to 2 bytes to match int.
1032 Handle FT_VOID types gratuituously added to chill DWARF by
1033 compiler. Change FT_CHAR case to generate an TYPE_CODE_CHAR
1034 type rather than a one byte TYPE_CODE_INT type.
1035 * ch-lang.c (chill_language_defn): Add chill_print_type and
1036 chill_val_print.
1037 * ch-lang.h (chill_print_type, chill_val_print): Add prototypes.
1038 **** end-sanitize-chill ****
1039
1040 Thu Dec 17 00:44:57 1992 John Gilmore (gnu@cygnus.com)
1041
1042 Eliminate uses of NAMES_HAVE_UNDERSCORE, using
1043 bfd_get_symbol_leading_char instead.
1044
1045 * coffread.c (EXTERNAL_NAME): New macro for removing possible
1046 leading character from names.
1047 (read_coff_symtab): Use BFD's FILE *, don't open a second one.
1048 (process_coff_symbol, coff_read_struct_type, coff_read_enum_type):
1049 Replace NAMES_HAVE_UNDERSCORE with EXTERNAL_NAME.
1050
1051 * kdb-start.c (main): Remove NAMES_HAVE_UNDERSCORE.
1052 * minsyms.c (install_minimal_symbols): Replace NAMES_HAVE_UNDERSCORE.
1053 Remove SOME_NAMES_HAVE_DOT support (apparently unused).
1054 * partial-stab.h: Replace NAMES_HAVE_UNDERSCORE.
1055 * solib.c: Replace NAMES_HAVE_UNDERSCORE.
1056 * stabsread.h: Remove NAMES_HAVE_UNDERSCORE and HASH_OFFSET.
1057 * symfile.c (syms_from_objfile): Insert debugging check to test
1058 NAMES_HAVE_UNDERSCORE setting against the BFD support. FIXME,
1059 remove this (and all tm-*.h NAMES_HAVE_UNDERSCORE) soon.
1060
1061 * doc/gdbint.texinfo (Host Conditionals): Remove
1062 NAMES_HAVE_UNDERSCORE, SOME_NAMES_HAVE_DOT, document
1063 MEM_FNS_DECLARED.
1064 (Target Conditionals): Remove all of the above.
1065
1066 * xm-rs6000.h (MEM_FNS_DECLARED): Update comments.
1067
1068 * coffread.c (read_coff_symtab, C_BLOCK): Use complain() rather
1069 than error() for .bb/.eb. Bug found by Eddie Fung, <efung@cs.uq.oz.au>.
1070
1071 Tue Dec 15 10:05:56 1992 Ian Lance Taylor (ian@cygnus.com)
1072
1073 * coffread.c (decode_type): catch negative tagndx fields generated
1074 by SCO 3.2v4 cc.
1075 * exec.c: comment out string following #endif.
1076 * configure.in (i[34]86-*-sco3.2v4*): use host i386sco4.
1077 * xm-i386sco.h: include <sys/types.h> and <sys/dir.h>, required by
1078 <sys/user.h>.
1079 * config/i386sco4.mh: new file; like i386sco.mh, but don't require
1080 gcc, and define const to empty to avoid SCO 3.2v4 cc bug.
1081
1082 Tue Dec 15 04:14:24 1992 Fred Fish (fnf@cygnus.com)
1083
1084 * complaints.c: New file, code moved from utils.c.
1085 * complaints.c (complain): Made into a varargs function.
1086 * complaints.h: New file, code moved from symfile.h.
1087 * Makefile.in (SFILES_MAINDIR): Add complaints.c.
1088 * Makefile.in (HFILES): Add complaints.h.
1089 * Makefile.in (OBS): Add complaints.o.
1090 * symfile.c (complaint_root, stop_whining, complaint_series,
1091 complain, clear_complaints, add_show_from_set for stop_whining):
1092 Moved to complaints.c.
1093 * symfile.h (struct complaint, complaint_root decl, complain
1094 prototype, clear_complaints prototype): Moved to complaints.h.
1095 * buildsym.c, coffread.c, dbxread.c, dwarfread.c, elfread.c,
1096 gdbtypes.c, mipsread.c, stbsread.c, symfile.c: Include
1097 complaints.h. Remove casts from arguments to complain(),
1098 which is now a varargs function, and remove unnecessary
1099 placeholder zero args.
1100 * defs.h (begin_line): Add prototype.
1101 * defs.h (vprintf_filtered): Add prototype.
1102 * dwarfread.c (varargs.h): Remove, no longer needed.
1103 * dwarfread.c (dwarfwarn): Remove prototype and function.
1104 * dwarfread.c (complaints): Define a bunch of complaints.
1105 * dwarfread.c (SQUAWK): Remove macro defs, convert all
1106 usages to standard complain() calls.
1107 * utils.c (begin_line): New function that ensures that
1108 whatever gets filter-printed next starts on its own line.
1109 * utils.c (vprintf_filtered): New func, like vfprintf_filtered,
1110 but to stdout (calls vfprintf_filtered internally).
1111
1112 Tue Dec 15 02:01:00 1992 John Gilmore (gnu@cygnus.com)
1113
1114 * remote.c: Avoid printf_filtered line limit. Suggested by
1115 Robert R. Henry, <rrh@tera.com>.
1116 * infcmd.c (environment_info): Ditto, for Don Allen <allen@think.com>.
1117
1118 * main.c (main): Accept --silent as well as --quiet. Change +help
1119 to --help. Suggested by Karl Berry, <karl@cs.umb.edu>.
1120
1121 * doc/gdbint.texinfo: SWAP_HOST_AND_TARGET => SWAP_TARGET_AND_HOST.
1122 Noticed by Andy Jackson, <arj@cam-orl.co.uk>.
1123
1124 Mon Dec 14 23:28:15 1992 John Gilmore (gnu@cygnus.com)
1125
1126 * tm-nindy960.h, remote-nindy.c: Lint.
1127
1128 Mon Dec 14 18:48:52 1992 Fred Fish (fnf@cygnus.com)
1129
1130 * gdbtypes.c (create_array_type): Complete rewrite. Now requires
1131 a optional type to decorate as an array type, the type of the
1132 index, and the bounds of the array. Records this additional info
1133 in the array type for use with languages with nonzero array
1134 bounds.
1135 * gdbtypes.h (enum type_code): Update comment for TYPE_CODE_ARRAY
1136 to note that arrays may have bounds.
1137 * gdbtypes.h (create_array_type): Update prototype.
1138 * c-exp.y (ptype production): Adjust for new create_array_type
1139 calling conventions.
1140 * coffread.c (decode_type): Call create_array_type rather than
1141 handcrafting array types.
1142 * convex-tdep.c (value_type): Remove, now use create_array_type.
1143 * convex-tdep.c (value_of_trapped_internalvar): Convert calls to
1144 vector_type into calls to create_array_type.
1145 * dwarfread.c (decode_subscr_data): Name changed to
1146 decode_subscript_data_item throughout.
1147 * dwarfread.c (decode_subscript_data_item): Rewrite to use
1148 create_array_type. Now records index type and range as well.
1149 * dwarfread.c (dwarf_read_array_type): Rewrite as part of
1150 change to use create_array_type.
1151 * dwarfread.c (read_subroutine_type): Test existing user defined
1152 types before decorating them, to ensure they are blank, and
1153 complain about it if they are not.
1154 * dwarfread.c (decode_fund_type): For unrecognized types, always
1155 return some valid type (type integer). If the unrecognized type
1156 cannot be an implementation defined type, complain as well.
1157 * m88k-tdep.c (pushed_size): Update comment for TYPE_CODE_ARRAY.
1158 * m88k-tdep.c (store_param): Update comment for TYPE_CODE_ARRAY.
1159 * mipsread.c (upgrade_type): Add FIXME comment that code to
1160 handcraft arrays should be replaced with call to create_array_type.
1161 * stabsread.c (read_array_type): Replace code to handcraft
1162 array types with call to create_array_type.
1163 * valprint.c (type_print_varspec_prefix): Minor formatting
1164 change, join lines that don't need to be split.
1165
1166 Mon Dec 14 17:18:42 1992 Stu Grossman (grossman at cygnus.com)
1167
1168 * convex-xdep.c, hppab-nat.c, infptrace.c: Remove
1169 decl for attach_flag, it now lives in inferior.h.
1170 * hppa-pinsn.c: Reformat opcode tables. Add function prototypes.
1171 Make most functions static.
1172 * hppah-nat.c: General cleanups, remove BSD specific code (since
1173 that all lives in hppab-nat.c).
1174 * hppah-tdep.c (frame_chain_valid), tm-hppa.h (FRAME_CHAIN):
1175 Change sense of test against inside_entry_file(). This fix is
1176 from U. of Utah.
1177 * tm-hppa.h (PUSH_DUMMY_FRAME, POP_FRAME): Use char * for 2nd arg
1178 to read/write_register_bytes().
1179 * gdbtypes.h: Remove const from decl for cplus_struct_default to
1180 work around PA-GAS assembler bug. Also, add trailing */ to some
1181 comments.
1182 * gdbtypes.c: Remove const from decl for cplus_struct_default.
1183 Same reason as above.
1184
1185 Wed Dec 9 19:53:25 1992 John Gilmore (gnu@cygnus.com)
1186
1187 * mipsread.c (parse_symbol): When checking whether a structured
1188 type is an enum, check qualifiers of its first member, as well as
1189 the base type of the member. Bug found and fixed by John M.
1190 Farrell, <farrell@fjord.reo.dec.com>.
1191
1192 * vx-share/{reg.h,xdr_regs.h,xdr_regs.c}: Remove, unused.
1193 * remote-vx.c: Don't include vx-share/reg.h.
1194 * vx-share/ptrace.h: Reproduce from scratch.
1195 * config/{vxworks68,vxworks960}: Don't include xdr_regs.o.
1196 * Makefile.in: Remove references to removed files, and to removed
1197 29k-share directories.
1198
1199 Tue Dec 8 13:30:58 1992 Fred Fish (fnf@cygnus.com)
1200
1201 * c-lang.c (_initialize_c_language): Name changed from
1202 _initialize_c_exp.
1203 * m2-lang.c (_initialize_m2_language): Name changed from
1204 _initialize_m2_exp.
1205 * m2-lang.c (_initialize_m2_language): Change malloc to xmalloc since
1206 it is no longer inside m2-exp.y, where it was remapped by Makefile.
1207 * c-exp.y, m2-exp.y: Migrate code that has nothing to do with
1208 expression parsing into c-lang.c and m2-lang.c respectively.
1209 * c-lang.c, m2-lang.c: New files, code migrated from c-exp.y and
1210 m2-exp.y respectively.
1211 * c-lang.h, m2-lang.h: New files, internal interfaces between c-*
1212 and m2-* files respectively.
1213 * Makefile.in (SFILES_MAINDIR): Add c-lang.c, m2-lang.c.
1214 * Makefile.in (HFILES): Add c-lang.h, m2-lang.h.
1215 * Makefile.in (OBS): Add c-lang.o, m2-lang.o.
1216 * expression.h (struct block): Forward declaration for prototypes.
1217 * language.h (struct objfile): Forward declaration for prototypes.
1218 **** start-sanitize-chill ****
1219 * Makefile.in (SFILES_MAINDIR): Add ch-lang.c.
1220 * Makefile.in (HFILES): Add ch-lang.h.
1221 * Makefile.in (OBS): Add ch-lang.o.
1222 * ch-exp.y: Migrate code that has nothing to do with expression
1223 parsing into ch-lang.c.
1224 * ch-lang.c: New file, code migrated from c-exp.y.
1225 * ch-lang.h: New file, internal interface between ch-* files.
1226 * ch-lang.c (_initialize_chill_language): Name changed from
1227 _initialize_chill_exp.
1228 **** end-sanitize-chill ****
1229
1230 Changes for Amiga Unix from rhealey@ub.d.umn.edu.
1231 * config/amix.mh (NAT_FILE): Add, set to nm-sysv4.h.
1232 * config/amix.mh (NATDEPFILES): Add.
1233 * config/amix.mh (XDEPFILES): Move procfs.o and fork-child.o
1234 to NATDEPFILES.
1235
1236 * dwarfread.c (decode_subscr_data): Remove spurious test that
1237 accepted only integer subscript types. We don't do anything
1238 with the type at the moment anyway.
1239
1240 **** start-sanitize-chill ****
1241 Fri Dec 4 06:56:56 1992 Fred Fish (fnf@cygnus.com)
1242
1243 * ch-exp.y (match_character_literal): Fix case where no
1244 match at all is found.
1245 * ch-exp.y (chill_create_fundamental_type): Chill uses fixed
1246 width types. For example, "INT" is always 2 bytes regardless
1247 of the values of any TARGET_*_BIT macros. So use explicit
1248 numeric sizes for the types.
1249 **** end-sanitize-chill ****
1250
1251 Thu Dec 3 12:00:06 1992 Fred Fish (fnf@cygnus.com)
1252
1253 * c-exp.y (c_create_fundamental_type): New function to create
1254 language specific fundamental types for C.
1255 * m2-exp.y (m2_create_fundamental_type): New function to create
1256 language specific fundamental types for Modula 2.
1257 * c-exp.y (c_language_defn, cplus_language_defn): Add
1258 c_create_fundamental_type to language struct initializers.
1259 * m2-exp.y (m2_language_defn): Add m2_create_fundamental_type
1260 to language struct initializers.
1261 * dwarfread.c (expression.h, language.h): Include.
1262 * dwarfread.c (ftypes): New array to hold fundamental types
1263 for current compilation unit.
1264 * dwarfread.c (cu_language_defn): New pointer to language
1265 struct for language of current compilation unit.
1266 * dwarfread.c (dwarf_fundamental_type): New function to
1267 create/lookup fundamental types.
1268 * dwarfread.c (set_cu_language): Initialize cu_language_defn.
1269 * dwarfread.c (throughout): Replace lookup_fundamental_type
1270 with dwarf_fundamental_type.
1271 * dwarfread.c (read_file_scope): Zero out ftypes for each new
1272 compilation unit (may be different language or different objfile).
1273 * gdbtypes.c (lookup_fundamental_type): Move actual type
1274 creations into language specific fundamental type creation
1275 functions and call via create_fundamental_type. Add comment
1276 about this function being obsolescent.
1277 * gdbtypes.h (FT_BYTE, FT_UNSIGNED_BYTE): New types, true byte
1278 sized signed and unsigned integers.
1279 * gdbtypes.h (FT_NUM_MEMBERS): Increment, new types added.
1280 * language.c (language_def): New function to lookup a language
1281 struct given it's enumeration.
1282 * language.h (struct language_defn): Add la_fund_type, a pointer
1283 to a function that creates fundamental types for this language.
1284 * language.h (create_fundamental_type): New macro to create
1285 fundamental types based on the current language.
1286 * language.h (language_def): Add prototype.
1287 * language.c (unk_lang_create_fundamental_type): New function
1288 for initializing language structs, calls error if called.
1289 * language.c (unk_language_defn, auto_language_defn,
1290 local_language_defn): Use unk_lang_create_fundamental_type.
1291 **** start-sanitize-chill ****
1292 ch-exp.y (chill_create_fundamental_type): New function.
1293 ch-exp.y (chill_language_defn): Add chill_create_fundamental_type.
1294 ch-exp.y (_initialize_chill_exp): BOOL types are only one byte.
1295 **** end-sanitize-chill ****
1296
1297 **** start-sanitize-chill ****
1298 Tue Dec 1 17:07:31 1992 Fred Fish (fnf@cygnus.com)
1299
1300 * dwarfread.c (CHILL_PRODUCER): Add producer string for
1301 GNU chill.
1302 * dwarfread.c (handle_producer): Test CHILL_PRODUCER as well
1303 as GCC_PRODUCER and GPLUS_PRODUCER.
1304 **** end-sanitize-chill ****
1305
1306 Mon Nov 30 18:46:58 1992 Stu Grossman (grossman at cygnus.com)
1307
1308 * remote-udi.c (udi_wait): Don't stop if TIP says that remote is
1309 still running.
1310
1311 Mon Nov 30 12:00:25 1992 Fred Fish (fnf@cygnus.com)
1312
1313 * tm-sun4sol2.h: Add CPLUS_MARKER. Solaris 2.0 requires '.'
1314 rather than '$'. This particular piece of braindamage is
1315 spreading like ooze. It's now infected libiberty, deja-gnu,
1316 gdb, and gcc.
1317 * values.c (baseclass_addr): Use CPLUS_MARKER rather than
1318 hardwired '$' character.
1319
1320 Sun Nov 29 15:22:42 1992 Fred Fish (fnf@cygnus.com)
1321
1322 (Changes to break incredibly ugly, unmaintainable 750 line
1323 read_struct_type function up into managable pieces.)
1324 * Makefile.in (VERSION): Bump to 4.7.3.
1325 * stabsread.c (struct field_info): Local struct definition.
1326 * stabsread.c (read_member_functions, read_struct_fields,
1327 read_baseclasses, read_tilde_fields, attach_fn_fields_to_type,
1328 attach_fields_to_type, read_cpp_abbrev): Prototypes and new
1329 functions from fragmented read_struct_type.
1330 * stabsread.c (stabs_general_complaint): Catchall complaint.
1331 * stabsread.c (STABS_CONTINUE): Macro'ize cretinous stabs
1332 symbol name continuation code. Use macro throughout.
1333 * stabsread.c (various places): Replace add-one-to-pointer
1334 with pointer increment.
1335 * stabsread.c (read_type): Retain function local copy of type
1336 descriptor. Rearrange code calling read_struct_type() to match
1337 new conventions.
1338 * stabsread.c (define_symbol): For the sake of dbx, gcc emits
1339 a single blank as the name of nameless enumerations. Recognize
1340 this special case and set nameless flag.
1341 **** start-sanitize-chill ****
1342 * ch-exp.y (GENERAL_PROCEDURE_NAME, LOCATION_NAME): New
1343 terminal tokens.
1344 * ch-exp.y (access_name): New non-terminal token and
1345 production.
1346 * ch-exp.y (general_procedure_name): Now a terminal token.
1347 * ch-exp.y (location): Expand production.
1348 * ch-exp.y (match_simple_name_string): New function.
1349 * ch-exp.y (yylex): Call match_simple_name_string and return
1350 GENERAL_PROCEDURE_NAME or LOCATION_NAME as appropriate.
1351 **** end-sanitize-chill ****
1352
1353 Wed Nov 25 07:17:13 1992 Fred Fish (fnf@cygnus.com)
1354
1355 * munch: Backslash escape vertical bar characters inside
1356 grep patterns since they have special meaning for some greps.
1357 * parse.c (write_exp_string): Complete rewrite to store string
1358 contants as a leading explicit length, followed by the string data,
1359 followed by a trailing explicit length.
1360 * eval.c (evaluate_subexp), expprint.c (print_subexp),
1361 parse.c (length_of_subexp), parse.c (prefixify_subexp):
1362 Use recorded explicit length of strings in expression elements,
1363 rather than strlen. Adjust code to skip over strings stored in
1364 expression elements, and code to access strings, to account for
1365 new leading explicit size expression element.
1366 * parse.c (length_of_subexp): Test for minimum endpos of 1, not
1367 0, to avoid negative expression element indices.
1368 * valops.c (search_struct_method): Minor whitespace change.
1369
1370 Mon Nov 23 11:14:15 1992 Fred Fish (fnf@cygnus.com)
1371
1372 * c-exp.y (yylex): Add tempbuf, tempbufindex, and tempbufsize,
1373 which together maintain a dynamically expandable static buffer
1374 for the lexer to use when translating C strings to their internal
1375 form (other future uses possible). Fix parsing of C style strings
1376 to do the normal C style input conversions of escaped character
1377 sequences.
1378 * valops.c (value_string): Remove translation of escaped
1379 character sequences, now done in C expression parser.
1380 * language.h (PRINT_LITERAL_FORM): New macro that takes character
1381 and decides if it should be printed in literal form or some other
1382 form, based on it's ASCII value and setting of sevenbit_strings.
1383 * {c-exp.y, m2-exp.y} (emit_char): Use new PRINT_LITERAL_FORM
1384 macro, change indentation style.
1385 **** start-sanitize-chill ****
1386 * ch-exp.y (chill_printchar): Use new PRINT_LITERAL_FORM macro.
1387 * ch-exp.y (chill_printstr): First cut at real function instead
1388 of error stub.
1389 **** end-sanitize-chill ****
1390
1391 Sun Nov 22 16:21:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1392
1393 * nindy-share/stop.h: fixed bogus comment-end in copyright message
1394
1395 * i960-pinsn.c: fixed two calls of fputs_filtered that had 3 arguments
1396
1397 Fri Nov 20 21:35:57 1992 Fred Fish (fnf@cygnus.com)
1398
1399 * defs.h (sevenbit_strings): Add declaration.
1400 * defs.h (printchar): Replace with gdb_printchar.
1401 * language.h (language_defn): Add new function pointers
1402 la_printchar and la_printstr, to do language dependent
1403 printing of characters and strings.
1404 * language.h (local_printchar, local_printstr): New macros
1405 to call language dependent functions pointed to by la_printchar
1406 and la_printstr respectively.
1407 * c-exp.y (emit_char, c_printchar, c_printstr): New language
1408 dependent functions for printing characters and strings.
1409 * c-exp.y (c_language_defn, cplus_language_defn): Add
1410 c_printchar and c_printstr.
1411 * command.c (do_setshow_command): Rename printchar use to
1412 gdb_printchar.
1413 * expprint.c (print_subexp): Replace C style string output
1414 with call to local_printstr.
1415 * language.c (unk_lang_printchar, unk_lang_printstr):
1416 New stubs, currently errors.
1417 * language.c (unknown_language_defn, auto_language_defn,
1418 local_language_defn): Add unk_lang_printchar and
1419 unk_lang_printstr.
1420 * m2-exp.y (emit_char, m2_printchar, m2_printstr): New
1421 language dependent functions to print characters and strings.
1422 * m2-exp.y (m2_language_defn): Add m2_printchar and m2_printstr.
1423 * utils.c (printchar): Renamed to gdb_printchar.
1424 * valprint.c (print_string): Remove prototype, function moved
1425 to c-exp.y, where it becomes c_printstr.
1426 * valprint.c (print_max): Made global for reference from the
1427 language dependent printing routines in *-exp.y.
1428 * valprint.c (repeat_count_threshold): New variable with function
1429 of old REPEAT_COUNT_THREHOLD define, but now settable by user.
1430 Change all references to old macro to references to new variable.
1431 * valprint.c (value_print, val_print): Replace calls to
1432 print_string with calls to local_printstr.
1433 * valprint.c (val_print): Replace C style character printing
1434 with call to local_printchar.
1435 * valprint.c (val_print): Add case for TYPE_CODE_CHAR.
1436 * valprint.c (_initialize_valprint): Add add_show_from_set
1437 call for setting up repeat_count_threshold as print variable.
1438 **** start-sanitize-chill ****
1439 * ch-exp.y (decode_integer_value): New function.
1440 * ch-exp.y (decode_integer_literal): Use decode_integer_value.
1441 * ch-exp.y (chill_printchar, chill_printstr): New language
1442 dependent functions for printing characters and strings.
1443 * ch-exp.y (chill_language_defn): Add chill_printchar and
1444 chill_printstr.
1445 **** end-sanitize-chill ****
1446
1447 Thu Nov 19 21:22:21 1992 John Gilmore (gnu@cygnus.com)
1448
1449 * main.c (main): Print GDB version number in gdb -help; doc pid arg.
1450 Suggested by Marty Leisner, <leisner@eso.mc.xerox.com>.
1451 (print_gdb_version): New arg is stdout or stderr. Callers changed.
1452
1453 Wed Nov 18 15:05:45 1992 Ian Lance Taylor (ian@cygnus.com)
1454
1455 * remote-vx.c (vx_kill): just warn if we can't contact the board,
1456 and assume the process has been killed.
1457
1458 Wed Nov 18 14:39:57 1992 Stu Grossman (grossman at cygnus.com)
1459
1460 * remote-udi.c (udi_open): Reset vars so that user can re-run
1461 programs without leaving GDB.
1462 * (many routines): Slightly improve error handling.
1463 * (download): Zero out BSS by longs instead of bytes to avoid
1464 timeouts in real hardware.
1465 * 29k-share/udi/udip2soc.c (UDIDisconnect, UDIKill): Indicate
1466 that connection is no longer in use after shutdown() of socket.
1467 This keeps GDB from dying of a SIGPIPE when you issue multiple
1468 `target udi' commands.
1469
1470 Wed Nov 18 14:27:47 1992 Fred Fish (fnf@cygnus.com)
1471
1472 * language.h (language_format_info): New structure to bundle
1473 local formatting information.
1474 * language.h (language_defn): Replace individual format info
1475 with language_format_info structs.
1476 * language.h (local_*_format, local_*_format_prefix,
1477 local_*_format_specifier, local_*_format_suffix): New macros
1478 for binary/octal/decimal/hex formats to access info elements.
1479 * c-exp.y (c_language_defn): Update for new format handling.
1480 * m2-exp.y (m2_language_defn): Update for new format handling.
1481 * dbxread.c (language.h): Include for partial-stab.h use.
1482 * mipsread.c (expression.h, language.h): Include for
1483 partial-stab.h use.
1484 * defs.h (local_hex_format, local_hex_format_custom,
1485 local_hex_string, local_hex_string_custom): Move to language.h.
1486 * language.c (local_hex_format_custom, local_hex_string,
1487 local_hex_string_custom, local_octal_format_custom): Use new
1488 format handling.
1489 * language.c (unknown_language_defn, auto_language_defn,
1490 local_language_defn): Update for new format handling.
1491 * printcmd.c (print_scalar_formatted): Use new macros
1492 to access decimal and binary format info for printing.
1493 **** start-sanitize-chill ****
1494 * c-exp.y (chill_language_defn): Update for new format handling.
1495 * ch-exp.y (CHARACTER_LITERAL): Add support to yylex.
1496 * ch-exp.y (decode_integer_literal): Add function
1497 * ch-exp.y (match_integer_literal): Use decode_integer_literal.
1498 * ch-exp.y (builtin_type_chill_char): Add definition.
1499 * gdbtypes.h (builtin_type_chill_char): Add declaration.
1500 **** end-sanitize-chill ****
1501
1502 Tue Nov 17 11:17:06 1992 Ian Lance Taylor (ian@cygnus.com)
1503
1504 * tm-rs6000.h (BELIEVE_PCC_PROMOTION): Define, since AIX cc gets
1505 it right.
1506 (aix_framedata): added nosavedpc field.
1507 (SAVED_PC_AFTER_CALL): Don't try to optimize; just call
1508 read_register.
1509 (FRAMELESS_FUNCTION_INVOCATION): Pass second argument of 0.
1510 (FRAME_SAVED_PC): If PC not saved, use SAVED_PC_AFTER_CALL.
1511 * rs6000-tdep.c (skip_prologue): Handle gcc generated stfd
1512 instructions as function_frame_info does. Expand special case of
1513 st r31,-4(r1) to be st r31,NUM(r1), since gcc can generate offsets
1514 other than -4.
1515 (pop_frame): Add 4 rather than sizeof (int) to avoid host
1516 dependence.
1517 (function_frame_info): Set frameless if the function has no frame,
1518 and set nosavedpc if the PC was not saved. Handle gcc generated
1519 stfd 31,-4(31); st 31, -12(31) correctly.
1520 (frameless_function_invocation): New second argument pcsaved; if 0
1521 return whether the function has a frame, if 1 return whether the
1522 function saved PC.
1523 (frame_initial_stack_address): Correct typo: cache registers for
1524 callee_fi, not for fi, (avoids reading garbage memory locations).
1525
1526 Mon Nov 16 15:58:07 1992 Stu Grossman (grossman at cygnus.com)
1527
1528 * infrun.c (wait_for_inferior (just before step_over_function
1529 label)): Change test for stepping into subroutine to check for the
1530 presence of line number info. This makes stuff compiled with -g1
1531 cause GDB to not lose control when stepping.
1532
1533 * symtab.c (find_pc_line): Improve code per gnu's suggestions.
1534 Improve comments as well.
1535
1536 Sun Nov 15 09:22:09 1992 Fred Fish (fnf@cygnus.com)
1537
1538 * Makefile.in (VERSION): Bump to 4.7.2
1539 * symtab.c (find_pc_symtab): Fix return of random value
1540 to caller.
1541 * Makefile.in (c-exp.tab.c, m2-exp.tab.c): Add dependency on
1542 Makefile since it contains sed patterns used in generation.
1543 Add sed pattern to also delete #include of any malloc.h.
1544 * c-exp.y, expr.c, expression.h, language.c, m2-exp.y,
1545 parser-defs.h, valarith.c, valops.c, value.h: Remap macros and
1546 function names to conform to K&R terminology with respect to
1547 logical and bitwise operators:
1548 UNOP_ZEROP => UNOP_LOGICAL_NOT
1549 UNOP_LOGNOT => UNOP_COMPLEMENT
1550 BINOP_LOGAND => BINOP_BITWISE_AND
1551 BINOP_LOGXOR => BINOP_BITWISE_XOR
1552 BINOP_LOGIOR => BINOP_BITWISE_IOR
1553 BINOP_AND => BINOP_LOGICAL_AND
1554 BINOP_OR => BINOP_LOGICAL_OR
1555 PREC_OR => PREC_LOGICAL_OR
1556 PREC_AND => PREC_LOGICAL_AND
1557 PREC_LOGIOR => PREC_BITWISE_IOR
1558 PREC_LOGXOR => PREC_BITWISE_XOR
1559 PREC_LOGAND => PREC_BITWISE_AND
1560 value_zerop() => value_logical_not()
1561 value_lognot() => value_complement()
1562 * c-exp.y (c_op_print_tab): Add explicit empty terminator.
1563 * m2-exp.y (m2_op_print_tab): Add explicit empty terminator.
1564 * i387-tdep.c (sys/dir.h): Remove, appears to be unnecessary
1565 and is nonexistant in some SVR4 based systems.
1566 * language.c (DEFAULT_ALLOCSIZE): Change from 3 => 4.
1567 * m2-exp.y (number_sign, modblock): Make static, #ifdef out
1568 unused modblock.
1569 * m2-exp.y (ANDAND): Rename to LOGICAL_AND.
1570 * source.c (source_info): Fix minor nits, print "1 line" rather
1571 than "1 lines", and "language is <lang>".
1572 * valarith.c (value_binop): Handle TYPE_CODE_BOOL as well
1573 as TYPE_CODE_INT and TYPE_CODE_FLOAT.
1574 * valprint.c (val_print): Print TYPE_CODE_BOOL type values as
1575 "TRUE" or "FALSE".
1576 * values.c (value_from_longest): Handle TYPE_CODE_BOOL.
1577 **** start-sanitize-chill ****
1578 * ch-exp.y: New expression parser, for GNU-Chill.
1579 * defs.h (enum language): Add language_chill.
1580 * dwarfread.c (set_cu_language): Add LANG_CHILL case and make
1581 LANG_MODULA2 a recognized language.
1582 * gdbtypes.h (enum_typecode): Note TYPE_CODE_BOOL used for
1583 Chill as well as Modula-2.
1584 * gdbtypes.y (builtin_type_chill_bool, builtin_type_chill_long,
1585 builtin_type_chill_ulong, builtin_type_chill_real): Add.
1586 * language.c (set_language_command): Add chill.
1587 * language.c (binop_result_type, integral_type, character_type,
1588 boolean_type, structured_type, value_true, binop_type_check):
1589 Add language_chill cases.
1590 * language.h (_LANG_chill): Define.
1591 * symfile.c (deduce_language_from_filename): Recognize the
1592 filename extensions ".chill", ".c186", and ".c286" for Chill.
1593 * valprint.c (typedef_print): Add case for language_chill.
1594 * Makefile.in (SFILES_MAINDIR): Add ch-exp.y.
1595 * Makefile.in (YYFILES): Add ch-exp.tab.c.
1596 * Makefile.in (YYOBJ): Add ch-exp.tab.o.
1597 * Makefile.in (saber_gdb): Add unload of ch-exp.y and load
1598 of ch-exp.tab.c.
1599 * Makefile.in (distclean): Add target ch-exp.tab.c.
1600 * Makefile.in (realclean): Add rm of ch-exp.tab.c.
1601 * Makefile.in (ch-exp.tab.o, ch-exp.tab.c): New targets.
1602 * eval.c (evaluate_subexp): Add OP_BOOL case.
1603 * expprint.c (print_subexp): Add OP_BOOL case.
1604 **** end-sanitize-chill ****
1605
1606 Fri Nov 13 20:36:28 1992 John Gilmore (gnu@cygnus.com)
1607
1608 * infcmd.c (set_environment_command): Avoid skipping first
1609 char of env value if an '=' appears in it. Bug report and fix
1610 by Mark Jungerman, <maj@lucid.com>.
1611
1612 Fri Nov 13 20:24:10 1992 Stu Grossman (grossman at cygnus.com)
1613
1614 * infcmd.c (step_over_calls): Improve comments.
1615 * symtab.c (find_pc_psymtab): Clean up a bit.
1616 * (find_pc_symtab): Fix comments, clean up code.
1617 * (find_pc_line): General cleanups, efficiency improvements.
1618 Also, don't return garbage when some line info exists, but there
1619 was no good match.
1620
1621 Thu Nov 5 23:04:38 1992 Rob Ryan (rr2b@andrew.cmu.edu)
1622
1623 * xcoffexec.c (vmap_symtab): fixed a bug where if a object has no
1624 member, and the stat pointer passed to vmap_symtab was NULL, the
1625 wrong vmap entries would be modified. Fixes behavior where
1626 attempting to load symbols for a module with no member would mess
1627 up already read in symbols.
1628
1629 Wed Nov 11 17:09:17 1992 Stu Grossman (grossman at cygnus.com)
1630
1631 * Makefile.in: Remove dependancies for 29k-share/dfe/yank.o and
1632 29k-share/dfe/mini2udi.o.
1633 * config/a29k-udi.mt: Remove yank.o and mini2udi.o.
1634 * alldeps.mak, depend: Update to deal with removal of
1635 aforementioned files.
1636 * remote-udi.c: Major cleanups. Clean up udi_open and drop
1637 requirement for useless 'program' argument. Clean up
1638 udi_create_inferior, and udi_load to call common download()
1639 routine. Create download routine to load remote hosts directly
1640 (with the help of BFD) so that we don't need yank.c and
1641 mini2udi.c.
1642 Fix udi_detach to call UDIDisconnect with
1643 the right arguments. Clean up udi_resume, don't assign tip_error
1644 twice. Clean up udi_wait, straighten out status codes. Make
1645 udi_kill really work.
1646
1647 Fri Nov 6 10:26:01 1992 Steve Chamberlain (sac@thepub.cygnus.com)
1648
1649 * c-exp.y: separated host/target idea of integer type size,
1650 removed redundant parse rules. (YYSTYPE): added typed_val, removed
1651 UINT and CHAR rules. (parse_number): work out the targetwise type
1652 of a number based upon it's size and qualifiers. (yylex): chars
1653 are now treated the same way as ints.
1654
1655 * source.c (indentify_source_line): don't core dump if wanted
1656 line is larger than number of lines in source. (can happen when
1657 coff gets confused about #included source).
1658
1659 Fri Nov 6 03:00:39 1992 John Gilmore (gnu@cygnus.com)
1660
1661 Fix problems noticed by Allan Steel, <allan@maths.su.oz.au>,
1662 when debugging a program with 100 shared libraries.
1663
1664 * solib.c (solib_map_sections): Always close the BFD we open.
1665 Free all malloc'd storage we allocate, too, including error cases.
1666 (struct so_list): Remove unused so_bfd member.
1667 (clear_solib): Don't bother closing so_bfd.
1668
1669 * symfile.c (symfile_bfd_open): Mark newly opened BFD as
1670 cacheable. `So many symbol files, so little file descriptors.'
1671
1672 Fri Nov 6 00:14:38 1992 John Gilmore (gnu@cygnus.com)
1673
1674 * m68k-stub.c: Remove ansidecl.h and the few uses of it.
1675 Stubs should stand alone as much as possible.
1676
1677 * source.c (show_directories): Avoid printf_filtered length prob
1678 pointed out by Jonathan Stone.
1679
1680 * i960-pinsn.c (MEM_MAX, MEM_SIZ): Set upper limit properly to
1681 avoid accesses beyond end of table. Fix by Lee W. Cooprider,
1682 <Lee_Cooprider@vos.stratus.com>.
1683
1684 Thu Nov 5 17:33:08 1992 Fred Fish (fnf@cygnus.com)
1685
1686 * {ser-bsd.c, ser-termios.c} (serial_close): Pass address of
1687 struct, not struct itself.
1688 * serial.h (serial_restore): Fix prototype, takes pointer not
1689 struct.
1690
1691 Thu Nov 5 17:12:42 1992 Stu Grossman (grossman at cygnus.com)
1692
1693 * Makefile.in (depend): Add nm.h to the list of things to fixup.
1694 * depend: Redo, to fixup nm.h problems with *-tab.c files.
1695
1696 Thu Nov 5 00:19:51 1992 John Gilmore (gnu@cygnus.com)
1697
1698 * i386-stub.c: Remove ansidecl.h and the few uses of it.
1699 Stubs should stand alone as much as possible.
1700
1701 * README: Add remote-es1800.c and remote-st2000.c to table.
1702 * go32-nat.c: Remove, there is no native go32 support.
1703 * go32-xdep.c: Remove unused fork, fvork, wait, execlp, kill_inferior.
1704
1705 Wed Nov 4 15:27:31 1992 Stu Grossman (grossman at cygnus.com)
1706
1707 * inflow.c (pass_signal, set_sigint_trap, clear_sigint_trap): Add
1708 new routines to deal with sending SIGINTs to attached processes
1709 when the user interrupts the controlling GDB.
1710 * inftarg.c (child_wait), procfs.c (procfs_wait): Add calls to
1711 the aforementioned routines when waiting for the attached process.
1712
1713 * elfread.c, mipsread.c: Include <string.h>.
1714 * i386-stub.c: Include "ansidecl.h" to deal with prototypes.
1715 * serial.h: Add prototype for serial_restore().
1716
1717 Wed Nov 4 11:13:25 1992 Ian Lance Taylor (ian@cygnus.com)
1718
1719 * minsyms.c (lookup_minimal_symbol_by_pc): subtract 1, not 2, from
1720 minimal_symbol_count, because the NULL symbol is not included in
1721 the count. This prevented this function from finding the last
1722 symbol in the table.
1723
1724 Tue Nov 3 11:29:17 1992 Ian Lance Taylor (ian@cygnus.com)
1725
1726 * dbxread.c (process_one_symbol): if not defined
1727 (BLOCK_ADDRESS_FUNCTION_RELATIVE), set function_start_offset at
1728 the start of the function, not just after N_FUN.
1729
1730 Fri Oct 30 16:33:02 1992 Fred Fish (fnf@cygnus.com)
1731
1732 * Makefile.in (c-exp.tab.c, m2-exp.tab.c): Add sed patterns to
1733 remap all malloc's to xmalloc's and all realloc's to xrealloc's.
1734 * c-exp.y, m2-exp.y: Add comment about how malloc/realloc are
1735 remapped to xmalloc/xrealloc, use only malloc/realloc in grammer
1736 file. Remove preprocessor defines that previously did remapping.
1737
1738 Fri Oct 30 00:58:18 1992 John Gilmore (gnu@cygnus.com)
1739
1740 * infcmd.c (run_command): Avoid long calls to printf_filtered.
1741 Bug fix courtesy of Alexander Klaiber.
1742
1743 Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com)
1744
1745 hp300 native support (hp300hpux untested).
1746
1747 * hp300ux-xdep.c: removed.
1748 * xm-hp300bsd.h (REGISTER_U_ADDR): removed.
1749 * xm-hp300hpux.h: updated copyright.
1750 (ATTACH_DETACH, FETCH_INFERIOR_REGISTERS): removed.
1751 * nm-hp300bsd.h, nm-hp300hpux.h, hp300ux-nat.c: new files.
1752 * Makefile.in (HFILES): added nm-hp300bsd.h and nm-hp300hpux.h.
1753 * config/hp300bsd.mh (XDEPFILES): removed infptrace.o inftarg.o
1754 fork-child.o coredep.o corelow.o.
1755 (NAT_FILE, NATDEPFILES): new macros.
1756 * config/hp300bsd.mt (TDEPFILES): removed exec.o.
1757 * config/hp300hpux.mh (XDEPFILES): removed infptrace.o inftarg.o
1758 fork-child.o.
1759 (NAT_FILE, NATDEPFILES): new macros.
1760 * config/hp300hpux.mt (TDEPFILES): removed exec.o.
1761
1762 Vax ultrix native support.
1763
1764 * nm-vax.h: new file.
1765 * Makefile.in (HFILES): added nm-vax.h.
1766 * config/vaxult.mh (XDEPFILES): infptrace.o inftarg.o fork-child.o
1767 coredep.o corelow.o removed.
1768 (NAT_FILE, NATDEPFILES): new macros.
1769 * xm-vax.h: updated copyright.
1770 (REGISTER_U_ADDR): removed.
1771
1772 Apollo native support (untested).
1773
1774 * Makefile.in (HFILES): added nm-apollo68[bv].h.
1775 * a68v-nat.c, nm-apollo68[bv].h: new files.
1776 * xm-apollo68[bv].h (FETCH_INFERIOR_REGISTERS): removed.
1777 * xm-apollo68b.h (PTRACE_IN_WRONG_PLACE): removed.
1778 * a68v-xdep.c: removed.
1779 * config/apollo68[bv].mh (XDEPFILES): removed infptrace.o
1780 inftarg.o fork-child.o a68v-xdep.o.
1781 (NAT_FILE, NATDEPFILES): new macros.
1782
1783 * defs.h: include nm.h.
1784 * coredep.c, infptrace.c, procfs.c, rs6000-nat.c, sparc-nat.c,
1785 sparc-tdep.c, : do not include nm.h.
1786 * doc/gdbint.texinfo: nm.h now included in defs.h.
1787
1788 Fri Oct 23 04:47:17 1992 Stu Grossman (grossman at cygnus.com)
1789
1790 * Makefile.in (VERSION): 4.7.1 post release!
1791
1792 * config/hppahpux.mh (NATDEPFILES): Add hppah-nat.o.
1793
1794 Fri Oct 23 00:48:08 1992 John Gilmore (gnu@cygnus.com)
1795
1796 * Makefile.in (VERSION): gdb-4.7 release.
1797 * README: Update for gdb-4.7.
1798
1799 Thu Oct 22 11:24:18 1992 Stu Grossman (grossman at cygnus.com)
1800
1801 * sparc-tdep.c: include nm.h (for now) so that we get USE_PROC_FS
1802 when necessary.
1803
1804 * alldeps.mak, depend: Update.
1805
1806 Thu Oct 22 03:14:36 1992 John Gilmore (gnu@cygnus.com)
1807
1808 * partial-stab.h ('f', 'F'): Don't reference pst->textlow if pst
1809 is null.
1810 * tm-sun4sol2.h (PROLOGUE_FIRSTLINE_OVERLAP): Remove -- it
1811 causes problems in setting breakpoint in the right place in
1812 functions with `float' args which are passed as doubles.
1813 * xm-vaxbsd.h (MEM_FNS_DECLARED): Avoid erroneous redecl's.
1814 * config/rs6000.mh (NATDEPFILES): Add corelow.o.
1815
1816 Thu Oct 22 01:01:24 1992 Stu Grossman (grossman at cygnus.com)
1817
1818 * Makefile.in (HFILES): Add nm-i386sco.h.
1819 * dwarfread.c: include <sys/types.h> for SCO.
1820 * infptrace.c: Don't include ptrace.h under SCO.
1821 * config/i386sco.mh: Use -D_POSIX_SOURCE instead of -posix for
1822 gcc.
1823 * config/i386v.mt: Add exec.o to TDEPFILES.
1824
1825 Wed Oct 21 19:08:20 1992 Stu Grossman (grossman at cygnus.com)
1826
1827 * i386v-nat.c: Remove space from front of #endif.
1828 * irix4-nat.c: Remove externs of registers[], include inferior.h
1829 instead.
1830 * mips-nat.c: Explicitly initialize zerobuf to 0!
1831 * mips-tdep.c (init_extra_frame_info): Undo John's last change.
1832 Always setup fci->frame, even if it's non-zero. Too many places
1833 depend upon this behavior (and I have to get a release out the
1834 door)!
1835 * mipsread.c (parse_partial_symbols, psymtab_to_symtab_1): Set
1836 processing_gcc_compilation if we find the embedded stabs marker.
1837 This fixes several bugs with finding the location of short or char
1838 function parameters passed on the stack.
1839
1840 Wed Oct 21 17:46:07 1992 K. Richard Pixley (rich@sendai.cygnus.com)
1841
1842 Native support for sun4sol2.
1843
1844 * xm-sysv4.h (USE_PROC_FS, ATTACH_DETACH): removed to nm-sysv4.h.
1845 * nm-sysv4.h: new file.
1846 * Makefile.in (HFILES): added nm-sysv4.h.
1847 * config/sun4sol2.mh (XDEPFILES): removed procfs.o fork-child.o.
1848 (NAT_FILE, NATDEPFILES): new macros.
1849 * config/sun4sol2.mt (TDEPFILES): removed exec.o and solib.o.
1850
1851 Wed Oct 21 03:51:01 1992 John Gilmore (gnu@cygnus.com)
1852
1853 * coredep.c: Include "nm.h" to get REGISTER_U_ADDR.
1854 * doc/gdbint.texinfo: Improve REGISTER_U_ADDR and USE_PROC_FS doc.
1855
1856 * Makefile.in (VERSION): Tick to 4.6.9.
1857
1858 Tue Oct 20 23:27:56 1992 John Gilmore (gnu@cygnus.com)
1859
1860 * mipsread.c (UNSAFE_DATA_ADDR): Remove MIPS-host-specific
1861 definition, replace with portable one.
1862 * remote-nindy.c: Lint.
1863 (nindy_wait): Return type is int, result is inferior_pid.
1864 * symmisc.c (dump_psymtab): Only print section_offsets if set.
1865 (initialize_symmisc): Remove empty function.
1866 * tm-spc-noun.h, tm-sun4os4.h, tm-sun4sol2.h (STACK_END_ADDRESS):
1867 Remove obsolete, misspelled macro.
1868 * doc/gdbint.texinfo: Document obsolete STACK_END_ADDR.
1869 (all @node commands): Use new form to avoid nitpicking errors.
1870 * doc/gdbint.texinfo: Document host/native/target split.
1871
1872 Wed Oct 21 00:14:34 1992 Stu Grossman (grossman at cygnus.com)
1873
1874 * mips-nat.c (zerobuf): Get rid of const to avoid gcc warnings.
1875
1876 * xm-mips.h (offsetof): Don't define this if __STDC__.
1877
1878 Tue Oct 20 21:32:18 1992 K. Richard Pixley (rich@sendai.cygnus.com)
1879
1880 umax native support (untested).
1881
1882 * config/umax.mh (XDEPFILES): removed infptrace.o inftarg.o
1883 fork-child.o.
1884 (NAT_FILE, NATDEPFILES): new macros.
1885 * config/umax.mt (TDEPFILES): removed exec.o.
1886 * xm-umax.h (U_REGS_OFFSET, ATTACH_DETACH, REGISTER_U_ADDR):
1887 removed to nm-umax.h.
1888 * nm-umax.h: new file.
1889 * Makefile.in (HFILES): added nm-umax.h.
1890
1891 hppa native support (untested).
1892
1893 * config/hppahpux.mh, config/hppabsd.mh (XDEPFILES): now empty.
1894 (NAT_FILE, NATDEPFILES): new macros.
1895 * config/hppabsd.mt (TDEPFILES): removed exec.o and hppab-core.o.
1896 * config/hppahpux.mt (TDEPFILES): removed exec.o.
1897 * xm-hppa[bh].h (REGISTER_U_ADDR, U_REGS_OFFSET): removed.
1898 * nm-hppa[bh].h, hppa[bh]-nat.c: new files.
1899 * hppa[bh]-xdep.c: removed.
1900 * hppa[bh]h-tdep.c: do not include ptrace.h.
1901 * Makefile.in (HFILES): added nm-hppa[bh].h.
1902
1903 * doc/gdbint.texinfo: add PUSH_DUMMY_FRAME, POP_FRAME.
1904
1905 Tue Oct 20 00:01:46 1992 Stu Grossman (grossman at cygnus.com)
1906
1907 * mips-nat.c: Straighten out include files. Work around
1908 conflicting defs of JB_xxx syms in <setjmp.h> and <machine/pcb.h>
1909 for Ultrix-4.2.
1910
1911 Mon Oct 19 15:09:57 1992 Stu Grossman (grossman at cygnus.com)
1912
1913 * mips-nat.c (fetch_core_registers, register_addr): Copy from
1914 coredep.c, but zero out FP_REGNUM & ZERO_REGNUM so that stack
1915 backtraces from core files work.
1916 * config/decstation.mh, config/irix3.mh: Remove coredep.o.
1917 Functions are now defined in mips-nat.c.
1918
1919 * tm-irix3.h: Put MIPS_EFI_SYMBOL_NAME in here too.
1920
1921 * remote-hms.c: Disable all uses of serial_nextbaudrate and
1922 serial_default_name().
1923
1924 * remote-hms.c, ser-go32.c, serial.h: Change from
1925 serial_timedreadchar() to new serial_readchar().
1926
1927 * Makefile.in (HFILES): Fixup list of nm-*.h files. Add missing ones.
1928
1929 Mon Oct 19 12:45:23 1992 Per Bothner (bothner@cygnus.com)
1930
1931 * c-exp.y: Moved handling of 'const' and 'volatile' from
1932 <type> to <typebase>. This removes 2 conflicts.
1933
1934 Sun Oct 18 00:36:30 1992 Fred Fish (fnf@cygnus.com)
1935
1936 * breakpoint.c (breakpoint_re_set_one): Don't delete watchpoints
1937 from breakpoint table when reseting breakpoints.
1938
1939 Sat Oct 17 00:59:23 1992 Fred Fish (fnf@cygnus.com)
1940
1941 Native support cleanup and corefile fixes for i386 SVR4 systems.
1942
1943 * i386-tdep.c (supply_gregset, fill_gregset, supply_fpregset,
1944 fill_fpregset): Moved to i386v4-nat.c
1945 * i386v4-nat.c, nm-i386v4.h, : New files.
1946 * i386sol2.mh, i386v4.mh, ncr3000.mh (NAT_FILE): Use nm-i386v4.h.
1947 * i386sol2.mh, i386v4.mh, ncr3000.mh (NATDEPFILES): Add corelow.o,
1948 change i386v-nat.o to i386v4-nat.o.
1949
1950 Fri Oct 16 13:06:08 1992 K. Richard Pixley (rich@sendai.cygnus.com)
1951
1952 Miscellaneous 386 configs updated.
1953
1954 * config/i386aout.mt (TDEPFILES): removed exec.o.
1955 * config/i386sol2.mh, config/ncr3000.mh, config/i386v4.mh
1956 (XDEPFILES): removed procfs.o fork-child.o i386-xdep.o.
1957 (NAT_FILE, NATDEPFILES): new macros.
1958 * config/i386aout.mt, config/i386sol2.mt, config/ncr3000.mt,
1959 config/i386v4.mt (TDEPFILES): removed exec.o.
1960 * config/i386v32.mh (XDEPFILES): removed infptrace.o inftarg.o
1961 fork-child.o coredep.o corelow.o i386-xdep.o i387-tdep.o.
1962 (NAT_FILE, NATDEPFILES): new macros.
1963 * config/i386sco.mh (XDEPFILES): removed infptrace.o inftarg.o
1964 fork-child.o coredep.o corelow.o i386-xdep.o.
1965 (NAT_FILE, NATDEPFILES): new macros.
1966
1967 Native support cleanup for i386bsd (untested).
1968
1969 * config/i386bsd.mt (NATDEPFILES): exec.o removed.
1970 * config/i386bsd.mh (NATDEPFILES): added exec.o
1971 * tm-i386bsd.h (FLOAT_INFO): removed.
1972 * nm-i386bsd.h (FLOAT_INFO): added.
1973
1974 Native support for i386v (untested).
1975
1976 * config/i386v.mh (XDEPFILES): removed infptrace.o inftarg.o
1977 fork-child.o coredep.o corelow.o i386-xdep.o i387-tdep.o.
1978 (NAT_FILE, NATDEPFILES): new macros.
1979 * config/i386v.mt (TDEPFILES): removed exec.o, added i387-tdep.o.
1980 * i386-xdep.c: removed.
1981 * Makefile.in (HFILES): added nm-i386v.h
1982 * i386v-nat.c, nm-i386v.h: new file.
1983 * xm-i386v.h: (REGISTER_U_ADDR, i386_register_u_addr): removed to
1984 nm-i386v.h.
1985 * tm-i386v.h (FLOAT_INFO): removed.
1986
1987 Native support for linux (untested).
1988
1989 * config/linux.mh (XDEPFILES): removed infptrace.o inftarg.o
1990 fork-child.o coredep.o corelow.o i387-tdep.o i386-xdep.o.
1991 (NAT_FILE, NATDEPFILES): new macros.
1992 * config/linux.mt (TDEPFILES): removed exec.o, added i387-tdep.o.
1993 * Makefile.in (HFILES): added nm-linux.h.
1994 * nm-linux.h: new file.
1995 * xm-linux.h: updated copyright. cleaned up formatting.
1996 (ATTACH_DETACH, U_REGS_OFFSET): removed to nm-linux.h.
1997
1998 Native support for sun386 (untested).
1999
2000 * config/sun386.mh (XDEPFILES): removed infptrace.o inftarg.o
2001 fork-child.o sun386-xdep.o.
2002 (NAT_FILE, NATDEPFILES): new macros.
2003 * config/sun386.mt (TDEPFILES): removed exec.o.
2004 * Makefile.in (HFILES): added nm-sun386.h.
2005 * sun386-nat.c, nm-sun386.h: new file.
2006 * sun386-xdep.c: removed.
2007 * xm-sun386.h: updated comment and copyright.
2008 (ATTACH_DETACH, FETCH_INFERIOR_REGISTERS): removed to
2009 nm-sun386.h.
2010
2011 Native support for i386mach (untested).
2012
2013 * config/i386mach.mh (XDEPFILES): removed infptrace.o inftarg.o
2014 fork-child.o mach386-xdep.o.
2015 (NAT_FILE, NATDEPFILES): new macros.
2016 * Makefile.in (HFILES): added nm-i386mach.h.
2017 * nm-i386mach.h, i386mach-nat.c: new files.
2018 * mach386-xdep.c: removed.
2019 * xm-i386mach.h: updated copyright.
2020 (ATTACH_DETACH, FETCH_INFERIOR_REGISTERS): removed to
2021 nm-i386mach.h.
2022
2023 Native separation for go32 (untested).
2024
2025 * config/go32.mh (NAT_FILE, NATDEPFILES): new macros.
2026 * go32-nat.c: new file.
2027 * go32-xdep.c (call_ptrace, child_resume,
2028 fetch_inferior_registers, store_inferior_registers,
2029 child_xfer_memory, fetch_core_registers): removed to go32-nat.c.
2030
2031 Native support for m88k (untested).
2032
2033 * Makefile.in (HFILES): added nm-m88k.h
2034 * xm-delta88.h, xm-m88k.h (REGISTER_U_ADDR,
2035 FETCH_INFERIOR_REGISTERS): removed.
2036 * config/m88k.mh, config/delta88.mh (XDEPFILES): infptrace.o
2037 inftarg.o fork-child.o m88k-xdep.o removed to NATDEPFILES.
2038 (NAT_FILE, NATDEPFILES): new macros.
2039 * config/m88k.mt, config/delta88.mt (TDEPFILES): removed exec.o.
2040 * m88k-nat.c, nm-m88k.h, nm-delta88.h: new files.o.
2041 * m88k-xdep.c: removed.
2042
2043 Fri Oct 16 04:16:30 1992 John Gilmore (gnu@cygnus.com)
2044
2045 * i386b-nat.c: Comment changes.
2046 * nm-i386bsd.h, xm-i386bsd.h: Split native dependent pieces out
2047 into new nm-file.
2048 * config/i386bsd.mh (NAT_FILE): Point to new nm-file.
2049
2050 Fri Oct 16 03:34:01 1992 John Gilmore (gnu@cygnus.com)
2051
2052 Avoid longjmp()-catching compilation errors in cross-ports.
2053
2054 * doc/gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
2055 * irix4-nat.c, mips-nat.c (JB_ELEMENT_SIZE, get_longjmp_target):
2056 Move from mips-tdep.c and tm-{irix3,mips}.h.
2057 * mips-nat.c: Remove a bunch of code that was ifdef'd out of
2058 native MIPS ports.
2059 * nm-irix3.h, nm-mips.h (GET_LONGJMP_TARGET): Move from tm-irix3.h
2060 and tm-mips.h.
2061
2062 * ultra3-nat.c (register_addr): Move from ultra3-xdep.c.
2063 (fetch_core_registers): Fix bfd_seek arguments.
2064
2065 Fri Oct 16 03:02:28 1992 John Gilmore (gnu@cygnus.com)
2066
2067 Make core files work again (add back the `core' target).
2068
2069 * config/decstation.mh, news.mh, sun2os3.mh, sun2os4.mh
2070 (NATDEPFILES): Add corelow.o.
2071 * config/delta88.mt, m88k.mt (TDEPFILES): Remove coredep.o, it's
2072 native dependent.
2073
2074 * config/3b1.mh, bigmips.mh, hp300bsd.mh, hppabsd.mh, hppahpux.mh,
2075 i386sco.mh, i386v.mh, i386v32.mh, irix3.mh, isi.mh, linux.mh,
2076 littlemips.mh, merlin.mh, news1000.mh, pn.mh, rtbsd.mh, tahoe.mh,
2077 vaxbsd.mh, vaxult.mh (XDEPFILES): Add corelow.o whenever coredep.o
2078 appears. FIXME, these should be moved to NATDEPFILES for native
2079 use only.
2080
2081 Thu Oct 15 21:53:53 1992 K. Richard Pixley (rich@sendai.cygnus.com)
2082
2083 Ultra3 host/target/native split. (untested).
2084
2085 * ultra3-xdep.c: updated copyright. Do not include sys/ptrace.h.
2086 (fetch_register, fetch_inferior_registers,
2087 store_inferior_registers, fetch_core_registers): removed to
2088 ultra3-nat.c.
2089 * xm-ultra3.h (FETCH_INFERIOR_REGISTERS, U_REGS_OFFSET): removed
2090 to nm-ultra3.h.
2091 * Makefile.in (HFILES): added nm-ultra3.h.
2092 * nm-ultra3.h, ultra3-nat.c: new files for native support.
2093 * config/ultra3.mh (XDEPFILES): removed infptrace.o inftarg.o
2094 fork-child.o.
2095 (NAT_FILE, NATDEPFILES): new macros for native support.
2096 * config/ultra3.mt (TDEPFILES): exec.o removed.
2097
2098 * xm-vaxult.h: add MEM_FNS_DECLARED.
2099
2100 Thu Oct 15 02:59:30 1992 John Gilmore (gnu@cygnus.com)
2101
2102 * Makefile.in (VERSION): Roll to 4.6.8.
2103 (OBS): Put version.o first, so Makefile rebuild happens early.
2104
2105 * command.h: Publicize prototype for not_just_help_class_command.
2106 * command.c: Remove proto.
2107 * maint.c: Mark "mt" as an abbrev, to avoid duplicated help
2108 output. Move "maint info" from class info to class maintenance,
2109 and improve text.
2110 * infrun.c: Move "stop" to class_obscure, and give it a
2111 function so it will not be seen as a global help topic. FIXME,
2112 it should be possible to set these attributes independently.
2113
2114 * core.c (core_command): Make nicer error message for no core support.
2115
2116 Lint around file_ptr's (bfd's off_t's) and bfd_seek.
2117
2118 * dbxread.c (read_dbx_symtab): Use L_SET as bfd_seek arg.
2119 (elfstab_build_psymtabs): staboffset and stabstroffset args are
2120 file_ptr's.
2121 * dwarfread.c (struct dwfinfo): Convert dbfoff, lnfoff to file_ptr.
2122 (scan_compilation_units): Punt unused filename arg. dbfoff,
2123 lnoffset, and curlnoffset are file_ptr's now.
2124 (dwarf_build_psymtabs): Drop desc and filename args; use
2125 objfile. dbfoff and lnoffset are file_ptr's now.
2126 (read_ofile_symtab): foffset is now file_ptr. Use L_SET in bfd_seek.
2127 * elfread.c (struct elfinfo): dboffset and lnoffset are file_ptr's.
2128 (elf_symfile_read): Skip desc and filename args to
2129 dwarf_build_psymtabs. Pass file_ptr's to elfstab_build_psymtabs.
2130 * gdb-stabs.h: Use file_ptr rather than off_t.
2131 * mipsread.c (fixup_symtab): f_ptr is a file_ptr. Re-enable
2132 compile-time debug check that someone turned off as "unused".
2133 (read_the_mips_symtab): st_filptr is a file_ptr. Fix bfd_seek call.
2134 * symfile.h: Update dwarf_build_psymtabs and
2135 elfstab_build_psymtabs prototypes.
2136 * xcoffread.c (init_stringtab, init_lineno, xcoff_symfile_read):
2137 Use file_ptr offsets. bfd_seeks use L_SET.
2138
2139 Thu Oct 15 01:27:32 1992 Stu Grossman (grossman at cygnus.com)
2140
2141 * mips-tdep.c, mipsread.c, tm-mips.h: Get rid of ".gdbinfo."
2142 symbol. #define MIPS_EFI_SYMBOL_NAME instead. Use different
2143 value so that demangler won't be invoked. This greatly speeds up
2144 stepping.
2145 * mips-tdep.c (mips_pop_frame): Rewrite handling of
2146 linked_proc_info so that it properly deallocates the appropriate
2147 item after it is done with it instead of before.
2148 * Don't pass bogus frame pointer to create_new_frame(). Just
2149 leave it as zero so that lower level code will figure out the
2150 correct value.
2151
2152 Wed Oct 14 18:56:28 1992 K. Richard Pixley (rich@sendai.cygnus.com)
2153
2154 Sony News native support.
2155
2156 * Makefile.in (HFILES): added nm-news.h.
2157 * nm-news.h: new file.
2158 * config/news.mh (XDEPFILES): removed infptrace.o inftarg.o
2159 fork-child.o coredep.o to NATDEPFILES.
2160 (NAT_FILE, NATDEPFILES): new macros for native support.
2161 * config/news.mt (TDEPFILES): removed exec.o.
2162
2163 * remote-vx.c: remove redundant include of sys/time.h.
2164
2165 * infrun.c: include ctype.h. Otherwise some machines result in
2166 undefined for isdigit.
2167
2168 Tue Oct 13 01:27:14 1992 John Gilmore (gnu@cygnus.com)
2169
2170 * configure.in: Convert m68k entries to m68* entries to handle
2171 all the various m68xxx hosts and targets.
2172 * config/news1000.mt: No longer needed, same as news.mt.
2173
2174 Fri Oct 9 18:54:37 1992 K. Richard Pixley (rich@sendai.cygnus.com)
2175
2176 * config/sun3os[34].mh (NATDEPFILES): remove duplicate inftarg.o.
2177
2178 Fri Oct 9 14:20:08 1992 Stu Grossman (grossman at cygnus.com)
2179
2180 * Makefile.in (HFILES): Add all nm-irix3.h, nm-irix4.h,
2181 nm-sun2.h, nm-mips.h.
2182
2183 * config/irix3.mh (NATDEPFILES): nat-mips.o => mips-nat.o.
2184
2185 * Makefile.in (alldeps.mak): Add = sign after NATDEPFILES.
2186
2187 * config/bigmips.mh config/littlemips.mh: Remove mips-xdep.o.
2188
2189 Fri Oct 9 08:41:11 1992 Ian Lance Taylor (ian@cygnus.com)
2190
2191 * xm-hppah.h: if __STDC__ is not defined, define
2192 HPPA_COMPILER_BUG.
2193 symtab.c (decode_line_1): avoid a bug in the HP9000/700 native
2194 compiler; see the comment in the file.
2195
2196 Fri Oct 9 04:43:43 1992 John Gilmore (gnu@cygnus.com)
2197
2198 First cut at support for all BSD variants on 386.
2199
2200 * tm-i386bsd.h, xm-i386bsd.h: New config files.
2201 * i386b-nat.c: New native support file.
2202 * configure.in: Add host and target for i[34]86-*-bsd*.
2203 * config/i386bsd.mh, config/i386bsd.mt: New config files.
2204
2205 Fri Oct 9 00:31:33 1992 K. Richard Pixley (rich@sendai.cygnus.com)
2206
2207 Sun2 native support (untested).
2208
2209 * xm-sun2.h (ATTACH_DETACH, FETCH_INFERIOR_REGISTERS,
2210 REGISTER_U_ADDR): removed to nm-sun2.h.
2211 * nm-sun2.h: new file.
2212 * config/sun2os[34].mh (XDEPFILES): infptrace.o inftarg.o
2213 fork-child.o sun3-xdep.o removed.
2214 (NAT_FILE, NATDEPFILES): new macros.
2215
2216 Mips native support. Decstation and iris4 have been tested.
2217 Iris3 has not.
2218
2219 * mips-tdep.c (supply_gregset, fill_gregset, supply_fpregset,
2220 fill_fpregset): removed to irix4-nat.c
2221 * mips-xdep.c: removed.
2222 * irix4-nat.c, mips-nat.c, nm-irix3.h, nm-irix4.h, nm-mips.h: new
2223 files.
2224 * procfs.c: include nm.h.
2225 * xm-irix3.h (U_REGS_OFFSET, FETCH_INFERIOR_REGISTERS): removed.
2226 * xm-irix4.h: bump copyright.
2227 (U_REGS_OFFSET, FETCH_INFERIOR_REGISTERS, USE_PROC_FS,
2228 PROC_NAME_FMT): removed.
2229 * xm-mips.h (FETCH_INFERIOR_REGISTERS): removed.
2230 * config/irix4.mh (XDEPFILES): removed procfs.o fork-child.o.
2231 (NAT_FILE, NATDEPFILES): new macros for native support.
2232 (CC): supply default compiler switches.
2233 * config/irix3.mh (XDEPFILES): removed infptrace.o inftarg.o
2234 fork-child.o coredep.o.
2235 (NAT_FILE, NATDEPFILES): new macros for native support. Note that
2236 irix3 is untested.
2237 * config/decstation.mh (XDEPFILES): removed infptrace.o inftarg.o
2238 fork-child.o mips-xdep.o coredep.o.
2239 (NAT_FILE, NATDEPFILES): new macros for native support.
2240
2241 Thu Oct 8 23:50:51 1992 K. Richard Pixley (rich@sendai.cygnus.com)
2242
2243 * config/rs6000.mh (XDEPFILES): removed fork-child.o.
2244 (NATDEPFILES): added fork-child.o
2245 * config/sun3os3.mh (XDEPFILES): removed fork-child.o.
2246 (NATDEPFILES): added fork-child.o
2247 * config/sun3os4.mh (XDEPFILES): removed fork-child.o.
2248 (NATDEPFILES): added fork-child.o
2249
2250 Thu Oct 8 23:19:25 1992 John Gilmore (gnu@cygnus.com)
2251
2252 * infcmd.c (path_info): Avoid 250-char limit on printf_filtered,
2253 by using puts_filtered instead.
2254
2255 Fri Oct 9 00:28:25 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
2256
2257 * remote-nindy.c (nindy_load): Replacement version from Steve
2258 Chamberlain, doesn't require forking to run "strip" or "sx".
2259
2260 Thu Oct 8 18:27:35 1992 Stu Grossman (grossman at cygnus.com)
2261
2262 * Makefile.in (HFILES): Add nm-*.h files.
2263
2264 Thu Oct 8 16:27:45 1992 K. Richard Pixley (rich@sendai.cygnus.com)
2265
2266 * config/sun4os4.mh (XDEPFILES): fork-child.o removed.
2267 (NATDEPFILES): added fork-child.o.
2268
2269 * doc/gdbint.texinfo: document a few more macros, create new
2270 section for native macros.
2271
2272 Thu Oct 8 13:52:46 1992 Stu Grossman (grossman at cygnus.com)
2273
2274 * Makefile.in alldeps.mak depend: Rip out 29k/udi pending
2275 resolution of copyright issues.
2276
2277 Wed Oct 7 20:08:53 1992 Stu Grossman (grossman at cygnus.com)
2278
2279 * Makefile.in (setup-to-dist): Remove -norecursion so that doc
2280 subdir gets configured.
2281
2282 Wed Oct 7 12:24:01 1992 Ken Raeburn (raeburn@cygnus.com)
2283
2284 * Makefile.in (nindy.o): Define "STRIP" as pathname of strip
2285 program.
2286 * nindy-share/nindy.c (coffstrip): Use that pathname, instead of
2287 searching for a "bfd_strip" program. Also, fixed up arguments
2288 passed to that program.
2289
2290 * tm-nindy960.h (ADDITIONAL_OPTIONS): Use "-ser" rather than "-r",
2291 which is now used for something else. Rewrite description of
2292 associated parameters to match how gdb does it now.
2293 (ADDITIONAL_OPTION_HELP): Fix message accordingly.
2294
2295 * m68k-pinsn.c (print_insn_arg): Handle new "`" operand type.
2296
2297 Tue Oct 6 14:47:11 1992 K. Richard Pixley (rich@sendai.cygnus.com)
2298
2299 NOTICE_SIGNAL_HANDLING_CHANGE macro added to the target vector as
2300 to_notice_signals.
2301
2302 * inferior.h (proc_signal_handling_change): prototype removed.
2303 * infrun.c (NOTICE_SIGNAL_HANDLING_CHANGE): default removed.
2304 (handle_command): now calls target_notice_signals.
2305 * procfs.c (proc_signal_handling_change): renamed to
2306 procfs_notice_signals. Now static. Add prototype. All callers
2307 changed.
2308 * target.h (struct target_ops): new field, to_notice_signals.
2309 (target_notice_signals): new macro to cover new field.
2310 * target.c (cleanup_target): default to_notice_signals to ignore.
2311 * corelow.c (core_ops),
2312 exec.c (exec_ops),
2313 inftarg.c (child_ops),
2314 procfs.c (procfs_ops),
2315 remote-adapt.c (adapt-ops),
2316 remote-eb.c (eb_ops),
2317 remote-es1800.c (es1800_ops, es1800_child_ops),
2318 remote-hms.c (hms_ops),
2319 remote-mm.c (mm_ops),
2320 remote-nindy.c (nindy_ops),
2321 remote-st2000.c (st2000_ops),
2322 remote-udi.c (udi_ops),
2323 remote-vx.c (vx_ops, vx_run_ops),
2324 remote.c (remote_ops),
2325 target.c (dummy_target),
2326 xcoffexec.c (exec_ops): added static initializer for
2327 to_notice_signals.
2328 * xm-irix4.h, xm-sysv4.h (NOTICE_SIGNAL_HANDLING_CHANGE): removed.
2329
2330 Tue Oct 6 12:13:08 1992 John Gilmore (gnu@cygnus.com)
2331
2332 * main.c (define_command): Add forgotten initializer.
2333
2334 Tue Oct 6 02:23:17 1992 John Gilmore (gnu@cygnus.com)
2335
2336 * language.c, language.h: Move saved_language out to global
2337 expected_language. Set expected_language when user expectation
2338 changes.
2339 * language.c (language_info): Don't print type/range checking gub.
2340 * main.c (main): Set expected language.
2341 (execute_command): Check against expected language.
2342 * symfile.c (set_initial_language): Set expected language.
2343
2344 * configure.in, config/i386sol2.{mh,mt}: Preliminary Solaris-x86 conf.
2345
2346 Fri Sep 4 00:34:30 1992 Per Bothner (bothner@rtl.cygnus.com)
2347
2348 A bunch of changes mostly to improve debugging of C++ programs.
2349 Specifically, the calling of inferiors methods is improved.
2350
2351 * value.h: New macros METHOD_PTR_IS_VIRTUAL,
2352 METHOD_PTR_FROM_VOFFSET, METHOD_PTR_TO_VOFFSET to partially
2353 hide the implementation details of pointer-to-method objects.
2354 How to tell if the pointer points to a virtual method is
2355 still very dependent on the particular compiler, but this
2356 should make it easier to find the places to change.
2357 * eval.c (evaluate_subexp [case OP_FUNCALL]), valprint.c
2358 (val_print [case TYPE_CODE_PTR]): Use the new METHOD_PTR_*
2359 macros, instead of a hard-wired-in code that incorrectly
2360 assumed a no-longerused representation of pointer-to-method
2361 values. And otherwise fix the relevant bit-rotted code.
2362
2363 * valprint.c (type_print_base [case TYPE_CODE_STRUCT]):
2364 If there are both fields and methods, put a space between.
2365
2366 * stabsread.c (read_struct_type): Fix bug in handling of
2367 GNU C++ anonymous type (indicated by CPLUS_MARKER followed
2368 by '_'). (It used to prematurely exit the loop reading in
2369 the fields, so it would think it should start reading
2370 methods while still in the fields. This could crash gdb
2371 given a gcc that can emit nested type information.)
2372
2373 * valops.c (search_struct_method): Pass 'this' value by
2374 reference instead of by value. This provides a more
2375 consistent interface through a recursive search where the
2376 "bottom" functions may need to adjust offsets (due to multiple
2377 inheritance).
2378 * valops.c, value.h, values.c: Pass extra parameters to
2379 value_fn_field and value_virtual_fn_field so we can
2380 correctly adjust offset for multiple inheritance.
2381 * eval.c (evaluate_subexp [case OP_FUNCALL]): Simplify
2382 virtual function calls by using value_virtual_fn_field().
2383 * values.c: New function baseclass_offset, derived from
2384 baseclass_addr (which perhaps can be made obsolete?).
2385 It returns an offset rather than an address. This is a
2386 cleaner interface since it doesn't mess around allocating
2387 new values.
2388 * valops.c (search_struct_method): Use baseclass_offset
2389 rather than baseclass_addr.
2390
2391 Mon Oct 5 16:02:04 1992 Stu Grossman (grossman at cygnus.com)
2392
2393 * Makefile.in: Re-install 29K/UDI stuff.
2394 * remote-udi.c (udi_resume): Clean up.
2395 * (udi_wait): Rewrite, leave out bugs.
2396 * Add debugging code to print out all register fetches and stores.
2397 * Straighten out target_ops.
2398 * tm-29k.h (DUMMY_FRAME_RSIZE): Pad out to doubleword.
2399
2400 Mon Oct 5 09:46:44 1992 Ian Lance Taylor (ian@cygnus.com)
2401
2402 * remote-udi.c (udi_create_inferior): run with no arguments should
2403 not pass the program name as an argument, since the UDI code
2404 already handles that.
2405 (udi_load): get the symbols from prog_name, not arg_string (the
2406 load command should really use arg_string as the program name, not
2407 prog_name, but at least the run command works now).
2408
2409 * munch: HP9000/300 nm puts an extra space between T and symbol
2410 name.
2411
2412 * config/irix4.mh: added -lsun to XM_CLIBS to get RPC functions
2413 needed for vxworks targets.
2414
2415 Fri Oct 2 22:04:42 1992 John Gilmore (gnu@cygnus.com)
2416
2417 * am29k-tdep.c (_initialize_29k): Make it possible for the
2418 user to set and query the address where function calls into the
2419 inferior write a small scratch routine. `set call_scratch_address'
2420 * inferior.h (PC_IN_CALL_DUMMY): Fix fencepost error.
2421 * remote.c (remote_prepare_to_store): Only fetch regs if they are
2422 not already cached validly.
2423
2424 Thu Oct 1 14:36:42 1992 K. Richard Pixley (rich@sendai.cygnus.com)
2425
2426 Rs6000 native support.
2427
2428 * infptrace.c: remove #ifdef USG from around include ptrace.h.
2429 machines without this header should not be compiling this file.
2430 * nm-rs6000.h, rs6000-nat.c: new files for native support.
2431 * rs6000-tdep.c: do not include sys/ptrace.h or sys/reg.h.
2432 * rs6000-xdep.c: removed. all code now in rs6000-nat.c.
2433 * xm-rs6000.h: do not include ptrace.h.
2434 (ATTACH_DETACH, FETCH_INFERIOR_REGISTERS): moved to nm-rs6000.h.
2435 * config/rs6000.mh (XDEPFILES): removed rs6000-xdep.o.
2436 infptrace.o and inftarg.o move to NATDEPFIES.
2437 (NAT_FILE, NATDEPFILES): new macro for native support.
2438
2439 Sun3 native support.
2440
2441 * config/sun3os3.mh, config/sun3os4.mh (NAT_FILE, NATDEPFILES):
2442 new macros for native support.
2443 (XDEPFILES): moved infptrace.o and inftarg.o to NATDEPFILES,
2444 removed sun3-xdep.o.
2445 * xm-sun3.h (ATTACH_DETACH, FETCH_INFERIOR_REGISTERS): moved to
2446 nm-sun3.h.
2447 * sun3-xdep.c: removed. All code is now in sun3-nat.c.
2448 * sun3-nat.c, nm-sun3.h: new files for native support.
2449
2450 Thu Oct 1 10:30:54 1992 Fred Fish (fnf@cygnus.com)
2451
2452 * dwarfread.c (dbsize): New variable to hold size of dwarf info.
2453 * dwarfread.c (dwarf_build_psymtabs): Rename dbsize parameter to
2454 dbfsize and use it to initialize new local file scope dbsize.
2455 * dwarfread.c (read_ofile_symtab): Initialize dbsize and use it.
2456 * dwarfread.c (basicdieinfo): Use dbsize to check for oversize
2457 DIEs as well as the current check for undersize DIEs. This helps
2458 to gracefully detect and reject corrupted DIE information.
2459
2460 Thu Oct 1 01:57:56 1992 John Gilmore (gnu@cygnus.com)
2461
2462 Add `command hooks' and a hook for inferior program stopping.
2463
2464 * command.h (struct cmd_list_element): Remove unused `aux'
2465 field. Add new `hook', `hookee', and `cmd_pointer' fields.
2466 * command.c (add_cmd): Initialize new fields, elim old.
2467 (add_alias_cmd): Clone new fields.
2468 (delete_cmd): Un-hook hookee if we're deleting hook.
2469 (help_cmd): Tell user the command is hooked, if it is.
2470 (lookup_cmd_1): Abbreviations return the original command
2471 instead of themselves, so that hooks on the original cmd will be
2472 run.
2473 * defs.h (enum command_class): Add class_pseudo and comments.
2474 * gdbcmd.h (execute_user_command): Add prototype.
2475 * infrun.c (normal_stop): If the stop command is hooked,
2476 run the hook whenever we stop.
2477 (hook_stop_stub): Stub for catch_errors.
2478 (_initialize_infrun): Set up pseudo "stop" command.
2479 * main.c (execute_user_command): Code extracted from execute_command.
2480 (execute_command): If hooked, run the hook before the command.
2481 (define_command): If defining a new hook, check the command it
2482 is hooking, and warn if none. Install the hook.
2483 * source.c (_initialize_source): "l" is an abbrev for "list".
2484 * doc/gdb.texinfo: Document command hooks.
2485
2486 * Makefile.in (VERSION): Roll to 4.6.7.
2487 * config/sun4os4.mh: Remove dup inftarg.o from NATDEPFILES.
2488 * infrun.c (breakpoints_inserted): Make it static again.
2489 * tm-symmetry.h (FLOAT_INFO): #if 0 it for cross-ptrace abuse.
2490
2491 Wed Sep 30 15:33:22 1992 K. Richard Pixley (rich@sendai.cygnus.com)
2492
2493 Native file renaming.
2494
2495 * nat-sparc.c -> sparc-nat.c
2496 * nat-sun4os4.h -> nm-sun4os4.h
2497 * nat-trash.h -> nm-trash.h
2498 * config/sun4os4.mh: track file renaming.
2499 * configure.in: link to nm.h rather than nat.h.
2500 * infptrace.c: include nm.h rather than nat.h.
2501
2502 Tue Sep 29 14:35:00 1992 K. Richard Pixley (rich@sendai.cygnus.com)
2503
2504 Host/target/native split for sun4.
2505
2506 * Makefile.in (TSOBS): removed corelow.o.
2507 * infptrace.c: included nat.h.
2508 * nat-trash.h: temporary header file. This should be removed once
2509 all hosts have the native/host/target split.
2510 * configure.in: add a symlink from nat-trash.h to nat.h if no
2511 other nat file exists for this configuration.
2512 * sparc-tdep.c: no longer include sys/ptrace.h.
2513 * sparc-xdep.c: removed. contents have been moved to nat-sparc.c.
2514 * xm-sparc.h (ATTACH_DETACH, FETCH_INFERIOR_REGISTERS): moved to
2515 nat-sun4os4.h.
2516 * nat-sparc.c, nat-sun4os4.h: new files for sun4 native support.
2517 * config/sun4os4.mh (XDEPFILES): moved infptrace.o and inftarg.o
2518 to NATDEPFILES. removed sparc-xdep.o.
2519 (NATDEPFILES, NAT_FILE): new macros for native support.
2520
2521 Break the direct connection from core_file_command to any
2522 particular type of core file support.
2523
2524 * target.h (find_core_target): new prototype.
2525 * target.c (find_core_target): new function. Walks the target
2526 list looking for the core target.
2527 * core.c (core_file_command): replace calls to core_detach and
2528 core_open with find_core_target and direct calls.
2529
2530 Tue Sep 29 10:19:00 1992 Ian Lance Taylor (ian@cygnus.com)
2531
2532 * xm-hp300hpux.h: define MEM_FNS_DECLARED; include <sys/ptrace.h>
2533 for infptrace.c.
2534 config/hp300hpux.mh: ALLOCA1 was not defined.
2535
2536 Mon Sep 28 22:03:41 1992 Stu Grossman (grossman at cygnus.com)
2537
2538 * breakpoint.c, exec.c, language.c, main.c, printcmd.c, symfile.c,
2539 target.c, valprint.c: Use unfiltered forms of f/printf, et. al.
2540 until we can figure out a better way to do paging.
2541
2542 Sat Sep 26 02:07:31 1992 John Gilmore (gnu@cygnus.com)
2543
2544 * findvar.c (supply_register): Add CLEAN_UP_REGISTER_VALUE hook.
2545 * tm-hppa.h (CLEAN_UP_REGISTER_VALUE): Use it.
2546 * hppa-coredep.c: Remove, now that we use the hook.
2547 * config/hppab.mh, config/hppah.mh: Use standard coredep.o.
2548 * hppab-xdep.c, hppah-xdep.c: Remove custom code, use hook.
2549
2550 * dbxread.c, partial-stab.h: Replace all #ifdef hp9000s800's with
2551 GDB_TARGET_IS_HPPA's. This is a SERIOUS KLUDGE. The code needs to all
2552 be ripped out and reimplemented right (see elfread.c).
2553 * tm-hppa.h (GDB_TARGET_IS_HPPA): Define.
2554
2555 Rename all HPPA files to fit into unique DOS filenames:
2556 * *hppabsd* => *hppab*
2557 * *hppahpux* => *hppah*
2558
2559 Sat Sep 26 00:25:15 1992 John Gilmore (gnu@cygnus.com)
2560
2561 Make the /proc support a target-struct in its own right.
2562
2563 * Makefile.in: Remove inftarg.[co], since it is now included via
2564 config/*.mh files.
2565 * config/*.mh: Add inftarg.o and fork-child.o to all *.mh that
2566 reference infptrace.o. Add fork-child.o to all *.mh that
2567 reference procfs.o.
2568
2569 * inferior.h (proc_wait, inferior_proc_init, proc_set_exec_trap):
2570 No longer global functions.
2571 (fork_inferior): New global function from fork-child.c.
2572 * inftarg.c (child_wait): Remove USE_PROC_FS conditional.
2573 (ptrace_me, ptrace_him): New stub functions for fork_inferior().
2574 (child_create_inferior): Moved to fork-child.c as fork_inferior.
2575 (child_create_inferior): New tiny function that calls fork_inferior.
2576 * fork-child.c: New file, containing fork_inferior, which is
2577 built from slight mods to inftarg.c's child_create_inferior.
2578
2579 * procfs.c (procfs_ops): Add target vector.
2580 (attach): Rename as static do_attach.
2581 (procfs_create_inferior): New tiny function that calls fork_inferior.
2582 (child_xfer_memory): Rename to static procfs_xfer_memory.
2583 (store_inferior_registers): Rename to static procfs_store_registers.
2584 (inferior_proc_init): Rename to static procfs_init_inferior.
2585 (procfs_attach, procfs_detach, procfs_prepare_to_store,
2586 procfs_files_info, procfs_open, procfs_mourn_inferior,
2587 procfs_can_run): Slightly mangled copies of the corresponding
2588 child_XXX routines from inftarg.c.
2589 (proc_wait): Renamed to static procfs_wait.
2590 (child_resume): Rename to static procfs_resume.
2591 (fetch_inferior_registers): Rename to static procfs_fetch_registers.
2592 (initialize_proc_fs): Rename to initialize_procfs. Set up
2593 procfs_ops, too.
2594
2595 * putenv.c: index -> strchr.
2596 * regex.c: Always rename bcopy to memcpy, etc.
2597 FIXME: Eventually do the renames rather than use #define's.
2598 * sparc-tdep.c (deferred_stores): Moved from sparc-xdep.c.
2599 Fix bcopy->memcpy.
2600 * sparc-xdep.c: Move deferred_stores to target dependent.
2601 * xm-irix4.h, xm-sysv4.h (CREATE_INFERIOR_HOOK): No longer needed.
2602
2603 Fri Sep 25 21:59:27 1992 John Gilmore (gnu@cygnus.com)
2604
2605 Split non-target-dependent code out of target_attach routines.
2606
2607 * target.h: Comments on target_attach args and results.
2608 * infcmd.c (attach_command): Check for existing execution, call
2609 target_attach, set up terminal status and wait_for_inferior, wait
2610 for the attach status, and do normal_stop.
2611 * inftarg.c (child_attach): Remove target independent stuff.
2612 * remote-adapt.c (adapt_attach): Ditto.
2613 * remote-mm.c (mm_attach): Ditto.
2614 * remote-udi.c (udi_attach): Ditto.
2615 * remote-vx.c (vx_attach): Ditto.
2616
2617 Cleanup.
2618
2619 * remote-hms.c (hms_attach): Remove completely, it was useless.
2620 * remote-mm.c, remote-hms.c, remote-udi.c, remote-adapt.c: Remove
2621 commented-out start_remote calls.
2622 * remote-hms.c, remote-adapt.c, remote-mm.c, remote-udi.c: Remove
2623 DENTER and DEXIT macros and their calls. Use a real debugger --
2624 like gdb -- to see what functions are being called when.
2625 * utils.c (strcmp_iw): Make nonstatic, for lint.
2626
2627 Fri Sep 25 18:48:20 1992 John Gilmore (gnu@cygnus.com)
2628
2629 * infrun.c, inftarg.c, inferior.h: Comment and lint cleanups.
2630
2631 Fri Sep 25 15:13:44 1992 Stu Grossman (grossman at cygnus.com)
2632
2633 * tm-sparc.h, dbxread.c (read_ofile_symtab): Install Jim Wilson's
2634 fix to differentiate between gcc1 & gcc2 compiled files so that we
2635 can debug calls that pass structs as args correctly.
2636 * symmisc.c (dump_symtab): If block was compiled with gcc, say
2637 so, and what version.
2638
2639 * remote.c (remote_wait): Make regs be char to avoid picayune
2640 ANSI compiler warnings.
2641
2642 * energize.h: Move all external struct decls to inside of
2643 __STDC__, add prototype for energize_shell_wait().
2644 * energize.c (getpty): Clean up, make us really get a controlling
2645 terminal.
2646 * (energize_initialize): Disable SIGIO prior to setting up for
2647 I/O interrupts. Move setsid(), et. al. to getpty().
2648 * (energize_shell_wait): New routine to wait for things started
2649 via the shell command, uses wait() instead of /dev/proc.
2650 * Also, add prototype for execute_command_1().
2651
2652 Fri Sep 25 12:09:33 1992 K. Richard Pixley (rich@sendai.cygnus.com)
2653
2654 * inftarg.c (child_create_inferior, child_attach,
2655 child_mourn_inferior): collect unix child process stratum
2656 functions which live below the target vector into this file to
2657 facilitate host/target/native split. Also, make them static.
2658 * inflow.c (child_mourn_inferior): removed.
2659 * infrun.c (child_create_inferior, child_attach): removed.
2660 (resume): becomes global so that functions below the
2661 target vector can find it.
2662 * inferior.h (resume): add prototype.
2663 (child_mourn_inferior, child_create_inferior, child_attach):
2664 remove prototypes.
2665
2666 * xcoffexec.c (exec_ops): child_attach and child_create_inferior
2667 replaced with find_default_attach and
2668 find_default_create_inferior.
2669
2670 Fri Sep 25 10:21:04 1992 Ken Raeburn (raeburn@rtl.cygnus.com)
2671
2672 * i960-pinsn.c: Use _filtered routines for printing, so symbolic
2673 addresses don't get displayed in the wrong positions.
2674
2675 Fri Sep 25 09:52:47 1992 K. Richard Pixley (rich@sendai.cygnus.com)
2676
2677 Separate core functions along target vector in preparation for
2678 native support. Functions above vector now live in core.c. Those
2679 below in corelow.c.
2680
2681 * core.c (solib_add_stub, core_close, core_open, core_detach,
2682 get_core_registers, core_files_info, core_ops): moved to corelow.c
2683 (_initialize_core): removed addition of core_ops target.
2684 * corelow.c: new file.
2685 (solib_add_stub, core_close, core_open, core_detach,
2686 get_core_registers, core_files_info, core_ops): moved from core.c
2687 (_initialize_corelow): new function.
2688 * gdbcore.h (core_open, core_detach): added prototypes.
2689 (core_ops): add forward declaration.
2690 * Makefile.in (SFILES_MAINDIR): add core.c
2691 (OBS): add core.o
2692 (TSOBS): change core.o to corelow.o
2693
2694 Wed Sep 23 11:14:53 1992 Stu Grossman (grossman at cygnus.com)
2695
2696 * m68k-tdep.c (m68k_saved_pc_after_call): Use 'GDB_TARGET_IS_SUN3'
2697 instead of 'sun' predefined symbol so that trap analysis code is
2698 enabled only when the TARGET is a sun3.
2699
2700 Tue Sep 22 17:13:19 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
2701
2702 * tm-i960.h (ext_format_i960): Add top-level declaration.
2703 (REGISTER_CONVERT_TO_{VIRTUAL,RAW}): Don't declare it in nested
2704 blocks, else Sun4 compiler complains.
2705
2706 Tue Sep 22 00:43:51 1992 John Gilmore (gnu@cygnus.com)
2707
2708 * mips-pinsn.c (print_insn_arg, case 'B'): Disassemble `break'
2709 instruction's argument. Patch from jonathan@cs.stanford.edu
2710 (Jonathan Stone).
2711
2712 Mon Sep 21 18:16:30 1992 K. Richard Pixley (rich@sendai.cygnus.com)
2713
2714 Break the thread of control that implies that a unix child
2715 process will be the default target.
2716
2717 * target.c (find_default_run_target, find_default_attach,
2718 find_default_create_inferior, return_zero): new functions.
2719 (cleanup_target): Make return_zero the default for to_can_run.
2720
2721 * exec.c (exec_ops), core.c (core_ops): Replace child_attach and
2722 child_create_inferior references with find_default_XXX instead.
2723
2724 * target.h (struct target_ops): new field, to_can_run.
2725 (find_default_attach, find_default_create_inferior): new prototypes.
2726 (target_can_run): new macro.
2727
2728 * Also added a zero (default) to_can_run element to all static
2729 struct target_ops initializations throughout GDB, except:
2730 * inftarg.c (child_ops): Use new child_can_run() to enable child runs.
2731
2732 * infrun.c (child_create_inferior): Clean up error handling when
2733 no exec file is specified.
2734 (child_attach): Don't require exec file.
2735
2736 Mon Sep 21 19:43:13 1992 John Gilmore and K. Richard Pixley (gnu@cygnus.com)
2737
2738 Remove kill_inferior_fast, in favor of target_kill, which goes
2739 through the target vector.
2740
2741 * inferior.h (kill_inferior_fast): remove declaration.
2742
2743 * main.c (disconnect): call quit_cover using catch_errors rather
2744 than calling kill_inferior_fast directly. New way goes through
2745 the target vector, handles attached processes, and writes
2746 command history if appropriate.
2747 (quit_cover): new function, wrapper for quit_command.
2748
2749 * convex-xdep.c, go32-xdep.c, hppabsd-xdep.c, hppahpux-xdep.c,
2750 infptrace.c, procfs.c: Removed all instances of kill_inferior_fast,
2751 inlining them into the local kill_inferior when needed.
2752
2753 Mon Sep 21 19:23:05 1992 John Gilmore (gnu@cygnus.com)
2754
2755 * infrun.c (_initialize_infrun): Alias `i handle' == `i signals'.
2756 * stabsread.c (read_struct_type): Simplify complicated expression
2757 for dumb DECstation compiler.
2758
2759 Mon Sep 21 14:54:35 1992 Ian Lance Taylor (ian@cygnus.com)
2760
2761 * m68k-pinsn (print_insn_arg, fetch_arg): added support for
2762 operands to memory management instructions, from WRS.
2763
2764 Sep 20 08:42:12 1992 Fred Fish (fnf@cygnus.com)
2765
2766 * main.c (main): Back out previous language setting changes.
2767 Replace with simple default to C before processing any init
2768 files. There MUST be a language set, even in the absence of
2769 init files or executables, or expression parsing fails.
2770
2771 Sat Sep 19 09:52:26 1992 Fred Fish (fnf@cygnus.com)
2772
2773 * main.c (main): Move code that sets initial language to
2774 symfile.c. Fixup places where command files are processed to
2775 be consistent in setting a default language if none has been
2776 previously set.
2777 * symfile.c (set_initial_language): Add code moved from
2778 main() that sets an initial default language when a new
2779 symbol file is read.
2780 * symfile.c (symbol_file_command): Call set_initial_language.
2781 * symtab.c (find_main_psymtab): Add FIXME comment.
2782
2783 Wed Sep 16 22:31:55 1992 K. Richard Pixley (rich@sendai.cygnus.com)
2784
2785 * breakpoint.c, sparc-tdep.c: comment changes.
2786 * configure.in: removed target_dependent line.
2787
2788 * remote-mm.c (mm_attach): change printf to error to prevent
2789 fallthrough bug.
2790 * remote-udi.c (udi_attach): change printf to error to prevent
2791 fallthrough bug.
2792
2793 * rs6000-tdep.c (push_dummy_frame, pop_dummy_frame): replace
2794 calls to {fetch|store}_inferior_registers with calls to
2795 target_{fetch|store}_registers, for remote-target independence.
2796
2797 Sat Sep 19 04:23:54 1992 John Gilmore (gnu@cygnus.com)
2798
2799 * Makefile.in: Fix bug I introduced in merging Rich's change.
2800 * infrun.c (child_create_inferior): Use proceed() rather than
2801 doing all the same stuff by hand.
2802
2803 Thu Sep 17 17:35:37 1992 K. Richard Pixley (rich@sendai.cygnus.com)
2804
2805 * Makefile.in, configure.in: add support for files used only when
2806 configured native, that is, when host = target.
2807
2808 Wed Sep 16 23:03:23 1992 K. Richard Pixley (rich@sendai.cygnus.com)
2809
2810 * tm-sparc.h, xm-sparc.h: externs and macros relating to deferred
2811 stores are target dependent and were moved from xm to tm.
2812
2813 Sat Sep 19 03:14:37 1992 John Gilmore (gnu@cygnus.com)
2814
2815 * Makefile.in (gdb-all.texi): Build in objdir, not $srcdir.
2816
2817 * config/decstation.mh: Add MMALLOC_LIB and MMALLOC_DISABLE
2818 overrides, to avoid problem in xdr_bytes with malloc(0) => 0.
2819
2820 Wed Sep 16 20:04:54 1992 K. Richard Pixley (rich@sendai.cygnus.com)
2821
2822 * target.h (struct target_ops): removed to_convert_to_virtual and
2823 to_convert_from_virtual elements. Initializations removed from
2824 all static initializations.
2825 (target_convert_to_virtual, target_convert_from_virtual):
2826 removed.
2827 (host_convert_to_virtual, host_convert_from_virtual): Removed
2828 forward declarations.
2829 * target.c (cleanup_target): removed default assignments for
2830 to_convert_to_virtual and to_convert_from_virtual.
2831 * inftarg.c (host_convert_to_virtual, host_convert_from_virtual):
2832 removed.
2833 * findvar.c (value_of_register, value_from_register):
2834 target_convert_to_virtual inlined.
2835 * infcmd.c (do_registers_info): target_convert_to_virtual inlined.
2836 * valops.c (value_assign): target_convert_from_virtual inlined.
2837
2838 Fri Sep 18 02:07:39 1992 John Gilmore (gnu@cygnus.com)
2839
2840 * main.c (gdb_readline): Avoid printf_filtered, which sets char
2841 position wrong if used for the prompt.
2842 * utils.c (puts_filtered): Comment: NOT a puts() replacement!
2843
2844 Support for accessing arbitrary MIPS stack frames in memory.
2845
2846 * blockframe.c (get_prev_frame_info): If INIT_FRAME_PC_FIRST is
2847 set, run it before INIT_EXTRA_FRAME_INFO.
2848 * stack.c (frame_info): If PRINT_EXTRA_FRAME_INFO defined, call it.
2849
2850 * mips-tdep.c (init_extra_frame_info): Only clobber the `frame'
2851 (FP) value in the frame_info struct if it is zero (as from top of
2852 execution stack).
2853 (setup_arbitrary_frame): Implement FRAME_SPECIFICATION_DYADIC.
2854
2855 * mips-xdep.c (fetch_inferior_registers): ZERO_REGNUM always
2856 comes back as zero. So does FP_REGNUM, as a trigger for
2857 init_extra_frame_info.
2858
2859 * tm-mips.h (INIT_FRAME_PC_FIRST): Kludge, FIXME, defined to get
2860 the program counter set before INIT_EXTRA_FRAME_INFO is run.
2861 (INIT_FRAME_PC): Defined to null.
2862 (PRINT_EXTRA_FRAME_INFO): print frame pointer location via symtab.
2863 (FRAME_SPECIFICATION_DYADIC): Ask for two args in frame command.
2864 Briefly explain MIPS stacks in GDB.
2865
2866 Thu Sep 17 03:49:59 1992 John Gilmore (gnu@cygnus.com)
2867
2868 * copying.awk, copying.c (show_copying_command,
2869 show_warranty_command): Rename from copying_info, warranty_info,
2870 to match command function conventions.
2871
2872 * utils.c (prompt_for_continue): Reinitialize more-counts
2873 before printing anything, and again afterward. Fix comments.
2874 (vfprintf_filtered): Eliminate static buffer; use auto buffer,
2875 or alloca() if needed.
2876
2877 * rs6000-xdep.c: Use correct conditional (IBM6000_TARGET) to
2878 detect native versus cross-host.
2879
2880 Wed Sep 16 21:57:14 1992 Stu Grossman (grossman at cygnus.com)
2881
2882 * m68k-tdep.c (sun3_saved_pc_after_call): Only do trap check for
2883 Suns. Rename to m68k_saved_pc_after_call.
2884 * tm-68k-noun.h, tm-sun3.h (SAVED_PC_AFTER_CALL): Use
2885 m68k_saved... instead of sun3_saved...
2886
2887 Wed Sep 16 17:00:07 1992 John Gilmore (gnu@cygnus.com)
2888
2889 * Makefile.in (update-depend, update-alldeps): Split out of
2890 setup-to-dist, for convenience in rebuilding the depend and
2891 alldeps.mak files.
2892 (assorted): Update to catch straggler files when building gdb.tar.Z.
2893
2894 Tue Sep 15 01:18:50 1992 John Gilmore (gnu@cygnus.com)
2895
2896 Preliminary cleanup for splitting host/native/target.
2897
2898 * infptrace.c (child_resume): Don't deal with NO_SINGLE_STEP
2899 here; it is dealt with at a gdb-target-independent level.
2900 * rs6000-tdep.c (single_step): Don't call ptrace, we are a
2901 high toned routine. Fix return type to void.
2902 * tm-rs6000.h (AIX_BUGGY_PTRACE_CALL): Zap, we think we fixed it.
2903 Rich and I believe the "real problem" was that both single_step
2904 and target_resume were issuing PT_CONTINUE calls. This would
2905 cause the second PT_CONTINUE to sometimes fail because the process
2906 was already running.
2907 * infptrace.c (child_resume): Remove AIX_BUGGY_PTRACE_CALL kludge.
2908
2909 Mon Sep 14 19:20:43 1992 Stu Grossman (grossman at cygnus.com)
2910
2911 * energize.c (pty_to_kernel): Must check for EAGAIN as
2912 termination condition.
2913 (full_filename): Don't prepend dirname if filename begins with /.
2914 (breakpoint_notify, kernel_dispatch): Deal with DynamicLoad
2915 messages properly!!
2916 (getpty (NCR)): Lotsa bug fixes...
2917 (kernel_dispatch (case StopRType)): Use kill() instead of
2918 killpg() so we can deal with losing systems...
2919 (wait_for_events): Work around NCR select() lossage. It doesn't
2920 zero out readfds when select() returns zero.
2921 (energize_initialize): Use I_SETSIG to get SIGIO interrupts. Use
2922 getcwd() instead of getwd() (NCR getwd() seg faults).
2923 (energize_wait): Use sigaction() for NCR. Their version of signal()
2924 is unreliable by default.
2925
2926 * procfs.c (proc_wait): Call print_sys_errmsg() if we get an
2927 error from PIOCSWSTOP.
2928
2929 * breakpoint.c, core.c, exec.c, language.c, main.c, printcmd.c,
2930 symfile.c, target.c, valprint.c: Use _filtered form of *printf.
2931 defs.h, utils.c: Make vfprintf_filtered global.
2932
2933 * energize.c (send_location): New routine to consolidate all
2934 places where we must notify kernel of where the given pc is.
2935 (cplus_demangle): Put single-quotes around demangled names.
2936 (energize_call_command): Call send_location() after doing up,
2937 down, and frame commands.
2938
2939 Fri Sep 11 18:28:28 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
2940
2941 * doc/gdb.texinfo, doc/gdbinv-m.m4.in, doc/gdbinv-s.m4.in: first
2942 pass at doc for two new remote targets---29K using UDI, and Tandem
2943 ST2000 using STDBUG.
2944
2945 * doc/all.m4, doc/none.m4: new m4 switch, _ST2000__
2946
2947 * doc/all.m4: turn on H8/300 stuff for generic manual
2948
2949 * doc/gdbinv-s.m4.in: remove text on special procedures to continue
2950 after explicit call to breakpoint() in serial stubs.
2951
2952 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
2953
2954 * mipsread.c: Clean up some white space.
2955 (parse_symbol): Handle stEnd of stFile.
2956 (parse_partial_symbols): Remove old #if 0'd code. Handle stLocal.
2957
2958 * mips-xdep.c (REGISTER_PTRACE_ADDR, fetch_inferior_registers,
2959 store_inferior_registers): Replace unexplained numbers
2960 with manifest constants from a DECstation header file.
2961 * xm-mips.h (KERNEL_U_ADDR): Get from <machine/param.h>.
2962 (REGISTER_U_ADDR): Fix up for Ultrix 4.2.
2963
2964 * tm-tahoe.h, xm-tahoe.h (KERNEL_U_ADDR): Move macro to xm-tahoe.h.
2965
2966 * stack.c (_initialize_stack): "dow" should be a valid abbreviation
2967 for "down". Suggested by Richard Stallman.
2968
2969 Thu Sep 10 15:26:07 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
2970
2971 * remote-vx.c: Rename realloc for inclusion of rpc/rpc.h, to avoid
2972 redeclaration bug on SunOS 4.
2973
2974 Wed Sep 9 17:36:53 1992 John Gilmore (gnu@cygnus.com)
2975
2976 * i386-stub.c, sparc-stub.c (getpacket): Actually check checksums.
2977 * m68k-stub.c: Remove a few extraneous ANSI-isms.
2978 * remote-nindy.c (nindy_prepare_to_store): Only fetch regs if
2979 they aren't already there.
2980 * remote-vx.c (vx_prepare_to_store): Ditto.
2981 * xcoffread.c: Surround forward struct defns with #ifdef __STDC__.
2982
2983 Wed Sep 9 16:50:22 1992 John Gilmore (gnu@cygnus.com)
2984
2985 Removed a large number of changes inserted by Per Bothner
2986 for C++ support. These will go back in when they've been
2987 examined.
2988
2989 Tue Sep 8 21:05:18 1992 Stu Grossman (grossman at cygnus.com)
2990
2991 * serial.h: Fix prototye for serial_raw().
2992 * ser-bsd.c, ser-termios.c: Fix args for serial_open() &
2993 serial_write() to match prototypes.
2994 * remote-st2000.c (get_reg_name): Make *p be const.
2995
2996 Tue Sep 8 17:24:52 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
2997
2998 * remote-nindy.c (nindy_fetch_registers): Make return type void,
2999 to agree with target structure field type.
3000 (nindy_store_registers): Ditto.
3001
3002 * Makefile (OPCODES): New var, pointing to opcodes library.
3003 (CLIBS, CDEPS): Include it.
3004 (saber_gdb): Load opcodes library.
3005
3006 Tue Sep 8 15:22:06 1992 Stu Grossman (grossman at cygnus.com)
3007
3008 * a68v-xdep.c (store_inferior_registers): declare as void.
3009 * infptrace.c: HP/Apollos have ptrace.h in the wrong place.
3010 * remote-st2000.c: Massive changes to use new serial package.
3011 Also added 'connect' command to transparantly connect to serial
3012 port.
3013 * ser-termios.c: Big cleanup, use nicer coding conventions.
3014 * ser-bsd.c: New module, serial stuff for BSD systems.
3015 * serial.h: Define struct ttystate properly using HAVE_TERMIO.
3016 * xm-apollo68b.h: #define PTRACE_IN_WRONG_PLACE...
3017
3018 Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
3019
3020 * doc/gdb.texinfo: fix shameful error of agreement reported by
3021 jimb@occs.cs.oberlin.edu (Jim Blandy)
3022 * doc/gdb.texinfo: remove old partial discussion of remote serial
3023 protocol (via serial debug stubs)
3024 * doc/gdbinv-m.m4.in, doc/gdbinv-s.m4.in: new section discussing
3025 use of serial debug stubs
3026
3027 Fri Sep 4 00:34:30 1992 Per Bothner (bothner@rtl.cygnus.com)
3028
3029 * symfile.h: Declaration of set_demangling_style() moved
3030 here from demangle.h (which is now in ../include).
3031 * i386-xdep.c: Update comment.
3032
3033 Thu Sep 3 13:44:46 1992 K. Richard Pixley (rich@sendai.cygnus.com)
3034
3035 * symtab.c (completion_list_add_symbol): restructured to optimize
3036 for time. First clip names that cannot match. Then clip any
3037 names we've already considered. Drop a redundant strncpy. Drop
3038 a redundant malloc and associated free for demangled names.
3039
3040 Thu Sep 3 09:17:05 1992 Stu Grossman (grossman at cygnus.com)
3041
3042 * a68v-xdep.c (store_inferior_registers): Define as type void.
3043 * configure.in: Add host m68k-apollo*-bsd*.
3044 * demangle.c (struct demanglers): Use enum instead of constant
3045 value to keep braindamaged HP/Apollo compiler happy.
3046
3047 Wed Sep 2 20:45:31 1992 Per Bothner (bothner@rtl.cygnus.com)
3048
3049 * utils.c (strcmp_iw): Add a hack to allow "FOO(ARGS)" to
3050 match "FOO". This allows 'break Foo' to work when Foo is
3051 a mangled C++ function. (See comment before function.)
3052
3053 Wed Sep 2 13:45:27 1992 John Gilmore (gnu@cygnus.com)
3054
3055 * config/rs6000.mh (MH_CFLAGS): Circumvent IBM <rpc/rpc.h> bug,
3056 for files in vx-share/*.c.
3057 * xm-rs6000.h (fd_set): Circumvent the rs6000.mh circumvention,
3058 for normal GDB source files.
3059
3060 * Makefile.in (VERSION): Roll to 4.6.6.
3061
3062 * tm-vx68.h, tm-es1800.h: Use tm-68k.h rather than tm-sun3.h.
3063 * tm-sun3.h: Remove STACK_END_ADDR, no longer used.
3064 * tm-sun3os4.h: Update comments.
3065 * xm-delta88.h: Remove STACK_END_ADDR.
3066
3067 Wed Sep 2 01:18:31 1992 John Gilmore (gnu@cygnus.com)
3068
3069 * Makefile.in (VERSION): Roll to 4.6.5.
3070
3071 * infrun.c: Lint for recent `handle' changes.
3072
3073 * ser-termios.c, ser-go32.c: Remove DEFUN crap, clean up.
3074 * serial.h (EXFUN): Remove all uses, convert to PARAMS.
3075 * config/sun4os4.mh: Include ser-termios.o. FIXME, all .mh files
3076 should include a ser-XXX.o module.
3077
3078 * dbxread.c (elfstab_build_psymtabs): Remove DEFUN crap.
3079 * defs.h, i960-pinsn.c, remote-hms.c: Replace CONST with simple const.
3080
3081 * configure.in: Map unrecognized sun 68k's, sun sparcs, into
3082 known suns in configure.in, rather than mapping them to unique
3083 config files that happen to duplicate other config files.
3084 * config/sun3.{mh,mt}: Remove (use identical sun3os4.*).
3085 * config/sun4.{mh,mt}: Remove (use identical sun4os4.*).
3086
3087 Wed Sep 2 00:10:43 1992 John Gilmore (gnu@cygnus.com)
3088
3089 * configure.in (*-*-sunos*): Use trailing * to match all
3090 sub-variants of SunOS, e.g. sunos4* to match sunos4.1.1.
3091 (sparc-*-sunos3): Remove host & target. Sunos3 never shipped
3092 in production on Sun-4.
3093 ({a29k,i[34]86,i960}-*-elf): Add targets, equivalent to coff.
3094 (m68k-*-{aout,coff,elf}): Add targets, w/new config and tm files.
3095 (sparc-*-{aout,coff,elf}): Add targets, w/new config and tm files.
3096
3097 * config/m68k-un.mt, config/m68k-noun.mt, config/sparc-un.mt,
3098 config/sparc-noun.mt: New target configs for embedded.
3099 * config/sun4os3.{mh,mt}: Remove, never existed in production.
3100
3101 * tm-68k-un.h, tm-68k-noun.h, tm-spc-un.h, tm-spc-noun.h: New
3102 target definitions for embedded with and without underlines on
3103 identifiers. FIXME -- this ought to be known by BFD instead.
3104
3105 * tm-sparc.h, tm-sun2.h, tm-sun3.h: Delete NAMES_HAVE_UNDERSCORE:
3106 not a parameter of the CPU, but of the development environment.
3107 * tm-es1800.h, tm-sunos.h, tm-vx68.h: Add NAMES_HAVE_UNDERSCORE.
3108
3109 Tue Sep 1 17:31:45 1992 John Gilmore (gnu@cygnus.com)
3110
3111 * breakpoint.c (breakpoint_re_set): Avoid setting source symtab
3112 (which involves reading in main's symtab) if we have no breakpoints.
3113
3114 Mon Aug 31 13:47:45 1992 Fred Fish (fnf@cygnus.com)
3115
3116 * dwarfread.c (cu_language): New local variable to record
3117 language for current compilation unit being processed.
3118 * dwarfread.c (set_cu_language): New local function to decode
3119 and record language for current compilation unit being processed.
3120 * dwarfread.c (synthesize_typedef): Add local function to
3121 synthesize a typedef for C++ classes, structs, unions, and
3122 enumerations.
3123 * dwarfread.c (read_structure_scope): Synthesize typedefs
3124 for C++ classes, structs and unions.
3125 * dwarfread.c (read_enumeration): Synthesize typedefs for
3126 C++ enumerations.
3127 * dwarfread.c (read_file_scope): Call set_cu_language to
3128 record language for current compilation unit. After symtab
3129 is built, save this recorded language.
3130 * dwarfread.c (process_dies, add_partial_symbol, struct_type,
3131 scan_partial_symbols, new_symbol): Recognize TAG_class_type.
3132 * dwarfread.c (add_partial_symbol): Synthesize partial symbol
3133 typedefs for C++ classes, structs, unions, and enumerations.
3134 * dwarfread.c (scan_compilation_units): Call set_cu_language
3135 to record language for current compilation unit.
3136 * dwarfread.c (scan_partial_symbols): Call add_enum_psymbol here
3137 for TAG_enumeration_types, rather than in add_partial_symbol.
3138 * dwarfread.c (add_partial_symbol): Combine TAG_enumeration_type
3139 case with class, struct, and union type cases, now that they are
3140 the same. Remove tests for non-NULL name attributes, now done
3141 by callers.
3142 * gdbtypes.h (TYPE_CODE_CLASS): Add type for C++ classes, but
3143 treat as alias for TYPE_CODE_STRUCT for now.
3144
3145 Sun Aug 30 21:32:17 1992 Ian Lance Taylor (ian@cygnus.com)
3146
3147 * Makefile.in: map "gdb" through program_transform_name when
3148 installing.
3149
3150 Sun Aug 30 21:18:51 1992 Fred Fish (fnf@cygnus.com)
3151
3152 * {i386-tdep.c, m68k-tdep.c, mips-tdep.c, sparc-tdep.c}
3153 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3154 Use "regi" for local indexing through register numbers, reserving
3155 "regno" for the name of a specific register passed as an input
3156 parameter. Fix bug propagated through all versions that sometimes
3157 used regno as an index when it should have been regi, thus using
3158 -1 as an index in some cases.
3159
3160 Sun Aug 30 18:15:17 1992 Per Bothner (bothner@rtl.cygnus.com)
3161
3162 * cplus-dem.c, demangle.h: Moved to ../libiberty and ../include,
3163 respectively, so same demangler can be used by other programs.
3164 * Makefile.in: Remove demangler stuff.
3165 * Makefile.in (depend): Pass -I../readline (needed for main.c).
3166 * demangle.c (_initialize_demangler): Tell demangler which
3167 CPLUS_MARKER to assume.
3168
3169 Fri Aug 28 13:13:33 1992 John Gilmore (gnu@cygnus.com)
3170
3171 RS/6000 portability changes (for hosting cross-debuggers).
3172
3173 * breakpoint.c (fixup_breakpoints): Re-kludge to IBM6000_TARGET.
3174 * buildsym.c, rs6000-xdep.c, rs6000-tdep.c, tm-rs6000.h,
3175 xcoffexec.c, xcoffread.c: Rename aixcoff to xcoff everywhere.
3176 * printcmd.c (print_frame_args): Remove an RS/6000 dependency.
3177 * stabsread.c (define_symbol): Remove RS/6000 dependencies.
3178 * tm-rs6000.h (ATTACH_DETACH): Remove: host-dependent.
3179 (PTRACE_ATTACH, PTRACE_DETACH): Remove: host-dep.
3180 (NO_SINGLE_STEP): Add, target-dependent.
3181 (loadinfotextindex): Lowercase, remove "aix_".
3182 * xm-rs6000.h: Add <sys/ptrace.h> for infptrace.c.
3183 (NO_SINGLE_STEP): Remove, target-dependent.
3184 * xcoffexec.c (vmap_symtab): Cleanup #if 0'd code.
3185 * xcoffread.c: Only build file if RS/6000 native GDB.
3186 (build_function_symbol): Remove #if 0'd code.
3187 * rs6000-tdep.c: Cleanup. Add static fn protos.
3188 Use CORE_ADDR for addresses throughout. Make void fns void.
3189 (pop_dummy_frame): Add FIXME about bogosity of design here.
3190 (rs6000_struct_return_address): Ditto.
3191 (frameless_function_invocation, frame_get_cache_fsr,
3192 frame_initial_stack_address, xcoff_relocate_symtab,
3193 xcoff_init_loadinfo, free_loadinfo, xcoff_add_toc_to_loadinfo,
3194 add_text_to_loadinfo, find_toc_address): Move from xdep file.
3195 Use CORE_ADDRs. Change identifiers to lowercase.
3196
3197 * rs6000-xdep.c: Make whole file conditional on native RS/6000,
3198 supplying dummy routines if non-native. Add prototype for
3199 static exec_one_dummy_insn. Move a mess of functions to
3200 rs6000-tdep.c (as above). Remove #if 0'd code.
3201
3202 * config/rs6000.mh (XDEPFILES): Move xcoffexec.o to target side.
3203 (XM_CLIBS): Add -lm to circumvent AIX 3.2 libc ldexp bug.
3204 * config/rs6000.mt (TDEPFILES): Adopt xcoffexec.o.
3205
3206 * gdbtypes.h (TYPE_ALLOC): Parenthesize result to avoid problems
3207 for callers.
3208
3209 * vx-share/README, nindy-share/README: New files describing
3210 how these directories' code is shared, and with whom.
3211
3212 Thu Aug 27 20:04:56 1992 John Gilmore (gnu@cygnus.com)
3213
3214 * configure.in (target configurations): Reformat into table.
3215 Remove unsupp. Amigados host and target. Ditto Mach 386 target.
3216
3217 * tm-altosgas.h, tm-i386v-g.h: Remove ancient coff encap configs.
3218 * config/{altosgas.mt, i386v-g.mt, i386v32-g.mt}: Ditto.
3219 * config/{i386sco.mt,i386v32.mt}: Remove; identical to i386v.mt.
3220 * config/{go32.mt,i960.mt}: Remove; they only printed error msgs.
3221 * config/nindy960.mt: Remove useless MT_CFLAGS setting.
3222 * config/i386aout.mt: Use tm-i386v.h, not tm-i386v-g.h.
3223
3224 * Makefile.in (config-check): Add command to check whether
3225 configure.in is consistent with config/*.
3226
3227 Wed Aug 26 21:10:52 1992 John Gilmore (gnu@cygnus.com)
3228
3229 * configure.in (host configurations): Reformat nested cases into
3230 easy-to-maintain table.
3231 (m68k-altos-*, i386v*): We don't care whether coff encap is used.
3232 config/{altosgas.mh, i386v-g.mh, i386v32-g.mh}: Remove.
3233
3234 Wed Aug 26 16:02:01 1992 Fred Fish (fnf@cygnus.com)
3235
3236 * cplus-dem.c: Reorder args to most local functions to make them
3237 follow the consistent pattern of struct work_stuff pointer first,
3238 followed by pointer into string being demangled, followed by
3239 pointer to the string where the result is being stored, followed
3240 by other args. Also generally replace most variables of name
3241 "type" with "mangled" for consistency. They all pointed to the
3242 same string but half were one name and half the other.
3243 * cplus-dem.c (LONGERNAMES): Remove #ifndef's.
3244 * cplus-dem.c (demangle_qualified): Rewrite to clean up and allow
3245 use whenever a qualified name is being demangled.
3246 * cplus-dem.c (do_type): Qualified names are treated similarly
3247 to fundamental types, not as modifiers of fundamental types.
3248
3249 Mon Aug 24 20:44:38 1992 Stu Grossman (grossman at cygnus.com)
3250
3251 * configure.in: Add sparclite as a target.
3252
3253 * sparc-stub.c (handle_exception): Flush instruction cache just
3254 before returning to the user. (hexToInt): Fix overzealous cleanup.
3255
3256 Mon Aug 24 11:57:13 1992 Fred Fish (fnf@cygnus.com)
3257
3258 * infrun.c (handle_command): Rewrite to allow multiple signal
3259 numbers, signal number ranges, and to recognize "all" to mean all
3260 signals except those used by the debugger.
3261 * infrun.c (SET_SIGS, UNSET_SIGS): Macros used in handle_command
3262 to set or reset actions for specific signals.
3263
3264 Sun Aug 23 17:10:07 1992 Fred Fish (fnf@cygnus.com)
3265
3266 * coffread.c (decode_type): Call alloc_type to alloc new
3267 types.
3268 * stabsread.c (read_array_type, read_range_type, define_symbol):
3269 Call alloc_type to alloc new types.
3270 * stabsread.c (define_symbol): Move dbl_valu symbol field data
3271 from type_obstack to symbol_obstack.
3272 * stabsread.c (define_symbol): Move typedef_sym from type_obstack
3273 to symbol_obstack.
3274 * gdbtypes.h (TYPE_ALLOC): New macro to allocate space for data
3275 associated with a type, using the same mechanism as was used to
3276 allocate space for the type structure itself.
3277 * coffread.c (patch_type, coff_read_struct_type,
3278 coff_read_enum_type): Use TYPE_ALLOC.
3279 * dwarfread.c (struct_type): Use TYPE_ALLOC.
3280 * gdbtypes.c (create_array_type, check_stub_method,
3281 allocate_cplus_struct_type): Use TYPE_ALLOC.
3282 * mipsread.c (parse_symbol, parse_type): Use TYPE_ALLOC.
3283 * stabsread.c (read_struct_type, read_array_type, read_enum_type,
3284 read_range_type): Use TYPE_ALLOC.
3285
3286 Sun Aug 23 11:04:08 1992 Fred Fish (fnf@cygnus.com)
3287
3288 * breakpoint.c (breakpoint_re_set): Select a default source
3289 symtab if one is not currently selected.
3290 * utils.c (query): Call wrap_here before building the output
3291 query string, to turn off wrapping and flush any buffered output.
3292 Otherwise our query may end up in the wrap buffer and never be
3293 seen by the user.
3294 * eval.c (evaluate_subexp): Report error when attempting to
3295 evaluate subscript for types without a target type, rather
3296 than dumping core by using the NULL pointer.
3297 * symfile.c (symbol_file_command): Forget current_source_symtab
3298 and current_source_line when discarding symbol table.
3299
3300 Sat Aug 22 22:33:20 1992 John Gilmore (gnu@cygnus.com)
3301
3302 Bug fixes from Andrew Heybey <ath@lcs.mit.edu>.
3303
3304 * tm-mips.h (REGISTER_VIRTUAL_TYPE): Float regs are float type.
3305 * mips-tdep.c (mips_print_register): Alloc enough space for two regs.
3306
3307 Fri Aug 21 15:17:03 1992 Stu Grossman (grossman at cygnus.com)
3308
3309 * remote.c (remote_open): Fix baud rate setting to make -b flag
3310 work. (remote_wait): Change 'T' message parser to deal with new
3311 improved format which allows stub to send an arbitrary bunch of
3312 registers.
3313 * sparc-stub.c: General cleanups. (trap_low, handle_exception):
3314 make all this re-entrant by storing all state on the stack. Clean
3315 up memory error trapping. (computeSignal, set_debug_traps):
3316 make it all table driven. Make a start at a baud rate setting command.
3317
3318 Wed Aug 19 10:23:27 1992 Ian Lance Taylor (ian@cygnus.com)
3319
3320 * m68k-pinsn.c: handle new operand type 'r', introduced for cas2.
3321
3322 * remote-vx.c: redefine malloc to avoid buggy declaration on
3323 RS/6000 <rpc/types.h>.
3324 xm-rs6000.h: include <sys/select.h> to define fd_set for
3325 <rpc/svc.h> on RS/6000.
3326
3327 Tue Aug 18 14:48:24 1992 Ian Lance Taylor (ian@cygnus.com)
3328
3329 * Makefile.in: added FLAGS_TO_PASS variable, and passed it to
3330 recursive invocations of make. Always create installation
3331 directories.
3332
3333 Mon Aug 17 18:29:58 1992 Per Bothner (bothner@rtl.cygnus.com)
3334
3335 * m68k-pinsn.c: Minor fix in style of output (don't use
3336 range to indicate floating point control registers).
3337
3338 Sat Aug 15 02:58:03 1992 John Gilmore (gnu@cygnus.com)
3339
3340 * m68k-pinsn.c: Surround extended support with #ifdef HAVE_68881.
3341
3342 * infcmd.c (registers_info): Handle multiple register names.
3343 Changes inspired by Roland McGrath.
3344
3345 Sat Aug 15 02:28:52 1992 Stu Grossman (grossman at cygnus.com)
3346
3347 * sparc-stub.c: New file. Mix it with your SPARClite
3348 application, and it will speak GDB remote protocol!
3349 * remote.c (remote_wait): Change 'T' (expedited reply) message to
3350 deal with arbitrary registers. Needed for sparc-stub.
3351
3352 Fri Aug 14 12:11:25 1992 Fred Fish (fnf@cygnus.com)
3353
3354 * cplus-dem.c (cplus_markers): Add table for gnu style and
3355 use throughout, in place of compile time constant CPLUS_MARKER.
3356 * cplus-dem.c (ARM_VTABLE_STRING, ARM_VTABLE_STRLEN): Add.
3357 * cplus-dem.c (cfront_special): New function, as suggested
3358 by pfieland@stratus.com.
3359 * cplus-dem.c (forget_types): New function.
3360 * cplus-dem.c (cplus_demangle): Call gnu_special, moved from
3361 demangle_prefix().
3362 * cplus-dem.c (mop_up): Call forget_types().
3363 * cplus-dem.c (AUTO_DEMANGLING, GNU_DEMANGLING, LUCID_DEMANGLING):
3364 Use throughout, instead of checking current_demangling_style.
3365 * cplus-dem.c (demangle_signature): When finding an explicit
3366 start of function args, forget all remembered types for
3367 lucid/cfront style demangling.
3368 * cplus-dem.c (demangle_prefix): In a sequence of two or more
3369 underbar characters, use last pair as the delimiter. Hoist
3370 gnu_special() call up to cplus_demangle(). Call cfront_special()
3371 when appropriate.
3372 * cplus-dem.c (cplus_special): Fix virtual table name demangling
3373 for inherited classes.
3374 * cplus-dem.c (demangle_args): Document quirks of numbered
3375 references to previously seen types.
3376 * dbxread.c (read_ofile_symtab, process_one_symbol):
3377 Use AUTO_DEMANGLING rather than explicitly checking
3378 current_demangling_style.
3379 * demangle.h: Add some comments.
3380 * demangle.h (AUTO_DEMANGLING, GNU_DEMANGLING, LUCID_DEMANGLING,
3381 CFRONT_DEMANGLING): New macros.
3382 * dwarfread.c (LCC_PRODUCER): Remove trailing space, which is
3383 not found in the actual producer string produced by lcc.
3384 * dwarfread.c (handle_producer): Use AUTO_DEMANGLING rather
3385 than explicitly checking current_demangling_style.
3386
3387 Thu Aug 13 11:54:46 1992 John Gilmore (gnu at cygnus.com)
3388
3389 * breakpoint.c (enable_longjmp_breakpoint,
3390 disable_longjmp_breakpoint, set_longjmp_resume_breakpoint):
3391 Check for duplicate breakpoints at the same address. Bug report
3392 and preliminary fix from Dave Morrison, <drmorris@us.oracle.com>.
3393
3394 Wed Aug 12 11:14:58 1992 Fred Fish (fnf@cygnus.com)
3395
3396 * buildsym.c (end_symtab): Document that end_symtab can return
3397 NULL under non-error conditions.
3398 * dwarfread.c (read_file_scope): Guard against dereferencing NULL
3399 returned from end_symtab for empty compilation units.
3400
3401 Tue Aug 11 02:49:39 1992 John Gilmore (gnu at cygnus.com)
3402
3403 * am29k-tdep.c: Lint from DECstation compiler.
3404 * mem-break.c: Restore test of BREAKPOINT size that Fred removed.
3405 As the man page says, "Sometimes you just can't get lint to shut
3406 up". That doesn't mean you should blow away the code it won't
3407 shut up about.
3408 * mips-xdep.c: Revise stubbing-out of code until Rich cleans
3409 it up over the next few weeks. Make mips x 29k build.
3410 * tm-29k.h (CALL_DUMMY): Make it work on cross-endian hosts.
3411 (FIX_CALL_DUMMY): Comment in the patching of the breakpoint,
3412 but leave it as a comment because the breakpoint instruction
3413 is not easily accessible at this moment (it's static, and if
3414 we define one here, it goes into every file compiled).
3415
3416 Mon Aug 10 22:27:19 1992 Fred Fish (fnf@cygnus.com)
3417
3418 * Makefile.in (VERSION): Bump to 4.6.3.
3419 * dwarfread.c (scan_partial_symbols): Skip over DIE's within
3420 function scopes when building partial symbol tables.
3421 * objfiles.c (open_existing_mapped_file): Make it clear in
3422 warning message that out of date mapped files are ignored.
3423 * symtab.c (lookup_symtab_1, lookup_symbol): Print compilation
3424 unit source file name in error message.
3425
3426 Sat Aug 8 23:12:22 1992 Fred Fish (fnf@cygnus.com)
3427
3428 * dwarfread.c (struct dieinfo): Add has_at_byte_size.
3429 * dwarfread.c (struct_type): In absence of AT_byte_size for
3430 bitfield, use size of object of member's type for the size of
3431 the anonymous object containing the bit field.
3432 * dwarfread.c (completedieinfo): Set has_at_byte_size when
3433 an AT_byte_size attribute is seen.
3434 * mipsread.c (psymtab_to_symtab_1): Fix misspelled cast to
3435 union aux_ext (was aux_ent).
3436 * i386-pinsn.c (print_insn): Cast 2'nd arg to read_memory from
3437 unsigned char* to char*, for Lucid compiler.
3438 * i386-tdep.c (codestream_fill): Fix cast of 2'nd arg to read_memory
3439 to be correct type (from unsigned char* to char*).
3440 * valprint.c (type_print_derivation_info): Minor tweak to placement
3441 of commas in derived class printing.
3442 * xcoffread.c (builtin_type): Fix misspelling in fatal message.
3443
3444 Fri Aug 7 11:18:23 1992 Steve Chamberlain (sac@thepub.cygnus.com)
3445
3446 * xm-go32.h: Define LSEEK_NOT_LINEAR
3447 * source.c (find_source_lines): if LSEEK_NOT_LINEAR is defined
3448 then work out the lseek positions of newlines by running through
3449 the file and `tell'ing. This makes source file listing work on
3450 OS's where the relationship between physical position in file and
3451 canonical position is indeterminate, eg VMS and DOS.
3452
3453 Thu Aug 6 10:56:01 1992 Fred Fish (fnf@cygnus.com)
3454
3455 * stabsread.c: Ensure that all members of all allocated structures
3456 are initialized to known state to avoid hard to find bugs with gdb
3457 using fields containing random data.
3458 * buildsym.c (start_subfile): Compact dirname initialization.
3459 * buildsym.c (patch_subfile_names): New function.
3460 * buildsym.c (end_symtab): Make copy of dirname on symbol obstack.
3461 * buildsym.c (end_symtab): Free all malloc'd subfile fields.
3462 * buildsym.h (patch_subfile_names): Add prototype.
3463 * dbxread.c (process_one_symbol): Call patch_subfile_names.
3464
3465 Wed Aug 5 01:42:40 1992 John Gilmore (gnu at cygnus.com)
3466
3467 * remote-udi.c: Update comments.
3468
3469 * remote.c (getpkt): Only force retransmission ten times;
3470 after that, assume bug in target code, and handle pkt anyway.
3471
3472 Mon Aug 3 17:06:20 1992 Stu Grossman (grossman at cygnus.com)
3473
3474 * configure.in: Add support for apollo 68k under BSD environment.
3475 * xm-apollo68b.h: New file to support above.
3476
3477 Mon Aug 3 00:25:56 1992 Fred Fish (fnf@cygnus.com)
3478
3479 * configure.in: Recognize i486 host cpu.
3480 * valprint.c (type_print_derivation_info): Print derivation info
3481 in same form as class declarations in source.
3482 * valprint.c (type_print_varspec_suffix): Split arg printing
3483 code out to type_print_args function.
3484
3485 Sat Aug 1 13:32:58 1992 Fred Fish (fnf@cygnus.com)
3486
3487 * dwarfread.c (struct dieinfo): Remove obsolete at_visibility,
3488 at_import, at_frame_base.
3489 * dwarfread.c (completedieinfo): Remove cases for obsolete
3490 AT_visibility, AT_import, and AT_frame_base attributes.
3491 * breakpoint.h (BREAKPOINT_MAX): Increase from 10 to 16 for
3492 i860, which can keep up to 4 shadow breakpoints.
3493 * tm-stratus.h (USG): Define.
3494 * tm-stratus.h (TARGET_BYTE_ORDER): Define to BIG_ENDIAN.
3495 * xm-stratus.h (HOST_BYTE_ORDER): Define to BIG_ENDIAN.
3496 * xm-stratus.h (xm-sysv4.h): Include, name changed from xm-svr4.h.
3497 * xm-stratus.h (NO_JOB_CONTROL): Remove define.
3498 * config/stratus.mt (TDEPFILES): Include files available from
3499 stratus that are not yet in release pending receipt of paperwork
3500 at FSF.
3501 * buildsym.c (finish_block): Minor code format change.
3502 * gdbtypes.h (struct field): Add to comments.
3503 * gdbtypes.h (virtual_field_bits): Add to comments.
3504 * objfiles.c (allocate_objfile): Change obstack interface to
3505 match FSF merging efforts.
3506
3507 Mon Jul 27 21:14:44 1992 Fred Fish (fnf@cygnus.com)
3508
3509 * Makefile.in (VERSION): Bump to 4.6.2.
3510 * Makefile.in (SFILES_MAINDIR): Add stabsread.c
3511 * Makefile.in (OBS): Add stabsread.o
3512 * Makefile.in (stabsread.o): Add build rule.
3513 * stabsread.c, stabsread.h: New files.
3514 * buildsym.c: Split out stabs specific support to stabsread.c.
3515 * buildsym.h: Split out stabs specific support to stabsread.h.
3516 * dbxread.c (stabsread.h): Include
3517 * dbxread.c (dbx_new_init): Call stabsread_new_init.
3518 * dbxread.c (dbx_psymtab_to_symtab_1): Call stabsread_init.
3519 * dbxread.c (read_ofile_symtab): Call end_stabs.
3520 * dbxread.c (process_one_symbol): Call end_stabs and start_stabs.
3521 * dbxread.c (elfstab_build_psymtabs): Call stabsread_new_init.
3522 * dwarfread.c (psymtab_to_symtab_1): Call buildsym_init, add
3523 really_free_pendings to cleanups.
3524 * elfread.c (elf_new_init): Call stabsread_new_init.
3525 * gdbtypes.c: Small changes to maintenance commands.
3526 * mipsread.c (stabsread.h): Include.
3527 * mipsread.c (psymtab_to_symtab_1): Call end_stabs.
3528 * xcoffread.c (stabsread.h): Include.
3529 * xcoffread.c (global_stabs): Remove redundant def.
3530 * xcoffread.c (read_xcoff_symtab): Call start_stabs and end_stabs.
3531
3532 Wed Jul 22 21:39:33 1992 Fred Fish (fnf@cygnus.com)
3533
3534 * lmode_inferior_valid, lmode_ours_valid: New static vars.
3535 * inflow.c (terminal_init_inferior, terminal_inferior,
3536 terminal_ours_1, initialize_inflow): Record and use state
3537 of lmode_inferior_valid and lmode_ours_valid.
3538
3539 Wed Jul 22 04:23:03 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
3540
3541 * es1800.c: use FREAD|FWRITE rather than _FREAD|_FWRITE.
3542 include <sgtty.h> on USG. (from sef).
3543
3544 * depend: es1800 dependency needed here.
3545
3546 Mon Jul 20 21:09:53 1992 Fred Fish (fnf@cygnus.com)
3547
3548 * buildsym.c (read_struct_type): Initialize structs allocated
3549 with alloca, to avoid using random values from stack later on.
3550 * defs.h (fprintf_filtered): Add prototype.
3551 * gdbtypes.c (check_stub_method): Fix misleading comments.
3552 * gdbtypes.c (print_arg_types, dump_fn_fieldlists): New maint
3553 support functions.
3554 * gdbtypes.c (print_cplus_stuff, recursive_dump_type): Many
3555 small changes to maint support functions.
3556 * gdbtypes.h (cplus_struct_type): Reorganize member ordering
3557 for some fields and expand comments.
3558 * objfiles.c (allocate_objfile): Use new obstack_alloc_arg
3559 macro and track change to obstack_full_begin macro.
3560 * utils.c (fprintfi_filtered): New function.
3561 * valprint.c (type_print_base): Fixup field printing to not
3562 print extraneous lines and not print bogus "no data fields"
3563 messages for C++ classes with no data members. Also use new
3564 fprintfi_filtered function.
3565
3566 Mon Jul 20 11:25:18 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
3567
3568 * configure.in: es1800 ok for 68000 too.
3569
3570 Sat Jul 18 15:48:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
3571
3572 * configure.in: echo error messages to stderr, not stdout
3573
3574 Fri Jul 17 17:07:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
3575
3576 * configure.in: recognize hppa* instead of hppa
3577
3578 Fri Jul 17 16:52:04 1992 Stu Grossman (grossman at cygnus.com)
3579
3580 * energize.c: Second cut at DynamicLoad message handling.
3581
3582 * energize.c: Relativize pathnames in #include statements.
3583 * (kernel_dispatch): Better error messages for unknown protocol
3584 messages.
3585 * (kernel_dispatch): First cut at DynamicLoad message handling.
3586
3587 * Makefile.in: Remove -I../readline from all compilations,
3588 include a special case for main.o instead.
3589
3590 Fri Jul 17 10:14:56 1992 Fred Fish (fnf@cygnus.com)
3591
3592 * eval.c (evaluate_subexp): Ask lookup_struct_elt_type to call
3593 error if it fails to find a member type, rather than return NULL
3594 and trigger a coredump.
3595 * symtab.c (lookup_symbol, lookup_demangled_block_symbol,
3596 lookup_demangled_partial_symbol,): Ask demangle_and_match to
3597 match on complete demanglings, including argument lists for member
3598 functions, rather than just accepting the first demangling that
3599 matches the class and function name.
3600 * dwarfread.c (read_file_scope): Pass contents of AT_comp_dir
3601 to start_symtab as the directory name.
3602 * dwarfread.c (completedieinfo): Strip off any leading hostname
3603 portion of the AT_comp_dir attribute string. Gdb doesn't know
3604 what to do with them (FIXME).
3605
3606 Thu Jul 16 13:37:09 1992 Stu Grossman (grossman at cygnus.com)
3607
3608 * breakpoint.c (commands_command): Simplify code a bit, remove
3609 unnecessary fflush().
3610
3611 * Makefile.in (OTHERS): Add gcc.patch.
3612 * partial-stab.h (N_SO): Fix handling of redundant SOs (again...)
3613
3614 Thu Jul 16 12:07:40 1992 Fred Fish (fnf@cygnus.com)
3615
3616 * dwarfread.c (LCC_PRODUCER): Change to match current NCR
3617 lcc producer string.
3618
3619 Thu Jul 16 11:40:55 1992 Stu Grossman (grossman at cygnus.com)
3620
3621 * WHATS.NEW renamed to NEWS.
3622
3623 Wed Jul 15 11:37:31 1992 Fred Fish (fnf@cygnus.com)
3624
3625 * dbxread.c, dwarfread.c: Re-enable experimental code to
3626 automatically select demangling style.
3627 * demangle.c (DEFAULT_DEMANGLING_STYLE): Rename from simply
3628 DEMANGLING_STYLE, to make more descriptive. Revert back to
3629 "auto" as default. Comment use.
3630 * Makefile.in (DEMANGLING_STYLE, DEMANGLE_OPTS): Remove.
3631 * Makefile.in (${DEMANGLER}.o) Remove target and special
3632 compilation rule.
3633
3634 Tue Jul 14 23:05:14 1992 Fred Fish (fnf@cygnus.com)
3635
3636 * Makefile.in (VERSION): Bump to 4.6.1 (post-release versions).
3637
3638 Tue Jul 14 19:26:54 1992 Stu Grossman (grossman at cygnus.com)
3639
3640 * Makefile.in, demangle.c: Change default demangling style to
3641 gnu.
3642 * Makefile.in: Update version to 4.6 !!!
3643 * README, WHATS.NEW: Update for 4.6.
3644
3645 Tue Jul 14 16:59:46 1992 Ken Raeburn (raeburn@cygnus.com)
3646
3647 * i960-tdep.c (frame_args_address): If arg pointer can't be found,
3648 use frame address.
3649
3650 * buildsym.c (read_struct_type): Don't die on TYPE_CODE_UNDEF
3651 nodes as base classes.
3652
3653 Tue Jul 14 00:12:30 1992 Stu Grossman (grossman at cygnus.com)
3654
3655 * alldeps.mak, depend: Update.
3656
3657 * xcoffread.c: Add decl for section_offset to keep prototype happy.
3658
3659 * Makefile.in (VERSION): 4.5.9.
3660
3661 * xm-hp300bsd.h: Add decl for strdup().
3662 * mips-tdep.c (heuristic_proc_desc): Fill in proc start addr in
3663 PDR. Cleanup a few things, fix compilation warnings.
3664
3665 Mon Jul 13 19:06:54 1992 Fred Fish (fnf@cygnus.com)
3666
3667 * Makefile.in (DEMANGLING_STYLE): New define to set default
3668 demangling style for C++. Defaults to "auto".
3669 * Makefile.in (DEMANGLE_OPTS): Use DEMANGLING_STYLE.
3670 * Makefile.in (SFILES_MAINDIR): Add demangle.c
3671 * Makefile.in (OBS): Add demangle.o
3672 * cplus-dem.c (GNU_DEMANGLING, ARM_DEMANGLING, LUCID_DEMANGLING):
3673 Remove compile time decisions about demangling style and replace
3674 with runtime decisions using current_demangling_style.
3675 * cplus-dem.c (main): Expand code included during building of
3676 standalone demangler to recognize demangling style options.
3677 * dbxread.c (demangle.h): Include.
3678 * dbxread.c (read_ofile_symtab, process_one_symbol): Set GNU C++
3679 demangling style if processing g++ code and current demangling style
3680 is auto (Note: this feature currently disabled.)
3681 * demangle.c: New file, generic demangling control.
3682 * demangle.h (demangling_styles): New enumeration to select one
3683 of several demangling styles. Also define string names for each
3684 style.
3685 * demangle.h (set_demangling_style): Add prototype.
3686 * dwarfread.c (demangle.h): Include.
3687 * dwarfread.c (GPLUS_PRODUCER, LCC_PRODUCER, CFRONT_PRODUCER):
3688 New producer string prefixes to recognize.
3689 * dwarfread.c (handle_producer): Consolidate actions for specific
3690 producers. Set demangling style based on producer string if
3691 current style is auto. (Note: this feature currently disabled.)
3692 * config/ncr3000.mt (DEMANGLE_OPTS): Remove.
3693
3694 Sat Jul 11 18:23:58 1992 John Gilmore (gnu at cygnus.com)
3695
3696 * config/sun4sol2.mh: Remove -xs flag, default INSTALL to cp.
3697
3698 Fri Jul 10 13:58:34 1992 Per Bothner (bothner@rtl.cygnus.com)
3699
3700 * gdbtypes.c, gdbtypes.h: New function lookup_signed_typename.
3701 * c-exp.y: Call lookup_signed_typename() after seeing
3702 "signed". This handles "signed char" correctly.
3703 * c-exp.y: Recognize (but ignore) 'const' and 'volatile'
3704 keywords before a type specifier.
3705
3706 Fri Jul 10 10:19:52 1992 Fred Fish (fnf@cygnus.com)
3707
3708 * command.c (lookup_cmd_1): Clarify descriptive comments.
3709 * gdbcmd.h (maintenanceprintlist): Add declaration.
3710 * main.c (maintenanceprintlist): Add definition.
3711 * main.c (gdb_completer_command_word_break_characters): Add.
3712 * main.c (symbol_completion_function): Switch completer word
3713 break character sets dynamically, based on whether completion is
3714 being done on commands or on something else.
3715 * main.c (initialize_cmd_lists): Init maintenanceprintlist.
3716 * maint.c: Include demangle.h.
3717 * maint.c (maintenance_demangle): New function.
3718 * maint.c (maintenance_print_command): New function.
3719 * maint.c (_initialize_maint_cmds): Reorganize some commands
3720 under new maintenance print subcommand.
3721
3722 Thu Jul 9 19:05:27 1992 Per Bothner (bothner@rtl.cygnus.com)
3723
3724 * gdbtypes.c (lookup_struct_elt_type): If the input type is
3725 TYPE_CODE_PTR or TYPE_CODE_REF, dereference it to get the
3726 target type. Otherwise, 'whatis this.field' wouldn't work,
3727 which would be inconsistent, since 'print this.field' works.
3728 * buildsym.c (read_struct_type, read_enum_type): Clear
3729 TYPE_FLAG_STUB flag.
3730 * buildsym.c (cleanup_undefined_types): Don't rely on a
3731 flawed "Reasonable test to see if" a type has been defined
3732 since it was referred to; now we can just see if the
3733 TYPE_FLAG_STUB flag has been cleared.
3734 * valprint.c (print_type_base): Emit public/protected/private
3735 labels for methods as well as fields. Also, indent these labels
3736 2 spaces instead of 4, for a more conventional "look".
3737 * symtab.c (gdb_mangle_name): Undo Fred's change, unless
3738 GCC_MANGLE_BUG is defined. Also, handle destructors specially.
3739 * gcc.patch: New file. Contains patch for gcc (so people
3740 with gdb-2.2.x won't have to wait for a new gcc release).
3741
3742 Thu Jul 9 18:44:26 1992 Ken Raeburn (raeburn@cygnus.com)
3743
3744 * i960-pinsn.c (mem): Variables reg[123] should point to CONST.
3745 (print_addr): Call print_address to show symbolic version as well.
3746
3747 * remote-vx.c (vx_kill): Don't look for arguments; they aren't
3748 being passed.
3749 (vx_read_register): Declare inferior_fp_regs. Delete code for
3750 copying "inferior_registers" around; the values are already in var
3751 "registers". Use correct size for register set.
3752
3753 * remote-vx.c (vx_write_register): Don't try writing FP regs; the
3754 target doesn't support it.
3755 (vx_read_register): Don't try reading them either.
3756
3757 * tm-i960.h (IP_REGNUM): Move to end of non-FP list, since the
3758 VxWorks back end reads them in one contiguous set except for this
3759 one.
3760 (register_names): Change "pc" to "pcw" to avoid confusion printing
3761 "$pc".
3762 * tm-vx960.h (PC_REGNUM): Use RIP_REGNUM, since that's where we
3763 find the PC under VxWorks.
3764
3765 Wed Jul 8 21:34:30 1992 Fred Fish (fnf@cygnus.com)
3766
3767 * dwarfread.c (alloc_utype, decode_subscr_data): Call alloc_type
3768 to create new blank types, instead of handcrafting them.
3769 * defs.h (printfi_filtered): Add prototype.
3770 * utils.c (printfi_filtered): New function.
3771 * gdbtypes.c (recursive_dump_type): Use printfi_filtered to
3772 to simplify the code. Other cleanups.
3773 * gdbtypes.c (check_stub_method): Demangle using DMGL_ANSI.
3774 * gdbtypes.h (struct cplus_struct_type): Add comments describing
3775 use of various fields.
3776 * gdbtypes.c (print_bit_vector, print_cplus_stuff): New functions.
3777 * c-exp.y (%token): Add CLASS as a token for C++, add grammar
3778 production that currently treats it exactly the same as STRUCT.
3779 * c-exp.y (yylex): Recognize "class" as token CLASS.
3780 * symtab.c (gdb_mangle_name): Rewrite to match current g++ stabs.
3781 * symtab.c (decode_line_1): Fix to pass quoted args on down to
3782 general symbol handling code. Call cplus_mangle_opname with
3783 DMGL_ANSI.
3784 * symtab.c (decode_line_2): Print demangled function names in
3785 breakpoint menus, instead of just file and line number.
3786 * symtab.c (name_match): Call cplus_demangle with DMGL_ANSI.
3787 * valprint.c (type_print_base): Print "class" for C++ classes,
3788 rather than "struct". Print section labels for public, protected
3789 and private members of C++ classes.
3790 * values.c: Include demangle.h.
3791 * values.c (value_headof): Call cplus_demangle with DMGL_ANSI.
3792
3793 Wed Jul 8 17:23:07 1992 Stu Grossman (grossman at cygnus.com)
3794
3795 * Makefile.in (VERSION): Update to 4.5.8.
3796
3797 Wed Jul 8 00:11:02 1992 Stu Grossman (grossman at cygnus.com)
3798
3799 * dbxread.c (dbx_symfile_init): Init stab_section_info to NULL to
3800 prevent crashes when examining cross-targets.
3801 * dbxread.c (process_one_symbol): Include directory name when
3802 calling start_subfile for SOL & BINCL symbols. This allows gdb to
3803 find include files, and yacc/lex sources when the cwd doesn't match
3804 that in which the object was compiled.
3805 * objfiles.h (ALL_MSYMBOLS): Don't seg fault when there are no
3806 msymbols.
3807 * symtab.c (lookup_symtab_1): Rewrite. It now handles include
3808 files.
3809
3810 Tue Jul 7 09:00:42 1992 Fred Fish (fnf@cygnus.com)
3811
3812 * maint.c (maintenance_command, maintenance_info_command):
3813 Install with allow_unknown as 0 and call help_list to show
3814 list of possibilities when no subcommand is specified.
3815
3816 Tue Jul 7 00:20:29 1992 Fred Fish (fnf@cygnus.com)
3817
3818 * configure.in: Add m68k-ericsson-*.
3819 * remote-es1800.c, tm-es1800.h, config/es1800.mt: New files.
3820
3821 Sun Jul 5 17:17:16 1992 Fred Fish (fnf@cygnus.com)
3822
3823 * maint.c: New file.
3824 * Makefile.in (SFILES_MAINDIR): Add new file maint.c.
3825 * Makefile.in (OBS): Add new file maint.o.
3826 * defs.h (command_class): Add class_maintenance.
3827 * defs.h (MAINTENANCE_CMDS): Default to including maintenance
3828 commands. Allow for them (and other nonessential parts of gdb)
3829 to be selectively left out under special circumstances.
3830 * gdbtypes.c (recursive_dump_type): New function; supports
3831 maintenance print-type command.
3832 * gdbtypes.h (recursive_dump_type, maintenance_print_type):
3833 Add prototypes.
3834 * main.c (maintenancelist, maintenanceinfolist): Add maintenance
3835 command lists.
3836 * main.c (initialize_cmd_lists): Eliminate unnecessary casts on
3837 initializers. Add initializations for setprintlist, showprintlist,
3838 setchecklist, showchecklist, maintenancelist, and maintenanceinfolist.
3839 * printcmd.c (maintenance_print_type): New maintenance cmd.
3840 * valprint.c (setprintlist, showprintlist): Move to main.c, as
3841 implied by comment that all cmd lists are owned by main.c.
3842 * infcmd.c (unsetlist): Move to main.c, as implied by comment
3843 that all cmd lists are owned by main.c.
3844 * language.c (setchecklist, showchecklist): Move to main.c, as
3845 implied by comment that all cmd lists are owned by main.c
3846 * breakpoint.c (enablelist, enablebreaklist, disablelist, cmdlist,
3847 deletelist): Remove redundant declarations (also in gdbcmd.h).
3848 * symmisc.c (printsyms_command): Now maintenance_print_symbols.
3849 * symmisc.c (printmsyms_command): Now maintenance_print_msymbols.
3850 * symmisc.c (printpsyms_command): Now maintenance_print_psymbols.
3851 * symmisc.c (printobjfiles_command): Now maintenance_print_objfiles.
3852 * symtab.h (maintenance_print_symbols, maintenance_print_psymbols,
3853 maintenance_print_msymbols, maintenance_print_objfiles):
3854 Add prototypes.
3855 * symmisc.c (printsyms_command, printpsyms_command,
3856 printmsyms_command, printobjfiles_command): Removed from
3857 _initialize_symmisc.
3858 * main.c (dump_me_command): Moved to maint.c and renamed to
3859 maintenance_dump_me.
3860 * breakpoint.c (all_breakpoints_info): Rename to
3861 maintenance_info_breakpoints.
3862 * breakpoint.c (_initialize_breakpoint): Convert add_info of
3863 all_breakpoints_info to add maintenance_info_breakpoints to the
3864 maintenanceinfolist instead.
3865 main.c (initialize_main): Set up maintenance class commands.
3866
3867 Sun Jul 5 11:03:53 1992 Stu Grossman (grossman at cygnus.com)
3868
3869 * energize-patches: Fix minor problems with building energize lib.
3870
3871 * energize-patches: Change names of all cadillac procedure calls
3872 to be energize procedure calls. Simplify many hooks by moving
3873 tests energize.c. Configure energize, and build it automatically now.
3874
3875 Sun Jul 5 09:43:28 1992 Fred Fish (fnf@cygnus.com)
3876
3877 * Makefile.in (VERSION): Bump to 4.5.7.
3878 * cplus-dem.c (demangle_args): Validate index for previously
3879 seen type to guard against bogus values from malformed manglings.
3880 * valops.c (value_struct_elt_for_reference): Guard against
3881 blindly using NULL return value from lookup_symbol.
3882
3883 Sun Jul 5 09:46:43 1992 Stu Grossman (grossman at cygnus.com)
3884
3885 * cadillac.c, cadillac-patches: Rename to energize.c and
3886 energize-patches. Change all routines and variables named
3887 'cadillac*' to 'energize*'. Create new file called energize.h to
3888 hold all interface declarations.
3889
3890 * deblib/connection/*: Move all of this stuff into energize/, but
3891 delete unneeded files.
3892
3893 Sun Jul 5 03:06:39 1992 John Gilmore (gnu at cygnus.com)
3894
3895 * tm-sysv4.h (NAMES_HAVE_UNDERSCORE): SVR4 systems don't.
3896
3897 * buildsym.c (finish_block): Fix thinko `inner block' complaints.
3898 * dbxread.c (process_one_symbol): Parse N_OPT "gcc2_compiled.".
3899 * procfs.c (proc_set_exec_trap): Set run-on-last-close flag on
3900 child processes, to avoid dead ones "hanging around" after GDB exits.
3901 (attach): Always stop the process if it needs it. Set RLC flag
3902 when attaching running processes, so it will continue if we detach
3903 it, quit, or are killed.
3904 (detach): Clear faults and set RLC flag to make process run
3905 when we close it.
3906 (open_proc_file): New `mode' argument for O_RDONLY or O_RDWR.
3907 Callers changed.
3908 (info_proc): Open process O_RDONLY, so we can see any process,
3909 even those controlled by debuggers.
3910 * tm-sun4sol2.h (SUN_FIXED_LBRAC_BUG): They did (in Sol 2).
3911
3912 Sat Jul 4 03:43:38 1992 John Gilmore (gnu at cygnus.com)
3913
3914 Relocate symbols using an array of section_offsets, rather than a
3915 single `addr' or `offset'. This makes Solaris-2 support work, and
3916 permits better VxWorks (and maybe xcoff) support later.
3917
3918 * symtab.h (struct section_offsets): New structure for keeping
3919 a set of offsets, rather than a single one.
3920 (struct objfile): Replace addr with section_offsets member.
3921 * symfile.h: Add sym_offsets to struct sym_fns. Conforming changes.
3922 * gdb-stabs.h: New include file with `symbol type specific'
3923 parameters for psymtabs and objfiles.
3924 * Makefile.in (HFILES): Add gdb-stabs.h.
3925 * buildsym.h (start_psymtab, process_one_symbol): Fix prototypes.
3926 * coffread.c: Conforming changes. Fake offset array always 0.
3927 * dbxread.c: Conforming changes.
3928 (struct dbx_symfile_info): Move to gdb-stabs.h.
3929 (start_psymtab): Call elfstab_offset_sections to calculate good
3930 offsets for this source file, based on the ELF symbol table info.
3931 (read_ofile_symtab): Yank N_CATCH, which is dead.
3932 (process_one_symbol, N_CATCH): Yank.
3933 (", N_FUN, N_FNAME, N_FN, N_FN_SEQ, N_SO, N_SOL, N_ENTRY):
3934 Relocate with SECT_OFF_TEXT.
3935 (", N_STSYM, N_LCSYM, N_ROSYM): Grope around in the stab string
3936 to distinguish relocatable from absolute symbols. Then, if not
3937 absolute, do:
3938 (", N_STSYM, N_DSLINE): SECT_OFF_DATA.
3939 (", N_LCSYM, N_BSLINE): SECT_OFF_BSS.
3940 (", N_ROSYM): SECT_OFF_RODATA.
3941 (elfstab_build_psymtabs): Caller has allocated dbx_symfile_info.
3942 (dbx_symfile_offsets): Add to translate addr to offset.
3943 * dwarfread.c: Conforming changes. Single offset currently used.
3944 * elfread.c: Add various complaints about elf/stab stuff.
3945 #include gdb-stabs.h. Conforming changes, using a single offset.
3946 (elf_symtab_read): Record info from BSF_FILE symbols, and local
3947 variables called "Bbss.bss", "Ddata.data", and "Drodata.rodata",
3948 for later use in building psymtabs.
3949 (elf_symfile_read): Allocate dbx_symfile_info here, to keep
3950 the info collected in elf_symtab_read. Cleanup calls free_elfinfo.
3951 (free_elfinfo): New fn, frees all chained stab_section_infos
3952 in an objfile, and zaps the start-of-chain pointer.
3953 (elfstab_offset_sections): New fn, looks in stab_section_info
3954 chain to determine section bases to relocate a psymtab's worth
3955 of symbols, as they are being read.
3956 * mipsread.c: Conforming changes. Stabs-reading will relocate
3957 using one offset. MIPS-reading will not relocate at all.
3958 * partial-stab.h: Relocate different symbol types using different
3959 offsets from section_offsets.
3960 * symfile.c: Conforming changes.
3961 (find_lowest_section): Unused function to use later
3962 to free us from the Tyranny of the Text Section.
3963 (syms_from_objfile): Translate absolute arg ADDR to offsets used
3964 in all lower layers of symbol reading. Call format-specific
3965 sym_offsets function to initialize offsets for high speed symbol
3966 reading.
3967 (symbol_file_add): Call reinit_frame_cache so callers don't have to.
3968 (symbol_file_command, add_symbol_file_command): Callers changed.
3969 * symmisc.c (dump_psymtab): Print new relocation parameters.
3970 * xcoffread.c: Corresponding changes.
3971
3972 * buildsym.c: Tidy innerblock_complaint and blockvector_complaint.
3973 * main.c (main): Read the $HOME/.gdbinit file before processing
3974 the argv arguments (e.g. reading symbol files or core
3975 files). This allows global parameters to be set, which will apply
3976 during the symbol reading. The ./.gdbinit is still read after
3977 argv processing.
3978 * symtab.c (list_symbols): `i variables' shouldn't show enum values.
3979 * xcoffexec.c: Clean up quote inside comment.
3980
3981 Fri Jul 3 20:18:26 1992 Fred Fish (fnf@cygnus.com)
3982
3983 * breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c,
3984 core.c, cplus-dem.c, dbxread.c, dwarfread.c, elfread.c, environ.c,
3985 eval.c, findvar.c, gdbtypes.c, hppabsd-tdep.c, hppahpux-tdep.c,
3986 i386-tdep.c, ieee-float.c, infcmd.c, inflow.c, infptrace.c,
3987 infrun.c, m2-exp.y, mipsread.c, objfiles.c, parse.c, procfs.c,
3988 putenv.c, remote-mm.c, remote-vx.c, solib.c, sparc-tdep.c,
3989 sparc-xdep.c, stack.c, symfile.c, symtab.c, symtab.h, target.c,
3990 tm-i386v.h, tm-sparc.h, utils.c, valarith.c, valops.c, valprint.c,
3991 values.c, xcoffread.c:
3992 Remove "(void)" casts from function calls where the return value
3993 is ignored, in accordance with GNU coding standards.
3994
3995 Fri Jul 3 00:00:49 1992 John Gilmore (gnu at cygnus.com)
3996
3997 * dbxread.c (process_one_symbol): Ignore N_MAIN, N_ENDM for Solaris.
3998 * partial-stab.h: Ignore N_ENDM.
3999 * elfread.c (elf_symtab_read): Ignore symbols that don't have a
4000 CODE or DATA section attachment. This eliminates a lot of random
4001 values from shared libraries, which screw up the ordinary symbols
4002 in the address ranges they happen to overlap.
4003 * buildsym.c (define_symbol): Eliminate special tests
4004 for function types; move into "function" cases in switch statement.
4005 (define_symbol: 'f', 'F', 'P'): Process all parameter types
4006 in case they define new type numbers. But ignore them (FIXME).
4007 ('k', 'B'): Ignore const and volatile if we see them (FIXME).
4008 (read_sun_builtin_type): Add commentary.
4009
4010 Wed Jul 1 00:47:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4011
4012 * xm-rs6000.h: define MEM_FNS_DECLARED
4013
4014 Tue Jun 30 02:25:10 1992 John Gilmore (gnu at cygnus.com)
4015
4016 * tm-mips.h (GDB_TARGET_IS_MIPS): Define for mips-xdep.c.
4017 (READ_MIPS_FORMAT, COFF_FORMAT): Remove, unused now.
4018 * mips-xdep.c: Remove most include files (unused, caused errs).
4019 (fetch_core_registers): Use right parameters in dummy fn.
4020
4021 Mon Jun 29 18:30:57 1992 John Gilmore (gnu at cygnus.com)
4022
4023 * buildsym.c (scan_file_globals): Beware the null file.
4024 Fix from Jim Williams.
4025
4026 * stack.c (return_command): Evaluate expression *before* popping
4027 off the stack frames! Fix inspired by Jim Williams.
4028 (up_silently_command, down_silently_command): No sel frame is error.
4029
4030 * defs.h (memcpy, memset): Conditionalize decls on
4031 #ifndef MEM_FNS_DECLARED, since DECstation differs.
4032 (alloca): Break out the STDC and non-STDC alloca cases, to make
4033 it work on old preprocessors as well as "picky ANSI" ones.
4034 * xm-mips.h (memcpy, memset): Declare, and set MEM_FNS_DECLARED.
4035
4036 * mips-tdep.c (heuristic_proc_start): Zero arg produces zero.
4037 * utils.c (fputs_demangled): Rename SLOP since DECstation system
4038 header files define it!
4039
4040 * tm-29k.h (BREAKPOINT): Allow it to be overridden with -D.
4041
4042 Mon Jun 29 16:30:25 1992 Fred Fish (fnf@cygnus.com)
4043
4044 * dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c,
4045 symtab.h, tm-i386v4.h, valprint.c, values.c: Lint.
4046 * breakpoint.c, c-exp.y, coffread.c, command.c, environ.c, eval.c,
4047 findvar.c, infcmd.c, infptrace.c, infrun.c, m2-exp.y, parse.c,
4048 putenv.c, solib.c, sparc-xdep.c, symtab.c, tm-i386v.h, tm-sparc.h,
4049 utils.c, valarith.c, valops.c, valprint.c, values.c:
4050 Replace bcopy() use with memcpy(), which is more standard and can
4051 take advantage of gcc's builtin functions for increased performance.
4052 * breakpoint.c, buildsym.c, coffread.c, dbxread.c, i386-tdep.c,
4053 ieee-float.c, infcmd.c, sparc-tdep.c, stack.c, symtab.c, symtab.h,
4054 target.c, values.c:
4055 Replace bzero() use with memset(), which is more standard and can
4056 take advantage of gcc's builtin functions for increased performance.
4057 * i386-tdep.c, main.c, valprint.c:
4058 Replace bcmp() use with memcmp(), which is more standard and can
4059 take advantage of gcc's builtin functions for increased performance.
4060
4061 Sun Jun 28 13:30:22 1992 Fred Fish (fnf@cygnus.com)
4062
4063 * remote.c (remote_wait): Fix cast on signal() call.
4064 * defs.h (alloca): More diddling with alloca. Have to ensure
4065 that it has a prototype, so that if alloca is defined as a macro
4066 that takes an arg, the definition is seen as a use of a macro
4067 that takes an arg, to satisfy picky ANSI preprocessors.
4068
4069 Sat Jun 27 12:12:20 1992 Fred Fish (fnf@cygnus.com)
4070
4071 * sparc-pinsn.c: Use <string.h> rather than "string.h", for
4072 consistency with all other gdb files.
4073 * cadillac.c: Use <string.h> rather than <strings.h>.
4074 * cadillac.c (kernel_dispatch): Convert rindex usage to strrchr.
4075 * Makefile.in (MAKE): Remove definition for consistency with
4076 other Makefile.in files and to fix problem with recursive makes.
4077
4078 Fri Jun 26 19:03:23 1992 John Gilmore (gnu at cygnus.com)
4079
4080 * hppahpux-xdep.c (child_xfer_memory): Avoid PT_WDUSER because it
4081 crashes H-PUX.
4082
4083 Fri Jun 26 11:09:10 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4084
4085 * source.c (print_source_lines): for DOS interoperability; don't
4086 print CR (013) as ^M.
4087
4088 Thu Jun 25 15:18:42 1992 Stu Grossman (grossman at cygnus.com)
4089
4090 * dbxread.c (dbx_symfile_init): Move more code under hp9000s800
4091 conditional.
4092 * hppabsd-core.c: Don't include "param.h", include <sys/param.h>
4093 instead.
4094 * remote.c (remote_wait): Cast signal to void * to avoid warning
4095 from busted HP compiler.
4096
4097 * partial-stab.h (N_SO): Rearrange code a little so that all SO
4098 stabs cause end_psymtab to be called.
4099
4100 * buildsym.c (read_sun_builtin_type): Handle new FCS Sun CC
4101 compiler feature of putting 'c' into basic type descriptors for
4102 all forms of char.
4103
4104 * procfs.c (child_resume): Work around Solaris (on Sparc) lossage
4105 where there is no place for nPC in prrun struct.
4106
4107 Thu Jun 25 12:06:00 1992 Fred Fish (fnf@cygnus.com)
4108
4109 * mipsread.c: Pass NULL name pointer to init_type, not 0.
4110 * gdbtypes.c (init_type): Use copy of typename on type_obstack.
4111 * dwarfread.c (enum_type): Save enum names on type_obstack.
4112 * dwarfread.c (struct_type): Save member name on type_obstack.
4113 * symtab.c (_initialize_symtab): Fix misspelling.
4114 * regex.c (store_jump, insert_jump): Return void.
4115
4116 Thu Jun 25 04:00:10 1992 John Gilmore (gnu at cygnus.com)
4117
4118 * defs.h (PARAMS): Move to ../include/ansidecl.h.
4119 (alloca): Declare return type on SPARC, since Sun doesn't.
4120 (*_BYTE_ORDER): Improve comment: *must* be defined.
4121
4122 * tm-hppa.h: New file, architectural definition of HP PA.
4123 * tm-hppabsd.h, tm-hppahpux.h: Shrink to deltas from tm-hppa.h.
4124
4125 * am29k-pinsn.c, am29k-tdep.c, copying.awk, copying.c,
4126 hppa-coredep.c, hppa-pinsn.c, hppabsd-core.c, hppabsd-tdep.c,
4127 hppabsd-xdep.c, hppahpux-tdep.c, hppahpux-xdep.c, remote-udi.c,
4128 ser-go32.c, xcoffsolib.c: Remove <stdio.h> which is already in
4129 "defs.h".
4130
4131 * hppa-coredep.c, hppa-pinsn.c, hppabsd-core.c, hppabsd-tdep.c,
4132 hppabsd-xdep.c, hppahpux-tdep.c, hppahpux-xdep.c, xcoffsolib.c,
4133 xcoffsolib.h, xm-go32.h, xm-hppabsd.h, xm-hppahpux.h: Copyrights.
4134
4135 Wed Jun 24 12:53:20 1992 John Gilmore (gnu at cygnus.com)
4136
4137 * printcmd.c (output_command): Thinko.
4138 (x_command): Only set remembered size/format if cmd succeeds.
4139
4140 * dbxread.c (read_ofile_symtab): Remove N_CATCH special case,
4141 since it is no longer used and burns time for every symbol read.
4142 (process_one_symbol): Treat N_CATCH like default (complain).
4143
4144 Wed Jun 24 00:26:56 1992 Stu Grossman (grossman at cygnus.com)
4145
4146 * partial-stab.h (case N_TEXT): Fix fencepost error when
4147 detecting start of new symbol info after reading symtab for a
4148 module with a zero length TEXT segment.
4149
4150 Tue Jun 23 21:46:26 1992 Fred Fish (fnf@cygnus.com)
4151
4152 * Makefile.in (VERSION): Bump to 4.5.6.
4153 * coffread.c (coff_end_symtab): Cast 2nd arg of complain() to
4154 correct type.
4155 * defs.h (NORETURN): Define away for Lucid compiler.
4156 * remote.c (remote_timer, remote_interrupt): Signal handlers
4157 take one int arg.
4158 * ser-termios.c (serial_write, serial_close): Return whatever
4159 value the write/close call returns, rather than falling off end.
4160 * inferior.h (PTRACE_ARG3_TYPE): Third arg to ptrace is int on
4161 more systems than it is "char *". Define PTRACE_ARG3_TYPE to
4162 default to int.
4163 * infptrace.c, hppabsd-xdep.c, hppahpux-xdep.c, i386-xdep.c,
4164 inferior.h (call_ptrace): Use PTRACE_ARG3_TYPE to declare type
4165 of third arg.
4166 * a68v-xdep.c, arm-xdep.c, convex-xdep.c, hp300ux-xdep.c, infrun.c,
4167 m88k-xdep.c, mach386-xdep.c, mips-xdep.c, os68k-xdep.c, pyr-tdep.c,
4168 pyr-xdep.c, rs6000-xdep.c, sparc-xdep.c, sun3-xdep.c, sun386-xdep.c,
4169 symm-xdep.c, ultra3-xdep.c: Use PTRACE_ARG3_TYPE to cast ptrace
4170 argument 3.
4171 * sparc-xdep.c, a68v-xdep.c (fetch_inferior_registers,
4172 store_inferior_registers): Supply missing fourth argument to
4173 ptrace().
4174 * cadillac.c (kernel_dispatch): Make return type void.
4175 * cadillac.c (iosig): Signal handlers take one int arg.
4176 * valprint.c (val_print_fields): Call fprint_symbol to get
4177 automatic C++ demangling for mangled field names.
4178
4179 Mon Jun 22 20:18:06 1992 Fred Fish (fnf@cygnus.com)
4180
4181 * command.c (add_abbrev_prefix_cmd): Fix misspelling in comment.
4182 * dwarfread.c (enum_type): Fix misspelling in comment.
4183 * valprint.c (val_print_fields, cplus_val_print): Minor
4184 adjustment to printing of C++ class structures to more closely
4185 match format for printing C structures, with and without setting
4186 pretty print.
4187
4188 Mon Jun 22 17:19:02 1992 Per Bothner (bothner@cygnus.com)
4189
4190 * infrun.c (wait_for_inferior): Don't test for SIGEMT
4191 (which is not a Posix signal) if it isn't defined.
4192 * tm-linux.h, xm-linux.h, config/linux.m[ht], configure.in:
4193 New port to Linux (a free Unix clone for 386 machines).
4194
4195 Sat Jun 20 19:19:52 1992 John Gilmore (gnu at cygnus.com)
4196
4197 COFF changes for dealing better with EPI 29K C compiler output.
4198
4199 * coffread.c (record_minimal_symbol): Pass the minsym type to it.
4200 Callers changed.
4201 (coff_end_symtab): Sort blocks if needed. Complain if misordered.
4202 (read_coff_symtab): Move patch_opaque_types call from
4203 coff_symfile_read. Restrict it to symtabs from this objfile.
4204 (process_coff_symbol: C_TPDEF): Don't put ordinary foward
4205 references on opaque type chain; just let coff_lookup_type handle 'em.
4206 (decode_type): Complain about tagndx values on
4207 non-struct/union/enum types, which the EPI compiler tends to produce.
4208
4209 * symtab.c (list_symbols): Make minimal symbol variable-finding work.
4210
4211 * tm-68k.h (FIX_CALL_DUMMY): Avoid alignment and byte order
4212 dependency.
4213
4214 * elfread.c (elf_symfile_read): Update bfd_elf_find_section
4215 usage to match new prototype. Include libbfd.h to get prototype.
4216
4217 * source.c (find_source_lines): Handle large st_size fields.
4218
4219 Sat Jun 20 16:28:39 1992 Fred Fish (fnf@cygnus.com)
4220
4221 * infcmd.c (jump_command): Use cleanups to avoid memory leaks.
4222 * stack.c (return_command): Use cleanups to avoid memory leaks.
4223
4224 Fri Jun 19 19:06:41 1992 John Gilmore (gnu at cygnus.com)
4225
4226 * remote-adapt.c, remote-eb.c, remote-mm.c: Lint. Fix
4227 INT_REGNUM to INTE_REGNUM.
4228
4229 * tm-29k.h (SDB_REG_TO_REGNUM): Add for EPI 29K C compiler.
4230
4231 Fri Jun 19 15:30:15 1992 Stu Grossman (grossman at cygnus.com)
4232
4233 * configure.in, dbxread.c, hppa-coredep.c, hppa-pinsn.c,
4234 hppabsd-core.c, hppabsd-tdep.c, hppabsd-xdep.c, hppahpux-tdep.c,
4235 hppahpux-xdep.c, munch, partial-stab.h, tm-hppabsd.h,
4236 tm-hppahpux.h, xm-hppabsd.h, xm-hppahpux.h: HPPA merge.
4237
4238 * Makefile.in (c-exp.tab.c, m2-exp.tab.c): Filter out bogus extern
4239 declarations of malloc/realloc/free that are inserted by some
4240 versions of yacc.
4241 * m2-exp.y: Prevent conflicts with TRUE and FALSE tokens by
4242 #undeffing them.
4243 * xm-rs6000.h: Declare malloc/realloc/free appropriately. Yet
4244 another decl of strdup (this really ought to come from libiberty.h!).
4245
4246 Fri Jun 19 10:28:05 1992 John Gilmore (gnu at cygnus.com)
4247
4248 * remote.c (getpkt): Error if input exceeds buffer size.
4249 (_initialize_remote): `set remotedebug' enables packet trace.
4250
4251 * dbxread.c (process_one_symbol:N_FUN): GCC now produces relative
4252 N_SLINE's, etc, just like Sun cc on Solaris2.
4253
4254 * am29k-tdep.c (read_register_stack, write_register_stack):
4255 Change RSTACK_HIGH_ADDR to rstack_high_address, a user-settable
4256 variable. Add `set' and `show' commands for it.
4257 * doc/gdb.texinfo: Document it.
4258
4259 Thu Jun 18 19:35:22 1992 Fred Fish (fnf@cygnus.com)
4260
4261 * valprint.c (type_print_1): Plug memory leak. Print all
4262 C++ syms as demangled, not just functions.
4263 * buildsym.c (read_range_type): When we find a signed char
4264 type, do a lookup of signed char, not plain char. Plain char's
4265 still get looked up as plain char's elsewhere.
4266
4267 Thu Jun 18 18:59:04 1992 John Gilmore (gnu at cygnus.com)
4268
4269 * eval.c: Avoid residue-by-zero when evaluating without side effects.
4270 (Bug and fix found by Pierre Willard.)
4271
4272 Wed Jun 17 13:08:33 1992 Stu Grossman (grossman at cygnus.com)
4273
4274 * xm-rs6000.h: Fix decls for malloc, realloc, and free.
4275
4276 * xm-rs6000.h: Add decl for strdup().
4277
4278 * tm-rs6000.h: Remove #include of inferior.h. Fixes many
4279 compilation errors.
4280
4281 * breakpoint.c (enable_command, disable_command): Without args,
4282 should only affect normal breakpoints and watchpoints.
4283
4284 * m68k-pinsn.c (print_insn_arg): Make register be const.
4285 * xcoffexec.c: Remove ' from comment.
4286 * xm-sun3os4.h: Define MALLOC_INCOMPATIBLE to avoid conflicts
4287 with decls of malloc in c-exp.tab.c (as produced by yacc).
4288 There's got to be a better way to do this...
4289
4290 Wed Jun 17 11:10:40 1992 Fred Fish (fnf@cygnus.com)
4291
4292 * partial-stab.h: Convert single rindex use to strrchr.
4293 * mipsread.c, dbxread.c: Remove troublesome inclusion of non-
4294 standard <strings.h> file, now that the only single use of
4295 rindex in the gdb source files is gone.
4296
4297 Tue Jun 16 22:17:49 1992 Fred Fish (fnf@cygnus.com)
4298
4299 * mipsread.c: Undo ill effects from including <strings.h>,
4300 which #defines index to be strchr. Unfortunately, index is
4301 a member of a symbol table structure that can't be changed.
4302 * mipsread.c: tm-mips.h includes coff/symconst.h and coff/sym.h,
4303 remove redundant #include's.
4304
4305 Tue Jun 16 14:15:51 1992 Stu Grossman (grossman at cygnus.com)
4306
4307 * mipsread.c: #include <strings.h> for rindex().
4308
4309 Tue Jun 16 09:01:49 1992 Fred Fish (fnf@cygnus.com)
4310
4311 * xcoffexec.c (map_vmap): Turn comment into a real C comment.
4312
4313 Mon Jun 15 18:41:23 1992 Stu Grossman (grossman at cygnus.com)
4314
4315 * dbxread.c (process_one_symbol), partial-stab.h: Ignore
4316 extraneous SO stabs from busted C++ compilers.
4317
4318 Mon Jun 15 12:21:45 1992 Fred Fish (fnf@cygnus.com)
4319
4320 * Makefile.in (VERSION): Bump to 4.5.5.
4321 * symtab.c (decode_line_1): Until C++ support stabilizes, when
4322 C++ lookups fail, print possibly helpful hint about completion.
4323 * cplus-dem.c (demangle_signature): Fix ARM style demangling
4324 for static data members.
4325 * dbxread.c (dbx_psymtab_to_symtab_1): Fix prototype.
4326 * config/ncr3000.mh (INSTALL): Don't use /usr/ucb/install,
4327 it's broken on ncr3000's.
4328
4329 Mon Jun 15 07:21:00 1992 Fred Fish (fnf@cygnus.com)
4330
4331 * dwarfread.c (decode_modified_type): Change type of first arg.
4332 Change 'modifier' to char from unsigned char. Cast single use
4333 that needs to be unsigned char.
4334 * symtab.h (SYMBOL_BASEREG_VALID): Explain disabling.
4335 * utils.c (strdup_demangled): Add function.
4336 * defs.h (strdup_demangled): Add prototype.
4337 * stack.c (return_command): Demangle C++ function names for query.
4338 * infcmd.c (jump_command): Demangle C++ function names for query.
4339 * cplus-dem.c (consume_count): New function and prototype.
4340 * cplus-dem.c (demangle_class, gnu_special, demangle_func_type,
4341 do_type): Replace conversion code with consume_count().
4342 * cplus-dem.c (gnu_special): Fix demangled of static members.
4343 * source.c (list_command): Print demangled function names
4344 when appropriate. Fix supplied by Peter Schauer.
4345
4346 Mon Jun 15 01:45:48 1992 John Gilmore (gnu at cygnus.com)
4347
4348 * sparc-tdep.c: Clean up slightly for Solaris2.
4349
4350 * buildsym.c (define_symbol): Nameless types are now on several
4351 platforms; generalize them and un-ifdef them to make Solaris 2
4352 work.
4353
4354 Sun Jun 14 10:55:51 1992 John Gilmore (gnu at cygnus.com)
4355
4356 * infcmd.c: Fix typo (reported by Rob Savoye).
4357 * xm-sun4sol2.h (gregset_t): Thinko in register set definition.
4358 * symtab.h: Disable SYMBOL_BASEREG_VALID until it works.
4359 * dbxread.c (dbx_psymtab_to_symtab_1): Renamed from
4360 psymtab_to_symtab_1. Use current psymtab's sym_offset and symbol_size,
4361 rather than the one for the first file in the dependency chain.
4362
4363 * dbxread.c (end_psymtab): Only reset texthigh if it's not already
4364 set. Don't reset our own texthigh, or dependency-only pst's, in
4365 scanning all the rest of the psymtabs.
4366 (process_one_symbol): Fix comments around N_OBJ, N_OPT, N_UNDF.
4367
4368 * buildsym.h (N_UNDF): Improve comments.
4369 (N_LSYM, etc): Skip types without names (":T(0,3)=sfoob...").
4370
4371 Sat Jun 13 11:16:45 1992 Fred Fish (fnf at cygnus.com)
4372
4373 * symtab.h (struct symbol): Add aux_value union for preserving
4374 an additional per-symbol value.
4375 * symtab.h (SYMBOL_BASEREG, SYMBOL_BASEREG_VALID): Add defines.
4376 * frame.h (FRAME_GET_BASEREG_VALUE): Provide default definition.
4377 * findvar.c (read_var_value): Use SYMBOL_BASEREG if valid.
4378 * printcmd.c (address_info): Use SYMBOL_BASEREG if valid.
4379 * symmisc.c (print_symbol): Use SYMBOL_BASEREG if valid.
4380
4381 Sat Jun 13 09:18:46 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
4382
4383 * symfile.c (clear_symtab_users_once): Now non-static (for
4384 objfiles.c).
4385
4386 Fri Jun 12 18:54:40 1992 John Gilmore (gnu at cygnus.com)
4387
4388 * arm-pinsn.c, i960-pinsn.c, m68k-pinsn.c, mips-pinsn.c,
4389 ns32k-pinsn.c, pyr-pinsn.c, sparc-pinsn.c, tahoe-pinsn.c,
4390 vax-pinsn.c: Remove reg_names decl (now in defs.h).
4391
4392 Solaris-2 support on SPARC:
4393
4394 * dbxread.c: Add symbol_size to struct dbx_symfile_info.
4395 Add symbol_size and file offsets to struct symloc.
4396 Add static symbol_table_offset, string_table_offset,
4397 file_string_table_offset, next_file_string_table_offset,
4398 last_function_name.
4399 (add_old_header_file): Convert error() to complain()t.
4400 (dbx_symfile_read): Get symbol size via the objfile.
4401 Also get symbol_table_offset.
4402 (dbx_symfile_init): Record symbol size and count via the objfile.
4403 (dbx_next_symbol_text): Always add file_string_table_offset when
4404 accessing string table.
4405 (read_dbx_symtab): Initialize file_string_table_offset to 0.
4406 (SET_NAMESTRING): Use the offset.
4407 (end_psymtab): Large kludge to determine addresses where source
4408 files start and end (for the psymtab header).
4409 (psymtab_to_symtab_1): Set file_string_table_offset before reading.
4410 Get this, symbol size, and symbol offset, from psymtab.
4411 (read_ofile_symtab): Don't back up one symbol for Solaris2.
4412 Patch up last_source_start_addr if zero in N_SO.
4413 (process_one_symbol): Add variable function_start_offset.
4414 ( "", N_FUN, N_LBRAC, N_RBRAC, N_SLINE): Add ifdef for
4415 BLOCK_ADDRESS_FUNCTION_RELATIVE.
4416 ( "", N_OBJ, N_OPT): Ignore.
4417 (elfstab_build_psymtabs): New function to read stabs out of
4418 an ELF file.
4419
4420 * Makefile.in: Accept $(BISON) even though we really want $(YACC).
4421 (gdb): use GLOBAL_CFLAGS when linking, too.
4422 * partial-stab.h (N_UNDF): Deal with Sol2 relative stringtab offsets.
4423 (N_OBJ, N_OPT): Ignore.
4424 ('f', 'F'): Save last function name.
4425
4426 * elfread.c (record_minimal_symbol_and_info): Kludged to put
4427 extra info in the minimal symbol.
4428 (elf_symtab_read): The extra info is the size of an ELF object,
4429 which was kludged to us in the `udata' field of the BFD symbol.
4430 Gag me with a crowbar...
4431 (elf_symfile_read): Keep track of both the absolute load address,
4432 and the offset between load addr and symbols. Handle STABS as
4433 well as DWARF sections, passing the absolute load address to
4434 elfstab_build_psymtabs.
4435
4436 * symfile.h: Prototype elfstab_build_psymtabs.
4437 * symfile.c: Add almost-OK debug versions of add_psymbol_*to_list.
4438
4439 * xm-sysv4.h: Add <limits.h> to avoid conflicting defns in defs.h.
4440
4441 * buildsym.h: Add processing_acc_compilation flag.
4442 * buildsym.c (read_sun_builtin_type, read_sun_floating_type): New.
4443 (define_symbol): Skip arg types in function entries. Resolve
4444 overloaded 'P' which acc uses for prototypes of functions called
4445 by this file.
4446 (read_type: 'b', 'r'): Handle Solaris2 builtin types.
4447
4448 * minsyms.c (prim_record_minimal_symbol_and_info): Hack to
4449 save size of ELF symbols. FIXME.
4450 * tm-sun4os5.h: Rename to tm-sun4sol2.h. Update defines for Sol2.
4451 * xm-sun4os5.h: Rename to xm-sun4sol2.h. Hack more defines.
4452
4453 * configure.in: Solaris config is sparc-sun-solaris2.
4454 * config/sun4os5.m[ht]: Rename to config/sun4sol2.m[ht]; new xm, tm.
4455
4456 * objfiles.c (free_objfile): Eliminate storage leaks. Contributed
4457 by <Peter.Schauer@regent.e-technik.tu-muenchen.dbp.de>.
4458 * symfile.c (symfile_bfd_open): Comment where name is freed.
4459 * symmisc.c (extend_psymbol_list): Comment where list is freed.
4460
4461 Fri Jun 12 08:24:36 1992 Fred Fish (fnf at cygnus.com)
4462
4463 * expprint.c (print_subexp): Add missing ']'.
4464 * defs.h (reg_names): Fix declaration to match that in infcmd.c
4465 * stack.c (reg_names): Delete redundant (and inconsistent) decl.
4466 * WHATS.NEW: Point out improved C++ function name handling.
4467 * gdbtypes.c (lookup_fundamental_type): For now, use the same
4468 type names for both implicitly and explicitly signed integral
4469 types. See comment in the source code.
4470
4471 Thu Jun 11 12:31:50 1992 John Gilmore (gnu at cygnus.com)
4472
4473 Two `long long' fixes from Robert R. Henry (rrh@dino.tera.com):
4474 * defs.h (longest_to_int): Avoid void arm of ?: in error case.
4475 * expprint.c (print_subexp): Fix printing of register names.
4476
4477 Thu Jun 11 01:33:40 1992 John Gilmore (gnu at cygnus.com)
4478
4479 * inferior.h (register_valid): Declare.
4480 * remote-udi.c, rs6000-xdep.c, sparc-xdep.c, tm-rs6000.h: Remove decl.
4481 * objfiles.h (ALL_OBJFILE_{SYMTABS,PSYMTABS,MSYMBOLS}): Add
4482 macros for traversing the data structures in a single objfile.
4483 * tm-m88k.h, tm-sparc.h (REGISTER_NAMES): Remove extra semicolon.
4484 * tm-i960.h (REGISTER_NAMES): Cosmetic change.
4485 * infcmd.c: Lint.
4486
4487 Tue Jun 9 17:19:45 1992 Fred Fish (fnf at cygnus.com)
4488
4489 * c-exp.y, m2-exp.y: Move remapping defines for malloc and
4490 realloc. Add remapping defines for {yyss, yyssp, yyvs, yyvsp}.
4491 * config/{amix.mh, i386v4.mh, ncr3000.mh, stratus.mh,
4492 sun4os5.mh}: Add definition for INSTALL using /usr/ucb/install.
4493
4494 Tue Jun 9 16:29:19 1992 Stu Grossman (grossman at cygnus.com)
4495
4496 * depend: rebuild to account for remote-st2000.c.
4497 * remote-st2000.c: Almost works now.
4498 * tm-st2000.h: Need to turn on HAVE_68881, else things won't compile.
4499
4500 Mon Jun 8 23:05:51 1992 Fred Fish (fnf@cygnus.com)
4501
4502 * c-exp.y (yylex): Recognize single-quoted strings that specify
4503 tokens with embedded whitespace, such as C++ demangled names.
4504 * defs.h (demangle_and_match, strcmp_iw, skip_quoted): Prototypes.
4505 * main.c (gdb_completer_quote_characters): Add global variable.
4506 * main.c (symbol_completion_function): Total rewrite for C++
4507 demangled name handling.
4508 * main.c (skip_quoted): New function.
4509 * main.c (main): Set rl_completer_quote_characters.
4510 * symmisc.c (dump_symtab): Print source language for symtab.
4511 * symtab.c (expensive_mangler): Add prototype and function.
4512 * symtab.c (completion_list_add_symbol): Total rewrite for new
4513 C++ demangled name handling.
4514 * symtab.c (lookup_symbol): Check for demangled C++ symbol first,
4515 other changes for demangled C++ symbol handling.
4516 * symtab.c (lookup_demangled_block_symbol): Use demangle_and_match.
4517 * symtab.c (lookup_demangled_partial_symbol): Use demangle_and_match.
4518 * symtab.c (decode_line_1): Recognize C++ demangled names on input.
4519 * symtab.c (completion_list_add_symbol): Total rewrite for new
4520 C++ demangled name handling.
4521 * symtab.c (expensive_mangler): New function.
4522 * utils.c (strcmp_iw, demangle_and_match): New functions.
4523 * xcoffread.c (aixcoff_symfile_read): Fix prototype.
4524
4525 Mon Jun 8 21:59:08 1992 John Gilmore (gnu at cygnus.com)
4526
4527 * Makefile.in: Roll VERSION to 4.5.4.
4528 * Makefile.in, config/*.mh, config/*.mt: Rename TM_CFLAGS
4529 to MT_CFLAGS, XM_CFLAGS to MH_CFLAGS to match file names.
4530 * config/sun4os5.mh: Add MH_CFLAGS=-xs to save debug info.
4531
4532 Mon Jun 8 14:17:42 1992 Stu Grossman (grossman at cygnus.com)
4533
4534 * alldeps.mak: Rebuild to account for new files.
4535 * config/st2000.mt: Use tm-st2000.h, not tm-68k.h.
4536 * tm-st2000.h: New file.
4537 * configure.in: Tandem debug monitor (st2000) support.
4538 * remote-st2000.c, config/st2000.mt: ditto.
4539
4540 Fri Jun 5 11:51:01 1992 John Gilmore (gnu at cygnus.com)
4541
4542 * blockframe.c (inside_entry_file, inside_main_func,
4543 inside_entry_func): Return 0 if no symbols; avoid crashing.
4544
4545 Wed Jun 3 17:48:04 1992 John Gilmore (gnu@cygnus.com)
4546
4547 * xcoffread.c (read_xcoff_symtab): Set c_sclass from n_sclass
4548 without masking, since it is signed and will later be compared
4549 against signed quantities. The right fix is probably to make
4550 it all unsigned, but this is a small, safe fix for this release.
4551 FIXME -- make the real change sometime soon.
4552
4553 Mon Jun 1 16:16:12 1992 Michael Tiemann (tiemann@cygnus.com)
4554
4555 * remote-vx.c (vx_load_command,add_symbol_stub): Default READNOW
4556 parameter in call to `symbol_file_add' to 0.
4557
4558 * xm-sun4os4.h (MALLOC_INCOMPATIBLE): Define it.
4559
4560 Sun May 31 06:38:27 1992 Michael Tiemann (tiemann@cygnus.com)
4561
4562 * configure.in: Handle -m680[01234]0-wrs.
4563
4564 Fri May 29 22:16:02 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
4565
4566 * m68k-pinsn.c (print_insn_arg): Pass &EXT_FORMAT_68881 to
4567 `ieee_extended_to_double'.
4568
4569 Wed May 27 09:27:57 1992 John Gilmore (gnu at cygnus.com)
4570
4571 * valops.c (value_assign): Lint, by Pierre Willard.
4572
4573 Tue May 19 19:38:10 1992 John Gilmore (gnu at cygnus.com)
4574
4575 * coredep.c (fetch_core_registers): Remove premature warning,
4576 which triggers on DECstation even though all regs are accessible.
4577
4578 * m68k-pinsn.c (print_insn_arg): Use new macros to get
4579 sign-extension of instruction fields even on unsigned-char hosts.
4580 Bug found by Fred J Roeber, fjr@sgfb.ssd.ray.com.
4581
4582 88K changes inspired by Ted Lemon (uunet!lupine!mellon):
4583 * tm-m88k.h, tm-umax.h: Avoid sizeof() in REGISTER_xxx macros,
4584 since they define the target, not the host.
4585 * m88k-pinsn.c: Fix typo.
4586
4587 Thu May 14 01:16:48 1992 John Gilmore (gnu at cygnus.com)
4588
4589 * valarith.c (value_zerop): -0.0 is still zero.
4590 * eval.c (evaluate_subexp): Avoid NaN anomalies in float compares.
4591 Patches by Paul Eggert <eggert@twinsun.com>.
4592
4593 Mon May 18 13:53:51 1992 Stu Grossman (grossman at cygnus.com)
4594
4595 * alldeps.mak, depend: re-make to account for ser-*.c.
4596
4597 Sun May 17 16:51:20 1992 Fred Fish (fnf@cygnus.com)
4598
4599 * inflow.c (new_tty): Temporarily ignore SIGTTOU when
4600 disconnecting from controlling terminal, to avoid gdb hanging
4601 on SVR4. Fixes bug reported by Oliver Okrongli.
4602 * procfs.c (PROC_NAME_FMT): Change format to match default used
4603 by system, as suggested by Oliver Okrongli.
4604 * tm-68k.h (FRAME_FIND_SAVED_REGS): Apply missing parentheses
4605 bug fix from Brent Townshend (bst%tt@cam.ORG).
4606 * c-exp.y (nonempty_typelist): Fix memory overrun bug reported
4607 by turlais@rechser.total.fr.
4608 * dwarfread.c (decode_subscr_data): Fix bug in calculation of
4609 length of non-zero lowerbound arrays. Bug fix from Peggy Fieland.
4610 * objfiles.h (unlink_objfile): Add prototype.
4611 * objfiles.c (unlink_objfile): Add function.
4612 * objfiles.c (free_objfile): Call unlink_objfile.
4613 * objfiles.c (allocate_objfile): Call unlink_objfile on newly
4614 remapped objfiles. Bug reported by hahn@sunshine.labs.tek.com.
4615 Also, discard old possibly bogus sf struct.
4616 * symfile.c (symbol_file_add): Call init_entry_point_info() and
4617 find_sym_fns() for remapped symbol files, in case of any changes
4618 since the last mapping.
4619
4620 Wed May 13 18:28:20 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4621
4622 * findvar.c (read_relative_register_raw_bytes): use the raw size
4623 of a register to bcopy, rather than the host's sizeof(CORE_ADDR).
4624
4625 Tue May 12 17:44:39 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4626
4627 Changes to support GDB running on DOS using GO32 and H8 support
4628
4629 * defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
4630 allowing hosts with different text and binary file formats to
4631 work.
4632 * coffread.c (read_coff_symtab): changed calling convention and
4633 operation - now it opens its own file with FOPEN_RB rather than
4634 duping and fdopening the provided handle.
4635 * dbxread.c, cplus-dem.c: #include mangling.
4636 * exec.c: If O_BINARY isn't defined, set it to 0, call openp for
4637 binary files oring in the right bit.
4638 * utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
4639 * remote-hms.c: cleanup to use the new remote serial stuff
4640 * serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
4641 independent remote terminal I/O.
4642 * remote.c: if DONT_USE_REMOTE not defined, then don't use it.
4643 * source.c (openp): fix off by one problem removing / - can now
4644 open a source file in the root directory with DOS.
4645 * values.c (value_as_pointer): remove bogus address bits from
4646 long. (unpack_long): unpack into unsigned long/short if pointer.
4647
4648 Tue May 12 14:15:48 1992 Stu Grossman (grossman at cygnus.com)
4649
4650 * infrun.c (child_attach): Don't allow gdb to attach to itself.
4651 It gets permanently stuck in many OSes.
4652 * breakpoint.c, infcmd.c, infrun.c, utils.c: Change many printfs
4653 to printf_filtered.
4654 * breakpoint.c: Improve help text for info breakpoints.
4655
4656 Mon May 11 14:17:18 1992 John Gilmore (gnu at cygnus.com)
4657
4658 * README: Add pointer to internals doc, and describe reading
4659 info files.
4660 * utils.c (print_sys_errmsg): Use stderr. Reported by Pierre Willard.
4661 * symtab.c (output_source_filename): Remove old glop for wrapping
4662 lines, use wrap_here. Reported by Pierre Willard (pierre@la.tce.com).
4663
4664 Thu May 7 11:45:03 1992 John Gilmore (gnu at cygnus.com)
4665
4666 * Makefile.in: version.c should depend on Makefile, not Makefile.in.
4667 * munch: Add sort -u to avoid duplications.
4668 * symtab.c (lookup_symbol): Improve Stu's fix of 22 April.
4669 Improved fix by hahn@sunshine.labs.tek.com (Doug Hahn).
4670
4671 Mon May 11 13:27:46 1992 Fred Fish (fnf@cygnus.com)
4672
4673 * cplus-dem.c (demangle_signature): Recognize misplaced '_' to
4674 avoid infinite loops while demangling bogus mangled names.
4675 * valprint.c (type_print_base): Minor fix for GNU style guide
4676 conformance.
4677
4678 Sat May 9 18:02:17 1992 Fred Fish (fnf at fishpond)
4679
4680 * Makefile.in (VERSION): Bump to 4.5.3
4681 * Makefile.in (DEMANGLE_OPTS): Remove obsolete -Dnounderscore
4682 * Makefile.in (demangle): New target to create standalone
4683 demangler with same code and options as internal demangler.
4684 * cplus-dem.c: Massive restructuring, rewriting, cleanups, etc
4685 to support ARM style and Lucid style demangling, improve
4686 maintainability, fix several demangling bugs. More changes
4687 to follow.
4688 * defs.h (strstr): Add ANSI compatible prototype.
4689 * valprint.c (type_print_1): Demangle using ansi option.
4690 * config/ncr3000.mt (DEMANGLE_OPTS): Remove -Dnounderscore.
4691
4692 Sat May 9 14:47:28 1992 Stu Grossman (grossman at cygnus.com)
4693
4694 * xcoffexec.c (vmap_exec): Don't assume .text and .data are the
4695 first two sections.
4696
4697 Fri May 8 11:42:15 1992 Per Bothner (bothner@rtl.cygnus.com)
4698
4699 * mipsread.c (parse_procedure): Return rather than using
4700 uninitialized variable 'b'.
4701
4702 Fri May 8 07:48:27 1992 Stu Grossman (grossman at cygnus.com)
4703
4704 * Makefile.in, remote-udi.c, remote-vx.c, 29k-share/dfe/mini2udi.c,
4705 29k-share/dfe/yank.c, vx-share/xdr_ptrace.c, vx-share/xdr_regs.c:
4706 Remove -I29k-share, -Ivx-share from Makefile.in. Make #includes
4707 relative to each source file.
4708
4709 Fri May 8 07:48:27 1992 K. Richard Pixley (rich@cygnus.com)
4710
4711 * Makefile.in: propogate INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
4712 recursions.
4713
4714 Thu May 7 10:00:52 1992 Stu Grossman (grossman at cygnus.com)
4715
4716 * am29k-pinsn.c: Use new opcode table in "opcode/a29k.h".
4717 * am29k-tdep.c: Update to latest code from AMD.
4718 (get_saved_register) don't crap out if no frame.
4719 * remote-udi.c: Set/clear inferior_pid as appropriate.
4720 (udi_open) call target_preopen, don't close fd 0!!!, clean up
4721 error handling. Fixup end-of-debugging messages.
4722 (udi_fetch_registers) clean up big time, mainly don't multiply
4723 register_valid indices by 4, and use proper Offset when reading
4724 gr96-gr127. (udi_store_registers) general cleanup.
4725 (fetch_register) cleanup, simplify. (regnum_to_srnum)
4726 INT_REGNUM->INTE_REGNUM.
4727 * tm-29k.h: Upgrade to latest code from AMD.
4728 * 29k-share/udi/udip2soc.c: Get rid of useless errmsg_m macro.
4729 (UDIConnect) Clean up error processing (like, don't do exit() if
4730 execlp fails), make code restartable, make more attractive.
4731 (UDIStop) Use SIGINT instead of SIGUSR1, as isstip won't stop
4732 otherwise.
4733
4734 Wed May 6 14:34:18 1992 Per Bothner (bothner@rtl.cygnus.com)
4735
4736 * tm-irix3.h: Re-define CPLUS_MARKER to '.'.
4737 * xm-rs6000.h, tm-rs6000.h: Move re-definition of CPLUS_MARKER
4738 from former to latter.
4739
4740 Wed May 6 14:12:35 1992 Fred Fish (fnf@cygnus.com)
4741
4742 * cplus-dem.c (do_args): Handle void args the same as others.
4743 * objfiles.c (free_objfile): Only try to unmap files when
4744 reusable objfiles are supported.
4745 * valprint.c (type_print_varspec_suffix): Add parameter that
4746 specifies if C++ demangling included function arguments. Use
4747 it to suppress printing extra pair of ()'s.
4748 * valprint.c (type_print_1): Fix problem with printing demangled
4749 C++ function types where demangled type includes the function
4750 args.
4751
4752 Tue May 5 11:10:27 1992 Fred Fish (fnf@cygnus.com)
4753
4754 * Makefile.in (DEMANGLER): Define and default to cplus-dem.
4755 Allows selection of C++ demangler to be a configuration option
4756 until multiple demanglers are supported.
4757 * demangle.h: New include file for extended demangler support.
4758 * breakpoint.c, gdbtypes.c, printcmd.c, stack.c, symtab.c,
4759 utils.c, valprint.c: Include "demangle.h" and change all calls
4760 to cplus_demangle() or fputs_demangled() to use individual
4761 demangling options.
4762 * valprint.c (type_print_1): Change options to cplus_demangle
4763 to print demangled function args. Still broken, but now less so.
4764 * cplus-dem.c: Include demangle.h, reorganize and update some
4765 comments to reflect reality.
4766 * cplus-dem.c (cplus_demangle, cplus_mangle_opname): Change
4767 second arg from fixed integer to bit based multiple options.
4768 * cplus-dem.c (optable): Reformat and replace ansi members with
4769 bit based options.
4770 * cplus-dem.c (do_type): Fix bug with parsing missing return type.
4771
4772 Mon May 4 22:26:59 1992 John Gilmore (gnu at cygnus.com)
4773
4774 * values.c (set_internalvar): Force evaluation of lazy values.
4775 Bug reported by RMS.
4776
4777 Sun May 3 15:47:45 1992 Fred Fish (fnf@cygnus.com)
4778
4779 * Makefile.in (VERSION): Bump to 4.5.2.
4780 * Makefile.in (DEMANGLE_OPTS): Add, default to -Dnounderscore.
4781 * configure.in: Simplify ncr3000 gdb_host logic, add gdb_target.
4782 * dwarfread.c (struct_type): Apply fix from Peggy Fieland for
4783 proper handling of bit fields.
4784 * gdbtypes.h (struct type): Clarify use of field.bitpos.
4785 * symtab.h: Fix couple of misspellings in comments.
4786 * value.h (struct value): Clarify use of bitpos.
4787 * value.h (unpack_field_as_long): Change prototype, returns
4788 LONGEST.
4789 * values.c (unpack_field_as_long): Change return type to LONGEST,
4790 sign extend unpacked fields that are signed, other rewriting.
4791 * config/ncr3000.mt: New target config file.
4792
4793 Fri May 1 01:53:26 1992 John Gilmore (gnu at cygnus.com)
4794
4795 * utils.c (printchar): Print 0x7F and 0x80-0x9F in \nnn notation
4796 even when printing 8-bit characters.
4797
4798 * gdbtypes.c (make_{reference,pointer,function}_type): New
4799 functions which handle overwriting of forward-referenced types
4800 for stabs file reading.
4801 (lookup_{reference,pointer,function}_type): These just call
4802 the make_*_type functions with a null storage alloc parameter.
4803 * gdbtypes.h (make_{reference,pointer,function}_type): Declare.
4804 * xcoffread.c (smash_to_pointer_type): Remove, no longer used.
4805
4806 * buildsym.c (dbx_lookup_type): Zero result for (-1,-1) arg.
4807 (dbx_alloc_type): Make it easier to understand. No funct change.
4808 (define_symbol: 't'): Don't put the typedef name into the name of
4809 the struct, union, or enum. Bugfix.
4810 (read_type: '*', '&', 'f'): Add comments. Use make_XXX_type
4811 routines to properly handle overwriting preallocated types so that
4812 forward references will work.
4813 (read_enum_type): Force enum values to file scope, due to bug in
4814 Sun compiler output. FIXME, fix later.
4815
4816 Remove unused header_file_prev_index mechanism. It was already
4817 obsolete in gdb-3.5. These comments appeared in 3.5:
4818 /* This code was used before I knew about the instance codes.
4819 My first hypothesis is that it is not necessary now
4820 that instance codes are handled. */
4821 * dbxread.c (add_new_header_file): Remove header_file_prev_index.
4822 * buildsym.h: Remove it and prev_index that saves it.
4823 * buildsym.c (push_subfile, pop_subfile, start_symtab): Remove it.
4824
4825 * solib.c (special_symbol_handling): When called from core files,
4826 must set up debug_addr. Don't print error messages, just return.
4827 * symmisc.c (print_symbol): Less ascii diarrhea for enums, please.
4828
4829 Wed Apr 29 15:26:51 1992 Per Bothner (bothner@rtl.cygnus.com)
4830
4831 * cplus-dem.c: Allow nested class names (as in
4832 Foo::Bar::method()).
4833 Allow the cleaner cfront style of nested class names
4834 (Q2_3Foo3Bar as well as Q23Foo3Bar).
4835 Make cplus_demangle re-entrant by removing use of global
4836 variables. Instead, place all shared variables in a
4837 stack-allocated structure, and pass around its address.
4838
4839 Fri Apr 24 07:41:19 1992 Stu Grossman (grossman at cygnus.com)
4840
4841 * Makefile.in (make-proto-gdb-1): 1st cut at packaging
4842 29k-share/* subdirs...
4843
4844 * remote-udi.c (udi_insert/remove_breakpoint): Completely
4845 rewrite, only leave out the bugs.
4846
4847 * Makefile.in: Add 29k/UDI support. Improve depend.
4848 * alldeps.mak, configure.in, depend: Add 29k/UDI support.
4849
4850 * am29k-tdep.c: Update to use new calling conventions, and misc
4851 symbol elements.
4852
4853 * m68k-pinsn.c (print_insn_arg): Make branch offsets be signed.
4854
4855 Thu Apr 23 18:43:17 1992 Fred Fish (fnf@cygnus.com)
4856
4857 * tm-29k.h: Set DECR_PC_AFTER_BREAK to 0, as 29ks have nice
4858 breakpoint instructions that leave PC pointing at the right place.
4859
4860 * core.c (core_open): Call warning() to print warnings.
4861
4862 Wed Apr 22 09:55:42 1992 Stu Grossman (grossman at cygnus.com)
4863
4864 * symtab.c (lookup_symbol): Need to check if msymbol->name is
4865 NULL, as ALL_MSYMBOLS will never return a NULL msymbol pointer.
4866 This prevents a crash when trying to lookup the value of a
4867 non-existent symbol.
4868
4869 Wed Apr 22 09:42:15 1992 Fred Fish (fnf@cygnus.com)
4870
4871 * signame.c, signame.h: Remove, replaced by strsignal.c in
4872 libiberty.
4873 * i960-tdep.c, infrun.c, mach386-xdep.c, procfs.c, sparc-tdep.c,
4874 sun386-xdep.c: Remove include of signame.h
4875 * Makefile.in (SFILES_MAINDIR): Remove signame.c
4876 * Makefile.in (HFILES): Remove signame.h
4877 * Makefile.in (OBS): Remove signame.o
4878 * defs.h (safe_strerror, safe_strsignal, strerrno, strsigno,
4879 errno_max, signo_max, strtoerrno, strtosigno, strsignal,
4880 psignal, perror): Add prototypes.
4881 * defs.h, xm-apollo68v.h, xm-ultra3.h (SYS_SIGLIST_MISSING):
4882 Remove define.
4883 * depend: Manually remove signame.[cho] references.
4884 * convex-tdep.c (subsig_name): Replace use of sys_siglist with
4885 strsignal.
4886 * convex-xdep.c (core_file_command): Replace use of sys_siglist
4887 with safe_strsignal.
4888 * core.c (core_open): Replace use of sys_siglist with
4889 safe_strsignal.
4890 * core.c (memory_error): Replace use of sys_errlist with
4891 safe_strerror.
4892 * i960-tdep.c (print_fault): Replace use of sys_siglist with
4893 safe_strsignal.
4894 * infcmd.c (program_info): Replace use of sys_siglist with
4895 safe_strsignal.
4896 * infrun.c (signal_stop, signal_print, signal_program):
4897 Allocate dynamically based on dynamic determination of number
4898 of signals to support.
4899 * infrun.c (child_create_inferior): Replace use of sys_errlist
4900 with safe_strerror.
4901 * infrun.c (wait_for_inferior): Replace use of sys_siglist with
4902 safe_strsignal.
4903 * infrun.c (sig_print_info): Replace use of sig_abbrev with
4904 strsigno and sys_siglist with safe_strsignal.
4905 * infrun.c (handle_command): Call signo_max to find number of
4906 signals. Replace sig_number with strtosigno and sig_abbrev with
4907 strsigno.
4908 * infrun.c (signals_info): Replace sig_number with strtosigno.
4909 * infrun.c (_initialize_infrun): Call signo_max to find number of
4910 signals. Dynamically allocate signal_{stop,print,program}.
4911 * procfs.c (errno_table): Remove, now in libiberty/strerror.c.
4912 * procfs.c (errnoname): Add function and prototype.
4913 * procfs.c (info_proc_siginfo): Call errnoname, replace use
4914 of sys_siglist with safe_strsignal.
4915 * procfs.c (info_proc_stop, info_proc_signals): Replace use of
4916 sys_siglist with safe_strsignal.
4917 * procfs.c (info_proc_stop): Call errnoname.
4918 * procfs.c (signalname): Replace sig_abbrev with strsigno.
4919 * stuff.c (main, get_offset): Replace use of sys_errlist with
4920 strerror.
4921 * sun386-xdep.c (core_file_command): Replace use of sys_siglist
4922 with safe_strsignal.
4923 * umax-xdep.c (core_file_command): Replace use of sys_siglist
4924 with safe_strsignal.
4925 * utils.c (safe_strerror, safe_strsignal): Add functions that
4926 call strerror and strsignal respectively, and deal with NULL
4927 returns.
4928 * utils.c (perror_with_name, print_sys_errmsg): Replace use of
4929 sys_errlist with safe_strerror.
4930 * valprint.c (val_print): Replace use of sys_errlist with
4931 safe_strerror.
4932
4933 Tue Apr 21 12:00:47 1992 K. Richard Pixley (rich@cygnus.com)
4934
4935 * Makefile.in: rework CFLAGS so that they can be set from the
4936 command line to make. CFLAGS -> INTERNAL_CFLAGS.
4937 USER_CFLAGS -> CFLAGS. Remove MINUS_G. Default CFLAGS to -g.
4938 Pass CFLAGS on recusions.
4939
4940 Fri Apr 17 19:25:57 1992 Fred Fish (fnf@cygnus.com)
4941
4942 * gdbtypes.h, c-exp.y, m2-exp.y, mipsread.c, gdbtypes.c: Back
4943 out of change on 4/14/92 and remove TYPE_FLAG_FUND_TYPE. It was
4944 overkill for the problem it solved.
4945 * valprint.c (type_print_base): Remove TYPE_FLAG_FUND_TYPE test
4946 and default to simply printing type names as appropriate.
4947 * main.c (main): Remove one of the leading newlines from
4948 warning_pre_print initialization.
4949 * objfiles.c (open_existing_mapped_file): Add function and
4950 prototype.
4951 * objfiles.c (open_mapped_file): Rewrite to use new function
4952 open_existing_mapped_file.
4953
4954 Thu Apr 16 23:50:12 1992 John Gilmore (gnu at cygnus.com)
4955
4956 * sun3-xdep.c (fetch_core_registers): Lint.
4957 * tm-sun3.h: Prototype lint.
4958 * value.h: Typo.
4959
4960 Thu Apr 16 19:56:50 1992 Fred Fish (fnf@cygnus.com)
4961
4962 * dwarfread.c (TARGET_FT_POINTER_SIZE, TARGET_FT_LONG_SIZE):
4963 Define using TARGET_PTR_BIT and TARGET_LONG_BIT for now.
4964 * objfiles.c: Cast calls to close() with unused returns to void.
4965 * objfiles.c (allocate_objfile): Initialize objfile's mmfd, free
4966 old objfile's name before updating it.
4967 * objfiles.c (free_objfile): Major rewrite for mapped objfiles.
4968 * objfiles.h (objfile struct): Add mmfd member.
4969 * symfile.c (syms_from_objfile): Move some code to
4970 new_symfile_objfile.
4971 * symfile.c (new_symfile_objfile): Add new function, common code
4972 from syms_from_objfile.
4973 * symfile.c (symbol_file_add): Call new_symfile_objfile for both
4974 mapped and unmapped symbol files.
4975 * symfile.c (symbol_file_command): Print "No symbol file now"
4976 message, ala exec_file_command for the exec file.
4977 * symfile.h (new_symfile_objfile): Add prototype.
4978 * xcoffexec.c (map_vmap): Add call to new_symfile_objfile.
4979 * xcoffsolib.c (solib_add): Add call to new_symfile_objfile.
4980
4981 Thu Apr 16 18:26:34 1992 Per Bothner (bothner@cygnus.com)
4982
4983 * rs6000-pinsn.c: New version from IBM (Metin).
4984 * m2-exp.y: Re-write string initializers ("<>" => {'<', '>'})
4985 to avoid warnings from some compilers.
4986
4987 Tue Apr 14 22:33:55 1992 Fred Fish (fnf@cygnus.com)
4988
4989 * gdbtypes.h (FT_FIXED_DECIMAL, FT_FLOAT_DECIMAL): Add defines.
4990 * gdbtypes.h (TYPE_FLAG_FUND_TYPE): Add define for bit in a
4991 type's flag word that marks it as a fundamental type.
4992 * c-exp.y (_initialize_c_exp): Add TYPE_FLAG_FUND_TYPE bit to
4993 flags argument for all calls to init_type().
4994 * m2-exp.y (_initialize_m2_exp): Add TYPE_FLAG_FUND_TYPE bit to
4995 flags argument for all calls to init_type(). Also remove
4996 dependency on host sizes for ints, floats, etc.
4997 * mipsread.c (_initialize_mipsread): Add TYPE_FLAG_FUND_TYPE bit to
4998 flags argument for all calls to init_type(). Also remove
4999 dependency on host sizes for ints, floats, etc.
5000 * gdbtypes.c (lookup_fundamental_type): Add TYPE_FLAG_FUND_TYPE
5001 bit to flags argument for all calls to init_type(). Add types
5002 FT_FIXED_DECIMAL and FT_FLOAT_DECIMAL.
5003 * valprint.c (unsigned_type_table, signed_type_table,
5004 float_type_table): Remove.
5005 * valprint.c (type_print_base): Test new TYPE_FLAG_FUND_TYPE
5006 bit when printing fundamental types, and print the actual name
5007 for such types, rather than inventing one. Remove code that
5008 invented fundamental type names.
5009 * valprint.c (_initialize_valprint): Remove initializations
5010 for now removed unsigned_type_table, signed_type_table, and
5011 float_type_table.
5012
5013 Tue Apr 14 14:30:46 1992 Stu Grossman (grossman at cygnus.com)
5014
5015 * remote-vx.c, vx-share/xdr_ptrace.c, vx-share/xdr_ptrace.h,
5016 vx-share/xdr_rdb.h: Update for new remote protocol under VxWorks
5017 5.0.2.
5018
5019 Mon Apr 13 20:59:21 1992 Fred Fish (fnf@cygnus.com)
5020
5021 * dwarfread.c (target_to_host): New function similar to previous
5022 swapin function.
5023 * dwarfread.c (SWAPIN, swapin): Remove macro and support function.
5024 Extensive changes to convert all previous usages to use new
5025 target_to_host() function.
5026 * dwarfread.c (struct dieinfo): Change types of most integral
5027 members to be unsigned.
5028
5029 Mon Apr 13 15:59:10 1992 John Gilmore (gnu at cygnus.com)
5030
5031 * WHATS.NEW: Revise -mapped doc.
5032
5033 Sat Apr 11 23:14:36 1992 John Gilmore (gnu at cygnus.com)
5034
5035 * mipsread.c (parse_partial_symbols): Complain when sh->index is
5036 too high or when skipping `forwards' moves us backwards.
5037 (parse_type): Print mis-guessed tag name in complaint.
5038 (parse_external): Eliminate cur_stab and obscure top_stack clobbers.
5039 (parse_procedure): Do not attempt to create symbols; just fill in
5040 the SYMBOL_VALUE field of a .gdbinfo. symbol if we can find one.
5041 (psymtab_to_symtab_1): Split up `stabs' from `native ecoff' code
5042 for clarity. Set top_stack before calling parse_external. In
5043 stabs, sort symbols before calling parse_procedure.
5044 * mipsread.c: Lint.
5045 * symmisc.c (std_in, std_out, std_err): Add vars to access std
5046 FILE *'s when debugging GDB (e.g. as args to dump_symtab).
5047 * Makefile.in: Remove stage* targets. Avoid echo on recursive
5048 makes. Eliminate doc/Makefile from tar.Z file if doc/Makefile.in
5049 exists.
5050
5051 Fri Apr 10 23:47:37 1992 John Gilmore (gnu at cygnus.com)
5052
5053 * Makefile.in (VERSION): Set to 4.5.1.
5054 * xcoffread.c (NO_TYPEDEFS): Fix typo in commented-out #define.
5055 * sparc-tdep.c (supply_gregset, fill_gregset, supply_fpregset,
5056 fill_gregset): New functions for SVR4 /proc support.
5057 * mipsread.c: Cleanup. Add more complaints for unhandled cases.
5058 Remove new symbol types and such to ../include/coff/symconst.h.
5059 (parse_symbol): Simplify code for parsing struct/enum/unions.
5060 (parse_type): Handle `long long' types.
5061 (upgrade_type): Handle `const' qualifier.
5062 (parse_partial_symbols): fix indentation, clean a bit.
5063
5064 Fri Apr 10 22:41:03 1992 Fred Fish (fnf@cygnus.com)
5065
5066 * dwarfread.c (SWAPIN,swapin): New macro and function to call to
5067 copy in data from raw read buffers, calling bfd byteswapping
5068 routines as appropriate. Use to replace most existing memcpy
5069 calls.
5070 * dwarfread.c (basicdieinfo, completedieinfo): Add objfile arg.
5071 * configure.in: Recognize new ncr3000 config.
5072 * config/ncr3000.mh: New config file.
5073
5074 Fri Apr 10 08:30:58 1992 Stu Grossman (grossman at cygnus.com)
5075
5076 GDB-4.5 release!
5077
5078 * README: Update for release.
5079 * Makefile.in: Update version to 4.5.
5080 * WHATS.NEW: The obvious.
5081
5082 * depend: Generate new depend file for this release.
5083
5084 * Makefile.in (depend): Fix dependancy generation so that it does
5085 not include gcc 'fixincluded' files, which are usually in a system
5086 specific location.
5087
5088 Thu Apr 9 13:35:00 1992 Per Bothner (bothner@rtl.cygnus.com)
5089
5090 Changes from metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik).
5091 * buildsym.c (#ifdef RS6000_TARGET): Don't create unnecessary
5092 symbols for nameless types. And, handle `R' (register parameter
5093 type) for AIX. (an extension to existing stabstring grammar).
5094 * rs6000-xdep.c: Fix typo (= should have been ==).
5095
5096 Thu Apr 9 12:10:06 1992 Stu Grossman (grossman at cygnus.com)
5097
5098 * Makefile.in: version=4.4.88, add xm-vax.h to HFILES.
5099
5100 Thu Apr 9 02:29:03 1992 John Gilmore (gnu at cygnus.com)
5101
5102 * xm-sun4os5.h (DO_DEFERRED_STORES, CLEAR_DEFERRED_STORES): Zap.
5103 * signame.c (SIGWAITING, SIGLWP): Add.
5104
5105 Tue Apr 7 16:34:07 1992 Per Bothner (bothner@cygnus.com)
5106
5107 * xm-i386mach.h: add decls for errno and strdup().
5108
5109 * breakpoint.c (breakpoint_1): Add (int) casts for enums
5110 used in array index context (otherwise, some compilers barf).
5111
5112 Tue Apr 7 08:45:46 1992 Stu Grossman (grossman at cygnus.com)
5113
5114 * m68k-tdep.c, tm-sun3.h: #ifdef around get_longjmp_target().
5115 Change def of SAVED_PC_AFTER_CALL to call routine to see if we are
5116 in a system call, and provide better backtrace if so.
5117
5118 * Makefile.in (HFILES): Add xcoffsolib.h.
5119 * rs6k-opcode.h: Move to ../include/opcode/rs6k.h.
5120 * rs6000-pinsn.c: #include "opcode/rs6k.h"
5121
5122 * mipsread.c (read_mips_symtab, read_the_mips_symtab,
5123 mipscoff_symfile_read): Convert to BFD to do file I/O.
5124
5125 * symfile.c: #include <ctype.h> to get proper def if isspace().
5126
5127 * i386-tdep.c (get_longjmp_target): #ifdef GET_LONGJMP_TARGET.
5128
5129 Mon Apr 6 17:25:45 1992 Per Bothner (bothner@cygnus.com)
5130
5131 * mipsread.c: Create a .gdbinfo pseudo-symbol for each
5132 function also when parsing embedded stabs.
5133
5134 Mon Apr 6 15:25:03 1992 Stu Grossman (grossman at cygnus.com)
5135
5136 * mipsread.c: Fix more declarations.
5137
5138 * mipsread.c: Fix many invocations of complain. Use enum
5139 type_code where appropriate.
5140
5141 * xm-vaxult.h: Add decl for strdup().
5142
5143 * Makefile.in: Add dependancies for xm-vaxbsd.h and xm-vaxult.h
5144 for xm-vax.h.
5145
5146 Fri Apr 3 17:41:29 1992 Stu Grossman (grossman at cygnus.com)
5147
5148 * buildsym.h, dbxread.c, mipsread.c: Add objfile arg to
5149 process_one_symbol.
5150
5151 Fri Apr 3 12:17:14 1992 Per Bothner (bothner@cygnus.com)
5152
5153 * munch: Must pre-pend "_" to "initialize" for SYSV style nm.
5154 * tm-rs6000.h, xcoffexec.c, xcoffread.c, xm-rs6000.h:
5155 Merge in more patches for rs6000 from Metin Ozisik.
5156 * utils.c: Fix typo in comment.
5157
5158 Fri Apr 3 11:23:03 1992 Fred Fish (fnf@cygnus.com)
5159
5160 * procfs.c (procinfo struct): Add nopass_next_sigstop member.
5161 * procfs.c (attach): Set nopass_next_sigstop if attached
5162 process is forcibly stopped.
5163 * procfs.c (child_resume): Use nopass_next_sigstop to suppress
5164 resending SIGSTOP to attached process on first resume.
5165
5166 Fri Apr 3 01:37:26 1992 Stu Grossman (grossman at cygnus.com)
5167
5168 * Makefile.in (SFILES_MAINDIR): add mipsread.c
5169
5170 Thu Apr 2 20:20:54 1992 John Gilmore (gnu at cygnus.com)
5171
5172 * Makefile.in (OBS): Compile mipsread.c for all targets now.
5173 (VERSION): Bump to 4.4.85.
5174 * mipsread.c: Update for new include files. Lint.
5175 * tm-irix3.h, tm-mips.h: Use new include files for ECOFF symtab.
5176 * config/{bigmips.mt, littlemips.mt, irix3.mt, decstation.mt}:
5177 Don't need to bring in mipsread.o specially any more.
5178
5179 Thu Apr 2 19:38:31 1992 Stu Grossman (grossman at cygnus.com)
5180
5181 * mipsread.c (fixup_sigtramp): Also look for _sigtramp as a real
5182 routine (for Irix-4.x). Make many funcs static and void.
5183 * mips-tdep.c (mips-frame-chain): Clean up, simplify.
5184 * (init_extra_frame_info): Don't trash cached value of frame
5185 pointer register. This fixes backtracing through routines that use
5186 alloca(). Generally clean up declarations of functions, and use
5187 typedefs and macros to reference data structures as appropriate.
5188 * tm-irix3.h, tm-mips.h (EXTRA_FRAME_INFO): use proper type for
5189 proc_desc element.
5190
5191 Thu Apr 2 09:47:11 1992 Fred Fish (fnf@cygnus.com)
5192
5193 * values.c (unpack_long): Fix unpacking error for signed chars
5194 on hosts where the default character type is unsigned.
5195 * procfs.c (pr_flag_table, pr_why_table): Add some entries
5196 for newer SVR4 variants.
5197 * procfs.c (proc_set_exec_trap): Reorder tests for ioctl's that
5198 turn off trace inherit-on-fork flag to favor latest SVR4 method.
5199 * procfs.c (mappingflags): Add support for MA_PHYS
5200
5201 Thu Apr 2 00:55:56 1992 John Gilmore (gnu at cygnus.com)
5202
5203 * buildsym.c (read_struct_type): Avoid coredump when C++
5204 abbreviated type name is messed up. Reported by Joe Buck.
5205 FIXME, we need to determine whether GDB or GCC needs to be
5206 smarter to correctly locate this type name.
5207
5208 * c-exp.y, coffread.c, command.c, command.h, copying.awk,
5209 dbxread.c, gdbtypes.c, infcmd.c, inferior.h, infrun.c,
5210 m2-exp.y, printcmd.c, remote.c, solib.c, source.c, stack.c,
5211 symtab.c, tm-sun4os4.h, tm-sun4os5.h, values.c: Lint.
5212 * symfile.c (add_symbol_file_command): Initialize mapped/readnow.
5213
5214 Wed Apr 1 11:39:52 1992 Fred Fish (fnf@cygnus.com)
5215
5216 * breakpoint.h (bpdisp, bptype): Remove trailing comma.
5217 * symtab.h (current_source_symtab): Make extern
5218 * symtab.h (current_source_line): Make extern
5219 * inferior.h: Move all procfs.c prototypes to one place, add
5220 prototype for proc_signal_handling_change. Add prototypes for
5221 signal_stop_state, signal_print_state, and signal_pass_state.
5222 * inferior.h (stop_soon_quietly): Make extern
5223 * inferior.h (attach_flag): Make extern
5224 * infrun.c (NOTICE_SIGNAL_HANDLING_CHANGE): Default is null.
5225 * infrun.c (signal_stop_state, signal_print_state,
5226 signal_pass_state): New functions to query specific signal
5227 handling flags.
5228 * infrun.c (handle_command): Minor error message change, add
5229 NOTICE_SIGNAL_HANDLING_CHANGE.
5230 * procfs.c (open_proc_file): Remove iris specific reset of
5231 inherit-on-fork flag, moved to proc_set_exec_trap().
5232 * procfs.c (proc_set_exec_trap): Add SVR4 and iris code
5233 to reset inherit-on-fork flag, bash comment to GNU form.
5234 * procfs.c (proc_base_address, set_proc_siginfo,
5235 fetch_core_registers): Conform to code style.
5236 * procfs.c (signame.h): Include.
5237 * procfs.c (MAX_SYSCALLS, syscall_table[], init_syscalltable(),
5238 syscallname(), info_proc_syscalls()): New macros, tables, and
5239 functions to organize and report system call information.
5240 * procfs.c (saved_fltset, saved_trace, saved_sighold,
5241 saved_exitset, saved_entryset): Add to procinfo struct.
5242 * procfs.c (struct trans): Add.
5243 * procfs.c (pr_flag_table, pr_why_table, faults_table,
5244 siginfo_table, errno_table): Tables to translate numeric values
5245 to symbolic names and short descriptions.
5246 * procfs.c (signalname, info_proc_signals): Add function and
5247 prototype.
5248 * procfs.c (proc_info): Now info_proc.
5249 * procfs.c (proc_info_address_map): Now info_proc_mappings.
5250 * procfs.c (info_proc_flags, info_proc_stop, info_proc_siginfo,
5251 info_proc_faults, lookupname, lookupdesc, sigcodename,
5252 sigcodedesc): New functions.
5253 * procfs.c (proc_signal_handling_change): New function to set
5254 the trace flags based on the state of gdb's signal handling flags.
5255 * procfs.c (inferior_proc_init): Call proc_signal_handling_change
5256 and remove code to do PIOCSTRACE ioctl.
5257 * procfs.c (attach, detach): Preserve and restore process flags
5258 using saved_* fields in procinfo struct.
5259 * procfs.c (attach): Call proc_signal_handling_change.
5260 * procfs.c (info_proc): Major rework to expand "info proc" cmd.
5261 * procfs.c (proc_desc): Update for latest changes.
5262 * xm-irix4.h (CREATE_INFERIOR_HOOK): Protect by USE_PROC_FS.
5263 * xm-irix4.h (NOTICE_SIGNAL_HANDLING_CHANGE): Add definition.
5264 * xm-sysv4.h (NOTICE_SIGNAL_HANDLING_CHANGE): Add definition.
5265
5266 Tue Mar 31 18:38:28 1992 Fred Fish (fnf@cygnus.com)
5267
5268 * procfs.c (set_proc_siginfo): Add prototype and new function.
5269 * procfs.c (detach, child_resume): Call set_proc_siginfo to set
5270 up inferior siginfo struct.
5271 * elfread.c (elf_symfile_read): Compute the relocation amount
5272 by subtracting off the address of the ".text" section.
5273 * solib.c: Add pointer to ".text" section to so_list struct.
5274 * solib.c (solib_map_sections): Initialize pointer to ".text"
5275 section in so_list struct.
5276 * solib.c (symbol_add_stub): Pass base address of ".text"
5277 section to symbol_file_add, rather than the load address of
5278 the shared library. On SunOS they are the same. On SVR4 they
5279 are not.
5280
5281 Tue Mar 31 17:48:15 1992 Stu Grossman (grossman at cygnus.com)
5282
5283 * mipsread.c (parse_procedure): PDR.isym should get pointer to
5284 function name, not .gdbinfo. symbol.
5285
5286 Tue Mar 31 17:05:04 1992 John Gilmore (gnu at cygnus.com)
5287
5288 * breakpoint.c (breakpoint_1): Fix prototype, this time for sure!
5289
5290 Tue Mar 31 11:01:06 1992 Stu Grossman (grossman at cygnus.com)
5291
5292 * Makefile.in (VERSION): 4.4.8
5293
5294 * procfs.c (open_proc_file): Disable inherit-on-fork flag so that
5295 commands in .cshrc/.profile won't get traced.
5296
5297 Tue Mar 31 08:11:58 1992 John Gilmore (gnu at cygnus.com)
5298
5299 * elfread.c (elf_symtab_read): Use xmalloc, not bfd_xmalloc.
5300 * exec.c (build_section_table): Don't abort if no sections.
5301 * sparc-tdep.c (single_step): Lint.
5302 * utils.c (mrealloc): Handle realloc (0, size) case here.
5303
5304 Mon Mar 30 16:50:43 1992 Stu Grossman (grossman at cygnus.com)
5305
5306 * Makefile.in (alldeps.mak): Config files are now *.m[ht] as
5307 opposed to m[ht]-*!
5308
5309 * config/irix4.mh: Don't use coredep.o. It doesn't work with procfs.
5310
5311 * mipsread.c (parse_symbol, parse_procedure): Re-do the way that
5312 .gdbinfo. symbols are created. Move creation from parse_procedure
5313 to parse_symbol, where it is fairly easy to grow the symtab. This
5314 also fixes a symtab trashing bug on all mips-based systems.
5315 * (got_numargs, lookup_numargs, free_numargs): Delete. Not
5316 needed anymore.
5317 * tm-mips.h, tm-iris3.h, mips-tdep.c, mipsread.c: Re-do struct
5318 mips_extra_func_info, and all the PROC_xxx macros that look at it.
5319
5320 Mon Mar 30 14:17:53 1992 Per Bothner (bothner@cygnus.com)
5321
5322 * c-exp.y: Add missing return type to yyparse() prototype.
5323
5324 Sat Mar 28 22:22:06 1992 John Gilmore (gnu at cygnus.com)
5325
5326 Create and use macros for iterating on symtabs, psymtabs, msymbols.
5327
5328 * minsyms.c (iterate_over_msymbols): Remove; clunky and slow.
5329 * symfile.h, symtab.h (iterate_over_msymbols): Remove prototype
5330 * coffread.c (coff_symfile_read): iterate_over_symtabs => ALL_SYMTABS.
5331 (patch_opaque_types): Avoid dummy args and result.
5332 * objfiles.c (have_partial_symbols, have_full_symbols,
5333 have_minimal_symbols): explicit iteration => ALL_OBJFILES; simplify.
5334 (iterate_over_objfiles, iterate_over_symtabs,
5335 iterate_over_psymtabs): Remove, clunky and slow.
5336 * objfiles.h: Replace iterate_over_* prototypes with ALL_SYMTABS,
5337 ALL_PSYMTABS, and ALL_MSYMBOLS macros.
5338 * symmisc.c (dump_symtab, dump_psymtab, dump_msymbols,
5339 dump_objfile): Remove dummy args and results. Move filename
5340 comparisons to callers.
5341 (printsyms_command, printpsyms_command, printmsyms_command,
5342 printobjfiles_command): iterate_over_* => ALL_*. Compare filenames.
5343 * symtab.c (lookup_symtab_1, lookup_symtab, lookup_partial_symtab,
5344 lookup_symbol, find_main_psymtab, find_pc_symtab, sources_info,
5345 list_symbols, make_symbol_completion_list): Replace explicit
5346 iteration with ALL_SYMTABS, ALL_PSYMTABS, or ALL_MSYMBOLS.
5347 Eliminate Dijkstra flag crap, break out of loops with gotos.
5348 (lookup_symtab_1): Protect '/' tests from short filenames.
5349 (cplus_mangled_symbol): Move inline into lookup_symbol.
5350 * xcoffexec.c (relocate_objfile_msymbols): Remove poor hack.
5351 (relocate_minimal_symbol): Move inline to vmap_symtab.
5352 (vmap_symtab): Replace iteration with ALL_OBJFILES,
5353 iterate_over_msymbols with ALL_MSYMBOLS.
5354
5355 Misc cleanup prior to release.
5356
5357 * Makefile.in (VERSION): Roll to 4.4.7.
5358 (HFILES): Add call-cmds.h.
5359 * call-cmds.h: New header for command fns called by other files.
5360 * breakpoint.c (watchpoints_info): Remove, same as breakpoints_info.
5361 (breakpoint_1): Remove unused type arg. Change callers.
5362
5363 * dwarfread.c (dwarf_build_psymtabs): Remove mainline test.
5364 * mipsread.c (compare_symtabs, compare_psymtabs): Remove, unused.
5365 * mipsread.c: Add prototypes for all static functions.
5366
5367 * symmisc.c (dump_symtab_lines, dump_symtabs, dump_last_symtab,
5368 dump_blockvector, dump_block, dump_addrchass, dump_namespace,
5369 dump_symbol, dump_type, dump_linetable, dump_strtbl): Remove, unused.
5370 * xcoffread.c (dump_symtab_lines, dump_symtabs, dump_last_symtab,
5371 dump_blockvector, dump_block, dump_addrchass, dump_namespace,
5372 dump_symbol, dump_type, dump_linetable, dump_strtbl): Remove 2nd
5373 unused copy!
5374
5375 * buildsym.c (define_symbol): Handle global register variables
5376 (from Pierre Willard). Complain if register numbers are too large.
5377 * target.c (nomemory): Now that higher levels examine errno, give EIO.
5378 * tm-sparc.h: Don't #include <sun4/reg.h>.
5379 * sparc-tdep.c (sparc_frame_chain, frame_saved_pc): Remove
5380 dependency on <sun4/reg.h>. Start to handle cross-byte-order.
5381
5382 * language.h: Avoid forward enum declaration.
5383 * configure.in, tm-sun4os5.h, xm-sun4os5.h, config/sun4os5.mh,
5384 config/sun4os5.mt: New host and target.
5385 * defs.h (errno): #include <errno.h> rather than assuming int.
5386 From Pierre Willard.
5387
5388 * breakpoint.c, breakpoint.h, buildsym.c, coffread.c, cplus-dem.c,
5389 dbxread.c, dwarfread.c, elfread.c, infcmd.c, infrun.c, inftarg.c,
5390 language.c, main.c, mem-break.c, mips-tdep.c, mipsread.c,
5391 partial-stab.h, remote.c, saber.suppress, symfile.c, symtab.c,
5392 valops.c, valprint.c, xcoffread.c, c-exp.y, m2-exp.y, blockframe.c,
5393 command.c, core.c, exec.c, gdbtypes.h, parse.c, printcmd.c, solib.c,
5394 sparc-xdep.c, utils.c, value.h, values.c: Lint.
5395
5396 Sat Mar 28 02:43:26 1992 John Gilmore (gnu at cygnus.com)
5397
5398 * buildsym.c (read_range_type): Avoid int overflow by using unsigned.
5399 * dbxread.c (dbx_symfile_init): Remove bogus `lvalue cast'.
5400 * language.h (enum exp_opcode): Avoid forward enum def.
5401 * main.c (define_command, user_defined_command): Lint.
5402 * mem-break.c, xcoffread.c: Lint.
5403 * solib.c: Only #include <a.out.h> on SunOS, not SVR4.
5404
5405 Sun Mar 29 14:16:22 1992 Per Bothner (bothner@cygnus.com)
5406
5407 * Merged in latest RS6000 diffs from Metin G. Ozisik.
5408 * xcoffsolib.c, xcoffsolib.h: New files, from Metin.
5409 * Various files: Changed #ifdef IBM6000 to IBM6000_HOST
5410 or IBM6000_TARGET as (approximately) appropriate.
5411
5412 Sat Mar 28 13:00:10 1992 Fred Fish (fnf@cygnus.com)
5413
5414 * objfiles.h (OBJF_SYMS): Define flag bit for objfile flags.
5415 * symfile.c (symbol_file_add): Use OBJF_SYMS to decide whether
5416 or not to try reading symbols from a mapped objfile. Plugs memory
5417 leak due to shared libraries generating no psymtabs or symtabs.
5418
5419 Fri Mar 27 15:44:55 1992 John Gilmore (gnu at cygnus.com)
5420
5421 * buildsym.c (MAX_OF_C_TYPE, MIN_OF_C_TYPE): Unused, remove.
5422 * copying.awk: Lint. Make stronger warning at top of copying.c.
5423 * elfread.c (elf_symtab_read): Eliminate check of mainline.
5424 * gdbtypes.c (smash_to_*): Remove FIXME comments.
5425 (lookup_pointer_type): Add FIXME comment.
5426 * main.c (set_history_size_command): Disallow negative size.
5427 * partial-stab.h: Update copyright.
5428 * rs6000-tdep.c (skip_trampoline_code): Better comments.
5429
5430 Wed Mar 25 10:45:38 1992 John Gilmore (gnu at cygnus.com)
5431
5432 * main.c (set_history_size_command): Negative size is error.
5433 (Reported by Peggy Fieland.)
5434
5435 Thu Mar 26 17:01:18 1992 Fred Fish (fnf@cygnus.com)
5436
5437 * coffread.c (coff_symfile_init): Update comment.
5438 * dbxread.c (DBX_SYMFILE_INFO, DBX_TEXT_SECT, DBX_SYMCOUNT,
5439 DBX_STRINGTAB, DBX_STRINGTAB_SIZE, DBX_SYMTAB_OFFSET): Define
5440 macros to access the dbx specific objfile information.
5441 * dbxread.c (symfile_string_table, symfile_string_table_size):
5442 Remove these local variables.
5443 * dbxread.c (read_ofile_symtab, psymtab_to_symtab_1,
5444 read_dbx_symtab): Remove the stringtab and stringtab_size params
5445 from the function prototypes, the function definition, and the
5446 function calls. These are now available via DBX_STRINGTAB and
5447 DBX_STRINGTAB_SIZE using the objfile pointer.
5448 * dbxread.c (dbx_symfile_read): Relocate addr before using as
5449 an arg to read_dbx_symtab.
5450 * dbxread.c (dbx_symfile_read): Remove code that free'd the
5451 stringtab and the dbx specific per-objfile private info.
5452 * dbxread.c (init_psymbol_list): Remove symbol count from passed
5453 args in prototype, function definition, and function calls. It is
5454 now available via the DBX_SYMCOUNT macro using the objfile
5455 pointer.
5456 * dbxread.c (dbx_symfile_read, dbx_symfile_init): Remove the
5457 local instance of struct dbx_symfile_info and replace with DBX_*
5458 macros.
5459 * dbxread.c (dbx_symfile_read): Remove init's of now deleted
5460 symfile_string_table and symfile_string_table_size.
5461 * dbxread.c (dbx_symfile_finish): Remove now obsolete free of
5462 symfile_string_table.
5463 * dbxread.c (init_psymbol_list): Use DBX_SYMCOUNT.
5464 * dbxread.c (dbx_psymtab_to_symtab): Remove local stringtab and
5465 stringtab size variables. Remove all code that used to reread
5466 the stringtab.
5467 * objfiles.c (allocate_objfile): Move calls to init_malloc()
5468 to prior to any calls to mmalloc for the objfile specific heap.
5469 * utils.c (init_malloc): Document the requirement that for each
5470 heap for which corruption checking is desired, that init_mmalloc
5471 must be called prior to any mmalloc calls on the heap.
5472
5473 Thu Mar 26 13:20:06 1992 Per Bothner (bothner@cygnus.com)
5474
5475 * rs6000-pinsn.c: Make dis-assembly output more like
5476 other targets: Don't print instruction in hex before
5477 the assembly; use print_address to print out jump
5478 destinations.
5479
5480 Wed Mar 25 16:52:35 1992 Per Bothner (bothner@cygnus.com)
5481
5482 * c-exp.y, gdbtypes.h: Add builtin_type_signed_char.
5483 * cplus-dem.c: Support "Sc" meaning "signed char".
5484
5485 Wed Mar 25 15:21:44 1992 Stu Grossman (grossman at cygnus.com)
5486
5487 * configure.in: fix iris/iris3.
5488
5489 Wed Mar 25 14:55:48 1992 Per Bothner (bothner@cygnus.com)
5490
5491 * command.c, main.c (various places): Use ctype.h macros
5492 (such as isupper(x)), instead of hard-wiring in ASCII-isms
5493 (such as (x >= 'A' && x <= 'Z')).
5494 (There are still more of these in other files.)
5495 * main.c (defined_command): Lower-case the user's
5496 new command before entering it. Needed because
5497 command lookup is case-insensitive (and also lower-cases).
5498 (Based on Metin's earlier patch.)
5499
5500 Tue Mar 24 23:27:01 1992 K. Richard Pixley (rich@cygnus.com)
5501
5502 * config/irix4.mh: new file.
5503
5504 Tue Mar 24 14:17:48 1992 Stu Grossman (grossman@cygnus.com)
5505
5506 * infcmd.c (step_1): Call disable_longjmp_breakpoint at the right
5507 time.
5508
5509 * xm-mips.h: Declare strdup for ultrix.
5510
5511 * mipsread.c (fixup_sigtramp): Make sure that current_objfile is setup
5512 when calling new_symbol.
5513 * mips-tdep.c (mips_frame_chain): Use symfile_objfile instead of
5514 current_objfile.
5515
5516 Tue Mar 24 13:26:25 1992 Per Bothner (bothner@rtl.cygnus.com)
5517
5518 * config/rs6000.mh: Update (for Fred's new mmalloc)
5519 flags to disable use of GNU malloc/mmalloc.
5520 * munch: Change SYSV rule to allow .text before the label,
5521 as well as after, to work for AIX.
5522 * gdbtypes.h: Minor clarifiction.
5523
5524 Tue Mar 24 07:26:19 1992 Michael Tiemann (tiemann@cygnus.com)
5525
5526 * buildsym.c (read_struct_type): Handle cretinous dbx symbol name
5527 continuation in yet another place (between method declarations).
5528
5529 Mon Mar 23 23:01:41 1992 Stu Grossman (grossman at cygnus.com)
5530
5531 * mips-tdep.c: include symfile.h and objfiles.h to fix
5532 compilation errors.
5533
5534 Mon Mar 23 15:49:14 1992 Per Bothner (bothner@cygnus.com)
5535
5536 * valops.c (value_struct_elt_for_reference): Added 'offset'
5537 parameter to handle multiple inheritance.
5538 * eval.c, value.h: Update accordingly.
5539
5540 Fri Mar 20 17:43:27 1992 Fred Fish (fnf@cygnus.com)
5541
5542 * objfiles.h: New file
5543 * Makefile.in (HFILES): Add objfiles.h
5544 * blockframe.c: Remove entry_scope_lowpc, entry_scope_highpc,
5545 main_scope_lowpc, main_scope_highpc.
5546 * blockframe.c, buildsym.c, coffread.c, dbxread.c, dwarfread.c,
5547 elfread.c, gdbtypes.h, minsyms.c, mipsread.c, objfiles.c, solib.c,
5548 source.c, symfile.c, symmisc.c, symtab.c, target.c, xcoffexec.c,
5549 xcoffread.c, : Include objfiles.h.
5550 * tm-29k.h, tm-i386v.h, tm-merlin.h, tm-rs6000.h, tm-sun386.h,
5551 tm-symmetry.h, tm-tahoe.h, tm-umax.h, tm-vax.h, m88k-tdep.c,
5552 mips-tdep.c (FRAME_CHAIN): Renamed outside_startup_file to
5553 inside_entry_file() and logic changed appropriately.
5554 * blockframe.c (outside_startup_file): Renamed to
5555 inside_entry_file() and logic changed appropriately.
5556 * blockframe.c (inside_main_scope): Renamed to inside_main_func()
5557 and logic changed to use per-objfile specific fields.
5558 * blockframe.c (inside_entry_scope): Renamed to
5559 inside_entry_func() and logic changed to use per-objfile specific
5560 fields.
5561 * blockframe.c, buildsym.h, coffread.c, dwarfread.c, mipsread.c,
5562 symfile.c, mips-tdep.c (startup_file_start, startup_file_end):
5563 Remove extern decls.
5564 * symfile.c, symfile.h (entry_point): Remove extern decl.
5565 * coffread.c (coff_symfile_init): Common entry point init code
5566 moved to symfiles.c, call init_entry_point_info().
5567 * coffread.c (complete_symtab): Use new per-objfile entry info.
5568 * mip-tdep.c (mips_frame_chain): Use new per-objfile entry info.
5569 * mipsread.c (parse_partial_symbols): Use new per-objfile entry
5570 info.
5571 * dbxread.c (read_dbx_symtab): Use new per-objfile entry info.
5572 * defs.h (inside_entry_scope, outside_startup_file,
5573 inside_main_scope): Prototypes changed for renames to
5574 inside_entry_func, inside_entry_file, inside_main_func,
5575 respectively.
5576 * symfile.c (syms_from_objfile): Common entry point init code
5577 moved to init_entry_point_info() and call init_entry_point_info().
5578 * symfile.h (init_entry_point_info): Include prototype.
5579 * xcoffread.c (aixcoff_symfile_init): Common entry point init code
5580 moved to symfiles.c and call init_entry_point_info().
5581 * dwarfread.c (entry_scope_lowpc, entry_scope_highpc,
5582 main_scope_lowpc, main_scope_highpc): Remove extern decls.
5583 * dwarfread.c (read_func_scope, read_file_scope): Use new per-
5584 objfile entry info.
5585 * frame.h (FRAME_CHAIN_VALID): Provide default definition that
5586 works for the majority of targets.
5587 * tm-68k.h, tm-convex.h, tm-h8300.h, tm-i386v.h, tm-irix3.h,
5588 tm-merlin.h, tm-mips.h, tm-pyr.h, tm-rs6000.h, tm-sparc.h,
5589 tm-sun386.h, tm-tahoe.h, tm-umax.h, tm-vax.h (FRAME_CHAIN_VALID):
5590 Use default definition in frame.h.
5591 * frame.h (selected_frame_level): Make decl extern.
5592 * objfiles.c, symfile.c (current_objfile): Moved to objfiles.c
5593 * objfiles.c, symfile.c (symfile_objfile): Moved to objfiles.c
5594 * partial-stab.h: Use new per-objfile entry info.
5595 * symfile.h (struct objfile): Removed, moved to objfiles.h.
5596 * symfile.h, objfiles.h (allocate_objfile, free_objfile,
5597 free_all_objfiles, iterate_over_objfiles, iterate_over_symtabs,
5598 iterate_over_psymtabs, have_partial_symbols, have_full_symbols,
5599 have_minimal_symbols): Prototypes moved to objfiles.h.
5600 * symfile.h, objfiles.h (ALL_OBJFILES, ALL_OBJFILES_SAFE):
5601 Macros moved to objfiles.h.
5602 * tm-h8300.h, tm-i386v4.h (FRAME_CHAIN_VALID_ALTERNATE): Define.
5603
5604 Thu Mar 19 18:49:45 1992 Per Bothner (bothner@cygnus.com)
5605
5606 More C++ improvements (pointers to members, qualified names).
5607 * c-exp.y: Support exp.type::name and exp->type::name
5608 syntaxes. (Unfortunately, doesn't work for static members.)
5609 * c-exp.y, eval.c: Make type::~type work better.
5610 * eval.c (evaluate_subexp: OP_SCOPE): Replace use of
5611 value_static_field by value_struct_elt_for_reference.
5612 * eval.c (evaluate_subexp): Merge code for STRUCTOP_MEMBER
5613 and STRUCTOP_MPTR; cast arg1 to domain-type of arg2.
5614 * eval.c (evaluate_subexp): Remove special case for UNOP_ADDR
5615 for OP_SCOPE operand; no point in it now that we use lazy
5616 reading of values, and use "reference to member" objects.
5617 * gdbtypes.h: Clarify comment.
5618 * valops.c: Change value_struct_elt_for_address to return
5619 a reference (or variable), rather than a pointer. Change
5620 the name to value_struct_elt_for_reference to reflect this.
5621 Returning a reference instead of a address provides a
5622 generalization, since we can use the routine for both
5623 class::name as well as &class::name.
5624 Also, recurse to handle multiple inheritance properly.
5625 * valprint.c: Moved code to print pointer-to-members
5626 to new function point_class_member. This allows a
5627 "reference-to-member" to be printed using the same code.
5628 * valprint.c (type_print_varspec_prefix): Avoid printing
5629 "struct " for domains of class-member types.
5630 * valops.c (search_struct_field): Inline code for simplified
5631 version of value_static_field (which can then be deleted).
5632 * value.h: Rename value_struct_elt_for_address to
5633 value_struct_elt_for_reference. Delete value_static_field.
5634 * values.c: Remove no longer used function value_static_field.
5635
5636 Thu Mar 19 13:54:11 1992 Fred Fish (fnf@cygnus.com)
5637
5638 * coffread.c, mipsread.c, xcoffread.c, coffread.c, dbxread.c,
5639 elfread.c (coff_symfile_finish): Add function, prototype, and
5640 add to the xxxx_sym_fns struct for each file type. Also reformat
5641 the xxxx_sym_fns vector to a standard format and add comments.
5642 * coffread.c, mipsread.c, xcoffread.c, coffread.c, dbxread.c,
5643 elfread.c (xxx_symfile_new_init, xxx_symfile_init, xxx_symfile_read):
5644 Pass pointer to struct objfile rather than pointer to sym_fns.
5645 Change references inside each function accordingly. Allocate any
5646 symbol file specific info in the per-objfile memory region.
5647 * dbxread.c (free_and_init_header_files): Break function into
5648 free_header_files(), called from dbx_symfile_finish(), and
5649 init_header_files(), called from dbx_new_init().
5650 * dbxread.c (dbx_new_init): Move deallocation things to new
5651 dbx_symfile_finish function.
5652 * elfread.c (elf_new_init): Call buildsym_new_init().
5653 * objfiles.c (free_objfile): Call the appropriate symfile_finish()
5654 routine for the objfile before deallocating other stuff.
5655 * sparc-tdep.c (get_longjmp_target): Cast target_read_memory arg.
5656 * symfile.h: Move struct sym_fns to before struct objfile def.
5657 Add sym_finish function pointer and change prototypes of other
5658 function pointers to reflect passing struct objfile pointer rather
5659 than struct sym_fns pointer.
5660 * symfile.c: Remove now obsolete symtab_fns pointer.
5661 * symfile.c (symfile_init): Renamed to find_sym_fns, and now only
5662 locates the correct sym_fns struct for the given objfile.
5663 * symfile.c (syms_from_objfile, symbol_file_add): Restructured
5664 for better support of mapped symbol tables.
5665 * symfile.c (symbol_file_command): Remove obsolete code using
5666 symfile_fns.
5667 * symfile.h: Remove duplicate declarations for symfile_objfile,
5668 entry_point, and object_files.
5669 * target.c (target_info): Compare symfile_objfile to NULL.
5670 * xcoffread.c (aixcoff_new_init): Move deallocation stuff to
5671 aixcoff_symfile_finish().
5672
5673 Wed Mar 18 18:22:46 1992 Fred Fish (fnf@cygnus.com)
5674
5675 * infrun.c (IN_SOLIB_TRAMPOLINE): Add default definition.
5676 * infrun.c (wait_for_inferior): Use IN_SOLIB_TRAMPOLINE.
5677 * tm-sysv4.h (IN_SOLIB_TRAMPOLINE): Add SVR4 definition.
5678
5679 Wed Mar 18 15:51:15 1992 Per Bothner (bothner@cygnus.com)
5680
5681 Some improvements to g++ debugging.
5682 * symtab.c (list_symbols): demangle before pattern matching.
5683 * symtab.c: Other fixes to improve handing of operators.
5684 * valprint.c (type_print_base): Fix test for constructor.
5685 * values.c (value_static_field): Allow evaluation of
5686 CLASS::METHOD, returning a function pointer.
5687
5688 Wed Mar 18 08:39:52 1992 Fred Fish (fnf@cygnus.com)
5689
5690 * Makefile.in (VERSION): Roll 4.4.6.
5691 * exec.c (exec_file_command): Add code to ignore optional args
5692 passed in by file_command() for use in symbol_file_command().
5693 * main.c (main): Document -mapped and -readnow in help summary.
5694 * objfiles.c (open_mapped_file): Cosmetic change, arg renamed.
5695 * objfiles.c (allocate_objfile): Filename arg removed. Changes
5696 to get filename from bfd with bfd_get_filename(). Test mapto
5697 against 0, not NULL. Use mstrsave() to make copy of filename.
5698 * remote-mm.c (mm_load): Symbol_file_add() takes an additional
5699 arg.
5700 * remote-vx.c (vx_load_command, add_symbol_stub):
5701 Symbol_file_add() takes an additional arg.
5702 * solib.c (symbol_add_stub): Symbol_file_add() takes an
5703 additional arg.
5704 * symfile.c (symfile_open): Renamed to symfile_bfd_open and
5705 changed to return a bfd not an objfile pointer.
5706 * symfile.c (syms_from_objfile): Eliminate local copy of bfd.
5707 * symfile.c (symbol_file_add): Takes an additional arg (readnow).
5708 Change to eliminate local bfd and use symfile_bfd_open() plus
5709 allocate_objfile(). Add code to implement readnow option.
5710 * symfile.c (symbol_file_command): Changes to option handling,
5711 readnow functionality moved to symbol_file_add().
5712 * symfile.c (symfile_init): Eliminate local copy of bfd.
5713 * symfile.c (add_symbol_file_command): Changes to parse mapped
5714 and readnow options.
5715 * symfile.h (allocate_objfile): Arg removed from prototype.
5716 * symtab.h (symbol_file_add): Arg added to prototype.
5717 * xcoffexec.c (map_vmap): Allocate_objfile() takes an additional
5718 arg.
5719
5720 Sat Mar 14 16:38:47 1992 Fred Fish (fnf@cygnus.com)
5721
5722 * gmalloc.c, gmalloc.h mcheck.c mmap-alloc.c mmap-sbrk.c mtrace.c,
5723 mtrace.awk, state.c, state.h: Removed.
5724 * .gdbinit: Add ../malloc, ../libiberty, and ../bfd to list of
5725 directories searched for source files.
5726 * Makefile.in (GNU_MALLOC, MALLOC_CFLAGS, MALLOCSRC): Removed
5727 * Makefile.in (MMALLOC_DIR, MMALLOC_DEP, MMALLOC_LIB,
5728 MMALLOC_DISABLE, MMALLOC_CHECK, MMALLOC_CFLAGS): Add
5729 * Makefile.in (CFLAGS): Replace MALLOC_CFLAGS with MMALLOC_CFLAGS.
5730 * Makefile.in (CLIBS, CDEPS): Add MMALLOC_LIB
5731 * Makefile.in (ADD_FILES, ADD_DEPS): Remove GNU_MALLOC.
5732 * Makefile.in (SFILES_MAINDIR): Remove stat.c mmap-alloc.c, mmap-
5733 sbrk.c
5734 * Makefile.in (HFILES): Remove state.h
5735 * Makefile.in (POSSLIBS_MAINDIR): Remove MALLOCSRC.
5736 * Makefile.in (OBS): Remove state.o mmap-alloc.o mmap-sbrk.o
5737 * Makefile.in (saber_gdb): Remove mcheck, mtrace. Add MMALLOC_DIR.
5738 * Makefile.in (clean): Remove all object files.
5739 * c-exp.y: Define malloc to xmalloc and realloc to xrealloc.
5740 * cplus-dem.c: Remove prototypes definitions that are now done in
5741 def.h.
5742 * dbxread.c (throughout): Change from using per-objfile
5743 xmalloc/xrealloc/free functions to xmmalloc/xmrealloc/mfree.
5744 * defs.h: Remove prototypes for mmap_* functions. Add prototypes
5745 for xmmalloc, xmrealloc, mfree, mmcheck, mmtrace, mmalloc_attach,
5746 mmalloc_detach, mmalloc_setkey, msavestring, and mstrsave, nomem.
5747 * depend: Remove dependencies for state.o, state.h.
5748 * dwarfread.c: Add declaration for warning_pre_print.
5749 * dwarfread.c (dwarfwarn): Use warning_pre_print.
5750 * dwarfread.c (throughout): Change from using per-objfile
5751 xmalloc/xrealloc/free functions to xmmalloc/xmrealloc/mfree.
5752 * gdbtypes.c (lookup_fundamental_type): Fix init_type calls to
5753 use supplied objfile.
5754 * i386-xdep.c (print_387_status): Change to use warning() rather
5755 than printfs.
5756 * i387-tdep.c (print_387_control_word): Change to use warning()
5757 rather than printfs.
5758 * infrun.c (wait_for_inferior): Remove unreachable abort() call
5759 that some compilers grumble about.
5760 * language.c (throughout): Add declaration for warning_pre_print
5761 and using warning() instead of printfs.
5762 * m2-exp.y: Define malloc to xmalloc and realloc to xrealloc.
5763 * main.c (main): Add declaration for warning_pre_print and set it
5764 similarly to error_pre_print. Add declarations for
5765 mapped_symbol_files and readnow_symbol_files. Add appropriate
5766 definitions to long_options[].
5767 * minsyms.c: Trivial fix to comment.
5768 * objfiles.c (allocate_objfile): Substantially rewritten for
5769 using mapped symbol files.
5770 * objfiles.c (throughout): Change from using per-objfile
5771 xmalloc/xrealloc/free functions to xmmalloc/xmrealloc/mfree.
5772 * objfiles.c (open_mapped_file, mapped_to_address): Add functions.
5773 * source.c (throughout): Change from using per-objfile
5774 xmalloc/xrealloc/free functions to xmmalloc/xmrealloc/mfree.
5775 * source.c (open_source_file): Use mstrsave to save file name in
5776 mapped symbol region for objfile.
5777 * symfile.c: Remove include for state.h.
5778 include to local form.
5779 * symfile.c (symbol_file_add_digested): Remove.
5780 * symfile.c (symbol_file_add): Substantially rewritten for mapped
5781 symbol files.
5782 * symfile.h: Remove malloc/xrealloc/xmalloc/xrealloc/free members
5783 from objfile structure. Add malloc descriptor pointer (md).
5784 * symfile.h (OBJF_DUMPABLE): Changed name to OBJF_MAPPED.
5785 * symm-xdep.c (print_fpu_status): Use warning() rather than
5786 printfs.
5787 * symmisc.c (free_symtab_block): Now takes and uses current
5788 objfile pointer.
5789 * symmisc.c (throughout): Change from using per-objfile
5790 xmalloc/xrealloc/free functions to xmmalloc/xmrealloc/mfree.
5791 * symtab.c (cplus_mangled_symbol): Cast return value to avoid
5792 Sun compiler grumblings when PTR is char *.
5793 * symtab.c (lookup_symbol): Cast return value of iterate_over_
5794 msymbols() to correct pointer type.
5795 * utils.c (warning_pre_print): Initialize to "\nwarning: ".
5796 * utils.c (fatal, fatal_dump_core): Ensure that the fatal
5797 error always starts on a line of it's own.
5798 * utils.c (init_malloc, malloc_botch, xmalloc, xrealloc):
5799 Rewrite for new mapped malloc package use.
5800 * utils.c (mmalloc, mrealloc, mfree): Stubs for configurations
5801 that don't want to use the mapped malloc package; pass arguments
5802 on to traditional malloc package functions.
5803 * utils.c (nomem): Add for fatal virtual memory exhausted aborts.
5804 * utils.c (xmmalloc, xmrealloc, xmalloc, xrealloc): Like mmalloc,
5805 mrealloc, malloc, and realloc but get fatal error if runs out
5806 of memory.
5807 * utils.c (msavestring, mstrsave): Save a string in a specific
5808 mapped malloc region.
5809 * utils.c (print_spaces): Use xmalloc to get the buffer.
5810 * xm-amix.h, xm-i386v4.h, xm-sun3os4.h, xm-sun4os4.h: Add defines
5811 for MMAP_BASE_ADDRESS and MMAP_INCREMENT.
5812 * config/i386v4.mh: Insignificant reorganization.
5813
5814 Sat Mar 14 11:44:47 1992 Fred Fish (fnf@cygnus.com)
5815
5816 * xcoffread.c: Only enable compilation of debugging functions
5817 if IBM6000 is defined. Fails to compile otherwise.
5818
5819 Fri Mar 13 15:51:11 1992 K. Richard Pixley (rich@cygnus.com)
5820
5821 * Makefile.in: pass MAKEINFO down on info.
5822
5823 Fri Mar 13 12:56:36 1992 John Gilmore (gnu at cygnus.com)
5824
5825 * mipsread.c (mipscoff_symfile_read): Eliminate a lot of
5826 useless code, including an lseek to an uninitialized variable.
5827 Reported by Jim Williams <jimbo@wrs.com>.
5828
5829 Thu Mar 12 11:56:46 1992 Per Bothner (bothner@cygnus.com)
5830
5831 Merged in patches from metin@ibmpa.awdpa.ibm.com (Metin G.
5832 Ozisik) (dated Fri, 6 Mar 92 17:51) for the rs6000.
5833 * minsyms.c, symfile.c: Changes that may be generally
5834 applicable, but are #ifdef IBM6000 for now.
5835 * rs6000-xdep.c: Fixed typo in comment.
5836 * rs6000-tdep.c: Non-substatial changes.
5837 * xoffread.c: The main change here is addition of some
5838 debugging functions.
5839 * xoffexec.c: More changes.
5840
5841 * xcoffread.c: Fixed two too-few-parameters bugs.
5842
5843 * solib.h, infrun.c, tm-rs6000.h: Add a PID parameter
5844 to SOLIB_CREATE_INFERIOR_HOOK macro.
5845
5846 Sun Mar 8 21:17:48 1992 Fred Fish (fnf@cygnus.com)
5847
5848 * symfile.h: Add prototype for iterate_over_msymbols().
5849 * symtab.c (cplus_mangled_symbol): Add function.
5850 * symtab.c (lookup_symbol): Call cplus_mangled_symbol via
5851 iterate_over_msymbols to find demangled C++ symbol.
5852 * xcoffexec.c (relocate_minimal_symbol): Return meaningful
5853 value to iterate_over_msymbols().
5854 * xcoffexec.c (vmap_symtab): Ignore return from iterate_over_
5855 msymbols().
5856
5857 Fri Mar 6 21:59:34 1992 K. Richard Pixley (rich@cygnus.com)
5858
5859 * Makefile.in: added check target.
5860
5861 Thu Mar 5 23:56:01 1992 John Gilmore (gnu at cygnus.com)
5862
5863 * ecoff.c: Move to ../bfd/coff-msym.c.
5864 * config/mt-*mips: Remove ecoff.o from the configuration.
5865 * remote.c (): Add newline to initial +.
5866 (remote_resume): Mention how to cope with signals.
5867 (remote_interrupt): Add debug msg.
5868 (remote-wait): Implement new 'T' reply, which includes
5869 status, PC, and FP all in a single short message.
5870 (putpkt): Add further debugging of packet acks.
5871 * mipsread.c (fixup_symtab): Also swap RFD's.
5872 (parse_partial_symbols): Avoid bug on unknown symbol types.
5873 * Makefile.in (VERSION): Roll to 4.4.5.
5874 * mips-tdep.c (heuristic_proc_start): Avoid long delays
5875 for remote MIPS by limiting heuristic to 200 byte search.
5876 (heuristic_proc_desc): Byte-swapping.
5877 (mips_print_register): Cope with failure of
5878 read_relative_register_raw_bytes. Byte-swap integers for
5879 printing.
5880 * mips-pinsn.c (print_insn): Byte-swap instruction.
5881
5882 Thu Mar 5 12:32:09 1992 Stu Grossman (grossman at cygnus.com)
5883
5884 * config.sub configure.in config/mh-irix4
5885 gdb/configure.in gdb/mips-tdep.c gdb/mipsread.c
5886 gdb/procfs.c gdb/signame.h gdb/tm-irix3.h gdb/tm-mips.h
5887 gdb/xm-irix4.h gdb/config/mt-irix3
5888 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
5889
5890 Wed Mar 4 11:56:42 1992 Fred Fish (fnf@cygnus.com)
5891
5892 * defs.h, utils.c: xrealloc takes PTR as first arg.
5893 * defs.h: Reword confusing comment about ANSI prototypes.
5894 * defs.h: Some minor whitespace changes.
5895 * infrun.c (wait_for_inferior): Compare int tmp to int 0,
5896 not NULL, which can be (void *).
5897 * tm-amix.h, tm-i386v4.h: Add defines for setjmp/longjmp handling.
5898 * tm-i386v.h (SP_ARG0): Define
5899 * xm-sysv4.h: Back out of change for missing prototypes.
5900 * i386-tdep.c (get_longjmp_target): Add function.
5901
5902 Wed Mar 4 05:46:11 1992 K. Richard Pixley (rich@rtl.cygnus.com)
5903
5904 * Makefile.in: install man page too.
5905
5906 Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com)
5907
5908 * All GDB files that #include defs.h: Removed stdio.h.
5909 (defs.h): #include stdio.h.
5910
5911 Mon Mar 2 23:00:12 1992 Steve Chamberlain (sac@thepub.cygnus.com)
5912
5913 * gdbtypes.c (lookup_pointer_type): initialize the TYPE_LENGTH of
5914 a ptype to reflect the setting of TARGET_PTR_BIT. Set the
5915 TYPE_FLAGS of a ptype to TYPE_FLAG_UNSIGNED.
5916 * tm-h8300.h, h8300-tdep.c, remote-hms.c: personal checkpoint
5917 * printcmd.c (print_address): if ADDR_BITS_REMOVE is defined, use
5918 it before printing out the hex shape of an address.
5919
5920 Sun Mar 1 17:41:09 1992 Per Bothner (bothner@cygnus.com)
5921
5922 * rs6000-xdep.c (frame_initial_stack_address): Move
5923 code to set frame->cache_fsr into new separate function
5924 frame_get_cacahe_fsr. This allows fixing a fatal error.
5925 * xcoffexec.c: Turn previously suppressed error
5926 message back on, after cleaning up BFD.
5927
5928 * breakpoint.c (breakpoint_re_set): Removed (at least for now)
5929 printing of blank line, since it cases printing of an
5930 extra blank line. Is this intended? It does mess up
5931 gdb test suite.
5932 * defs.h: Put back declarations of malloc and realloc,
5933 but protected by #ifndef MALLOC_INCOMPATIBLE.
5934 * objfiles.c: Undo previous change: Use malloc/realloc
5935 for objfile malloc/realloc fields (but add a cast).
5936 * xcoffexec.c: Suppress an error message (for now).
5937
5938 Sat Feb 29 14:43:02 1992 Per Bothner (bothner@cygnus.com)
5939
5940 Changes from metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik)
5941 [Mail dated Fri, 21 Feb 92 13:14:54 -0800]
5942 * buildsym.c: Use smash_to_pointer_type() to handle forward type
5943 references.
5944 * xcoffread.c: Modifications to C_DECL storage class handling, and
5945 introduction of an old smash_to_pointer_type() routine.
5946
5947 Changes from metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik)
5948 [Mail dated Thu, 20 Feb 92 13:57:16 -0800]
5949 * rs6000-xdep.c, rs6000-tdep.c, tm-rs6000.h: function_frame_info()
5950 parameters have been modified.
5951
5952 Changes from metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik)
5953 [Mail dated Thu, 20 Feb 92 10:10:05 -0800]
5954 * rs6000-tdep.c: Before Feb 5 92, register_valid[] array was not used,
5955 and fetch_inferior_registers() always fetched all the registers
5956 resulting valid register values at hand all the time. Pushing a dummy
5957 frame did not require validating all register values first. After
5958 putting the above mechanism into action, we didn't have valid registers
5959 values always ready. Thus, all registers need to be fetched before
5960 pushing a dummy frame now.
5961
5962 Changes from metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik)
5963 [Mail dated Thu, 13 Feb 92 16:22:44 -0800]
5964 * rs6000-xdep.c: frame_initial_stack_address() function to calculate
5965 the starting address (actual frame address) of a frame.
5966 * rs6000-tdep.c: modifications to function_frame_info() to see if
5967 function reserves a frame pointer register (alloca register)
5968 * tm-rs6000.h: EXTRA_FRAME_INFO, FRAME_ARGS_ADDRESS and
5969 FRAME_LOCALS_ADDRESS has been updated to support debugging of
5970 functions with alloca() calls.
5971
5972 Sun Mar 1 13:13:39 1992 Fred Fish (fnf@cygnus.com)
5973
5974 * xm-sysv4.h: Provide definitions/prototypes for host environment
5975 functions for which no definitions or prototypes are provided in
5976 any currently included gdb or host environment header files.
5977 For SVR4, this currently includes malloc and realloc, which cannot
5978 be portably prototyped in any gdb include file.
5979
5980 Sat Feb 29 14:43:02 1992 Per Bothner (bothner@cygnus.com)
5981
5982 * buildsym.h: Remove obsolete variable file_stabs.
5983
5984 * Makefile.in: Move place where configure merges in host-
5985 and target-dependent fragments later, so the latter
5986 can override (say) GNU_MALLOC.
5987 * config/mh-rs6000: Use system malloc. Otherwise, I
5988 ended up with *two* incompatible versions of malloc
5989 (functions in libc would call the malloc in libc).
5990 I assume this is a shared library problem.
5991
5992 * remote.c: Fix (presumed) typo.
5993 * objfiles.c: Use xmalloc/xrealloc instead of
5994 malloc/realloc (since the latter are no longer declared).
5995
5996 Changes from metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik)
5997 [Mail dated Thu, 6 Feb 1992 10:22:02 -0800]
5998 * rs6000-xdep.c: Improvements to fetch_inferior_registers() to
5999 handle individual registers.
6000 * tm-rs6000.h: Fix SAVED_PC_AFTER_CALL macro to handle pc value
6001 correctly in case it wasn't cached yet. (A problem showed up
6002 after fetching individual registers.)
6003 * buildsym.c: Disable type_synonym_name's type name overwriting
6004 in cases it is unnecesary. rs6000 portation doesn't use
6005 type_synonym_name, and it used to nullify type names
6006 * xcoffread.c: to handle g++'s typename abbreviation, fill in a
6007 type's name as soon as space for that type is allocated.
6008 * xcoffread.c: ignore a section's lineno information if it is
6009 not `.text'. (In rs6000 bfd portation integration, skipping over
6010 `.pad' sections are ignored since it was in machine independent
6011 part of the code. Thus, a problem of fake sections with invalid
6012 lineno information arised.)
6013
6014 Changes from metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik)
6015 [Mail dated Thu, 6 Feb 1992 13:26:22 -0800]
6016 * rs6000-tdep.c: make function_frame_info() work whether or not
6017 reading from a core file.
6018 * tm-rs6000.h: Implementation of FRAME_FIND_SAVED_REGS macro.
6019
6020 * infrun.c. main.c, printcmd.c. symtab.c:
6021 More changes from IBM for rs6000.
6022
6023
6024 Thu Feb 27 22:57:19 1992 Per Bothner (bothner@cygnus.com)
6025
6026 * rs6k-opcode.h, tm-rs6000.h, xm-rs6000.h, rs6000-tdep.c,
6027 rs6000-xdep.c, xcoffexec.c, xcoffread.c:
6028 Merge in changes (mostly from IBM) for RS6000.
6029 * breakpoint.c, buildsym.c, infptrace.c, stack.c, symtab.c:
6030 More changes from IBM for RS6000. These are in machine-
6031 independent code, and probably could do with some cleaning
6032 up. The most questionable of these are #ifdef IBM6000.
6033 * infrun.c, sparc-tdep.c: Pass a parameter (signal number)
6034 to single_step() (for consistency with rs6000 and i860).
6035 * utils.c: Allow the 1st arg to xrealloc to be NULL
6036 (in which case do malloc). This removes the need for
6037 some tests in xcoff code (and perhaps other places?).
6038 * coffread.c: Removed variables last_source_file,
6039 type_vector, and type_vector_length as these are now
6040 defined by buildsym.[ch].
6041 * defs.h: Remove prototypes for malloc and realloc, since
6042 these should only be used to implement xmalloc and xrealloc,
6043 and they conflict with <stdlib.h> in AIX - where they
6044 return void* even when __STDC__ isn't defined. Sigh.
6045 * munch: Recognize *initialize* in data as well as text
6046 (AIX uses data). Also, incorporate a patch from Garrett
6047 Wollman <wollman@uvm-gen.uvm.edu> to make the sed script
6048 much more sensible, by only trying to match the name of
6049 the initialize_foo function, and not the junk before it.
6050
6051 Thu Feb 27 20:07:43 1992 Stu Grossman (grossman at cygnus.com)
6052
6053 * breakpoint.c (breakpoint_re_set_one): Don't reset breakpoint
6054 unless symbol table indicates that something has changed.
6055
6056 Thu Feb 27 11:48:47 1992 John Gilmore (gnu at cygnus.com)
6057
6058 * remote.c: Make it work for embedded MIPS. Increase buffer
6059 size, and use throughout. Round buffer size up if too many regs.
6060 Support baud rate setting and try for an 8-bit path. If
6061 interrupted while waiting for target, send a ^C down the wire.
6062 Avoid single-byte reads.
6063 * tm-mips.h: Add more embedded-system registers to REGISTER_NAMES
6064 and NUM_REGS.
6065 * mips-xdep.h: Avoid the embedded regs when on Unix.
6066
6067 * mipsread.c: Byte-swap the symbol table structures, using
6068 routines from ecoff.c, to read a symbol table written in any
6069 of the four possible byte orders.
6070 * configure.in (mips-big-* target): Same as Sony News.
6071 * config/mt-bigmips, config/mt-littlemips: Add ecoff.o.
6072 * ecoff.c: New file for symbol swapping routines.
6073
6074 Thu Feb 27 09:26:38 1992 Stu Grossman (grossman at cygnus.com)
6075
6076 * breakpoint.c (all_breakpoints_info, breakpoint_1): Add 'info
6077 all-breakpoints' command.
6078 * (get_number): Allow users to enter negative breakpoint numbers.
6079 * (breakpoint_1): Reformat display of 'info break' to show new
6080 fields.
6081 * (create_longjmp_breakpoint, breakpoint_re_set,
6082 breakpoint_re_set_one, enable/disable_longjmp_breakpoint),
6083 symfile.c (syms_from_objfile): Re-do
6084 insertion of longjmp breakpoints. Move all code into
6085 breakpoint_re_set, and call that instead of
6086 create_longjmp_breakpoint in symfile.c.
6087
6088 Thu Feb 27 06:11:05 1992 John Gilmore (gnu at cygnus.com)
6089
6090 * breakpoint.h (ALL_BREAKPOINTS_SAFE): Add.
6091 * breakpoint.c (breakpoint_re_set): Use ALL_BREAKPOINTS_SAFE.
6092 * symtab.c (find_pc_symtab): Handle having no objfiles.
6093 * infcmd.c: Fix comment.
6094 * objfiles.c (free_all_objfiles): Add.
6095 * symfile.h (ALL_OBJFILES, ALL_OBJFILES_SAFE): Add.
6096 * symfile.c (symbol_file_command): free all objfiles when
6097 specifying a new symbol file.
6098 (reread_symbols): Stat the file name, don't fstat the descriptor.
6099
6100 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
6101
6102 * Makefile.in, configure.in: removed traces of namesubdir,
6103 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
6104 copyrights to '92, changed some from Cygnus to FSF.
6105
6106 Tue Feb 25 19:31:19 1992 Stu Grossman (grossman at cygnus.com)
6107
6108 * dbxread.c (end_psymtab): Delete empty psymtabs.
6109 * symfile.c (allocate_psymtab): Recycle empty psymtabs.
6110 * symfile.h (struct objfile): Add free_psymtabs.
6111
6112 Sat Feb 22 02:00:32 1992 John Gilmore (gnu at cygnus.com)
6113
6114 * Makefile.in (VERSION): Roll to gdb-4.4.4.
6115
6116 * symfile.c (symbol_file_command): strcmp => !strcmp.
6117 * breakpoint.h: Move prototypes to follow enum definition they need.
6118 * breakpoint.c, infrun.c: Lint.
6119 * printcmd.c: Use `enum enable' rather than `enum
6120 display_status'.
6121 * mipsread.c: First pass at making it compile with the new
6122 objfile changes. Probably seriously broken still, but it
6123 compiles. FIXME.
6124
6125 Sat Feb 22 00:56:39 1992 Stu Grossman (grossman at cygnus.com)
6126
6127 * infrun.c, infcmd.c, breakpoint.c, main.c, symfile.c,
6128 breakpoint.h, tm-sun4os4.h, tm-sparc.h, sparc-tdep.c, tm-mips.h,
6129 mips-tdep.h, tm-sun3.h, tm-68k.h, m68k-tdep.h: Add support for
6130 stepping (and nexting) through longjmp(). Also, cleanup
6131 breakpoint handling quite a bit by creating explicit breakpoint
6132 types instead of using magic breakpoint numbers.
6133 Makefile.in: Update version to 4.4.3
6134
6135 Sat Feb 22 00:08:50 1992 John Gilmore (gnu at cygnus.com)
6136
6137 * buildsym.c, dwarfread.c, gdbtypes.c, inflow.c, main.c,
6138 minsyms.c, printcmd.c, remote.c, saber.suppress: Saberlint.
6139 * symmisc.c, xcoffread.c: Move debug functions to symmisc.c.
6140
6141 * xm-sun3os4.h, xm-sun4os4.h: Enable HAVE_MMAP.
6142
6143 * minsyms.c (install_minimal_symbols): Add bunches to any
6144 existing minsyms in the objfile. Avoid extra mallocation
6145 by working directly in the obstack. Remove ignored `mainline' parm.
6146 * coffread.c, dbxread.c, elfread.c, mipsread.c, solib.c, symtab.h,
6147 xcoffread.c: Change all callers.
6148 * FIXME: We should be able to eliminate MAINLINE from all the
6149 symbol readers now, with a small bit of work.
6150
6151 * valops.c, value.h: Lint.
6152 * remote-vx.c: Add missing break; statement. Bugfix by
6153 Michael Sclafani, <sclafani@src.dec.com>.
6154
6155 Fri Feb 21 17:29:54 1992 Fred Fish (fnf at cygnus.com)
6156
6157 * Makefile.in (VERSION): Update version to 4.4.2
6158 * Makefile.in (SFILES_MAINDIR): Add gdbtypes.c, state.c, objfiles.c,
6159 minsyms.c, mmap-alloc.c, mmap-sbrk.c
6160 * Makefile.in (HFILES): Add gdbtypes.h, state.h, solib.h
6161 * Makefile.in (OBS): Add gdbtypes.o, state.o, objfiles.o, minsyms.o,
6162 mmap-alloc.o, mmap-sbrk.o
6163
6164 * altos-xdep.c: Minor whitespace change.
6165 * am29k-tdep.c (examine_prologue): Convert from misc function vector
6166 use to new minimal symbol table use.
6167 * arm-xdep.c (fetch_inferior_registers): Document unused argument.
6168 * arm-xdep.c (store_inferior_registers): Returns void.
6169 * blockframe.c (get_pc_function_start, find_pc_partial_function):
6170 Convert from misc function vector use to new minimal symbol table use.
6171 Remove find_pc_misc_function(). Ifdef out block_innermost_frame().
6172 * breakpoint.c: Add prototypes for local functions.
6173 * breakpoint.c (catch_command_1): Change to static and remove unused
6174 local "pc".
6175 * breakpoint.c (map_breakpoint_numbers): Prototype arg "function".
6176 * breakpoint.h: Change function decls to prototype form.
6177 * buildsym.c: Add prototypes for local functions.
6178 * buildsym.c: Moved hashname() function here from dbxread.c.
6179 * buildsym.c (dbx_lookup_type): Cast args to xrealloc().
6180 * buildsym.c: Remove dbx_create_type(), uses changed to alloc_type().
6181 * buildsym.c (dbx_alloc_type): Change to static.
6182 * buildsym.c (finish_block): Add objfile parameter.
6183 * buildsym.c (misc): Change symbol_obstack to objfile version.
6184 * buildsym.c (make_blockvector): Change to static.
6185 * buildsym.c (start_subfile): Use strdup instead of obsavestring.
6186 * buildsym.c (compare_line_numbers): Change to static, args are const,
6187 cast args when used.
6188 * buildsym.c (start_symtab): Inline new_object_header_files() call.
6189 * buildsym.c (patch_block_stabs): Moved to this file from xcoffread
6190 and made static. Add objfile parameter.
6191 * buildsym.c (end_symtab): Simplify code using line table size.
6192 Realloc the linetable on the objfile symbol_obstack and copy there.
6193 * buildsym.c (scan_file_globals): Convert from misc function vector
6194 use to new minimal symbol use.
6195 * buildsym.c (define_symbol): Add objfile parameter. Make sure
6196 strings get allocated in objfile's symbol_obstack. Convert references
6197 to builtin types to lookup_fundamental_type().
6198 * buildsym.c (read_type): Make static, add objfile parameter, convert
6199 references to buildin types to lookup_fundamental_type().
6200 * buildsym.c (read_struct_type): Add objfile parameter.
6201 * buildsym.c (read_array_type): Make static, add objfile parameter.
6202 * buildsym.c (read_enum_type): Make static, add objfile parameter.
6203 * buildsym.c (read_huge_number): Make static.
6204 * buildsym.c (read_range_type): Make static, add objfile parameter,
6205 convert references to buildin types to lookup_fundamental_type ().
6206 * buildsym.c (read_args): Make static, add objfile parameter.
6207 * buildsym.h: Convert function decl's to prototype form.
6208 * c-exp.y: Add prototypes for local functions, convert uses of misc
6209 function vector to minimal symbol table. Reformat all builtin type
6210 initializations and pass a NULL objfile to init_type() for them.
6211 * coffread.c: Change context_stack ref's to coff_context_stack,
6212 add local function prototypes. Cast uses of xrealloc arg 1.
6213 * coffread.c (coff_alloc_type): Call alloc_type instead of hand-
6214 crafting a new type.
6215 * coffread.c (add_symbol_to_list): Change to coff_add_symbol_to_list.
6216 * coffread.c (finish_block): Change name to coff_finish_block.
6217 * coffread.c (make_blockvector): Add and use objfile parameter.
6218 * coffread.c (record_line): Change name to coff_record_line.
6219 * coffread.c (start_symtab): Change name to coff_start_symtab.
6220 * coffread.c (end_symtab): Change name to coff_end_symtab.
6221 * coffread.c (record_misc_function): Change name to record_minimal_
6222 symbol and change to minimal symbol table use from misc func tbl.
6223 * coffread.c (coff_symfile_read): Convert from misc function vector
6224 use to minimal symbol table use.
6225 * coffread.c (hashname): Remove; use common version in buildsym.c.
6226 * coffread.c (decode_base_type): Change references to builtin types
6227 to calls to lookup_fundamental_type().
6228 * coffread.c (read_struct_type): Change name to coff_read_struct_type.
6229 * coffread.c (read_enum_type): Change name to coff_read_enum_type.
6230 * command.c: Add prototypes for local functions.
6231 * command.c (add_cmd): Prototype the 'fun' parameter and use the
6232 appropriate member of the function union for that type.
6233 * command.c (add_abbrev_cmd): Prototype the 'fun' parameter and
6234 ifdef out the function since it isn't currently used.
6235 * command.c (add_alias_cmd): Pass correct function type to add_cmd.
6236 * command.c (add_prefix_cmd): Prototype the 'fun' parameter.
6237 * command.c (add_abbrev_prefix_cmd): Prototype the 'fun' parameter.
6238 * command.c (help_cmd): Compare function pointer to NULL.
6239 * command.c (help_cmd_list): Compare function pointer to NULL.
6240 * command.c (lookup_cmd_1): Use correct member of function union.
6241 * command.c (undef_cmd_error): Make static.
6242 * command.c (complete_on_cmdlist): Use correct member of func union.
6243 * command.c (do_setshow_command): Use correct member of func union.
6244 * command.c (shell_escape): Convert rindex use to strrchr.
6245 * command.h (COMMAND_H): Define if already included.
6246 * command.h (cmd_list_element struct): Change 'function' to a union
6247 and prototype args. Prototype completer function.
6248 * command.h: Convert decl's to prototype form.
6249 * convex-xdep.c (store_inferior_registers): Returns void.
6250 * copying.c: Prototype local functions.
6251 * coredep.c: Minor whitespace change.
6252 * cplus-dem.c: Remove hack to use BSD equivalents of mem* and str*.
6253 * cplus-dem.c: Prototype local functions.
6254 * dbxread.c (hashname): Remove; moved to buildsym.c.
6255 * dbxread.c (free_and_init_header_files): Make static.
6256 * dbxread.c: Add prototypes for local functions.
6257 * dbxread.c (new_object_header_files): Remove; inlined usages.
6258 * dbxread.c (xrealloc usages): Cast args.
6259 * dbxread.c (record_misc_function): Change to record_minimal_symbol
6260 and change usages accordingly.
6261 * dbxread.c (static_psymbols usages): Change to use per-objfile copy.
6262 * dbxread.c (xmalloc usages): Use per-objfile copy when appropriate.
6263 * dbxread.c (dbx_next_symbol_text): Make static.
6264 * dbxread.c (init_psymbol_list): Convert to use per-objfile data.
6265 * dbxread.c (init_bincl_list): Add and use objfile parameter.
6266 * dbxread.c (free_bincl_list): Add and use objfile parameter.
6267 * dbxread.c (compare_psymbols): Remove; use common symfile.c version.
6268 * dbxread.c (end_psymtab): Convert to use per-objfile data.
6269 * dwarfread.c (DEFUN/EXFUN): Remove all usages. Use PARAMS for
6270 prototypes.
6271 * dwarfread.c (record_misc_function): Change name to record_minimal_
6272 symbol and use minimal symbol table throughout.
6273 * dwarfread.c (compare_psymbols): Remove; use common symtab.c version.
6274 * dwarfread.c: Convert all references to builtin types to use the new
6275 lookup_fundamental_type function.
6276 * dwarfread.c (read_enumeration): Add and use objfile parameter.
6277 * elfread.c (DEFUN/EXFUN): Remove all usages. Use PARAMS for proto-
6278 types.
6279 * elfread.c (record_misc_function): Convert to use record_minimal_
6280 symbol.
6281 * elfread.c (elf_symtab_read): Add objfile parameter.
6282 * eval.c: Add prototypes for local functions and move some decls
6283 around to accomodate prototypes.
6284 * expprint.c: Add prototypes for local functions. Change references
6285 to misc function vector to minimal symbol table.
6286 * findvar.c (read_memory usages): Cast args.
6287 * gdbtypes.h: New file, type info from symfile.h and symtab.h.
6288 * gmalloc.c: Use NOARGS where prototypes used hardwired void.
6289 * gmalloc.c (BLOCKSIZE): Constant to be shifted is unsigned.
6290 * gmalloc.h: Use NOARGS where prototypes used hardwired void.
6291 * gould-xdep.c: Minor whitespace change.
6292 * hp300ux-xdep.c (fetch_inferior_registers): Remove unused regno var.
6293 * hp300ux-xdep.c (store_inferior_registers): Returns void.
6294 * hp300ux-xdep.c (fetch_core_registers): Takes unused arg reg_addr.
6295 * i386-stub.c: Add prototypes, change "volatile" to NORETURN.
6296 * i386-tdep.c: Add prototypes for local functions.
6297 * i386-tdep.c (codestream_fill, codestream_seek, codestream_read,
6298 i386_get_frame_setup, i386_skip_prologue): Explicitly declare params
6299 that defaulted to int.
6300 * i386-tdep.c (i386_follow_jump, i386_frame_find_saved_regs,
6301 i386_push_dummy_frame): Returns void.
6302 * i386-xdep.c (i386_register_u_addr): Declare params that default to
6303 int and explicitly declare return type as int.
6304 * i387-tdep.c: Minor formatting changes.
6305 * i960-tdep.c (leafproc_return): Convert from misc function vector
6306 use to minimal symbol table use.
6307 * infcmd.c: Add prototypes for local functions.
6308 * infcmd.c (continue_command, until_next_command, until_command,
6309 path_info, path_command): Make static.
6310 * infcmd.c (step_1, until_next_command): Convert from misc func
6311 vector to minimal symbol table use.
6312 * inflow.c: Add prototypes for local functions.
6313 * infptrace.c (store_inferior_registers): Returns void, not int.
6314 * language.c (_initialize_language): Use proper member of function
6315 union.
6316 * m2-exp.y: Add prototypes for local functions, convert misc function
6317 vector uses to minimal symbol table uses.
6318 * m2-exp.y (make_qualname, yyerror): Make static.
6319 * m2-exp.y (_initialize_m2_exp): Call init_types with NULL objfile.
6320 * m68k-pinsn.c: Add prototypes for local functions.
6321 * m68k-pinsn.c (print_insn): Cast args to read_memory.
6322 * m68k-pinsn.c (fetch_arg): Make parameter 'code' and int.
6323 * m68k-stub.c: Add prototypes.
6324 * m88k-pinsn.c (sprint_address): Convert from misc function vector
6325 use to minimal symbol table use.
6326 * m88k-xdep.c (fetch_inferior_registers): Takes an unused parameter.
6327 * m88k-xdep.c (store_inferior_registers): Returns void.
6328 * mach386-xdep.c (fetch_inferior_registers): Takes an unused param.
6329 * mach386-xdep.c (store_inferior_registers): Returns void.
6330 * mach386-xdep.c (fetch_core_registers): Takes an unused parameter.
6331 * main.c: Add prototypes for local functions.
6332 * main.c (return_to_top_level): Is type NORETURN (volatile). Cast
6333 longjmp() result to (NORETURN void).
6334 * main.c (catch_errors): Prototype the 'func' parameter.
6335 * main.c (disconnect, stop_sig, do_nothin, float_handler):
6336 Takes an unused arg.
6337 * main.c (execute_command): Call the right member of the func union.
6338 * main.c (command_loop_marker, symbol_completion_function,
6339 command_loop): Make static.
6340 * main.c (command_line_input): Make linelength unsigned, cast arg
6341 to command_line_input().
6342 * main.c (add_info, add_com): Prototype the 'fun' parameter.
6343 * main.c (initialize_main): Call right member of function union.
6344 * mcheck.c (NOARGS): Change hardwired void in prototypes to NOARGS.
6345 * mem-break.c: Include symtab.h
6346 * mips-xdep.c (fetch_inferior_registers): Takes unused param.
6347 * mips-xdep.c (store_inferior_registers): Returns void.
6348 * mipsread.c (mipscoff_symfile_read): Change from misc function vector
6349 use to minimal symbol table use.
6350 * mipsread.c (symbol_obstack usages): Convert all to use per-objfile
6351 version.
6352 * mipsread.c (make_type): Remove, convert usages to init_type.
6353 * mipsread.c (_initialize_mipsread): Call init_type with NULL objfile.
6354 * nindy-tdep.c (nindy_frame_chain_valid): Convert from misc function
6355 vector use to minimal symbol table use.
6356 * parse.c: Add prototypes for local functions.
6357 * parse.c (xrealloc usages): Cast args.
6358 * parse.c (prefixify_expression, length_of_subexp): Make static.
6359 * parser-defs.h (PARSER_DEFS_H): Define when first included.
6360 * parser-defs.h: Convert function decls to prototype form.
6361 * partial-stab.h: Convert from misc function vector use to new minimal
6362 symbol table use.
6363 * partial-stab.h (global_psymbols, static_psymbols usages): Reference
6364 the per-objfile copies.
6365 * printcmd.c: Add prototypes for local functions. Move some struct
6366 definitions around to accomodate prototypes.
6367 * printcmd.c (decode_format): Make static, change args oformat and
6368 osize to int from char.
6369 * printcmd.c (print_formatted): Change 'format' and 'size' to int.
6370 * printcmd.c (print_scalar_formatted): Change arg 'format' to int.
6371 * printcmd.c (print_address_symbolic): Convert from misc function
6372 vector use to minimal symbol table use.
6373 * printcmd.c (address_info): Convert from misc function vector use
6374 to minimal symbol table use.
6375 * printcmd.c (delete_display, enable_display, disable_display_command):
6376 Make static.
6377 * procfs.c (EXFUN/DEFUN): Remove all usages, convert to PARAMS.
6378 * procfs.c (fetch_core_registers): Add unused param reg_addr.
6379 * pyr-xdep.c (fetch_inferior_registers): Add unused param regno.
6380 * pyr-xdep.c (store_inferior_registers): Returns void.
6381 * remote-mm.c (mm_load): symbol_file_add return value unused.
6382 * remote-nindy.c: Minor format change.
6383 * remote-vx.c (vx_load_command): symbol_file_add result unused.
6384 * rs6000-xdep.c (fetch_inferior_registers): Add unused param regno.
6385 * rs6000-xdep.c (store_inferior_registers): Returns void.
6386 * rs6000-xdep.c (fetch_core_registers): add unused param reg_addr
6387 * rs6000-xdep.c (aixcoff_relocate_symtab): Convert from misc function
6388 vector use to minimal symbol table use.
6389 * solib.c: Add prototypes for local functions.
6390 * solib.c (solib_add_common_symbols, locate_base): Convert from misc
6391 function vector use to minimal symbol table use.
6392 * solib.c (EXFUN/DEFUN): Remove all usages, convert to PARAMS.
6393 * solib.c (find_solib, shared_library_command): Make static
6394 * solib.c (read_memory, write_memory usages): Cast args.
6395 * solib.c (special_symbol_handling): Add function
6396 * source.c: Add prototypes for local functions.
6397 * source.c (select_source_symtab): Convert to scan objfiles.
6398 * source.c (open_source_file): Make static.
6399 * source.c (xrealloc usages): Cast args.
6400 * source.c (source_line_charpos): ifdef out, unused.
6401 * source.c (get_filename_and_charpos): Make static.
6402 * stack.c: Add prototypes for local functions.
6403 * stack.c (print_frame_info, frame_info): Convert from misc function
6404 vector use to minimal symbol table use.
6405 * symfile.c: Add prototypes for local functions.
6406 * symfile.c (compare_symbols): Make args const PTR's.
6407 * symfile.c (compare_psymbols, sort_pst_symbols) add.
6408 * symfile.c (sort_all_symtab_syms): Scan objfile list.
6409 * symfile.c (obsavestring): Add objfile parameter.
6410 * symfile.c (init_misc_bunches, prim_record_misc_function,
6411 compare_misc_functions, discard_misc_bunches, condense_misc_bunches,
6412 sort_misc_function_vector, compact_misc_function_vector): Remove
6413 * symfile.c (symbol_file_add_digested): Add function.
6414 * symfile.c (symbol_file_add): Returns struct objfile *.
6415 * symfile.c (symbol_file_command): Modify for state file use.
6416 * symfile.c (symfile_open): Add parameter "dumpable".
6417 * symfile.c (allocate_objfile, free_objfile): Moved to objfiles.c
6418 * symfile.c (load_command, add_symbol_file_command): Make static.
6419 * symfile.c (fill_in_vptr_fieldno): Moved to gdbtypes.c
6420 * symfile.c (rindex usages): Converted to strrchr.
6421 * symfile.c (allocate_psymtab): New
6422 * symfile.c (free_named_symtabs): Ifdef out code that needs to be
6423 converted to minimal symbol table usage, but no obvious conversion.
6424 * symfile.c (free_all_symtabs): Remove.
6425 * symfile.c (_initialize_symfile): Use per-objfile info.
6426 * symfile.h: Rework the objfile structure to add per-objfile data
6427 objects (psymbol_obstack, symbol_obstack, type_obstack,
6428 global_psymbols, static_psymbols, msymbols, minimal_symbol_count,
6429 fundamental_types, malloc, realloc, free, xmalloc, xrealloc, etc).
6430 Add prototypes to function declarations.
6431 * symm-tdep.c (symmetry_extract_return_value): Convert from misc
6432 function vector usage to minimal symbol table usage.
6433 * symmisc.c (DEV_TTY): Define if not defined.
6434 * symmisc.c: Add local function prototypes.
6435 * symmisc.c (dump_objfile, dump_msymbols, dump-symtab, print_syms,
6436 printpsyms_command, print_objfiles, print_objfiles_command):
6437 Rework to use iterate_over_*
6438 * symtab.c: Add prototypes for local functions.
6439 * symtab.c (lookup_symtab_1): Convert to look through objfiles.
6440 * symtab.c (lookup_partial_symtab): Scan through objfiles.
6441 * symtab.c (lookup_primitive_typename, lookup_typename, lookup_
6442 unsigned_typename, lookup_struct, lookup_union, lookup_enum,
6443 lookup_template_type, lookup_struct_elt_type, lookup_pointer_type,
6444 lookup_reference_type, lookup_member_type, allocate_stub_method,
6445 check_stub_method, create_array_type, smash_to_member_type,):
6446 Moved to gdbtypes.c
6447 * symtab.c (lookup_symbol): Some args are const.
6448 * symtab.h: All type related defs and structs moved to gdbtypes.h
6449 * symtab.h: Convert decls to prototypes.
6450 * target.c (noprocess): Make static.
6451 * target.h: Change decl's to prototypes.
6452 * tm-sunos.h: (CLEAR_SOLIB, SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK,
6453 DISABLE_UNSETTABLE_BREAK) Moved to solib.h.
6454 * utils.c (_initialize_utils): Use correct member of function union.
6455 * valarith.c: include gdbtypes.h
6456 * valops.c: include gdbtypes.h, add prototypes for local functions.
6457 * valops.c (value_push, value_arg_push, find_function_addr):
6458 Make static.
6459 * valops.c (value_string): Convert from misc function vector use
6460 to minimal symbol table use.
6461 * valops.c (check_field_in): Make arg const.
6462 * valprint.c: Add prototypes for local functions.
6463 * valprint.c (print_string): Make static
6464 * valprint.c (value_print, val_print_fields, val_print): Make arg int.
6465 * values.c: Add prototypes for local functions.
6466 * values.c (value_headof): Convert from misc function vector to
6467 minimal symbol table.
6468 * xcoffexec.c: Add prototypes for local functions.
6469 * xcoffexec.c (exec_close, file_command, add_to_section_table):
6470 Make static.
6471 * xcoffexec.c (relocate_minimal_symbol): Add.
6472 * xcoffread.c (patch_block_stabs): Moved to buildsyms.c.
6473 * xcoffread.c: Add prototypes for local functions.
6474 * xcoffread.c (sort_syms): Convert to scan objfiles.
6475 * xcoffread.c (read_xcoff_symtab): Make static.
6476 * xcoffread.c (various): Replace references to builtin types with
6477 calls to lookup_fundamental_type. Replace references to symbol_obstack
6478 and psymbol_obstack with pointers to the per-objfile copies.
6479 * xcoffread.c (dump_linetable, dump_type, dump_symbol, dump_namespace,
6480 dump_block, dump_blockvector, dump_last_symtab, dump_symtabs):
6481 Make static.
6482 * xcoffread.c (init_stringtab): Add objfile parameter.
6483 * gdbtypes.c: New file
6484 * minsyms.c: New file
6485 * mmap-alloc.c: New file
6486 * mmap-sbrk.c: New file
6487 * objfiles.c: New file
6488 * state.c: New file
6489 * state.h: New file
6490
6491 Fri Feb 21 17:29:54 1992 John Gilmore (gnu at cygnus.com)
6492
6493 * Check in Fred Fish's changes in these modules. Fred
6494 will make ChangeLog entries for all of them. Update VERSION
6495 to 4.4.2.
6496
6497 Thu Feb 20 18:10:17 1992 Fred Fish (fnf at cygnus.com)
6498
6499 * tm-sparc.h, tm-sysv4.h, solib.h: Move shared lib definitions
6500 into solib.h.
6501 * sparc-pinsn.c, sparc-tdep.c, standalonec, sun3-xdep.c,
6502 sun386-xdep.c, symm-xdep.c, target.c, ultra3-xdep.c, utils.c,
6503 value.h: Prototypes for static functions; lint.
6504 * gdbtypes.h: Empty file to ease transition.
6505
6506 Thu Feb 20 16:43:13 1992 Fred Fish (fnf at cygnus.com)
6507
6508 * environ.h, expression.h, frame.h, gdbcmd.h, gdbcore.h,
6509 inferior.h, language.h, signame.h, target.h, terminal.h,
6510 tm-68k.h, tm-i386v.h, tm-sparc.h, tm-sun386.h, tm-symmetry.h,
6511 xm-i386v.h, xm-sparc.h: Prototypes for all external functions.
6512 Lint.
6513 * core.c, exec.c, infrun.c, inftarg.c, language.c, remote.c,
6514 signame.c, sparc-xdep.c: Prototypes for all static functions.
6515 Lint.
6516 * core.c, eval.c, exec.c, inftarg.c, remote-adapt.c, remote-eb.c,
6517 remote-hms.c, remote-mm.c, remote-nindy.c, remote-vx.c, remote.c,
6518 target.c, target.h, valarith.c, valops.c, value.h, xcoffexec.c:
6519 Remove to_call_function and target_call_function, since it
6520 always calls the same thing (call_function_by_hand).
6521 * core.c, exec.c, solib.c: Rename target_ops sections =>
6522 to_sections, etc.
6523 * infcmd.c, inflow.c, infptrace.c, infrun.c, main.c, target.c,
6524 target.h: target_kill takes no args.
6525 * language.c (language_info): Scaffolding to allow briefer
6526 messages when the current language changes. FIXME.
6527 * xm-amix.h, xm-i386v4.h, xm-stratus.h: Define NORETURN to avoid
6528 complaints about volatile functions.
6529 * xm-sysv4.h (HAVE_MMAP): Define.
6530
6531 Thu Feb 20 09:04:18 1992 Fred Fish (fnf at cygnus.com)
6532
6533 * defs.h: Include ansidecl.h and PARAMS macro. Use PARAMS
6534 to make prototypes for all functions declared here.
6535 * cplus-dem.c: Avoid declaring xmalloc and xrealloc.
6536 * c-exp.y: Rename SIGNED, OR, and AND to avoid conflict.
6537 * environ.c: Include <stdio.h> before defs.h. Minor cleanup.
6538 * ieee-float.h: Use PARAMS for prototypes; make some params const.
6539 * ieee-float.c, valarith.c: Include <stdio.h>. Lint. b*=>mem*.
6540 * m2-exp.y: Remove unused CONST; Rename OR and AND.
6541 * utils.c: Avoid declaring malloc and realloc. Lint.
6542 (request_quit): Accept signal-number parameter.
6543
6544 Mon Feb 17 07:13:27 1992 Fred Fish (fnf at cygnus.com)
6545
6546 * dwarfread.c (process_dies): Add case to handle TAG_pointer_type
6547 DIE's. Add new function read_tag_pointer_type() to read them.
6548
6549 * dwarfread.c (dwarf_read_array_type, read_subroutine_type):
6550 When creating a new user defined type, check to see if a partial
6551 type already exists, and if so, bash it to fit.
6552
6553 Fri Feb 14 19:00:17 1992 John Gilmore (gnu at cygnus.com)
6554
6555 * coffread.c (decode_base_type): Pass long, not union.
6556 Fix by Eric Valette, ev@chorus.fr.
6557
6558 Thu Feb 13 17:14:28 1992 Fred Fish (fnf at cygnus.com)
6559
6560 * elfread.c (elf_symtab_read): Fix code to correctly track
6561 changes in bfd for absolute symbols.
6562
6563 Thu Feb 13 12:43:29 1992 Stu Grossman (grossman at cygnus.com)
6564
6565 * xm-vaxbsd.h: Close off comment.
6566
6567 Thu Feb 13 07:45:19 1992 Fred Fish (fnf at cygnus.com)
6568
6569 * xm-sysv4.h: Define NEED_POSIX_SETPGID.
6570
6571 Fri Feb 7 11:51:12 1992 Per Bothner (bothner at cygnus.com)
6572
6573 * mips-tdep.c (mips_print_registers): Print correct register
6574 number for double pseudo-registers.
6575
6576 Fri Feb 7 07:56:05 1992 John Gilmore (gnu at cygnus.com)
6577
6578 * buildsym.c (read_struct_type): Avoid double-bump of parse ptr
6579 in the op$::OPERATOR. case. From Steven McCanne,
6580 <mccanne@horse.ee.lbl.gov>.
6581
6582 * exec.c (set_section_name): Pass arg to exec_files_info;
6583 only call it if interactive. From Francis Kauth <fk@tv.tv.tek.com>.
6584
6585 Thu Feb 6 17:41:32 1992 John Gilmore (gnu at cygnus.com)
6586
6587 * main.c (print_gdb_version): Copyright msg: only this year.
6588 (cd_command): Avoid changing current_directory on error.
6589
6590 Thu Feb 6 15:14:01 1992 Per Bothner (bothner at cygnus.com)
6591
6592 * mipsread.c (parse_partial_symbols): Handle dependencies
6593 between partial symbol tables (when not doing stabs-in-ecoff).
6594 (This used to be handled by parse_fdr, but parse_fdr was
6595 incompatible with handling stabs-in-ecoff, so the code
6596 was re-written to not use parse_fdr. Unfortunately,
6597 the logic to handle dependencies was overlooked.)
6598
6599 Thu Feb 6 11:51:39 1992 Steve Chamberlain (sac at rtl.cygnus.com)
6600
6601 * coffread.c (read_enum_type): Use the size of a target int when
6602 describing enum.
6603 * defs.h: added new #define for TARGET_PTR_BIT, defaults to size
6604 of target int.
6605 * h8300-tdep.c, remote-hms.c, tm-h8300.h: too many changes to count
6606 * symtab.c (lookup_reference_type, lookup_ptr_type): use
6607 TARGET_PTR_BIT to determine size of a pointer
6608 * values.c (unpack_long): when unpacking a REF or a PTR don't
6609 assume the size of the type.
6610
6611 Wed Feb 5 22:29:59 1992 John Gilmore (gnu at cygnus.com)
6612
6613 * mipsread.c (parse_symbol): Avoid clobbering enum pointer when
6614 looking at its members. Improve guess between struct and union,
6615 only assuming union if multiple members have offsets of zero.
6616
6617 Tue Feb 4 18:05:44 1992 Per Bothner (bothner at cygnus.com)
6618
6619 * mipsread.c: Use (FP0_REGNUM-32) instead of magic number 6.
6620 (This is just for clarity - and one day permitting us to
6621 change FP0_REGNUM from 38 to 32, which would make more sense.)
6622 * tm-mips.h: Added STAB_REG_TO_REGNUM macro, so that
6623 register numbers in stabs-in-ecoff get handled correctly.
6624
6625 Sat Feb 1 04:45:10 1992 Stu Grossman (grossman at cygnus.com)
6626
6627 * xm-vax.h, xm-vaxult.h, xm-vaxbsd.h, config/mh-vaxult,
6628 config/mh-vaxbsd, configure.in: Split up config stuff for Vaxen
6629 into BSD and Ultrix.
6630
6631 Sat Feb 1 04:39:41 1992 John Gilmore (gnu at cygnus.com)
6632
6633 * dbxread.c (dbx_symfile_init): Call malloc, not xmalloc.
6634
6635 Sat Feb 1 04:15:41 1992 Stu Grossman (grossman at cygnus.com)
6636
6637 * Makefile.in: Increment version to 4.4.1.
6638 * main.c (print_gdb_version): Update copyright notice.
6639
6640 Sat Feb 1 01:43:11 1992 Per Bothner (bothner at cygnus.com)
6641
6642 * mipsread.c: Prepend "struct " to the names of structure
6643 types, and similarly for enums and unions. (This used
6644 to be done, but got lost in the re-write to "guess" the
6645 difference between enum/struct/union.)
6646 Also, guess that a tag is an enum if the first member
6647 has type btNil.
6648
6649 Fri Jan 31 21:45:51 1992 Stu Grossman (grossman at cygnus.com)
6650
6651 * xm-vax.h: #ifndef ultrix around #include of endian.h and
6652 limits.h (sigh).
6653
6654 Fri Jan 31 00:05:01 1992 John Gilmore (gnu at cygnus.com)
6655
6656 * Projects: Patching executables is done.
6657 * Makefile.in (VERSION): Roll to gdb-4.4.
6658 * README, WHATS.NEW: Update for gdb-4.4.
6659
6660 * symfile.c (reread_symbols): Whenever we reread one object
6661 file's symbols, we must restart the scan, because the object_files
6662 chain has been permuted.
6663
6664 * exec.c (exec_files_info): Split out into print_section_info.
6665 Print BFD filename of each section if it's not the default one.
6666 * core.c (core_files_info): Call print_section_info.
6667
6668 * xm-vax.h: Include a few system header files whose definitions
6669 must precede defs.h.
6670 * language.c, language.h: Make some things const.
6671 * expression.h, main.c: const spreads like ooze.
6672
6673 * mem-break.c (break_insn, break_insn_size): Use unsigned chars,
6674 since BREAKPOINT values can be >0x80.
6675
6676 Thu Jan 30 17:21:14 1992 Stu Grossman (grossman at cygnus.com)
6677
6678 * infrun.c, xm-i386sco.h: SCO needs to use setpgid().
6679
6680 Thu Jan 30 01:04:23 1992 John Gilmore (gnu at cygnus.com)
6681
6682 * sparc-pinsn.c: Remove kludge for preferring architectures.
6683 Remove #ifdef's for SORT_NEEDED. We need to sort the table, now
6684 and forever. Add `add' instruction to the set that get checked
6685 for a preceding `sethi' in order to print an absolute address.
6686 Corresponding changes in ../include/opcode/sparc.h needed
6687 to eliminate garbage instructions.
6688
6689 Wed Jan 29 19:24:34 1992 Per Bothner (bothner at cygnus.com)
6690
6691 * mipsread.c (parse_partial_symbols): Make sure partial
6692 symbols are created for external symbols (as used to be
6693 the case). This is a bit of a pain with the mips-coff.
6694 It uses a table which points to all of the external
6695 symbols belonging to a particular FDR or psymtab.
6696 Once we've generated this table, we might as well save
6697 it, and then use it in psymtab_to_symtab_1 to find
6698 the symbols to pass to parse_external().
6699 * symfile.c, symfile.c: New function start_psymtab_common
6700 to share the common parts of allocating a new psymtab
6701 for dbxread, mipsread (and later dwarfread). Its code
6702 was pulled out from start_psymtab in dbxread.c.
6703 * dbxread.c (start_psymtab): Use start_psymtab_common().
6704
6705 * valprint.c (val_print): If there is an error when trying
6706 to print a string, check to see if there really is a problem
6707 by reading just one character. If that works, assume
6708 things are ok.
6709
6710 Wed Jan 29 18:58:43 1992 Stu Grossman (grossman at cygnus.com)
6711
6712 * sparc-pinsn.c (compare_opcodes): Make it prefer v6, v7,
6713 cypress, v8 mnemonics in that order.
6714
6715 Tue Jan 28 17:32:13 1992 Per Bothner (bothner at cygnus.com)
6716
6717 * sparc-pinsn.c: Put the qsort() back in.
6718
6719 Mon Jan 27 18:51:03 1992 John Gilmore (gnu at cygnus.com)
6720
6721 * findvar.c (read_register, write_register): Handle machines
6722 where REGISTER_TYPE is not the same size as "int".
6723
6724 Handle debug symbols in dynamically loaded (relocated) code:
6725
6726 * dbxread.c (read_ofile_symtab): Fix up N_CATCH better. Pass
6727 offset to process_one_symbol.
6728 (process_one_symbol): Take new offset parameter. Add it into
6729 appropriate symbol types to relocate symbols to loaded addresses.
6730 Handle all possible symbol types, and complain() about types that
6731 we don't expect to see.
6732 * mipsread.c (psymtab_to_symtab_1): Pass offset of zero to
6733 process_one_symbol (FIXME, should pass real offset).
6734
6735 Misc bugfixes:
6736
6737 * breakpoint.c (resolve_sal_pc): Split out code to resolve a
6738 sal's PC value.
6739 (set_breakpoint, break_command_1, until_break_command,
6740 catch_command_1, breakpoint_re_set_one): Use it.
6741 * symtab.h (resolve_sal_pc): Declare.
6742 * infcmd.c (jump_command): Use resolve_sal_pc.
6743
6744 * source.c (list_command): Shorten "FILE, line N" to "FILE:N".
6745
6746 * putenv.c (putenv): Avoid unportably casting pointers to unsigneds.
6747
6748 * c-exp.y (yylex): `this' and `template' are only tokens in C++.
6749
6750 * xm-convex.h, xm-hp300bsd.h, xm-isi.h, xm-merlin.h, xm-news.h,
6751 xm-np1.h, xm-pn.h, xm-pyr.h, xm-rtbsd.h, xm-symmetry.h, xm-umax.h:
6752 Remove MISSING_VPRINTF declaration, and superfluous "kgdb" defines.
6753
6754 Mon Jan 27 15:46:21 1992 Stu Grossman (grossman at cygnus.com)
6755
6756 * dbxread.c (process_one_symbol): Make a first cut at handling
6757 symbol tables generated by Sun's acc. (#ifdef'd out, FIXME.)
6758
6759 * symtab.c (find_pc_line): Fix stepping into and out of #included
6760 files.
6761
6762 Mon Jan 27 13:00:55 1992 Stu Grossman (grossman at cygnus.com)
6763
6764 * Makefile.in (OPCODES): Remove OPCODES defs and refs. There is
6765 no longer any need to copy ../include/opcode/* into gdb.
6766
6767 Mon Jan 27 12:30:38 1992 John Gilmore (gnu at cygnus.com)
6768
6769 * ChangeLog, ChangeLog-9091: Split ChangeLog at 1992.
6770
6771 Sun Jan 26 19:05:40 1992 Per Bothner (bothner at cygnus.com)
6772
6773 * valprint.c (type_print_base, type_print_method_args):
6774 Print C++ constructor methods without bogus "return type."
6775
6776 Sat Jan 25 15:57:59 1992 Fred Fish (fnf at cygnus.com)
6777
6778 * infptrace.c (child_xfer_memory): Parameter "target" should
6779 be a pointer to a structure, not the entire structure.
6780
6781 Fri Jan 24 01:30:27 1992 Fred Fish (fnf at cygnus.com)
6782
6783 * depend: Convert the couple of references to ansidecl.h that
6784 used the local gdb version to use the ../include version.
6785
6786 Thu Jan 23 22:24:43 1992 Fred Fish (fnf at cygnus.com)
6787
6788 * procfs.c
6789 (child_xfer_memory): Takes pointer to a struct, not entire struct.
6790 (inferior_proc_init): Fix non-ANSI version of args.
6791 (attach): Call print_sys_errmsg with correct number of args.
6792 (mappingflags): Make static, does not need to be global.
6793
6794 * i386-tdep.c (i386_frame_num_args): Takes a pointer to a struct
6795 not the entire struct itself.
6796
6797 * valops.c (value_assign): Cast some args to modify_field() and
6798 {read,write}_register_bytes() correctly.
6799
6800 * ansidecl.h: Removed, is duplicate of ../include/ansidecl.h
6801
6802 * Makefile.in (MALLOCSRC): Removed reference to removed local
6803 copy of ansidecl.h.
6804
6805 * dwarfread.c (list_in_scope): Needs an initial value, use file
6806 scope.
6807
6808 Mon Jan 20 19:06:28 1992 Stu Grossman (grossman at cygnus.com)
6809
6810 * main.c (main): Make option_index local to keep new getopt happy.
6811 main.c, solib.c, Makefile.in: Update copyright notices.
6812
6813 Mon Jan 20 08:54:00 1992 Michael Tiemann (tiemann at cygnus.com)
6814
6815 * cplus-dem.c (cplus_demangle): Correctly demangle destructors.
6816
6817 Sat Jan 18 17:17:45 1992 Stu Grossman (grossman at cygnus.com)
6818
6819 * Makefile.in (HFILES): Add partial-stab.h.
6820
6821 Sat Jan 18 16:45:01 1992 Fred Fish (fnf at cygnus.com)
6822
6823 * config/mh-stratus, config/mt-stratus, tm-stratus.h, xm-stratus.h:
6824 New files for stratus. Not complete enough to actually build
6825 on the Stratus machine; that awaits copyright assignment for
6826 i860 changes.
6827
6828 * Makefile.in (USER_CFLAGS): Add macro specifically reserved
6829 for getting custom flags into CFLAGS when doing makes.
6830
6831 * configure.in: Add config information for stratus.
6832
6833 Thu Jan 16 00:51:46 1992 Fred Fish (fnf at cygnus.com)
6834
6835 * dbxread.c (process_one_symbol): Pass address of structure
6836 to complain(), rather than the whole structure.
6837
6838 Wed Jan 15 09:56:16 1992 Fred Fish (fnf at cygnus.com)
6839
6840 * solib.c (solib_add_common_symbols): Only compile in when not
6841 using SVR4 style shared libraries.
6842
6843 Tue Jan 14 22:34:00 1992 Fred Fish (fnf at cygnus.com)
6844
6845 * dwarfread.c (locval): Add offreg flag to indicate location
6846 values that are computed off a base register.
6847
6848 * dwarfread.c (new_symbol): Rework TAG_global_variable and
6849 TAG_local_variable cases to account for static variables
6850 within function scopes.
6851
6852 Tue Jan 14 12:28:52 1992 Stu Grossman (grossman at cygnus.com)
6853
6854 * inflow.c: remove #include <sys/dir.h>. Not necessary, and
6855 doesn't exist on some systems.
6856
6857 * infrun.c (wait_for_inferior!!!!): Prevent gdb from hanging when
6858 nexting over recursive function calls.
6859
6860 * target.c (target_read_string): Create this routine to read null
6861 terminated strings from the target. It deals with running off the
6862 end of memory elegantly as well. solib.c (find_solib): Use
6863 target_read_string() to avoid problems with running off the end of
6864 memory.
6865
6866 * inflow.c (child_terminal_info): #ifdef TIOCPGRP around lines
6867 that reference pgrp_inferior.
6868
6869 Mon Jan 13 14:57:11 1992 Per Bothner (bothner at cygnus.com)
6870
6871 * tm-mips.h: Removed BLOCK_ADDRESS_ABSOLUTE, now that
6872 mips-tfile has been hacked to act more "traditionally."
6873 * dbxread.c: Fixed typo in comment.
6874
6875 Sun Jan 12 13:08:36 1992 Per Bothner (bothner at cygnus.com)
6876
6877 * mips-tdep.c (mips_skip_prologue): Add some number of
6878 'sw' instructions before 'addiu' adjusts the stack.
6879
6880 Fri Jan 10 13:47:06 1992 Fred Fish (fnf at cygnus.com)
6881
6882 * dwarfread.c (start_symtab, end_symtab, scopecount, openscope,
6883 freescope, buildblock closescope, record_line, add_symbol_to_list,
6884 gatherblocks, make_blockvector): Extensive changes to switch
6885 to generic symbol table building code in buildsym.c. Remove
6886 scope tree structures and functions, symbol table building
6887 functions, and lots of other small changes.
6888
6889 * dwarfread.c: Add new macros GCC_PRODUCER and STREQN. Remove
6890 GCC_COMPILED_FLAG_SYMBOL and GCC2_COMPILED_FLAG_SYMBOL.
6891
6892 Tue Jan 7 13:09:57 1992 Stu Grossman (grossman at cygnus.com)
6893
6894 * buildsym.c (cleanup_undefined_types): Add support for enums.
6895 This fixes the 'GDB internal error. cleanup_undefined_types with
6896 bad type' problem.
6897
6898 Sun Jan 5 09:47:50 1992 Stu Grossman (grossman at cygnus.com)
6899
6900 * dbxread.c: detect gcc2 compilations.
6901
6902 Thu Jan 2 15:07:41 1992 John Gilmore (gnu at cygnus.com)
6903
6904 * sparc-pinsn.c: Rename bitfields that overlap with macro names
6905 in ../include/opcode/sparc.h.
6906
6907 Wed Jan 1 04:29:00 1992 Fred Fish (fnf at cygnus.com)
6908
6909 * Makefile.in: Change tm-svr4.h to tm-sysv4.h. Change xm-svr4.h
6910 to xm-sysv4.h. Split OPCODE_DIR into OPCODE_DIR1 and OPCODE_DIR2
6911 to reflect actual locations of opcode files, so TAGS target will
6912 be buildable.
6913
6914 * i386-tdep.c: Change an erroneous 'm68k' reference to 'i386'.
6915
6916 * i386-tdep.c (supply_fpregset, fill_fpregset): Remove m68k
6917 code.
6918
6919 * m68k-tdep.c (supply_fpregset, fill_fpregset): Fix array
6920 dereferencing to access the correct elements.
6921
6922 * valops.c (value_addr): Declare return type of external func
6923 value_copy().
6924
6925 * xcoffread.c: Undefine next_symbol_text before redefining it.
6926
6927 For older changes see ChangeLog-9091
6928 \f
6929 Local Variables:
6930 mode: indented-text
6931 left-margin: 8
6932 fill-column: 74
6933 version-control: never
6934 End:
This page took 0.160243 seconds and 5 git commands to generate.