Add alignment option.
[deliverable/binutils-gdb.git] / gdb / ChangeLog-96
1 Tue Dec 31 15:19:32 1996 Geoffrey Noer <noer@cygnus.com>
2
3 * config/mn10300/tm-mn10300.h: more small register fixes
4
5 Tue Dec 31 06:51:43 1996 Mark Alexander <marka@cygnus.com>
6
7 * config/i386/xm-windows.h: Undo previous change to SIGTRAP
8 and SIGQUIT values; it messed up non-MIPS targets.
9 * config/mips/tm-mips.h: Undefine BREAKPOINT, replace
10 with separate LITTLE_BREAKPOINT and BIG_BREAKPOINT definitions;
11 this fixes problem with setting breakpoints in little-endian
12 programs in the simulator.
13
14 Mon Dec 30 00:14:06 1996 Doug Evans <dje@seba.cygnus.com>
15
16 * remote-sim.c (gdbsim_open_p): New static local.
17 (gdbsim_open): Call unpush_target if sim open. Set gdbsim_open_p.
18 (gdbsim_close): Only call sim_close if sim open. Reset gdbsim_open_p.
19
20 Sun Dec 29 09:15:03 1996 Mark Alexander <marka@cygnus.com>
21
22 * config/i386/xm-windows.h: Make SIGTRAP and SIGQUIT consistent
23 with sim/mips/support.h.
24
25 Fri Dec 27 14:53:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
26
27 * v850-tdep.c (struct pifsr): Add cur_frameoffset field.
28 (v850_scan_prologue): Add debug code #ifdef'ed DEBUG. Support new
29 compiler prologues using register save functions and short store
30 instructions. Add support for functions with large stack frames.
31
32 * config/v850/tm-vm850.h ({R0,R1,R12,EP}_REGNUMS): New register
33 number defintiions for r0, r1, r12, ep.
34 (SAVE{1,2,3}_{START,END}_REGNUM): Register number definitions for
35 the 3 sets of saved registers.
36
37 Thu Dec 26 19:56:55 1996 Mark Alexander <marka@cygnus.com>
38
39 * valprint.c (print_longest): Don't lose upper bits
40 of 64-bit values on Windows.
41 * config/i386/xm-windows.h: Leave CC_HAS_LONG_LONG defined,
42 undefine PRINTF_HAS_LONG_LONG, so that 64-bit values will
43 be printed without loss of upper bits.
44
45 Thu Dec 26 15:15:21 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
46
47 * config/sparc/tm-sparclet.h: make registers ASR15, ASR19 invisible
48 (they're not useful, you can't change, write or even read them)
49
50 Thu Dec 26 15:20:48 1996 Fred Fish <fnf@cygnus.com>
51
52 * config/pa/hppahpux.mh (TERMCAP): Always link to libc before
53 libcurses, to avoid picking up broken select() from libcurses
54 on some versions of HPUX.
55
56 Thu Dec 26 15:14:41 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
57
58 * sparclet-rom.c: Remove includes of Unix system files.
59 Add function "sparclet_supply_register" so that parse_register_dump
60 will not seg-fault by calling a null function pointer.
61 Remove XMODEM support (unfinished work?).
62 Remove flag "MO_HANDLE_NL", so monitor's output can be read by humans.
63 Add fill command.
64 Remove colon from getreg.resp_delim so PSR register will work.
65 Remove pointer to sparclet_load (downloading SREC's doesn't work).
66 Null out local register names for %g0, all %cc and all %asr regs,
67 since the monitor can't report them. Will return zero instead.
68 * sparclet-stub.c: New -- remote protocol support for sparclet CPU.
69 * config/sparc/tm-sparclet.h: Re-arrange REGISTER_NAMES:
70 Add back %g0 and %psr, add %cc coprocessor regs, add %asr regs.
71 Adjust NUM_REGS and REGISTER_BYTES accordingly
72
73 Tue Dec 24 10:27:37 1996 Jeffrey A Law (law@cygnus.com)
74
75 * remote-e7000.c (want_h8300h, want_nopc_h8300h): Renamed
76 from want and want_nopc.
77 (want_h8300s, want_nopc_h8300s): New variables for H8/S register
78 lists.
79 (e7000_fetch_registers): Use H8/300H or H8/S register list string
80 as needed.
81 (e7000_wait): Likewise.
82
83 Mon Dec 23 02:25:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
84
85 * mips-tdep.c (mips_find_saved_regs): If a frame has been
86 interrupted by a signal, figure out whether the registers that
87 the proc_desc claims are saved have been saved yet.
88 (mips_push_dummy_frame): Write dummy frame register after all
89 registers have been saved in the dummy frame. Update comments
90 to reflect the fact that we are now using an AT_ENTRY_POINT
91 call dummy.
92
93 Sun Dec 22 15:52:25 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
94
95 * d10v-tdep.c (d10v_skip_prologue): PR11287. Fix problem where
96 some breakpoints weren't being set.
97
98 Sat Dec 21 12:57:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
99
100 * config/mips/tm-mips.h (PC_IN_CALL_DUMMY): Removed, the default
101 definition in inferior.h is sufficient.
102 * mips-tdep.c (mips_pc_in_call_dummy): Ditto.
103 (mips_push_arguments): Make sure that the stack is aligned to a
104 multiple of 8 after the arguments are pushed.
105 Structures are always passed by value in the old ABI.
106 Adjust argument register value on big endian targets when passing
107 a value whose length is less than the register size.
108 Write stack arguments with a single write_memory call.
109 (mips_pop_frame): Use frame_saved_regs instead of proc_desc to
110 decide which registers have to be restored.
111
112 * irix5-nat.c (fill_gregset): Sign extend registers before
113 filling in the gregset structure.
114
115 Fri Dec 20 11:06:03 1996 Stu Grossman (grossman@critters.cygnus.com)
116
117 * mswin/genmakes: Don't define _DEBUG. This breaks wingdb.
118
119 Thu Dec 19 19:42:44 1996 Michael Meissner <meissner@tiktok.cygnus.com>
120
121 * v850-tdep.c (v850_scan_prologue): Deal with -mep shorting
122 register saves by using the ep register.
123
124 Thu Dec 19 15:57:16 1996 Doug Evans <dje@canuck.cygnus.com>
125
126 * m32r-tdep.c (m32r_frame_find_saved_regs): Fix thinko in arg def.
127
128 Thu Dec 19 09:38:56 1996 Mark Alexander <marka@cygnus.com>
129
130 * values.c (unpack_double): Make it compile with MSVC++ 2.x.
131 * remote-mips.c (S_IROTH): Define if not defined by stat.h, e.g.
132 when using MSVC++.
133 (common_open): Fix help string.
134
135 Wed Dec 18 23:01:32 1996 Stan Shebs <shebs@andros.cygnus.com>
136
137 * mpw-make.sed: Use NewFolderRecursive for installation.
138
139 Sat Dec 14 20:50:01 1996 Mark Alexander <marka@cygnus.com>
140
141 * mips-tdep.c (mips_push_arguments): Handle floating point args.
142 * config/mips/tm-mips.h (FIX_CALL_DUMMY): Define to set up $25
143 correctly for PIC on Irix 5.
144
145 Sat Dec 14 09:52:30 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
146
147 * i386-tdep.c (i386_frame_find_saved_regs): Handle zero return
148 from get_pc_function_start gracefully.
149
150 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
151
152 * c-exp.y (qualified_name): Replace explicit check for valid
153 destructor name with call to destructor_name_p.
154
155 * c-lang.h, c-typeprint.c (cp_type_print_method_args): Removed,
156 no longer needed.
157
158 * c-typeprint.c (c_type_print_varspec_prefix, c_type_print_base):
159 Replace remaining fprintf_unfiltered calls with their filtered variant.
160 (c_type_print_base): Do not print return type for destructors from
161 template classes.
162 Replace cp_type_print_method_args with cplus_demangle call to get
163 consistent type output for stubbed and unstubbed methods.
164
165 * cp-valprint.c (cp_print_class_method): Replace
166 cp_type_print_method_args with cplus_demangle call to get consistent
167 type output for stubbed and unstubbed methods.
168
169 * gdbtypes.c, gdbtypes.h (get_destructor_fn_field): New function
170 to find the destructor field indices for a type.
171
172 * gdbtypes.h (struct type): Clarify comments for vptr_basetype
173 and arg_types fields.
174 (struct fn_field): Remove args field, no longer used.
175
176 * symtab.c (decode_line_1), valops.c (value_struct_elt,
177 check_field_in): Use get_destructor_fn_field to find the destructor
178 field indices instead of assuming that the compiler passes the member
179 function fields in a specific order.
180
181 * symtab.c (find_methods): Pass NULL instead of SYMBOL_BLOCK_VALUE
182 to lookup_symbol.
183 (list_symbol): Replace cp_type_print_method_args with cplus_demangle
184 call in zapped out code and explain why this code is zapped out.
185
186 Thu Dec 12 13:29:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
187
188 * config/powerpc/ppc{,le}-sim.mt (SIM): Add the simulator common
189 library ../sim/common/libcommon.a.
190
191 Wed Dec 11 18:51:35 1996 Mark Alexander <marka@cygnus.com>
192
193 * gdbtk.c (gdb_loc): Correct truncation of PC on 64-bit MIPS.
194
195 Wed Dec 11 11:15:08 1996 Doug Evans <dje@canuck.cygnus.com>
196
197 * monitor.c (monitor_load): Add support for load address argument.
198 * dsrec.c: #include <time.h>.
199 (load_srec): New argument load_offset. Print download stats.
200 * srec.h (load_srec): Update prototype.
201 * sh3-rom.c (sh3_load): Update call to load_srec.
202
203 Mon Dec 9 17:34:05 1996 Geoffrey Noer <noer@cygnus.com>
204
205 * config/mn10300/tm-mn10300.h: more small register fixes
206 * mn10300-tdep.c: filled in from another target
207
208 Mon Dec 9 17:12:19 1996 Doug Evans <dje@canuck.cygnus.com>
209
210 * monitor.c (monitor_insert_breakpoint): Handle bi-endian machines.
211
212 Mon Dec 9 15:58:51 1996 Mark Alexander <marka@cygnus.com>
213
214 * config/mips/tm-mips.h: Get rid of call-dummy code.
215 Minor changes to make pre-ANSI compilers happy.
216 * mips-tdep.c: Minor changes to make pre-ANSI compilers happy.
217 (mips_push_arguments): Rewrite to partially support EABI.
218 (mips_pc_in_call_dummy): New function.
219 * infcmd.c: Include symfile.h to get prototype of entry_point_address,
220 which fixes 64-bit sign extension bug on MIPS.
221
222 Mon Dec 9 00:14:49 1996 Geoffrey Noer <noer@cygnus.com>
223
224 * config/mn10300/tm-mn10300.h: fix register names
225 * mn10300-tdep.c: new skeleton tdep for mn10300
226
227 Sun Dec 8 18:02:57 1996 Doug Evans <dje@canuck.cygnus.com>
228
229 * remote-sim.h: Update some comments.
230 * remote-sim.c (gdb_os_error): New function.
231 (init_callbacks): Fix initializing of gdb_callback. Add gdb_os_error.
232 (gdb_os_printf_filtered): Use gdb_stdout, not stdout.
233
234 Sun Dec 8 00:36:31 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
235
236 * irix5-nat.c (supply_gregset, fill_gregset): Handle gregsets
237 from O32 and N32 ABI.
238 (xfer_link_map_member): Work around problem with alignments
239 in struct obj when compiling GDB under N32 ABI.
240
241 Thu Dec 5 23:30:44 1996 Stan Shebs <shebs@andros.cygnus.com>
242
243 * d10v-tdep.c: Add support for examination and interpretation
244 of instruction trace buffer.
245 (trace, untrace, info trace, tdisassemble): New commands.
246
247 Thu Dec 5 14:06:23 1996 Doug Evans <dje@canuck.cygnus.com>
248
249 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER): Undef.
250 (TARGET_BYTE_ORDER_SELECTABLE): Define.
251 (BREAKPOINT): Undef.
252 ({BIG,LITTLE}_BREAKPOINT): Define.
253 (TM_PRINT_INSN_MACH): Redefine for sparclet.
254
255 Wed Dec 4 16:34:05 1996 Geoffrey Noer <noer@cygnus.com>
256
257 * config/mn10300/mn10300.mt, config/mn10300/tm-mn10300.h: New.
258
259 Tue Dec 3 13:02:08 1996 Fred Fish <fnf@ninemoons.com>
260
261 * infptrace.c (store_inferior_registers): Move some common code out
262 to store_register, like fetch_inferior_registers & fetch_register.
263 (store_register): New function, from store_inferior_registers.
264 (fetch_inferior_registers, fetch_register): Minor code tweaks to
265 make {fetch,store}_inferior_registers and {fetch,store}_register
266 routines as similar in structure as possible.
267 (fetch_inferior_registers, store_inferior_registers): Eliminate
268 local variable numregs and just use ARCH_NUM_REGS directly.
269
270 Tue Dec 3 11:38:14 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
271
272 * blockframe.c: add macro USE_GENERIC_DUMMY_FRAMES to enable/disable
273 code for generic call_dummy frames.
274 * config/h8300/tm-h8300.h: turn on USE_GENERIC_DUMMY_FRAMES
275 * config/m32r/tm-m32r.h: Ditto.
276 * config/sh/tm-sh.h: Ditto.
277 * config/v850/tm-v850.h: Ditto.
278
279 Sun Dec 1 00:41:47 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
280
281 * vax-tdep.c (vax_print_insn, print_insn_arg): Use info functions
282 for printing. From Valeriy Ushakov <uwe@ptc.spbu.ru>.
283
284 Sun Dec 1 00:40:46 1996 Geoffrey Noer <noer@cygnus.com>
285
286 * configure.tgt: Add new mn10300 entry.
287
288 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
289
290 Add support for Irix 6.2 native O32 and N32 ABI.
291
292 * config.in, configure.in, configure: Check for <objlist.h>.
293 * configure.tgt: Handle mips*-sgi-irix6* like irix5 for now.
294
295 * cp-valprint.c (cp_print_value_fields): Use SYMBOL_VALUE_ADDRESS
296 instead of SYMBOL_BLOCK_VALUE to get the address of a static member.
297
298 * dwarf2read.c: Turn warnings and recoverable errors into complaints,
299 add new complaints where appropriate.
300 gcc -Wall cleanup.
301 (struct line_head): Change line_base from char to int to avoid
302 problems with compilers whose plain char is represented by an
303 unsigned char.
304 (struct partial_die_info): Add is_declaration field.
305 (dwarf2_tmp_obstack): New obstack for allocating temporary storage
306 used during symbol reading.
307 (cu_header_offset): New variable for resolving relative reference
308 dies.
309 (optimized_out, basereg, islocal, frame_base_reg, frame_base_offset):
310 New interface variables for decode_locdesc.
311 (struct dwarf2_pinfo): New structure for communication between
312 psymtab and symtab reading, passed via pst->read_symtab_private.
313 (dwarf2_has_info, dwarf2_build_psymtabs): Accept objects files
314 without line number sections.
315 (dwarf2_build_psymtabs_hard): Initialize temporary obstack
316 for symbol reading.
317 Allocate and initialize pst->read_symtab_private.
318 Relocate pst->textlow and pst->texthigh with baseaddr.
319 (scan_partial_symbols): Do not add DW_AT_declaration symbols
320 to the partial symbol table.
321 Add file scope enumerator symbols to the partial symbol table.
322 Fix typo in highpc computation.
323 If we didn't find a lowpc, set it to highpc to avoid complaints
324 from `maint check.
325 (add_partial_symbol): Relocate symbol values with baseaddr.
326 Add static DW_TAG_subprogram and DW_TAG_variable symbols to the
327 minimal symbol table.
328 Obtain symbol values for DW_TAG_variable symbols from the location
329 descriptor, skip symbols with missing location desciptors.
330 Skip symbols for aggregate types without children.
331 Handle enumerator symbols.
332 (dwarf2_psymtab_to_symtab): Issue symbol reading message if verbose.
333 (psymtab_to_symtab_1): Set local variables from
334 pst->read_symtab_private, set cu_header_offset and baseaddr.
335 Initialize temporary obstack for symbol reading, initialize
336 buildsym and add a cleanup to really_free_pendings.
337 Relocate highpc with baseaddr when calling end_symtab.
338 If the compilation is from a C file generated by language
339 preprocessors, do not set the symtab language if it was already
340 deduced by start_subfile.
341 Removed verbose sorting symbol table message.
342 (process_die): Handle DW_TAG_ptr_to_member_type and
343 DW_TAG_reference_type.
344 Use read_subroutine_type to get the function type for
345 DW_TAG_subprogram before calling read_func_scope.
346 (read_file_scope): Initialize file name to <unknown>, start_subfile
347 expects a non-NULL name.
348 If we didn't find a lowpc, set it to highpc to avoid complaints
349 from finish_symbol.
350 Relocate lowpc and highpc with baseaddr.
351 Get rid of Irix6.2 native cc compile machine prefix in comp_dir.
352 Zero out ftypes for each new compilation unit (may be different
353 language or different objfile).
354 Accept compilation units without line number information, pass
355 comp_dir to decode_lines.
356 (read_func_scope): Initialize function name to <unknown> to avoid
357 core dumps when DW_AT_name is missing.
358 Relocate lowpc and highpc with baseaddr.
359 Handle DW_AT_frame_base, keep result for DW_OP_fbreg operations.
360 Pass function type to new_symbol.
361 (read_lexical_block_scope): Relocate lowpc and highpc with baseaddr.
362 (read_structure_scope): Set TYPE_TAG_NAME, not TYPE_NAME.
363 Handle DW_TAG_class_type.
364 Copy fields to type_obstack, release temporary storage for fields.
365 Don't add symbol if die is a stub die and has no children.
366 Handle C++ static member fields.
367 (read_enumeration): Set TYPE_TAG_NAME, not TYPE_NAME.
368 Copy fields to type_obstack, release temporary storage for fields.
369 Let new_symbol handle the symbol creation for enumerators
370 instead of handcrafting a symbol.
371 Determine signedness of enum type from enumerators.
372 (dwarf_read_array_type): Handle variable length arrays.
373 Use lookup_pointer_type instead of handcrafting a type.
374 Create array type only if a DW_TAG_subrange_type was found.
375 (read_tag_pointer_type, read_tag_reference_type):
376 Use lookup_pointer_type and lookup_reference_type instead
377 of handcrafting a type.
378 (read_tag_ptr_to_member_type): New function to handle
379 DW_TAG_ptr_to_member_type.
380 (read_subroutine_type): Handle parameter dies.
381 Use lookup_function_type instead of handcrafting a type.
382 (read_typedef): Allocate a TYPE_CODE_TYPEDEF type for the typedef.
383 (read_base_type): If the type has a name, use init_type to create
384 a new type instead of second guessing a fundamental type.
385 (read_comp_unit): Reset die reference table before building
386 a new one.
387 (dwarf2_read_section): Read section contents into psymbol_obstack.
388 (dwarf2_read_abbrevs): Handle unterminated abbreviations
389 for a compile unit gracefully.
390 (read_partial_die): Zero partial die before reading its info.
391 Handle DW_AT_declaration.
392 Fix typo in handling of DW_FORM_block4.
393 (read_full_die): Fix typo in handling of DW_FORM_block4.
394 (read_1_signed_byte, read_2_signed_bytes, read_4_signed_bytes):
395 New routines to get signed values from a buffer.
396 (read_n_bytes, read_string): Allocate storage from the temporary
397 obstack. If the host char size permits it, return pointer
398 to buffer instead of allocating storage.
399 (set_cu_language): Handle DW_LANG_Mips_Assembler.
400 (dwarf_attr): Return NULL if reference die for DW_AT_specification
401 or DW_AT_abstract_origin die is not found.
402 (record_minimal_symbol): Removed, replaced with a direct call to
403 prim_record_minimal_symbol, it now handles saving the string itself.
404 (convert_locdesc): Removed, partial symtab reading now uses
405 decode_locdesc.
406 (dwarf_attr): Use dwarf2_get_ref_die_offset to get the absolute
407 offset for the die reference.
408 (dwarf_decode_lines): Complain if the line section info is missing.
409 Use read_1_signed_byte to extract lh.line_base to avoid
410 problems with compilers whose plain char is represented by an
411 unsigned char.
412 Add cleanups for allocated temporary storage.
413 Start a subfile for the first file in the state machine.
414 Fix off by one problem with dirs.dirs access.
415 Use comp_dir when directory index is 0.
416 Support multiple sequences (from Jason Merrill <jason@cygnus.com>).
417 (dwarf2_start_subfile): Try to keep line numbers from identical
418 absolute and relative file names in a common subfile.
419 (new_symbol): Allocate symbol and symbol name on the symbol_obstack.
420 Set SYMBOL_LINE from DW_AT_decl_line if present.
421 Set SYMBOL_TYPE from passed type if not NULL.
422 Change DW_TAG_variable symbol types with missing type entries
423 to a sensible type.
424 Handle optimized_out, offreg and islocal storage classes.
425 Add external symbols with type information whose address isn't
426 known as LOC_UNRESOLVED symbols.
427 Synthesize typedefs for C++ classes, structs, unions and enumerations.
428 Handle DW_TAG_enumerator symbols, complain for unrecognized
429 symbol tags.
430 (die_type): A missing DW_AT_type represents a void type.
431 Use dwarf2_get_ref_die_offset to get the absolute offset for
432 the die reference.
433 (die_containing_type): New function to build type from
434 DW_AT_containing_type attribut.
435 (read_type_die): Handle DW_TAG_ptr_to_member_type.
436 Treat DW_TAG_subprogram like DW_TAG_subroutine_type.
437 (dwarf_base_type): Fix typo with creation of FT_UNSIGNED_SHORT
438 fundamental type.
439 (create_name): Removed, symbol name allocation is now done
440 in new_symbol.
441 (dump_die): Use print_address_numeric to print a CORE_ADDR.
442 (dwarf2_empty_die_ref_table): New function to clear the die
443 reference table.
444 (dwarf2_get_ref_die_offset): New function to get the absolute
445 die offset from a die reference attribute.
446 (decode_locdesc): Complete rewrite using a stack, code mostly
447 borrowed from dwarfread.c:locval.
448 (dwarf_alloc_type): Removed, replaced by direct calls to alloc_type.
449 (dwarf_alloc_block): Allocate block on temporary obstack.
450
451 * elfread.c (elf_symtab_read): When handling Irix dynamic symbols,
452 skip section name symbols and relocate all others.
453 (elf_symfile_read): Build dwarf2 psymtab even if offset is non-zero.
454
455 * irix5-nat.c (fetch_core_registers): Handle core_reg_sect
456 from N32 executables. Call registers_fetched after extracting
457 the registers.
458 (obj_list_variant, struct link_map, LM_OFFSET, LM_ADDR): New
459 definitions to enable support of O32 and N32 format objlists.
460 (struct so_list): New members offset, so_name and lmstart to
461 eliminate dependencies from the objlist format used.
462 (solib_map_sections, symbol_add_stub, solib_add,
463 info_sharedlibrary_command, solib_address, clear_solib): Use
464 so_name and LM_OFFSET.
465 (first_link_map_member): Rewrite to enable support of O32 and N32
466 format objlists.
467 (next_link_map_member, xfer_link_map_member): New functions to
468 support O32 and N32 format objlists.
469 (find_solib): Use first_link_map_member, next_link_map_member and
470 xfer_link_map_member.
471 (solib_create_inferior_hook): Use TARGET_SIGNAL_* instead of
472 host signal numbers.
473
474 * mdebugread.c (parse_partial_symbols, handle_psymbol_enumerators):
475 Pass CORE_ADDR variant to add_psymbol_to_list.
476
477 * mips-tdep.c (heuristic_proc_desc): Stop examining the prologue
478 if we encounter a positive stack adjustment. Handle `move $30,$sp'.
479 Handle `sd reg,offset($sp)' for 32 bit ABIs.
480
481 * symmisc.c (dump_msymbols, print_partial_symbols): Use
482 print_address_numeric to print a SYMBOL_VALUE_ADDRESS.
483 (dump_symtab): Print compilation directory if it is not NULL.
484
485 * valops.c (search_struct_field, value_struct_elt_for_reference):
486 Use SYMBOL_VALUE_ADDRESS instead of SYMBOL_BLOCK_VALUE to get the
487 address of a static member.
488
489 Thu Nov 28 00:46:24 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
490
491 * vax-tdep.c (vax_print_insn): Made static, modified to take
492 disassemble_info as parameter.
493 (_initialize_vax_tdep): New function to initialize tm_print_insn
494 to vax_print_insn.
495
496 Wed Nov 27 11:29:06 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
497
498 * blockframe.c: Remove old-style CALL_DUMMY code.
499 * h8300-tdep.c, config/h8300/tm-h8300.h: Ditto.
500 * m32r-tdep.c, config/m32r/tm-m32r.h: Ditto.
501 * sh-tdep.c, config/sh/tm-sh.h: Ditto.
502 * v850-tdep.c, config/v850/tm-v850.h: Ditto.
503
504 Wed Nov 27 10:32:14 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
505
506 * breakpoint.c: DELETE command will not delete CALL_DUMMY breakpoint.
507 * blockframe.c: Add target-independant support for managing
508 CALL_DUMMY frames on the host side.
509 * frame.h: Declarations for generic CALL_DUMMY frame support.
510 * h8300-tdep.c: Add target function calls using generic frame support.
511 * config/h8300/tm-h8300.h: config for generic target function calls.
512 * m32r-tdep.c: Add target function calls using generic frame support.
513 * config/m32r/tm-m32r.h: config for generic target function calls.
514 * sh-tdep.c: Add target function calls using generic frame support.
515 * config/sh/tm-sh.h: config for generic target function calls.
516 * v850-tdep.c: Add target function calls using generic frame support.
517 * config/v850/tm-v850.h: config for generic target function calls.
518 * valops.c: ADD PUSH_RETURN_ADDRESS so that it doesn't have to be
519 done by PUSH_ARGUMENTS when there's no CALL_DUMMY.
520
521 Tue Nov 26 19:21:35 1996 Mark Alexander <marka@cygnus.com>
522
523 * config/mips/tm-mips.h (ADDR_BITS_REMOVE, TARGET_READ_SP): Define.
524 (mips_addr_bits_remove): Declare.
525 * mips-tdep.c (mips_push_dummy_frame): Fix heuristic-fence-post
526 errors when hitting breakpoints during inferior function calls
527 in 64-bit programs.
528 (fix_sign_extension): Make public, rename to mips_addr_bits_remove.
529 * utils.c (paddr_nz, preg_nz): New functions, similar to
530 paddr and preg but don't print leading zeroes.
531 * defs.h (paddr_nz, preg_nz): Declare.
532 * remote-mips.c: Use paddr_nz instead of paddr throughout
533 to reduce packet size.
534 (pmon_end_download): Improve timeout error handling.
535
536 Tue Nov 26 17:21:37 1996 Ian Lance Taylor <ian@cygnus.com>
537
538 * configure: Rebuild with autoconf 2.12.
539
540 Mon Nov 25 13:17:16 1996 Fred Fish <fnf@ninemoons.com>
541
542 From: Paul Eggert <eggert@twinsun.com>
543 * remote-bug.c (wait_strings): Avoid creating a trigraph.
544
545 Fri Nov 22 15:55:22 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
546
547 * valops.c (value_at, value_fetch_lazy): Put in D10V call
548 to fix up address pointers.
549 * values.c (value_from_longest): Removed previous d10v changes.
550 * config/d10v/tm-d10v.h (TARGET_PTR_BIT): Change to 4 bytes.
551
552 Fri Nov 22 10:06:19 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
553
554 * config/i386/nm-i386v4.h (LOSING_POLL): Define, needed for
555 Unixware 1.1.2.
556
557 Thu Nov 21 19:13:58 1996 Mark Alexander <marka@cygnus.com>
558
559 * mips-tdep.c: Replace hard-coded constants with MIPS_INSTLEN.
560 (common_breakpoint): Use paddr instead of %x to print 64-bit values.
561 (heuristic_proc_desc): Add tests for 64-bit instructions.
562 (init_extra_frame_info, mips_push_arguments): Recognize additional
563 registers for EABI.
564 * remote-mips.c: Extend DDB target to allow TFTP downloads.
565 * config/mips/tm-mips.h (MIPS_LAST_ARG_REGNUM, MIPS_NUM_ARG_REGS):
566 Define.
567
568 Wed Nov 20 19:09:16 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
569
570 * infcmd.c (do_registers_info): Call val_print with the
571 virtual buf instead of the raw buf. Needed for REGISTER_CONVERT
572 to work with non-floating point regs.
573
574 * d10v-tdep.c (d10v_skip_prologue): If we have line debugging
575 information, then the end of the prologue should the first
576 assembly instruction of the first source line.
577
578 * values.c (value_from_longest): Put in D10V call to
579 fix up address pointers.
580
581 * config/d10v/tm-d10v.h (REGISTER_VIRTUAL_SIZE): Modified.
582 (REGISTER_VIRTUAL_TYPE): Modified for PC_REGNUM and SP_REGNUM.
583 (REGISTER_CONVERTIBLE): Make PC and SP convertible.
584 (REGISTER_CONVERT_TO_VIRTUAL): Define.
585 (REGISTER_CONVERT_TO_RAW): Define.
586 (D10V_MAKE_DADDR): Define.
587 (D10V_MAKE_IADDR): Define.
588
589 Wed Nov 20 16:15:15 1996 Geoffrey Noer <noer@cygnus.com>
590
591 * config/i386/cygwin32.mh: add MMALLOC_CFLAGS = -I$(MMALLOC_SRC)
592 -DMMCHECK_FORCE=1 so memory checks are loaded for cygwin32 gdb
593
594 Wed Nov 20 00:43:09 1996 Doug Evans <dje@canuck.cygnus.com>
595
596 * callback.h: Delete, moved to ../include.
597 * callback.c: Delete, moved to ../sim/common.
598 * Makefile.in (SFILES,COMMON_OBJS): Delete callback.[co].
599 (callback.o): Delete rule.
600 * remote-sim.h: No longer include callback.h.
601 (sim_callback_write_stdout): Delete prototype.
602 * remote-sim.c (init_callbacks,end_callbacks): New functions.
603 (gdb_os_write_stdout, gdb_os_printf_filtered): New functions.
604 (gdb_callback, callbacks_initialized): New static globals.
605 (gdbsim_open): Call init_callbacks.
606 (gdbsim_close): Call end_callbacks.
607 (simulator_command): Call init_callbacks.
608
609 * config/h8300/h8300.mt (SIM): Change to ../sim/h8300/libsim.a.
610 * config/h8500/h8500.mt (SIM): Change to ../sim/h8500/libsim.a.
611
612 start-sanitize-gdbtk
613 Tue Nov 19 09:26:14 1996 Tom Tromey <tromey@cygnus.com>
614
615 * gdbtk.c (gdbtk_readline): Fix memory leak.
616
617 Mon Nov 18 23:43:05 1996 Tom Tromey <tromey@cygnus.com>
618
619 Fixes for Tcl 7.6 / Tk 4.2:
620 * gdbtk.tcl (apply_filespec): Use tk_getOpenFile.
621 Remove old fileselect code.
622 * gdbtk.c (Tcl_Alloc): Rename from Tcl_Malloc.
623
624 end-sanitize-gdbtk
625 Mon Nov 18 15:58:05 1996 Jim Wilson <wilson@cygnus.com>
626
627 * config/mips/tm-mips.h (FIX_CALL_DUMMY): Change unsigned LONGEST
628 to ULONGEST.
629
630 Fri Nov 15 15:34:18 1996 Fred Fish <fnf@cygnus.com>
631
632 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
633 * procfs.c (wait_fd): Handle EINTR error return from poll
634 by restarting the poll.
635 * defs.h (PIDGET): Define a default version that just
636 returns its argument unchanged.
637 * inflow.c (terminal_init_inferior): Eliminate #ifdef
638 of PIDGET and fold both alternatives into common code.
639 (pass_signal): Use PIDGET for pid passed to kill().
640
641 Thu Nov 14 15:54:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
642
643 * utils.c (paddr,preg): Use a static variable initialized to 32
644 instead of doing addr>>32 to eliminate a warning produced by GCC
645 on 32-bit systems.
646
647 * config/d10v/tm-d10v.h (ULONGEST): Define.
648
649 Tue Nov 12 12:25:27 1996 Jim Wilson <wilson@cygnus.com>
650
651 * c-typeprint.c (cp_type_print_method_args): Pass -1 for show in
652 recursive call to type_print.
653
654 Tue Nov 12 12:18:29 1996 Jim Wilson <wilson@cygnus.com>
655
656 * defs.h (ULONGEST): New macro.
657 * alpha-tdep.c, breakpoint.c, c-exp.y, ch-exp.c, convex-xdep.c,
658 corefile.c, defs.h, f-exp.y, findvar.c, gdbcore.h, m2-exp.y,
659 m88k-tdep.c, printcmd.c, remote-hms.c, remote-mips.c, sparc-tdep.c,
660 valarith.c, valops.c, values.c, config/gould/tm-np1.h,
661 config/mips/tm-mips.h, mswin/prebuilt/gdb/cexptab.c,
662 mswin/prebuilt/gdb/fexptab.c, mswin/prebuilt/gdb/m2exptab.c:
663 Change all occurances of unsigned LONGEST to ULONGEST.
664
665 * configure.host (mips-sgi-irix6): Add.
666
667 Tue Nov 12 12:16:40 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
668
669 * sh-tdep.c: Add functionality for target function calls.
670 * config/sh/tm-sh.h: Add support for target function calls.
671
672 Tue Nov 12 12:06:58 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
673
674 * m32r-tdep.c: Add functionality for target function calls.
675 * valops.c: Small change to support target function calls.
676 * config/m32r/tm-m32r.h: Add support for target function calls.
677
678 Mon Nov 11 17:15:59 1996 Geoffrey Noer <noer@cygnus.com>
679
680 * defs.h: Modify Nov 11 12:59:00 change so _MSC_VER is checked
681 instead of _WIN32.
682 * win32-nat.c: Fix Nov 11 12:59:00 change (windows.h should
683 be included instead of windefs.h for compilers other than
684 VC++).
685 * mswin/windefs.h: Remove ^Ms and change C++ style comments
686 to C style comments.
687
688 Mon Nov 11 14:32:38 1996 Mark Alexander <marka@cygnus.com>
689
690 * utils.c (get_cell): Fix off-by-one bug.
691 * mips-tdep.c (get_frame_pointer, fix_sign_extension):
692 New functions to consolidate common code.
693 (mips_frame_chain, init_extra_frame_info): Use new functions
694 to fix problems with backtrace and finish commands on ddb board.
695
696 Mon Nov 11 12:59:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
697
698 * mips-tdep.c, remote-mips.c, values.c, mdebugread.c,
699 config/mips/tm-mips.h: Add/fix bugs for 64-bit mips support.
700 * defs.h: Cleanup; add prototypes.
701 * corefile.c: Change FIXME #ifdef
702 * win32-nat.c: Include windefs instead of windows.h.
703 * utils.c: Add routines for printing addresses and registers
704 based on type size.
705
706 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
707
708 * alpha-tdep.c (heuristic_proc_desc): Stop examining the prologue
709 if we encounter a positive stack adjustment.
710 (find_proc_desc): If heuristic_fence_post is non-zero, use
711 heuristic_proc_start to determine the start of a function before
712 calling heuristic_proc_desc.
713
714 * coffread.c (coff_symtab_read): Change minimal symbol types
715 for C_LABEL symbols from mst_* to mst_file_*.
716
717 * config/m68k/sun3os4.mh (MMALLOC_CFLAGS): Define MMCHECK_FORCE to 1.
718
719 * configure.in: Handle error message from sun3 native ld when
720 configuring HLDFLAGS.
721 * configure: Regenerated with autoconf.
722
723 * c-valprint.c (c_value_print): Adjust value address by VALUE_OFFSET.
724 * cp-valprint.c (cp_print_value): Prevent gdb crashes by making sure
725 that the virtual base pointer from an user object still points to
726 accessible memory.
727
728 * dbxread.c (dbx_symfile_init): Initialize sym_stab_info to
729 clear the recently added header_files fields.
730 (dbx_symfile_finish): Free hfiles[i].vector to avoid storage leak.
731
732 Fri Nov 8 14:30:23 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
733
734 * config/tm-sh.h: Added a missing comma in middle of
735 REGISTER_NAMES list.
736
737 Fri Nov 8 12:29:51 1996 Stan Shebs <shebs@andros.cygnus.com>
738
739 * monitor.c: Fix some formatting and comments.
740
741 * remote-sim.c (simulator_command): Set up callbacks before
742 entering the simulator.
743
744 Thu Nov 7 15:19:08 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
745
746 * d10v-tdep.c: Fix some problems with inferior function calls.
747 * config/d10v/tm-d10v.h (EXTRA_FRAME_INFO): Change dummy to be
748 a pointer to the dummy's stack instead of just a flag.
749
750 Tue Nov 5 10:21:02 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
751
752 * m32r-tdep.c: Improved frame_chain and fn prologue analysis.
753 * config/tm-m32r.h: Add framesize and register to extra_frame_info.
754
755 Tue Nov 5 10:08:07 1996 Stu Grossman (grossman@critters.cygnus.com)
756
757 * mswin/gdbwin.h: Remove bogus definition of CORE_ADDR.
758 * mswin/srcwin.cpp (CSrcScroll1::CSrcScroll1): Initialize depth
759 to fix divide-by-zero problem with clicking on source window.
760
761 Mon Nov 4 00:48:37 1996 Stu Grossman (grossman@critters.cygnus.com)
762
763 * mswin/recordit: Fix problem with absolute paths.
764 * mswin/recordit: Fix problem with relative paths.
765
766 Sun Nov 3 18:06:42 1996 Stu Grossman (grossman@critters.cygnus.com)
767
768 * mswin/{Makefile.in configure configure.in}: New files for
769 configuring wingdb under Unix.
770
771 Sat Nov 2 03:54:13 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
772
773 * irix5-nat.c, osfsolib.c, solib.c (symbol_add_stub): Handle
774 missing or zero-sized .text sections properly.
775 * mdebugread.c: Handle scRConst and scSUndefined storage classes.
776 * stabsread.c (scan_file_globals): Try to resolve symbols
777 for shared libraries from the minimal symbol table of the main
778 executable first.
779
780 Fri Nov 1 13:59:28 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
781
782 * d10v-tdep.c, config/d10v/tm-d10v.h: Major fixes to support
783 inferior function calls and proper stack backtracing on D10V-EVA
784 board.
785
786 Fri Nov 1 10:50:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
787
788 * config/powerpc/linux.mh (NATDEPFILES): Fix up things so that it
789 links.
790 (GDBSERVER_DEPFILES,TERMCAP): Ditto.
791
792 * monitor.c (dev_name,targ_ops): Move static variables before
793 first use, to avoid compiler warnings.
794
795 Thu Oct 31 16:37:17 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
796
797 * m32r-tdep.c: Improved frame_chain and fn prologue analysis.
798 * configure.tgt: Add entry for m32r target.
799 * monitor.h: Add a flag to tell monitor_store_register to use
800 (val, regno) instead of (regno, val).
801 * monitor.c: Make monitor_store_register honor the above flag.
802 Make monitor_exp ignore DC1/DC3 for m32r.
803 Increase buf size in monitor_dump_regs.
804
805 Wed Oct 30 18:14:14 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
806
807 * m32r-tdep.c, m32r-rom.c: New files.
808 * config/m32r/m32r.mt: New file.
809 * config/m32r/tm-m32r.h: New file.
810
811 Tue Oct 29 16:56:01 1996 Geoffrey Noer <noer@cygnus.com>
812
813 * config/i386/xm-cygwin32.h:
814 * config/powerpc/xm-cygwin32.h:
815 add #define LSEEK_NOT_LINEAR so source lines aren't unexpectedly
816 truncated.
817
818 Tue Oct 29 18:36:43 1996 Michael Meissner <meissner@tiktok.cygnus.com>
819
820 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE):
821 Define.
822
823 Tue Oct 29 14:59:20 1996 Stan Shebs <shebs@andros.cygnus.com>
824
825 * TODO: Add item suggesting an "info bfd" command.
826
827 Tue Oct 29 12:48:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
828
829 * d10v-tdep.c: Snapshot that supports D10V-EVA board.
830
831 * config/d10v/tm-d10v.h (REGISTER_NAMES): Add imap0,imap1,dmap.
832 (TARGET_READ_FP,TARGET_WRITE_FP): Define.
833
834 Mon Oct 28 17:34:24 1996 Stu Grossman (grossman@critters.cygnus.com)
835
836 * mswin/genmakes mswin/recordit: New scripts to generate make
837 files for MSVC.
838
839 Sun Oct 27 20:18:04 1996 Mark Alexander <marka@cygnus.com>
840
841 * config/mips/{tm-vr5000.h,tm-vr5000el.h,vr5000.mt,vr5000el.mt}:
842 New files.
843 * configure.tgt: Modify cases for vr5000 to use new files.
844
845 Sat Oct 26 07:15:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
846
847 * config/alpha/alpha-osf3.mh (XM_CLIBS): Add -lm for OSF/1-4.0.
848
849 * procfs.c (proc_set_exec_trap): Under Alpha OSF/1-4.0, tracing
850 the entry to the exit system call to detect termination of the
851 inferior stopped working. Trace termination of the inferior via
852 PRFS_STOPTERM instead.
853 (procfs_init_inferior): Do not trace entry to exit system call
854 if PIOCSSPCACT is defined.
855 (procfs_wait): Handle PR_DEAD event, which signals the termination
856 of the inferior if PRFS_STOPTERM is set.
857
858 * mdebugread.c (parse_partial_symbols): Ignore stNil section
859 start address symbols.
860
861 * sparc-tdep.c (get_saved_register): Get saved PC from the
862 frame info if not in innermost frame.
863
864 Thu Oct 24 10:51:45 1996 Mark Alexander <marka@cygnus.com>
865
866 * dbxread.c (process_one_symbol): Interpret end-of-function
867 markers correctly; this fixes problem on Vr5000 where all
868 functions in a module had the same address.
869 * configure.in, configure.tgt, configure.host, gdbserver/configure.in:
870 Correct for pc-linux-gnu problem in config.guess.
871 * configure: Regenerate.
872
873 Thu Oct 24 10:06:58 1996 Stu Grossman (grossman@critters.cygnus.com)
874
875 * dbxread.c: Don't swap symbols in place, since internal and
876 external forms may have different sizes. Don't assume that an
877 internal_nlist has the same layout as an external_nlist. Create
878 symbol for n_strx element so to hide specifics of nlist from
879 partial-stab.h.
880 * partial-stab.h: Don't reference dbxread symbols directly. Use
881 CUR_SYMBOL_STRX instead.
882 * config/i386/xm-windows.h: Define SIGQUIT and SIGTRAP.
883
884 * config/v850/tm-v850.h: Define PS_REGNUM and TARGET_V850 for
885 MSVC builds.
886 * mswin/gdbwin.c (reg_order): Define register order for V850.
887 * mswin/gui.cpp (CGuiApp::InitInstance): Define target name for
888 V850.
889 * mswin/regdoc.h: Define MAXREGS for V850.
890
891 Tue Oct 22 16:28:20 1996 Stu Grossman (grossman@critters.cygnus.com)
892
893 * v850-tdep.c (scan_prologue): Changes to deal with scheduled
894 prologues correctly. First, prologue end is now defined by
895 presence of a branch, jump or call insn. Second, can no longer
896 fix frame offsets because we may not know the offset until after a
897 register has been saved.
898 * (v850_init_extra_frame_info): Fixup frame offsets here because
899 we have all the info at this time.
900 * (v850_frame_chain): Use new calling convention for scan_prologue.
901
902 Tue Oct 22 10:25:29 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
903
904 * d10v-tdep.c, config/d10v/tm-d10v.h: Changes to allow stack
905 backtraces and inferior function calls.
906
907 Tue Oct 22 10:32:46 1996 Stan Shebs <shebs@andros.cygnus.com>
908
909 * mpw-make.sed: Update init.c editing to work with Oct 8 change.
910 (@HLDFLAGS@): Always edit out.
911
912 Mon Oct 21 18:17:08 1996 Mark Alexander <marka@cygnus.com>
913
914 * mdebugread.c (parse_partial_symbols): Fix 64-bit
915 sign-extension problems in calculating psymtab addresses.
916 * buildsym.c (end_symtab): Use macro to pop context.
917
918 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
919
920 * v850-tdep.c: Cleanup lots of things. Add many comments.
921
922 * v850-tdep.c (v850_init_extra_frame_info v850_frame_chain): Fix
923 sign bugs with scanning prologues. Get a little smarter about
924 calculating the length of uninteresting instructions.
925
926 Mon Oct 21 14:01:38 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
927
928 * top.c: Add new commands "set annotate" and "show annotate".
929
930 Sun Oct 20 04:38:39 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
931
932 * corelow.c (core_close): Clear inferior_pid only if there is
933 an open core_bfd.
934
935 * cp-valprint.c (cp_print_value_fields): Pass correct address
936 to val_print, not 0.
937
938 From Andreas Schwab (schwab@issan.informatik.uni-dortmund.de):
939 * eval.c (evaluate_subexp_standard) [case BINOP_REPEAT]: Chase
940 typedefs before checking for integral type of right operand.
941
942 Fri Oct 18 17:26:22 1996 Mark Alexander <marka@cygnus.com>
943
944 * mdebugread.c (parse_symbol): Fix crash when malloc has
945 no type info and void type has no associated pointer type.
946
947 Thu Oct 17 18:18:20 1996 Stan Shebs <shebs@andros.cygnus.com>
948
949 * configure.host: New file, host configuration mapping.
950 * configure.tgt: New file, target configuration mapping.
951 * configure.in: Remove host and target mapping.
952 * configure: Rebuild.
953
954 Wed Oct 16 17:46:03 1996 Stan Shebs <shebs@andros.cygnus.com>
955
956 * breakpoint.c (must_shift_inst_regs): New global.
957 (bpstat_stop_status): Change #if uses of DECR_PC_AFTER_BREAK into
958 equivalent expression uses.
959 * infrun.c (wait_for_inferior): Ditto.
960
961 Wed Oct 16 01:53:43 1996 Stu Grossman (grossman@critters.cygnus.com)
962
963 * v850-tdep.c (v850_push_arguments): Use symbolic names for arg
964 registers.
965 * config/v850/tm-v850.h: Change FP to 29. Define arg regs.
966
967 Tue Oct 15 16:30:07 1996 Stu Grossman (grossman@critters.cygnus.com)
968
969 * Makefile.in (init.c): Don't use -s option with grep. It means
970 something different under Digital Unix.
971
972 * buildsym.c (finish_block): Treat LOC_BASEREG_ARG and
973 LOC_LOCAL_ARG as arguments so that GDB will know about function
974 args declared this way. Mostly affects dwarf.
975 * dwarfread.c (decode_die_type): Change default type from int to
976 void. This allows GDB to recognize void functions.
977 * (new_symbol): If AT_PROTOTYPED is present, set a flag in the
978 type structure.
979 * findvar.c (extract_floating store_floating): Clean up comments
980 to reflect reality.
981 * gdbtypes.h: Add TYPE_FLAG_PROTOTYPED so that we can tell if a
982 function has a prototype. Currently, only dwarf supports this.
983 * utils.c (floatformat_from_doublest): Fix logic error with
984 converting from double to float. (It wasn't shifting mant_long if
985 it had a hidden bit.)
986 * v850-tdep.c: Add support for function calling. Fix some
987 problems with debugging code w/o debug symbols.
988 * config/v850/tm-v850.h: Ditto.
989
990 Tue Oct 15 18:19:42 1996 Ian Lance Taylor <ian@cygnus.com>
991
992 * utils.c: Always ensure that size_t is defined. Check
993 HAVE_STDDEF_H rather than __STDC__
994 (xmalloc, xrealloc): Use size_t rather than long.
995
996 Tue Oct 15 14:24:19 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
997
998 * config/powerpc/tm-ppc-eabi.h: Undefine NO_SINGLE_STEP so targets
999 can use single-step commands.
1000
1001 Sun Oct 13 11:38:25 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1002
1003 * stabsread.c (define_symbol): If REG_STRUCT_HAS_ADDR is non-zero,
1004 follow typedefs before checking TYPE_CODE for structures and unions.
1005
1006 Fri Oct 11 15:43:54 1996 Stu Grossman (grossman@critters.cygnus.com)
1007
1008 * frame.h: Move definition of struct frame_saved_regs to before
1009 struct frame to make it possible to use frame_saved_regs in
1010 EXTRA_FRAME_INFO macro.
1011
1012 * v850-tdep.c config/v850/tm-v850.h: Lotsa new functions and
1013 macros to make frame operations (such as backtrace) work.
1014
1015 Fri Oct 11 14:23:50 1996 Fred Fish <fnf@cygnus.com>
1016
1017 * dbxread.c (process_one_symbol): Check for null string directly
1018 rather than using strcmp against "".
1019 * partial-stab.h: Ditto.
1020
1021 Fri Oct 11 12:18:32 1996 Mark Alexander <marka@cygnus.com>
1022
1023 * gdbserver/{gdbreplay.c,low-linux.c,remote-utils.c,utils.c}:
1024 Make it compile on Linux and eliminate some warnings.
1025
1026 Thu Oct 10 16:32:08 1996 Stu Grossman (grossman@critters.cygnus.com)
1027
1028 * Makefile.in (init.c): Fixup final sed script to work around
1029 Linux bug with `p' operator.
1030
1031 Wed Oct 9 18:02:48 1996 Stan Shebs <shebs@andros.cygnus.com>
1032
1033 * remote-mips.c: Use the correct name everywhere (DDB) for NEC's
1034 VR4300 target.
1035 (ddb_ops, pmon_ops): Fix the documentation strings.
1036
1037 Wed Oct 9 07:42:44 1996 Stu Grossman (grossman@critters.cygnus.com)
1038
1039 * Makefile.in (init.c): Retro HPUX grep lacks -h option. Strip
1040 filenames with sed instead.
1041
1042 Tue Oct 8 15:59:44 1996 Stu Grossman (grossman@critters.cygnus.com)
1043
1044 * defs.h: Remove decls of xmalloc and xrealloc. There is a
1045 conflicting definition in libiberty.h.
1046
1047 Tue Oct 8 11:47:13 1996 Fred Fish <fnf@cygnus.com>
1048
1049 * dbxread.c (dbx_symfile_read): Call free_pending_blocks rather
1050 than poking global variable (which is now static).
1051 * hpread.c (hpread_build_psymtabs): Ditto.
1052 * os9kread.c (os9k_symfile_read): Ditto.
1053 * xcoffread.c (xcoff_initial_scan): Ditto.
1054
1055 * buildsym.h (free_pending_blocks): Declare here.
1056 (pending_blocks): Remove declaration of global symbol.
1057 (free_pendings): Remove declaration of global symbol.
1058 (make_blockvector): Declare here.
1059 (record_pending_block): Declare here.
1060
1061 * dstread.c (make_blockvector): Remove static copy that was old
1062 clone of version in buildsym.c.
1063 (process_dst_block): Call record_pending_block rather than doing
1064 it by hand.
1065 (read_dst_symtab): Ditto.
1066
1067 * buildsym.c (make_blockvector): Make global rather than static,
1068 (record_pending_block): New function, code moved from finish_block.
1069 (finish_block): Use record_pending_block.
1070 (free_pending_blocks): New function.
1071 (really_free_pendings): Call free_pending_blocks.
1072 (pending_blocks): Make static instead of global.
1073 (free_pendings): Make static instead of global.
1074
1075 Tue Oct 8 09:03:22 1996 Stu Grossman (grossman@critters.cygnus.com)
1076
1077 * config/i386/windows.mh config/i386/xm-windows.h:: New config
1078 files to support building Wingdb (built under Microsoft build
1079 environment).
1080
1081 * Makefile.in: Add rule for hpux-thread.o (needs special header
1082 files).
1083 * (SUBDIRS): Remove mswin.
1084 * Change procedure for creating init.c. Speeds things up quite a
1085 bit.
1086 * config.in configure configure.in: Check for select, poll.
1087 * Check for OSF header files before including hpux-thread.o.
1088 * Don't configure doc or testsuite when building under MSVC.
1089 * findvar.c value.h (read_register_pid write_register_pid): Make
1090 global. Needed for hppa-tdep.c.
1091 * (supply_register): Don't set pid to inferior_pid when supplying
1092 registers.
1093 * hppa-tdep.c (saved_pc_after_call): frame_saved_pc ->
1094 FRAME_SAVED_PC.
1095 * (frame_saved_pc): Change name to hppa_frame_saved_pc.
1096 * (hppa_pop_frame): Don't use a pid of 0 with target_write_pc.
1097 Use write_pc instead, which uses the correct pid.
1098 * (target_read_pc target_write_pc): Use read/write_register_pid
1099 instead of read/write_register to preserve the pid passed in.
1100 * inftarg.c (child_can_run): Add flag child_suppress_run to allow
1101 hpux-threads.c to override this as a runnable target.
1102 * config/pa/nm-hppah.h: Define target_new_objfile and
1103 target_pid_to_str.
1104 * config/pa/tm-hppa.h (FRAME_SAVED_PC): Use hppa_frame_saved_pc
1105 instead of frame_saved_pc.
1106 * config/m68k/tm-m68k.h: Define TARGET_M68K for Wingdb.
1107 * config/m68k/tm-monitor.h: Use FRAME_CHAIN_VALID_ALTERNATE, since
1108 we can't easily determine the start file bounds with ELF.
1109 * config/mips/tm-mips.h: Define TARGET_MIPS for Wingdb.
1110 * hpux-thread.c: New file for HPUX/OSF thread support.
1111 * osf-share/{README AT386/cma_thread_io.h HP800/cma_thread_io.h
1112 RIOS/cma_thread_io.h cma_attr.h cma_deb_core.h cma_debug_client.h
1113 cma_errors.h cma_handle.h cma_init.h cma_list.h cma_mutex.h
1114 cma_sched.h cma_semaphore_defs.h cma_sequence.h cma_stack.h
1115 cma_stack_int.h cma_tcb_defs.h cma_util.h}: New files for OSF
1116 thread support.
1117
1118 Sun Oct 6 15:48:09 1996 Fred Fish <fnf@cygnus.com>
1119
1120 * buildsym.c (finish_block): Change innerblock_anon_complaint to
1121 print the addresses as part of the complaint. Add a complaint for
1122 cases where the block end address is smaller than the block start
1123 address, in case any such conditions slip through our fixup mechanism.
1124 * symmisc.c (dump_symtab): Only print blockvector for primary
1125 symtabs, to avoid massive duplication of output due to secondary
1126 symtabs that point to same blockvector. Also do some minor
1127 formatting tweaks.
1128
1129 Mon Oct 7 10:42:32 1996 Per Bothner <bothner@deneb.cygnus.com>
1130
1131 Replace header_files global by per-objfile field.
1132 * gdb-stabs.h (struct dbx_symfile_info): Add fields header_files,
1133 n_header_files, n_allocated_header_files.
1134 * stabsread.h (header_files, n_header_files, n_allocated_header_files):
1135 Replace externs by macros HEADER_FILES, N_HEADER_FILES, and
1136 N_ALLOCATED_HEADER_FILES.
1137 * dbxread.c (dbx_symfile_finish): Free HEADER_FILES.
1138 (free_header_files, init_header-files): Don't free/init headerfiles.
1139 (various functions): Use macros instead of header_files globals.
1140 * stabsread.c (various functions): Likewise.
1141
1142 Sun Oct 6 22:43:06 1996 Jason Merrill <jason@yorick.cygnus.com>
1143
1144 * dwarf2read.c (read_tag_reference_type): New fn.
1145 (read_type_die): Call it.
1146 (dwarf_attr): Also look in the DIEs referred to by specification
1147 or abstract_origin attributes.
1148
1149 Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com>
1150
1151 * inferior.h (IN_SIGTRAMP): Pass pc to SIGTRAMP_START and
1152 SIGTRAMP_END.
1153 * config/i386/tm-i386os9k.h (SIGTRAMP_START, SIGTRAMP_END):
1154 Define with dummy pc arg.
1155 * config/m68k/tm-nbsd.h: Ditto.
1156 * doc/gdbint.texinfo: Document that SIGTRAMP_START and
1157 SIGTRAMP_END are macros that take an single argument.
1158
1159 Mon Sep 30 20:02:45 1996 Fred Fish <fnf@cygnus.com>
1160
1161 * defs.h: Remove define of PRIVATE_XMALLOC.
1162
1163 Mon Sep 30 15:39:28 1996 Stu Grossman (grossman@critters.cygnus.com)
1164
1165 * config/v850/tm-v850.h: Use distinct register for PC, not EIPC.
1166
1167 Mon Sep 30 11:16:34 1996 Jeffrey A Law (law@cygnus.com)
1168
1169 * top.c (execute_control_command): Free values from while_control
1170 and if_control conditions after evaluation to avoid storage leaks.
1171 From Peter Schauer.
1172
1173 Fri Sep 27 17:43:06 1996 Stu Grossman (grossman@critters.cygnus.com)
1174
1175 * configure configure.in: Recognize v850 target.
1176 * v850-tdep.c: New file, NEC V850 target support.
1177 * config/v850/{v850.mt tm-v850.h}: New files for NEC V850 support.
1178
1179 Fri Sep 27 14:48:15 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1180
1181 * infrun.c (wait_for_inferior): Update current_line and
1182 current_symtab when stepping continues in the middle of a new line.
1183
1184 Fri Sep 27 10:25:30 1996 Fred Fish <fnf@cygnus.com>
1185
1186 * top.c (print_gdb_version): Rewrote to comply with new GNU coding
1187 standards for the --version option.
1188 (print_gnu_advertisement): Remove, now part of print_gdb_version.
1189 (show_version): Remove call to print_gnu_advertisement.
1190 * top.h (print_gnu_advertisement): Remove prototype.
1191 * main.c (print_gdb_help): Move help to static function and
1192 add prototype.
1193 (main): Call print_gdb_help rather than inlining it.
1194 (main): Remove call to print_gnu_advertisement.
1195 start-sanitize-gdbtk
1196 * gdbtk.tcl (create_copyright_window): Increase timeout from
1197 15 seconds to 30 seconds.
1198 end-sanitize-gdbtk
1199
1200 Fri Sep 27 13:32:53 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1201
1202 * config/d10v/tm-d10v.h (TARGET_{INT,PTR}_BIT): Define.
1203 (TARGET_{,LONG_}DOUBLE_BIT): Ditto.
1204
1205 Thu Sep 26 23:10:26 1996 Mark Alexander <marka@cygnus.com>
1206
1207 * configure.in, config/i386/tm-linux.h: Fix configure
1208 problem on older Linux systems that prevented core files
1209 from being recognized.
1210
1211 Wed Sep 25 18:31:33 1996 Stan Shebs <shebs@andros.cygnus.com>
1212
1213 * dbug-rom.c: New file, support for Motorola's dBUG monitor.
1214 * config/m68k/monitor.mt (TDEPFILES): Add it.
1215 * NEWS: Mention it.
1216
1217 Mon Sep 23 16:13:50 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1218
1219 * config/d10v/tm-d10v.h (SAVED_PC_AFTER_CALL): Fixed.
1220 Now single-steps correctly.
1221 * d10v-tdep.c (d10v_pop_frame): Fixed.
1222
1223 Fri Sep 20 16:10:58 1996 Stan Shebs <shebs@andros.cygnus.com>
1224
1225 * config/sh/tm-sh.h (REGISTER_NAMES): Move fp registers to
1226 be consistent with GCC.
1227 (FPUL_REGNUM, etc): Renumber to match list changes.
1228 (ADDR_BITS_REMOVE): Delete.
1229 * sh-tdep.c (sh_reg_names, sh3_reg_names, sh3e_reg_names):
1230 Rearrange to match REGISTER_NAMES.
1231 * sh3-rom.c (sh3_regnames, sh3e_regnames): Ditto.
1232
1233 Thu Sep 19 16:19:01 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1234
1235 * d10v-tdep.c: Stack chain should work now.
1236
1237 Tue Sep 17 18:46:57 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1238
1239 * d10v-tdep.c, config/d10v/tm-d10v.h: Snapshot.
1240
1241 Tue Sep 17 12:20:50 1996 Ian Lance Taylor <ian@cygnus.com>
1242
1243 * configure.in: Add cases for MIPS 5000 like MIPS 4300.
1244 * configure: Rebuild.
1245
1246 Tue Sep 17 12:09:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
1247
1248 * ser-e7kpc.c: Added wingdb support for target e7000pc.
1249
1250 Tue Sep 17 10:56:52 1996 James G. Smith <jsmith@cygnus.co.uk>
1251
1252 * remote-mips.c (pmon_wait): DDB PMON does not require forced
1253 re-entry back into debug mode.
1254
1255 Mon Sep 16 14:32:58 1996 James G. Smith <jsmith@cygnus.co.uk>
1256
1257 * remote-mips.c (mips_load): Ensure that the PC is explicitly
1258 loaded after a load to a DDB PMON system.
1259
1260 Fri Sep 13 12:02:39 1996 Fred Fish <fnf@cygnus.com>
1261
1262 * Makefile.in (INTERNAL_LDFLAGS): Add @HLDFLAGS@ to list.
1263 (HLDENV): Set to @HLDENV@.
1264 (gdb): Prefix link command line with $(HLDENV).
1265 * configure.in: Add support to test for --enable-shared and
1266 generate appropriate values for HLDFLAGS and HLDENV.
1267 * configure: Regenerated with autoconf.
1268
1269 Sun Sep 8 15:26:27 1996 Fred Fish <fnf@cygnus.com>
1270
1271 * alpha-nat.c (fetch_core_registers): Match Sep 4 gdbcore.h prototype
1272 change for core_read_registers in struct core_fns.
1273 * core-regset.c (fetch_core_registers): Ditto & add prototype.
1274 * core-sol2.c (fetch_core_registers): Ditto & add prototype.
1275 * i386aix-nat.c (fetch_core_registers): Ditto & add prototype.
1276 * i386b-nat.c (fetch_core_registers): Ditto.
1277 * i386mach-nat.c (fetch_core_registers): Ditto & add prototype.
1278 * irix4-nat.c (fetch_core_registers): Ditto.
1279 * irix5-nat.c (fetch_core_registers): Ditto.
1280 * lynx-nat.c (fetch_core_registers): Ditto & add prototype.
1281 * m68knbsd-nat.c (fetch_core_registers): Ditto.
1282 * mips-nat.c (fetch_core_registers): Ditto & add prototype.
1283 * rs6000-nat.c (fetch_core_registers): Ditto.
1284 * sparc-nat.c (fetch_core_registers): Ditto.
1285 * sun3-nat.c (fetch_core_registers): Ditto & add prototype.
1286 * ultra3-nat.c (fetch_core_registers): Ditto & add prototype.
1287
1288 * alpha-nat.c (register_addr): Match Sep 4 gdbcore.h prototype change.
1289 * delta68-nat.c (register_addr): Ditto.
1290 * gdbserver/low-linux.c (register_addr): Ditto.
1291 * gdbserver/low-hppabsd.c (register_addr): Ditto.
1292 * i386m3-nat.c (register_addr): Ditto.
1293 * mips-nat.c (register_addr): Ditto.
1294 * ultra3-nat.c (register_addr): Ditto.
1295
1296 Sun Sep 8 15:14:00 1996 Stu Grossman (grossman@critters.cygnus.com)
1297
1298 * blockframe.c (inside_main_func): Cleanup slightly. Move
1299 mainsym def into the block it's used in.
1300 * configure.in configure: Allow NATDEPFILES to be recognized in
1301 .mh files regardless of whitespace.
1302
1303 * cpu32bug-rom.c (cpu32bug_cmds): Change load_response string to
1304 keep downloads from hanging.
1305
1306 * remote-wiggler.c: Add support for flash upgrades.
1307 * (wiggler_error): Fix message format. Add new error code.
1308 * (wiggler_write_byets): Error code is hex. Report errors with
1309 proper routine name.
1310 * (wiggler_read_byets): Report errors with proper routine name.
1311 * (get_packet): Add support for new flash commands.
1312 * (wiggler_load): Call clear_symtab_users() to reset things
1313 properly after download.
1314 * (flash_xfer_memory bdm_update_flash_command): New funxtions to
1315 support flash upgrades for Wiggler.
1316 * (_initialize_remote_wiggler): Add `bdm update-flash' command.
1317
1318 Fri Sep 6 13:14:13 1996 Geoffrey Noer <noer@cygnus.com>
1319
1320 * ser-tcp.c: don't include netinet/tcp.h if __CYGWIN32__
1321
1322 Thu Sep 5 17:05:13 1996 Geoffrey Noer <noer@cygnus.com>
1323
1324 * config/i386/cygwin32.mh:
1325 * config/powerpc/cygwin32.mh: build ser-tcp.o for both hosts
1326
1327 Thu Sep 5 12:09:13 1996 Per Bothner <bothner@deneb.cygnus.com>
1328
1329 * value.h (COERCE_REF): Fix previous change.
1330 (COERCE_ENUM): Add a check_typedef (this is the real fix).
1331
1332 Thu Sep 5 03:28:30 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
1333
1334 * eval.c (evaluate_subexp_standard): In case of OP_ARRAY: make a
1335 better check of array boundaries.
1336
1337 Thu Sep 5 01:29:42 1996 Stu Grossman (grossman@critters.cygnus.com)
1338
1339 * configure: Update aclocal.m4 and re-run autoconf to get correct
1340 defs for BFD stuff.
1341 * remote-wiggler.c (wiggler_error): Error codes are hex. Also,
1342 fix default message generation.
1343
1344 Wed Sep 4 17:28:40 1996 Stu Grossman (grossman@critters.cygnus.com)
1345
1346 * Makefile.in: Add mswin to SUBDIRS. Add rules for
1347 mswin/libwingdb.a and remote-wiggler.o.
1348 * breakpoint.c (breakpoint_here_p): Clean up bp enabled test.
1349 * (breakpoint_inserted_here_p): New func, just like
1350 breakpoint_here_p, except it's honest. Honestly.
1351 * breakpoint.h: Proto for above.
1352 start-sanitize-gdbtk
1353 * configure configure.in: Add host *windows* to list of hosts
1354 that don't support GDBtk.
1355 end-sanitize-gdbtk
1356 * configure configure.in: Add mswin to configdirs if host is
1357 i[3456]86-*-windows.
1358 * core-aout.c (fetch_core_registers register_addr) gdbcore.h:
1359 Change all vars that can contain addresses to type CORE_ADDR.
1360 * findvar.c (supply_register): Allow val to be NULL. This means
1361 that regno is unsupported.
1362 * (read_pc read_pc_pid write_pc write_pc_pid): Make non-pid forms
1363 just call pid forms with inferior_pid so that there's only once
1364 place to hack PC's and such.
1365 * infrun.c (proceed): Don't skip breakpoints if user changed PC.
1366 * remote-wiggler.c: New file. Support for BDM interface from
1367 Macraigor Systems.
1368 * serial.c: Enhance serial logging capability. Add hex and octal
1369 output modes (set remotelogbase {hex|octal|ascii}. Also log
1370 breaks, timeouts, errors, and eofs.
1371 * serial.h: Redefine SERIAL_SEND_BREAK to go through a wrapper
1372 function so that we can log breaks. Don't export serial_logfile
1373 or serial_logfp.
1374 * top.c (execute_command): Don't test for serial_logfp here.
1375 Just call serial_log_comand, and let serial.c sort it out.
1376 * valops.c (value_of_variable): Don't attempt to establish frames
1377 for static and global variables. This makes things work a bit
1378 better if the stack or frame pointer is trashed.
1379 * config/m68k/monitor.mt (TDEPFILES): Add remote-wiggler.o.
1380 * config/m68k/tm-m68k.h: Define STACK_ALIGN. CPU32 can't hack
1381 misaligned stacks during function calls.
1382
1383 Wed Sep 4 13:06:26 1996 Ian Lance Taylor <ian@cygnus.com>
1384
1385 * terminal.h: Don't use #elif.
1386
1387 Wed Sep 4 06:49:35 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
1388
1389 * ch-exp.c (parse_tuple_element): Allow (*): for array tuples
1390 if we have a type.
1391
1392 * eval.c (evaluate_subexp_standard): In case of OP_ARRAY:
1393 check number of args against bounds of array to avoid
1394 memory corruption.
1395
1396 * value.h (COERCE_REF): Do a CHECK_TYPEDEF in case we get
1397 a TYPE_CODE_TYPEDEF.
1398
1399 Fri Aug 30 15:07:14 1996 James G. Smith <jsmith@cygnus.co.uk>
1400
1401 * remote-mips.c: Provide support for DDBVR4300 target board.
1402 (ddb_open, ddb_ops): Added.
1403 (mips_monitor_type): MON_DDB Added.
1404 (mips_enter_debug, mips_exit_debug, mips_initialize,
1405 mips_fetch_registers, common_breakpoint, mips_load,
1406 _initialize_remote_mips): Updated.
1407
1408 Thu Aug 29 17:00:18 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1409
1410 * nlm/configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
1411 * nlm/configure: Regenerate.
1412
1413 * gdbserver/configure.in (i[345]86-*-*): Recognize i686 for
1414 pentium pro.
1415
1416 Wed Aug 28 13:11:15 1996 Ian Lance Taylor <ian@cygnus.com>
1417
1418 * configure.in: If CY_AC_PATH_TCLCONFIG can't find TCL, don't run
1419 CY_AC_LOAD_TCLCONFIG.
1420 * configure: Rebuild.
1421
1422 Tue Aug 27 12:40:40 1996 Fred Fish <fnf@cygnus.com>
1423
1424 * infrun.c (wait_for_inferior): Initialize stop_func_end before calling
1425 find_pc_partial_function.
1426
1427 Tue Aug 27 10:17:34 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1428
1429 * configure: Regenerate again.
1430
1431 Tue Aug 27 04:25:08 1996 Geoffrey Noer <noer@cygnus.com>
1432
1433 * configure.in: work around host_alias configure bug.
1434 AC_CANONICAL_HOST is called twice (first by AC_CHECK_TOOL
1435 and second by AC_CANONICAL_SYSTEM). The second clobbers the
1436 previous setting. Circumventing by moving the second check
1437 to before the first.
1438 * configure: regenerated
1439
1440 Mon Aug 26 18:36:54 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1441
1442 * config/d10v/d10v.mt: New file.
1443 * config/d10v/tm-d10v.h: New file.
1444 * configure.in: New target D10V.
1445 * d10v-tdep.c: New file.
1446
1447 Sun Aug 25 00:09:47 1996 Fred Fish <fnf@rtl.cygnus.com>
1448
1449 * rs6000-tdep.c: Fix typo in comment.
1450 * valops.c (call_function_by_hand): Set using_gcc to 2
1451 for code compiled without -g, per comment in code.
1452 * config/a29k/tm-a29k.h (STACK_ALIGN): Add comment.
1453 * config/sparc/tm-sparc.h (STACK_ALIGN): Add comment.
1454 * config/sparc/tm-sp64.h (STACK_ALIGN): Add comment.
1455 * config/pyr/tm-pyr.h (STACK_ALIGN): Add comment.
1456 * config/m88k/tm-m88k.h (STACK_ALIGN): Add comment.
1457 * config/pa/tm-hppa.h (PUSH_ARGUMENTS): Enclose args in ()'s.
1458 (STACK_ALIGN): Add comment, move to be with other associated
1459 macros, and document.
1460 * config/mips/tm-mips.h (PUSH_ARGUMENTS): Enclose args in ()'s.
1461 (STACK_ALIGN): Remove completely, handled by PUSH_ARGUMENTS.
1462 * config/alpha/tm-alpha.h (PUSH_ARGUMENTS): Enclose args in ()'s.
1463 * config/rs6000/tm-rs6000.h (STACK_ALIGN): Remove completely,
1464 handled by PUSH_ARGUMENTS.
1465 (PUSH_ARGUMENTS): Enclose args in ()'s.
1466
1467 Fri Aug 23 13:55:05 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1468
1469 * infrun.c (wait_for_inferior): Try to reenable shared library
1470 breakpoints even if auto_solib_load is not set.
1471
1472 Fri Aug 23 00:44:57 1996 Fred Fish <fnf@cygnus.com>
1473
1474 * gdbtk.c (gdbtk_init): Check for a DISPLAY env variable and
1475 gracefully degrade to using command line interface if none is
1476 found.
1477
1478 Wed Aug 21 16:31:27 1996 Fred Fish <fnf@cygnus.com>
1479
1480 * valprint.c (print_longest): Test for CC_HAS_LONG_LONG as well as
1481 PRINTF_HAS_LONG_LONG.
1482 * expprint.c (dump_expression): Ditto.
1483 * configure.in: Fix check for long long support in compiler to
1484 use a function body, not a nested function.
1485 * configure: Rebuild with autoconf.
1486
1487 Tue Aug 20 17:59:42 1996 Ian Lance Taylor <ian@cygnus.com>
1488
1489 * aclocal.m4: Include ../bfd/aclocal.m4.
1490 * configure.in: Add stdlib.h to AC_CHECK_HEADERS. Call
1491 BFD_NEED_DECLARATION on malloc, realloc, and free.
1492 * acconfig.h: Add NEED_DECLARATION_MALLOC,
1493 NEED_DECLARATION_REALLOC, and NEED_DECLARATION_FREE.
1494 * configure, config.in: Rebuild.
1495 * defs.h: Include <stddef.h> and <stdlib.h> based on HAVE_*_H
1496 rather than __STDC__. Only declare malloc, realloc, and free if
1497 NEED_DECLARATION_* is defined.
1498
1499 Tue Aug 20 15:37:03 1996 Fred Fish <fnf@cygnus.com>
1500
1501 * solib.c (_initialize_solib): Add missing '\' chars at ends of
1502 strings that continue on next line.
1503 (enable_break): Replace "return 0" with setting success to zero
1504 and letting normal return handle the return.
1505
1506 Sat Aug 17 14:16:23 1996 Fred Fish <fnf@cygnus.com>
1507
1508 * mips-tdep.c (mips_push_arguments): Make sure sp and struct_addr
1509 are properly aligned.
1510
1511 Fri Aug 16 17:54:26 1996 Stan Shebs <shebs@andros.cygnus.com>
1512
1513 * rs6000-tdep.c (rs6000_fix_call_dummy): Add full set of arguments.
1514 * config/rs6000/tm-rs6000.h (FIX_CALL_DUMMY): Pass all arguments
1515 to function, declare function correctly.
1516
1517 Fri Aug 16 17:24:35 1996 Dawn Perchik <dawn@critters.cygnus.com>
1518
1519 * symtab.h: changed namespace to _namespace for compiling under
1520 MFC v4.0.
1521
1522 Fri Aug 16 13:52:21 1996 Stan Shebs <shebs@andros.cygnus.com>
1523
1524 * mpw-make.sed: Update for various recent changes, add some
1525 comments.
1526 start-sanitize-gm
1527 * mpw-config.in: Fix name of Magic Cap-specific file.
1528 end-sanitize-gm
1529
1530 Fri Aug 16 15:47:36 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1531
1532 * config/rs6000/tm-rs6000.h (FIX_CALL_DUMMY): Cast args to be an
1533 integer for type correctness.
1534
1535 Fri Aug 16 15:15:37 1996 James G. Smith <jsmith@cygnus.co.uk>
1536
1537 * config/mips/{vr4300.mt, vr4300el.mt} (SIM): Add -lm when
1538 simulator is included.
1539
1540 Thu Aug 15 13:44:13 1996 Fred Fish <fnf@cygnus.com>
1541
1542 * findvar.c (write_register_pid): Only needed when TARGET_WRITE_PC
1543 is not defined.
1544 (read_register_pid): Only needed when TARGET_READ_PC is not
1545 defined.
1546 * hppa-tdep.c (frame_saved_pc): Remove prototype.
1547 * infptrace.c (udot_info): Prototype when CHILD_XFER_MEMORY is
1548 not defined.
1549 * config/xm-aix4.h (aix_resizewindow): Convert old style decl
1550 to prototype.
1551 * xcoffsolib.c (command.h): Include for needed prototypes.
1552
1553 Wed Aug 14 17:54:19 1996 Stu Grossman (grossman@critters.cygnus.com)
1554
1555 * config/i386/cygwin32.mh: Set NAT_FILE to nm-empty.h to make
1556 native work.
1557
1558 Wed Aug 14 02:03:42 1996 Fred Fish <fnf@cygnus.com>
1559
1560 From Blair MacIntyre <bm@cs.columbia.edu>:
1561 * hppa-tdep.c (hppa_fix_call_dummy): Use MSYMBOL_TYPE rather
1562 than SYMBOL_TYPE on msymbols.
1563 * somsolib.c (som_solib_create_inferior_hook): Ditto.
1564
1565 * Makefile.in (init.c): Generate with prototypes.
1566
1567 * config/pa/tm-hppa.h (frame_saved_pc): Add prototype.
1568 * config/rs6000/xm-rs6000.h (aix_resizewindow): Ditto.
1569 * config/rs6000/tm-rs6000.h (frame_initial_stack_address): Ditto.
1570 (pc_load_segment_name): Ditto.
1571 (pop_frame): Ditto.
1572 (extract_return_value): Ditto.
1573 (is_magic_function_pointer): Ditto.
1574 (push_dummy_frame): Ditto.
1575 (fix_call_dummy): Ditto.
1576 (push_arguments): Ditto.
1577 (skip_trampoline_code): Ditto.
1578 (aix_process_linenos): Ditto.
1579
1580 * config/m68k/tm-cisco.h (get_longjmp_target): Add prototype.
1581 * config/m68k/tm-es1800.h: Ditto.
1582 * config/m68k/tm-vx68.h: Ditto.
1583 * config/m68k/tm-sun3.h: Ditto.
1584 * config/m68k/tm-m68kv4.h: Ditto.
1585
1586 Tue Aug 13 23:04:36 1996 Fred Fish <fnf@cygnus.com>
1587
1588 * config/mips/nm-mips.h (get_longjmp_target): Add prototype.
1589 * config/mips/nm-irix3.h (get_longjmp_target): Add prototype.
1590 * remote-mips.c (mips_read_processor_type): Remove prototype.
1591 * mips-tdep.c (gdb_print_insn_mips): Add prototype and make static.
1592 * irix5-nat.c (fetch_core_registers): Add prototype.
1593
1594 Mon Aug 12 21:23:44 1996 Fred Fish <fnf@cygnus.com>
1595
1596 * remote-pa.c (boot_board): Add dummy params to make type compatible
1597 for passing to add_com.
1598 * scm-exp.c (scm_lreadr): Ensure svalue is not used uninitialized.
1599 * buildsym.c (compare_line_numbers): Change function to match
1600 prototype and also what qsort expects.
1601
1602 Mon Aug 12 19:19:00 1996 Mark Alexander <marka@cygnus.com>
1603
1604 * remote.c: Make remote_write_size public.
1605 * sh-tdep.c (_initialize_sh_tdep): Set remote_write_size to 300
1606 to prevent packet errors with some versions of CMON.
1607
1608 Mon Aug 12 16:20:58 1996 Stu Grossman (grossman@critters.cygnus.com)
1609
1610 * defs.h: Define CONST_PTR as blank if compiling with Microsoft
1611 C, else it's `const'.
1612 * c-lang.c c-lang.h ch-lang.c f-lang.c language.c m2-lang.c
1613 scm-lang.c: Microsoft C can't hack const pointers. Use CONST_PTR
1614 macro instead.
1615 * configure configure.in defs.h: Use AC_C_CONST to figure out if
1616 the compiler supports const. Gets rid of some cruft in defs.h.
1617 * dwarf2read.c: <string.h> -> "gdb_string.h"
1618 * remote-sim.c: Add prototypes. Fix call to gdbsim_kill.
1619 * sparcl-tdep.c (download): Add prototypes to write_routine and
1620 start_routine args.
1621
1622 * mswin/gdbwin.c: Don't include both varargs.h AND stdarg.h. Get
1623 rid of varargs.h Include string.h.
1624 * (gdbwin_update gdbwin_fputs regs_changed_f bpt_changed_f
1625 update): Fix prototypes, fix calls.
1626 * (update): Return value for catch_errors.
1627 * (run_execute_command togdb_command_from_tty togdb_command):
1628 Cleanup catching of errors from calls to execute_command. Also,
1629 dup command string to avoid modifying const strings.
1630 * (togdb_breakinfo_i_init togdb_breakinfo_i_next): Use 0 instead
1631 of NULL when see if b->address isn't set.
1632 * (bi_disable_bpt bi_enable_bpt bi_delete_all
1633 bi_delete_breakpoint): Add arg to calls to update.
1634 * (gui_command): Add prototype.
1635 * (mswin_query): Fix prototype.
1636 * (_initialize_gdbwin): Dup string to avoid modifying const.
1637 * (info_path togdb_get_info_path): Remove const from decls cuz
1638 this can't be const (it points at malloc'ed memory).
1639 * (togdb_searchpath): Remove const from path. Dup string to
1640 avoid modifying const strings.
1641 * rindex -> strrchr.
1642 * (gdbwin_list_symbols): Regexp param is const.
1643 * Fix lots of refs to psymtabs to deref correct pointers.
1644 * (togdb_set_breakpoint_sal): Call set_breakpoint_sal with sal,
1645 not &sal.
1646 * mswin/gdbwin.h (togdb_searchpath togdb_get_info_path
1647 toget_set_info_path): Fix prototypes to match reality.
1648 * mswin/gui.cpp: Define _beginthreadex and _endthreadex routines
1649 with proper prototypes.
1650 * mswin/iface.cpp (gdbwin_fputs): Define with correct number of args.
1651 * mswin/ser-win32s.c: Fix defs of min and max.
1652 * mswin/serdll32.c (OpenComm16): Make cbInQueue and cbOutQueue be
1653 USHORT.
1654 * (WriteComm16): Change lpBug from LPVOID to LPCSTR.
1655 * mswin/serdll32.h: Fix prototypes for OpenComm16 and WriteComm16.
1656
1657 Sun Aug 11 20:54:16 1996 Stu Grossman (grossman@critters.cygnus.com)
1658
1659 * main.c (main): Make sure command loop is used with cygwin32.
1660 * terminal.h: Allow cygwin32 to use termios.h.
1661
1662 start-sanitize-gdbtk
1663 Fri Aug 9 12:32:53 1996 Tom Tromey <tromey@creche.cygnus.com>
1664
1665 * Makefile.in (LIB_INSTALL_DIR): New macro.
1666 (TCL): Include @TCL_LD_SEARCH_FLAGS@.
1667
1668 end-sanitize-gdbtk
1669 Fri Aug 9 12:42:49 1996 Jeffrey A Law (law@cygnus.com)
1670
1671 * somread.c (som_symtab_read): Handle secondary definition
1672 symbols (aka weak symbols).
1673
1674 * config/tm-hppa.h (EXTRACT_RETURN_VALUE): Fix thinko in
1675 last change.
1676
1677 Thu Aug 8 10:12:36 1996 Stu Grossman (grossman@critters.cygnus.com)
1678
1679 * symfile.c (symfile_bfd_open): Change ifdef from __WIN32__ to
1680 _WIN32.
1681
1682 * somread.c: Rearrange order of includes to fix warnings under
1683 hpux-10.10. Also don't include sys/file.h.
1684
1685 Wed Aug 7 21:45:52 1996 Stu Grossman (grossman@critters.cygnus.com)
1686
1687 * dbxread.c: Don't include param.h or sys/file.h.
1688 * (dbx_symfile_read): Determine symfile_relocatable from bfd
1689 flags instead of file extension. Also clean up a little bit.
1690
1691 Wed Aug 7 17:18:37 1996 Stu Grossman (grossman@critters.cygnus.com)
1692
1693 * dwarf2read.c dwarfread.c exec.c infcmd.c infrun.c main.c
1694 mdebugread.c os9kread.c source.c top.c utils.c: Don't
1695 include param.h or sys/file.h (or unistd.h in some cases).
1696 * defs.h exec.c inflow.c remote-array.c remote-e7000.c
1697 sparcl-tdep.c terminal.h utils.c: Replace all occurances of
1698 __WIN32__, WINGDB, WIN32, etc... with _WIN32.
1699 * main.c: Remove #ifndef WINGDB around option processing. Fix
1700 bug with passing argc==0 and argv==NULL to getopt.
1701 * (main) Remove calls to access() before source_command. Let
1702 soure_command handle access errors.
1703 * maint.c (maintenance_dump_me): #ifdef out for _WIN32.
1704 * symtab.c (operator_chars): Make this global for wingdb.
1705 * top.c (disconnect): #ifdef out for _WIN32.
1706 * (source_command): If got an error and from_tty, then call print
1707 error, else just return quietly.
1708 * utils.c (fatal_dump_core): Can't kill ourselves under windows.
1709 Just exit.
1710 * (pollquit notice_quit): #ifdef out stuff that doesn't exist
1711 under windows.
1712
1713 Wed Aug 7 09:59:19 1996 Jeffrey A Law (law@cygnus.com)
1714
1715 * config/pa/tm-hppa.h (EXTRACT_RETURN_VALUE): Tweak for
1716 structures > 4 bytes in size.
1717
1718 * valops.c (call_function_by_hand): Handle aligning stacks that
1719 grow up correctly.
1720 * config/pa/tm-hppa.h (USE_STRUCT_CONVENTION): Define.
1721 (STACK_ALIGN): Define.
1722 * hppa-tdep.c (hppa_alignof): Don't demand a minumim two byte
1723 alignment on structs/unions.
1724
1725 Sun Aug 4 16:22:42 1996 Fred Fish <fnf@cygnus.com>
1726
1727 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Define to "int *",
1728 which is the documented type under at least AIX 3 and AIX 4.
1729
1730 Sat Aug 3 04:02:46 1996 Fred Fish <fnf@cygnus.com>
1731
1732 * config/alpha/alpha-osf3.mh (XM_FILE): Change from xm-alpha.h to
1733 xm-alphaosf.h.
1734 (MMALLOC_CFLAGS): Define NO_MMCHECK to not install consistency
1735 checks.
1736
1737 start-sanitize-gdbtk
1738 Thu Aug 1 20:35:01 1996 Tom Tromey <tromey@creche.cygnus.com>
1739
1740 * gdbtk.c (mainWindow): Deleted.
1741 (cleanup_init): Don't destroy main window.
1742 (gdbtk_init): Main window now created by Tk_Init.
1743
1744 * configure.in: Most X checks now handled automatically by Tk.
1745 Use new macros to find Tcl/Tk.
1746 * aclocal.m4: New version for new Tcl/Tk; from Don Libes.
1747 * config.in, configure: Regenerated.
1748
1749 * Makefile.in (TCL, TCL_CFLAGS, TK, TK_CFLAGS, X11_CFLAGS,
1750 X11_LDFLAGS, X11_LIBS): Changed for new Tcl and Tk.
1751
1752 end-sanitize-gdbtk
1753 Thu Aug 1 10:11:34 1996 Fred Fish <fnf@cygnus.com>
1754
1755 * config/mips/tm-mips.h (TM_MIPS_H): Enclose file contents in
1756 this, define when contents are included.
1757 (mips_read_processor_type): Add prototype.
1758 * config/mips/xm-mips.h: Remove strdup decl, now in gdb_string.h
1759 * mdebugread.c (ecoff_relocate_efi): Add prototype.
1760 (fixup_sigtramp): Only needed when TM_MIPS_H is defined.
1761
1762 start-sanitize-gdbtk
1763 Thu Aug 1 16:12:05 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1764
1765 * Makefile.in (gdbtk.tcl): put in $(datadir), not $(libdir).
1766
1767 end-sanitize-gdbtk
1768 Wed Jul 31 20:21:24 1996 Fred Fish <fnf@cygnus.com>
1769
1770 * rs6000-nat.c (add_vmap): Return 0 to caller rather than random value.
1771 (vmap_ldinfo): Ensure got_exec_file is not used uninitialized.
1772 (fetch_core_registers): Add prototype.
1773 (vmap_symtab): Ditto.
1774 (objfile_symbol_add): Ditto.
1775 (add_vmap): Ditto.
1776 (vmap_ldinfo): Ditto.
1777 (vmap_exec): Ditto.
1778
1779 Tue Jul 30 17:57:46 1996 Stan Shebs <shebs@andros.cygnus.com>
1780
1781 * stabsread.c (get_substring): Declare second arg as int.
1782
1783 * remote-es.c: Include gdb_string.h after defs.h.
1784
1785 Mon Jul 29 21:13:20 1996 Fred Fish <fnf@cygnus.com>
1786
1787 * rs6000-tdep.c (push_arguments): Remove unused variable "pc".
1788 (branch_dest): Remove unused variable "offset".
1789 (pop_dummy_frame): Add prototype and make static.
1790 (push_arguments): Guard against using len uninitialized.
1791 (push_arguments): Guard against using arg uninitialized.
1792 (frame_saved_pc): Remove unused variable "frameless".
1793 (free_loadinfo): Ifdef out unused function.
1794
1795 * xcoffread.c (compare_lte): Change prototype and function to
1796 be correct type for passing to qsort.
1797 (add_stab_to_list): Ifdef out unused function and prototype.
1798 (compare_lte): Add prototype
1799 (arrange_linetable): Ditto.
1800 (record_include_begin): Ditto.
1801 (record_include_end): Ditto.
1802 (process_linenos): Ditto.
1803 (xcoff_next_symbol_text): Ditto.
1804 (scan_xcoff_symtab): Ditto.
1805 (xcoff_initial_scan): Ditto.
1806
1807 * mips-tdep.c (mips_read_processor_type): Add parens around
1808 bitwise-and operands in comparison; previous expression always
1809 evaluated to 0 because of equality comparison of two constants.
1810
1811 * rs6000-tdep.c (skip_prologue): Add missing parens around
1812 operands of logical-or so that first operand does not bind
1813 to previous logical-and.
1814
1815 * configure.in: Expand "long long" test to include code that triggers
1816 known problem on HPUX with native compiler.
1817 (configure): Regenerated.
1818
1819 Mon Jul 29 18:12:27 1996 Jeffrey A Law (law@cygnus.com)
1820
1821 * somsolib.c (som_solib_create_inferior_hook): Don't
1822 warn if __d_pid can't be found.
1823
1824 Sun Jul 28 10:46:39 1996 Fred Fish <fnf@cygnus.com>
1825
1826 * config/mips/tm-mips.h (struct frame_info): Forward decl.
1827 (struct type): Ditto.
1828 (struct value): Ditto.
1829
1830 * config/mips/tm-mips.h (sigtramp_address): Move extern decl
1831 from mips-tdep.c to here.
1832 (sigtramp_end): Ditto.
1833 (fixup_sigtramp): Ditto.
1834
1835 * config/mips/tm-mips.h (init_extra_frame_info): Add prototype.
1836 (mips_frame_chain): Ditto.
1837 (mips_step_skips_delay): Ditto.
1838 (mips_frame_saved_pc): Ditto.
1839 (mips_find_saved_regs): Ditto.
1840 (mips_frame_num_args): Ditto.
1841 (mips_pop_frame): Ditto.
1842 (mips_extract_return_value): Ditto.
1843 (mips_store_return_value): Ditto.
1844 (mips_push_dummy_frame): Ditto.
1845 (mips_push_arguments): Ditto.
1846 (mips_do_registers_info): Ditto.
1847 (ecoff_relocate_efi): Ditto.
1848 (ecoff_relocate_efi): Ditto.
1849 * irix4-nat.c (fetch_core_registers): Add prototype.
1850 * mips-tdep.c (read_next_frame_reg): Add prototype
1851 (heuristic_proc_start): Ditto.
1852 (heuristic_proc_desc): Ditto.
1853 (mips_print_register): Ditto.
1854 * config/mips/nm-irix5.h (procfs_set_watchpoint): Add prototype.
1855 (procfs_stopped_by_watchpoint): Ditto.
1856 * config/mips/nm-irix4.h (procfs_set_watchpoint): Add prototype.
1857 (procfs_stopped_by_watchpoint): Ditto.
1858 * config/alpha/tm-alpha.h (ecoff_relocate_efi): Add prototype.
1859 (struct symbol): Add forward decl for prototype.
1860
1861 * breakpoint.c (internal_breakpoint_number): Only needed if
1862 GET_LONGJMP_TARGET or SOLIB_ADD is defined.
1863
1864 * objfiles.c (ecoff_relocate_efi): Remove prototype.
1865
1866 Sat Jul 27 17:47:35 1996 Fred Fish <fnf@cygnus.com>
1867
1868 * configure.in: Add test for "long long" support.
1869 * configure: Regenerate with autoconf.
1870 * acconfig.h: Add CC_HAS_LONG_LONG
1871 * config.in: Regenerate with autoheader.
1872 * config/mips/tm-mips64.h (FORCE_LONG_LONG): Remove
1873 * config/sparc/tm-sp64.h (CC_HAS_LONG_LONG): Remove.
1874 * config/mips/tm-vr4300el.h (CC_HAS_LONG_LONG): Remove.
1875 * config/mips/tm-vr4300.h (CC_HAS_LONG_LONG): Remove.
1876 * config/mips/xm-irix5.h (CC_HAS_LONG_LONG): Remove
1877 (PRINTF_HAS_LONG_LONG): Remove.
1878 (FORCE_LONG_LONG): Remove.
1879 * config/powerpc/xm-aix.h (UINT_MAX): Undef and use gdb's version.
1880 * config/convex/xm-convex.h (CC_HAS_LONG_LONG): Remove
1881 (PRINTF_HAS_LONG_LONG): Remove.
1882 * config/xm-nbsd.h (CC_HAS_LONG_LONG): Remove.
1883 (PRINTF_HAS_LONG_LONG): Remove.
1884 * config/pa/tm-hppa.h (GET_FIELD): Put parens around
1885 subtraction inside shift. Put parens around subtraction
1886 in operand of bitwise and.
1887 (struct frame_info): Forward declare
1888 if __STDC__ defined.
1889 (frame_saved_regs): Ditto.
1890 (struct value): Ditto.
1891 (struct type): Ditto.
1892 (struct inferior_status): Ditto.
1893 (init_extra_frame_info): Add prototype.
1894 (skip_prologue): Ditto.
1895 (frameless_function_invocation): Ditto.
1896 (frame_chain): Ditto.
1897 (frame_chain_valid): Ditto.
1898 (saved_pc_after_call): Ditto.
1899 (hppa_fix_call_dummy): Ditto.
1900 (hppa_push_arguments): Ditto.
1901 (pa_do_registers_info): Ditto.
1902 (in_solib_call_trampoline): Ditto.
1903 (in_solib_return_trampoline): Ditto.
1904 (push_dummy_frame): Ditto.
1905 * convex-tdep.c (decout): Use print_longest rather than
1906 fprintf_filtered.
1907 * defs.h: Remove use of FORCE_LONG_LONG and __GNUC__ to set
1908 CC_HAS_LONG_LONG.
1909 (INT_MIN): Fix so it works correctly when assigned to a long long.
1910 * valprint.c (longest_to_int): Rewrite to remove dependence
1911 on INT_MIN and INT_MAX.
1912 (print_longest): Rewrite the code that falls back to synthesized
1913 hex output when LONGEST value is not representable as in a long and
1914 printf doesn't support printing long longs.
1915 * ch-valprint.c (chill_val_print): Cast 2nd arg of
1916 chill_print_type_scalar to LONGEST.
1917 chill_print_type_scalar): Make static and add prototype.
1918 * hppa-tdep.c (get_field): Ifdef out unused function.
1919 (set_field): Ditto.
1920 (extract_3): Ditto.
1921 (extract_5_store): Ditto.
1922 (extract_11): Ditto.
1923 (extract_12): Ditto.
1924 (deposit_17): Ditto.
1925 (extract_14): Convert to static and add prototype.
1926 (deposit_14): Ditto.
1927 (extract_21): Ditto.
1928 (deposit_21): Ditto.
1929 (extract_17): Ditto.
1930 (extract_5r_store): Ditto.
1931 (extract_5R_store): Ditto.
1932 (extract_5_load): Ditto.
1933 (find_proc_framesize): Ditto.
1934 (find_dummy_frame_regs): Ditto.
1935 (sign_extend): Ditto.
1936 (find_unwind_entry): Add prototype.
1937 (find_return_regnum): Ditto.
1938 (unwind_command): Ditto.
1939 (find_dummy_frame_regs): Add parens around subtraction in operand
1940 of bitwise-and.
1941 (skip_prologue): Add parens around operands of logical-and inside
1942 operand of logical-or.
1943 (sign_extend): Add parens around operands of subtraction inside
1944 operand of shift.
1945 (low_sign_extend): Ditto.
1946 * top.c (filename_completer): Convert old style decl of
1947 filename_completion_function into prototype.
1948 * f-lang.c (patch_common_entries): Ifdef out unused function.
1949 * stabsread.c (read_cfront_baseclasses): Remove unused local
1950 variable "msg_noterm".
1951 (resolve_cfront_continuation): Remove unused local variable "fip".
1952 (read_type): Remove unused variable xtypenums.
1953 (read_cfront_static_fields): Remove unused variable "i".
1954 (read_cfront_static_fields): Remove unused variable "nfields".
1955 (read_cfront_member_functions): Add missing comment terminator.
1956 (read_cfront_static_fields): Return 1 rather than random value.
1957 (read_cfront_baseclasses): Ditto.
1958 (read_cfront_baseclasses): Ditto.
1959 (read_cfront_baseclasses): Ditto.
1960 * somsolib.c (som_solib_create_inferior_hook): Remove unused
1961 variable "u".
1962 (som_solib_create_inferior_hook): Remove unused variable
1963 shadow_contents.
1964 (language.h): Add for needed prototypes.
1965 (som_solib_sharedlibrary_command): Add prototype.
1966 * hpread.c: (hpread_read_array_type): Add prototype.
1967 * somread.c (hpread_build_pysmtabs): Add prototype.
1968 (hpread_symfile_finish): Ditto.
1969 (hpread_symfile_init): Ditto.
1970 * hppah-nat.c (fetch_register): Convert old style decl
1971 to prototype.
1972 (gdbcore.h): Include for needed prototypes.
1973 (fetch_register): Remove unused variable "mess".
1974 * remote-pa.c (get_offsets): Ifdef out unused function.
1975 (remote_start_remote): Remove unused variable "timeout".
1976 (boot_board): Add prototype.
1977 (reaad_frame): Add prototype.
1978 (getpkt): Remove unused variable "bp".
1979 (remote_kill): Add prototype.
1980 (remote_mourn): Add prototype.
1981 (remote_insert_breakpoint): Add prototype.
1982 (remote_remove_breakpoint): Add prototype.
1983 * valops.c (value_push): Only use if PUSH_ARGUMENTS is not defined.
1984 * infcmd.c (do_registers_info): Only need prototype if
1985 DO_REGISTERS_INFO is not defined.
1986 (breakpoint_auto_delete_contents): Only need if
1987 CALL_DUMMY_BREAKPOINT_OFFSET is defined.
1988
1989 Sat Jul 27 08:49:49 1996 Fred Fish <fnf@cygnus.com>
1990
1991 * xcoffread.c (xcoff_end_psymtab): Add textlow_not_set parameter.
1992 (END_PSYMTAB): Ditto.
1993 (scan_xcoff_symtab): Call xcoff_end_psymtab with textlow_not_set.
1994
1995 Fri Jul 26 14:07:37 1996 Ian Lance Taylor <ian@cygnus.com>
1996
1997 * printcmd.c (_initialize_printcmd): Initialize
1998 tm_print_insn_info.flavour.
1999 start-sanitize-gdbtk
2000 * gdbtk.c (gdb_disassemble): Initialize di.flavour.
2001 end-sanitize-gdbtk
2002
2003 Thu Jul 25 19:41:31 1996 Fred Fish <fnf@cygnus.com>
2004
2005 * Makefile.in (scm-valprint.o): Depends upon gdbcore_h.
2006 (arm-tdep.o): Ditto.
2007 (dcache.o): Ditto.
2008 (i386ly-tdep.o): Ditto.
2009 (i960-tdep.o): Ditto.
2010 (m68k-tdep.o): Ditto.
2011 (nindy-tdep.o): Ditto.
2012 (scm-lang.o): Ditto.
2013 (w65-tdep.o): Ditto.
2014 (z8k-tdep.o): Ditto.
2015 (m68k-tdep.o): Depends upon value_h and gdb_string.h
2016 (m2-valprint.o): Depends upon m2-lang.h.
2017 (sparc-tdep.o): Depends upon gdb_string.h
2018 (valprint.o): Depends upon valprint.h
2019
2020 * remote-e7000.c (notice_quit): Remove prototype.
2021 * top.c (initialize_targets): Remove prototype, now in target.h.
2022 * stabsread.c (resolve_cfront_continuation): Remove prototype.
2023 * dbxread.c (resolve_cfront_continuation): Remove prototype.
2024 * symfile.h (set_demangling_style): Remove prototype.
2025 * config/tm-sysv4.h (in_plt_section): Remove prototype, in objfiles.h.
2026 * config/sparc/tm-sparc.h (single_step): Remove extern decl, now in
2027 target.h.
2028 * config/arc/tm-arc.h (one_stepped, single_step): Remove extern decls,
2029 now in target.h.
2030 * ser-unix.c (hardwire_restore): Remove obsolete prototype.
2031 * sparc-tdep.c (single_step): Remove forward decl of isbranch.
2032 * scm-lang.c (find_function_in_inferior): Remove prototype.
2033 (value_allocate_space_in_inferior): Ditto.
2034 * infrun.c (write_pc_pid): Remove prototype, now in inferior.h.
2035 * defs.h (strchr): Remove declarations, they are declared in
2036 gdb_string.h also.
2037 (strrchr): Ditto.
2038 (strstr): Ditto.
2039 (strtok): Ditto.
2040 (strerror): Ditto.
2041 * f-valprint.c (f77_print_array_1): Remove extra arg that was being
2042 passed to f77_print_array_1.
2043 * gdbtypes.c (add_name): Remove unused variables lenstrlen and lenstr.
2044 * scm-exp.c (scm_istr2int): Remove unused variable "j".
2045 (scm_parse): Remove unused variable "str".
2046 * hp300ux-nat.c (store_inferior_register): Remove unused variable
2047 "buf".
2048 (store_inferior_registers): Remove unnecessary decl "registers".
2049 * m68k-tdep.c (m68k_pop_frame): Remove unused variable "fi".
2050 * scm-lang.c (scm_get_field): Remove unused variable "val".
2051 (scm_lookup_name): Remove unused variable "symval".
2052 * objfiles.c (map_to_file): Remove unused local variable "tempfd".
2053 * procfs.c (do_attach, do_detach): Remove unused variable "result".
2054 (last_resume_pid): Remove unused static variable.
2055 * alpha-tdep.c (alpha_linux_sigtramp_offset): Remove unused variable
2056 "res".
2057 * objfiles.c (map_to_address): Remove unused function.
2058 * f-valprint.c (print_max): Remove extraneous extern decl,
2059 in valprint.h.
2060 (calc_f77_array_dims): Remove extraneous prototype, in f-lang.h.
2061 * ch-exp.c (write_lower_upper_value): Remove prototype for
2062 type_lower_upper.
2063
2064 * gdbtypes.c (cfront_mangle_name): #ifdef out unused function.
2065 * ch-exp.c (parse_mode_call): Ditto.
2066 * f-valprint.c (there_is_a_visible_common_named): Ditto.
2067 * f-lang.c (clear_function_list): Ditto.
2068 (get_bf_for_fcn): Ditto.
2069 (clear_bf_list): Ditto.
2070 (add_common_block): Ditto.
2071 (patch_all_commons_by_name): Ditto.
2072 (find_first_common_named): Ditto.
2073 (add_common_entry): Ditto.
2074 (allocate_saved_function_node): Ditto.
2075 (allocate_saved_bf_node): Ditto.
2076 (allocate_common_entry_node): Ditto.
2077 (allocate_saved_f77_common_node): Ditto.
2078
2079 * arm-tdep.c (gdbcore.h): Include for necessary prototypes.
2080 * dcache.c (gdbcore.h): Ditto.
2081 * i386ly-tdep.c (gdbcore.h): Ditto.
2082 * i960-tdep.c (gdbcore.h): Ditto.
2083 * m2-valprint.c (m2-lang.h): Ditto.
2084 * m68k-tdep.c (gdbcore.h): Ditto.
2085 (value.h): Ditto.
2086 (gdb_string.h): Ditto.
2087 * nindy-tdep.c (gdbcore.h): Ditto.
2088 * scm-lang.c (gdbcore.h): Ditto.
2089 * scm-valprint.c (gdbcore.h): Ditto.
2090 * w65-tdep.c (gdbcore.h): Ditto.
2091 * z8k-tdep.c (gdbcore.h): Ditto.
2092 * sparc-tdep.c (gdb_string.h): Include.
2093 * valprint.c (valprint.h): Include.
2094
2095 * config/xm-lynx.h: Remove part of comment about INT_MIN
2096 redefined warnings from defs.h, since INT_MIN define in
2097 defs.h is now protected by #ifndef INT_MIN.
2098 * config/i386/xm-i386bsd.h: Ditto.
2099 * config/m68k/xm-hp300bsd.h: Ditto.
2100 * config/m68k/xm-news.h: Ditto.
2101
2102 * config/pa/xm-hppah.h (INT_MIN): Remove bogus INT_MIN
2103 definition as 0x80000000. The macro in defs.h is better.
2104 * config/i386/xm-i386m3.h (INT_MIN): Ditto.
2105 * config/i386/xm-i386mach.h (INT_MIN): Ditto.
2106 * config/ns32k/xm-ns32km3.h (INT_MIN): Ditto.
2107 * config/pa/xm-hppab.h: Ditto.
2108
2109 * core-aout.c (fetch_core_registers): Add prototype.
2110 * hp300ux-nat.c (fetch_inferior_register): Ditto.
2111 (store_inferior_register_1): Ditto.
2112 (store_inferior_register): Ditto.
2113 * config/m68k/tm-m68k.h (find_saved_regs): Ditto.
2114 *scm-valprint.c (c_val_print): Ditto.
2115 * procfs.c (add_fd): Ditto.
2116 (remove_fd): Ditto.
2117 (wait_fd): Ditto.
2118 (sigcodename): Ditto.
2119 (sigcodedesc): Ditto.
2120 (procfs_kill_inferior): Ditto.
2121 (procfs_xfer_memory): Ditto.
2122 (procfs_store_registers): Ditto.
2123 (create_procinfo): Ditto.
2124 (procfs_init_inferior): Ditto.
2125 (proc_set_exec_trap): Ditto.
2126 (procfs_attach): Ditto.
2127 (procfs_detach): Ditto.
2128 (procfs_prepare_to_store): Ditto.
2129 (procfs_files_info): Ditto.
2130 (procfs_open): Ditto.
2131 (procfs_wait): Ditto.
2132 (procfs_fetch_registers): Ditto.
2133 (procfs_mourn_inferior): Ditto.
2134 (procfs_can_run): Ditto.
2135 (procfs_thread_alive): Ditto.
2136 (procfs_stop): Ditto.
2137 * alpha-nat.c (fetch_core_registers): Ditto.
2138 * config/alpha/tm-alpha.h (alpha_osf_skip_sigtramp_frame): Ditto.
2139 * objfiles.c (ecoff_relocate_efi): Ditto.
2140 * inflow.c (pass_signal): Ditto.
2141 (handle_sigio): Ditto.
2142 * annotate.c (breakpoint_changed): Ditto.
2143 * callback.c (wrap): Ditto.
2144 (fdbad): Ditto.
2145 (fdmap): Ditto.
2146 * utils.c (malloc_botch): Ditto.
2147 (fputs_maybe_filtered): Ditto.
2148 (vfprintf_maybe_filtered): Ditto.
2149 * defs.h (notice_quit): Ditto.
2150 * defs.h (xmalloc, xrealloc): Ditto.
2151 * top.c (stop_sig): Ditto.
2152 (init_signals): Ditto.
2153 (user_defined_command): Ditto.
2154 (source_cleanup_lines): Ditto.
2155 (dont_repeat_command): Ditto.
2156 (serial_log_command): Ditto.
2157 (disconnect): Ditto.
2158 * target.h (initialize_targets): Ditto.
2159 * os9kread.c (read_minimal_symbols): Ditto.
2160 * mdebugread.c (mdebug_psymtab_to_symtab): Ditto.
2161 (fdr_name): Ditto.
2162 (push_parse_stack): Ditto.
2163 (pop_parse_stack): Ditto.
2164 (is_pending_symbol): Ditto.
2165 (add_pending): Ditto.
2166 * serial.c (serial_logchar): Ditto.
2167 (serial_interface_lookup): Ditto.
2168 * serial.h (serial_log_command): Ditto.
2169 * f-valprint.c (info_common_command): Ditto.
2170 * gdbtypes.h (print_type_scalar): Ditto.
2171 * scm-valprint.c (scm_scmlist_print): Ditto.
2172 (scm_ipruk): Ditto.
2173 * scm-lang.c (scm_printstr): Ditto.
2174 (in_eval_c): Ditto.
2175 (evaluate_subexp_scm): Ditto.
2176 * scm-exp.c (scm_read_token): Ditto.
2177 (scm_skip_ws): Ditto.
2178 (scm_lreadparen): Ditto.
2179 * m2-lang.c (emit_char): Ditto.
2180 (m2_printchar): Ditto.
2181 (m2_printstr): Ditto.
2182 (m2_create_fundamental_type): Ditto.
2183 * f-lang.c (emit_char): Ditto.
2184 (f_printchar): Ditto.
2185 (f_printstr): Ditto.
2186 (f_create_fundamental_type): Ditto.
2187 * ch-lang.c (chill_printchar): Ditto.
2188 (chill_printstr): Ditto.
2189 (chill_create_fundamental_type): Ditto.
2190 (value_chill_length): Ditto.
2191 (value_chill_card): Ditto.
2192 (value_chill_max_min): Ditto.
2193 (evaluate_subexp_chill): Ditto.
2194 * ch-exp.c (PEEK_TOKEN): Ditto.
2195 (peek_token_): Ditto.
2196 (forward_token_): Ditto.
2197 (parse_case_label): Ditto.
2198 (parse_opt_untyped_expr): Ditto.
2199 (parse_unary_call): Ditto.
2200 (parse_call): Ditto.
2201 (parse_named_record_element): Ditto.
2202 (parse_tuple_element): Ditto.
2203 (parse_opt_element_list): Ditto.
2204 (parse_tuple): Ditto.
2205 (parse_primval): Ditto.
2206 (parse_operand6): Ditto.
2207 (parse_operand5): Ditto.
2208 (parse_operand4): Ditto.
2209 (parse_operand3): Ditto.
2210 (parse_operand2): Ditto.
2211 (parse_operand1): Ditto.
2212 (parse_operand0): Ditto.
2213 (parse_expr): Ditto.
2214 (parse_then_alternative): Ditto.
2215 (parse_else_alternative): Ditto.
2216 (parse_if_expression): Ditto.
2217 (parse_untyped_expr): Ditto.
2218 (growbuf_by_size): Ditto.
2219 (match_simple_name_string): Ditto.
2220 (decode_integer_value): Ditto.
2221 (decode_integer_literal): Ditto.
2222 (match_float_literal): Ditto.
2223 (match_float_literal): Ditto.
2224 (match_string_literal): Ditto.
2225 (match_character_literal): Ditto.
2226 (match_integer_literal): Ditto.
2227 (match_bitstring_literal): Ditto.
2228 (write_lower_upper_value): Ditto.
2229 * ch-lang.h (type_lower_upper): Ditto.
2230 * c-lang.c (emit_char): Ditto.
2231 * dwarfread.c (free_utypes): Ditto.
2232 * stabsread.h (resolve_cfront_continuation): Ditto.
2233 * stabsread.c (get_substring): Ditto.
2234 (read_one_struct_field): Ditto.
2235 * stabsread.h (process_later): Ditto.
2236 * demangle.c (set_demangling_command): Ditto.
2237 * defs.h (set_demangling_style): Ditto.
2238 * maint.c (maintenance_info_command): Ditto.
2239 (print_section_table): Ditto.
2240 (maintenance_info_sections): Ditto.
2241 (maintenance_print_command): Ditto.
2242 * symtab.h (maintenance_print_statistics): Ditto.
2243 * objfiles.h (in_plt_section): Ditto.
2244 * objfiles.c (add_to_objfile_sections): Ditto.
2245 * bcache.c (hash): Ditto.
2246 (lookup_cache): Ditto.
2247 * exec.c (bfdsec_to_vmap): Ditto.
2248 (ignore): Ditto.
2249 * f-exp.y (growbuf_by_size, match_string_literal): Ditto.
2250 * language.c (unk_lang_printchar): Ditto.
2251 (unk_lang_printstr): Ditto.
2252 (unk_lang_create_fundamental_type): Ditto.
2253 (unk_lang_print_type): Ditto.
2254 (unk_lang_val_print): Ditto.
2255 (unk_lang_value_print): Ditto.
2256 * target.c (update_current_target): Ditto.
2257 (debug_to_open): Ditto.
2258 (debug_to_close): Ditto.
2259 (debug_to_attach): Ditto.
2260 (debug_to_detach): Ditto.
2261 (debug_to_resume): Ditto.
2262 (debug_to_wait): Ditto.
2263 (debug_to_fetch_registers): Ditto.
2264 (debug_to_store_registers): Ditto.
2265 (debug_to_prepare_to_store): Ditto.
2266 (debug_to_xfer_memory): Ditto.
2267 (debug_to_files_info): Ditto.
2268 (debug_to_insert_breakpoint): Ditto.
2269 (debug_to_remove_breakpoint): Ditto.
2270 (debug_to_terminal_init): Ditto.
2271 (debug_to_terminal_inferior): Ditto.
2272 (debug_to_terminal_ours_for_output): Ditto.
2273 (debug_to_terminal_ours): Ditto.
2274 (debug_to_terminal_info): Ditto.
2275 (debug_to_kill): Ditto.
2276 (debug_to_load): Ditto.
2277 (debug_to_lookup_symbol): Ditto.
2278 (debug_to_create_inferior): Ditto.
2279 (debug_to_mourn_inferior): Ditto.
2280 (debug_to_can_run): Ditto.
2281 (debug_to_notice_signals): Ditto.
2282 (debug_to_thread_alive): Ditto.
2283 (debug_to_stop): Ditto.
2284 start-sanitize-gdbtk
2285 * gdbtk.c (null_routine): Ditto.
2286 (gdbtk_flush): Ditto.
2287 (gdbtk_fputs): Ditto.
2288 (gdbtk_query): Ditto.
2289 (gdbtk_readline): Ditto.
2290 (gdbtk_readline_end): Ditto.
2291 (gdb_get_breakpoint_list): Ditto.
2292 (gdb_get_breakpoint_info): Ditto.
2293 (breakpoint_notify): Ditto.
2294 (gdbtk_create_breakpoint): Ditto.
2295 (gdbtk_delete_breakpoint): Ditto.
2296 (gdbtk_modify_breakpoint): Ditto.
2297 (gdb_loc): Ditto.
2298 (gdb_eval): Ditto.
2299 (gdb_sourcelines): Ditto.
2300 (map_arg_registers): Ditto.
2301 (get_register_name): Ditto.
2302 (gdb_regnames): Ditto.
2303 (get_register): Ditto.
2304 (gdb_fetch_registers): Ditto.
2305 (register_changed_p): Ditto.
2306 (gdb_changed_register_list): Ditto.
2307 (gdb_cmd): Ditto.
2308 (call_wrapper): Ditto.
2309 (gdb_listfiles): Ditto.
2310 (gdb_stop): Ditto.
2311 (gdbtk_dis_asm_read_memory): Ditto.
2312 (compare_lines): Ditto.
2313 (gdb_disassemble): Ditto.
2314 (tk_command): Ditto.
2315 (cleanup_init): Ditto.
2316 (gdbtk_interactive): Ditto.
2317 (x_event): Ditto.
2318 (gdbtk_wait): Ditto.
2319 (gdbtk_call_command): Ditto.
2320 (tk_command_loop): Ditto.
2321 (gdbtk_init): Ditto.
2322 end-sanitize-gdbtk
2323 * breakpoint.h (set_breakpoint_sal): Ditto.
2324 * remote-utils.c (usage): Ditto.
2325 * remote.c (set_thread): Ditto.
2326 (remote_thread_alive): Ditto.
2327 (get_offsets): Ditto.
2328 (read_frame): Ditto.
2329 (remote_insert_breakpoint): Ditto.
2330 (remote_remove_breakpoint): Ditto.
2331 * sparc-nat.c (fetch_core_registers): Ditto.
2332 * corelow.c (add_to_thread_list): Ditto.
2333 (ignore): Ditto.
2334 * inftarg.c (proc_wait): Ditto.
2335 * infptrace.c (udot_info): Ditto.
2336 (fetch_register): Ditto.
2337 * ser-unix.c (hardwire_noflush_set_tty_state): Ditto.
2338 (hardwire_print_tty_state): Ditto.
2339 (hardwire_flush_output): Ditto.
2340 (hardwire_flush_input): Ditto.
2341 (hardwire_send_break): Ditto.
2342 (hardwire_setstopbits): Ditto.
2343 * ser-tcp.c (tcp_return_0): Ditto.
2344 (tcp_noflush_set_tty_state): Ditto.
2345 (tcp_print_tty_state): Ditto.
2346 * solib.c (match_main): Ditto.
2347 * gdbtypes.c (print_bit_vector): Ditto.
2348 (print_arg_types): Ditto.
2349 (dump_fn_fieldlists): Ditto.
2350 (print_cplus_stuff): Ditto.
2351 * symfile.h (entry_point_address): Ditto.
2352 * symfile.c (decrement_reading_symtab): Ditto.
2353 * valops.c (value_arg_coerce): Ditto.
2354 * value.h (find_function_in_inferior): Ditto.
2355 (value_allocate_space_in_inferior): Ditto.
2356 * values.c (vb_match): Ditto.
2357 * thread.c (info_thread_command): Ditto.
2358 (restore_current_thread): Ditto.
2359 (thread_apply_all_command): Ditto.
2360 (thread_apply_command): Ditto.
2361 * inferior.h (write_pc_pid): Ditto.
2362 * infrun.c (delete_breakpoint_current_contents): Ditto.
2363 * breakpoint.c (print_it_normal): Ditto.
2364 (watchpoint_check): Ditto.
2365 (print_it_done): Ditto.
2366 (print_it_noop): Ditto.
2367 (maintenance_info_breakpoints): Ditto.
2368 (create_longjmp_breakpoint): Ditto.
2369 (hbreak_command): Ditto.
2370 (thbreak_command): Ditto.
2371 (watch_commnd_1): Ditto.
2372 (rwatch_command): Ditto.
2373 (awatch_command): Ditto.
2374 (do_enable_breakpoint): Ditto.
2375 * ch-valprint.c (chill_val_print_array_elements): Ditto.
2376 * eval.c (evaluate_subexp): Ditto.
2377 (get_label): Ditto.
2378 (evaluate_struct_tuple): Ditto.
2379 * eval.c (init_array_element): Ditto.
2380
2381 * alpha-tdep.c (push_sigtramp_desc): Add prototype and make static.
2382 * breakpoint.c (hw_breakpoint_used_count): Ditto.
2383 (hw_watchpoint_used_count): Ditto.
2384 * findvar.c (write_register_gen): Ditto.
2385 (read_register_pid): Ditto.
2386 * symtab.c (cplusplus_hint): Ditto.
2387 * infcmd.c (breakpoint_auto_delete_contents): Ditto.
2388 * ch-valprint.c (chill_print_type_scalar): Ditto.
2389 * gdbtypes.c (add_name): Ditto.
2390 (add_mangled_type): Ditto.
2391 (cfront_mangle_name): Ditto.
2392 * sparc-tdep.c (isbranch): Ditto.
2393 * inftarg.c (child_stop): Ditto.
2394 * win32-nat.c (child_stop): Ditto.
2395 * mac-nat.c (child_stop): Ditto.
2396 * remote-utils.c (sr_com): Ditto.
2397 * dbxread.c (process_now): Ditto.
2398 * ch-exp.c (require): Ditto.
2399 (check_token): Ditto.
2400 (expect): Ditto.
2401 (parse_mode_call): Ditto.
2402 (parse_mode_or_normal_call): Ditto.
2403 * scm-lang.c (scm_lookup_name): Ditto
2404 * f-lang.c (allocate_saved_bf_node): Ditto.
2405 (allocate_saved_function_node): Ditto.
2406 (allocate_saved_f77_common_node): Ditto.
2407 (allocate_common_entry_node): Ditto.
2408 (add_common_block): Ditto.
2409 (add_common_entry): Ditto.
2410 (find_first_common_named): Ditto.
2411 (patch_common_entries): Ditto.
2412 (patch_all_commons_by_name): Ditto.
2413 (clear_bf_list): Ditto.
2414 (get_bf_for_fcn): Ditto.
2415 (clear_function_list): Ditto.
2416 * scm-exp.c (scm_istr2int): Ditto.
2417 (scm_istring2number): Ditto.
2418 * scm-valprint.c (scm_inferior_print): Ditto.
2419 * f-typeprint.c (print_equivalent_f77_float_type): Ditto.
2420 * f-valprint.c (f77_get_dynamic_length_of_aggregate): Ditto.
2421 (f77_create_arrayprint_offset_tbl): Ditto.
2422 (f77_print_array_1): Ditto.
2423 (f77_print_array): Ditto.
2424 (list_all_visible_commons): Ditto.
2425 (there_is_a_visible_common_named): Ditto.
2426 * mdebugread.c (ecoff_relocate_efi): Ditto.
2427 * callback.c (os_close): Ditto.
2428 (os_get_errno): Ditto.
2429 (os_isatty): Ditto.
2430 (os_lseek): Ditto.
2431 (os_open): Ditto.
2432 (os_read): Ditto.
2433 (os_read_stdin): Ditto.
2434 (os_write): Ditto.
2435 (os_write_stdout): Ditto.
2436 (os_rename): Ditto.
2437 (os_system): Ditto.
2438 (os_time): Ditto.
2439 (os_unlink): Ditto.
2440 (os_shutdown): Ditto.
2441 (os_init): Ditto.
2442 (os_printf_filtered): Ditto.
2443
2444 * scm-lang.h (scm_parse): Change old style decl to prototype.
2445 * config/alpha/tm-alphalinux.h (alpha_linux_sigtramp_offset): Ditto.
2446 * top.c (init_proc): Ditto.
2447 (query_hook): Ditto.
2448 (error_hook): Ditto.
2449 * f-lang.c (c_value_print): Ditto.
2450 * ch-exp.c (parse_expression): Ditto.
2451 (parse_primval): Ditto.
2452 (parse_untyped_expr): Ditto.
2453 (parse_opt_untyped_expr): Ditto.
2454 (ch_lex): Ditto.
2455 * config/sparc/tm-sparc.h (sparc_init_extra_frame_info): Ditto.
2456 (sparc_frame_saved_pc): Ditto.
2457 (sparc_push_dummy_frame): Ditto.
2458 (sparc_pop_frame): Ditto.
2459 * defs.h (fclose): Ditto.
2460 (atof): Ditto.
2461 (error_hook): Ditto.
2462
2463 * arc-tdep.c (single_step): Change arg to type "enum target_signal".
2464 * rs6000-tdep.c (single_step): Ditto.
2465 * sparc-tdep.c (single_step): Ditto.
2466
2467 * breakpoint.c (cleanup_executing_breakpoints): Change unused arg type
2468 to PTR which is what make_cleanup expects.
2469 * utils.c (null_cleanup): Change arg type to PTR.
2470 * defs.h (null_cleanup): Change prototype to match actual function.
2471 * config/sparc/tm-sparc.h (struct frame_info): Move forward decl.
2472 * ch-valprint.c (chill_val_print): Cast 2nd arg of
2473 chill_print_type_scalar to LONGEST.
2474 * infrun.c (wait_for_inferior): Have empty switch case for
2475 BPSTAT_WHAT_CHECK_SHLIBS when SOLIB_ADD is not defined.
2476 (stop_on_solib_events): Only needed if SOLIB_ADD is defined.
2477 * infcmd.c (attach_command): Only need auto_solib_add if SOLIB_ADD
2478 is defined.
2479 * symfile.c (generic_load): Scan long int using a long int spec,
2480 not an int spec.
2481 * infptrace.c (udot_info): Only need local variables if KERNEL_U_SIZE
2482 is defined.
2483 (fetch_register): Only need function if FETCH_INFERIOR_REGISTERS is
2484 not defined.
2485 * inflow.c (handle_sigio): Only need prototype when the actual
2486 function is compiled in.
2487 * valprint.c (longest_to_int): Expand error message to be
2488 separate messages for args larger than largest signed int
2489 and args smaller than smallest signed int.
2490 * valprint.c (print_longest): Fix problems with support for case
2491 where compiler supports type "long long" but the runtime doesn't
2492 support printing them with "%ll".
2493 * scm-valprint.c (scm_scmlist_print, scm_scmval_print): Change
2494 return types to void since we don't actually return anything
2495 meaningful and callees ignore the values anyway.
2496 * procfs.c (modify_inherit_on_fork_flag): Enclose pr_flags in PIOCSET
2497 ifdef.
2498 (modify_run_on_last_close_flag): Ditto.
2499 (wait_fd): Enclose local variables "num_fds" and "i" LOSING_POLL
2500 ifdef
2501 * alpha-tdep.c (push_sigtramp_desc): Return proc_desc rather than
2502 random value.
2503 * infrun.c (wait_for_inferior): Ensure random_signal is not used
2504 uninitialized.
2505 * valops.c (call_function_by_hand): Ensure struct_addr is not used
2506 uninitialized.
2507 * breakpoint.c (watch_command_1): Ensure prev_frame is not used
2508 uninitialized.
2509 * utils.c (vfprintf_maybe_filtered): Change second arg from "char *"
2510 to "const char *".
2511 start-sanitize-gdbtk
2512 * gdbtk.c (gdb_fetch_registers): Cast fourth arg to map_arg_registers
2513 to proper pointer type, from int.
2514 (gdbtk_query): Change first arg to "const char *" from "char *".
2515 end-sanitize-gdbtk
2516 * infptrace.c (udot_info): Add two dummy args so that the type is
2517 correct for passing to add_info.
2518 * f-lang.c (saved_fcn): Move decl to head of file so it can be used
2519 in prototypes.
2520 (saved_bf_symnum): Ditto.
2521 (SAVED_FUNCTION): Ditto.
2522 (SAVED_FUNCTION_PTR): Ditto.
2523 (SAVED_BF): Ditto.
2524 (SAVED_BF_PTR): Ditto.
2525 * ch-exp.c (parse_named_record_element): Build error message in
2526 temporary buffer before passing it to expect, rather than passing
2527 wrong number of args to expect.
2528 * demangle.c (set_demangling_style): Call set_demangling_command with
2529 correct number of arguments.
2530 * inferior.h (terminal_init_inferior_with_pgrp): Change arg type to
2531 int to match actual function.
2532 (os_isatty): Call fdmap with right number of arguments, was missing
2533 the host_callback* arg.
2534 * target.c (cleanup_target): Prototype all functions casts.
2535 * target.h (one_stepped, single_step): Declare here and convert
2536 single_step to prototype.
2537 * infrun.c (one_stepped, single_step): Don't declare externs
2538 here, they have moved to target.h.
2539 * eval.c (init_array_element): Declare previously undeclared
2540 last two args as LONGEST.
2541 * dcache.c (dcache_xfer_memory): Change xfunc decls to prototype form.
2542 start-sanitize-gdbtk
2543 * gdbtk.c (register_changed_p): Remove unused local variable "buf".
2544 end-sanitize-gdbtk
2545
2546 Thu Jul 25 16:11:54 1996 Doug Evans <dje@canuck.cygnus.com>
2547
2548 * dsrec.c (load_srec): Protect ANSI style function parms with PARAMS.
2549
2550 Mon Jul 22 18:13:27 1996 Stu Grossman (grossman@critters.cygnus.com)
2551
2552 * Makefile.in (os9kread.o): Remove dependency on partial-stab.h.
2553 * dbxread.c (read_dbx_symtab end_psymtab), partial-stab.h: Don't
2554 use partial_symtab->textlow==0 as a flag, as 0 is a legitimate
2555 text address. Use a seperate flag (textlow_not_set) instead.
2556 This makes stabs in ELF .o files work a lot better.
2557 * mdebugread.c xcoffread.c: Define textlow_not_set for
2558 partial-stab.h.
2559 * stabsread.h (end_psymtab): Add textlow_not_set arg to prototype.
2560
2561 start-sanitize-gdbtk
2562 Sat Jul 20 17:46:40 1996 Fred Fish <fnf@cygnus.com>
2563
2564 * gdbtk.tcl (files_command): Reorder the binding tags for
2565 the listbox widget to avoid referencing the listbox after
2566 the containing widget has been destroyed by the action of
2567 a previous binding.
2568 end-sanitize-gdbtk
2569
2570 Sat Jul 20 10:41:06 1996 Fred Fish <fnf@cygnus.com>
2571
2572 * dwarf2read.c (struct filenames): Change internal "struct file"
2573 to "struct fileinfo" to avoid conflict with "struct file" in
2574 <sys/file.h> on HPUX and Solaris.
2575
2576 start-sanitize-gdbtk
2577 Sat Jul 20 10:09:28 1996 Fred Fish <fnf@cygnus.com>
2578
2579 * gdbtk.tcl (delete_expr): Unset corresponding element of
2580 expr_update_list when destroying an expression.
2581 (create_expr_window): Initialize expr_num, delete_expr_num,
2582 and expr_update_list here when each new expression window
2583 is created, rather than once at startup.
2584 end-sanitize-gdbtk
2585
2586 Fri Jul 19 14:05:57 1996 Stan Shebs <shebs@andros.cygnus.com>
2587
2588 * dwarf2read.c: New file, DWARF 2 reader originally contributed by
2589 Brent Benson, with additions by Gary Funck and Jerry Kreuscher.
2590 * Makefile.in (COMMON_OBS): Add dwarf2read.o.
2591 (SFILES): Add dwarf2read.c.
2592 (dwarf2read.o): Add build rule.
2593 * symfile.h (dwarf2_has_info, dwarf2_build_psymtabs): Declare
2594 exported functions.
2595 * elfread.c (elf_symfile_read): Call them.
2596 (elf_symtab_read) [HARRIS_TARGET]: Skip some special symbols.
2597
2598 Thu Jul 18 01:22:01 1996 Geoffrey Noer <noer@cygnus.com>
2599
2600 * symfile.c (symfile_bfd_open):
2601 * exec.c (exec_file_command): for __GO32__ and __WIN32__ systems,
2602 free the user from having to type the .exe extension.
2603
2604 Wed Jul 17 06:54:50 1996 Mark Alexander <marka@cygnus.com>
2605
2606 * mon960-rom.c: Shorten the mon960_inits string to a single
2607 carriage return; this prevents a hang on connecting immediately
2608 after powerup, when MON960 is attempting autobaud detection.
2609
2610 Tue Jul 16 23:47:04 1996 Mark Alexander <marka@cygnus.com>
2611
2612 * a29k-tdep.c (get_saved_register): Allow PC to be modified
2613 when innermost frame is selected, but not in outer frames.
2614
2615 Tue Jul 16 23:37:25 1996 Stu Grossman (grossman@critters.cygnus.com)
2616
2617 * command.c (do_setshow_command): Don't segfault when showing
2618 var_string and var_string_noescape vars that are NULL.
2619
2620 Mon Jul 15 16:55:48 1996 Doug Evans <dje@canuck.cygnus.com>
2621
2622 * win32-nat.c (handle_load_dll): dos_path_to_unix_path renamed to
2623 cygwin32_conv_to_posix_path.
2624 (child_create_inferior): unix_path_to_dos_path renamed to
2625 cygwin32_conv_to_win32_path. Rewrite code to translate PATH.
2626
2627 Mon Jul 15 16:44:05 1996 Stu Grossman (grossman@critters.cygnus.com)
2628
2629 * defs.h printcmd.c: Create global disassemble_info structure
2630 tm_print_insn_info.
2631 start-sanitize-gdbtk
2632 * gdbtk.c (gdb_disassemble): Setup di.mach from
2633 tm_print_insn_info.mach, and set endian from TARGET_BYTE_ORDER.
2634 end-sanitize-gdbtk
2635 * i386-tdep.c (set_assembly_language_command): set
2636 tm_print_insn_info.mach to the appropriate value for 386 or 8086
2637 disassembly.
2638 * printcmd.c (print_insn): Move init of disassembler_info to
2639 _initialize_printcmd. Set endian for disassembler here.
2640 * sparc-tdep.c: Set tm_print_insn_info.mach as appropriate to
2641 select sparc/sparclite.
2642 * config/sparc/{tm-sparc.h tm-sparclite.h}: Get rid of
2643 TM_PRINT_INSN. Set TM_PRINT_INSN_MACH to
2644 bfd_mach_sparc/bfd_mach_sparc_sparclite.
2645
2646 Fri Jul 12 19:04:32 1996 Fred Fish <fnf@cygnus.com>
2647
2648 * hpread.c (hpread_lookup_type): Use xmmalloc/xmrealloc rather
2649 than xmalloc/xrealloc.
2650
2651 Fri Jul 12 17:59:47 1996 Fred Fish <fnf@cygnus.com>
2652
2653 * objfiles.c (map_to_file): Error return from mmalloc_findbase is
2654 a NULL pointer, not a -1.
2655
2656 Fri Jul 12 10:16:24 1996 Stu Grossman (grossman@critters.cygnus.com)
2657
2658 * i386-tdep.c (set_assembly_language_command): New routine to
2659 select between i386 and i8086 instruction sets for disassembly.
2660 New command `set assembly-language {i386 i8086}'.
2661
2662 Thu Jul 11 21:13:21 1996 Mark Alexander <marka@cygnus.com>
2663
2664 * monitor.c (monitor_write_memory, monitor_read_memory_single):
2665 Disable use of "long long" memory read/write commands; can't
2666 use them because we hold the values to read/write in an int
2667 variable, and because strtoul fails on values that exceed the
2668 size of a long. This fixes breakpoint problems on MON960.
2669
2670 Thu Jul 11 11:39:31 1996 Fred Fish <fnf@cygnus.com>
2671
2672 * config/m68k/xm-hp300hpux.h (HAVE_MMAP): Remove definition.
2673 * config/pa/xm-hppah.h (HAVE_MMAP): Ditto.
2674
2675 Wed Jul 10 16:54:41 1996 Fred Fish <fnf@cygnus.com>
2676
2677 * Makefile.in (MMALLOC_CFLAGS): Eliminate intermediate MMALLOC_DISABLE
2678 and MMALLOC_CHECK macros, and add comment indicating how host dependent
2679 makefile fragment should modify MMALLOC_CFLAGS to not use mmalloc, or
2680 to use it but to not do heap corruption checking.
2681 * gdbserver/Makefile.in: Ditto.
2682 * utils.c (init_malloc): Replace warning() use with direct call of
2683 fprintf_unfiltered, since current_target has not yet been set and thus
2684 we cannot use warning(). If we try to use mmcheck and it fails,
2685 suggest that this configuration needs NO_MMCHECK or MMCHECK_FORCE
2686 defined. Other small mmalloc related cleanups.
2687 * config/sparc/sun4os4.mh (MMALLOC_CFLAGS): Define MMCHECK_FORCE to 1.
2688 * config/alpha/alpha-osf2.mh (MMALLOC_CFLAGS): Set to -DNO_MMCHECK.
2689
2690 * config/sparc/xm-sun4os4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
2691 * config/i386/xm-i386v4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
2692 * config/i386/xm-linux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
2693 * config/m68k/xm-hp300hpux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
2694 * config/m68k/xm-m68kv4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT);
2695 * config/m68k/xm-sun3os4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
2696 * config/pa/xm-hppah.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
2697 * config/sparc/xm-sun4sol2.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
2698 Remove obsolete defines.
2699
2700 * config/alpha/alpha-linux.mh (MMALLOC_DISABLE):
2701 * config/alpha/alpha-osf1.mh (MMALLOC_DISABLE):
2702 * config/rs6000/rs6000.mh (MMALLOC_DISABLE):
2703 * config/rs6000/aix4.mh (MMALLOC_DISABLE):
2704 * config/powerpc/aix4.mh (MMALLOC_DISABLE):
2705 * config/powerpc/aix.mh (MMALLOC_DISABLE):
2706 * config/ns32k/ns32km3.mh (MMALLOC_DISABLE):
2707 * config/mips/mipsm3.mh (MMALLOC_DISABLE):
2708 * config/mips/decstation.mh (MMALLOC_DISABLE):
2709 * config/m88k/cxux.mh (MMALLOC_DISABLE):
2710 * config/i386/i386mk.mh (MMALLOC_DISABLE):
2711 * config/i386/i386m3.mh (MMALLOC_DISABLE):
2712 * config/i386/i386gnu.mh (MMALLOC_DISABLE):
2713 Use MMALLOC_CFLAGS instead.
2714
2715 Tue Jul 9 22:41:12 1996 Jeffrey A Law (law@cygnus.com)
2716
2717 * h8300-tdep.c: Remove some outdated comments.
2718 (h8300_skip_prologue): Rework to be more correct for the H8/300H.
2719 Handle stm.l insns for the H8/S.
2720 (examine_prologue): Likewise.
2721
2722 Tue Jul 9 16:48:55 1996 Raymond Jou <rjou@mexican.cygnus.com>
2723
2724 * ser-mac.c (mac_close): Change a typo SetSetBuf to SerSetBuf.
2725
2726 Mon Jul 08 08:50:39 1996 Mark Alexander <marka@cygnus.com>
2727
2728 * mon960-rom.c (mon960_open): Add floating point detection to
2729 prevent hang on non-FPU processors (PR 9775).
2730 (mon960_cmds): Swap setmem.cmdw and setmem.cmdl to fix problem
2731 setting breakpoints and improve loading speed.
2732
2733 Sun Jul 7 14:57:34 1996 Fred Fish <fnf@cygnus.com>
2734
2735 * coffread.c (record_minimal_symbol): Don't presave name string
2736 on symbol_obstack before passing to prim_record_minimal_symbol.
2737 It now handles saving the string itself.
2738 * dbxread.c (read_dbx_dynamic_symtab): Ditto.
2739 * mipsread.c (read_alphacoff_dynamic_symtab): Ditto.
2740 * os9kread.c (record_minimal_symbol): Ditto.
2741 * solib.c (solib_add_common_symbols): Ditto.
2742
2743 * coffread.c (coff_symtab_read): Don't presave name string on
2744 symbol_obstack before passing to prim_record_minimal_symbol_and_info.
2745 It now handles saving the string itself.
2746 * dbxread.c (record_minimal_symbol): Ditto.
2747 * elfread.c (record_minimal_symbol_and_info): Ditto.
2748
2749 * dstread.c (record_minimal_symbol): Remove static function that just
2750 called prim_record_minimal_symbol with the same args (after change to
2751 prim_record_minimal_symbol to do it's own name string saves).
2752 * nlmread.c (record_minimal_symbol): Ditto.
2753 * somread.c (record_minimal_symbol): Ditto.
2754
2755 * hpread.c (hpread_read_enum_type): Save symbol name on symbol obstack.
2756 (hpread_read_function_type): Ditto.
2757 (hpread_process_one_debug_symbol): Ditto.
2758 * mdebugread.c (parse_symbol): Ditto.
2759 (new_symbol): Ditto.
2760 * minsyms.c (prim_record_minimal_symbol_and_info): Ditto.
2761
2762 * coffread.c (process_coff_symbol): Use obsavestring to save
2763 SYMBOL_NAME, rather than obstack_copy0.
2764 * dstread.c (create_new_symbol): Ditto
2765 * symfile.c (obconcat): Ditto.
2766 * stabsread.c (patch_block_stabs): Ditto.
2767 * xcoffread.c (SYMNAME_ALLOC): Ditto.
2768
2769 * symfile.c (obsavestring): Update comments
2770 * solib.c (solib_add_common_symbols): Remove local var origname.
2771
2772 Wed Jul 3 15:56:08 1996 Stu Grossman (grossman@critters.cygnus.com)
2773
2774 * configure: Re-build with autoconf-2.10.
2775
2776 * sparcl-tdep.c (_initialize_sparc_tdep) config/sparc/tm-sparc.h,
2777 config/sparc/tm-sparclite.h: Initialize tm_print_insn from
2778 TM_PRINT_INSN, which comes from the tm file.
2779
2780 Tue Jul 02 21:41:20 1996 Mark Alexander <marka@cygnus.com>
2781
2782 * coffread.c, dbxread.c, elfread.c, mipsread.c, nlmread.c,
2783 os9kread.c: Replace identical sym_offsets functions with
2784 default_symfile_offsets.
2785 * somread.c (som_symfile_offsets): Use new SIZEOF_SECTION_OFFSETS
2786 macro to allocate section_offsets.
2787 * symfile.c (default_symfile_offsets): New function.
2788 * symfile.h: Declare default_symfile_offsets.
2789 * symtab.h: Define SIZEOF_SECTION_OFFSETS macro to
2790 simplify allocation of section_offsets.
2791
2792 Tue Jun 11 12:02:55 1996 Stu Grossman (grossman@critters.cygnus.com)
2793
2794 * Makefile.in (INTERNAL_LDFLAGS): Add in flags from configure.
2795 * configure configure.in: Only make sol-thread.o for native.
2796 Also, switch to dlopened libthread_db.so.1.
2797 * sol-thread.c: Switch to using dlopen to get the thread_db
2798 library.
2799
2800 Thu Jun 13 16:53:25 1996 Stu Grossman (grossman@critters.cygnus.com)
2801
2802 * configure, configure.in: Change test for libthread_db to only
2803 work for configs where build/host/target are the same.
2804
2805 Tue Jul 2 15:04:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2806
2807 * config/powerpc/{linux.mh,xm-linux.h}: New files, for Linux on
2808 PowerPC.
2809
2810 * configure.in (powerpc-*-linux): Add Linux, System V, and ELF
2811 support.
2812 * configure: Regenerate.
2813
2814 Mon Jul 1 13:00:43 1996 Stan Shebs <shebs@andros.cygnus.com>
2815
2816 From Raymond Jou <rjou@mexican.cygnus.com>:
2817 * mpw-make.sed: Add lines to whack out autoconf hook
2818 @CONFIG_LDFLAGS@.
2819
2820 Mon Jul 01 11:07:15 1996 Mark Alexander <marka@cygnus.com>
2821
2822 * remote-e7000.c (e7000_stop): New function.
2823
2824 Fri Jun 28 06:34:19 1996 Dawn Perchik <dawn@cygnus.com>
2825
2826 * configure, configure.in: Add target sparclet.
2827 * monitor.h, monitor.c: Added monitor flags MO_NO_ECHO_ON_SETMEM
2828 (don't expect echo on setmem command), MO_RUN_FIRST_TIME (if
2829 command to start process running on target is different from one
2830 to continue execution), MO_HEX_PREFIX (if addresses from monitor
2831 have a "0x" prefix).
2832 * monitor.c, parse.c, sparc-tdep.c: Don't require strings in the
2833 registers array. This is to allow NULLs to be place holders in
2834 the tm-*.h file so that only minor changes are needed when a new
2835 processor is introduced (eg, one without floating point).
2836 * sparc-tdep.c: Conditionally remove dependancies on floating
2837 point.
2838 * sparclet-rom.c, config/sparc/sparclet.mt,
2839 config/sparc/tm-sparclet.h: New files for target sparclet.
2840 * symfile.c (load_command): Add option for 2nd parameter; a load
2841 offset added to the vma of each section.
2842
2843 Fri Jun 28 05:39:19 1996 Dawn Perchik <dawn@cygnus.com>
2844
2845 * main.c (main): Add option "l" for setting remote_timeout.
2846
2847 Fri Jun 28 05:25:18 1996 Dawn Perchik <dawn@cygnus.com>
2848
2849 * remote-e7000.c, remote.c, target.h, top.c: Add set option
2850 "remote_timeout" for setting remote_timeout. Add set option
2851 "use_hard_breakpoints" for setting hardware .vs. memory
2852 breakpoints.
2853
2854 Fri Jun 28 04:32:18 1996 Dawn Perchik <dawn@cygnus.com>
2855
2856 * remote-e7000.c (e7000_parse_device): New function.
2857 Add option "tcp_remote" to target command if using
2858 tcp to connect to a remote host which is then connected
2859 via serial port to the e7000 (for exampole, a port master).
2860 (e7000_open): Change to call e7000_parse_device.
2861
2862 Fri Jun 28 03:47:17 1996 Dawn Perchik <dawn@cygnus.com>
2863
2864 * monitor.c (monitor_debug): Fix remotedebug buffering.
2865
2866 Thu Jun 27 18:24:17 1996 Stan Shebs <shebs@andros.cygnus.com>
2867
2868 * config/i386/cygwin32.mh, config/powerpc/cygwin32.mh
2869 (NATDEPFILES): Add a space.
2870
2871 Wed Jun 26 06:05:39 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
2872
2873 * gdbtypes.c (create_array_type): If TYPE_LENGTH (result_type)
2874 is zero, set TYPE_FLAG_TARGET_STUB to force reevaluation of the type.
2875
2876 * ch-exp.c (calculate_array_length): Function removed.
2877
2878 Tue Jun 25 17:41:06 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2879
2880 * remote-e7000.c (e7000_read_inferior_memory_large): New function.
2881 (e7000_xfer_inferior_memory): Call it.
2882
2883 Tue Jun 25 23:14:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
2884
2885 * gdb/gdbserver/Makefile.in (docdir): Removed.
2886
2887 Tue Jun 25 22:05:38 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
2888
2889 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir):
2890 Use autoconf set values.
2891 (docdir): Removed.
2892 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
2893 * nlm/Makefile.in (bindir, libdir, datadir, mandir, infodir,
2894 includedir): Use autoconf set values.
2895 (docdir): Removed.
2896 * nlm/configure.in (AC_PREREQ): autoconf 2.5 or higher.
2897 * nlm/configure: Rebuilt.
2898 * gdb/gdbserver/Makefile.in (datadir): Set to $(prefix)/share.
2899
2900 Mon Jun 24 09:56:14 1996 Angela Marie Thomas (angela@cygnus.com)
2901
2902 * stabsread.c (read_cfront_member_functions): add type
2903
2904 Sun Jun 23 23:40:48 1996 Doug Evans <dje@canuck.cygnus.com>
2905
2906 * win32-nat.c: #include <unistd.h>.
2907 (unix_paths_to_dos_paths, dos_paths_to_unix_paths): Delete.
2908 (child_create_inferior): Convert only env var PATH to win32 style.
2909 (set_pathstyle_dos): Delete.
2910 (_initialize_inftarg): Delete dos-path-style command.
2911
2912 start-sanitize-gdbtk
2913 Fri Jun 21 11:04:47 1996 Fred Fish <fnf@cygnus.com>
2914
2915 * gdbtk.tcl (create_register_windows): Include missing '$'s.
2916 Add global declarations for various reg_format_* variables.
2917 * gdbtk.tcl (populate_register_window): Make initial window one
2918 line taller to account for new column header line.
2919
2920 Fri Jun 21 09:46:47 1996 Fred Fish <fnf@cygnus.com>
2921
2922 * gdbtk.c (get_register): Support for printing raw formats.
2923 * gdbtk.tcl: Add hint for using debug_interface.
2924 (center_window, add_breakpoint_frame, delete_breakpoint_frame):
2925 Enclose arg in braces for consistency.
2926 (create_registers_window, populate_reg_window, update_registers):
2927 Major rewrite to support displaying multiple formats in the register
2928 window.
2929 (init_reg_info): New function.
2930 (recompute_reg_display_list): Reset reg_display_list, start
2931 register display lines at line 2.
2932
2933 end-sanitize-gdbtk
2934 Thu Jun 20 13:42:23 1996 Doug Evans <dje@canuck.cygnus.com>
2935
2936 * configure.in: Revise sol-thread.o test.
2937 * configure: Regenerated.
2938
2939 * source.c (find_source_lines): Reassign size to result of read.
2940
2941 start-sanitize-gdbtk
2942 Thu Jun 20 08:18:59 1996 Fred Fish <fnf@cygnus.com>
2943
2944 * gdbtk.tcl (gdbtk_tcl_readline_begin): Handle backspace to
2945 avoid backing up over prompt. At every input, make sure insert
2946 point is at least after command start, handle control-u to delete
2947 current input line.
2948 (tclsh): Handle backspace to avoid backing up over prompt. Handle
2949 control-u to delete current input line.
2950
2951 Wed Jun 19 17:23:38 1996 Geoffrey Noer <noer@cygnus.com>
2952
2953 * configure.in: disable gdbtk for *cygwin32* hosted compiles
2954 * configure: regenerated with autoconf 2.8
2955
2956 end-sanitize-gdbtk
2957 Tue Jun 18 16:25:54 1996 Jeffrey A. Law <law@rtl.cygnus.com>
2958
2959 * h8300-dep.c (gdb_print_insn_h8300): Handle the H8/S.
2960 (h8300_command): Likewise.
2961 (set_machine): Likewise.
2962 (set_machine_hook): Likewise.
2963 (_initialize_h8300m): Likewise.
2964
2965 * config/h8300/tm-h8300.h (h8300smode): Declare.
2966
2967 Sun Jun 16 15:21:51 1996 Jeffrey A. Law <law@rtl.cygnus.com>
2968
2969 * somsolib.c (som_solib_create_inferior_hook): Handle tracking
2970 of shl_load calls for hpux10.
2971
2972 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
2973
2974 * config.in: Regenerated.
2975 * acconfig.h (HAVE_THREAD_DB_LIB): Added entry.
2976
2977 * configure: Regenerated.
2978 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
2979 avoid name clashes with SunOS headers.
2980
2981 Tue Jun 11 19:52:50 1996 Fred Fish <fnf@cygnus.com>
2982
2983 From Michael Snyder <Michael_Snyder@next.com>:
2984 * bcache.c (print_bcache_statistics): Avoid divide-by-zero
2985 exception if one or more objfile has no symbols, such as when
2986 a dynamic library has been stripped.
2987
2988 Tue Jun 11 12:02:55 1996 Stu Grossman (grossman@critters.cygnus.com)
2989
2990 * Makefile.in (INTERNAL_LDFLAGS): Add in flags from configure.
2991 * configure configure.in: Only make sol-thread.o for native.
2992 Also, switch to dlopened libthread_db.so.1.
2993 * sol-thread.c: Switch to using dlopen to get the thread_db
2994 library.
2995
2996 Mon Jun 10 14:17:19 1996 Fred Fish <fnf@cygnus.com>
2997
2998 * config/sparc/{xm-sun4sol2.h,xm-sun4os4.h} (MMAP_BASE_ADDRESS):
2999 Change from 0xE0000000 to 0xC0000000.
3000
3001 Thu Jun 6 17:10:32 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3002
3003 * config/powerpc/xm-solaris.h: Initial version of support for
3004 Solaris on PowerPC.
3005
3006 Wed Jun 5 01:52:57 1996 James G. Smith <jsmith@cygnus.co.uk>
3007
3008 * configure.in (configdirs): Force 4100 builds to use 4300 GDB
3009 target.
3010 * configure: Rebuild.
3011
3012 * config/mips/vr4300el.mt (SIM_OBS): Include simulator in
3013 little-endian builds.
3014
3015 Mon Jun 3 11:48:29 1996 Jeffrey A Law (law@cygnus.com)
3016
3017 * inftarg.c (child_thread_alive): Protect declaration with
3018 #ifndef CHILD_THREAD_ALIVE.
3019
3020 * source.c (find_source_lines): Check the time on the symtab's bfd if
3021 it exists, else check the time on the exec_bfd.
3022
3023 Thu May 30 09:43:17 1996 Mark Alexander <marka@cygnus.com>
3024
3025 * dsrec.c (make_srec): Fix calculation of address size
3026 to allow addresses less than 0x100.
3027
3028 Thu May 30 04:24:09 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
3029
3030 * ch-exp.c (ch_lex): In case of LOC_TYPEDEF call calculate_array_length.
3031
3032 Tue May 28 16:15:47 1996 Geoffrey Noer <noer@cygnus.com>
3033
3034 * remote-mips.c: cannot use EINVAL for breakpoint test since
3035 its value varies for different hosts (e.g. go32's is 19, while
3036 sunos is 22). Changed to hardcoded 22 since that is what the
3037 mips boards return.
3038
3039 Tue May 28 11:14:58 1996 Tom Tromey <tromey@creche.cygnus.com>
3040
3041 * configure: Regenerated.
3042 * aclocal.m4 (CY_AC_PATH_TCLH): Don't use AC_TRY_RUN.
3043 (CY_AC_PATH_TKH): Don't use AC_TRY_RUN.
3044
3045 Sun May 26 16:56:35 1996 Miles Bader <miles@gnu.ai.mit.edu>
3046
3047 * solib.c (solib_absolute_prefix, solib_search_path): New variables.
3048 (_initialize_solib): Add set/show commands for those variables.
3049 (solib_map_sections): Implement searching using them.
3050
3051 Sun May 26 14:14:49 1996 Fred Fish <fnf@cygnus.com>
3052
3053 Changes from: David Mosberger-Tang <davidm@azstarnet.com>
3054
3055 * NEWS: Add Alpha Linux as a new native configuration.
3056
3057 * mdebugread.c (parse_symbol): When we find a malloc() symbol with
3058 return type VOID, assume no debugging info is available for that
3059 object file and patch the return value into VOID *. Otherwise,
3060 operations requiring an implicit call to malloc() will fail.
3061
3062 * infrun.c (wait_for_inferior): The criterion to detect entering a
3063 sigtramp handler is now: (a) the current pc is inside a sigtramp
3064 handler, (b) the previous pc is not in a sigtramp handler, and (c)
3065 the current stack pointer is "inner" than the old one. Condition
3066 (c) is new to avoid mistaking a return from a signal handler into
3067 sigtramp as a new sigtramp invocation.
3068
3069 * dcache.c (struct dcache_block): Declare addr as CORE_ADDR. An
3070 int may not be big enough to hold an address.
3071 (dcache_hit): Ditto.
3072 (dcache_peek_byte): Fix indentation.
3073
3074 * configure.in (alpha-*-linux*): Add target.
3075 * configure: Rebuild
3076
3077 * config/alpha/tm-alpha.h (PROC_DESC_IS_DYN_SIGTRAMP): New macro.
3078 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
3079 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
3080 (SIGCONTEXT_ADDR): Ditto.
3081 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
3082
3083 * config/alpha/alpha-linux.mh: New file.
3084 * config/alpha/alpha-linux.mt: Ditto.
3085 * config/alpha/nm-linux.h: Ditto.
3086 * config/alpha/tm-alphalinux.h: Ditto.
3087 * config/alpha/xm-alphalinux.h: Ditto.
3088 * config/alpha/xm-alphaosf.h: Renamed from xm-alpha.h.
3089 * config/alpha/alpha-osf1.mh (XM_FILE): Change from xm-alpha.h to
3090 xm-alphaosf.h.
3091 * config/alpha/alpha-osf2.mh: Ditto.
3092
3093 * blockframe.c (find_pc_partial_function): Pass PC to
3094 SIGTRAMP_START and SIGTRAMP_END macros for the benefit of systems
3095 that detect sigtramp code via designated code sequences (as is the
3096 case for Linux/Alpha, for example).
3097
3098 * config/i386/tm-i386bsd.h: Change SIGTRAMP_START and SIGTRAMP_END
3099 to ignore new PC argument.
3100 * config/m68k/tm-hp300bsd.h: Ditto.
3101 * config/vax/tm-vax.h: Ditto.
3102
3103 * alpha-tdep.c (alpha_linux_sigtramp_offset): New function.
3104 (alpha_osf_skip_sigtramp_frame): Ditto.
3105 (push_sigtramp_desc): Ditto.
3106 (alpha_find_saved_regs): Use SIGCONTEXT_ADDR macro to extract
3107 sigcontext address from frame.
3108 (alpha_saved_pc_after_call): When in sigtramp, use
3109 alpha_frame_saved_pc() instead of read-register().
3110 (after_prologue): When inside a dynamically generated sigtramp
3111 function, there is no prologue, so return address of first
3112 instruction.
3113 (alpha_in_prologue): Fix typo in comment.
3114 (find_proc_desc): Use macro DYNAMIC_SIGTRAMP_OFFSET to determine
3115 whether we're inside a dynamicaly generated sigtramp function. If
3116 so, create and push and appropriate procedure descriptor.
3117 (alpha_frame_chain): Use macro FRAME_PAST_SIGTRAMP_FRAME to obtain
3118 the frame past a sigtramp frame (if the current frame is indeed a
3119 sigtramp function).
3120 (init_extra_frame_info): Don't read next frame register off of
3121 stack-pointer when inside a dynamiccaly generated sigtramp.
3122 (alpha_pop_frame): Also unlink and destroy procedure descriptors
3123 created for dynamically generated sigtramp functions.
3124
3125 * alpha-nat.c: When compiling under Linux, include <asm/reg.h> and
3126 <alpha/ptrace.h> instead of <machine/reg.h>
3127
3128 Tue Jul 2 13:58:10 1996 Miles Bader <miles@gnu.ai.mit.edu>
3129
3130 * gnu-nat.c (inf_validate_task_sc):
3131 Give terminal to gdb while asking question.
3132 (inf_resume): Don't validate the task suspend-count while execing.
3133
3134 Thu Jun 13 11:04:52 1996 Miles Bader <miles@gnu.ai.mit.edu>
3135
3136 * gnu-nat.c (inf_validate_task_sc): Query user before clearing any
3137 additional suspend count.
3138 (S_proc_wait_reply, gnu_attach): Don't call inf_validate_task_sc.
3139 (inf_resume): Call inf_validate_task_sc here.
3140 (gnu_resume): Call inf_update_procs to ensure noticing new threads.
3141
3142 Fri Jun 7 17:00:43 1996 Miles Bader <miles@gnu.ai.mit.edu>
3143
3144 * gnu-nat.c (gnu_create_inferior: attach_to_child): Return PID.
3145
3146 Thu May 23 15:13:56 1996 Jeffrey A Law (law@cygnus.com)
3147
3148 * h8300-tdep.c (IS_PUSH): Refine.
3149 (IS_MOVE_FP, IS_MOV_SP_FP): Accept H8/300H varaints.
3150 (IS_SUB4_SP, IS_SUBL_SP): New macros.
3151 (h8300_skip_prologue): Handle H8/300H prologue code sequences.
3152 (examine_prologue): Handle addresses from 0x010000 to 0xffffff
3153 when in H8/300H mode. Get the return pointer's address correctly
3154 for the H8/300H. Handle H8/300H prolouge code sequences.
3155
3156 * symfile.c (generic_load): Print the starting address
3157 of the file just loaded.
3158
3159 Thu May 23 12:09:52 1996 Stan Shebs <shebs@andros.cygnus.com>
3160
3161 * mpw-make.sed: Edit @THREAD_DB_OBS@ out of makefile.
3162
3163 Tue May 21 11:53:56 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3164
3165 * breakpoint.c (bpstat_do_actions): Avoid endless recursion
3166 if a `source' command is contained in bs->commands.
3167
3168 * infrun.c (wait_for_inferior): Update step_frame_address when
3169 stepping into a new line.
3170
3171 From schwab@issan.informatik.uni-dortmund.de (Andreas Schwab):
3172 * breakpoint.c (breakpoint_1): Add shlib_disabled case to
3173 bpenables array.
3174
3175 Mon May 20 22:52:00 1996 Mark Alexander <marka@cygnus.com>
3176
3177 * dsrec.c (load_srec): Add WAITACK parameter, for machines
3178 like EST visionICE that send back an ACK after each S-record.
3179 * monitor.c (monitor_wait_srec_ack): New function.
3180 (monitor_load): Pass monitor_wait_srec_ack to load_srec
3181 if the monitor's MO_SREC_ACK flag is set.
3182 * monitor.h: Define MO_SREC_ACK flag.
3183 * remote-est.c (est_cmds): Add MO_SREC_ACK flag.
3184 * sh3-rom.c (sh3_load): Accomodate change in load_srec prototype.
3185 * srec.h: Add WAITACK parameter to load_srec prototype.
3186
3187 Sun May 19 21:22:00 1996 Rob Savoye <rob@chinadoll>
3188
3189 * config/sparc/sparclite.mt: Add the sparc simulator.
3190
3191 Sun May 19 16:49:37 1996 Fred Fish <fnf@cygnus.com>
3192
3193 * defs.h (read_command_lines, query_hook): Update prototypes.
3194 (readline_begin_hook, readline_hook, readline_end_hook): Declare.
3195 * breakpoint.c (commands_command): Build message in temporary buffer
3196 and pass that, as well as tty control flag, to read_command_lines.
3197 * top.c (readline_begin_hook, readline_hook, readline_end_hook):
3198 Define here.
3199 (command_loop): Check for non-NULL instream before looping.
3200 (command_line_input): Use readline_hook when appropriate, to get
3201 user input from a GUI window.
3202 (read_next_line): Also build prompt if getting user input from a GUI.
3203 (recurse_read_control_structure): Fix typo in comment.
3204 (read_command_lines): Use passed in prompt and tty flag to decide how
3205 to build message. Use readline_begin_hook when appropriate, to set
3206 up a GUI interaction window. Just return head, whether NULL or not,
3207 after using readline_end_hook to complete GUI interaction.
3208 (define_command, document_command): Build message in a temporary
3209 buffer and pass it to read_command_lines, along with tty flag.
3210
3211 start-sanitize-gdbtk
3212 * gdbtk.c (gdbtk_readline_begin, gdbtk_readline, gdbtk_readline_end):
3213 New functions.
3214 (tk_command_loop): Set instream to NULL to enable Tk user interaction.
3215 (gdbtk_init): Set readline_begin_hook, readline_hook,
3216 and readline_end_hook.
3217 * gdbtk.tcl (gdbtk_tcl_readline_begin, gdbtk_tcl_readline,
3218 gdbtk_tcl_readline_end): New functions.
3219 (tclsh): Pack scroll bar on right side of window, not left.
3220 end-sanitize-gdbtk
3221
3222 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3223
3224 * blockframe.c (frameless_look_for_prologue):
3225 Add FUNCTION_START_OFFSET only if func_start is non-zero.
3226 * minsyms.c (lookup_minimal_symbol_by_pc): Return NULL if
3227 pc is not in a known section.
3228 * stack.c (print_frame_info): Remove check for fi->pc in known
3229 section, now handled by lookup_minimal_symbol_by_pc.
3230
3231 start-sanitize-gdbtk
3232 Fri May 17 13:54:34 1996 Fred Fish <fnf@cygnus.com>
3233
3234 * gdbtk.tcl (create_command_window): Change a misspelled "get"
3235 to the intended "cget".
3236 (delete_line): Fix so it deletes the current line at the
3237 insertion cursor.
3238 end-sanitize-gdbtk
3239
3240 Fri May 17 13:31:04 1996 Stan Shebs <shebs@andros.cygnus.com>
3241
3242 * sh-stub.c: New file, was config/sh/stub.c.
3243
3244 start-sanitize-gdbtk
3245 Thu May 16 19:20:29 1996 Fred Fish <fnf@cygnus.com>
3246
3247 * gdbtk.tcl (gdb_prompt): Set this early on.
3248 (create_command_window): Use gdb_prompt rather than "(gdb) ".
3249 (gdbtk_tcl_preloop): Proc executed just prior to Tk main loop.
3250 (tclsh): If an evaluation window already exists, just bring it
3251 to the front instead of trying to create another.
3252 * gdbtk.c (tk_command_loop): New function.
3253 (gdbtk_init): Call tk_command_loop rather than Tk_MainLoop.
3254
3255 Thu May 16 16:16:35 1996 Fred Fish <fnf@cygnus.com>
3256
3257 * gdbtk.tcl (evaluate_tcl_command, tclsh): New functions that
3258 implement a tcl evaluation window for gdbtk maintainers to use.
3259
3260 Thu May 16 11:42:58 1996 Tom Tromey <tromey@creche.cygnus.com>
3261
3262 * gdbtk.tcl (files_command): Correctly insert list of files into
3263 listbox widget.
3264
3265 * gdbtk.tcl (files_command): listbox command no longer accepts
3266 -geometry.
3267
3268 Wed May 15 16:04:09 1996 Stan Shebs <shebs@andros.cygnus.com>
3269
3270 * gdbtk.tcl (create_command_window): If command window's buffer
3271 is disabled, don't execute any of the key bindings.
3272 end-sanitize-gdbtk
3273
3274 Wed May 15 08:25:12 1996 Jeffrey A Law (law@cygnus.com)
3275
3276 * top.c (read_next_line): Fix thinkos. From Donn Seeley.
3277
3278 * coffread.c (coff_symtab_read): Handle C_LABEL symbols like
3279 C_STAT symbols.
3280 * h8300-tdep.c (h8300_pop_frame): Reset $sp and $pc correctly.
3281 Flush cached frames just before exiting.
3282 * remote-sim.c (gdbsim_resume): Complain if the program isn't
3283 being run.
3284 * config/h8300/tm-h8300.h (BELIEVE_PCC_PROMOTION): Define.
3285
3286 Tue May 14 18:05:16 1996 Stu Grossman (grossman@critters.cygnus.com)
3287
3288 * procfs.c (procfs_thread_alive procfs_stop): Make static.
3289 (procfs_pid_to_str): New routine to print out thread id's in an
3290 intelligible manner.
3291 * sol-thread.c (sol_thread_fetch_registers): Re-order manner in
3292 which supply_register is called to fix bug with writing
3293 individual regs.
3294 * config/sparc/tm-sun4sol2.h: Define default for
3295 target_pid_to_str in case host lacks libthread_db.
3296
3297 Mon May 13 23:53:30 1996 Stu Grossman (grossman@critters.cygnus.com)
3298
3299 * Makefile.in config.in configure configure.in
3300 config/sparc/nm-sun4sol2.h config/sparc/sun4sol2.mh
3301 config/sparc/tm-sun4sol2.h: Use autoconf to config Solaris thread
3302 and pthread support, since pre-2.5 systems don't come with
3303 libthread_db.so.1.
3304
3305 * procfs.c (info_proc): Use int instead of id_t. Old versions of
3306 Irix don't seem to define this.
3307
3308 start-sanitize-gdbtk
3309 Mon May 13 13:43:25 1996 Fred Fish <fnf@cygnus.com>
3310
3311 * gdbtk.c (tk_command): Catch case where no argument is given
3312 since this will cause the tcl interpreter to dump core.
3313 end-sanitize-gdbtk
3314
3315 Mon May 13 17:40:58 1996 Jeffrey A Law (law@cygnus.com)
3316
3317 * top.c (execute_control_command, case while_control): Allow
3318 a while command to be interrupted.
3319
3320 Mon May 13 16:17:36 1996 Stu Grossman (grossman@critters.cygnus.com)
3321
3322 * sol-thread.c: More cleanup, add comments.
3323 (sol_thread_resume): Prevent people from trying to step
3324 inactive threads.
3325 (sol_thread_wait sol_thread_fetch_registers
3326 sol_thread_store_registers): Remove unnecessary check for
3327 sol_thread_active. These routines won't get called unless threads
3328 are active.
3329
3330 Mon May 13 11:29:37 1996 Stan Shebs <shebs@andros.cygnus.com>
3331
3332 SH3-E support from Allan Tajii <atajii@hmsi.com>:
3333 * sh-tdep.c (sh_reg_names, sh3_reg_names): Add empty names for
3334 float registers.
3335 (sh3e_reg_names): New register name array.
3336 (sh_processor_type_table): Add sh3e processor type.
3337 * config/sh/tm-sh.h (REGISTER_VIRTUAL_TYPE): Fix test.
3338 (REGISTER_NAMES, NUM_REGS, NUM_REALREGS, etc): Adjust for
3339 full set of registers.
3340 * remote-e7000.c (want_sh3, want_sh3_nopc): New globals.
3341 (e7000_fetch_registers, e7000_wait): Use them.
3342 * sh3-rom.c (sh3_regnames): Add float registers.
3343 (sh3e_cmds, sh3e_ops): New globals.
3344 (sh3e_open): New function.
3345 (_initialize_sh3_rom): Rename from _initialize_sh3, set up
3346 sh3e target vector.
3347
3348 Fri May 10 15:53:38 1996 Stu Grossman (grossman@lisa.cygnus.com)
3349
3350 * sol-thread.c: Cleanup. gcc -Wall fixes. Add prototypes.
3351 Print out messages instead of codes for thread_db errors. Make
3352 access macros for thread and lwp manipulation. Make cleanups to
3353 fixup inferior_pid in case of errors.
3354
3355 Thu May 9 19:06:02 1996 Fred Fish <fnf@cygnus.com>
3356
3357 * aclocal.m4: Remove unused definition of AC_C_CROSS.
3358 * configure.in: Add powerpcle-*-solaris* host and target config
3359 so April 30th change does not get lost next time configure is
3360 rebuilt.
3361
3362 Thu May 9 14:13:08 1996 Stu Grossman (grossman@critters.cygnus.com)
3363
3364 * Makefile.in, breakpoint.c, corelow.c, fork-child.c, inflow.c,
3365 infrun.c, mac-nat.c, procfs.c, remote.c, sol-thread.c, thread.c,
3366 win32-nat.c, config/nm-lynx.h: Rename thread.h to gdbthread.h to
3367 avoid conflict with Solaris /usr/include/thread.h.
3368
3369 Thu May 9 12:33:32 1996 Rob Savoye <rob@chinadoll.cygnus.com>
3370
3371 * abug-rom.c: Config file for the older style ABug monitor that
3372 runs on the mvme13x boards.
3373 * config/m68k/monitor.mt: Add abug support for m68k cross
3374 debugging.
3375
3376 Wed May 8 20:33:24 1996 Fred Fish <fnf@cygnus.com>
3377
3378 * infcmd.c (do_registers_info): Always print the raw floating
3379 point value's bytes in big endian order, so the the leftmost bit
3380 is the most significant.
3381 * breakpoint.c (clear_momentary_breakpoints): Remove dead code
3382 that is referenced nowhere else.
3383 (set_breakpoint): Ditto.
3384 (do_enable_breakpoint): Created from enable_once_breakpoint
3385 with a couple of changes.
3386 (enable_breakpoint): Call do_enable_breakpoint with an appropriate
3387 bpdisp enum value to set disposition of breakpoint.
3388 (enable_once_breakpoint): Ditto.
3389 (enable_delete_breakpoint): Ditto.
3390 * breakpoint.h (clear_momentary_breakpoints): Remove prototype.
3391 * symtab.c (find_pc_line): Improve comments.
3392 start-sanitize-gdbtk
3393 * gdbtk.c: Fix a couple of misspellings.
3394 end-sanitize-gdbtk
3395 * xcoffread.c: Ditto.
3396
3397 Tue May 7 18:37:06 1996 Stan Shebs <shebs@andros.cygnus.com>
3398
3399 * target.c (debug_to_xfer_memory): Insert line breaks when
3400 dumping the memory block.
3401
3402 Mon May 6 13:52:52 1996 Stu Grossman (grossman@critters.cygnus.com)
3403
3404 * fork-child.c (fork_inferior), inferior.h: init_trace_fun now
3405 returns a possibly modified pid.
3406 * inftarg.c (ptrace_him): Now returns pid;
3407 * m3-nat.c (m3_trace_him): Now returns pid;
3408 * infcmd.c (run_command): Minor cleanup.
3409 * infrun.c (wait_for_inferior): Add another check for one_stepped
3410 near where we read the pc to avoid erroneously setting
3411 random_signal for multi-threaded support.
3412 * procfs.c: Add support for Solaris LWPs. Remove def of
3413 LOSING_POLL. Many cleanups... Several workarounds for Solaris
3414 lossage. System call entry and exit are now handled by
3415 dynamically registered handlers.
3416 * (syscallname): Don't barf when handed an unknown syscall
3417 number.
3418 * (info_proc_syscalls): Ditto.
3419 * sol-thread.c: New file. Implements Solaris thread support.
3420 * symfile.c (symbol_file_add): Add call to target_new_objfile to
3421 notify target-dependent code about new symbol tables.
3422 * (clear_symtab_users): Call target_new_objfile to notify it of
3423 the removal of all symbol tables.
3424 * target.c (push_target): Make sure that to_close is non-zero
3425 before calling it.
3426 * target.h (target_new_objfile): Provide default.
3427 * config/alpha/nm-osf2.h: Define LOSING_POLL because this version
3428 of OSF can't hack using poll with /proc.
3429 * config/sparc/nm-sun4sol2.h (target_new_objfile): Define to be
3430 sol-thread-new-objfile.
3431 * config/sparc/sun4sol2.mh: Add sol-thread.o to NATDEFFILES, and
3432 add libthread_db.so.1 to NAT_CLIBS.
3433 * config/sparc/tm-sun4sol2.h: Define PIDGET, TIDGET, and
3434 target_pid_to_str.
3435
3436 Sat May 4 02:13:34 1996 N Srin Kumar <nsrin@wipinfo.soft.net>
3437
3438 * procfs.c (remove_fd): Fix copy of fds to fill hole left after
3439 removal of the requested fd.
3440
3441 Mon May 6 07:52:48 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3442
3443 * rs6000-tdep.c (_initialize_rs6000_tdep): Don't do XCOFF specific
3444 hooks under ELF.
3445
3446 * config/powerpc/tm-ppc-eabi.h: Define ELF_OBJECT_FORMAT.
3447
3448 start-sanitize-gdbtk
3449 Thu May 2 19:17:49 1996 Stan Shebs <shebs@andros.cygnus.com>
3450
3451 * gdbtk.tcl (debug_interface): New global, use to aid debugging.
3452 (insert_breakpoint_tag, delete_breakpoint_tag): Fix range.
3453 (file_popup_menu): Delete, never used.
3454 (listing_window_popup): Rename from listing_window_button_1,
3455 remove breakpoint toggling code.
3456 (toggle_breakpoint): New procedure.
3457 (create_file_win): Bind popup menu to button 2, toggle breakpoints
3458 with button 1 in breakpoint area, add display of tagged areas if
3459 debugging on.
3460 end-sanitize-gdbtk
3461
3462 Thu May 2 12:46:14 1996 Jeffrey A Law (law@cygnus.com)
3463
3464 From Peter Schauer:
3465 * breakpoint.h (enum bpdisp): Add del_at_next_stop.
3466 * breakpoint.c (insert_breakpoints, watchpoint_check,
3467 bpstat_stop_status): Avoid bad references to memory freed via
3468 delete_breakpoint on watchpoints going out of scope.
3469 Do not delete these watchpoints, disable them and change their
3470 disposition to del_at_next_stop instead.
3471 (breakpoint_auto_delete): Delete all breakpoints whose disposition
3472 is del_at_next_stop.
3473 (breakpoint_init_inferior): Use switch to avoid reference to
3474 already deleted breakpoint.
3475
3476 Wed May 1 17:29:18 1996 Fred Fish <fnf@cygnus.com>
3477
3478 * Makefile.in (rs6000-nat.o): Depend on xcoffsolib.h.
3479 * config/rs6000/rs6000.mh (NATDEPFILES): Move xcoffread.o ...
3480 * config/rs6000/rs6000.mt (TDEPFILES): ... to here.
3481 * xcoffsolib.c (xcoff_relocate_symtab_hook): Define and initialize.
3482 (solib_info): Call xcoff_relocate_symtab via the hook.
3483 (sharedlibrary_command): Ditto.
3484 * xcoffread.c: Remove all FAKING_RS6000 comments and defines.
3485 (xcoff_add_toc_to_loadinfo_hook): Define and initialize here.
3486 (xcoff_init_loadinfo_hook): Define and initialize here.
3487 (scan_xcoff_symtab): Call xcoff_add_toc_to_loadinfo via the hook.
3488 (xcoff_initial_scan): Call xcoff_init_loadinfo via the hook.
3489 * xcoffsolib.h (xcoff_relocate_symtab_hook): Declare extern func.
3490 * rs6000-tdep.c (_initialize_rs6000_tdep): Add initializations
3491 of xcoff_add_toc_to_loadinfo_hook and xcoff_init_loadinfo_hook.
3492 * rs6000-nat.c (_initialize_core_rs6000): Add initialization
3493 of xcoff_relocate_symtab_hook.
3494
3495 Tue Apr 30 13:22:02 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3496
3497 * configure (powerpcle-*-solaris*): Add Solaris support.
3498
3499 * config/powerpc/{solaris.m[ht],tm-solaris.h}: New files for
3500 Solaris support.
3501
3502 Mon Apr 29 16:17:31 1996 Dawn Perchik <dawn@cygnus.com>
3503
3504 * c-valprint.c (c_val_print): Fix printing for arrays defined
3505 with 0 length.
3506
3507 Sun Apr 28 15:08:05 1996 Stan Shebs <shebs@andros.cygnus.com>
3508
3509 Support for bi-endian remote breakpoints.
3510 * remote.c (big_break_insn, little_break_insn): New globals.
3511 (break_insn): Remove.
3512 (remote_insert_breakpoint, remote_remove_breakpoint): Use own
3513 code if REMOTE_BREAKPOINT defined, otherwise call memory
3514 breakpoint functions.
3515 * config/sh/tm-sh.h (REMOTE_BREAKPOINT): Remove.
3516 (BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT): Define.
3517
3518 * mon960-rom.c (mon960_cmds): Remove forward decl.
3519 (mon960_load): Use current_monitor instead of mon960_cmds.
3520 (mon960_regnames): Remove backslashes from line ends.
3521 (_initialize_mon960): Fix documentation string.
3522
3523 Sun Apr 28 12:10:35 1996 Fred Fish <fnf@cygnus.com>
3524
3525 * symfile.h (psymbol_allocation_list): Expand comments which
3526 describe the psymbol allocation list and how each field is
3527 used.
3528
3529 Sun Apr 28 03:44:30 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3530
3531 * breakpoint.c (delete_breakpoint): Fix bpt->val, bpt->exp
3532 storage leaks.
3533 (breakpoint_re_set_one): Fix b->exp, b->val, b->cond storage leaks.
3534
3535 * infcmd.c (run_command), solib.c (locate_base): Check for
3536 target_has_execution in addition to inferior_pid, a core file
3537 from a threaded program is yielding a non-zero inferior_pid.
3538
3539 * sparc-tdep.c (get_saved_register): Handle window registers
3540 in a dummy frame correctly.
3541
3542 Sat Apr 27 20:38:32 1996 Fred Fish <fnf@cygnus.com>
3543
3544 * Makefile.in (CLIBS): Move $(MMALLOC) past all other libs,
3545 so that anything that wants an allocation function not yet pulled
3546 in, will get it from mmalloc rather than a system library.
3547 * Makefile.in (INSTALLED_LIBS): Reorder to match order of CLIBS,
3548 to avoid surprising results when used.
3549
3550 Sat Apr 27 00:12:05 1996 Dawn Perchik (dawn@cygnus.com)
3551
3552 * stabsread.c: Changes and bug fixes for cfront support.
3553 Fix bug for class data members.
3554 Fix parsing bug when no base classes exist.
3555 Fix memory bug - allocate space for cplusplus specific info.
3556 Add support for static data.
3557 Add prototypes for static functions.
3558 Enhance comments to show what each function expects to parse.
3559 Cleanup code.
3560 * stabsread.c(resolve_cont),dbxread.c(resolve_cont): Rename
3561 function to resolve_cfront_continuation.
3562
3563 Fri Apr 26 23:58:26 1996 Jeffrey A Law (law@cygnus.com)
3564
3565 * infrun.c (wait_for_inferior): Call registers_changed when
3566 restarting the inferior to get over a nullified instruction.
3567
3568 Tue Apr 24 12:12:55 1996 Dawn Perchik (dawn@cygnus.com)
3569
3570 * dbxread.c,stabsread.c,gdbtypes.c,partial-stab.h,valops.c:
3571 Add new support for parsing cfront stabs.
3572
3573 Wed Apr 24 00:32:55 1996 Jeffrey A Law (law@cygnus.com)
3574
3575 * infrun.c (wait_for_inferior): Move "have_waited" label
3576 outside of #ifdef conditionals. Don't trash the wait status
3577 if we get a signal and the current instruction is nullified.
3578
3579 Mon Apr 22 20:17:01 1996 Fred Fish <fnf@cygnus.com>
3580
3581 * Makefile.in (VERSION): Bump version number to 4.16.1.
3582 * NEWS: Update for 4.16 release.
3583
3584 Mon Apr 22 16:32:29 1996 Stan Shebs <shebs@andros.cygnus.com>
3585
3586 * monitor.h: Clean up comment formatting.
3587 (current_monitor): Remove decl.
3588 (LOADTYPES, LOADPROTOS, INIT_CMD, etc): Remove definitions.
3589 (push_monitor, SREC_SIZE): Remove.
3590 * monitor.c: Expand old macro into current_monitor derefs
3591 everywhere.
3592 * remote-os9k.c (current_monitor): Remove definition.
3593
3594 Mon Apr 22 14:54:45 1996 Mark Alexander <marka@superball.cygnus.com>
3595
3596 * corefile.c (specify_exec_file_hook): Allow arbitrary number of
3597 hooks.
3598 (call_extra_exec_file_hooks): New function.
3599 * h8300-tdep.c: Lint; add .h files to provide missing declarations,
3600 remove unused variables.
3601 (set_machine_hook): New function.
3602 (_initialize_h8300m): Initialize it.
3603
3604 Fri Apr 19 15:03:49 1996 Ian Lance Taylor <ian@cygnus.com>
3605
3606 * remote-mips.c (encoding): Don't specify size, to avoid bug in
3607 SunOS native compiler.
3608
3609 Thu Apr 18 18:46:57 1996 Stan Shebs <shebs@andros.cygnus.com>
3610
3611 * monitor.c: Use int rather than LONGEST for values, since
3612 the formatting strings are not prepared to accept long longs.
3613
3614 Wed Apr 17 20:17:27 1996 Doug Evans <dje@canuck.cygnus.com>
3615
3616 * arm-tdep.c (initialize_arm_tdep): Make apcs32 a `zinteger'.
3617
3618 Tue Apr 16 17:38:23 1996 Stu Grossman (grossman@critters.cygnus.com)
3619
3620 * corelow.c (add_to_thread_list): Make sure reg_sect is non-null
3621 before de-referencing it. Prevents deref of NULL pointer if core
3622 file lacks .reg section.
3623 * defs.h: Rename floatformat_{to from}_long_double to
3624 floatformat_{to from}_doublest. Get rid of FLOATFORMAT_{TO
3625 FROM}... macros.
3626 * findvar.c (extract_floating store_floating): Change all refs to
3627 FLOATFORMAT_{FROM TO}... to floatformat_{from to}_doublest.
3628 * utils.c: Change floatformat_{to from}_long_double to
3629 floatformat_{to from}_doublest cuz the new routines will use
3630 whatever size (double or long double) is appropriate.
3631 * config/i960/tm-i960.h (REGISTER_CONVERT_TO_VIRTUAL
3632 REGISTER_CONVERT_TO_RAW): Change FLOATFORMAT... macros to
3633 floatformat... routine calls.
3634
3635 Mon Apr 15 16:34:11 1996 Per Bothner <bothner@kalessin.cygnus.com>
3636
3637 * stabsread.c (read_type): Move handling of '@' from type
3638 number handling to handling of types proper (as emitted by gcc!).
3639 For typedefs, allocate the typedef type before reading its
3640 definition, to properly handling recursive types.
3641
3642 Mon Apr 15 11:19:26 1996 Jeffrey A Law (law@cygnus.com)
3643
3644 * ch-exp.c (calculate_array_length): Fix prototype.
3645
3646 Sat Apr 13 14:21:16 1996 Stu Grossman (grossman@critters.cygnus.com)
3647
3648 * remote-nindy.c (nindy_open): Acquire more target state so that
3649 user can attach to a previously running program.
3650 * (nindy_fetch_registers nindy_store_registers): Get rid of fp
3651 conversion code. That's all handled in {extract store}_floating
3652 now.
3653 * utils.c (floatformat_to_double): Don't bias exponent when
3654 handling zero's, denorms or NaNs.
3655 * config/i960/tm-i960.h (REGISTER_CONVERT_TO_VIRTUAL
3656 REGISTER_CONVERT_TO_RAW): Change to using DOUBLST and
3657 FLOATFORMAT_TO/FROM_DOUBLEST macros.
3658 * config/i960/tm-nindy960.h: Undefine
3659 REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW, and
3660 REGISTER_CONVERTIBLE. These are no longer necessary now that all
3661 the magic happens in extract/store_floating.
3662
3663 Sat Apr 13 02:58:02 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3664
3665 * eval.c (evaluate_subexp_standard): Report error when attempting to
3666 evaluate subscripts for types which cannot be subscripted.
3667
3668 * valarith.c (value_x_binop, value_x_unop): Add noside parameter.
3669 Return a zero value with the return type of the member function
3670 if noside is EVAL_AVOID_SIDE_EFFECTS instead of calling the member
3671 function.
3672 * values.h (value_x_binop, value_x_unop): Update prototypes
3673 accordingly.
3674 * eval.c (evaluate_subexp_standard): Update all callers of
3675 value_x_binop, value_x_unop accordingly.
3676
3677 * valarith.c (value_neg, value_complement): Perform ANSI C/C++
3678 integral promotion on operands.
3679
3680 Fri Apr 12 13:19:27 1996 Fred Fish <fnf@cygnus.com>
3681
3682 * README: Update for 4.16 release.
3683 * configure.in (AC_CHECK_FUNCS): Also check for sbrk.
3684 * configure: Regenerate with autoconf.
3685 * config.in: Regenerate with autoheader.
3686 * main.c (main): Only use sbrk() when HAVE_SBRK is defined.
3687 * top.c (command_loop): Ditto.
3688
3689 Fri Apr 12 09:45:29 1996 Stu Grossman (grossman@critters.cygnus.com)
3690
3691 * defs.h: Define TARGET_{FLOAT DOUBLE LONG_DOUBLE}_FORMAT
3692 defaults for bi-endian targets. Replace function pointers for
3693 floatformat routines with macros. No need for these to be runtime
3694 selectable.
3695 * findvar.c: Get rid of floatformat function pointers. Use
3696 macros in extract_floating and store_floating.
3697 * remote-nindy.c (nindy_fetch_registers nindy_store_registers):
3698 Use floatformat macros.
3699
3700 Thu Apr 11 21:28:02 1996 Fred Fish <fnf@cygnus.com>
3701
3702 From: Miles Bader <miles@gnu.ai.mit.edu>
3703 * configure.in (AC_CHECK_HEADERS): check for endian.h.
3704 Use AC_CHECK_TOOL to find AR & RANLIB. Add AC_PROG_AWK.
3705 Add host & target cases for i[345]86-*-gnu*.
3706 * config.in: Regenerate with autoheader.
3707 * configure: Regenerate with autoconf.
3708 * Makefile.in (AR, AWK): Set from corresponding autoconf substs.
3709 (init.c): Don't scan mig-generated files.
3710 * defs.h (endian.h): Include if HAVE_ENDIAN_H defined.
3711 * config/nm-m3.h (ATTACH_NO_WAIT): Define.
3712 * infcmd.c (attach_command): Use "#ifndef ATTACH_NO_WAIT"
3713 rather than "#ifndef MACH".
3714
3715 Thu Apr 11 18:49:42 1996 Stan Shebs <shebs@andros.cygnus.com>
3716
3717 * remote.c (remotewritesize): New GDB variable, controls size
3718 of memory packets sent to the target.
3719
3720 Thu Apr 11 13:47:52 1996 Stu Grossman (grossman@critters.cygnus.com)
3721
3722 * dcache.c: Add prototypes. Make many functions static.
3723 * (dcache_peek dcache_fetch dcache_poke): Make dcache_fetch and
3724 dcache_poke call dcache_xfer_memory directly in order to fix
3725 problems with turning off dcache. dcache_peek is now unnecessary,
3726 so it goes away.
3727
3728 * defs.h: Define new macros HOST_{FLOAT DOUBLE LONG_DOUBLE}_FORMAT
3729 and TARGET_{FLOAT DOUBLE LONG_DOUBLE}_FORMAT to specify a pointer
3730 to a struct floatformat. This allows for better handling of
3731 targets whose floating point formats differ from the host by more
3732 than just byte order.
3733 * (floatformat_to_long_double floatformat_from_long_double):
3734 Prototypes for new functions in utils.c.
3735 * (floatformat_to_doublest floatformat_from_doublest): Prototypes
3736 for pointers to floating point conversion functions. The actual
3737 function uses either double or long double if the host supports it.
3738 * findvar.c (floatformat_to_doublest floatformat_from_doublest):
3739 Initialize to point at correct function depending on HAVE_LONG_DOUBLE.
3740 * (extract_floating store_floating): Rewrite. Now, if host fp
3741 format is the same as the target, we just do a copy. Otherwise,
3742 we call floatformat_{to from}_doublest.
3743 * remote-nindy.c (nindy_xfer_inferior_memory): Change param
3744 `write' to `should_write'.
3745 * utils.c (floatformat_to_long_double
3746 floatformat_from_long_double): New routines that implement long
3747 double versions of functions in libiberty/floatformat.c.
3748 * config/i960/tm-i960.h (TARGET_LONG_DOUBLE_FORMAT): Define this for
3749 i960 extended real (80 bit) numbers.
3750 * nindy-share/nindy.c (ninMemGet ninMemPut): Return number of bytes
3751 actually read or written.
3752
3753 Wed Apr 10 02:56:06 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
3754
3755 * ch-valprint.c (chill_val_print): Remove call to calculate_array_length.
3756 (calculate_array_length): Move function from here ...
3757
3758 * ch-exp.c (calculate_array_length): ... to here.
3759 (parse_primval): If we have a symbol with an array type
3760 and the length is 0, call calculate_array_length.
3761
3762 Tue Apr 9 01:23:05 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
3763
3764 * eval.c (evaluate_subexp_standard): In case of TYPE_CODE_SET:
3765 Add some checks for powerset compatibility.
3766
3767 * valops.c (value_slice): Use lowbound instead of lowerbound for
3768 call to slice_range_type to get correct bounds.
3769
3770 Mon Apr 8 12:53:56 1996 Fred Fish <fnf@cygnus.com>
3771
3772 * Makefile.in (scm-exp.o, scm-lang.o, scm-valprint.o): Add targets and
3773 dependencies.
3774 * scm-lang.c (gdb_string.h): Include.
3775 * objfiles.c (add_to_objfile_sections): Cast second arg of obstack_grow
3776 call to correct type (char *).
3777 * cp-valprint.c (cp_print_static_field): Ditto.
3778 * somsolib.c (som_solib_create_inferior_hook): Add a declaration
3779 for external find_unwind_entry function (from hppa-tdep.c).
3780 * remote-pa.c (remote_write_bytes, remote_read_bytes): Change
3781 type of second arg to "char *" to be type compatible with
3782 dcache.
3783 (remote_wait): Cast second arg to strtol to correct type.
3784 * hppa-tdep.c (compare_unwind_entries): Change argument types to
3785 "const void *" to be type compatible with qsort, and then
3786 assign to local args prior to use.
3787
3788 Mon Apr 8 15:35:52 1996 Jeffrey A Law (law@cygnus.com)
3789
3790 * infptrace.c (kill_inferior): Remove call to "kill"; update
3791 comments.
3792
3793 Mon Apr 8 14:05:07 1996 Geoffrey Noer <noer@cygnus.com>
3794
3795 * remote-e7000.c: don't append :23 to target port if __WIN32__
3796 is defined (it's WinGDB).
3797
3798 Sun Apr 7 22:34:29 1996 Fred Fish <fnf@cygnus.com>
3799
3800 From: Miles Bader <miles@gnu.ai.mit.edu>
3801 * gnu-nat.c, gnu-nat.h, msg.defs, exc_request.defs, i386gnu-nat.c,
3802 msg_reply.defs, notify.defs, process_reply.defs, reply_mig_hack.awk,
3803 config/nm-gnu.h, config/i386/{i386gnu.mh, i386gnu.mt, nm-gnu.h,
3804 m-i386gnu.h, xm-i386gnu.h}: New files for GNU hurd.
3805
3806 Sun Apr 7 13:32:41 1996 Fred Fish <fnf@cygnus.com>
3807
3808 * configure.in (case host): Add i386sco5 host.
3809 * configure: Regenerate.
3810
3811 From: Robert Lipe <robertl@dgii.com>
3812 Add support for SCO OpenServer 5 (a.k.a. 3.2v5*) This
3813 target is an SVR3.2 with COFF, ELF, and shared libes, but
3814 no /proc.
3815 * config/i386/i386sco5.mh: New file.
3816 * config/i386/nm-i386sco5.h: New file.
3817
3818 Sat Apr 6 08:55:22 1996 Fred Fish <fnf@cygnus.com>
3819
3820 * bcache.c (bcache): When size of chunk to cache is exactly equal to
3821 BCACHE_MAXLENGTH, stash chunk as unique copy.
3822
3823 Sat Apr 6 00:46:26 1996 Fred Fish <fnf@cygnus.com>
3824
3825 * symfile.c (INLINE_ADD_PSYMBOL): Remove ifdef.
3826 (add_psymbol_to_list): Add an arg for passing CORE_ADDR values and
3827 use it, rather than calling add_psymbol_addr_to_list.
3828 (add_psymbol_addr_to_list): Delete.
3829 (add_psymbol_to_list): Make psymbol static to avoid random data in
3830 gaps due to alignment of structure members.
3831 * symfile.h (INLINE_ADD_PSYMBOL, ADD_PSYMBOL_TO_LIST,
3832 ADD_PSYMBOL_ADDR_TO_LIST): Remove. Real world tests show no
3833 performance improvements by inlining via complicated macros and
3834 they just make gdb larger and harder to maintain.
3835 * dwarfread.c (add_enum_psymbol): Replace ADD_PSYMBOL_TO_LIST
3836 and/or ADD_PSYMBOL_ADDR_TO_LIST macro(s) with call to
3837 add_psymbol_to_list with appropriate long or CORE_ADDR args.
3838 (add_partial_symbol): Ditto.
3839 * partial-stab.h: Ditto.
3840 * os9kread.c (read_os9k_psymtab): Ditto
3841 * mdebugread.c (parse_partial_symbols): Ditto.
3842 (handle_psymbol_enumerators): Ditto.
3843 (demangle.h): Include.
3844 * hpread.c (hpread_build_psymtabs): Ditto.
3845 (hpread_build_psymtabs): Ditto.
3846 (demangle.h): Include
3847
3848 start-sanitize-gdbtk
3849 Fri Apr 5 13:44:40 1996 Stan Shebs <shebs@andros.cygnus.com>
3850
3851 * gdbtk.c (running_now): New global variable.
3852 (gdb_cmd): Test it before executing any command.
3853 (gdbtk_call_command): Set it when inferior is running.
3854 * gdbtk.tcl (gdbtk_tcl_busy, gdbtk_tcl_idle): Enable and
3855 disable interaction with command window's text appropriately.
3856
3857 Fri Apr 5 13:25:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3858
3859 * gdbtk.c (SIOCSPGRP, linux): If on Linux, undef SIOCSPGRP, since
3860 some versions of the kernel don't support it.
3861 end-sanitize-gdbtk
3862
3863 Thu Apr 4 20:16:55 1996 Fred Fish <fnf@cygnus.com>
3864
3865 * configure.in: Check for setpgid function.
3866 * config.in: Regenerate with autoheader.
3867 * configure: Regenerate with autoconf.
3868 * inflow.c (_initialize_inflow): Only try to use _SC_JOB_CONTROL
3869 if it is actually defined.
3870 (gdb_setpgid): Use HAVE_SETPGID.
3871 * ch-exp.c: Change include of <string.h> to "gdb_string.h".
3872 * c-exp.y, f-exp.y, m2-exp.y: Ditto.
3873 * c-exp.y, serial.c: Include <ctype.h>.
3874 * config/m68k/nm-news.h: Add typedef for pid_t which is
3875 apparently missing from <sys/types.h>. Enclose entire
3876 file in NM_NEWS_H ifndef and define when included.
3877 * config/mips/nm-news-mips.h: Ditto.
3878 * config/m68k/tm-m68k.h (REGISTER_CONVERT_TO_VIRTUAL,
3879 REGISTER_CONVERT_TO_RAW): Change name of temporary variable.
3880
3881 Thu Apr 4 19:04:18 1996 Stan Shebs <shebs@andros.cygnus.com>
3882
3883 * arm-xdep.c: Move native-specific code to here from arm-tdep.c.
3884 * arm-tdep.c (arm_apcs_32): New global.
3885 (arm_addr_bits_remove, arm_saved_pc_after_call,
3886 arm_push_dummy_frame, arm_pop_frame): New functions.
3887 (arm_skip_prologue): Updated version from Richard Earnshaw.
3888 (_initialize_arm_tdep): Add set/show "apcs32".
3889 * config/arm/tm-arm.h (ADDR_BITS_REMOVE): Call
3890 arm_addr_bits_remove.
3891 (SAVED_PC_AFTER_CALL): Call arm_saved_pc_after_call.
3892 (frame_find_saved_regs): Declare properly.
3893 (PUSH_DUMMY_FRAME): Call arm_push_dummy_frame.
3894 (POP_FRAME): Call arm_pop_frame, use ADDR_BITS_REMOVE instead of
3895 explicit mask.
3896 * config/arm/nm-arm.h: New file.
3897 * config/arm/xm-arm.h (KERNEL_U_ADDR, FETCH_INFERIOR_REGISTERS):
3898 Move definitions to nm-arm.h.
3899 * config/arm/arm.mh (NAT_FILE): Define.
3900
3901 * symfile.c (generic_load): Initialize data_count properly.
3902
3903 Thu Apr 4 17:17:53 1996 Fred Fish <fnf@cygnus.com>
3904
3905 * symmisc.c (print_objfile_statistics): Print memory used by
3906 psymbol cache obstack.
3907
3908 Thu Apr 4 15:43:07 1996 Stan Shebs <shebs@andros.cygnus.com>
3909
3910 * symfile.c (report_transfer_performance): New function.
3911 (generic_load): Call it to report transfer rate.
3912 * remote-e7000.c (e7000_load): Ditto.
3913
3914 Mon Apr 1 16:31:00 1996 Stan Shebs <shebs@andros.cygnus.com>
3915
3916 * mpw-make.sed: Change references to config.h to be in objdir,
3917 edit out rules to rebuild config.h.
3918
3919 Mon Apr 1 08:32:23 1996 Fred Fish <fnf@cygnus.com>
3920
3921 * hppa-tdep.c (hppa_pop_frame): Call clear_proceed_status before
3922 proceeding.
3923
3924 Sun Mar 31 16:15:43 1996 Fred Fish <fnf@cygnus.com>
3925
3926 * hppah-nat.c (store_inferior_registers, store_inferior_registers,
3927 fetch_register, child_xfer_memory): Use call_ptrace function supplied
3928 by infptrace.c rather than calling ptrace directly.
3929
3930 Sun Mar 31 15:39:00 1996 Stan Shebs <shebs@andros.cygnus.com>
3931
3932 * mon960-rom.c: Cleanups and elimination of unused code,
3933 clarify documentation string.
3934 (mon960_serial, mon960_ttyname): Remove.
3935 * config/i960/tm-mon960.h (ADDITIONAL_OPTIONS,
3936 ADDITIONAL_OPTION_CASES, ADDITIONAL_OPTION_HELP): Remove.
3937
3938 Sat Mar 30 11:00:22 1996 Fred Fish <fnf@cygnus.com>
3939
3940 * configure.in: Check whether printf family supports printing
3941 long doubles or not and define PRINTF_HAS_LONG_DOUBLE if so.
3942 * acconfig.h: Provide default undef for PRINTF_HAS_LONG_DOUBLE.
3943 * configure: Regenerate.
3944 * valprint.c (print_floating): Use PRINTF_HAS_LONG_DOUBLE.
3945 * c-exp.y (parse_number): Use PRINTF_HAS_LONG_DOUBLE.
3946 * configure.in: Fix have_gregset and have_fpregset autoconf
3947 variable names so that they match the pattern required to
3948 cache them.
3949
3950 Fri Mar 29 21:39:56 1996 Fred Fish <fnf@cygnus.com>
3951
3952 * core-aout.c (fetch_core_registers): Cast core_reg_size to int
3953 before testing against reg_ptr.
3954 * eval.c (evaluate_subexp_standard): Cast type of
3955 TYPE_FN_FIELD_VOFFSET to int.
3956 * findvar.c (extract_signed_integer, extract_unsigned_integer,
3957 extract_long_unsigned_integer): Cast type of sizeof to int.
3958 * values.c (unpack_field_as_long, modify_field): Ditto.
3959 * valops.c (value_assign, call_function_by_hand): Ditto.
3960 * infcmd.c (do_registers_info): Ditto.
3961 * ser-tcp.c (tcp_open): Ditto.
3962 * remote.c (putpkt): Ditto.
3963 * dcache.c (dcache_peek): Ditto.
3964 * dcache.c (dcache_poke): Ditto.
3965 * m2-exp.y (yylex): Ditto.
3966 * gnu-regex.c (re_match_2): Ditto.
3967 * f-lang.c (ADD_BF_SYMNUM, saved_bf_list_end, tmp_bf_ptr): Ifdef
3968 out unused macro definition and variables.
3969 * inftarg.c (proc_wait): Move from main.c to here, and make static.
3970 * valprint.c (val_print_string): Change bufsize from int to unsigned.
3971 * main.c (wait.h): Include.
3972 * top.c (command_line_input): Remove unused variable "c".
3973 * f-typeprint.c (f_type_print_varspec_prefix): Add missing enum
3974 value TYPE_CODE_TYPEDEF to switch statement.
3975 (f_type_print_varspec_suffix): Add missing enum value
3976 TYPE_CODE_TYPEDEF to switch statement.
3977 * ch-exp.c (parse_primval): Add remaining enumeration values to
3978 switch statement, with no specific action.
3979 (ch_lex): Add LOC_UNRESOLVED in switch statement.
3980 (pushback_token): Ifdef out, since code using it is ifdef'd out.
3981 * stabsread.c (cleanup_undefined_types): Remove unused label
3982 "badtype".
3983 * objfiles.h (print_symbol_bcache_statistics): Add prototype.
3984 * maint.c (objfiles.h): Include.
3985 (maintenance_print_statistics): Remove unused variable "temp".
3986 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
3987 unused variable "found_file_symbol".
3988 * m2-exp.y (yylex): Add LOC_UNRESOLVED case to switch.
3989 * language.c (lang_bool_type): Use existing function local type
3990 variable rather than create block local variables.
3991 * solib.c (disable_break): Enclose in ifndef SVR4_SHARED_LIBS.
3992 * infptrace.c (wait.h, command.h): Include.
3993 * ser-tcp.c (gdb_string.h): Include
3994 * i386-tdep.c (codestream_seek): Change "place" to CORE_ADDR.
3995 (i386_get_frame_setup): Change "pc" from int to CORE_ADDR.
3996 * command.c (complete_on_enum): Make assignment used as truth value
3997 explictly check against NULL.
3998 (wait.h): Include.
3999 * infrun.c (wait_for_inferior): Ifdef out prologue_pc since code
4000 that uses it is ifdef'd out.
4001 * parser-defs.h: Add prototype for write_dollar_variable.
4002 * infrun.c: Add prototype for write_pc_pid.
4003 * breakpoint.h: Add prototype for re_enable_breakpoints_in_shlibs.
4004 * symmisc.c (bcache.h): Include.
4005 * bcache.h: Add prototype for print_bcache_statistics.
4006 * symfile.c: Include <time.h>.
4007 * printcmd.c (print_scalar_formatted): Change len to unsigned int.
4008 * valarith.c (value_equal): Cast result of TYPE_LENGTH to int.
4009 * valarith.c (value_binop): Change result_len, promoted_len1,
4010 and promoted_len2 to unsigned int.
4011 * valarith.c (value_subscripted_rvalue): Change elt_offs and
4012 elt_size to unsigned int.
4013 * valops.c (value_array): Change typelength to unsigned int.
4014 (destructor_name_p): Change len to unsigned int.
4015 * scm-lang.h (scm_parse): Add prototype for scm_unpack.
4016 * symfile.c (decrement_reading_symtab): Change return type to void.
4017 * valarith.c (value_subscript): Remove unused variable "word".
4018 (value_subscript): Remove unused variable "tint".
4019 * valops.c (auto_abandon): Ifdef out, since code using it is also
4020 ifdef'd out.
4021 * eval.c (init_array_element): Remove unused variable "val".
4022 * Makefile.in (values.o): Depends on scm-lang.h.
4023 (command.o): Depends upon wait_h.
4024 (ser-tcp.o): Depends upon gdb_string.h.
4025 (infptrace.o): Depends upon wait_h and command_h.
4026 (maint.o): Depends on objfiles.h and symfile.h.
4027 * values.c (allocate_repeat_value): Remove unused variable
4028 "element_type".
4029 (scm-lang.h): Include.
4030 * breakpoint.c (create_longjmp_breakpoint): Enclose in
4031 GET_LONGJMP_TARGET define, unused otherwise.
4032 * config/i386/nm-linux.h: Add prototypes for i386_insert_watchpoint,
4033 i386_remove_watchpoint and i386_stopped_by_watchpoint.
4034
4035 Thu Mar 28 12:53:19 1996 Doug Evans <dje@canuck.cygnus.com>
4036
4037 * configure.in (sparc64-*-solaris2*): Delete.
4038 Stick with sparc-*-solaris2*.
4039 * configure: Regenerated.
4040
4041 Thu Mar 28 06:51:26 1996 Fred Fish <fnf@cygnus.com>
4042
4043 * valops.c (value_assign): Make copy of internal variable value
4044 before returning it as a new value, since it is owned by the
4045 internal variable and will be freed along with it.
4046
4047 Wed Mar 27 08:36:17 1996 Jeffrey A Law (law@cygnus.com)
4048
4049 * From Peter Schauer.
4050 * breakpoint.c (breakpoint_re_set_one): Keep temporary
4051 breakpoints bp_until, bp_finish, bp_watchpoint_cope, bp_call_dummy
4052 and bp_step_resume in case breakpoint_re_set_one is called due
4053 to a step over a dlopen call.
4054 * infrun.c (wait_for_inferior): Always remove breakpoints from
4055 inferior in BPSTAT_WHAT_CHECK_SHLIBS case.
4056
4057 Tue Mar 26 13:15:32 1996 Fred Fish <fnf@cygnus.com>
4058
4059 * config/mips/tm-mips.h (COERCE_FLOAT_TO_DOUBLE): Only prefer
4060 non-prototyped case over prototyped case for C.
4061 * config/pa/tm-hppa.h (COERCE_FLOAT_TO_DOUBLE): Ditto.
4062
4063 Sat Mar 23 17:24:28 1996 Fred Fish <fnf@cygnus.com>
4064
4065 * os9kread.c (os9k_process_one_symbol): Note nonportable
4066 assumption that an int can hold a char *.
4067
4068 * bcache.h (struct hashlink): Wrap data[] inside union with
4069 double to force longest alignment.
4070 (BCACHE_DATA): New macro to access data[].
4071 (BCACHE_ALIGNMENT): New macro to get offset to data[].
4072 * bcache.c (lookup_cache, bcache): Use BCACHE_DATA to get
4073 address of cached data. Use BCACHE_ALIGNMENT to compute
4074 amount of space to allocate for each hashlink struct.
4075
4076 Sat Mar 23 12:14:02 1996 Fred Fish <fnf@cygnus.com>
4077
4078 * ch-lang.c (evaluate_subexp_chill): Fix typo.
4079
4080 Thu Mar 21 08:27:19 1996 Fred Fish <fnf@cygnus.com>
4081
4082 * Makefile.in (VERSION): Bump version to 4.15.3
4083
4084 Thu Mar 21 10:56:41 1996 Ian Lance Taylor <ian@cygnus.com>
4085
4086 * config.in: Rename from config.h.in.
4087 * configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
4088 Change CONFIG_HEADERS test in AC_OUTPUT accordingly.
4089 * configure: Rebuild.
4090 * Makefile.in (stamp-h): Depend upon config.in, not config.h.in.
4091 Set CONFIG_HEADERS to config.h:config.in.
4092
4093 Tue Mar 19 12:47:51 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4094
4095 * partial-stab.h (case N_ENDM): Finish current partial symbol
4096 table for Solaris 2 cc.
4097
4098 Tue Mar 19 10:39:15 1996 Jeffrey A Law (law@cygnus.com)
4099
4100 * rs6000-nat.c (exec_one_dummy_insn): Don't clobber the
4101 PC in the registers array. From Peter Schauer.
4102
4103 Mon Mar 18 13:47:09 1996 Fred Fish <fnf@cygnus.com>
4104
4105 * symfile.c (reread_symbols): Reinitialize bcache struct
4106 members to zero using memset. Also use memset to reinit
4107 global_psymbols and static_psymbols, rather than explicitly
4108 resetting each structure member.
4109
4110 Sat Mar 16 19:47:36 1996 Fred Fish <fnf@cygnus.com>
4111
4112 * configure.in: Add fragment to create stamp-h.
4113
4114 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4115 * configure.in (AC_CHECK_HEADERS): Check for link.h.
4116 * configure: Regenerate with autoconf.
4117 * config.h.in: Regenerate with autoheader.
4118 * config/i386/nm-linux.h: Include solib.h only if HAVE_LINK_H
4119 is defined.
4120 * solib.c: Exclude most of the code if HAVE_LINK_H is not defined.
4121 * config/i386/linux.mh: Reinstate XM_CLIBS, it is needed for
4122 older a.out based systems.
4123
4124 Sat Mar 16 16:45:43 1996 Fred Fish <fnf@cygnus.com>
4125
4126 * config.h.in: New file.
4127 * acconfig.h: New file, for autoheader.
4128 * configure.in (AC_CONFIG_HEADER): Add, generate config.h.
4129 * configure: Regenerate.
4130 * Makefile.in (defs_h): Add config.h
4131 (distclean): Remove config.h and stamp-h during distclean.
4132 (config.h, stamp-h): New targets to remake config.h when necessary.
4133 * defs.h (config.h): Include before any other includes or defines.
4134 * i386-tdep.c (gdb_string.h): Move include after include of defs.h.
4135 * i386v4-nat.c (defs.h): Include before testing HAVE_SYS_PROCFS_H.
4136
4137 Sat Mar 16 14:55:27 1996 Fred Fish <fnf@cygnus.com>
4138
4139 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4140 * Makefile.in (INSTALLED_LIBS): Make sure that @LIBS@ will not
4141 result in an empty line, to work around a bug in native Ultrix 4.4
4142 and OSF/1-3.2C make.
4143
4144 Sat Mar 16 13:33:17 1996 Fred Fish <fnf@cygnus.com>
4145
4146 * configure.in: Add gdbserver to configdirs under linux.
4147 * configure: Regenerate.
4148
4149 Fri Mar 15 12:06:58 1996 J.T. Conklin <jtc@rtl.cygnus.com>
4150
4151 * config/i386/nm-nbsd.h (FLOAT_INFO): Comment out.
4152 * config/i386/tm-nbsd.h (NUM_REGS): Define.
4153
4154 Thu Mar 14 10:31:18 1996 Jeffrey A Law (law@cygnus.com)
4155
4156 * solib.c (solib_break_names): Add _r_debug_state for
4157 vanilla SVR4 implementations. From Peter Schauer.
4158
4159 Mon Mar 11 14:24:57 1996 Dawn Perchik <dawn@critters.cygnus.com>
4160
4161 * mon960-rom.c: New file; support mon960 rom monitor on i960.
4162 * monitor.c (monitor_debug): Change remotedebug to buffer strings.
4163 * monitor.c (monitor_open): Add test for flag MO_NO_ECHO_ON_OPEN before
4164 epecting prompt and echo during open.
4165 * monitor.c (monitor_stop): Add test for flag MO_SEND_BREAK_ON_OPEN to
4166 determine if break should be sent as stop command.
4167 * monitor.h: Add flags MO_NO_ECHO_ON_OPEN and MO_SEND_BREAK_ON_OPEN.
4168 * i960-tdep.c (mon960_frame_chain_valid): New function for getting
4169 stack frame on mon960.
4170 * Makefile.in: Add mon960 files.
4171 * configure.in: Changed i960-*-coff* and i960-*-elf* to target mon960;
4172 added i960-nindy-coff* and i960-nindy-elf* for target nindy.
4173 * configure: Regenerated.
4174 * config/i960/mon960.mt, config/i960/tm-mon960.h: New files;
4175 support mon960 rom monitor on i960.
4176
4177 Mon Mar 11 11:02:47 1996 Steve Chamberlain <sac@slash.cygnus.com>
4178
4179 With Michael Snyder:
4180 * i386-tdep.c (skip_trampoline_code): Fix strncmp length.
4181 * win32-nat.c (CHECK, DEBUG*, debug_*): New.
4182 (handle_load_dll): Don't reload symbols.
4183 (handle_exception): Use the DEBUG_* names.
4184 (child_wait): Add DEBUG_* code.
4185 (_initialize_inftarg): Add new commands to set debug_ names.
4186
4187 Mon Mar 11 09:19:58 1996 Jeffrey A Law (law@cygnus.com)
4188
4189 * From Peter Schauer:
4190 * breakpoint.c (insert_breakpoints): Use ALL_BREAKPOINTS_SAFE.
4191 (bpstat_stop_status): Likewise.
4192 (remove_solib_event_breakpoints): Likewise.
4193 (clear_momentary_breakpoints): Likewise.
4194 (re_enable_breakpoints_in_shlibs): Don't reenable a breakpoint
4195 if we still can't read the memory for that breakpoint.
4196 (mention): Add bp_shlib_event case to keep gcc quiet.
4197
4198 Fri Mar 8 12:08:12 1996 Jeffrey A Law (law@cygnus.com)
4199
4200 * breakpoint.h (enum enable): New enum shlib_disabled for
4201 shared library breakpoints that have been temporarily disabled.
4202 * breakpoint.c: Handle temporarily disabled shared library
4203 breakpoints like disabled breakpoints in most places.
4204 (insert_breakpoints): Use shlib_disabled to indicate
4205 that an unsettable breakpoint is only temporarily disabled.
4206 (re_enable_breakpoints_in_shlibs): New function.
4207 * corelow.c (solib_add_stub): After adding shared libraries,
4208 try to reenable any temporarily disabled breakpoints.
4209 * infcmd.c (attach_command): Likewise.
4210 * infrun.c (wait_for_inferior): Likewise.
4211
4212 Fri Mar 8 11:41:25 1996 Ian Lance Taylor <ian@cygnus.com>
4213
4214 * defs.h (extract_long_unsigned_integer): Declare.
4215 * findvar.c (extract_long_unsigned_integer): New function.
4216 * printcmd.c (print_scalar_formatted): Use it.
4217 * valprint.c (val_print_type_code_int): Likewise.
4218
4219 Thu Mar 7 17:40:50 1996 Stan Shebs <shebs@andros.cygnus.com>
4220
4221 * infcmd.c (do_registers_info): Ignore anonymous registers.
4222 * sh-tdep.c (set processor): New command to set specific
4223 processor type.
4224 (sh_reg_names, sh3_reg_names): Arrays of register names for
4225 SH and SH3 processors.
4226 (sh_set_processor_type): New function.
4227 * sh3-rom.c (sh3_open): Call it.
4228 (sh3_regname): Add names of all the bank registers.
4229 (sh3_supply_register): Clean up formatting.
4230 * config/sh/tm-sh.h (NUM_REGS, NUM_REALREGS): Increase to include
4231 bank registers.
4232 (REGISTER_NAMES): Add names of bank registers.
4233 (FP15_REGNUM): Define.
4234 (REGISTER_VIRTUAL_TYPE): Use it.
4235 * monitor.c: Clean up some comments.
4236
4237 Thu Mar 7 12:09:51 1996 J.T. Conklin <jtc@rtl.cygnus.com>
4238
4239 * i386b-nat.c: Revert part of Mar 5 change. FreeBSD collapsed the
4240 s* and t* symbols too.
4241
4242 Thu Mar 7 15:18:51 1996 James G. Smith <jsmith@cygnus.co.uk>
4243
4244 * symfile.c (generic_load): Avoid division by zero.
4245
4246 Wed Mar 6 17:57:59 1996 Jeffrey A Law (law@cygnus.com)
4247
4248 * breakpoint.c (bfd_lookup_symbol): Provide for all SVR4 systems,
4249 not just those with HANDLE_SVR4_EXEC_EMULATORS.
4250
4251 From Peter Schauer:
4252 * breakpoint.c (internal_breakpoint_number): Move to file scope.
4253 (create_solib_event_breakpoint): Use an internal breakpoint number.
4254
4255 Wed Mar 6 00:32:44 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
4256
4257 * valarith.c (value_in): Change builtin_type_chill_bool to
4258 LA_BOOL_TYPE.
4259
4260 Tue Mar 5 23:48:36 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
4261
4262 * ch-exp.c (parse_primval): Handle CARD, MAX, MIN.
4263 (match_string_literal): Handle control sequence.
4264 (match_character_literal): Deto.
4265
4266 * ch-lang.c (chill_printchar): Change formating of nonprintable
4267 characters from C'xx' to ^(num).
4268 (chill_printstr): Deto.
4269 (value_chill_card, value_chill_max_min): New functions to process
4270 Chill's CARD, MAX, MIN.
4271 (evaluate_subexp_chill): Process UNOP_CARD, UNOP_CHMAX, UNOP_CHMIN.
4272
4273 * expression.h (exp_opcode): Add UNOP_CARD, UNOP_CHMAX, UNOP_CHMIN
4274 for Chill's CARD, MAX, MIN.
4275
4276 * valarith.c (value_in): Add processing of TYPE_CODE_RANGE
4277 and change return type from builtin_type_int to
4278 builtin_type_chill_bool.
4279
4280 Tue Mar 5 18:54:04 1996 Stan Shebs <shebs@andros.cygnus.com>
4281
4282 * config/nm-nbsd.h (link_object, lo_name, etc): Move to here
4283 from config/nm-nbsd.h.
4284 * config/sparc/nm-nbsd.h (regs, fp_status, etc): Move to here
4285 from config/sparc/tm-nbsd.h.
4286
4287 * config/m68k/nm-hp300hpux.h (FIVE_ARG_PTRACE): Define here
4288 instead of in config/m68k/xm-hp300hpux.h.
4289
4290 Tue Mar 5 12:05:35 1996 J.T. Conklin <jtc@rtl.cygnus.com>
4291
4292 * i386b-nat.c, m68knbsd-nat.c (fetch_core_registers): Provide
4293 implementation for NetBSD systems.
4294
4295 Mon Mar 4 23:44:16 1996 Per Bothner <bothner@kalessin.cygnus.com>
4296
4297 * valarith.c (binop_user_defined_p): Return 0 for BINOP_CONCAT.
4298 (value_concat): Handle varying strings (add COERCE_VARYING_ARRAY).
4299
4300 * ch-lang.c (evaluate_subexp_chill case MULTI_SUBSCRIPT): Error
4301 if "function" is pointer to non-function.
4302
4303 Mon Mar 4 17:47:03 1996 Stan Shebs <shebs@andros.cygnus.com>
4304
4305 * top.c (print_gdb_version): Update copyright year.
4306
4307 Mon Mar 4 14:44:54 1996 Jeffrey A Law (law@cygnus.com)
4308
4309 From Peter Schauer:
4310 * infrun.c (wait_for_inferior): Remove breakpoints and
4311 switch terminal settings before calling SOLIB_ADD.
4312 * solib.c (enable_break, SVR4 variant): Don't map in symbols
4313 for the dynamic linker, the namespace pollution causes real
4314 problems.
4315
4316 Sun Mar 3 17:18:57 1996 James G. Smith <jsmith@cygnus.co.uk>
4317
4318 * remote-mips.c (common_breakpoint): Explicitly terminate the
4319 returned buffer.
4320
4321 Wed Feb 28 22:32:18 1996 Stan Shebs <shebs@andros.cygnus.com>
4322
4323 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
4324 * remote.c (remote_detach): Send a command 'D' to the target
4325 when detaching, update the function's comments.
4326
4327 Thu Jun 6 16:11:38 1996 Miles Bader <miles@gnu.ai.mit.edu>
4328
4329 * gnu-nat.c (thread_cmd_list): New declaration.
4330 (parse_int_arg): New function.
4331
4332 Wed Jun 5 17:28:04 1996 Miles Bader <miles@gnu.ai.mit.edu>
4333
4334 * gnu-nat.h (struct proc): Add DETACH_SC field.
4335 * gnu-nat.c (make_proc): Set DETACH_SC.
4336 (struct inf): Add DETACH_SC & DEFAULT_THREAD_DETACH_SC fields.
4337 (make_inf): Set DETACH_SC & DEFAULT_THREAD_DETACH_SC fields.
4338 (add_thread_commands): Add set/show for detach-suspend-count.
4339 Add takeover-suspend-count cmd.
4340 (inf_detach): Set suspend counts to the detach SC, not 0.
4341 (set_thread_detach_sc_cmd, show_thread_detach_sc_cmd,
4342 set_task_detach_sc_cmd, show_task_detach_sc_cmd,
4343 set_thread_default_thread_detach_sc_cmd,
4344 show_thread_default_thread_detach_sc_cmd): New functions.
4345 (show_task_cmd): Also show detach-suspend-count values.
4346 (thread_takeover_sc_cmd): New function.
4347
4348 Fri May 31 16:49:24 1996 Miles Bader <miles@gnu.ai.mit.edu>
4349
4350 * gnu-nat.c (show_thread_run_cmd): Actually print state.
4351
4352 Thu May 30 10:47:56 1996 Miles Bader <miles@gnu.ai.mit.edu>
4353
4354 * gnu-nat.c (inf_signal): Make unforwardable exceptions an error.
4355
4356 Tue May 28 17:06:36 1996 Miles Bader <miles@gnu.ai.mit.edu>
4357
4358 * gnu-nat.c (inf_validate_stopped): proc_getprocinfo takes a
4359 pointer to the flags now, not the flags themselves.
4360
4361 Mon May 27 13:31:17 1996 Miles Bader <miles@gnu.ai.mit.edu>
4362
4363 * gnu-nat.c (gnu_wait): Print debugging msgs for pending execs.
4364 (gnu_create_inferior): Check return from ptrace.
4365
4366 Sun May 26 16:56:35 1996 Miles Bader <miles@gnu.ai.mit.edu>
4367
4368 * gnu-nat.h (struct proc): Add DEAD field.
4369 * gnu-nat.c (make_proc): Initialize DEAD.
4370 (inf_set_traced, inf_validate_task_sc, inf_validate_procs: Frob it.
4371 (gnu_wait): Only abort for 0 threads if the task isn't dead.
4372
4373 Sat May 25 17:06:05 1996 Miles Bader <miles@gnu.ai.mit.edu>
4374
4375 * gnu-nat.c (inf_signal): Pass SIGCODE when posting a signal.
4376
4377 Wed May 22 18:44:28 1996 Miles Bader <miles@gnu.ai.mit.edu>
4378
4379 * gnu-nat.c (S_proc_wait_reply): Add SIGCODE argument.
4380 (inf_set_traced): Only give no-signal-thread error message if
4381 turning *on* tracing.
4382
4383 Wed May 15 13:03:16 1996 Miles Bader <miles@gnu.ai.mit.edu>
4384
4385 * gnu-nat.c (inf_validate_procs): If INF has no threads, always
4386 set inf->threads_up_to_date to 0.
4387 (inf_signal): Pass in new SIGCODE argument to msg_sig_post_untraced.
4388 (gnu_wait): Pass in new TIMEOUT arg to interrupt_operation.
4389 (proc_update_sc): Cast thread state arg to thread_set_state.
4390 (proc_get_state): Cast thread state arg to thread_get_state.
4391 (inf_validate_task_sc): Cast task_basic_info arg to task_info.
4392 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Call
4393 inf_update_procs before we lookup the thread.
4394 * config/i386/i386gnu.mh (MH_CFLAGS): New variable.
4395
4396 Tue May 7 17:52:33 1996 Miles Bader <miles@gnu.ai.mit.edu>
4397
4398 * gnu-nat.c (gnu_kill_inferior): Use inf_set_task to clear the task.
4399
4400 Mon May 6 19:06:49 1996 Miles Bader <miles@gnu.ai.mit.edu>
4401
4402 * gnu-nat.c (inf_set_traced): Use msg_set_init_int with
4403 INIT_TRACEMASK instead of setting the exec flags.
4404
4405 Fri May 3 19:10:57 1996 Miles Bader <miles@gnu.ai.mit.edu>
4406
4407 * gnu-nat.c (inf_validate_procs): Don't clear INF->task if we find
4408 the task's died, so others have a chance at it.
4409 (gnu_resume): When single-stepping a single thread, given an error
4410 if there is no such thread. When single-stepping one but running
4411 the others, just given a warning and still run all the threads.
4412 (gnu_wait): If there seem to be no threads, look harder, and
4413 signal an error if there really aren't any.
4414 (gnu_attach): Reset thread numbering to 0.
4415
4416 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Give
4417 thread name in warning messages.
4418
4419 * gnu-nat.c (active_inf): New function.
4420 (show_sig_thread_cmd, show_stopped_cmd): Use it.
4421 (info_port_rights, info_send_rights_cmd, info_port_sets_cmd,
4422 info_recv_rights_cmd, info_port_rights_cmd, info_port_rights_cmd):
4423 New functions.
4424 (add_task_commands): Add new port-right info commands.
4425
4426 Fri Apr 26 20:42:16 1996 Miles Bader <miles@gnu.ai.mit.edu>
4427
4428 * gnu-nat.c (gnu_wait): Instead of _hurd_intr_rpc_mach_msg, just
4429 use mach_msg with MACH_RCV_INTERRUPT.
4430 (set_noninvasive_cmd): New function.
4431 (add_task_commands): Add command entry for `set noninvasive'.
4432
4433 Mon Mar 4 14:12:02 1996 Miles Bader <miles@gnu.ai.mit.edu>
4434
4435 * gnu-nat.c (gnu_read_inferior): Use hurd_safe_memmove, not safe_bcopy.
4436 (safe_bcopy): Function removed.
4437
4438 Mon Dec 4 14:18:26 1995 Miles Bader <miles@gnu.ai.mit.edu>
4439
4440 * gnu-nat.c (proc_update_sc): Assert only threads can have state.
4441 (make_proc): Initialize state_valid & state_changed fields.
4442
4443 Tue Nov 28 17:51:21 1995 Miles Bader <miles@gnu.ai.mit.edu>
4444
4445 * reply_mig_hack.awk: New file.
4446
4447 Tue Nov 14 14:31:03 1995 Miles Bader <miles@gnu.ai.mit.edu>
4448
4449 * breakpoint.c (breakpoint_1): Print breakpoint thread field.
4450
4451 * lynx-nat.c (child_wait): Return TARGET_WAITKIND_SPURIOUS for new
4452 threads.
4453
4454 Mon Nov 13 18:30:53 1995 Miles Bader <miles@gnu.ai.mit.edu>
4455
4456 * target.c (debug_to_check_threads): New function.
4457
4458 * inflow.c (terminal_init_inferior_with_pgrp): New function.
4459 (terminal_init_inferior): Call terminal_init_inferior_with_pgrp.
4460 * inferior.h (terminal_init_inferior_with_pgrp): New declaration,
4461 but only if PROCESS_GROUP_TYPE is defined.
4462
4463 Mon Nov 6 16:42:09 1995 Miles Bader <miles@gnu.ai.mit.edu>
4464
4465 * target.c (debug_to_thread_alive): Pass through the return value.
4466
4467 Thu Nov 2 18:05:00 1995 Miles Bader <miles@gnu.ai.mit.edu>
4468
4469 * target.c (signals, target_signal_from_host, target_signal_to_host):
4470 Add mach exceptions.
4471 * target.h (enum target_signal): Add mach exceptions.
4472
4473 Mon Oct 30 16:41:04 1995 Miles Bader <miles@gnu.ai.mit.edu>
4474
4475 * gnu-nat.c: New file: gnu native backend.
4476 * i386gnu-nat.c: New file: i386-specific part of gnu native backend.
4477 * gnu-nat.h: New file.
4478 * config/nm-gnu.h: New file.
4479 * config/tm-i386gnu.h: New file.
4480 * config/xm-i386gnu.h: New file.
4481 * config/i386/i386gnu.mh: New file.
4482 * config/i386/i386gnu.mt: New file.
4483
4484 Wed Feb 28 15:50:12 1996 Fred Fish <fnf@cygnus.com>
4485
4486 * Makefile.in (VERSION): Bump version to 4.15.2 to establish
4487 baseline for gdb 4.16 rerelease testing.
4488
4489 Wed Feb 28 13:32:05 1996 Jeffrey A Law (law@cygnus.com)
4490
4491 * somsolib.c (som_solib_create_inferior_hook): Before returning
4492 call clear_symtab_users.
4493
4494 Tue Feb 27 00:04:46 1996 Stu Grossman (grossman@critters.cygnus.com)
4495
4496 * remote-e7000.c (e7000_open): Delete all breakpoints when
4497 connecting to e7000. Change connect message to allow use of
4498 monitor.exp in test suite.
4499 * (e7000_load): Print transfer rate of download.
4500 * symfile.c (generic_load): Print transfer rate of download.
4501
4502 Sun Feb 25 13:58:33 1996 Stan Shebs <shebs@andros.cygnus.com>
4503
4504 * configure.in (mips*-*-vxworks*): New config.
4505 * configure: Regenerated.
4506
4507 * config/mips/vxmips.mt, config/mips/tm-vxmips.h: New files.
4508 * remote-vxmips.c (vx_convert_to_virtual, vx_convert_from_virtual):
4509 Remove, never used.
4510
4511 Sat Feb 24 12:30:28 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4512
4513 * partial-stab.h (case N_FUN): Function symbols generated
4514 by SPARCworks cc have a meaningless zero value, do not update
4515 pst->textlow if the function symbol value is zero.
4516
4517 * stabsread.c (define_symbol): Initialize SYMBOL_TYPE field
4518 for function prototype declaration symbols.
4519
4520 Fri Feb 23 22:33:04 1996 Stu Grossman (grossman@critters.cygnus.com)
4521
4522 * remote-e7000.c (e7000_load): New routine to download via the
4523 network.
4524 * (e7000_wait): Don't backup PC when we hit a breakpoint.
4525 Apparantly new sh2 pods get this right...
4526 * (e7000_ops): Add call to e7000_load.
4527
4528 Thu Feb 22 00:52:42 1996 J.T. Conklin <jtc@rtl.cygnus.com>
4529
4530 * config/m68k/{nbsd.mh,nbsd.mt,nm-nbsd.h,tm-nbsd.h,xm-nbsd.h},
4531 m68knbsd-nat.c: New files, support for NetBSD/m68k.
4532
4533 * configure.in (m68k-*-netbsd*): New config.
4534 * configure: Regenerated.
4535
4536 Wed Feb 21 19:00:21 1996 Fred Fish <fnf@cygnus.com>
4537
4538 * standalone.c (open, _initialize_standalone): Fix obvious typos
4539 reported by Martin Pool <martin@citr.uq.oz.au>.
4540
4541 Wed Feb 21 14:24:04 1996 Jeffrey A Law (law@cygnus.com)
4542
4543 * solib.c (solib_create_inferior_hook): Fix thinko.
4544
4545 Tue Feb 20 23:59:19 1996 Jeffrey A Law (law@cygnus.com)
4546
4547 * solib.c (solib_break_names): Define for Solaris and Linux.
4548 (enable_break): For SVR4 systems, first try to use the debugger
4549 interfaces in the dynamic linker to track shared library events
4550 as they happen, then fall back to BKPT_AT_SYMBOL code. Convert
4551 BKPT_AT_SYMBOL code to use shared library event breakpoints.
4552 (solib_create_inferior_hook): Simplify BKPT_AT_SYMBOL code,
4553 it no longer needs to restart/wait on the inferior.
4554 * symfile.c (find_lowest_section): No longer static.
4555 * symfile.h (find_lowest_section): Corresponding changes.
4556
4557 Tue Feb 20 18:54:08 1996 Fred Fish <fnf@cygnus.com>
4558
4559 * valops.c (COERCE_FLOAT_TO_DOUBLE): Define default value.
4560 (value_arg_coerce): Use COERCE_FLOAT_TO_DOUBLE.
4561 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Define to 1.
4562 * config/mips/tm-mips.h: Ditto.
4563 * config/pa/tm-hppa.h: Ditto.
4564 * config/rs6000/tm-rs6000.h: Ditto.
4565 * config/sparc/tm-sparc.h: Ditto.
4566
4567 Tue Feb 20 17:32:05 1996 J.T. Conklin <jtc@rtl.cygnus.com>
4568
4569 * config/{i386,ns32k}/nbsd.mh (NATDEPFILES): Remove core-aout.o.
4570
4571 * config/nm-nbsd.h (FETCH_INFERIOR_REGISTERS): Defined.
4572 * config/xm-nbsd.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG):
4573 #ifdef'd out definitions --- Causes serious gdb failures on
4574 the i386. Need to investigate further before enabling.
4575
4576 * i386b-nat.c (fetch_inferior_registers, store_inferior_registers,
4577 fetch_core_registers): New functions. These functions are defined
4578 if FETCH_INFERIOR_REGISTERS is set. Registers are fetched/stored
4579 with ptrace PT_GETREGS/PT_SETREGS.
4580
4581 Tue Feb 20 16:55:06 1996 Stu Grossman (grossman@critters.cygnus.com)
4582
4583 * findvar.c (extract_floating store_floating): Replace `long
4584 double' with `DOUBLEST'.
4585
4586 Mon Feb 19 15:25:51 1996 J.T. Conklin <jtc@rtl.cygnus.com>
4587
4588 * config/xm-nbsd.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG):
4589 Define.
4590
4591 Mon Feb 19 10:32:05 1996 Jeffrey A Law (law@cygnus.com)
4592
4593 * symtab.h (looup_minimal_symbol_solib_trampoline): Declare.
4594
4595 * breakpoint.h (remove_solib_event_breakpoints): Declare.
4596 * breakpoint.c (remove_solib_event_breakpoints): New function.
4597 * somsolib.c (solib_create_inferior_hook): Remove all solib event
4598 breakpoints before inserting any new ones. Use a solib event
4599 breakpoint for the breakpoint at "_start".
4600 Remove extraneous "\n" from calls to warning.
4601
4602 * breakpoint.c (breakpoint_1): Add missing "sigtramp" to bptypes
4603 name array.
4604
4605 Mon Feb 19 01:09:32 1996 Doug Evans <dje@cygnus.com>
4606
4607 * dwarfread.c (add_partial_symbol): Use ADD_PSYMBOL_ADDR_TO_LIST
4608 for CORE_ADDR values.
4609 (new_symbol): Use SYMBOL_VALUE_ADDRESS for CORE_ADDR values.
4610 * symfile.h (add_psymbol_{,addr}to_list): Add prototypes.
4611
4612 Sun Feb 18 14:37:13 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4613
4614 * mipsread.c (mipscoff_symfile_read): Unconditionally add
4615 alpha coff dynamic symbols for all symbol files. Makes skipping
4616 over the trampoline code work when stepping from a function in a
4617 shared library into a function in a different shared library.
4618
4619 Sun Feb 18 09:27:10 1996 Stu Grossman (grossman@cygnus.com)
4620
4621 * config/sparc/tm-sparc.h: Define PS_FLAG_CARRY. Define
4622 RETURN_VALUE_ON_STACK to return long doubles on the stack.
4623
4624 Sat Feb 17 16:33:11 1996 Fred Fish <fnf@cygnus.com>
4625
4626 * Makefile.in (ch-exp.o): Add dependencies.
4627 (various): Add gdb_string.h to dependencies that need it.
4628
4629 Sat Feb 17 08:57:50 1996 Fred Fish <fnf@cygnus.com>
4630
4631 * symmisc.c (print_symbol_bcache_statistics): Update description for
4632 printing byte cache statistics.
4633
4634 Thu Feb 16 16:02:03 1996 Stu Grossman (grossman@cygnus.com)
4635
4636 * Add native support for long double data type.
4637 * c-exp.y (%union): Change dval to typed_val_float. Use DOUBLEST
4638 to store actual data. Change types of INT and FLOAT tokens to
4639 typed_val_int and typed_val_float respectively. Create new token
4640 DOUBLE_KEYWORD to specify the string `double'. Make production
4641 for FLOAT use type determined by parse_number. Add production for
4642 "long double" data type.
4643 * (parse_number): Use sscanf to parse numbers as float, double or
4644 long double depending upon the type of typed_val_float.dval. Also
4645 allow user to specify `f' or `l' suffix to explicitly specify
4646 float or long double constants. Change typed_val to
4647 typed_val_int.
4648 * (yylex): Change typed_val to typed_val_int. Also, scan for
4649 "double" keyword.
4650 * coffread.c (decode_base_type): Add support for T_LNGDBL basic
4651 type.
4652 * configure, configure.in: Add check for long double support in
4653 the host compiler.
4654 * defs.h: Define DOUBLEST appropriatly depending on whether
4655 HAVE_LONG_DOUBLE (from autoconf) is defined. Also, fix prototypes
4656 for functions that handle this type.
4657 * expression.h (union exp_element): doubleconst is now type
4658 DOUBLEST.
4659 * m2-exp.y f-exp.y (%union): dval becomes type DOUBLEST.
4660 * findvar.c (extract_floating): Make return value be DOUBLEST.
4661 Also, add support for numbers with size of long double.
4662 * (store_floating): Arg `val' is now type DOUBLEST. Handle all
4663 floating types.
4664 * parser-defs.h parse.c (write_exp_elt_dblcst): Arg expelt is now
4665 DOUBLEST.
4666 * valarith.c (value_binop): Change temp variables v1, v2 and v to
4667 type DOUBLEST. Coerce type of result to long double if either op
4668 was of that type.
4669 * valops.c (value_arg_coerce): If argument type is bigger than
4670 double, coerce to long double.
4671 * (call_function_by_hand): If REG_STRUCT_HAS_ADDR is defined, and
4672 arg type is float and > 8 bytes, then use pointer-to-object
4673 calling conventions.
4674 * valprint.c (print_floating): Arg doub is now type DOUBLEST.
4675 Use appropriate format and precision to print out floating point
4676 values.
4677 * value.h: Fixup prototypes for value_as_double,
4678 value_from_double, and unpack_double to use DOUBLEST.
4679 * values.c (record_latest_value): Remove check for invalid
4680 floats. Allow history to store them so that people may examine
4681 them in hex if they want.
4682 * (value_as_double unpack_double): Change return value to DOUBLEST.
4683 * (value_from_double): Arg `num' is now DOUBLEST.
4684 * (using_struct_return): Use RETURN_VALUE_ON_STACK macro (target
4685 specific) to expect certain types to always be returned on the stack.
4686
4687 Fri Feb 16 14:00:54 1996 Fred Fish <fnf@cygnus.com>
4688
4689 * bcache.c, bcache.h: New files to implement a byte cache.
4690 * Makefile.in (SFILES): Add bcache.c.
4691 (symtab_h): Add bcache.h.
4692 (HFILES_NO_SRCDIR): add bcache.h
4693 (COMMON_OBJS): Add bcache.o
4694 (bcache.o): New target.
4695 * dbxread.c (start_psymtab): Make global_syms & static_syms
4696 type "partial_symbol **".
4697 * hpread.c (hpread_start_symtab): Ditto.
4698 * os9kread.c (os9k_start_psymtab): Ditto.
4699 * stabsread.h (start_psymtab): Ditto.
4700 * {symfile.c, symfile.h} (start_psymtab_common): Ditto.
4701 * maint.c (maintenance_print_statistics): Call
4702 print_symbol_bcache_statistics.
4703 * objfiles.c (allocate_objfile): Initialize psymbol bcache malloc
4704 and free pointers.
4705 * solib.c (allocate_rt_common_objfile): Ditto.
4706 * symfile.c (reread_symbols): Ditto.
4707 (free_objfile): Free psymbol bcache when objfile is freed.
4708 (objfile_relocate): Use new indirect psymbol pointers.
4709 * objfiles.h (struct objfile): Add psymbol cache.
4710 * symfile.c (compare_psymbols): Now passed pointers to pointers to
4711 psymbols.
4712 (reread_symbols): Free psymbol bcache when freeing other objfile
4713 resources.
4714 (add_psymbol_to_list, add_psymbol_addr_to_list): Initialize new
4715 psymbol using the psymbol bcache.
4716 (init_psymbol_list): Psymbol lists now contain pointers rather than
4717 the actual psymbols.
4718 * symfile.h (psymbol_allocation_list): Psymbol lists now dynamically
4719 grown arrays of pointers.
4720 (ADD_PSYMBOL_VT_TO_LIST): Initialize new symbol using the psymbol
4721 bcache.
4722 * symmisc.c (print_partial_symbols): Now takes pointer to pointer
4723 to partial symbol.
4724 (print_symbol_bcache_statistics): New function to print per objfile
4725 bcache statistics.
4726 (print_partial_symbol, print_partial_symbols,
4727 maintenance_check_symtabs, extend_psymbol_list):
4728 Account for change to pointer to pointer to partial symbol.
4729 * symtab.c (find_pc_psymbol, lookup_partial_symbol, decode_line_2,
4730 make_symbol_completion_list):
4731 Account for change to pointer to pointer to partial symbol.
4732 * symtab.h (bcache.h): Include.
4733 * xcoffread.c (xcoff_start_psymtab): Make global_syms & static_syms
4734 type "partial_symbol **".
4735
4736 Fri Feb 16 10:02:34 1996 Fred Fish <fnf@cygnus.com>
4737
4738 * dwarfread.c (free_utypes): New function.
4739 (read_file_scope): Call free_utypes as cleanup, rather than just
4740 freeing the utypes pointer.
4741
4742 Thu Feb 15 21:40:52 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4743
4744 * demangle.c (is_cplus_marker): New function, checks if a
4745 character is one of the commonly used C++ marker characters.
4746 * defs.h (is_cplus_marker): Add prototype.
4747 * c-typeprint.c (c_type_print_base), ch-lang.c (chill_demangle),
4748 cp-valprint.c (cp_print_class_method), mdebugread.c (parse_symbol),
4749 stabsread.c (define_symbol, read_member_functions, read_struct_fields),
4750 symtab.h (OPNAME_PREFIX_P, VTBL_PREFIX_P, DESTRUCTOR_PREFIX_P),
4751 values.c (vb_match): Use is_cplus_marker instead of comparison
4752 with CPLUS_MARKER.
4753
4754 Thu Feb 15 18:08:13 1996 Fred Fish <fnf@cygnus.com>
4755
4756 * symfile.h (INLINE_ADD_PSYMBOL): Default this to 0 and possibly
4757 delete entirely someday.
4758
4759 Thu Feb 15 15:25:34 1996 Stan Shebs <shebs@andros.cygnus.com>
4760
4761 * mpw-make.sed: Edit out makefile rebuild rule.
4762 (host_alias, target_alias): Comment out instead of deleting.
4763 (@LIBS@): Edit out references.
4764
4765 Tue Feb 13 22:56:46 1996 Fred Fish <fnf@cygnus.com>
4766
4767 * symfile.c (add_psymbol_to_list, add_psymbol_addr_to_list):
4768 Use n_psyms in OBJSTAT, not psyms.
4769
4770 Mon Feb 12 15:59:31 1996 Doug Evans <dje@charmed.cygnus.com>
4771
4772 * configure.in (sparclet-*-aout*): New config.
4773 * configure: Regenerated.
4774
4775 Mon Feb 12 14:17:52 1996 Fred Fish <fnf@cygnus.com>
4776
4777 * somsolib.c (som_solib_add): Use xmalloc rather than bare
4778 unchecked call to malloc.
4779 * remote-mips.c (pmon_load_fast): ditto.
4780 * remote-mm.c (mm_open): ditto.
4781 * hpread.c (hpread_lookup_type): ditto.
4782 * remote-adapt.c (adapt_open): ditto.
4783
4784 Mon Feb 12 13:11:32 1996 Fred Fish <fnf@cygnus.com>
4785
4786 * f-lang.c (allocate_saved_bf_node, allocate_saved_function_node,
4787 allocate_saved_f77_common_node, allocate_common_entry_node,
4788 add_common_block): Use xmalloc rather than malloc, some of which
4789 were unchecked.
4790 * gnu-regex.c: At same point as other gdb specific changes
4791 #undef malloc and then #define it to xmalloc.
4792 * ch-exp.c (growbuf_by_size): Use xmalloc/xrealloc rather than
4793 bare unchecked calls to malloc/realloc.
4794 * stabsread.c (dbx_lookup_type): Use xmalloc rather than bare
4795 unchecked call to malloc.
4796
4797 Wed Feb 7 11:31:26 1996 Stu Grossman (grossman@cygnus.com)
4798
4799 * symtab.c (gdb_mangle_name): Change opname var to be const to
4800 match return val of cplus_mangle_name.
4801 * i960-tdep.c: Change arg types of next_insn to match callers.
4802
4803 Wed Feb 7 07:34:24 1996 Fred Fish <fnf@cygnus.com>
4804
4805 * config/i386/linux.mh (XM_CLIBS, GDBSERVER_LIBS): Remove. These
4806 apparently aren't needed in any reasonably recent version of
4807 linux.
4808
4809 Tue Feb 6 21:37:03 1996 Per Bothner <bothner@kalessin.cygnus.com>
4810
4811 * stabsread.c (read_range_type): If !self-subrange and language
4812 is Chill, assume a true range. If a true_range is a sub_subrange,
4813 use builtin_type_int for index_type.
4814
4815 Tue Feb 6 18:38:51 1996 J.T. Conklin <jtc@slave.cygnus.com>
4816
4817 * nindy-share/nindy.c (say): Use stdarg.h macros when compiling
4818 with an ANSI compiler.
4819
4820 start-sanitize-gdbtk
4821 Tue Feb 6 16:31:25 1996 Tom Tromey <tromey@creche.cygnus.com>
4822
4823 * gdbtk.tcl (create_file_win): Eliminate text widget B1 binding so
4824 double-clicking will work again.
4825 (create_asm_win): Put "break" at end of all B1 bindings.
4826 (create_file_win): Lower "sel" tag, don't raise it.
4827 (ensure_line_visible): New proc.
4828 (update_listing, update_assembly): Use it.
4829 (create_copyright_window): Destroy window on Leave event.
4830 (create_command_window): Put "break" at end of all B2 bindings.
4831
4832 end-sanitize-gdbtk
4833 Mon Feb 5 18:24:28 1996 Steve Chamberlain <sac@slash.cygnus.com>
4834
4835 From Michael_Snyder@NeXT.COM (Michael Snyder):
4836 * valops.c (value_arg_coerce): Coerce float to double, unless the
4837 function prototype specifies float.
4838
4839 Mon Feb 5 09:51:55 1996 Tom Tromey <tromey@creche.cygnus.com>
4840
4841 * language.c (set_language_command): Use languages table when
4842 printing available languages.
4843
4844 Sat Feb 3 12:22:05 1996 Fred Fish <fnf@cygnus.com>
4845
4846 Fix problems reported by Hans Verkuil (hans@wyst.hobby.nl):
4847 * command.c (add_cmd): Add missing initialization for enums member.
4848 Reorder members to match structure declaration to make it easier to
4849 tell when one is missing.
4850 * exec.c (exec_file_command): Fix problem where filename in malloc'd
4851 memory is referenced after being freed.
4852
4853 Sat Feb 3 03:26:21 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4854
4855 * dwarfread.c (read_func_scope): Avoid GDB core dumps if
4856 AT_name tag is missing.
4857
4858 * procfs.c (procfs_stopped_by_watchpoint): Fix logic when
4859 FLTWATCH and FLTKWATCH are defined.
4860
4861 * remote.c (remote_read_bytes): Advance memaddr for transfers,
4862 return number of bytes transferred for partial reads.
4863
4864 * top.c (init_signals): Reset SIGTRAP to SIG_DFL.
4865
4866 Fri Feb 2 13:40:50 1996 Steve Chamberlain <sac@slash.cygnus.com>
4867
4868 * win32-nat.c (mappings): Add ppc registers.
4869 (child_resume): Turn off step for ppc.
4870
4871 Thu Feb 1 10:29:31 1996 Steve Chamberlain <sac@slash.cygnus.com>
4872
4873 * config/powerpc/(cygwin32.mh, cygwin32.mt, tm-cygwin32.h,
4874 xm-cygwin32.h): New.
4875 * config/i386/(*win32*): Becomes *cygwin32*.
4876 * configure.in (i[3456]86-*-win32*): Becomes i[3456]86-*-cygwin32.
4877 (powerpcle-*-cygwin32): New.
4878 * configure: Regenerate.
4879 * win32-nat.c (child_create_inferior): Call CreateProcess
4880 with the right program arg.
4881
4882 Thu Feb 1 11:01:10 1996 Jeffrey A Law (law@cygnus.com)
4883
4884 * config/pa/tm-hppa.h (SOFT_FLOAT): Provide a default definition.
4885
4886 Wed Jan 31 19:01:28 1996 Fred Fish <fnf@cygnus.com>
4887
4888 * serial.c: Change fputc/fputs/fprintf to _unfiltered forms.
4889
4890 Wed Jan 31 18:36:27 1996 Stan Shebs <shebs@andros.cygnus.com>
4891
4892 * config/sparc/xm-sun4os4.h (HAVE_TERMIOS): Remove.
4893
4894 * config/sparc/xm-sparc.h (HAVE_WAIT_STRUCT): Remove, never used.
4895
4896 * config/i386/nm-i386mach.h (CHILD_PREPARE_TO_STORE): Move to
4897 here from config/i386/xm-i386mach.h, fix name.
4898 * config/i386/nm-sun386.h: Ditto, from config/i386/xm-sun386.h.
4899 * config/i386/nm-ptx4.h (CHILD_PREPARE_TO_STORE): Move to
4900 here from config/i386/xm-ptx4.h.
4901 * config/i386/nm-ptx4.h: Ditto, from config/i386/xm-ptx.h.
4902 * config/i386/nm-symmetry.h: Ditto, from config/i386/xm-symmetry.h.
4903 * config/m68k/nm-sun3.h: Ditto, from config/m68k/xm-sun3.h.
4904 * config/sparc/nm-nbsd.h: Ditto, from config/sparc/xm-nbsd.h.
4905 * config/sparc/nm-sun4os4: Ditto, from config/sparc/xm-sparc.h.
4906
4907 * config/sparc/nm-sun4sol2.h: New file, renamed from nm-sysv4.h.
4908 (PRSVADDR_BROKEN): Move here from xm-sun4sol2.h.
4909 * config/sparc/sun4sol2.mh (NAT_FILE): Update.
4910
4911 Wed Jan 31 17:20:26 1996 Jeffrey A Law (law@cygnus.com)
4912
4913 * config/pa/tm-hppa.h (EXTRACT_RETURN_VALUE): Handle software
4914 floating point correctly.
4915 (STORE_RETURN_VALUE): Likewise.
4916 * config/pa/tm-pro.h (SOFT_FLOAT): define.
4917
4918 Wed Jan 31 13:34:52 1996 Fred Fish <fnf@cygnus.com>
4919
4920 * config/i386/xm-linux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
4921 Define to what should be reasonable values. However, apparently
4922 a bug in linux mmap prevents mapped symbol tables from working.
4923
4924 Tue Jan 30 18:26:19 1996 Fred Fish <fnf@cygnus.com>
4925
4926 * defs.h (errno.h>: Move #include closer to head of file to solve
4927 obscure problem with systems that declare perror with const arg, in
4928 both errno.h and stdio.h, and const is defined away by intervening
4929 local include.
4930
4931 Tue Jan 30 15:41:10 1996 Fred Fish <fnf@cygnus.com>
4932
4933 From Jon Reeves <reeves@zk3.dec.com>:
4934 * i386-stub.c (getpacket): Change fprintf stream from "gdb" to stderr.
4935 (mem_fault_routine): Fix misplaced volatile type qualifier in decl.
4936
4937 Mon Jan 29 19:05:58 1996 Fred Fish <fnf@cygnus.com>
4938
4939 * Makefile.in (diststuff): Make all-doc; diststuff target does not
4940 exist in doc/Makefile.in.
4941
4942 Mon Jan 29 18:44:57 1996 Stan Shebs <shebs@andros.cygnus.com>
4943
4944 * config/m88k/xm-cxux.h (BP_HIT_COUNT): Remove, never used.
4945
4946 Mon Jan 29 00:10:35 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
4947
4948 * ch-valprint.c (calculate_array_length): New function to
4949 determine the length of an array type.
4950 (chill_val_print (case TYPE_CODE_ARRAY)): If the length of an
4951 array type is zero, call calculate_array_length.
4952
4953 * gdbtypes.c (get_discrete_bounds (case TYPE_CODE_ENUM)): The
4954 values may not be sorted. Scan all entries and set the real lower
4955 and upper bound.
4956
4957 Sun Jan 28 15:50:42 1996 Fred Fish <fnf@cygnus.com>
4958
4959 * config/xm-linux.h: Move include of solib.h and #define of
4960 SVR4_SHARED_LIBS from here ...
4961 * config/nm-linux.h: ...to here.
4962
4963 Sat Jan 27 10:34:05 1996 Fred Fish <fnf@cygnus.com>
4964
4965 * configure.in (AC_CHECK_HEADERS): Check for sys/procfs.h.
4966 Also check for gregset_t and fpregset_t types.
4967 * configure: Regenerate.
4968 * core-regset.c (sys/procfs.h): Only include if HAVE_SYS_PROCFS_H
4969 is defined.
4970 (fetch_core_registers): Turn into stub unless both HAVE_GREGSET_T
4971 and HAVE_FPREGSET_T are defined. These changes allow systems
4972 like linux that are migrating to /proc support to use a single
4973 configuration for both new and old versions.
4974
4975 * config/i386/linux.mt: Note that this is now for both a.out and
4976 ELF systems.
4977 * config/i386/linux.mh (NATDEPFILES): Add solib.o, core-regset.o,
4978 i386v4-nat.o
4979 * config/i386/tm-linux.h (tm-sysv4.h): Include.
4980 * config/i386/xm-linux.h (solib.h): Include
4981 (SVR4_SHARED_LIBS): Define.
4982 * i386v4-nat.c: Only compile if HAVE_SYS_PROCFS_H is defined.
4983 (supply_gregset, fill_gregset): Compile if HAVE_GREGSET_T defined.
4984 (supply_fpregset, fill_fpregset): Compile if HAVE_FPREGSET_T
4985 defined.
4986
4987 Fri Jan 26 13:48:14 1996 Stan Shebs <shebs@andros.cygnus.com>
4988
4989 * config/sparc/xm-sparc.h (NEW_SUN_CORE): Remove, never used.
4990 * config/i386/xm-sun386.h: Ditto.
4991 * config/m68k/xm-sun2.h, config/m68k/xm-sun3.h: Ditto.
4992
4993 Thu Jan 25 16:05:53 1996 Tom Tromey <tromey@creche.cygnus.com>
4994
4995 * Makefile.in (INSTALLED_LIBS, CLIBS): Include @LIBS@.
4996
4997 Thu Jan 25 09:22:15 1996 Steve Chamberlain <sac@slash.cygnus.com>
4998
4999 From Greg McGary <gkm@gnu.ai.mit.edu>:
5000 * dcache.c (dcache_peek, dcache_poke): Advance addr for
5001 multi-byte I/O.
5002
5003 Thu Jan 25 13:08:51 1996 Doug Evans (dje@cygnus.com)
5004
5005 * infrun.c (normal_stop): Fix test for shared library event.
5006
5007 Thu Jan 25 03:26:38 1996 Doug Evans <dje@charmed.cygnus.com>
5008
5009 * configure.in (sparc64-*-*): Add default host configuration.
5010 start-sanitize-gdbtk
5011 (sparc64-*-solaris2* host): Link statically if GCC used.
5012 end-sanitize-gdbtk
5013 (sparc64-*-solaris2*): Add target configuration.
5014 * configure: Regenerated.
5015 * sparc/sp64sol2.mt: New file.
5016
5017 Wed Jan 24 22:31:37 1996 Doug Evans <dje@charmed.cygnus.com>
5018
5019 * Makefile.in (RUNTEST): srcdir renamed to rootsrc.
5020
5021 Wed Jan 24 15:42:24 1996 Tom Tromey <tromey@creche.cygnus.com>
5022
5023 * Makefile.in (lint): Close backquotes.
5024
5025 start-sanitize-gdbtk
5026 Wed Jan 24 15:28:41 1996 Tom Tromey <tromey@creche.cygnus.com>
5027
5028 * gdbtk.tcl, gdbtk.c: Updated copyrights.
5029
5030 * configure.in: Look for -ldl or -ldld when using Tcl 7.5 or
5031 greater.
5032 * configure: Rebuilt.
5033
5034 end-sanitize-gdbtk
5035 Wed Jan 24 13:19:10 1996 Fred Fish <fnf@cygnus.com>
5036
5037 * NEWS: Make note of new record and replay feature for
5038 remote debug sessions.
5039 * serial.c (gdbcmd.h): Include.
5040 (serial_logfile, serial_logfp, serial_reading, serial_writing):
5041 Define here, for remote debug session logging.
5042 (serial_log_command, serial_logchar, serial_write, serial_readchar):
5043 New functions for remote debug session logging.
5044 (serial_open): Open remote debug session log file when needed.
5045 (serial_close): Close remote debug session log file when needed.
5046 (_initialize_serial): Add set/show commands for name of remote
5047 debug session log file.
5048 * serial.h (serial_readchar): Declare
5049 (SERIAL_READCHAR): Call serial_readchar().
5050 (SERIAL_WRITE): Call serial_write().
5051 (serial_close): Declare as extern.
5052 (serial_logfile, serial_logfp): Declare.
5053 * top.c (execute_command): Declare serial_logfp. Log user command
5054 in remote debug session log if log file is open.
5055 * remote-array.c (array_wait): #ifdef out echo to gdb_stdout.
5056 (array_read_inferior_memory): Rewrite to fix memory overwrite bug.
5057 * remote-array.c (SREC_SIZE): Remove, duplicates define in
5058 monitor.h.
5059 * remote-array.c (hexchars, hex2mem): Remove, unused.
5060 * gdbserver/low-linux.c (store_inferior_registers): Remove
5061 unnecessary extern declaration of registers[].
5062 * gdbserver/Makefile.in (all): Add gdbreplay.
5063 * gdbserver/gdbreplay.c: New file.
5064 * gdbserver/README: Give example of recording a remote
5065 debug session with gdb and then replaying it with gdbreplay.
5066
5067 Tue Jan 23 18:02:35 1996 Per Bothner <bothner@kalessin.cygnus.com>
5068
5069 * stabsread.c (rs6000_builtin_type): Make bool type unsigned.
5070 (read_one_struct_field): Support boolean bitfields.
5071 * c-valprint.c (c_val_print): Print booleans properly.
5072
5073 Tue Jan 23 18:54:09 1996 Stan Shebs <shebs@andros.cygnus.com>
5074
5075 * remote-vxsparc.c (vx_convert_to_virtual, vx_convert_from_virtual):
5076 Remove, never used.
5077 * config/sparc/vxsparc.mt (TDEPFILES): Add remote-vxsparc.o.
5078
5079 Tue Jan 23 14:36:05 1996 Per Bothner <bothner@kalessin.cygnus.com>
5080
5081 * ch-exp.c (parse_tuple): Error if invalid mode.
5082
5083 * value.h (COERCE_ARRAY): Don't coerce enums.
5084 (COERCE_ENUM): Don't COERCE_REF.
5085 (COERCE_NUMBER): New macro (same as COERCE_ARRAY then COERCE_ENUM).
5086 * valops.c (value_assign): Only do COERCE_ARRAY if internalvar (let
5087 value_cast handle it otherwise); do *not* COERCE_ENUM either way.
5088 * valarith.c: Use COERCE_NUMBER instead od COEREC_ARRAY.
5089 Add COERCE_REF before COERCE_ENUM.
5090 * values.c (value_as_long): Simplify.
5091
5092 * valops.c (value_array): Create internalvar if !c_style_arrays.
5093
5094 * language.c (lang_bool_type): Add Fortran support.
5095 * eval.c (OP_BOOL): Use LA_BOOL_TYPE.
5096
5097 Tue Jan 23 13:08:26 1996 Jeffrey A Law (law@cygnus.com)
5098
5099 * symfile.c (auto_solib_add): Renamed from auto_solib_add_at_startup.
5100 All references changed.
5101 * breakpoint.c (bpstat_what): Add shlib_event to the class types.
5102 Update state table. Reformat so that it's still readable.
5103 When we hit the shlib_event breakpoint, set the calss of shlib_event.
5104 (breakpoint_1): Add "shlib events" as a breakpoint type.
5105 Print the shlib_event breakpoint like other breakpoints.
5106 (create_solib_event_breakpoint): New function.
5107 (breakpoint_re_set_one): Handle solib_event breakpoints.
5108 * breakpoint.h (enum bytype): Add bp_shlib_event breakpoint type.
5109 (enum bpstat_what_main_action): Add BPSTAT_WHAT_CHECK_SHLIBS
5110 action.
5111 (create_solib_event_breakpoint): Declare.
5112 * infrun.c (wait_for_inferior): Handle CHECK_SHLIBS bpstat.
5113 (normal_stop): Inform the user when the inferior stoped due
5114 to a shared library event.
5115 (_initialize_infrun): Add new set/show variable "stop-on-solib-events"
5116 to control whether or not gdb continues the inferior or stops it when
5117 a shared library event occurs.
5118 * minsyms.c (lookup_minimal_symbol_solib_trampoline): New function.
5119 * somsolib.c (TODO list): Update.
5120 (som_solib_create_inferior_hook): Arrange for gdb to be notified
5121 when significant shared library events occur.
5122 * hppa-tdep.c (find_unwind_entry): No longer static.
5123
5124 Tue Jan 23 09:00:48 1996 Doug Evans <dje@charmed.cygnus.com>
5125
5126 * printcmd.c (print_insn): Pass fprintf_unfiltered to
5127 INIT_DISASSEMBLE_INFO.
5128 start-sanitize-gdbtk
5129 * gdbtk.c (gdb_disassemble): Likewise.
5130 end-sanitize-gdbtk
5131
5132 Mon Jan 22 16:59:40 1996 Stan Shebs <shebs@andros.cygnus.com>
5133
5134 * remote.c (remotebreak): New GDB variable.
5135 (remote_break): New global.
5136 (remote_interrupt): Send a break instead of ^C if remote_break.
5137 * NEWS: Describe the new variable.
5138
5139 Mon Jan 22 16:24:11 1996 Doug Evans <dje@charmed.cygnus.com>
5140
5141 * sparc-tdep.c (_initialize_sparc_tdep): Always use print_insn_sparc.
5142
5143 Fri Jan 19 07:19:38 1996 Fred Fish <fnf@cygnus.com>
5144
5145 * hp300ux-nat.c (getpagesize): Remove unused function
5146 fetch_core_registers.
5147 (hp300ux_core_fns): Remove, is unused.
5148 (_initialize_core_hp300ux): Remove, is unused.
5149 (gdbcore.h): Remove #include, no longer needed.
5150
5151 Fri Jan 19 00:59:53 1996 Jeffrey A Law (law@cygnus.com)
5152
5153 * rs6000-nat.c (exec_one_dummy_insn): Rework to avoid
5154 ptrace bug in aix4.1.3 on the rs6000.
5155
5156 Wed Jan 17 13:22:27 1996 Stan Shebs <shebs@andros.cygnus.com>
5157
5158 * remote-hms.c (hms_ops): Add value for to_thread_alive.
5159 * remote-nindy.c (nindy_ops): Ditto.
5160 * remote-udi.c (udi_ops): Ditto.
5161
5162 Tue Jan 16 18:00:35 1996 James G. Smith <jsmith@cygnus.co.uk>
5163
5164 * remote-mips.c (pmon_opn, pmon_wait, pmon_makeb64, pmon_zeroset,
5165 pmon_checkset, pmon_make_fastrec, pmon_check_ack,
5166 pmon_load_fast): New functions. Support for the PMON monitor world.
5167 (common_open): New function to merge support for different monitors.
5168 (mips_open): Use common_open().
5169 (mips_send_command): New function.
5170 (mips_send_packet): Scan out-of-sequence packets.
5171 (mips_enter_debug, mips_exit_debug): New functions.
5172 (pmon_ops): New target definition structure.
5173
5174 Tue Jan 16 11:22:58 1996 Stu Grossman (grossman@cygnus.com)
5175
5176 * Makefile.in (CLIBS): Add LIBS to allow libraries to be
5177 specified on the make command line (via make LIBS=xxx).
5178 start-sanitize-gm
5179 * configure.in (enable-gm): magic.o -> gmagic.o.
5180 end-sanitize-gm
5181
5182 start-sanitize-gdbtk
5183 Mon Jan 15 09:58:41 1996 Tom Tromey <tromey@creche.cygnus.com>
5184
5185 * gdbtk.tcl (create_expr_window): Many changes to update GUI.
5186 (add_expr): Changes from create_expr_window.
5187 (create_command_window): Set focus.
5188 (delete_expr): Rewrote.
5189 (expr_update_button): New proc.
5190 (add_expr): Put bindings on FocusIn, FocusOut.
5191 Don't allow .file_popup to be torn off.
5192 end-sanitize-gdbtk
5193
5194 Fri Jan 12 21:41:58 1996 Jeffrey A Law (law@cygnus.com)
5195
5196 * symtab.c (find_pc_symtab): Don't lose if OBJF_REORDERED
5197 is set but there are no psymtabs.
5198
5199 Fri Jan 12 15:56:12 1996 Steve Chamberlain <sac@slash.cygnus.com>
5200
5201 * dsrec.c (load_srec): Remove unused variable.
5202 * monitor.c (monitor_expect): Don't expect a ^C to echo.
5203 * serial.c (serial_open): Add parallel interface.
5204 * sh3-rom.c (parallel, parallel_in_use): New.
5205 (sh3_load): If parallel_in_use, download though the
5206 parallel port.
5207 (sh3_open): Open parallel port if specified.
5208 (sh3_close): New function.
5209 (_inititalize_sh3): Add sh3_close hook and documentation.
5210 * monitor.c (monitor_close): Export.
5211 * monitor.h (monitor_close): Add prototype.
5212
5213 Fri Jan 12 13:11:42 1996 Stan Shebs <shebs@andros.cygnus.com>
5214
5215 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
5216 * remote.c (remotetimeout): New GDB variable, use to set the
5217 remote timeout for reading.
5218
5219 start-sanitize-gdbtk
5220 Fri Jan 12 09:36:17 1996 Tom Tromey <tromey@creche.cygnus.com>
5221
5222 * gdbtk.tcl (gdbtk_tcl_query): Swap Yes and No buttons.
5223 (update_listing): Use lassign. Use "see" to scroll. Don't need
5224 screen_top, screen_bot, screen_height.
5225 (update_assembly): Use "see" to scroll.
5226 (textscrollproc): Removed.
5227 (create_file_win): Don't use textscrollproc.
5228 (asmscrollproc): Removed.
5229 (create_asm_window): Don't use asmscrollproc.
5230 (create_asm_win): Ditto.
5231 (screen_height, screen_top, screen_bot): Removed.
5232 (run_editor): New proc.
5233 (build_framework): Use it.
5234 (create_file_win, create_source_window): Don't use textscrollproc.
5235 (create_breakpoints_window): Set -xscrollcommand on canvas.
5236 (not_implemented_yet): Default button is 0.
5237 (delete_char): Don't use tk_textBackspace.
5238 (create_command_window): Allow Tk bindings to fire after deleting
5239 character.
5240 (create_command_window): Make Delete delete left, not right.
5241 end-sanitize-gdbtk
5242
5243 Fri Jan 12 07:14:27 1996 Fred Fish <fnf@cygnus.com>
5244
5245 * lynx-nat.c, irix4-nat.c, sparc-nat.c: Include gdbcore.h
5246 to get "struct core_fns" defined.
5247 * Makefile.in (lynx-nat.o, irix4-nat.o, sparc-nat.o):
5248 Are dependent upon gdbcore_h.
5249
5250 Thu Jan 11 23:13:24 1996 Per Bothner <bothner@cygnus.com>
5251
5252 * symfile.c (decrement_reading_symtab): New function.
5253 * symfile.c, symtab.h (currently_reading_symtab): New variable.
5254 * symfile.c (psymtab_to_symtab): Adjust currently_reading_symtab.
5255 * gdbtypes.c (check_typedef): Don't call lookup_symbol if
5256 currently_reading_symtab (since that could infinitely recurse).
5257
5258 Thu Jan 11 17:21:25 1996 Per Bothner <bothner@kalessin.cygnus.com>
5259
5260 * stabsread.c (read_struct_type): Trivial simplification.
5261
5262 * stabsread.c (define-symbol): Use invisible references
5263 for TYPE_CODE_SET and TYPE_CODE_BITSTRING too.
5264 * valops.c (call_function_by_hand): Likewise.
5265 * eval.c (evaluate_subexp_standard): When known, use the formal
5266 parameter type as the expected type when evaluating arg expressions.
5267 * ch-lang.c (evaluate_subexp_chill): Likewise (for MULTI_SUBSCRIPT).
5268
5269 start-sanitize-gdbtk
5270 Thu Jan 11 10:08:14 1996 Tom Tromey <tromey@creche.cygnus.com>
5271
5272 * main.c (main): Disable window interface if --help or --version
5273 specified.
5274
5275 * gdbtk.tcl (FSBox): Don't use tk_listboxSingleSelect.
5276
5277 Changes in sync with expect:
5278 * configure.in (ENABLE_GDBTK): Use CY_AC_PATH_TCL and
5279 CY_AC_PATH_TK.
5280 * aclocal.m4: Replaced with version from expect.
5281 * configure: Regenerated.
5282 end-sanitize-gdbtk
5283
5284 Wed Jan 10 16:08:49 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
5285
5286 * configure.in, configure: Recognize rs6000-*-aix4*.
5287 * config/powerpc/xm-aix.h: Reduce to include "xm-aix4.h".
5288 * config/rs6000/aix4.mh (XM_FILE): Point to xm-aix4.h.
5289 * config/rs6000/xm-aix4.h: New file.
5290 * config/xm-aix4.h: New file.
5291
5292 Wed Jan 10 11:25:37 1996 Fred Fish <fnf@cygnus.com>
5293
5294 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
5295 * gdbserver/low-linux.c: New file.
5296 * remote.c (remote_read_bytes): Fix aborts on larger packets.
5297
5298 * config/i386/linux.mh (GDBSERVER_DEPFILES, GDBSERVER_LIBS):
5299 Define.
5300 * stabsread.c (define_symbol): If register value is too large,
5301 tell what it is and what max is.
5302
5303 start-sanitize-gdbtk
5304 Wed Jan 10 09:07:22 1996 Tom Tromey <tromey@creche.cygnus.com>
5305
5306 * gdbtk.tcl (gdbtk_tcl_fputs, gdbtk_tcl_fputs_error,
5307 gdbtk_tcl_flush): Use "see", not "yview".
5308 (gdbtk_tcl_query): Use questhead bitmap.
5309 various: Always wrap condition of 'if' in {...}.
5310 (add_breakpoint_frame): Set -value on radiobuttons.
5311 (lassign): New proc.
5312 (add_breakpoint_frame): Use lassign, not series of assignments.
5313 (decr): Made faster.
5314 (interactive_cmd): Use "see", not "yview".
5315 (not_implemented_yet): Use warning bitmap.
5316 (update_expr): Don't allow $expr to be evalled by Tcl.
5317 (create_expr_window): Don't use "focus".
5318 (delete_char, delete_line): Define globally.
5319 (delete_line, delete_char, create_command_window, update_autocmd,
5320 build_framework, create_asm_win, create_file_win): Use "see", not
5321 "yview".
5322 (create_copyright_window, center_window, bind_widget_after_class):
5323 New procs.
5324 (FSBox,create_command_window, create_autocmd_window): Binding
5325 changes for Tk4.
5326 (textscrollproc): Define globally.
5327 (build_framework): tk_menuBar no longer needed. Keys Prior, Next,
5328 Home, End, Up, and Down are all defined by Tk.
5329 (apply_filespec): Use error bitmap in dialog.
5330 (files_command): Don't use tk_listboxSingleSelect.
5331 (files_command): Don't use "uniq" to remove duplicates from a
5332 list.
5333 (update_assembly): Use lassign.
5334 (create_asm_win): Removed redundant bindings.
5335 (listing_window_button_1, file_popup_menu): Use tk_popup.
5336 (ButtonRelease-1 binding): Just remove tag from window; rest
5337 handled by Tk.
5338
5339 * gdbtk.c (gdbtk_query): Use Tcl_Merge to provide quoting.
5340 (call_wrapper): Use Tcl_Eval, not Tcl_VarEval.
5341 (gdbtk_call_command): Ditto.
5342 end-sanitize-gdbtk
5343
5344 Tue Jan 9 09:33:53 1996 Jeffrey A Law (law@cygnus.com)
5345
5346 * hpread.c (hpread_build_psymtabs): Finish Jan 4th
5347 enum namespace -> enum_namespace change.
5348
5349 Tue Jan 9 04:44:47 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
5350
5351 * ch-exp.c (parse_primval): In case ARRAY, add missing
5352 FORWARD_TOKEN ().
5353
5354 Mon Jan 8 13:29:34 1996 Stan Shebs <shebs@andros.cygnus.com>
5355
5356 * remote-mips.c (mips_receive_header): Recognize \012 instead
5357 of \n, but write \n when program sends a \012.
5358 * ser-mac.c (mac_input_buffer): Increase size of buffer.
5359
5360 Mon Jan 8 12:00:40 1996 Jeffrey A Law (law@cygnus.com)
5361
5362 * infptrace.c (initialize_infptrace): Move function out of
5363 #ifdef conditional; put code within the function inside an
5364 #ifdef conditional.
5365
5366 * buildsym.c (end_symtab): Remove sort_pending and sort_linevec
5367 arguments. Sorting is now dependent on OBJF_REORDERED. All
5368 callers/references changed.
5369 * dbxread.c (read_ofile_symtab): Correctly determine value for
5370 last_source_start_addr for reordered executables.
5371 (process_one_symbol): Handle N_FUN with no name as an end of
5372 function marker.
5373 * partial-stab.h (case N_FN, N_TEXT): Don't assume CUR_SYMBOL_VALUE
5374 is the high text address for a psymtab.
5375 (case N_SO): Likewise.
5376 (case N_FUN): Handle N_FUN with no name as an end of function
5377 marker.
5378 * minsyms.c (lookup_minimal_symbol_by_pc): Examine all symbols
5379 at the same address rather than a random subset of them.
5380 * coffread.c (coff_symfile_init): Set OBJF_REORDERED.
5381 * elfread.c (elf_symfile_init): Similarly.
5382 * somread.c (som_symfile_init): Similarly.
5383 * xcoffread.c (xcoff_symfile_init): Similarly.
5384
5385 Fri Jan 5 17:46:01 1996 Stu Grossman (grossman@cygnus.com)
5386
5387 * stack.c (print_stack_frame print_frame_info) symmisc.c
5388 (dump_symtab): Change RETURN_MASK_ERROR to RETURN_MASK_ALL so
5389 that catch_errors doesn't get blindsided by QUIT and lose the
5390 cleanup chain. This fixes a problem where ^C while in a
5391 user-defined command sometimes leaves instream NULL and causes a
5392 segfault in command_loop.
5393
5394 Fri Jan 5 13:59:16 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
5395
5396 * configure.in, configure: Add `-ldl -lw' for Solaris linking.
5397
5398 Fri Jan 5 12:02:00 1996 Steve Chamberlain <sac@slash.cygnus.com>
5399
5400 * config/sh/sh.mt, config/powerpc/*.mt, config/pa/hppapro.mt,
5401 config/m68k/monitor.mt, config/h8500/h8500.mt, config/h8300/h8300.mt:
5402 srec.o renamed to dsrec.o.
5403
5404 Thu Jan 4 16:04:54 1996 Stu Grossman (grossman@cygnus.com)
5405
5406 * breakpoint.c (remove_breakpoint): Change error to warning so
5407 that hardware watchpoint removal problems won't leave breakpoint
5408 traps in the target.
5409 start-sanitize-gdbtk
5410 * configure configure.in: Make --enable-gdbtk be the default.
5411 end-sanitize-gdbtk
5412 * remote-e7000.c (e7000_insert_breakpoint,
5413 e7000_remove_breakpoint): Use e7000 based breakpoints, not memory
5414 breakpoints.
5415 * (e7000_wait): Adjust PC back by two when we see a breakpoint to
5416 compensate for e7000 maladjustment.
5417 * sparcl-tdep.c (sparclite_check_watch_resources): Fix logic bug
5418 which prevented hardware watchpoints from working.
5419
5420 Thu Jan 4 10:44:17 1996 Fred Fish <fnf@cygnus.com>
5421
5422 * infptrace.c (udot_info): New function.
5423 (PT_*): Define each individually if that one is not defined.
5424 * rs6000-nat.c (kernel_u_size): New function
5425 Include <sys/user.h> for "struct user"
5426 * alpha-nat.c (kernel_u_size): New function.
5427 Include <sys/user.h> for "struct user"
5428 * sparc-nat.c (kernel_u_size): New function.
5429 Include <sys/user.h> for "struct user"
5430 * i386b-nat.c (kernel_u_size): New function.
5431 * i386v-nat.c (kernel_u_size): New function.
5432 * config/i386/nm-fbsd.h (KERNEL_U_SIZE): Define.
5433 (kernel_u_size): Declare.
5434 * config/i386/nm-linux.h (KERNEL_U_SIZE): Define.
5435 (kernel_u_size): Declare.
5436 * config/sparc/nm-sun4os4.h (KERNEL_U_SIZE): Define.
5437 (kernel_u_size): Declare.
5438 * config/alpha/nm-osf2.h (KERNEL_U_SIZE): Define.
5439 (kernel_u_size): Declare.
5440 * config/rs6000/nm-rs6000.h (KERNEL_U_SIZE): Define.
5441 (kernel_u_size): Declare.
5442
5443 Thu Jan 4 11:00:01 1996 steve chamberlain <sac@slash.cygnus.com>
5444
5445 * mdebugread.c (mylookup_symbol): enum namespace becomes
5446 enum_namespace type.
5447 * symfile.c (add_psymbol_to_list)
5448 (add_psymbol_addr_to_list): Ditto.
5449 * symtab.c (lookup_partial_symbol): Ditto.
5450 (lookup_symbol): Ditto.
5451 (lookup_block_symbol): Ditto.
5452 * win32-nat.c (handle_load_dll): Use incoming dll base.
5453 (child_wait): Catch DLL load errors.
5454 (create_child_inferior): Translated between paths correctly.
5455
5456 Wed Jan 3 23:13:53 1996 Fred Fish <fnf@cygnus.com>
5457
5458 * i386v4-nat.c (supply_gregset, fill_gregset): Subtract NUM_FREGS
5459 from NUM_REGS to get number of general registers that we care about.
5460 * config/i386/tm-i386.h (REGISTER_BYTES): Define in terms
5461 of number of general regs and number of floating point regs.
5462
5463 Wed Jan 3 19:49:54 1996 steve chamberlain <sac@slash.cygnus.com>
5464
5465 * config/i386/tm-win32.h (IN_SOLIB_CALL_TRAMPOLINE): New.
5466 (SKIP_TRAMPOLINE_CODE): New.
5467 * config/i386/xm-win32.h (CANT_FORK): Deleted.
5468 (SLASH*) Changed to use unix style slash.
5469 * symtab.h (namespace enum): becomes typedef to avoid namespace
5470 collision in C++.
5471 * infcmd.c (path_command): Use empty string if PATH name not set.
5472 * i386-tdep.c (skip_trampoline_code): New function.
5473 * srec.c: Renamed dsrec.c to avoid filename collision.
5474 * Makefile.in: Cope with renaming.
5475
5476 Wed Jan 3 13:09:04 1996 Fred Fish <fnf@cygnus.com>
5477
5478 * symmisc.c (print_objfile_statistics): Print memory use statistics
5479 for objfile psymbol, symbol, and type obstacks.
5480
5481 Tue Jan 2 13:41:14 1996 Stan Shebs <shebs@andros.cygnus.com>
5482
5483 * config/mips/nm-irix5.h: Restore.
5484 (TARGET_HAS_HARDWARE_WATCHPOINTS, etc): Define as for Irix 4;
5485 from Lee Iverson <leei@ai.sri.com>.
5486 * config/mips/irix5.mh (NAT_FILE): Use nm-irix5.h.
5487 * config/mips/irix[345].mh (MUNCH_DEFINE): Remove.
5488
5489 For older changes see ChangeLog-95
5490 \f
5491 Local Variables:
5492 mode: change-log
5493 left-margin: 8
5494 fill-column: 74
5495 version-control: never
5496 End:
This page took 0.146662 seconds and 4 git commands to generate.