2001-12-21 Michael Snyder <msnyder@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2001-12-21 Michael Snyder <msnyder@redhat.com>
2
3 * maint.c (match_substring): New function. Tokenizer for
4 maint info sections command arguments.
5 (match_bfd_flag): Use match_substring.
6 (print_bfd_section_info): Use match_substring.
7 (print_objfile_section_info): Use match_substring.
8 (maintenance_info_sections): Use match_substring.
9
10 2001-12-21 Orjan Friberg <orjanf@axis.com>
11
12 * configure.tgt: Delete CRIS from multi-arch targets.
13
14 * config/cris/tm-cris.h: New file.
15
16 * config/cris/cris.mt (TDEPFILES): Add corelow.o solib.o solib-svr4.o.
17 (TM_FILE): New macro.
18
19 * cris-tdep.c (cris_examine): Correct check for srp register.
20 (supply_gregset, fetch_core_registers,
21 cris_linux_svr4_fetch_link_map_offsets, cris_fpless_backtrace):
22 New functions.
23 (_initialize_cris_tdep): Add core functions and new command.
24 (cris_gdbarch_init): Define link map offsets.
25
26 Thu Dec 20 16:42:30 2001 Jeffrey A Law (law@cygnus.com)
27
28 * somsolib.c (som_solib_add): Ignore the solib limit threshhold
29 if AUTO_SOLIB_LIMIT is not greater than zero.
30
31 * somsolib.c (som_solib_create_inferior_hook): No longer warn
32 about missing __d_pid symbol.
33
34 2001-12-20 Elena Zannoni <ezannoni@redhat.com>
35
36 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register):
37 New function.
38 (fetch_register): New function.
39 (fetch_ppc_registers): New function.
40 (fetch_inferior_registers): New function.
41 (store_register): New function.
42 (store_ppc_registers): New function.
43 (store_inferior_registers): New function.
44 (ppc_register_u_addr): Eliminate ustart parameter and its
45 uses. Make static.
46 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE): Define if needed.
47 Include sys/ptrace.h.
48
49 * config/powerpc/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
50 (U_REGS_OFFSET, REGISTER_U_ADDR): Delete.
51
52 * config/powerpc/linux.mh (NATDEPFILES): Delete core-aout.o.
53
54 2001-12-20 Elena Zannoni <ezannoni@redhat.com>
55
56 * rs6000-nat.c (fetch_register): Don't error out unless the
57 register number is really bogus.
58
59 2001-12-20 Michael Snyder <msnyder@redhat.com>
60
61 * maint.c (maintenance_info_sections): Accept new argument
62 'ALLOBJ', iterate over all object files.
63 (print_section_table): Delete. Replaced by:
64 (print_section_info): New function.
65 (print_bfd_section_info): New function.
66 (print_objfile_section_info): New function.
67 (_initialize_maint_commands): Add help for new features.
68
69 2001-12-20 Kevin Buettner <kevinb@redhat.com>
70
71 * arm-tdep.c (arm_init_extra_frame_info): Add special case for
72 call dummies.
73 (arm_frame_saved_pc): Likewise.
74 (arm_push_dummy_frame): Make sure all of the GPRs are saved.
75 (arm_pop_frame): Eliminate special case for call dummies. It
76 is no longer needed now that the frame info is being properly
77 initialized.
78
79 * arm-tdep.c (arm_scan_prologue): Don't require "mov ip, sp"
80 to be the first instruction in the prologue. Also, revise
81 the way the frame offset is computed for frameless functions.
82
83 2001-12-20 Michael Snyder <msnyder@redhat.com>
84
85 * maint.c (maintenance_info_sections): Pass string argument to
86 print_section_table, so that it can be used to select sections.
87 (print_section_table): Change PTR to void *. Look at string arg
88 to select sections by name and by flag attributes.
89 (match_bfd_flags): New function.
90 (print_bfd_flags): New function.
91
92 Thu Dec 20 11:37:50 2001 Jeffrey A Law (law@redhat.com)
93
94 * cli/cli-decode.c (add_cmd): Initialize pre_show_hook in
95 the new command.
96
97 2001-12-20 Andrew Cagney <ac131313@redhat.com>
98
99 * remote.c (struct packet_reg): Add field in_g_packet.
100 (struct remote_state): Rename field g_packet to regs;
101 (free_remote_state): Update.
102 (init_remote_state): Add pseudo-registers to table. Initialize
103 in_g_packet. Drop sentinal from table.
104 (packet_reg_from_regnum, packet_reg_from_pnum): Update.
105 (remote_fetch_registers): Handle registers not in the g-packet.
106 (remote_store_registers): Ditto.
107
108 2001-12-20 Andrew Cagney <ac131313@redhat.com>
109
110 * gdbarch.sh (TARGET_CHAR_SIGNED): Do not specify the print
111 format.
112
113 2001-12-19 Jim Blandy <jimb@redhat.com>
114
115 * s390-tdep.c (s390_pop_frame_regular): Make sure the saved_regs
116 array is actually set before we try to use it.
117
118 * s390-tdep.c (s390_frame_saved_pc_nofix): If we get the saved PC
119 out of the return address register, cache that in the frame's
120 extra info, just as if we'd gotten it from the saved regs array;
121 that way, it's not a lie to set the saved_pc_valid flag.
122
123 * s390-tdep.c (s390_get_frame_info): Give orig_sp a reasonable
124 value, even when fextra_info->stack_bought can't be trusted,
125
126 * s390-tdep.c (s390_readinstruction): Don't call
127 info->read_memory_func to read zero bytes. Some targets'
128 xfer_memory functions can't cope with that.
129
130 * gdbarch.sh (TARGET_CHAR_SIGNED): New macro.
131 * gdbarch.c, gdbarch.h: Regenerated.
132 * gdbtypes.c (build_gdbtypes): If TARGET_CHAR_SIGNED is zero,
133 set the TYPE_FLAG_UNSIGNED bit on the type.
134 * s390-tdep.c (s390_gdbarch_init): On the S/390, characters
135 are unsigned by default.
136 * rs6000-tdep.c (rs6000_gdbarch_init): Same for PowerPC and
137 RS6000.
138
139 2001-12-19 Elena Zannoni <ezannoni@redhat.com>
140
141 * corefile.c (do_captured_read_memory_integer,
142 safe_read_memory_integer): New functions.
143 * gdbcore.h (safe_read_memory_integer): Export.
144 * arm-tdep.c (arm_scan_prologue): Use safe_read_memory_integer,
145 to read the frame value, to capture calls to error().
146
147 2001-12-19 Jim Blandy <jimb@redhat.com>
148
149 * s390-tdep.c (s390_register_name): S390_LAST_REGNUM is, in fact,
150 the last register number, not one greater than the last register
151 number.
152
153 * s390-tdep.c (s390_register_virtual_type): Replace clever but
154 incorrect range comparison with correct, legible equivalent.
155
156 * s390-tdep.c (s390_register_raw_size): Replace unnecessarily
157 obscure range comparison with legible equivalent.
158
159 Wed Dec 19 12:18:57 2001 Jeffrey A Law (law@redhat.com)
160
161 * config/pa/tm-hppa.h (STORE_RETURN_VALUE): Use hppa_store_return_value.
162 (EXTRACT_RETURN_VALUE): Similarly.
163 * hppa-tdep.c (hppa_store_return_value): New function.
164 (hppa_extract_return_value): New function.
165
166 * infttrace.c (child_acknowledge_created_inferior): Pass
167 correct argument to add_thread.
168 (update_thread_state_after_attach): Likewise.
169
170 2001-12-19 Fernando Nasser <fnasser@redhat.com>
171
172 * config/arm/tm-arm.h: Properly define SOFTWARE_SINGLE_STEP_P.
173 Always define SOFTWARE_SINGLE_STEP.
174 * config/arm/tm-embed.h: Properly define SOFTWARE_SINGLE_STEP_P.
175 * arm-tdep.c (arm_get_next_pc, thumb_get_next_pc, bitcount,
176 shifted_reg_val): Always compile these functions.
177 (arm_software_single_step): Fix second argument in function calls.
178
179 2001-12-19 Andrew Cagney <ac131313@redhat.com>
180
181 * arch-utils.h (gdbarch_info_init): Declare.
182 * arch-utils.c: Include "arch-utils.h".
183 (gdbarch_info_init): Define.
184 (set_endian, set_architecture, set_gdbarch_from_file)
185 (initialize_current_architecture): Use gdbarch_info_init.
186 * rs6000-nat.c (set_host_arch): Ditto.
187 * cris-tdep.c (cris_version_update, cris_mode_update)
188 (cris_abi_update): Ditto.
189
190 2001-12-19 Jim Blandy <jimb@redhat.com>
191
192 * c-lang.c (c_emit_char): Print ASCII 11 as '\v', to match
193 ISO C, and our parser. Print ASCII 0 as '\0', since that's what
194 people are used to seeing.
195
196 2001-12-18 Jim Blandy <jimb@redhat.com>
197
198 * c-lang.c (c_printstr, c_builtin_types, cplus_builtin_types):
199 Fix indentation.
200
201 * Makefile.in (c-exp.tab.o): Delete duplicate build rule. Fix
202 dependency list on remaining build rule.
203
204 2001-12-18 Martin M. Hunt <hunt@redhat.com>
205
206 * ser-tcp.c (tcp_open): Disable Nagle algorithm which
207 improves performance in some cases.
208
209 2001-12-17 Ben Harris <bjh21@netbsd.org>
210
211 * armbsd-nat.c: Remove file, renamed to armnbsd-nat.c.
212 * armnbsd-nat.c: New file, renamed from armbsd-nat.c.
213 * Makefile.in: Rename armbsd-nat.c to armnbsd-nat.c.
214 * config/arm/nbsd.mh: Likewise.
215
216 2001-12-17 Corinna Vinschen <vinschen@redhat.com>
217
218 * NEWS: Note new target XStormy16.
219 * MAINTAINERS: Add -Werror to XStormy16.
220
221 2001-12-17 Fernando Nasser <fnasser@redhat.com>
222
223 From Richard Earnshaw <rearnsha@arm.com>:
224 * arm-tdep.c (arm_software_single_step): New function. Implements
225 software single-stepping for ARM targets.
226 (arm_get_next_pc, thumb_get_next_pc, bitcount, shifted_reg_val): Only
227 needed for software single-stepping.
228 * config/arm/tm-arm.h: Activate SOFTWARE_SINGLE_STEP_P.
229
230 2001-12-17 Fernando Nasser <fnasser@redhat.com>
231
232 From Richard Earnshaw <rearnsha@arm.com>:
233 * config/arm/nbsd.mh, config/arm/nbsd.mt, config/arm/tm-nbsd.h,
234 config/arm/nm-nbsd.h, config/arm/xm-nbsd.h: New files.
235 * armbsd-nat.c: New file.
236 * Makefile.in: Build it.
237 * configure.host, configure.tgt: Support NetBSD/arm.
238
239 2001-12-17 Corinna Vinschen <vinschen@redhat.com>
240
241 * MAINTAINERS: Add myself as XStormy16 maintainer.
242
243 2001-12-15 Kevin Buettner <kevinb@redhat.com>
244
245 * config/rs6000/tm-rs6000.h (solib.h): Conditionally include.
246
247 2001-12-15 Andrew Cagney <ac131313@redhat.com>
248
249 * gdbarch.c: Re-generate.
250
251 2001-12-15 Andrew Cagney <ac131313@redhat.com>
252
253 * MAINTAINERS: Remove powerpcle-eabi and rs6000-ibm-aix3.2 from
254 target list.
255
256 2001-12-15 Andrew Cagney <ac131313@redhat.com>
257
258 * defs.h (LITTLE_ENDIAN): Delete definition.
259 * arch-utils.c, cris-tdep.c, d10v-tdep.c, defs.h, gdbarch.c,
260 gdbarch.sh, remote-rdp.c, remote-sim.c, sh-tdep.c, sparc-tdep.c,
261 config/alpha/tm-alpha.h, config/arm/tm-arm.h,
262 config/i386/tm-i386.h, config/i960/tm-i960.h,
263 config/ia64/tm-ia64.h, config/mcore/tm-mcore.h,
264 config/mips/tm-wince.h, config/mn10200/tm-mn10200.h,
265 config/ns32k/tm-umax.h, config/powerpc/tm-ppcle-eabi.h,
266 config/sh/tm-wince.h, config/v850/tm-v850.h, config/vax/tm-vax.h,
267 doc/gdbint.texinfo: Replace LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
268
269 2001-12-15 Andrew Cagney <ac131313@redhat.com>
270
271 * ui-out.c (struct ui_out_table): Add field entry_level.
272 (verify_field): New function.
273 (verify_field_proper_position): Delete function.
274 (verify_field_alignment): Delete function.
275 (ui_out_field_int): Update to use verify_field.
276 (ui_out_field_skip): Ditto.
277 (ui_out_field_string): Ditto.
278 (ui_out_field_fmt): Ditto.
279 (ui_out_table_begin): Initialize table.entry_level.
280 (ui_out_table_end): Clear table.entry_level.
281 (ui_out_begin): Call verify_field before pushing the new tuple or
282 list onto the stack. Use table.entry_level.
283
284 2001-12-14 Corinna Vinschen <vinschen@redhat.com>
285
286 * config/djgpp/fnchange.lst: Add entries for opcodes/xstormy16-* files.
287
288 2001-12-13 Andrew Cagney <ac131313@redhat.com>
289
290 * arch-utils.c (generic_register_virtual_size): Return TYPE_LENGTH
291 of register's type.
292
293 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
294
295 * cli/cli-script.c (print_command_lines): Remove extra
296 "if", "else", "while", and "end" from show user output.
297
298 2001-12-13 Kevin Buettner <kevinb@redhat.com>
299
300 * i387-nat.c (i387_fill_fxsave): Change type of ``val'' from char
301 to short so that we don't memcpy() beyond the end of this buffer.
302 Also, change shift value used in computing val to account for the
303 fact that only eight bits are used.
304
305 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
306
307 * Makefile.in: Add support for xstormy16.
308 * configure.tgt: Ditto.
309 * xstormy16-tdep.c: New file.
310 * config/xstormy16/xstormy16.mt: New file.
311
312 2001-12-13 Andreas Schwab <schwab@suse.de>
313
314 * MAINTAINERS (write-after-approval): Add myself.
315
316 2001-12-12 Jim Blandy <jimb@redhat.com>
317
318 * Makefile.in (c-exp.tab.o): Add missing dependencies.
319
320 * Makefile.in (c_lang_h): New variable. Use it in dependency
321 lists, instead of `c-lang.h' itself.
322
323 2001-12-11 Fred Fish <fnf@redhat.com>
324
325 * c-typeprint.c (c_type_print_base): Use type flags access macros
326 to test bits.
327 * ch-typeprint.c (chill_type_print_base): Ditto.
328 * ch-valprint.c (chill_val_print): Ditto.
329 * d10v-tdep.c (d10v_pointer_to_address): Ditto.
330 * dwarf2read.c (dwarf2_add_member_fn): Ditto.
331 * dwarfread.c (read_structure_scope): Ditto.
332 * gdbtypes.c (create_range_type): Dittol
333 (create_set_type): Ditto.
334 (check_typedef): Ditto.
335 * jv-typeprint.c (java_type_print_base): Ditto.
336 * p-typeprint.c (pascal_type_print_base): Ditto
337 * p-valprint.c (pascal_val_print): Ditto.
338 * stabsread.c (read_cfront_member_functions): Ditto.
339 (read_member_functions): Ditto.
340 (cleanup_undefined_types): Ditto.
341 * valprint.c (val_print): Ditto.
342
343 * valops.c (hand_function_call): Remove is_prototyped
344 variable and just use type flag test macro directly.
345
346 2001-12-11 Fred Fish <fnf@redhat.com>
347
348 * gdbtypes.c (print_bound_type): New function.
349 (recursive_dump_type): Print type struct code values
350 TYPE_CODE_BITSTRING, TYPE_CODE_COMPLEX, TYPE_CODE_TEMPLATE,
351 and TYPE_CODE_TEMPLATE_ARG.
352 (recursive_dump_type): Print type struct members
353 upper_bound_type, lower_bound_type, cv_type, and as_type.
354 Also always print the tagname member, even when it is NULL.
355
356 2001-12-11 Michael Snyder <msnyder@redhat.com>
357
358 * d10v-tdep.c (d10v_register_virtual_size): Delete.
359 (d10v_gdbarch_init): Use generic_register_virtual_size.
360 * rs6000-tdep.c (rs6000_register_virtual_size): Delete.
361 (rs6000_gdbarch_init): Use generic_register_virtual_size.
362 * x86-64-tdep.c (x86_64_register_virtual_size): Delete.
363 (i386_gdbarch_init): Use generic_register_virtual_size.
364
365 2001-12-11 Andrew Cagney <ac131313@redhat.com>
366
367 * values.c: Include "gdb_assert.h".
368 (value_fn_field): Rearange to avoid -Wuninitialized warning.
369
370 2001-12-10 Fred Fish <fnf@redhat.com>
371
372 * values.c (value_fn_field): Add physname variable. Use a minimal
373 symbol if we don't find a full symbol. Remove setting of the new
374 value's type since that was already done by allocate_value().
375 Remove obsolete commented out error call since callees need to
376 handle a NULL return, which is possible result not an error.
377 * eval.c (evaluate_subexp_standard): Move check for inlined
378 functions to precede attempt to dereference a NULL argvec[0].
379
380 2001-12-10 Fred Fish <fnf@redhat.com>
381
382 * arm-linux-tdep.c (skip_hurd_resolver): Use NULL rather than
383 zero in args to lookup_minimal_symbol.
384 * linespec.c (decode_line_1): Ditto.
385 * i386-linux-tdep.c (skip_hurd_resolver): Ditto.
386 * minsyms.c (find_stab_function_addr): Ditto.
387 * symfile.c (simple_read_overlay_table): Ditto.
388 (simple_read_overlay_region_table): Ditto.
389
390 2001-12-10 Michael Snyder <msnyder@redhat.com>
391
392 * arch-utils.c (generic_register_virtual_size): New function.
393 * arch-utils.h: Export generic version of register_virtual_size.
394 * gdbarch.sh (REGISTER_VIRTUAL_SIZE): Use new function as default.
395 * gdbarch.c: Regenerate.
396
397 2001-12-09 Fred Fish <fnf@redhat.com>
398
399 * gdbtypes.c (TYPE_FLAG_UNSIGNED, TYPE_FLAG_STUB): Use
400 TYPE_UNSIGNED and TYPE_NOSIGN to determine when to print these
401 rather than testing the bits directly.
402 (TYPE_FLAG_NOSIGN, TYPE_FLAG_TARGET_STUB, TYPE_FLAG_STATIC,
403 TYPE_FLAG_CONST, TYPE_FLAG_VOLATILE, TYPE_FLAG_PROTOTYPED,
404 TYPE_FLAG_INCOMPLETE, TYPE_FLAG_CODE_SPACE, TYPE_FLAG_DATA_SPACE,
405 TYPE_FLAG_VARARGS): Test for and print these bits as well.
406
407 2001-12-09 Fred Fish <fnf@redhat.com>
408
409 * gdbtypes.c (build_gdbtypes): For builtin_type_char, pass
410 TYPE_FLAG_NOSIGN to init_type() rather than setting it after the
411 type is created.
412
413 2001-12-09 Fred Fish <fnf@redhat.com>
414
415 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_CONST,
416 TYPE_VOLATILE, TYPE_INCOMPLETE): Move macros that test the
417 bits to location in file where the bits are defined.
418 (TYPE_STUB, TYPE_TARGET_STUB, TYPE_STATIC, TYPE_PROTOTYPED,
419 TYPE_CODE_SPACE, TYPE_DATA_SPACE): New test macros.
420
421 2001-12-09 Fred Fish <fnf@redhat.com>
422
423 * gdbtypes.c (allocate_stub_method): Replace hand crafted type
424 initialization with call to the init_type() function.
425
426 2001-12-09 Andrew Cagney <ac131313@redhat.com>
427
428 * arch-utils.c (generic_register_raw_size): New function.
429 * gdbarch.sh (REGISTER_RAW_SIZE): Use generic_register_raw_size as
430 the static default.
431 * gdbarch.c: Regenerate.
432 * arch-utils.h (generic_register_raw_size): Declare.
433
434 * config/mips/tm-mips.h (REGISTER_RAW_SIZE): Delete macro.
435 * mips-tdep.c (mips_register_raw_size): Make function static.
436 (mips_gdbarch_init): Initialize register_raw_size.
437
438 2001-12-08 Fred Fish <fnf@redhat.com>
439
440 * dwarf2read.c (read_typedef): Replace hand crafted type
441 initialization with a call to the init_type() function, which
442 is how the rest of gdb creates types.
443
444 2001-12-09 Fred Fish <fnf@redhat.com>
445
446 * mdebugread.c (cross_ref): Pass TYPE_FLAG_STUB to init_type()
447 rather than setting it after the type is created.
448
449 2001-12-09 Elena Zannoni <ezannoni@redhat.com>
450
451 * config/rs6000/tm-rs6000.h (STAB_REG_TO_REGNUM): Remove
452 definition, it is now multiarched.
453 * ppc-tdep.h (struct gdbarch_tdep): Move from rs6000-tdep.c. Add
454 fields for special register numbers.
455 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize new tdep special
456 regnum fields.
457 (rs6000_saved_pc_after_call): Use gdbarch_tdep registers fields
458 instead of hardcoded macros.
459 (branch_dest, rs6000_pop_frame, rs6000_fix_call_dummy,
460 ppc_push_return_address, rs6000_frame_saved_pc,
461 frame_get_saved_regs, rs6000_frame_chain,
462 rs6000_store_return_value): Ditto.
463 (rs6000_stab_reg_to_regnum): New function.
464 * ppcnbsd-nat.c (fetch_inferior_registers,
465 store_inferior_registers, fetch_core_registers): Ditto.
466 * ppc-linux-tdep.c (ppc_linux_in_sigtramp,
467 ppc_linux_frame_init_saved_regs): Ditto.
468 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
469 fill_gregset): Ditto.
470 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
471 Ditto.
472
473 2001-12-08 Fred Fish <fnf@redhat.com>
474
475 * c-lang.c (c_create_fundamental_type): For FT_CHAR, pass
476 TYPE_FLAG_NOSIGN to init_type() rather than setting it after the
477 type is created.
478
479 2001-12-08 Fred Fish <fnf@redhat.com>
480
481 * dwarf2read.c (TYPE_FLAG_VARARGS): Remove from here.
482 * gdbtypes.h (TYPE_FLAG_VARARGS): Add here and change value to
483 not collide with other flag bits.
484
485 2001-12-08 Fred Fish <fnf@redhat.com>
486
487 * dwarf2read.c (read_base_type): Rename is_unsigned to type_flags.
488 For unsigned types set TYPE_FLAG_UNSIGNED and pass it to
489 init_type().
490
491 2001-12-08 Daniel Jacobowitz <drow@mvista.com>
492
493 * Makefile.in (cp-valprint.o): Add dependency on $(cp_abi_h).
494
495 2001-12-08 Jim Blandy <jimb@redhat.com>
496
497 * config/s390/s390.mh: Don't use the linux-thread.o module;
498 thread-db.o, lin-lwp.o, and proc-service.o should work just fine.
499
500 2001-12-07 Andrew Cagney <ac131313@redhat.com>
501
502 * PROBLEMS: New file.
503 * README: Move known problems to PROBLEMS file.
504
505 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
506
507 * stabsread.c (read_member_functions): Skip member functions which
508 are duplicates of the callable constructor/destructor.
509
510 2001-12-07 Jim Blandy <jimb@redhat.com>
511
512 * s390-tdep.c (s390_store_return_value): Don't convert float
513 values to double format when returning them; just return them in
514 the first half of the FP register, as the ABI specifies.
515
516 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
517
518 * valops.c (hand_function_call): Check for method arguments in
519 TYPE_ARG_TYPES(), not in TYPE_FIELD ().
520
521 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
522
523 * cp-valprint.c (cp_print_value): Preserve offset if
524 the virtual base is outside of this object.
525
526 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
527
528 * gdbtypes.c (finish_cv_type): New function.
529 (check_typedef): Remove ``register'' keyword from argument.
530 Preserve const and volatile attributes across filling in
531 opaque types.
532 * gdbtypes.h (finish_cv_type): Add prototype.
533
534 * hp-symtab-read.c (hpread_read_struct_type): Call finish_cv_type.
535 * stabsread.c (read_struct_type): Likewise.
536 * dwarf2read.c (read_structure_scope): Likewise. Remove redundant
537 assignment to die->type.
538
539 2001-12-07 Jim Blandy <jimb@redhat.com>
540
541 * printcmd.c (print_scalar_formatted): Compare the length of the
542 value against the lengths of the target's floating-point types,
543 not the host's. Add support for `long double'.
544
545 2001-12-07 Martin M. Hunt <hunt@redhat.com>
546
547 * configure.in: Check for sys/filio.h
548 * configure: Rebuild.
549 * config.in: Add HAVE_SYS_FILIO_H
550 * ser-tcp.c: Conditionally include sys/filio.h.
551
552 2001-12-07 Andrew Cagney <ac131313@redhat.com>
553
554 * ui-out.c (ui_out_table_begin): Initialize body_flag.
555 (struct ui_out_table): New structure. Move table fields to here.
556 Rename headercurr to headernext.
557 (struct ui_out): Remove table specific fields. Add field table.
558 (ui_out_table_begin, ui_out_table_body, ui_out_table_end): Update.
559 (ui_out_table_header, ui_out_begin): Update.
560 (verify_field_proper_position, verify_field_alignment): Update.
561 (ui_out_new, clear_header_list, append_header_to_list): Update.
562 (get_next_header): Rename get_curr_header. Update comments and
563 code.
564
565 2001-12-06 Andrew Cagney <ac131313@redhat.com>
566
567 * regcache.c (XCALLOC): Delete macro that should not have been
568 added.
569
570 2001-12-07 Jiri Smid <smid@suse.cz>
571
572 * dwarf2cfi.c: New file.
573 * dwarf2cfi.h: New file.
574 * dwarf2read.c (dwarf_frame_offset, dwarf_frame_size): New variables.
575 (dwarf_eh_frame_offset, dwarf_eh_frame_size): New variables.
576 (dwarf2_read_section): Change to non static.
577 (dwarf2_locate_sections): Add .debug_frame and .eh_frame section
578 recognition.
579 (FRAME_SECTION, EH_FRAME_SECTION): New define.
580 * elfread.c (elf_symfile_read): Add call of frame informations build.
581 * frame.h (frame_info): Add pointer to unwind_context.
582 * symfile.h (dwarf2_build_frame_info): Add declaration.
583 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Add.
584 * gdbarch.h, gdbarch.c: Regenerate.
585 * Makefile.in: Add dwarf2cfi_h, dwarf2cfi.o
586 * x86-64-tdep.c (i386_gdbarch_init): Initialize target vector to
587 use debug frame info.
588
589 2001-12-06 Andrew Cagney <ac131313@redhat.com>
590
591 * defs.h: Do not include "mmalloc.h".
592 (mcalloc, mmalloc, mrealloc, mfree): Delete declaration.
593 * objfiles.c: Include "mmalloc.h".
594 * utils.c: Include "mmalloc.h".
595 (mmalloc, mfree, mrealloc, mmalloc): Make static, change PTR to
596 void pointer.
597
598 2001-12-06 Andrew Cagney <ac131313@redhat.com>
599
600 * regcache.c (store_register, fetch_register): Only use
601 fetch/store pseudo-register when function is present. Assume
602 target can handle all registers.
603 (registers_changed): Simplify invalidate loop.
604 (registers_fetched): Add comments.
605 (register_buffer): Add regnum range assertion. Remove code
606 handling -ve regnum.
607 (build_regcache): Make space for pseudo-registers when computing
608 sizeof_registers. Initialize register_offset.
609
610 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Change to a function with
611 predicate.
612 (STORE_PSEUDO_REGISTER): Ditto.
613 * gdbarch.h, gdbarch.c: Re-generate.
614
615 2001-12-06 Jim Blandy <jimb@redhat.com>
616
617 * config/s390/nm-linux.h: Watchpoints are either continuable or
618 steppable, not both. The S/390 has continuable watchpoints, so
619 delete the #definition of HAVE_STEPPABLE_WATCHPOINT.
620
621 2001-12-04 Pierre Muller <muller@ics.u-strasbg.fr>
622
623 * go32-nat.c (go32_fetch_registers): Remove call to register_buffer
624 (which is now a static function in regcache.c)
625 and use regcache_collect instead.
626
627 2001-12-05 Andrew Cagney <cagney@redhat.com>
628
629 * target.c (cleanup_target): Do not initialize to_query to
630 return_zero.
631
632 2001-12-05 Jim Blandy <jimb@redhat.com>
633
634 * s390-tdep.c (s390_get_frame_info): Recognize argument register
635 spills that use the `stm' instruction.
636 (is_arg_reg): New function.
637
638 2001-12-03 Keith Walker <keith.walker@arm.com>
639
640 * gdbserver/low-linux.c (arm_register_u_addr): Added.
641 (initialize_arch): Added for ARM target.
642 * config/arm/nm-linux.h (U_REGS_OFFSET): Defined.
643 (REGISTER_U_ADDR): Defined.
644 * config/arm/tm-linux.h (ARM_GNULINUX_TARGET): Defined.
645
646 2001-12-04 Corinna Vinschen <vinschen@redhat.com>
647
648 * arm-tdep.c (arm_skip_prologue): Always skip prologue by scanning
649 the prologue if source is assembler.
650
651 2001-12-04 Jackie Smith Cashion <jsmith@redhat.com>
652
653 * MAINTAINERS (write-after-approval): Add self.
654
655 * d10v-tdep.c (d10v_gdbarch_init): Change size of long long to 8 bytes.
656
657 From Andrew Cagney <cagney@redhat.com>:
658 * d10v-tdep.c (d10v_frame_chain_valid): Check if the caller's PC
659 is in the entry function.
660 (d10v_use_struct_convention): Store multi-field struct and union
661 return values on the stack.
662
663 2001-12-04 Jim Blandy <jimb@redhat.com>
664
665 * s390-tdep.c (s390_get_frame_info): Recognize spills of reg
666 arguments into their stack slots.
667
668 * s390-tdep.c (s390_get_frame_info): More doc fixes.
669
670 * s390-tdep.c (s390_get_frame_info): Doc fixes.
671
672 2001-12-04 Orjan Friberg <orjanf@axis.com>
673
674 * cris-tdep.c (cris_regnums): Add DCCR_REGNUM for completeness.
675 (cris_examine): Add comment about solib prologue parsing.
676 (bdap_prefix): Read offset with correct signedness and size.
677 (move_to_preg_op): Don't rely on register numbering for register size.
678 (none_reg_mode_move_from_preg_op): Ditto.
679
680 2001-12-04 Orjan Friberg <orjanf@axis.com>
681
682 * solib.c (solib_open): Make path relative if search for absolute path
683 failed. If search for relative path in solib_search_path failed, fall
684 back to search for basename only.
685
686 2001-12-03 Martin M. Hunt <hunt@redhat.com>
687
688 * serial.h: Add a note to serial_open.
689
690 * ser-tcp.c (tcp_open): Rewrite to use a non-blocking connect.
691 Allow UI and CLI to abort connect. Instead of trying 15 times
692 with very long timeouts, just try one connect with a maximum timeout
693 of 15 seconds.
694
695 2001-12-03 Kevin Buettner <kevinb@redhat.com>
696
697 * config/powerpc/tm-macos.h (solib.h): Include.
698 * config/powerpc/tm-ppc-eabi.h (solib.h): Include.
699
700 2001-12-03 Michael Snyder <msnyder@redhat.com>
701
702 * symtab.c (search_symbols): Make sure alloca size is big enough.
703
704 2001-12-03 Andrew Cagney <ac131313@redhat.com>
705
706 * MAINTAINERS: Prune m68k targets down to just m68k-elf.
707
708 2001-12-03 Jim Blandy <jimb@redhat.com>
709
710 * s390-tdep.c (s390_get_frame_info): Don't used fextra_info to set
711 orig_sp if it's not initialized.
712
713 2001-11-30 Pierre Muller <muller@ics.u-strasbg.fr>
714
715 * findvar.c (locate_var_value): Specify in which register a register
716 variable is stored.
717
718 2001-11-30 Pierre Muller <muller@ics.u-strasbg.fr>
719
720 * win32-nat.c (mappings): Correct position of XMM registers,
721 based on FXSAVE instruction structure.
722
723 2001-12-02 Andrew Cagney <ac131313@redhat.com>
724
725 * jv-lang.c (get_java_class_symtab): Use xmmalloc instead of
726 mmalloc.
727
728 * coffread.c, dbxread.c, elfread.c, hp-psymtab-read.c, hpread.c,
729 nlmread.c, objfiles.c, os9kread.c, somread.c, source.c, symfile.c,
730 symmisc.c, xcoffread.c: Use xmfree instead of mfree.
731
732 * jv-lang.c (add_class_symtab_symbol): Use xmrealloc instead of
733 mrealloc.
734
735 2001-12-02 Andrew Cagney <ac131313@redhat.com>
736
737 * i386-tdep.c (i386go32_frame_saved_pc): New function.
738 * config/i386/tm-go32.h (i386go32_frame_saved_pc): Declare.
739 (FRAME_SAVED_PC): Redefine to i386go32_frame_saved_pc.
740
741 2001-12-01 Andrew Cagney <ac131313@redhat.com>
742
743 * defs.h: Update comment on HOST_BYTE_ORDER.
744 * config/xm-aix4.h: Delete definition of HOST_BYTE_ORDER.
745 * config/xm-nbsd.h, config/alpha/xm-alphalinux.h: Ditto.
746 * config/alpha/xm-alphaosf.h, config/alpha/xm-fbsd.h: Ditto.
747 * config/arm/xm-linux.h, config/i386/xm-cygwin.h: Ditto.
748 * config/i386/xm-i386bsd.h, config/i386/xm-i386gnu.h: Ditto.
749 * config/i386/xm-i386lynx.h, config/i386/xm-i386m3.h: Ditto.
750 * config/i386/xm-i386mach.h, config/i386/xm-i386v.h: Ditto.
751 * config/i386/xm-ptx.h, config/i386/xm-symmetry.h: Ditto.
752 * config/ia64/xm-aix.h, config/ia64/xm-linux.h: Ditto.
753 * config/m68k/xm-3b1.h, config/m68k/xm-apollo68b.h: Ditto.
754 * config/m68k/xm-apollo68v.h, config/m68k/xm-delta68.h: Ditto.
755 * config/m68k/xm-dpx2.h, config/m68k/xm-hp300bsd.h: Ditto.
756 * config/m68k/xm-hp300hpux.h, config/m68k/xm-m68k.h: Ditto.
757 * config/m68k/xm-m68klynx.h, config/m68k/xm-sun2.h: Ditto.
758 * config/m68k/xm-sun3.h, config/m88k/xm-dgux.h: Ditto.
759 * config/m88k/xm-m88k.h, config/mips/xm-irix3.h: Ditto.
760 * config/mips/xm-irix5.h, config/mips/xm-linux.h: Ditto.
761 * config/mips/xm-mips.h, config/mips/xm-mipsm3.h: Ditto.
762 * config/mips/xm-mipsv4.h, config/mips/xm-news-mips.h: Ditto.
763 * config/mips/xm-riscos.h, config/pa/xm-hppab.h: Ditto.
764 * config/pa/xm-hppah.h, config/powerpc/xm-linux.h: Ditto.
765 * config/romp/xm-rtbsd.h, config/rs6000/xm-rs6000.h: Ditto.
766 * config/rs6000/xm-rs6000ly.h, config/s390/xm-linux.h: Ditto.
767 * config/sparc/xm-sparc.h, config/sparc/xm-sparclynx.h: Ditto.
768 * config/vax/xm-vax.h: Ditto.
769
770 * config/a29k/tm-vx29k.h: Add #error as file depends on
771 HOST_BYTE_ORDER.
772 * config/a29k/tm-a29k.h: Ditto.
773 * MAINTAINERS (a29k-amd-udi): Document as broken.
774
775 2001-12-01 Andrew Cagney <ac131313@redhat.com>
776
777 * Makefile.in (tm-news.h, tm-isi.h, xm-news1000.h): Delete.
778 (ALLDEPFILES): Delete news-xdep.c.
779 (news-xdep.o): Delete.
780 (isi-xdep.o): Delete.
781 * configure.tgt: Delete m68*-isi-*, m68*-sony-*, m68*-rom68k-*,
782 m68*-*bug-*, m68*-monitor-* and m68*-est-* targets.
783 * configure.host: Delete m68030-sony-*, m68*-isi-* and m68*-sony-*
784 Hosts.
785 * m68k-tdep.c (isi_skip_prologue): Delete function.
786 * news-xdep.c: Delete file.
787 * isi-xdep.c: Delete file.
788 * config/m68k/isi.mh: Delete file.
789 * config/m68k/isi.mt: Delete file.
790 * config/m68k/news.mh: Delete file.
791 * config/m68k/news.mt: Delete file.
792 * config/m68k/news1000.mh: Delete file.
793 * config/m68k/nm-news.h: Delete file.
794 * config/m68k/tm-isi.h: Delete file.
795 * config/m68k/tm-news.h: Delete file.
796 * config/m68k/xm-isi.h: Delete file.
797 * config/m68k/xm-news.h: Delete file.
798 * config/m68k/xm-news1000.h: Delete file.
799
800 * kdb-start.c: Delete file.
801 * stuff.c: Delete file.
802
803 * NEWS: Note that a29k-nyu-sym1 and a29k-*-kern* were deleted.
804 * configure.host: Delete a29k-*-* host.
805 * configure.tgt: Delete a29k-*-kern* and a29k-*-sym1* targets.
806 * config/a29k/a29k-kern.mt: Delete file.
807 * config/a29k/nm-ultra3.h: Delete file.
808 * config/a29k/tm-ultra3.h: Delete file.
809 * config/a29k/ultra3.mh: Delete file.
810 * config/a29k/ultra3.mt: Delete file.
811 * config/a29k/xm-ultra3.h: Delete file.
812
813 * NEWS: Note that i[3456]86-*-sunos* was deleted.
814 * Makefile.in (sun386-nat.o): Delete.
815 * configure.tgt: Delete i[3456]86-*-sunos* target.
816 * configure.host: Delete i[3456]86-*-sunos* host.
817 * sun386-nat.c: Delete.file.
818 * config/i386/nm-sun386.h: Delete file.
819 * config/i386/sun386.mh: Delete file.
820 * config/i386/sun386.mt: Delete file.
821 * config/i386/tm-sun386.h: Delete file.
822 * config/i386/xm-sun386.h: Delete file.
823
824 * NEWS: Note that ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv*
825 and ns32k-utek-* were deleted.
826 * Makefile.in (ultra3-nat.o, ultra3-xdep.o): Delete.
827 (umax-xdep.o, ns32km3-nat.o): Delete.
828 * configure.tgt: Delete ns32k-*-mach3*, ns32k-utek-sysv* and
829 ns32k-utek-* targets.
830 * configure.host: Delete ns32k-*-mach3*, ns32k-umax-* and
831 ns32k-utek-sysv* hosts.
832 * ultra3-nat.c: Delete file.
833 * ultra3-xdep.c: Delete file.
834 * umax-xdep.o: Delete file.
835 * ns32km3-nat: Delete file.
836 * config/ns32k/merlin.mh: Delete file.
837 * config/ns32k/merlin.mt: Delete file.
838 * config/ns32k/nm-umax.h: Delete file.
839 * config/ns32k/ns32km3.mh: Delete file.
840 * config/ns32k/ns32km3.mt: Delete file.
841 * config/ns32k/tm-merlin.h: Delete file.
842 * config/ns32k/tm-ns32km3.h: Delete file.
843 * config/ns32k/umax.mh: Delete file.
844 * config/ns32k/umax.mt: Delete file.
845 * config/ns32k/xm-merlin.h: Delete file.
846 * config/ns32k/xm-ns32km3.h: Delete file.
847 * config/ns32k/xm-umax.h: Delete file.
848
849 * NEWS: Note that m88*-harris-cxux* was deleted.
850 * configure.host: Delete m88*-harris-cxux* host.
851 * configure.tgt: Delete m88*-harris-cxux* target.
852 * config/m88k/cxux.mh: Delete file.
853 * config/m88k/cxux.mt: Delete file.
854 * config/m88k/nm-cxux.h: Delete file.
855 * config/m88k/tm-cxux.h: Delete file.
856 * config/m88k/xm-cxux.h: Delete file.
857
858 * NEWS: Note that powerpc-*-netware*, powerpcle-*-cygwin* and
859 powerpcle-*-solaris* were deleted.
860 * configure.host: Delete powerpcle-*-cygwin* and
861 powerpcle-*-solaris* hosts.
862 * configure.tgt: Delete powerpc-*-netware*, powerpcle-*-cygwin*
863 and powerpcle-*-solaris* targets.
864 * config/powerpc/cygwin.mh: Delete file.
865 * config/powerpc/cygwin.mt: Delete file.
866 * config/powerpc/nm-solaris.h: Delete.file.
867 * config/powerpc/ppc-nw.mt: Delete file.
868 * config/powerpc/solaris.mh: Delete file.
869 * config/powerpc/solaris.mt: Delete file.
870 * config/powerpc/tm-cygwin.h: Delete file.
871 * config/powerpc/tm-ppc-nw.h: Delete file.
872 * config/powerpc/tm-solaris.h: Delete file.
873 * config/powerpc/xm-cygwin.h: Delete file.
874 * config/powerpc/xm-mpw.h: Delete file.
875 * config/powerpc/xm-solaris.h: Delete file.
876
877 * NEWS, MAINTAINERS: Note that w65-*-* was deleted.
878 * configure.tgt: Delete w65-*-*.
879 * Makefile.in (w65-tdep.o): Delete.
880 * config/w65/tm-w65.h: Delete file.
881 * config/w65/w65.mt: Delete file.
882 * w65-tdep.c: Delete file.
883
884 * NEWS: Mention deleted tic80-*-*.
885 * configure.tgt: Delete tic80-*-*.
886 * Makefile.in (tic80-tdep.o): Delete.
887 * config/tic80/tic80.mt: Delete.
888 * config/tic80/tm-tic80.h: Delete.
889 * tic80-tdep.c: Delete.
890 * MAINTAINERS: Note that tic80 was deleted.
891
892 2001-11-30 Kevin Buettner <kevinb@redhat.com>
893
894 * ppc-linux-tdep.c (solib-svr4.h): Include.
895 (ppc_linux_svr4_fetch_link_map_offsets): New function.
896 * ppc-tdep.h (ppc_linux_svr4_fetch_link_map_offsets): Declare.
897 * rs6000-tdep.c (solib-svr4.h): Include.
898 (rs6000_gdbarch_init): Set up ppc_linux_svr4_fetch_link_map_offsets()
899 as the link map offsets fetcher.
900
901 * config/powerpc/aix.mt (TDEPFILES): Add solib-svr4.o.
902 * config/powerpc/macos.mt (TDEPFILES): Likewise.
903 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
904 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
905 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
906 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
907 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
908 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
909 * config/rs6000/aix4.mt (TDEPFILES): Likewise.
910 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
911 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
912
913 2001-11-30 Kevin Buettner <kevinb@redhat.com>
914
915 From Louis Hamilton <hamilton@redhat.com>:
916 * arm-tdep.c (solib-svr4.h): Include.
917 (arm_linux_svr4_fetch_link_map_offsets): New function.
918 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Define.
919 (arm_linux_svr4_fetch_link_map_offsets): Declare.
920
921 2001-11-30 Daniel Jacobowitz <drow@mvista.com>
922
923 * values.c (value_primitive_field): Add embedded_offset to the
924 address of structure members.
925 * gnu-v3-abi.c (gnuv3_rtti_type): Cast to base type before
926 attempting to access vtable pointer. Set using_enc_p if we cast.
927 (gnuv3_virtual_fn_field): Call value_cast with structure rather than
928 structure pointer. Cast to base type before attempting to access
929 vtable pointer.
930
931 2001-11-29 Elena Zannoni <ezannoni@redhat.com>
932
933 * Makefile.in (ppc-linux-nat.o): Add dependency on ppc-tdep.h.
934
935 * ppc-tdep.h (PPC_GPLAST_REGNUM): Define.
936
937 * ppc-linux-nat.c: Include ppc-tdep.h.
938 (ppc_register_u_addr): Don't use the static array regmap[],
939 dynamically define the mapping instead.
940 (supply_gregset): Ditto.
941 (fill_gregset): Ditto.
942 (COPY_REG): Delete macro defintion.
943 (regmap): Delete array.
944
945 2001-11-29 Jim Blandy <jimb@redhat.com>
946
947 Tighten up GDB's support for returning structs by value.
948 * s390-tdep.c (s390_use_struct_convention): New function.
949 (s390_gdbarch_init): Register it as the S/390's
950 USE_STRUCT_CONVENTION method. Register
951 generic_cannot_extract_struct_value_address as our
952 EXTRACT_STRUCT_VALUE_ADDRESS method.
953 * arch-utils.c (generic_cannot_extract_struct_value_address): New
954 function.
955 * arch-utils.h: Add corresponding prototype.
956
957 * values.c (value_being_returned): Make error message a proper
958 sentence.
959
960 2001-11-27 Keith Walker <keith.walker@arm.com>
961
962 * dwarf2read.c (read_attribute_value): New function to handle
963 DW_FORM_indirect
964 (read_attribute): uses read_attribute_value
965
966 2001-11-29 Jim Blandy <jimb@redhat.com>
967
968 * s390-tdep.c (s390_frame_saved_pc_nofix): If the prologue didn't
969 save the return address register, assume that the return address
970 is still in there.
971
972 2001-11-27 Andrew Cagney <ac131313@redhat.com>
973
974 * MAINTAINERS: Clarify obvious fix a little (as suggested by Eli
975 Zaretskii).
976
977 2001-11-25 Jim Blandy <jimb@redhat.com>
978
979 * mn10300-tdep.c (mn10300_analyze_prologue): Doc fixes.
980
981 2001-11-27 Jim Blandy <jimb@redhat.com>
982
983 * s390-tdep.c: Get frame chains and saved pc values properly from
984 dummy frames.
985 (s390_frame_saved_pc_nofix): if `*fi' is a dummy frame, get the
986 saved PC from the dummy frame's registers.
987 (s390_frame_chain): Same for the saved SP.
988 (s390_gdbarch_init): Register `generic_save_dummy_frame_tos' as
989 the `SAVE_DUMMY_FRAME_TOS' method, so the dummy frame's `top' gets
990 set correctly.
991
992 * s390-tdep.c (s390_frame_chain): Remember that the SP's element
993 of the frame's saved_regs array is special.
994
995 * s390-tdep.c (register_names): Call the general-purpose registers
996 `r0' -- `r15', and the floating-point registers `f0' -- `f15', to
997 match the assembly language.
998
999 2001-11-26 Pierre Muller <muller@ics.u-strasbg.fr>
1000
1001 * config/i386/tm-cygwin.h: Define HAVE_SSE_REGS if
1002 HAVE_CONTEXT_EXTENDED_REGISTERS is defined.
1003 * win32-nat.c: Define CONTEXT_DEBUGGER_DR that will also include
1004 extended registers if HAVE_SSE_REGS is defined.
1005 (mappings array): Add offset of extended registers.
1006 (thread_rec): Use new CONTEXT_DEBUGGER_DR macro.
1007
1008 2001-11-26 Tom Tromey <tromey@redhat.com>
1009
1010 * NEWS: Updated.
1011 * event-loop.c (start_event_loop): Call
1012 after_char_processing_hook.
1013 * event-top.h (after_char_processing_hook): Declare.
1014 * event-top.c (rl_callback_read_char_wrapper): Call
1015 after_char_processing_hook.
1016 (after_char_processing_hook): New global.
1017 * top.c (operate_saved_history): New global.
1018 (gdb_rl_operate_and_get_next): New function.
1019 (init_main): Add the operate-and-get-next defun.
1020 (gdb_rl_operate_and_get_next_completion): New function.
1021
1022 2001-11-26 Tom Tromey <tromey@redhat.com>
1023
1024 * NEWS: Update for --args.
1025 * infcmd.c (construct_inferior_arguments): Moved from ...
1026 * fork-child.c: ... here.
1027
1028 2001-11-26 Jim Blandy <jimb@redhat.com>
1029
1030 * symtab.c (find_pc_sect_line): Revert change of 2001-11-13; add
1031 comment explaining that hand-written assembly code can have line
1032 number info but no debug info for an enclosing function.
1033
1034 2001-11-26 Jakub Jelinek <jakub@redhat.com>
1035
1036 * sparc-nat.c (fetch_inferior_registers): Don't rely
1037 on CORE_ADDR being 32-bit.
1038 (store_inferior_registers): Likewise.
1039
1040 2001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
1041
1042 * config/djgpp/config.sed: Fix an error in etc/ at "make install"
1043 time on non-LFN systems where standards*.inf* expands to nothing.
1044
1045 * go32-nat.c (save_npx): Avoid a warning from GCC 3.x.
1046
1047 2001-11-24 Pierre Muller <muller@ics.u-strasbg.fr>
1048 Christopher Faylor <cgf@redhat.com>
1049
1050 * win32-nat.c (struct so_stuff): Add objfile *objfile field needed to
1051 be able to remove the DLL when unloaded. Remove unused last field.
1052 (handle_unload_dll): New function to handle unloading of DLL.
1053 (solib_symbols_add): Change return type to struct objfile *.
1054 (get_child_debug_event): Call handle_unload_dll function.
1055
1056 2001-11-24 Christopher Faylor <cgf@redhat.com>
1057
1058 * win32-nat.c (_initialize_check_for_gdb_ini): New function.
1059 * config/i386/xm-cygwin.h: Remove obsolete handling of __CYGWIN32__.
1060 (GDBINIT_FILENAME): Remove.
1061
1062 2001-11-23 Mark Kettenis <kettenis@gnu.org>
1063
1064 Add x86 OpenBSD native configuration.
1065 * config/i386/obsd.mt, config/i386/tm-obsd.h, config/i386/obsd.mh,
1066 config/i386/nm-obsd.h: New files.
1067 * configure.host (i[3456]86-*-openbsd*): New host.
1068 * configure.tgt (i[3456]86-*-openbsd*): New target.
1069 * NEWS: Update.
1070
1071 2001-11-21 GDB Administrator <gdbadmin@sourceware.cygnus.com>
1072
1073 * GDB 5.1 was released.
1074
1075 2001-11-21 Tom Tromey <tromey@redhat.com>
1076
1077 Fix for PR gdb/209, PR gdb/156:
1078 * gdbarch.c, gdbarch.h: Rebuilt.
1079 * gdbarch.sh: Added `construct_inferior_arguments'.
1080 * cli/cli-decode.h (cmd_list_element): Added pre_show_hook.
1081 Typo fix.
1082 * cli/cli-setshow.c (do_setshow_command): Call the pre_show_hook.
1083 * infcmd.c (_initialize_infcmd): Set sfunc on `set args' command.
1084 (inferior_argc, inferior_argv): New globals.
1085 (notice_args_set): New function.
1086 (set_inferior_args): Clear inferior_argc and inferior_argv.
1087 (set_inferior_args_vector): New function.
1088 (get_inferior_args): Handle inferior argument vector.
1089 (run_command): Use get_inferior_args().
1090 (notice_args_read): New function.
1091 (_initialize_infcmd): Don't call set_inferior_args.
1092 * command.h: Typo fix.
1093 (cmd_list_element): Added pre_show_hook.
1094 * main.c (captured_main): Added --args option.
1095 (print_gdb_help): Document --args.
1096 * inferior.h (construct_inferior_arguments): Declare.
1097 (set_inferior_args_vector): Likewise.
1098 * fork-child.c (construct_inferior_arguments): New function.
1099
1100 2001-11-21 Kevin Buettner <kevinb@redhat.com>
1101
1102 * lin-lwp.c (lin_lwp_attach_lwp): Make sure SIGCHLD is in set of
1103 blocked signals.
1104
1105 * lin-lwp.c (lin_lwp_attach_lwp): Mark main thread as stopped.
1106
1107 2001-11-20 Jim Blandy <jimb@redhat.com>
1108
1109 * target.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT): Delete
1110 default definition; this is never used.
1111
1112 2001-11-20 Keith Seitz <keiths@redhat.com>
1113
1114 * varobj.c (c_value_of_child): Release memory for "name" when
1115 finshed using it.
1116 (c_type_of_child): Likewise.
1117 (cplus_value_of_child): Isolate the use of name_of_child to
1118 one case that needs it.
1119 Release memory for "name" when finished using it.
1120
1121 2001-11-20 Keith Seitz <keiths@redhat.com>
1122
1123 * top.c (gdb_init): Call init_ui_hook before initializing
1124 the default UI.
1125
1126 2001-11-19 Elena Zannoni <ezannoni@redhat.com>
1127
1128 * config/powerpc/nm-linux.h (ppc_register_u_addr): Add extern
1129 declaration.
1130
1131 2001-11-19 Elena Zannoni <ezannoni@redhat.com>
1132
1133 * ppc-linux-nat.c (COPY_REG): Use regcache_collect instead of
1134 accessing registers[].
1135 (fill_fpregset): Ditto.
1136
1137 2001-11-19 Elena Zannoni <ezannoni@redhat.com>
1138
1139 * infptrace.c (fetch_register): Dynamically allocate buffer for
1140 register.
1141 (store_register): Use regcache_collect, instead of accessing the
1142 register buffer directly.
1143
1144 2001-11-19 Daniel Jacobowitz <drow@mvista.com>
1145
1146 * mips-tdep.c (find_proc_desc): Add cur_frame argument. Pass
1147 cur_frame to heuristic_proc_desc.
1148 (heuristic_proc_desc): Add cur_frame argument. Do not read SP
1149 if cur_frame == 0.
1150 (after_prologue): Pass cur_frame == 0 to find_proc_desc.
1151 (mips_frame_chain): Pass cur_frame == 1 to find_proc_desc.
1152 (mips_init_extra_frame_info): Likewise.
1153
1154 2001-11-19 Andrew Cagney <ac131313@redhat.com>
1155
1156 * defs.h (return_to_top_level): Comment.
1157
1158 Mon Nov 19 14:58:52 2001 Andrew Cagney <cagney@redhat.com>
1159
1160 * remote.c (remote_open_1, remote_async_open_1): Use ISO C string
1161 concatenation for error parameter.
1162 (remote_cisco_open): Ditto.
1163
1164 2001-11-19 Keith Seitz <keiths@redhat.com>
1165
1166 * varobj.c (c_value_of_child): Use the wrapper function,
1167 gdb_value_struct_elt.
1168 (cplus_value_of_child): Likewise.
1169
1170 2001-11-18 Andrew Cagney <ac131313@redhat.com>
1171
1172 * i386-tdep.c (i386_gdbarch_init): Initialize num_regs.
1173 * config/i386/tm-i386.h (NUM_REGS): Delete.
1174
1175 2001-11-18 Kevin Buettner <kevinb@redhat.com>
1176
1177 * i386-linux-nat.c (fill_gregset): Fix botched regcache_collect()
1178 conversion for I386_LINUX_ORIG_EAX_REGNUM.
1179
1180 2001-11-18 Andrew Cagney <ac131313@redhat.com>
1181
1182 * config/i386/embed.mt (TM_FILE): Set to tm-i386.h.
1183 * config/i386/tm-embed.h: Delete.
1184
1185 2001-11-17 Andrew Cagney <ac131313@redhat.com>
1186
1187 * Makefile.in (distclean): Explicitly delete Makefile et.al. in
1188 gdbserver sub directory.
1189
1190 2001-11-17 Andrew Cagney <ac131313@redhat.com>
1191
1192 * README: Mention need for alloca(). Mention problems with
1193 alpha-dec-osf4.0e. Clarify that comments refer to GDB 5.1.
1194
1195 2001-11-17 Kevin Buettner <kevinb@redhat.com>
1196
1197 * i386-linux-nat.c (fill_gregset): Use regcache_collect() instead
1198 of accessing registers[] directly.
1199
1200 2001-11-17 Kevin Buettner <kevinb@redhat.com>
1201
1202 * i386-linux-nat.c (fill_gregset): Don't invoke read_register_gen()
1203 when fetching ORIG_EAX.
1204
1205 2001-11-17 Daniel Jacobowitz <drow@mvista.com>
1206
1207 * arm-linux-nat.c: Don't include <asm/ptrace.h>.
1208 (fetch_register): Use elf_gregset_t instead of struct pt_regs.
1209 (fetch_regs): Likewise.
1210 (store_register): Likewise.
1211 (store_regs): Likewise.
1212
1213 2001-11-17 Daniel Jacobowitz <drow@mvista.com>
1214
1215 * sparc-linux-nat.c (fill_gregset): Replace read_register_gen
1216 with regcache_collect.
1217 (fill_fpregset): Likewise.
1218
1219 2001-11-17 Daniel Jacobowitz <drow@mvista.com>
1220
1221 * Makefile.in: Add mips-linux-nat.c, mips-linux-tdep.c,
1222 and sparc-linux-nat.c to ALLDEPFILES. Add dependencies.
1223 * config/sparc/linux.mh: Add sparc-linux-nat.o to NATDEPFILES.
1224 * sparc-linux-nat.c: New file, from Mark Kettenis.
1225
1226 2001-11-16 Jakub Jelinek <jakub@redhat.com>
1227
1228 * dwarf2read.c (dwarf_str_buffer): New.
1229 (struct dwarf2_pinfo): Add dwarf_str_buffer and dwarf_str_size.
1230 (DWARF_STR_BUFFER, DWARF_STR_SIZE): Define.
1231 (dwarf2_has_info): Clear dwarf_str_offset.
1232 (dwarf2_build_psymtabs): Read .debug_str section if present.
1233 (dwarf2_build_psymtabs_hard): Save DWARF_STR_BUFFER and
1234 DWARF_STR_SIZE.
1235 (psymtab_to_symtab_1): Restore DWARF_STR_BUFFER and DWARF_STR_SIZE.
1236 (read_attribute): Handle DW_FORM_strp.
1237 (read_n_bytes, read_string): Remove HOST_CHAR_BIT != 8
1238 handling code.
1239 (read_indirect_string): New.
1240 (dump_die): Handle DW_FORM_strp.
1241
1242 2001-11-16 Jim Blandy <jimb@redhat.com>
1243
1244 * s390-tdep.c: Tweak argument-passing to match GCC bugs.
1245 (is_float_singleton, is_struct_like, is_float_like): New
1246 functions, that isolate the weirdness.
1247 (is_double_or_float, is_simple_arg, pass_by_copy_ref,
1248 is_double_arg): Use is_struct_like and is_float_like, rather than
1249 testing the type codes ourselves.
1250 (s390_push_arguments): When passing args on the stack, align each
1251 on to a four-byte boundary, regardless of what the type itself
1252 needs.
1253
1254 2001-11-16 Ben Harris <bjh21@netbsd.org>
1255
1256 * Makefile.in (os9kread.o): Replace $< with autoconf-approved
1257 $(srcdir)/....
1258 (procfs.o): Ditto.
1259 (z8k-tdep.o): Ditto.
1260
1261 2001-11-16 Ben Harris <bjh21@netbsd.org>
1262
1263 * MAINTAINERS (write-after-approval): Add self.
1264
1265 2001-11-15 Jim Blandy <jimb@redhat.com>
1266
1267 * s390-tdep.c (is_simple_arg): Structs and unions exactly eight
1268 bytes long should be handled as DOUBLE_ARGs; don't recognize them
1269 as SIMPLE_ARGs.
1270
1271 2001-11-12 Andrew Cagney <ac131313@redhat.com>
1272
1273 * remote.c (struct packet_reg): Declare.
1274 (struct remote_state): Add fields sizeof_g_packet and g_packet.
1275 (init_remote_state): Initialize sizeof_g_packet and g_packet.
1276 (free_remote_state): Free g_packet.
1277 (packet_reg_from_pnum, packet_reg_by_regnum): New functions.
1278 (remote_wait): Use above instead of gdbarch methods
1279 REGISTER_RAW_SIZE and REGISTER_BYTES.
1280 (remote_async_wait): Ditto.
1281 (remote_fetch_registers, remote_store_registers): Ditto.
1282 (store_register_using_P): Ditto.
1283
1284 2001-11-15 Andrew Cagney <ac131313@redhat.com>
1285
1286 * remote.c (_initialize_remote): Don't multi-arch swap tty_input.
1287 Second attempt.
1288
1289 2001-11-15 Andrew Cagney <ac131313@redhat.com>
1290
1291 * utils.c (phex_nz): For default case, set str to phex_nz return
1292 value.
1293 (phex): Ditto.
1294
1295 2001-11-15 Andrew Cagney <ac131313@redhat.com>
1296
1297 * TODO (register_buffer): Delete.
1298 * regcache.c (register_buffer): Make static.
1299 (regcache_collect): New function.
1300 * regcache.h (register_buffer): Delete declaration.
1301 (regcache_collect): Declare.
1302 * remote.c (store_register_using_P): Rewrite using
1303 regcache_collect.
1304 (remote_store_registers): Ditto.
1305 * go32-nat.c (store_register): Ditto.
1306
1307 2001-11-14 Andrew Cagney <ac131313@redhat.com>
1308
1309 * remote.c (struct remote_state): Declare.
1310 (get_remote_state): New function.
1311 (init_remote_state): New function.
1312 (remote_gdbarch_data_handle): New global.
1313 (build_remote_packet_sizes): Delete function, moved to
1314 init_remote_state.
1315 (register_remote_packet_sizes): Delete function.
1316 (actual_register_packet_size, remote_packet_size): Moved to
1317 ``struct remote_state''.
1318 (PBUFSIZE): Delete. Replaced by rs->remote_packet_size.
1319 (free_remote_state): New function.
1320 (get_memory_packet_size, get_memory_read_packet_size)
1321 (set_thread, remote_unpack_thread_info_response)
1322 (remote_get_threadinfo, parse_threadlist_response)
1323 (remote_get_threadlist, remote_current_thread)
1324 (remote_threads_info, remote_threads_extra_info)
1325 (extended_remote_restart, get_offsets)
1326 (get_offsets, remote_check_symbols, remote_open_1)
1327 (remote_async_open_1, remote_detach, remote_async_detach)
1328 (remote_resume, remote_async_resume, remote_wait)
1329 (remote_async_wait, remote_fetch_registers)
1330 (store_register_using_P, remote_store_registers)
1331 (check_binary_download, putpkt_binary)
1332 (remote_insert_breakpoint, remote_remove_breakpoint)
1333 (remote_insert_watchpoint, remote_remove_watchpoint)
1334 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
1335 (compare_sections_command, remote_query)
1336 (remote_rcmd, remote_rcmd, packet_command)
1337 (remote_info_process): Update.
1338
1339 2001-11-14 Andrew Cagney <ac131313@redhat.com>
1340
1341 * remote.c: Include "gdb_assert.h".
1342 (tty_input): Wire buffer to 400 bytes.
1343 (readsocket): Check tty_input doesn't overflow.
1344 (build_remote_gdbarch_data, _initialize_remote): Don't multi-arch
1345 tty_input.
1346
1347 2001-11-14 Michael Snyder <msnyder@redhat.com>
1348
1349 * d10v-tdep.c (d10v_pointer_to_address): Use new type flag
1350 TYPE_FLAG_CODE_SPACE to recognize a pointer that has been cast
1351 into the instruction address space.
1352 * Makefile.in (doublest.o): Add dependency on gdbtypes.h.
1353
1354 2001-11-14 Michael Snyder <msnyder@redhat.com>
1355 Add address space identifiers to expression language for types.
1356 * c-exp.y (space_identifier, cv_with_space_id,
1357 const_or_volatile_or_space_identifier_noopt,
1358 const_or_volatile_or_space_identifier): New terminals.
1359 (ptype): Accept const_or_volatile_or_space_identifier.
1360 (typebase): Accept const_or_volatile_or_space_identifier.
1361 * c-typeprint.c (c_type_print_cv_qualifier): Rename to
1362 c_type_print_modifier. Handle address space modified types.
1363 * gdbtypes.h (TYPE_FLAG_CODE_SPACE, TYPE_FLAG_DATA_SPACE):
1364 New type flags.
1365 (struct type): Add new field as_type for addr-space qualified types.
1366 (TYPE_AS_TYPE): New macro, retrieves the chain of types that are
1367 identical to this one except for address-space qualification.
1368 * gdbtypes.c (alloc_type): Initialize new field 'as_type'.
1369 (address_space_name_to_int): New function.
1370 (address_space_int_to_name): New function.
1371 (make_type_with_address_space): New function.
1372 (make_cv_type): Handle as_type field of new struct type object.
1373 * parse.c (check_type_stack_depth): New function.
1374 (push_type_address_space): New function.
1375 (follow_types): Handle types with address-space qualifier.
1376 * parser-defs.h (enum type_pieces): Add enum tp_space_identifier.
1377
1378 2001-11-14 Jim Blandy <jimb@redhat.com>
1379
1380 * s390-tdep.c (s390_pop_frame_regular): On the S/390, the frame
1381 pointer and the SP are often the same, so we can't pop the frame
1382 by setting the SP to the FP; we need to get the old SP from
1383 saved_regs.
1384
1385 * s390-tdep.c (s390_extract_return_value): Returned `float' values
1386 can simply be copied bitwise from the registers into the value
1387 object's buffer.
1388
1389 * s390-tdep.c (s390_get_frame_info): Initialize SP's element of
1390 the frame's saved_regs array correctly.
1391
1392 * symfile.c (simple_read_overlay_table): Make sure we can find
1393 both `_novlys' and `_ovly_table' before we try anything else;
1394 print a helpful error message.
1395 (simple_overlay_update): No need to print error message here.
1396
1397 2001-11-14 Michael Snyder <msnyder@redhat.com>
1398
1399 * Makefile.in (doublest.o): Add dependency on gdbtypes.h.
1400
1401 2001-11-10 Andrew Cagney <ac131313@redhat.com>
1402
1403 * arm-tdep.c (arm_register_type): New function.
1404 (arm_register_convertible): Delete.
1405 (arm_register_convert_to_virtual): Delete.
1406 (arm_register_convert_to_raw): Delete.
1407 * config/arm/tm-arm.h (REGISTER_CONVERTIBLE): Delete.
1408 (REGISTER_CONVERT_TO_VIRTUAL): Delete.
1409 (REGISTER_CONVERT_TO_RAW): Delete.
1410 (REGISTER_VIRTUAL_TYPE): Redefine as call to arm_register_type.
1411 (arm_register_type): Declare.
1412
1413 2001-11-13 Elena Zannoni <ezannoni@redhat.com>
1414
1415 From Andrew Cagney <cagney@redhat.com>:
1416 * gdbtypes.h (builtin_type_int128, builtin_type_uint128): Declare.
1417 * gdbtypes.c (_initialize_gdbtypes, build_gdbtypes): Initialize
1418 new builtin types.
1419
1420 2001-11-13 Jim Blandy <jimb@redhat.com>
1421
1422 * s390-tdep.c: Rewrite inferior function call code. This may
1423 break zSeries support; that should be fixed soon.
1424 #include "gdb_assert.h".
1425 (is_integer_like, is_pointer_like, is_simple_arg,
1426 pass_by_copy_ref, extend_simple_arg, is_double_arg, round_up,
1427 round_down, alignment_of): New functions.
1428 (s390_push_arguments): Rewritten to handle passing large arguments
1429 by value, and to make more readable.
1430
1431 * s390-tdep.c (s390_pop_frame): Call generic_pop_current_frame, to
1432 interact correctly with generic dummy frames.
1433 (s390_pop_frame_regular): Move the guts of the frame-popping code
1434 to here, to be called by generic_pop_current_frame. Use the
1435 frame's saved_regs array; this works for `return' as well as
1436 inferior function calls.
1437
1438 * s390-tdep.c (s390_gdbarch_init): Register the function
1439 `standard_coerce_float_to_double', since GCC for the S/390 follows
1440 the standard rules for passing floats.
1441
1442 * valops.c (default_coerce_float_to_double,
1443 standard_coerce_float_to_double): Doc fixes.
1444
1445 Patch from Peter Schauer:
1446
1447 * symtab.c (find_pc_sect_line): If we can't find the function
1448 containing PC, we certainly won't have line number information for
1449 that location, so return zero immediately.
1450
1451 2001-11-10 Andrew Cagney <ac131313@redhat.com>
1452
1453 * config/i960/tm-nindy960.h (REGISTER_CONVERTIBLE)
1454 (REGISTER_CONVERT_TO_RAW, REGISTER_CONVERT_TO_VIRTUAL): Delete
1455 undef.
1456 * i960-tdep.c (i960_register_type): New function.
1457 * config/i960/tm-i960.h (REGISTER_CONVERTIBLE): Delete.
1458 (REGISTER_CONVERT_TO_VIRTUAL): Delete.
1459 (REGISTER_CONVERT_TO_RAW): Delete.
1460 (REGISTER_VIRTUAL_TYPE): Update. Call i960_register_type.
1461
1462 2001-11-10 Andrew Cagney <ac131313@redhat.com>
1463
1464 * m88k-tdep.c (m88k_register_type): New function.
1465 * config/m88k/tm-m88k.h (REGISTER_CONVERTIBLE): Delete.
1466 (REGISTER_CONVERT_TO_VIRTUAL): Delete.
1467 (REGISTER_CONVERT_TO_RAW): Delete.
1468 (m88k_register_type): Declare.
1469 (REGISTER_VIRTUAL_TYPE): Update. Call m88k_register_type.
1470
1471 2001-11-11 Mark Kettenis <kettenis@elgar.my.domain>
1472
1473 * i386-tdep.h (FPU_REG_RAW_SIZE): Define unconditionally.
1474 * i387-nat.c, i387-tdep.c: Unconditionally include "i386-tdep.h".
1475 * config/i386/tm-i386.h (FPU_REG_RAW_SIZE): Removed.
1476 (SIZEOF_FPU_REGS): Don't use FPU_REG_RAW_SIZE here.
1477
1478 2001-11-12 Jim Blandy <jimb@redhat.com>
1479
1480 Patch from Andreas Schwab <schwab@suse.de>:
1481 * eval.c (evaluate_subexp_standard): Fix memory leak: use alloca
1482 instead of xmalloc.
1483
1484 2001-11-12 Jim Blandy <jimb@redhat.com>
1485
1486 * corefile.c (write_memory_unsigned_integer,
1487 write_memory_signed_integer): New functions.
1488 (write_memory): Move to be with other write_memory_* functions.
1489 * gdbcore.h (write_memory_unsigned_integer,
1490 write_memory_signed_integer): New declarations.
1491
1492 2001-11-11 Geoffrey Keating <geoffk@redhat.com>
1493
1494 * dwarf2read.c (dwarf_decode_lines): Properly deal with
1495 unknown standard opcodes.
1496
1497 2001-11-11 Andrew Cagney <ac131313@redhat.com>
1498
1499 * README (alpha-dec-osf5.1): Mention -DUSE_LDR_ROUTINES.
1500 (sparcv9-sun-solars2.8): Mention problem with 64 bit GCC 3.0.x.
1501 (i586-sco-sysv5uw7.1.1): Mention problem with threads.
1502
1503 2001-11-11 Andrew Cagney <ac131313@redhat.com>
1504
1505 From Mark Kettenis <kettenis@gnu.org>:
1506 * breakpoint.c (breakpoint_re_set_one): Don't discard SHLIB
1507 breakpoints when they fail.
1508
1509 2001-11-10 Andrew Cagney <ac131313@redhat.com>
1510
1511 * printcmd.c, valprint.c, language.c, linespec.c, infcmd.c,
1512 gnu-nat.c, findvar.c, expprint.c, typeprint.c, stack.c, top.c:
1513 Replace value_ptr with struct value.
1514
1515 2001-11-10 Andrew Cagney <ac131313@redhat.com>
1516
1517 * c-valprint.c, ch-lang.c, ch-valprint.c, cp-valprint.c,
1518 p-valprint.c, scm-exp.c, scm-lang.c, scm-valprint.c: Replace
1519 value_ptr with struct value.
1520
1521 2001-11-10 Andrew Cagney <ac131313@redhat.com>
1522
1523 * eval.c: Replace most occurances of value_ptr with struct value.
1524
1525 2001-11-09 Jim Blandy <jimb@redhat.com>
1526
1527 * s390-tdep.c: Don't use a call dummy.
1528 (s390_fix_call_dummy, s390_pc_in_call_dummy): Delete.
1529 (s390_push_return_address): Put the address of the inferior call
1530 breakpoint in r14.
1531 (s390_gdbarch_init):
1532 - Provide trivial definition of s390_call_dummy_words; register it
1533 with the gdbarch appropriately.
1534 - Delete S390x_call_dummy_words.
1535 - Gather inferior-call-related settings into a group.
1536 - Use generic dummy frames.
1537 - Put the inferior call breakpoint at the entry point.
1538 - Use generic gdbarch methods: pc_in_call_dummy_at_entry_point,
1539 generic_push_dummy_frame, generic_fix_call_dummy.
1540 - There is a call dummy breakpoint offset; it's zero.
1541
1542 * s390-tdep.c: (s390_push_arguments): Write a back chain pointer
1543 into the dummy frame, to help us get backtraces.
1544
1545 * values.c (value_as_address): If VAL is a function or method,
1546 just return its address; don't let COERCE_ARRAY convert its
1547 address to a pointer, and then have unpack_long convert it back to
1548 an address.
1549
1550 2001-11-06 Pierre Muller <muller@ics.u-strasbg.fr>
1551
1552 * p-lang.c (is_pascal_string_type): New function to determine if a
1553 type is a string type.
1554 * p-lang.h: Add prototype for is_pascal_string_type.
1555 * p-valprint.c (pascal_val_print) : Use is_pascal_string_type function
1556 to display strings nicely.
1557
1558 2001-11-06 Pierre Muller <muller@ics.u-strasbg.fr>
1559
1560 * p-exp.y (yylex): Only change case of expression if symbol is found.
1561 Also check for GPC standard name form.
1562
1563 2001-11-08 Andrew Cagney <ac131313@redhat.com>
1564
1565 * gdb_indent.sh: New file.
1566
1567 2001-11-08 Jim Blandy <jimb@redhat.com>
1568
1569 * s390-tdep.c (s390_get_frame_info): Initialize got_load_addr and
1570 got_load_len, to placate compiler.
1571
1572 2001-11-08 Mark Kettenis <kettenis@gnu.org>
1573
1574 * i386-tdep.c (i386_gdbarch_init): Fix typo.
1575
1576 2001-11-08 Jim Blandy <jimb@redhat.com>
1577
1578 * s390-tdep.c (s390_gdbarch_init): Use func_frame_chain_valid, not
1579 file_frame_chain_valid.
1580
1581 * s390-tdep.c (s390_get_frame_info): If the prologue loads r12
1582 from the constant pool, but doesn't add in the constant pool's
1583 address to it, then this function probably isn't using r12 as a
1584 GOT pointer, and that load probably wasn't part of the prologue.
1585
1586 * s390-tdep.c (s390_gdbarch_init): Use the default
1587 prepare_to_proceed function established by config/nm-linux.h;
1588 don't try to set it to linuxthreads_prepare_to_proceed.
1589
1590 Wed Nov 7 20:38:14 2001 Andrew Cagney <cagney@redhat.com>
1591
1592 * i386-tdep.c: Include "i386-tdep.h".
1593 (XMALLOC): Define.
1594 (i386_gdbarch_init): New function.
1595 (_initialize_i386_tdep): Register bfd_arch_i386.
1596 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Define as
1597 GDB_MULTI_ARCH_PARTIAL.
1598 * i386-tdep.h: When partially multi-arch, conditionally define
1599 all macros.
1600
1601 Wed Nov 7 20:45:32 2001 Andrew Cagney <cagney@redhat.com>
1602
1603 * i386-tdep.c (set_disassembly_flavor): Delete function.
1604 (set_disassembly_flavor_sfunc): Delete function.
1605
1606 2001-11-07 Elena Zannoni <ezannoni@redhat.com>
1607
1608 * dbxread.c (set_namestring): New function, replacing the
1609 SET_NAMESTRING macro.
1610 (SET_NAMESTRING, CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE,
1611 CUR_SYMBOL_STRX, DBXREAD_ONLY, START_PSYMTAB, END_PSYMTAB): Delete
1612 definitions.
1613 (read_dbx_symtab): Don't include partial-stab.h any more. Don't
1614 reuse code in partial-stab.h, include the code directly, instead.
1615
1616 * Makefile.in (dbxread.o): Remove dependency on partial-stab.h.
1617 (HFILES_NO_SRCDIR): Remove partial-stab.h.
1618
1619 * partial-stab.h: Remove file.
1620
1621 2001-11-07 Andrew Cagney <ac131313@redhat.com>
1622
1623 * gdbarch.sh: For multi-arch functions, check there is a
1624 predefault and use it as the static default.
1625 * gdbarch.c: Re-generate.
1626
1627 2001-11-08 Mark Kettenis <kettenis@gnu.org>
1628
1629 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Define in
1630 terms of NUM_GREGS, NUM_FREGS and NUM_SSE_REGS instead of
1631 hardcoding the register number.
1632
1633 2001-11-07 Andrew Cagney <ac131313@redhat.com>
1634
1635 * gdbarch.sh (USE_STRUCT_CONVENTION): Default to
1636 generic_use_struct_convention.
1637 * gdbarch.h, gdbarch.c: Regenerate.
1638 * values.c (USE_STRUCT_CONVENTION): Delete definition, moved to
1639 gdbarch.h.
1640
1641 2001-11-06 Andrew Cagney <ac131313@redhat.com>
1642
1643 * gdbarch.sh (PC_IN_CALL_DUMMY): Require a value.
1644 * gdbarch.c: Regenerate.
1645
1646 2001-11-06 Fred Fish <fnf@redhat.com>
1647
1648 * complaints.c (info_verbose): Remove unneeded decl, is in defs.h.
1649 * dbxread.c: Ditto
1650 * dwarf2read.c: Ditto.
1651 * dwarfread.c: Ditto.
1652 * exec.c: Ditto.
1653 * hpread.c: Ditto.
1654 * hpread.h: Ditto.
1655 * mdebugread.c: Ditto.
1656 * os9kread.c: Ditto.
1657 * stack.c: Ditto.
1658 * symfile.c: Ditto.
1659 * tracepoint.c: Ditto.
1660
1661 2001-11-06 Andrew Cagney <ac131313@redhat.com>
1662
1663 * MAINTAINERS: Update Andrew Cagney's responsibilities. Mention
1664 David Taylor and Nick Duffek in past maintainers.
1665
1666 2001-11-06 Elena Zannoni <ezannoni@redhat.com>
1667
1668 * mdebugread.c (CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE, START_PSYMTAB,
1669 END_PSYMTAB, SET_NAMESTRING, HANDLE_RBRAC): Delete definitions.
1670 (parse_partial_symbols): Don't include partial-stab.h any
1671 more. Don't reuse code in partial-stab.h, include the code
1672 directly, instead. Simplify code from partial-stab.h eliminating
1673 ifdef DBXREAD_ONLY code.
1674
1675 * Makefile.in (mdebugread.o): Remove dependency on partial-stab.h.
1676
1677 2001-11-06 Jim Blandy <jimb@redhat.com>
1678
1679 * s390-nat.c: #include "regcache.h", to get declaration for
1680 `supply_register'. (The last change already added the dependency
1681 of s390-nat.o on regcache.h. Oops.)
1682
1683 * Makefile.in (ALLDEPFILES): Add s390-tdep.c and s390-nat.c.
1684 (s390-tdep.o, s390-nat.o): New rules.
1685
1686 * s390-nat.c (s390_register_u_addr): Pass proper arguments to
1687 internal_error.
1688
1689 2001-11-06 Andrew Cagney <ac131313@redhat.com>
1690
1691 * gdbarch.sh (CALL_DUMMY_LOCATION): Require a value.
1692 * gdbarch.c: Regenerate.
1693
1694 2001-11-06 Andrew Cagney <ac131313@redhat.com>
1695
1696 * blockframe.c (get_prev_frame): Replace #ifdef
1697 INIT_EXTRA_FRAME_INFO with run-time test.
1698
1699 2001-11-05 Andrew Cagney <ac131313@redhat.com>
1700
1701 * gdbarch.sh (push_return_address): Change to a function with
1702 predicate.
1703 * gdbarch.h, gdbarch.c: Re-generate.
1704 * valops.c (hand_function_call): Replace #ifdef
1705 PUSH_RETURN_ADDRESS with run-time test of PUSH_RETURN_ADDRESS_P.
1706
1707 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
1708
1709 * arch-utils.c (generic_in_function_epilogue_p): New function.
1710 * arch-utils.h (generic_in_function_epilogue_p): Declare extern.
1711 * breakpoint.c (watchpoint_check): Add test whether the pc is
1712 currently in the epilogue of a function.
1713 * gdbarch.c: Autogenerated from gdbarch.sh.
1714 * gdbarch.h: Ditto.
1715 * gdbarch.sh (function_list): Add `in_function_epilogue_p' definition.
1716
1717 2001-11-05 Jim Blandy <jimb@redhat.com>
1718
1719 * config/s390/s390.mh (NATDEPFILES): Don't split this across
1720 several lines with backslashes; the `sed' command in
1721 configure.in's AC_OUTPUT clause that comments out the NATDEPFILES
1722 assignment doesn't handle lines extended with backslashes.
1723
1724 * configure.in (AC_OUTPUT): Handle assignments to NATDEPFILES
1725 using `+=' as well as `='.
1726 * configure: Regenerated.
1727
1728 2001-11-05 Andrew Cagney <ac131313@redhat.com>
1729
1730 * gdbarch.sh (init_extra_frame_info): Change to a function with
1731 predicate.
1732 * gdbarch.h, gdbarch.c: Re-generate.
1733 * blockframe.c (create_new_frame): Replace #ifdef
1734 INIT_EXTRA_FRAME_INFO with run-time test of
1735 INIT_EXTRA_FRAME_INFO_P.
1736
1737 2001-11-05 Andrew Cagney <ac131313@redhat.com>
1738
1739 * gdbarch.sh (verify_gdbarch): Use a mem_file to accumulate all
1740 error messages. Print in a single batch.
1741 * gdbarch.c: Re-generate.
1742
1743 2001-11-04 Mark Kettenis <kettenis@gnu.org>
1744
1745 * i386-linux-nat.c (GETREGS_SUPPLIES, supply_gregset,
1746 fill_gregset): Add support for "orig_eax" register.
1747
1748 Add support for "orig_eax" pseudo register on Linux/x86.
1749 * i386-linux-tdep.c: Include "inferior.h".
1750 (i386_linux_register_name, i386_linux_register_byte,
1751 i386_linux_register_raw_size): New functions.
1752 (i386_linux_write_pc): New function.
1753 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): New define.
1754 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
1755 REGISTER_BYTE, REGISTER_RAW_SIZE): Define to deal with additional
1756 register.
1757 (i386_linux_register_name, i386_linux_register_byte,
1758 i386_linux_register_raw_size): New prototypes.
1759 (TARGET_WRITE_PC): New define.
1760 (i386_linux_write_pc): New prototype.
1761
1762 * i386-tdep.c (i386_register_offset): Renamed from
1763 i386_register_byte. Made static.
1764 (i386_register_size): Renamed from i386_register_raw_size. Made
1765 static.
1766 (i386_register_virtual_size): Removed.
1767 (i386_register_byte, i386_register_raw_size,
1768 i386_register_virtual_size): New functions.
1769 (_initialize_i386_tdep): Initialize i386_register_offset instead
1770 of i386_register_byte. Remove code to initialize
1771 i386_register_virtual_size.
1772 * config/i386/tm-i386.h (REGISTER_BYTE): Redefine to use
1773 i386_register_byte function.
1774 (REGISTER_RAW_SIZE): Redefine to use i386_register_raw_size
1775 function.
1776 (REGISTER_VIRTUAL_SIZE): Redefine to use
1777 i386_register_virtual_size function.
1778 (i386_register_byte, i386_register_raw_size,
1779 i386_register_virtual_size): New functions.
1780
1781 * Makefile.in (ALLDEPFILES): Add i387-nat.c.
1782 (i387-nat.o): Add dependencies.
1783
1784 2001-11-02 Andrew Cagney <ac131313@redhat.com>
1785
1786 * README: Mention problem with alpha-dec-osf5.1.
1787
1788 2001-11-02 Andrew Cagney <ac131313@redhat.com>
1789
1790 * utils.c (internal_verror): Restore calls to abort().
1791 Fix PR gdb/219.
1792
1793 2001-11-02 Michael Chastain <mec@shout.net>
1794
1795 * MAINTAINERS: Update my entry.
1796
1797 2001-11-01 Michael Snyder <msnyder@redhat.com>
1798
1799 * symtab.c (operator_chars): Allow '*' and '[' to be quoted in
1800 operator names, to avoid regexp expansion.
1801 (search_symbols): Alloca buffer is too small, may get clobbered.
1802
1803 2001-11-01 Fred Fish <fnf@redhat.com>
1804
1805 * coff-solib.c (coff_solib_add): Add new readsyms arg.
1806 * irix5-nat.c (solib_add): Ditto.
1807 * osfsolib.c (solib_add): Ditto.
1808 * pa64solib.c (pa64_solib_add): Ditto.
1809 * pa64solib.c (add_to_solist): Ditto.
1810 * pa64solib.c (read_dld_descriptor): Ditto.
1811 * solib.c (solib_add): Ditto.
1812 * somsolib.c (som_solib_add): Ditto.
1813 * win32-nat.c (child_solib_add): Ditto.
1814 * xcoffsolib.c (solib_add): Ditto.
1815
1816 * coff-solib.h (coff_solib_add): Add new readsyms arg to prototype.
1817 * pa64solib.c (add_to_solist): Ditto.
1818 * pa64solib.c (read_dld_descriptor): Ditto.
1819 * pa64solib.h (pa64_solib_add): Ditto.
1820 * solib.h (solib_add): Ditto.
1821 * somsolib.h (som_solib_add): Ditto.
1822 * config/i386/tm-cygwin.h (child_solib_add): Ditto.
1823
1824 * coff-solib.c (coff_solib_add): If readsyms is zero don't read
1825 symbols but do any other needed work for shared libs.
1826 * irix5-nat.c: Ditto.
1827 * osfsolib.c (solib_add): Ditto.
1828 * solib.c (solib_add): Ditto.
1829 * win32-nat.c (child_solib_add): Ditto.
1830 * xcoffsolib.c (solib_add): Ditto.
1831
1832 * irix5-nat.c (sharedlibrary_command): Pass 1 as readsyms to
1833 solib_add to force reading of shared library symbols.
1834 * osfsolib.c (sharedlibrary_command;): Ditto.
1835 * pa64solib.c (pa64_solib_sharedlibrary_command): Ditto.
1836 * solib.c (sharedlibrary_command): Ditto.
1837 * somsolib.c (som_solib_sharedlibrary_command): Ditto.
1838 * xcoffsolib.c (sharedlibrary_command): Ditto.
1839
1840 * coff-solib.c (coff_solib_create_inferior_hook): Call solib_add
1841 unconditionally with auto_solib_add.
1842 * irix5-nat.c (solib_create_inferior_hook): Ditto.
1843 * osfsolib.c (solib_create_inferior_hook): Ditto.
1844 * solib.c (solib_create_inferior_hook): Ditto.
1845 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
1846 * solib-svr4.c (enable_break): Ditto.
1847 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
1848
1849 * corelow.c (solib_add_stub): Add auto_solib_add to args passed
1850 via SOLIB_ADD.
1851 * sol-thread.c (sol_thread_attach): Ditto.
1852 * config/rs6000/nm-rs6000.h (SOLIB_ADD): Ditto.
1853
1854 * infcmd.c (attach_command): Remove auto_solib_add decl.
1855 Call SOLIB_ADD directly with auto_solib_add.
1856 * infrun.c (handle_inferior_event): Ditto.
1857
1858 * coff-solib.h (SOLIB_ADD): Add readsyms arg.
1859 * pa64solib.h (SOLIB_ADD): Ditto.
1860 * solib.h (SOLIB_ADD): Ditto.
1861 * somsolib.h (SOLIB_ADD): Ditto.
1862 * config/i386/tm-cygwin.h (SOLIB_ADD): Ditto.
1863
1864 * fork-child.c (clone_and_follow_inferior): Remove unused
1865 auto_solib_add decl.
1866
1867 * pa64solib.c (pa64_solib_add): Call add_to_solist with readsyms.
1868 (read_dld_descriptor): Ditto.
1869 (pa64_solib_add): Call read_dld_descriptor with readsyms.
1870 (pa64_solib_in_dynamic_linker): Ditto.
1871
1872 * corelow.c (symfile.h): Need this for auto_solib_add declaration.
1873 * sol-thread.c (symfile.h): Ditto.
1874
1875 2001-10-31 Andrew Cagney <ac131313@redhat.com>
1876
1877 * s390-nat.c (s390_remove_watchpoint): Use xfree.
1878 (s390_insert_watchpoint): Use xmalloc.
1879
1880 2001-10-31 Andrew Cagney <ac131313@redhat.com>
1881
1882 * varobj.c: Replace value_ptr with ``struct value *''.
1883
1884 2001-10-31 Andrew Cagney <ac131313@redhat.com>
1885
1886 * varobj.c: Re-indent.
1887
1888 2001-10-31 Andrew Cagney <ac131313@redhat.com>
1889
1890 * x86-64-tdep.c (value_push, x86_64_push_arguments): Replace
1891 ``value_ptr'' with ``struct value *''.
1892 * s390-tdep.c (s390_push_arguments): Ditto.
1893
1894 2001-10-30 Andrew Cagney <ac131313@redhat.com>
1895
1896 * ppc-tdep.h: Add #ifndef wrapper. Replace value_ptr with
1897 ``struct value *''.
1898 (struct frame_info, struct value): Add opaque declarations.
1899
1900 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
1901
1902 * arch-utils.c (generic_in_solib_call_trampoline): New function.
1903 * arch-utils.h (generic_in_solib_call_trampoline): Extern declaration.
1904 * gdbarch.c: Regenerated from gdbarch.sh.
1905 * gdbarch.h: Ditto.
1906 * gdbarch.sh (function_list): Add `IN_SOLIB_CALL_TRAMPOLINE' definition.
1907 * infrun.c (IN_SOLIB_CALL_TRAMPOLINE): Remove macro.
1908
1909 2001-10-31 Andrew Cagney <ac131313@redhat.com>
1910
1911 From DJ Barrow.
1912 * s390-tdep.c: (s390_gdbarch_init): Don't initialize
1913 find_solib_trampoline_target.
1914
1915 2001-10-31 Andrew Cagney <ac131313@redhat.com>
1916
1917 * remote-vx.c (net_wait): Fix typo from PIDGET change.
1918
1919 2001-10-31 Mark Kettenis <kettenis@gnu.org>
1920
1921 * config/i386/tm-i386.h (REGISTER_NAMES): Remove.
1922 (REGISTER_NAME): New define.
1923 (i386_register_name): New prototype.
1924 * i386-tdep.c (i386_register_names): New variable.
1925 (i386_register_name): New function.
1926 * config/i386/tm-i386os9k.h, config/i386/tm-ptx.h,
1927 config/i386/tm-symmetry.h: Undefine REGISTER_NAME instead of
1928 REGISTER_NAMES.
1929
1930 2001-10-31 Christopher Faylor <cgf@redhat.com>
1931
1932 * win32-nat.c (register_loaded_dll): Attempt to ensure that the case of
1933 the loaded DLL matches the on-disk case since the debugging API does
1934 not seem to ensure this. Calculate max name length here.
1935 (handle_load_dll): Move max name length calculation to
1936 register_loaded_dll.
1937
1938 2001-10-31 Daniel Jacobowitz <drow@mvista.com>
1939
1940 * arm-linux-nat.c: Include <asm/ptrace.h> explicitly.
1941
1942 2001-10-30 Keith Seitz <keiths@redhat.com>
1943
1944 * wrapper.h (gdb_value_struct_elt): New function.
1945 * wrapper.c (gdb_value_struct_elt): Ditto.
1946 (do_captured_value_struct_elt): Ditto.
1947
1948 2001-10-30 Andrew Cagney <ac131313@redhat.com>
1949
1950 * README, NEWS: Update for 5.1.
1951
1952 2001-10-30 Andrew Cagney <ac131313@redhat.com>
1953
1954 * configure.in (WERROR_CFLAGS): Use AC_TRY_COMPILE to test the
1955 -W... flags.
1956 * configure: Re-generate.
1957
1958 2001-10-30 Fred Fish <fnf@redhat.com>
1959
1960 * somsolib.c (som_solib_add): A megabyte is 1024*1024 bytes.
1961 * pa64solib.c (add_to_solist): Ditto.
1962 * win32-nat.c (_initialize_inftarg): Remove unnecessary
1963 initialization of auto_solib_add, it defaults to 1.
1964
1965 2001-10-27 Fred Fish <fnf@redhat.com>
1966
1967 * symfile.c (auto_solib_add): Update comment to note that
1968 this variable is now just used as a boolean to control shlib
1969 autoloading, and clarify when it is used.
1970 * symfile.h (auto_solib_add): Ditto.
1971
1972 * symfile.c (auto_solib_limit): New variable that holds the
1973 autoloading threshold instead of overloading auto_solib_add.
1974 * symfile.h (auto_solib_limit): Ditto.
1975
1976 * irix5-nat.c (_initialize_solib): Change auto-solib-add
1977 variable from var_zinteger to var_boolean and update help.
1978 * osfsolib.c (_initialize_solib): Ditto.
1979 * pa64solib.c (_initialize_pa64_solib): Ditto.
1980 * solib.c (_initialize_solib): Ditto.
1981 * somsolib.c (_initialize_som_solib): Ditto.
1982 * xcoffsolib.c (_initialize_solib): Ditto.
1983
1984 * pa64solib.c (pa64_solib_total_st_size): Update comment to
1985 note that the new auto_solib_limit variable is used instead
1986 of overloading auto_solib_add variable.
1987 (_initialize_pa64_solib): Ditto.
1988 * somsolib.c (som_solib_total_st_size): Ditto.
1989 (_initialize_som_solib): Ditto.
1990
1991 * pa64solib.c (_initialize_pa64_solib): Add new set/show
1992 commands for auto-solib-limit variable.
1993 * somsolib.c (_initialize_som_solib): Ditto
1994
1995 * pa64solib.c (add_to_solist): Check that auto_solib_add is
1996 set and use auto_solib_limit as the threshold size instead
1997 of auto_solib_add.
1998 * somsolib.c (som_solib_add): Ditto, and also change warning
1999 text about size threshold exceeded.
2000
2001 2001-10-21 Mark Kettenis <kettenis@gnu.org>
2002
2003 * config/i386/tm-i386v.h: Don't include "regcache.h".
2004 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, FRAME_CHAIN,
2005 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_NUM_ARGS):
2006 Remove macros. The versions from "tm-i386.h" should work fine
2007 (and in most cases even better).
2008
2009 2001-10-30 Mark Kettenis <kettenis@gnu.org>
2010
2011 * i386-tdep.c (i386_extract_return_value): Use
2012 convert_typed_floating to extract floating-point value from
2013 register buffer.
2014 (i386_store_return_value): Use convert_typed_floating to store
2015 floating-point return balue in register buffer
2016 (i386_register_virtual_type): Change type of floating-point
2017 registers to builtin_type_i387_ext.
2018 (i386_register_convert_to_virtual): Use convert_typed_floating to
2019 do the conversion.
2020 (i386_register_convert_to_raw): Likewise.
2021
2022 2001-10-29 Mark Kettenis <kettenis@gnu.org>
2023
2024 * doublest.h (convert_typed_floating): New prototype.
2025 * doublest.c (convert_typed_floating): New function.
2026
2027 2001-10-28 Mark Kettenis <kettenis@gnu.org>
2028
2029 * doublest.c: Improve comments a bit.
2030 (floatformat_from_length): New function.
2031 (NAN): Define to 0.0 if not already defined.
2032 (extract_floating): Rewrite to use floatformat_from_length. Warn
2033 instead of error if LEN doesn't match a known floating-point type,
2034 and return NaN (or 0.0 if NaN isn't available) in that case.
2035 (store_floating): Likewise, but zero out the target byte-stream if
2036 LEN doesn't match a known floating-point type.
2037 (extract_typed_floating): Reformat a bit.
2038 (store_typed_floating): Reformat a bit. Add comment about zeroing
2039 out padding in the target buffer.
2040 * doublest.h (extract_floating, store_floating): Fix comment about
2041 deprecation of these functions. Add parameter names to prototypes.
2042
2043 2001-10-28 Mark Kettenis <kettenis@gnu.org>
2044
2045 * i387-tdep.c (print_i387_value): Use extract_typed_floating to
2046 convert RAW to a DOUBLEST instead of extract_floating.
2047
2048 * gdbtypes.c (_initialize_gdbtypes): Set floating-point type for
2049 builtin_type_i387_ext to floatformat_i387_ext.
2050
2051 2001-10-24 Daniel Jacobowitz <drow@mvista.com>
2052
2053 * arm-linux-nat.c (fill_gregset): Do not check register_valid[].
2054 (fill_fpregset): Likewise.
2055
2056 2001-10-26 Orjan Friberg <orjanf@axis.com>
2057
2058 * cris-tdep.c (constraint): Loop through the whole cris_spec_regs
2059 struct, not just the NUM_SPECREGS first entries.
2060 (bdap_prefix): Read PC before autoincrement.
2061
2062 2001-10-24 Corinna Vinschen <vinschen@redhat.com>
2063
2064 * win32-nat.c (DebugSetProcessKillOnExit): New static function
2065 pointer to Windows' DebugSetProcessKillOnExit() function.
2066 (DebugActiveProcessStop): Ditto for DebugActiveProcessStop().
2067 (has_detach_ability): New function.
2068 (child_attach): If system has detach ability, enable it.
2069 (child_detach): If system has detach ability, actually
2070 detach from process.
2071 Change tty output to Linux format.
2072
2073 2001-10-23 Jim Blandy <jimb@redhat.com>
2074
2075 Isolate STABS readers' use of the `textlow' and `texthigh' fields
2076 of `struct partial_symtab' to only a few locations. This change
2077 is not supposed to affect the way the values are computed, only
2078 where they live.
2079
2080 * dbxread.c (struct symloc): Add `textlow' and `texthigh' fields
2081 to the reader-specific structure.
2082 * mdebugread.c (struct symloc): Same.
2083 * dbxread.c (TEXTLOW, TEXTHIGH): New accessor macros.
2084 * mdebugread.c (TEXTLOW, TEXTHIGH): Same.
2085 * dbxread.c (dbx_symfile_read): After we've built all our partial
2086 symbol tables, set each partial symtab's `textlow' and `texthigh'
2087 fields from our reader-specific structure.
2088 * mdebugread.c (mdebug_build_psymtabs): Same.
2089 * dbxread.c (start_psymtab): Initialize the reader-specific
2090 structure's `textlow' and `texthigh' from the new psymtab's.
2091 * mdebugread.c (parse_partial_symbols, new_psymtab): Same.
2092 * dbxread.c (read_dbx_symtab, end_psymtab, read_ofile_symtab): Use
2093 the reader-specific `textlow' and `texthigh', not the generic
2094 psymtab fields.
2095 * mdebugread.c (parse_lines, parse_partial_symbols,
2096 psymtab_to_symtab_1): Same.
2097 * partial-stab.h: Same.
2098
2099 Tue Oct 23 18:59:42 2001 Andrew Cagney <cagney@redhat.com>
2100
2101 * hp-psymtab-read.c, hppah-nat.c, hppa-tdep.c: Fix -Wformat
2102 problems.
2103
2104 Tue Oct 23 14:16:10 2001 Andrew Cagney <cagney@redhat.com>
2105
2106 * somsolib.c (som_solib_add): Use core_addr_to_host_pointer.
2107 (som_solib_desire_dynamic_linker_symbols): Compare integers with
2108 zero not NULL.
2109 * hp-psymtab-read.c (hpread_call_pxdb): Make parameter constant.
2110
2111 2001-10-21 Andrew Cagney <ac131313@redhat.com>
2112
2113 * top.c (print_gdb_version): Do not print ``(MI_OUT)''. MI
2114 interface is always enabled.
2115
2116 2001-10-21 Andrew Cagney <ac131313@redhat.com>
2117
2118 * Makefile.in: Replace top.h with $(top_h). Replace expression.h
2119 with $(expression_h). Replace command.h with $(command_h).
2120 (language_h): Define. Replace language.h with $(language_h).
2121 Replace call-cmds.h with $(call_cmds_h). Replace varobj.h with
2122 $(varobj_h).
2123 (wrapper_h, valprint_h, objfiles_h, complaints_h): Ditto.
2124 (serial_h, hpread_h, buildsym_h, stabsread_h): Ditto.
2125 (xcoffsolib_h, gdb_stabs_h, linespec_h): Ditto.
2126 (bcache_h, gdb_events_h, monitor_h): Ditto.
2127 (ser_unix_h, source_h): Ditto.
2128 (varobj_h): Update list.
2129
2130 * call-cmds.h: Add CALL_CMDS_H macro wrapper.
2131 * solist.h: Add SOLIST_H macro wrapper.
2132 * monitor.h: Add MONITOR_H macro wrapper.
2133 * typeprint.h: Add TYPEPRINT_H macro wrapper.
2134 * xcoffsolib.h: Add XCOFFSOLIB_H macro wrapper.
2135 * valprint.h: Add VALPRINT_H macro wrapper.
2136 * top.h: Add TOP_H macro wrapper.
2137
2138 2001-10-21 Andrew Cagney <ac131313@redhat.com>
2139
2140 * config/a29k/tm-vx29k.h, i386-tdep.c: Include "value.h".
2141 * arm-tdep.c, exec.c, ia64-tdep.c, infrun.c: Ditto.
2142 * ppc-linux-tdep.c, remote-es.c, remote.c: Ditto.
2143 * rs6000-tdep.c, s390-tdep.c, x86-64-tdep.c: Ditto.
2144 * Makefile.in (arm-tdep.o, exec.o, i386-tdep.o, ia64-tdep.o)
2145 (infrun.o, ppc-linux-tdep.o, remote.o, rs6000-tdep.o)
2146 (x86-64-tdep.o): Update dependencies.
2147 * gdbarch.sh [!GDB_MULTI_ARCH]: Include "value.h".
2148 * gdbarch.h, gdbarch.c: Re-generate.
2149
2150 2001-10-21 Mark Kettenis <kettenis@gnu.org>
2151
2152 * infptrace.c (child_xfer_memory): Fix a few coding standards
2153 violations.
2154
2155 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2156
2157 * config/djgpp/README: Fix a typo and tweak for GDB 5.1.
2158
2159 2001-10-20 Andrew Cagney <ac131313@redhat.com>
2160
2161 * jv-lang.h: Add #ifndef JV_LANG_H wrapper.
2162 (struct value): Add opaque declaration. Replace value_ptr with
2163 ``struct value *''.
2164 * jv-valprint.c, jv-lang.c: Replace value_ptr with equivalent
2165 struct.
2166
2167 * wrapper.h (struct value): Add opaque declaration. Replace
2168 value_ptr with ``struct value *''.
2169 * wrapper.c: Replace value_ptr with ``struct value *''.
2170 * breakpoint.h, breakpoint.c: Ditto.
2171 * cp-abi.h, hpacc-abi.c, gnu-v2-abi.c, cp-abi.c: Ditto.
2172
2173 2001-10-20 Andrew Cagney <ac131313@redhat.com>
2174
2175 * alpha-nat.c: Include <alpha/coreregs.h> instead of
2176 <machine/reg.h>.
2177 (fetch_osf_core_registers): Define core_reg_mapping in a way that
2178 works on OSF5 as well as previous OSF versions.
2179
2180 2001-10-20 Christopher Faylor <cgf@redhat.com>
2181
2182 * win32-nat.c (handle_load_dll): Avoid strlwr'ing loaded DLLs or cygwin
2183 may not be able to read them in certain situations.
2184
2185 2001-10-18 Andrew Cagney <ac131313@redhat.com>
2186
2187 * config/powerpc/nbsd.mt (SIM_OBS, SIM): Define.
2188 * config/powerpc/linux.mt (SIM, SIM_OBS): Ditto
2189
2190 2001-10-18 Andrew Cagney <ac131313@redhat.com>
2191
2192 * README: Mention problems with HP/UX.
2193
2194 2001-10-16 Andrew Cagney <ac131313@redhat.com>
2195
2196 Based on code by John Moore <jmore@redhat.com>:
2197
2198 * utils.c (core_addr_to_string): New function for conversion of
2199 CORE_ADDR to string.
2200 (string_to_core_addr): New function to convert from string to
2201 CORE_ADDR.
2202 * defs.h: Added extern statements for the above.
2203
2204 2001-10-17 Jason Molenda (jason-cl@molenda.com)
2205
2206 * symtab.c (lookup_block_symbol): Break out of linear search
2207 if we're past the range of possible matches.
2208
2209 2001-10-16 Christopher Faylor <cgf@redhat.com>
2210
2211 * win32-nat.c (safe_symbol_file_add_stub): Improve logic for avoiding
2212 load of already loaded DLL.
2213 (register_loaded_dll): Convert loaded DLL name to "posix" format or it
2214 will confuse subsequent opening of the filename due to dos paths.
2215 (dll_symbol_command): Pass from_tty parameter to safe_symbol_file_add.
2216
2217 2001-10-15 Elena Zannoni <ezannoni@redhat.com>
2218
2219 * symtab.c (lookup_block_symbol): Update comment.
2220
2221 2001-10-15 Andrew Cagney <ac131313@redhat.com>
2222
2223 * value.h (value_as_address): Rename value_as_pointer.
2224 * eval.c, findvar.c, gnu-v2-abi.c, gnu-v3-abi.c, jv-lang.c,
2225 jv-valprint.c, printcmd.c, stack.c, top.c, valarith.c, valops.c,
2226 values.c: Update.
2227
2228 202001-10-15 Jim Ingham <jingham@inghji.apple.com>
2229
2230 * valarith.c (value_sub): Don't pass a raw type to
2231 value_from_pointer, it has to go through check_typedef first.
2232
2233 2001-10-15 Andrew Cagney <ac131313@redhat.com>
2234
2235 * gdbarch.sh (fallbackdefault): Set to one when predefault is
2236 empty.
2237 * gdbarch.h: Regenerate.
2238
2239 2001-10-15 Andrew Cagney <ac131313@redhat.com>
2240
2241 * mips-tdep.c (mips_integer_to_address): New function.
2242 (mips_gdbarch_init): Initialize pointer_to_address,
2243 address_to_pointer and integer_to_address.
2244
2245 * config/mips/tm-mips.h (POINTER_TO_ADDRESS): Delete
2246 (ADDRESS_TO_POINTER): Delete.
2247
2248 * d10v-tdep.c (d10v_integer_to_address): New function.
2249 (d10v_gdbarch_init): Initialize integer_to_address.
2250
2251 * values.c (value_as_pointer): Use INTEGER_TO_ADDRESS when
2252 available.
2253
2254 * gdbarch.sh (INTEGER_TO_ADDRESS): New predicate and function.
2255 * gdbarch.h, gdbarch.c: Regenerate.
2256
2257 2001-10-14 Mark Kettenis <kettenis@gnu.org>
2258
2259 * config/s390/nm-linux.h: Don't include <signal.h>.
2260 (lin_lwp_attach_lwp, ATTACH_LWP, lin_thread_get_thread_signals,
2261 GET_THREAD_SIGNAL): Remove.
2262
2263 * config/nm-linux.h (struct objfile): Remove forward declaration.
2264 (linuxthreads_new_objfile): Remove prototype.
2265 (linuxthreads_pid_to_str): Remove prototype.
2266 (PREPARE_TO_PROCEED): Redefine in terms of
2267 lin_lwp_prepare_to_proceed.
2268 (struct target_waitstatus): Forward declaration.
2269 (child_wait): New prototype.
2270 (CHILD_WAIT): Define.
2271 (lin_lwp_attach_lwp, ATTACH_LWP, lin_thread_get_thread_signals,
2272 GET_THREAD_SIGNAL): Moved here from arch-specific files.
2273 * config/alpha/nm-linux.h, config/arm/nm-linux.h,
2274 config/ia64/nm-linux.h, config/mips/nm-linux.h,
2275 config/powerpc/nm-linux.h: Don't include <signal.h>.
2276 (lin_lwp_attach_lwp, ATTACH_LWP, lin_thread_get_thread_signals,
2277 GET_THREAD_SIGNAL): Remove.
2278 * config/i386/nm-linux.h: Likewise.
2279 (struct target_waitstatus, child_wait, CHILD_WAIT): Remove.
2280 * config/m68k/linux.mh, config/sparc/linux.mh (NATDEPFILES):
2281 Remove linux-thread.o. Add proc-service.o, thread-db.o and
2282 lin-lwp.o.
2283 (LOADLIBES): New variable.
2284
2285 * sparc-nat.c (fetch_core_registers): Remove redundant prototype.
2286
2287 * proc-service.c (BUILD_LWP): Redefine in terms of ptid_build.
2288
2289 Fix attaching to cloned processes. This fixes PR gdb/61.
2290 * lin-lwp.c (struct lwp_info): Add new member `cloned'.
2291 (is_cloned) Removed.
2292 (lin_lwp_attach_lwp): Don't call stop_wait_callback. Instead call
2293 waitpid explicitly. Mark the LWP as cloned if waitpid fails and
2294 retry with __WCLONE flag.
2295 (lin_lwp_attach): Likewise. Warn if attaching to a cloned process.
2296 (detach_callback): Replace use of is_cloned with explicit check on
2297 LWP id and process id.
2298 (stop_wait_callback): Replace use of is_cloned with check if LWP
2299 is marked as cloned.
2300 [CHILD_WAIT] (child_wait): New function.
2301 (lin_lwp_wait): Replace use of is_cloned with check if LWP is
2302 marked as cloned. Mark newly detected LWPs as cloned if detected
2303 by waitpid with __WCLONE flag.
2304 (kill_wait_callback): Replace use of is_cloned with check if LWP
2305 is marked as cloned.
2306 * config/i386/nm-linux.h (struct target_waitstatus): Add forward
2307 declaration.
2308 (child_wait): Add prototype.
2309 (CHILD_WAIT): Define.
2310
2311 2001-10-13 Andrew Cagney <ac131313@redhat.com>
2312
2313 S/390 31 & 64 bit target and GNU/Linux native support.
2314 Contributed by D.J. Barrow <djbarrow@de.ibm.com> of IBM.
2315 * s390-nat.c, s390-tdep.c: New file.
2316 * config/s390/nm-linux.h, config/s390/s390.mh: New file.
2317 * config/s390/s390.mt, config/s390/s390x.mt: New file.
2318 * config/s390/tm-linux.h, config/s390/tm-s390.h: New file.
2319 * config/s390/xm-linux.h: New file.
2320 * NEWS: Update.
2321 * MAINTAINERS: Update.
2322
2323 2001-10-13 Andrew Cagney <ac131313@redhat.com>
2324
2325 From 2001-07-09 D.J. Barrow <djbarrow@de.ibm.com>:
2326 * gdbarch.sh: Fixed CALL_DUMMY_BREAKPOINT_OFFSET to check
2327 CALL_DUMMY_BREAKPOINT_OFFSET_P.
2328 * gdbarch.c: Regenerate.
2329
2330 2001-10-13 Mark Kettenis <kettenis@gnu.org>
2331
2332 * thread-db.c: Fix a few formatting mistakes.
2333
2334 2001-10-12 Christopher Faylor <cgf@redhat.com>
2335
2336 * win32-nat.c (safe_symbol_file_add_stub): Properly initialize linked
2337 list pointer to beginning rather than one beyond beginning.
2338
2339 2001-10-12 Daniel Jacobowitz <drow@mvista.com>
2340
2341 * symtab.h (struct block): (ALL_BLOCK_SYMBOLS): New macro.
2342
2343 * symtab.c (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
2344 (make_symbol_completion_list): Likewise.
2345 (make_symbol_overload_list): Likewise.
2346 * buildsym.c (finish_block): Likewise.
2347 * breakpoint.c (get_catch_sals): Likewise.
2348 * mdebugread.c (mylookup_symbol): Likewise.
2349 * objfiles.c (objfile_relocate): Likewise.
2350 * printcmd.c (print_frame_args): Likewise.
2351 * stack.c (print_block_frame_locals): Likewise.
2352 (print_block_frame_labels): Likewise.
2353 (print_frame_arg_vars): Likewise.
2354 * symmisc.c (dump_symtab): Likewise.
2355 * tracepoint.c (add_local_symbols): Likewise.
2356 (scope_info): Likewise.
2357
2358 2001-10-12 Daniel Jacobowitz <drow@mvista.com>
2359
2360 * minsyms.c (msymbol_hash): Use better hash function.
2361 (msymbol_hash_iw): Likewise. Terminate loop at '(' properly.
2362
2363 * objfiles.h: Increase MINIMAL_SYMBOL_HASH_SIZE to match modern
2364 binaries.
2365
2366 2001-10-12 Daniel Jacobowitz <drow@mvista.com>
2367
2368 * printcmd.c (print_frame_args): Move symbol iteration explicitly
2369 inside the func != NULL block.
2370
2371 2001-10-12 Fernando Nasser <fnasser@redhat.com>
2372
2373 * MAINTAINERS (Misc): Add Ian Roxborough as tcl/, tk/ and itcl/
2374 maintainer.
2375
2376 2001-10-12 Pierre Muller <muller@ics.u-strasbg.fr>
2377
2378 * config/i386/tm-cygwin.h: Include tm-i386.h instead of tm-i386v.h.
2379 This fixes errors in "long long" handling for 'finish' and 'return'
2380 commands.
2381
2382 2001-10-12 Christopher Faylor <cgf@redhat.com>
2383
2384 * win32-nat.c (safe_symbol_file_add_stub): Avoid adding a shared
2385 library if it has already been loaded.
2386 (safe_symbol_file_add_cleanup): Don't mess with stderr or we won't see
2387 any error messages.
2388 (safe_symbol_file_add): Ditto.
2389 (solib_symbols_add): Make static. Accept 'from_tty' parameter. Pass
2390 it to safe_symbol_file_add.
2391 (core_dll_symbols_add): Accomodate extra solib_symbols_add parameter.
2392 (child_solib_add): Ditto.
2393
2394 * win32-nat.c (handle_exception): Don't print "first chance"
2395 exceptions.
2396 (get_child_debug_event): Continue from exceptions if !handle_exception.
2397
2398 2001-10-11 Tom Tromey <tromey@redhat.com>
2399
2400 * symtab.c (lookup_symtab): Removed.
2401 (lookup_symtab_1): Renamed to lookup_symtab.
2402
2403 2001-10-10 Christopher Faylor <cgf@redhat.com>
2404
2405 * win32-nat.c (get_child_debug_event): Close file handles created after
2406 process creation and DLL load.
2407 (child_create_inferior): Close unneeded process/thread handle after
2408 thread creation.
2409
2410 2001-10-10 Jim Blandy <jimb@redhat.com>
2411
2412 * mn10300-tdep.c (mn10300_analyze_prologue): Doc fixes.
2413
2414 2001-10-10 Keith Seitz <keiths@redhat.com>
2415
2416 * varobj.c (cplus_value_of_child): Deal with a failure
2417 to dereference a pointer object.
2418
2419 2001-10-08 J. Brobecker <brobecker@gnat.com>
2420
2421 * hpux-thread.c: rewrite find_active_thread() and find_tcb()
2422 to use ptid_t, instead of overloading the thread and the pid
2423 into the same 32-bit value. Make associated necessary adaptations.
2424 Also remove unused variable cached_active_thread.
2425
2426 2001-10-08 Nicholas Duffek <nsd@redhat.com>
2427
2428 * MAINTAINERS (powerpc, SCO/Unixware, Solaris/x86): Remove my
2429 entries.
2430
2431 2001-10-06 Mark Kettenis <kettenis@beast.freebsd.org>
2432
2433 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Define.
2434
2435 2001-10-04 Tom Tromey <tromey@redhat.com>
2436
2437 * main.c (enable_external_editor): Don't declare.
2438 (captured_main): Don't set enable_external_editor.
2439
2440 2001-10-02 Kevin Buettner <kevinb@redhat.com>
2441
2442 * Makefile.in (ALLDEPFILES): Add solib-svr4.c and solib-sunos.c
2443 to this list.
2444 (solib-sunos.o): Add dependencies.
2445 (solib-svr4.o): Revise dependencies.
2446 * solib-svr4.c: Remove SunOS shared library support.
2447 * solib-sunos.c: New file, created from solib-svr4.c, which still
2448 contains SunOS shared library support, but no SVR4 support.
2449
2450 * config/i386/nbsd.mh (NATDEPFILES): Remove solib-svr4.o and
2451 solib-legacy.o from this list. Add solib-sunos.o.
2452 * config/i386/sun386.mt (TDEPFILES): Likewise.
2453 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
2454 * config/m68k/sun2os4.mt (TDEPFILES): Likewise.
2455 * config/m68k/sun3os4.mt (TDEPFILES): Likewise.
2456 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
2457 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
2458 * config/sparc/sun4os4.mt (TDEPFILES): Likewise.
2459
2460 2001-10-01 Elena Zannoni <ezannoni@redhat.com>
2461
2462 * Makefile.in (mipsread.o): Remove old dependency on partial-stab.h.
2463
2464 2001-10-01 Elena Zannoni <ezannoni@redhat.com>
2465
2466 * xcoffread.c (N_UNDF, N_ABS, N_TEXT, N_DATA, N_BSS, N_COMM, N_FN,
2467 N_EXT, N_INDR, N_SETA, N_SETT, N_SETD, N_SETB, N_SETV,
2468 CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE, START_PSYMTAB, END_PSYMTAB,
2469 SET_NAMESTRING): Delete definitions.
2470 Don't include language.h any more.
2471 Don't include partial-stab.h any more.
2472 (scan_xcoff_symtab): Don't jump through hoops to reuse code in
2473 partial-stab.h, include the code directly, instead.
2474
2475 * Makefile.in (xcoffread.o): Remove dependency on partial-stab.h.
2476
2477 2001-10-01 Andrew Cagney <ac131313@redhat.com>
2478
2479 * infcmd.c (do_registers_info): Delete code dumping large
2480 registers. Handled by val_print.
2481
2482 2001-09-30 Andrew Cagney <ac131313@redhat.com>
2483
2484 * gdbarch.sh (gdbarch_alloc): Name the new architecture
2485 ``current_gdbarch'' so that it, and not the identically named
2486 global is refered to by macros.
2487 * gdbarch.c: Regenerate.
2488
2489 2001-09-29 Andrew Cagney <ac131313@redhat.com>
2490
2491 * cli/cli-decode.c (add_set_boolean_cmd): Define.
2492 * cli/cli-decode.h (add_set_boolean_cmd): Declare.
2493 * command.h (add_set_boolean_cmd): Ditto.
2494 * remote.c (_initialize_remote): Use add_set_boolean_cmd for "set
2495 remotebreak"
2496
2497 2001-09-29 Andrew Cagney <ac131313@redhat.com>
2498
2499 * gdbarch.sh (gdbarch_dump): Sort output.
2500 * gdbarch.c: Regenerate.
2501
2502 2001-09-29 Andrew Cagney <ac131313@redhat.com>
2503
2504 * rs6000-tdep.c (rs6000_gdbarch_init): Don't use the previous
2505 architecture to infer the wordsize. Previous architecture may not
2506 be a PowerPC.
2507
2508 2001-09-27 J. Brobecker <brobecker@gnat.com>
2509
2510 * infttrace.c (kill_inferior): Issue a TT_PROC_EXIT request rather
2511 than a TT_PROC_STOP request to kill the inferior and its child
2512 processes. Otherwise, the inferior is not killed on HPUX 11.0.
2513 Removed the code that detaches the child processes since we just
2514 killed them.
2515
2516 2001-09-26 Andrew Cagney <ac131313@redhat.com>
2517
2518 * serial.c (serial_set_cmdlist, serial_show_cmdlist): New
2519 variables.
2520 (serial_set_cmd, serial_show_cmd): New functions.
2521 (_initialize_serial): Add "set/show serial" command.
2522
2523 2001-09-26 Andrew Cagney <ac131313@redhat.com>
2524
2525 * CONTRIBUTE: Update.
2526
2527 2001-09-26 Kevin Buettner <kevinb@redhat.com>
2528
2529 * solib-svr4.h (set_solib_svr4_fetch_link_map_offsets): Add
2530 argument ``gdbarch''.
2531 * solib-svr4.c (SVR4_FETCH_LINK_MAP_OFFSETS): Change default value.
2532 (default_svr4_fetch_link_map_offsets): Rename to
2533 legacy_fetch_link_map_offsets().
2534 (svr4_fetch_link_map_offsets): New function.
2535 (fetch_link_map_offsets, fetch_link_map_offsets_init): Deleted.
2536 (fetch_link_map_offsets_gdbarch_data): New static global.
2537 (set_solib_svr4_fetch_link_map_offsets): Add argument ``gdbarch''.
2538 Revise to invoke set_gdbarch_data().
2539 (init_fetch_link_map_offsets): Change return type and add an
2540 argument so that it may be used as a gdbarch_data initializer.
2541 (_initialize_svr4_solib): Eliminate use of gdbarch swap mechanism.
2542 Use gdbarch data mechanism instead.
2543
2544 2001-09-25 Jiri Smid <smid@suse.cz>
2545
2546 * x86-64-linux-tdep.c (LINUX_SIGINFO_SIZE): Add.
2547 (x86_64_linux_sigcontext_addr): Replace `sizeof (struct siginfo)'
2548 by LINUX_SIGINFO_SIZE.
2549
2550 2001-09-24 Andrew Cagney <ac131313@redhat.com>
2551
2552 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): New
2553 variables.
2554 (maintenance_set_profile_cmd): New function.
2555 (maintenance_show_cmd, maintenance_set_cmd): New functions.
2556 (_initialize_maint_cmds): Add "maintenance set" and "maintenance
2557 show" and, commented out, "maintenance set/show profile" commands.
2558
2559 2001-09-24 Andrew Cagney <ac131313@redhat.com>
2560
2561 * findvar.c (read_var_value): For LOC_INDIRECT and LOC_REF_ARG
2562 convert the pointer into a CORE_ADDRs.
2563
2564 2001-09-24 Andrew Cagney <ac131313@redhat.com>
2565
2566 * doublest.h (store_floating, extract_floating): Add comment
2567 indicating these functions are deprecated.
2568 (extract_typed_floating, store_typed_floating): Declare.
2569 * doublest.c: Include "gdbtypes.h".
2570 (extract_typed_floating, store_typed_floating): Define.
2571
2572 * stabsread.c (define_symbol): Use store_typed_floating.
2573 * valarith.c (value_binop): Ditto.
2574 * values.c (unpack_long): Use extract_typed_floating.
2575 (unpack_double): Ditto.
2576
2577 2001-09-24 Orjan Friberg <orjanf@axis.com>
2578
2579 * cris-tdep.c (reg_mode_add_sub_cmp_and_or_move_op): Fetch operand1
2580 from correct register.
2581
2582 2001-09-22 Mark Kettenis <kettenis@gnu.org>
2583
2584 * x86-64-linux-tdep.c (STRUCT_OFFSET): Removed.
2585
2586 2001-09-21 Jiri Smid <smid@suse.cz>
2587
2588 * config/i386/x86-64linux.mh: New file.
2589 * config/i386/x86-64linux.mt: New file.
2590 * config/i386/nm-x86_64.h: New file.
2591 * x86-64-linux-tdep.c: New file.
2592 * x86-64-linux-nat.c: New file.
2593 * x86-64-tdep.c: New file.
2594 * x86-64-tdep.h: New file.
2595 * i386-tdep.h: New file.
2596 * i387-nat.c: Include i386-tdep.h when multiarch.
2597 * i387-tdep.c: Ditto.
2598 * config/djgpp/fnchange.lst: Add entries for x86_64-linux-tdep.c
2599 and x86_64-linux-nat.c
2600 * Makefile.in: Add x86_64-linux-tdep.o, x86_64-tdep.o,
2601 x86_64-linux-tdep.o, x86_64-nat.o, update dependencies.
2602
2603 2001-09-21 Jiri Smid <smid@suse.cz>
2604
2605 * MAINTAINERS: Add myself to the write-after-approval list.
2606 * i386-nat.c (TARGET_HAS_DR_LEN_8, DR_LEN_8): Declare.
2607 (i386_length_and_rw_bits, i386_handle_nonaligned_watchpoint,
2608 i386_insert_watchpoint, i386_remove_watchpoint): Add support for
2609 8-byte wide watchpoints.
2610 (i386_show_dr): Debug message format string change.
2611
2612 2001-09-21 Michael Snyder <msnyder@redhat.com>
2613
2614 * c-exp.y (typebase): Accept (signed long long) as a type expr.
2615
2616 2001-09-20 Michael Snyder <msnyder@redhat.com>
2617 Changes by Daniel Berlin <dan@cgsoftware.com>, to support
2618 better parsing of const and volatile type expressions.
2619 * c-exp.y (const_and_volatile, const_or_volatile_noopt,
2620 const_or_volatile): New non-terminals.
2621 (ptype): Use new rule for const_or_volatile.
2622 (typebase): Use new rule for const_or_volatile_noopt.
2623 * parser-defs.h (enum type_pieces): New values tp_const, tp_volatile.
2624 * parse.c (follow_types): Handle tp_const and tp_volatile on the
2625 type stack: call make_cv_type to create new const/volatile type.
2626
2627 2001-09-20 Kevin Buettner <kevinb@redhat.com>
2628
2629 * solib-svr4.c (fetch_link_map_offsets): Add comment.
2630 (fetch_link_map_offsets_init): New static global.
2631 (set_solib_svr4_fetch_link_map_offsets, init_fetch_link_map_offsets):
2632 Revise implementation to use ``fetch_link_map_offsets_init''
2633 instead of ``fetch_link_map_offsets''.
2634
2635 2001-09-20 Alan Modra <amodra@bigpond.net.au>
2636
2637 * coffread.c: Replace all occurrences of bfd_read with bfd_bread.
2638 * dbxread.c: Likewise.
2639 * dwarf2read.c: Likewise.
2640 * dwarfread.c: Likewise.
2641 * somread.c: Likewise.
2642 * ultra3-nat.c: Likewise.
2643 * xcoffread.c: Likewise.
2644
2645 2001-09-19 Andrew Cagney <ac131313@redhat.com>
2646
2647 * cris-tdep.c (cris_get_signed_offset): Change return type to an
2648 explicitly signed char.
2649
2650 * config/mcore/tm-mcore.h (mcore_virtual_frame_pointer): Update
2651 function signature to match recent tracepoint.c:encode_actions
2652 changes.
2653 * mcore-tdep.c (mcore_virtual_frame_pointer): Ditto.
2654
2655 2001-09-18 Andrew Cagney <ac131313@redhat.com>
2656
2657 * thread.c (do_captured_thread_select): Add uiout parameter.
2658 (do_captured_list_thread_ids): Ditto.
2659 * breakpoint.c (do_captured_breakpoint_query): Ditto.
2660
2661 * breakpoint.c (gdb_breakpoint_query): Update. Use
2662 catch_exceptions.
2663 * thread.c (gdb_list_thread_ids): Ditto.
2664 (gdb_thread_select): Ditto.
2665 (thread_command): Pass uiout to gdb_thread_select.
2666
2667 * gdb.h (gdb_breakpoint_query): Add parameter ui_out.
2668 (gdb_thread_select, gdb_list_thread_ids): Ditto.
2669
2670 2001-09-13 Kevin Buettner <kevinb@redhat.com>
2671
2672 From Ilya Golubev <gin@mo.msk.ru>:
2673 * solib.c (clear_solib): Call `remove_target_sections' to fix
2674 stale pointers in `struct target_ops'.
2675 * irix5-nat.c (clear_solib): Likewise.
2676 * osfsolib.c (clear_solib): Likewise.
2677
2678 2001-09-13 Jim Blandy <jimb@redhat.com>
2679
2680 * monitor.c (monitor_load): Don't delete symtab users, or reset
2681 inferior_ptid.
2682
2683 * monitor.c (monitor_load): Fix indentation.
2684
2685 2001-09-11 Jim Blandy <jimb@redhat.com>
2686
2687 * printcmd.c (print_scalar_formatted): Compare the length of the
2688 value against the lengths of the target's floating-point types,
2689 not the host's. Add support for `long double'.
2690
2691 * printcmd.c (print_scalar_formatted): Fix indentation.
2692
2693 2001-09-10 Jim Blandy <jimb@redhat.com>
2694
2695 * rom68k-rom.c (init_rom68k_cmds): Set the flag indicating that
2696 programs running on the board can produce output.
2697
2698 2001-09-10 Jason Molenda (jmolenda@apple.com)
2699
2700 * NEWS: "ANS/ISO C" -> "ISO C".
2701 * MAINTAINERS (write-after-approval): Update my entry.
2702
2703 2001-09-08 Mark Kettenis <kettenis@gnu.org>
2704
2705 * config/xm-aix4.h (MEM_FNS_DECLARED): Removed.
2706
2707 * config/arm/xm-linux.h, config/ia64/xm-linux.h,
2708 config/m68k/xm-linux.h, config/mips/xm-linux.h,
2709 config/powerpc/xm-linux.h, config/sparc/xm-linux.h: Remove
2710 redundant inclusion of <unistd.h>.
2711
2712 * gdbtypes.h (struct block): Add forward declaration.
2713
2714 2001-09-07 Andrew Cagney <ac131313@redhat.com>
2715
2716 * defs.h (enum return_reason): Renumber so that all values are
2717 negative.
2718 (RETURN_MASK): Negate reason.
2719 (catch_exception_ftype): Declare.
2720 (catch_exceptions): Declare.
2721 * top.c (catcher): New function, based on catch_errors. Add in
2722 parameter func_uiout and out parameters func_val, func_caught and
2723 func_cleanup. Change type of func to catch_exceptions_ftype.
2724 Save/restore uiout.
2725 (struct catch_errors_args): Define.
2726 (do_catch_errors): New function.
2727 (catch_errors): Rewrite, use do_catch_errors and catcher.
2728 (catch_exceptions): New function, use catcher.
2729
2730 2001-09-07 Jim Blandy <jimb@redhat.com>
2731
2732 Correctly parse register values provided by the monitor.
2733 * rom68k-rom.c: #include "value.h".
2734 (is_hex_digit, hex_digit_value, is_whitespace,
2735 rom68k_supply_one_register): New static functions.
2736 (rom68k_supply_register): Call rom68k_supply_one_register, instead
2737 of monitor_supply_register; the latter was incorrectly parsing
2738 the values.
2739 * Makefile.in (rom68k-rom.o): Note that this now #includes value.h.
2740
2741 2001-09-07 Mark Kettenis <kettenis@gnu.org>
2742
2743 * config/rs6000/xm-rs6000.h (setpgrp): Remove macro. GDB defaults
2744 to using setpgid if available now.
2745
2746 2001-09-06 Keith Seitz <keiths@redhat.com>
2747
2748 From Ian Roxborough <irox@redhat.com>
2749 * configure.in: Use ITCL_LIB_FULL_PATH and
2750 ITK_LIB_FULL_PATH to set Itcl and Itk dependancies
2751 for gdb.
2752 * configure: Regenerated.
2753
2754 2001-09-06 Kevin Buettner <kevinb@redhat.com>
2755
2756 * dbxread.c (process_one_symbol): Don't use error result from
2757 find_stab_function_addr().
2758 * partial-stab.h (case 'F'): Likewise.
2759
2760 * partial-stab.h (case 'f'): Make SOFUN_ADDRESS_MAYBE_MISSING
2761 code match that used for case 'F'. This fixes the divergence
2762 that was introduced by my 1999-09-14 changes to partial-stab.h.
2763
2764 2001-09-05 Elena Zannoni <ezannoni@redhat.com>
2765
2766 * gdbarch.sh: Move include of dis-asm.h so it is generated earlier
2767 in gdbarch.h.
2768 (TARGET_PRINT_INSN): Multiarch.
2769 * gdbarch.h: Regenerate.
2770 * gdbarch.c: Regenerate.
2771
2772 * arch-utils.c (legacy_print_insn): New function.
2773 * arch-utils.h (legacy_print_insn): Export.
2774
2775 * cris-tdep.c (cris_delayed_get_disassembler): Use
2776 TARGET_PRINT_INSN, instead of tm_print_insn.
2777 * d10v-tdep.c (print_insn): Ditto.
2778 * d30v-tdep.c (print_insn): Ditto.
2779 * m32r-tdep.c (dump_insn): Ditto.
2780 * v850-tdep.c (v850_scan_prologue): Ditto.
2781 * mcore-tdep.c (mcore_dump_insn): Ditto.
2782 * sh-tdep.c (sh_gdbarch_init): Set print_insn gdbarch field.
2783
2784 2001-09-05 Jim Blandy <jimb@redhat.com>
2785
2786 * gdbtypes.h (struct type): Doc fix.
2787
2788 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
2789
2790 From Daniel Jacobowitz <drow@mvista.com>
2791 * dbxread.c (free_header_files): Make global.
2792 (init_header_files): Likewise.
2793 * stabsread.h (free_header_files): Add prototype.
2794 (init_header_files): Likewise.
2795 * mdebugread.c (mdebug_build_psymtabs): Initialize
2796 properly before using the stabs debug reader.
2797
2798 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
2799
2800 From Daniel Jacobowitz <drow@mvista.com>
2801 * dbxread.c (dbx_symfile_read): Only reinitialize
2802 the psymbol list if mainline or if both static
2803 and global lists are empty.
2804 * dwarf2read.c (dwarf2_build_psymtabs): Likewise.
2805 * dwarfread.c (dwarf_build_psymtabs): Likewise.
2806 * xcoffread.c (xcoff_initial_scan): Likewise.
2807 * os9kread.c (os9k_symfile_read): Likewise.
2808
2809 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
2810
2811 From Daniel Jacobowitz <drow@mvista.com>
2812 * mdebugread.c (psymtab_to_symtab_1): Handle N_SO stabs without
2813 a name specially.
2814
2815 2001-09-01 Mark Kettenis <kettenis@gnu.org>
2816
2817 Make GDB use libiberty regex implementation.
2818 * gdb_regex.h: Normalize protection against multiple inclusion.
2819 Include "xregex.h" instead of "gnu-regex.h".
2820 * cli/cli-cmds.c: Include "gdb_regex.h" instead of "gnu-regex.h".
2821 * cli/cli-decode.c: Likewise.
2822 * Makefile.in (REGEX): Remove.
2823 (GDB_CFLAGS): Remove reference to gnu-regex.h in comment.
2824 (ADD_FILES, ADD_DEPS): Remove $(REGEX).
2825 (POSSLIBS): Remove.
2826 (TAGFILES_NO_SRCDIR): Remove $(POSSLIBS).
2827 (irix5-nat.o, solib.o, solib-svr4.o, source.o, symtab.o,
2828 xcoffsolib.o, cli-decode.o, cli-cmd.o): Replace gnu-regex.h with
2829 gdb_regex.h in list of dependencies.
2830 (gnu-regex.o): Remove rule.
2831 * gnu-regex.c, gnu-regex.h: Remove files.
2832
2833 2001-08-31 Jason Molenda (jmolenda@apple.com)
2834
2835 * c-valprint.c (c_val_print): Second call to check_typedef ()
2836 is no longer necessary.
2837
2838 2001-08-31 Kevin Buettner <kevinb@redhat.com>
2839
2840 * ia64-tdep.c (examine_prologue): Don't let a branch unit nop
2841 terminate the prologue scan.
2842
2843 2001-08-30 Jim Blandy <jimb@redhat.com>
2844
2845 * symfile.c (sections_overlap): New function.
2846 (map_overlay_command): Call sections_overlap, instead of using
2847 incorrect logic to recognize overlapping sections.
2848
2849 * symfile.c (load_command): Invalidate the overlay cache.
2850
2851 2001-08-30 Mark Kettenis <kettenis@gnu.org>
2852
2853 * config/i386/xm-i386.h (HOST_BYTE_ORDER): Removed.
2854
2855 2001-08-29 Kevin Buettner <kevinb@redhat.com>
2856
2857 From 2001-08-07 Daniel Jacobowitz <drow@mvista.com>:
2858 * solib-svr4.c (enable_break): Check the inferior link map
2859 before assuming the inferior PC is at the start of the dynamic
2860 loader.
2861
2862 2001-08-28 Andrew Cagney <cagney@toribio.toronto.redhat.com>
2863
2864 * frame.h (struct frame_info): Fix documentation on fields
2865 saved_regs, next and prev.
2866
2867 2001-08-23 Mark Kettenis <kettenis@gnu.org>
2868
2869 * event-top.c (async_stop_sig) [HAVE_SIGPROCMASK]: Some
2870 gratuitious whitespace changes.
2871 [!HAVE_SIGPROCMASK]: Call sigsetmask if HAVE_SIGSETMASK is defined.
2872 * top.c: Remove redundant logic to define HAVE_SIGSETMASK.
2873 (sigsetmask) Don't define macro.
2874 (stop_sig) [HAVE_SIGPROCMASK]: Add bit of code snatched from
2875 async_stop_sig from event-top.c.
2876 [!HAVE_SIGPROCMASK]: Call sigsetmask if HAVE_SIGSETMASK is
2877 defined.
2878 * configure.in (AC_CHECK_FUNCS): Put functions in alphabetical
2879 order. Add sigsetmask.
2880 (AC_FUNC_VFORK, AC_FUNC_ALLOCA): Reorder such that they're in
2881 alphabetical order.
2882 * config/xm-aix4.h, config/alpha/xm-alphalinux.h,
2883 config/i386/xm-cygwin.h, config/rs6000/xm-rs6000.h
2884 (HAVE_SIGSETMASK): Remove.
2885 * aclocal.m4, config.in, configure: Regenerated.
2886
2887 2001-08-26 Andrew Cagney <ac131313@redhat.com>
2888
2889 From 2001-06-29 Andrew Cagney <ac131313@redhat.com>:
2890 * config/powerpc/nbsd.mh (XM_FILE): Delete.
2891
2892 2001-08-21 Andrew Cagney <ac131313@redhat.com>
2893
2894 * doublest.h (HOST_FLOAT_FORMAT): Delete macro.
2895 (HOST_DOUBLE_FORMAT): Delete macro.
2896
2897 2001-08-24 Mark Kettenis <kettenis@gnu.org>
2898
2899 * config/xm-lynx.h, config/xm-nbsd.h, config/xm-sysv4.h,
2900 config/i386/xm-i386aix.h, config/m68k/xm-dpx2.h: Remove redundant
2901 inclusion of <limits.h>.
2902
2903 2001-08-24 Andrew Cagney <ac131313@redhat.com>
2904
2905 * regcache.c (read_register_bytes): When REGISTER_NAME indicates
2906 that a register should be ignored, supply a value for the register
2907 from the raw registers[] buffer.
2908
2909 2001-08-24 Andrew Cagney <ac131313@redhat.com>
2910
2911 * go32-nat.c (go32_create_inferior): Use xfree instead of free.
2912 * config/djgpp/fnchange.lst: Add entries for i386bsd-tdep.c and
2913 i386bsd-nat.c.
2914
2915 2001-08-21 Andrew Cagney <ac131313@redhat.com>
2916
2917 * gdbtypes.h (builtin_type_ieee_single_big)
2918 (builtin_type_ieee_single_little, builtin_type_ieee_double_big)
2919 (builtin_type_ieee_double_little)
2920 (builtin_type_ieee_double_littlebyte_bigword)
2921 (builtin_type_i387_ext, builtin_type_m68881_ext)
2922 (builtin_type_i960_ext, builtin_type_m88110_ext)
2923 (builtin_type_m88110_harris_ext, builtin_type_arm_ext_big)
2924 (builtin_type_arm_ext_littlebyte_bigword)
2925 (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
2926 (builtin_type_ia64_quad_big)
2927 (builtin_type_ia64_quad_little): Declare.
2928 * gdbtypes.c (builtin_type_ieee_single_big)
2929 (builtin_type_ieee_single_little, builtin_type_ieee_double_big)
2930 (builtin_type_ieee_double_little)
2931 (builtin_type_ieee_double_littlebyte_bigword)
2932 (builtin_type_i387_ext, builtin_type_m68881_ext)
2933 (builtin_type_i960_ext, builtin_type_m88110_ext)
2934 (builtin_type_m88110_harris_ext, builtin_type_arm_ext_big)
2935 (builtin_type_arm_ext_littlebyte_bigword)
2936 (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
2937 (builtin_type_ia64_quad_big)
2938 (builtin_type_ia64_quad_little): Define.
2939 (_initialize_gdbtypes): Initialize builtin floatformat types.
2940
2941 2001-08-23 Mark Kettenis <kettenis@gnu.org>
2942
2943 * tracepoint.c (read_actions): Add FIXME for code depending on
2944 STOP_SIGNAL.
2945
2946 2001-08-23 Martin M. Hunt <hunt@redhat.com>
2947
2948 * remote-mips.c (pmon_load_fast): Add ui_load_progress_hook
2949 to download loop.
2950 (mips_load_srec): Ditto.
2951
2952 2001-08-22 Andrew Cagney <ac131313@redhat.com>
2953
2954 * gdbtypes.c (build_gdbtypes): Initialize TYPE_FLOATFORMAT field
2955 of builtin_type_float, builtin_type_double and
2956 builtin_type_long_double.
2957 (recursive_dump_type): Print the floatformat name.
2958 * gdbtypes.h (struct type): Add type_specific field floatformat.
2959 (TYPE_FLOATFORMAT): Define
2960
2961 2001-08-21 Keith Seitz <keiths@redhat.com>
2962
2963 * printcmd.c (print_insn): Use the given stream for
2964 output.
2965
2966 2001-07-24 Andrew Cagney <ac131313@redhat.com>
2967
2968 * arm-tdep.c (convert_from_extended, convert_to_extended): Delete
2969 assembler version of function.
2970 (convert_from_extended, convert_to_extended): Rewrite. Use
2971 floatformat_to_doublest, floatformat_from_doublest,
2972 floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword.
2973 (arm_push_arguments): Use extract_floating and store_floating to
2974 perform floating point conversions.
2975 (SWAP_TARGET_AND_HOST): Delete macro.
2976 * arm-linux-tdep.c (arm_linux_push_arguments): Use
2977 extract_floating and store_floating to perform floating point
2978 conversions.
2979
2980 2001-08-20 Andrew Cagney <ac131313@redhat.com>
2981
2982 * gdbtypes.h (struct type): Clarify meaning of field ``length''.
2983
2984 2001-08-17 Keith Seitz <keiths@redhat.com>
2985
2986 * varobj.c (varobj_update): Change first parameter to
2987 pointer to struct varobj*. This function can delete
2988 varobjs, so we need to give callers the new varobj
2989 when this happens.
2990 (value_of_root): Update "var", too, if "var_handle"
2991 changes.
2992 * varobj.h (varobj_update): Likewise.
2993
2994 2001-08-17 Keith Seitz <keiths@redhat.com>
2995
2996 * Makefile.in (varobj_h): Define.
2997 (mi-cmd-var.o): Depends on varobj_h.
2998 (gdbtk-varobj.o): Change varobj.h to $(varobj_h).
2999
3000 2001-08-16 Keith Seitz <keiths@redhat.com>
3001
3002 * configure.in (GDBTK_SRC_DIR): We must have autoconf
3003 give us the absolute path to the source directory.
3004 * configure: Regenerated.
3005 * Makefile.in (GDBTK_SRC_DIR): Add variable so that
3006 autoconf can substitue it in for us.
3007 (gdbtk.o): Pass in GDBTK_SRC_DIR instead of srcdir. We
3008 really do need an absolute pathname.
3009
3010 2001-08-15 Keith Seitz <keiths@redhat.com>
3011
3012 * Makefile.in (GDBTK_VERSION): Set a version number.
3013 (GDBTK_LIBRARY): New variable to point to location where
3014 gdbtk will install its tcl library. Changed all refereneces
3015 to $(datadir)/insight1.0 to $(GDBTK_LIBRARY).
3016 (SUBDIR_GDBTK_ALL): Remove "all-gdbtk". No longer needed.
3017 (SUBDIR_GDBTK_CLEAN): Remove "clean-gdbtk". No longer needed.
3018 (all-gdbtk): Remove.
3019 (install-gdbtk): Remove.
3020 (gdbtk.o): Pass srcdir to file when compiling.
3021
3022 2001-08-15 Ian Roxborough <irox@redhat.com>
3023
3024 * Makefile.in: Changed all references to the install directory
3025 "gdbtcl" to read "insight1.0".
3026
3027 2001-08-15 Corinna Vinschen <vinschen@redhat.com>
3028
3029 * arch-utils.c (generic_skip_trampoline_code): New function.
3030 * arch-utils.h (generic_skip_trampoline_code): Declare external.
3031 * gdbarch.c: Regeberated from gdbarch.sh.
3032 * gdbarch.h: Ditto.
3033 * gdbarch.sh (SKIP_TRAMPOLINE_CODE): Multi-arch.
3034 * infrun.c: Remove default setting of SKIP_TRAMPOLINE_CODE macro.
3035
3036 2001-08-14 Daniel Jacobowitz <drow@mvista.com>
3037 H.J. Lu (hjl@gnu.org)
3038
3039 * partial-stab.h: valu should be a CORE_ADDR.
3040
3041 2001-08-14 H.J. Lu (hjl@gnu.org)
3042
3043 * dbxread.c (SWAP_SYMBOL): Removed.
3044 (INTERNALIZE_SYMBOL): Check sign extended vma.
3045
3046 2001-08-13 Christopher Faylor <cgf@cygnus.com>
3047
3048 * top.c (SIGSETJMP): Protect env argument with parentheses.
3049 (SIGLONGJMP): Protect env argument with parentheses.
3050
3051 2001-08-11 Andrew Cagney <ac131313@redhat.com>
3052
3053 * config/mn10300/mn10300.mt (TM_FILE): Delete.
3054 * configure.tgt: Add mn10300 to list of mulit-arch targets.
3055 * config/mn10300/tm-mn10300.h: Delete file. Move contents ...
3056 * mn10300-tdep.c: To here.
3057
3058 2001-08-11 Andrew Cagney <ac131313@redhat.com>
3059
3060 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_VIRTUAL): Make
3061 val a DOUBLEST. Use floatformat_to_doublest.
3062 (REGISTER_CONVERT_TO_RAW): Ditto. Use foatformat_from_doublest.
3063 * config/m88k/tm-m88k.h (REGISTER_CONVERT_TO_VIRTUAL): Ditto.
3064 (REGISTER_CONVERT_TO_RAW): Ditto.
3065
3066 2001-08-11 Andrew Cagney <ac131313@redhat.com>
3067
3068 * config/mn10300/tm-mn10300.h (PC_REGNUM, SP_REGNUM): Delete.
3069 * mn10300-tdep.c (mn10300_gdbarch_init): Initialize pc_regnum and
3070 sp_regnum.
3071
3072 2001-08-11 Andrew Cagney <ac131313@redhat.com>
3073
3074 * doublest.c (convert_doublest_to_floatformat): Rename
3075 floatformat_from_doublest. Make static.
3076 (convert_floatformat_to_doublest): Rename floatformat_to_doublest.
3077 Make static.
3078 (floatformat_to_doublest): New function.
3079 (floatformat_from_doublest): New function.
3080 (host_float_format, host_double_format, host_long_double_format):
3081 New static variables.
3082 (store_floating, extract_floating): Always use
3083 floatformat_to_doublest and floatformat_from_doublest.
3084 * doublest.h (HOST_LONG_DOUBLE_FORMAT): Delete macro.
3085
3086 2001-08-11 Andrew Cagney <ac131313@redhat.com>
3087
3088 * config/mn10300/tm-mn10300.h (INIT_FRAME_PC): Delete.
3089 * mn10300-tdep.c (mn10300_gdbarch_init): Initialize init_frame_pc.
3090
3091 2001-08-07 Andrew Cagney <ac131313@redhat.com>
3092
3093 * target.h (TARGET_VIRTUAL_FRAME_POINTER): Delete, multi-arched.
3094 * gdbarch.sh (TARGET_VIRTUAL_FRAME_POINTER): Add.
3095 * gdbarch.h, gdbarch.c: Regenerate.
3096
3097 * arch-utils.h (legacy_virtual_frame_pointer): Declare.
3098 * arch-utils.c: Include "gdb_assert.h".
3099 (legacy_virtual_frame_pointer): Define.
3100 * Makefile.in (arch-utils.o): Depends on gdb_assert.h.
3101
3102 * tracepoint.c (encode_actions): Make frame_reg an int. Make
3103 frame_offset a LONGEST.
3104 * ax-gdb.c (gen_frame_args_address): Ditto.
3105 (gen_frame_locals_address): Ditto.
3106 * mn10300-tdep.c (mn10300_gdbarch_init): Initialize
3107 virtual_frame_pointer.
3108 (mn10300_virtual_frame_pointer): Make static. Update parameter
3109 list to match function signature.
3110 * config/mn10300/tm-mn10300.h (TARGET_VIRTUAL_FRAME_POINTER): Delete.
3111
3112 2001-08-10 Keith Seitz <keiths@redhat.com>
3113
3114 * gdb-events.sh: Add architecture_changed event.
3115 * gdbarch.sh: Include gdb-event.h.
3116 (gdbarch_update_p): Notify UIs when architecture changes.
3117 * gdb-events.h: Regenerated.
3118 * gdb-events.c: Regenerated.
3119 * gdbarch.c: Regenerated.
3120
3121 2001-08-10 Michael Snyder <msnyder@redhat.com>
3122
3123 * regcache.c (legacy_write_register_gen): Don't 'optimize out'
3124 a write_register to a pseudo-reg. Target_store_pseudo_register
3125 needs to get called, because these regs may be computed and may
3126 have side-effects.
3127
3128 2001-08-10 Keith Seitz <keiths@redhat.com>
3129
3130 * gdb-events.sh: Deal with event notifications with no
3131 arguments.
3132
3133 2001-08-10 Orjan Friberg <orjanf@axis.com>
3134
3135 * remote.c (read_frame): Correct off-by-one error in condition.
3136
3137 2001-08-08 Don Howard <dhoward@redhat.com>
3138
3139 * stabsread.c (read_type): Add support for const and volatile
3140 modifiers.
3141
3142 2001-08-02 Daniel Jacobowitz <drow@mvista.com>
3143
3144 * core-regset.c (fetch_core_registers): Remove HAVE_GREGSET_T
3145 and HAVE_FPREGSET_T checks. Use gdb_gregset_t and gdb_fpregset_t.
3146
3147 2001-08-02 Keith Seitz <keiths@redhat.com>
3148
3149 * defs.h (SLASH_STRING): If not defined, set
3150 to "/", regardless of _WIN32, __CYGWIN__, or
3151 whatnot.
3152
3153 2001-08-02 Mark Kettenis <kettenis@gnu.org>
3154
3155 * cli/cli-decode.h: Include "gdb_regex.h" instead of
3156 "gnu-regex.h".
3157
3158 * NEWS: Update.
3159
3160 2001-08-02 Eli Zaretskii <eliz@is.elta.co.il>
3161
3162 * config/i386/xm-go32.h: Include xm-i386.h.
3163 (HOST_BYTE_ORDER, HOST_LONG_DOUBLE_FORMAT): Remove definitions.
3164
3165 2001-08-02 Eli Zaretskii <eliz@is.elta.co.il>
3166
3167 The following changes avoid polluting global namespace with the
3168 `enable' and `disable' identifiers, because some platforms define
3169 in their system headers symbols with global scope that go by those
3170 names.
3171
3172 * breakpoint.h (enum enable_state): Rename from `enum enable'.
3173 Also rename all the enum members to have the "bp_" prefix.
3174 (struct breakpoint): Rename the `enable' member to `enable_state'.
3175 (enum bpdisp): Rename all members to have the "disp_" prefix.
3176
3177 * breakpoint.c: All users of `enum enable' and `enum bpdisp'
3178 changed.
3179 (args_for_catchpoint_enable): Rename the `enable' member to
3180 `enable_p'. All users changed.
3181
3182 * tracepoint.h (enum enable): Remove.
3183 (struct tracepoint): The member `enabled' is now `int enabled_p'.
3184
3185 * tracepoint.c: All users of the `enabled' member changed.
3186
3187 * printcmd.c (struct display): The `status' member is now an int.
3188
3189 * memattr.h (struct mem_region): Rename the `status' member to
3190 `enabled_p'.
3191 (enum enable): Remove.
3192
3193 * memattr.c: Change all users of the `status' member of struct
3194 mem_region to use `enabled_p' instead.
3195
3196 * infcmd.c (run_stack_dummy): Use disp_del instead of del.
3197
3198 * go32-nat.c: Remove the kludgey work-around for conflicts between
3199 <dos.h> and "breakpoint.h".
3200
3201 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
3202
3203 * MAINTAINERS: Add myself to the write-after-approval list.
3204 * ser-tcp.c (tcp_open): Use `localhost' as default host if no
3205 hostname is given.
3206
3207 2001-08-01 Andrew Cagney <ac131313@redhat.com>
3208
3209 * doublest.h (store_floating, floatformat_to_doublest): Make IN
3210 paramter a const void pointer.
3211 (floatformat_from_doublest): Make IN const, Make OUT a void
3212 pointer.
3213 * doublest.c (floatformat_to_doublest): Update.
3214 (floatformat_from_doublest): Update.
3215 (extract_floating): Update.
3216
3217 2001-07-31 Andrew Cagney <ac131313@redhat.com>
3218
3219 * defs.h (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
3220 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
3221 (HOST_LONG_DOUBLE_FORMAT, DOUBLEST)
3222 (floatformat_to_doublest, floatformat_from_doublest)
3223 (floatformat_is_negative, floatformat_is_nan)
3224 (floatformat_mantissa, store_floating)
3225 (extract_floating): Move declaration from here.
3226 * doublest.h: To here. New file.
3227 * utils.c (get_field, floatformat_to_doublest, put_field)
3228 (ldfrexp, floatformat_from_doublest, floatformat_is_negative)
3229 (floatformat_is_nan, floatformat_mantissa)
3230 (FLOATFORMAT_CHAR_BIT): Move from here.
3231 * doublest.c: To here. New file.
3232 * findvar.c (store_floating, extract_floating): Move from here.
3233 * doublest.c: To here.
3234 * Makefile.in (SFILES): Add doublest.c.
3235 (COMMON_OBS): Add doublest.o.
3236 (doublest.o): Specify dependencies.
3237 (doublest_h): Define.
3238
3239 * config/m88k/tm-m88k.h: Include "doublest.h".
3240 * config/i960/tm-i960.h: Ditto.
3241 * config/i386/tm-symmetry.h: Ditto.
3242 * rs6000-tdep.c, valarith.c: Ditto.
3243 * valprint.c, stabsread.c, sh-tdep.c: Ditto.
3244 * ia64-tdep.c, i387-tdep.c, i386-tdep.c: Ditto.
3245 * values.c, arm-tdep.c, arm-linux-tdep.c: Ditto.
3246 * alpha-tdep.c, ax.h, expression.h: Ditto.
3247 * sh-tdep.c, parse.c, top.c, value.h: Ditto.
3248
3249 * Makefile.in (arm-tdep.o): Add $(doublest_h).
3250 (i386-tdep.o, i387-tdep.o, ia64-tdep.o): Ditto.
3251 (rs6000-tdep.o, stabsread.o, valarith.o): Ditto.
3252 (values.o, valprint.o, arm-linux-tdep.o): Ditto.
3253 (alpha-tdep.o, ax_h, parse.o, top.o, value_h): Ditto.
3254 (parser_defs_h): Ditto.
3255 (expression_h): Add $(doublest_h) and $(symtab_h).
3256
3257 2001-08-01 Andrew Cagney <ac131313@redhat.com>
3258
3259 * Makefile.in: Sort header definitions.
3260 (parser_defs_h, dis_asm_h, annotate_h, gdbthread_h): Define.
3261 Replace parser-defs.h with $(parser_defs_h). Replace $(dis-asm_h)
3262 and $(dis-asm.h) with $(dis_asm_h). Replace annotate.h with
3263 $(annotate_h). Replace target.h with $(target_h). Replace
3264 gdbthread.h with $(gdb_thread_h). Replace symfile.h with $(symfile_h).
3265
3266 2001-07-31 Mark Kettenis <kettenis@gnu.org>
3267
3268 * config/i386/xm-i386.h: New file.
3269 * config/i386/xm-fbsd.h: Removed.
3270 * config/i386/xm-linux.h: Removed.
3271 * config/i386/fbsd.mh: Reorganize a bit.
3272 (XM_FILE): Set to xm-i386.h instead of xm-fbsd.h.
3273 * config/i386/linux.mh (XM_FILE): Set to xm-i386.h insread of
3274 xm-linux.h.
3275
3276 2001-07-30 Jim Blandy <jimb@redhat.com>
3277
3278 * dwarf2read.c (dwarf2_build_psymtabs_hard): Doc fix.
3279
3280 2001-07-27 Daniel Jacobowitz <drow@mvista.com>
3281
3282 * configure.in: Only invoke AC_FUNC_SETPGRP if not cross-compiling.
3283 Check for SETPGRP_VOID separately if cross-compiling and ISO C
3284 headers are available.
3285
3286 2001-07-30 Mark Kettenis <kettenis@gnu.org>
3287
3288 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Redefine to call
3289 i386_dwarf_reg_to_regnum.
3290
3291 * i386-tdep.c (i386_register_convert_to_virtual): Replace
3292 assertion with a warning if we're asked to convert towards a
3293 non-floating-point type. Zero out the the buffer where the data
3294 is supposed to be stored in that case.
3295
3296 2001-07-29 Eli Zaretskii <eliz@is.elta.co.il>
3297
3298 * config/djgpp/djconfig.sh: Unset CDPATH.
3299
3300 * go32-nat.c (get_cr3): Temporary disable support for page tables
3301 in UMBs, as it is incomplete.
3302
3303 Support for stepping through longjmp in DJGPP programs:
3304
3305 * config/i386/tm-go32.h (JB_ELEMENT_SIZE, JB_PC): New macros.
3306 (GET_LONGJMP_TARGET): Define to call get_longjmp_target.
3307 (get_longjmp_target): Add prototype.
3308
3309 2001-07-28 Andrew Cagney <ac131313@redhat.com>
3310
3311 Fix some PID/TPID fallout for HP/UX.
3312 From 2001-07-22 Rodney Brown <rbrown64@csc.com.au>:
3313 * infttrace.c (ptrace_wait): Match external declaration,
3314 and match target_post_wait declaration.
3315
3316 2001-07-28 Andrew Cagney <ac131313@redhat.com>
3317
3318 * MAINTAINERS: Add Orjan Friberg as cris target maintainer.
3319 (cris): Set --enable-gdb-build-warnings flag to -w.
3320
3321 2001-07-28 Andrew Cagney <ac131313@redhat.com>
3322
3323 From 2001-07-23 Andreas Schwab <schwab@suse.de>:
3324 * config/m68k/tm-m68k.h (TARGET_LONG_DOUBLE_FORMAT): Define.
3325 (TARGET_LONG_DOUBLE_BIT): Define.
3326 (REGISTER_VIRTUAL_SIZE): Return 12 for floating point registers.
3327 (MAX_REGISTER_VIRTUAL_SIZE): Increase to 12.
3328 (REGISTER_VIRTUAL_TYPE): Return builtin_type_long_double for
3329 floating point registers.
3330 (REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL)
3331 (REGISTER_CONVERT_TO_RAW): Remove.
3332 * config/m68k/xm-linux.h (HOST_LONG_DOUBLE_FORMAT): Define.
3333
3334 2001-07-26 Andrew Cagney <ac131313@redhat.com>
3335
3336 * thread.c, breakpoint.c: Include "gdb.h".
3337 * Makefile.in (gdb_h): Define.
3338 (HFILES_NO_SRCDIR): Add gdb.h.
3339 (mi-cmd-break.o, mi-main.o, thread.o)
3340 (breakpoint.o): Add dependency on $(gdb_h).
3341
3342 * defs.h (enum gdb_rc, gdb_breakpoint_query)
3343 (gdb_breakpoint, gdb_thread_select)
3344 (gdb_list_thread_ids): Move declaration from here ...
3345 * gdb.h: To here. New file.
3346
3347 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3348
3349 * Makefile.in (SUBDIR_TUI_OBS): Add tui-out.o, tui-hooks.o.
3350 (SUBDIR_TUI_SRCS): Add tui-out.c tui-hooks.c
3351 (SFILES): Likewise.
3352 (tui-out.o): Define dependencies.
3353 (tui-hooks.o): Likewise.
3354
3355 2001-07-28 Andrew Cagney <ac131313@redhat.com>
3356
3357 * MAINTAINERS: Update e-mail address of active @cygnus.com
3358 maintainers to @redhat.com.
3359
3360 2001-07-28 Andrew Cagney <ac131313@redhat.com>
3361
3362 * README (Known bugs): Delete section.
3363 (Kernel debugging): Delete section.
3364 (Languages other than C): Delete section.
3365 (Host/target specific installation notes) New section.
3366
3367 2001-07-28 Mark Kettenis <kettenis@gnu.org>
3368
3369 * config/i386/tm-i386.h (STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
3370 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): New defines.
3371 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): New
3372 prototypes.
3373 * config/i386/tm-fbsd.h, config/i386/tm-i386gnu.h,
3374 config/i386/tm-linux.h (STAB_REG_TO_REGNUM): Redefine to call
3375 i386_dwarf_reg_to_regnum.
3376 * i386-tdep.c (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum):
3377 New functions.
3378
3379 * i386-tdep.c: Include "gdb_assert.h"
3380 (i386_register_convert_to_virtual): Fix such that it can handle
3381 conversion to any floating-point type. Assert that we are dealing
3382 with a floating-point first.
3383 (i386_register_convert_to_raw): Assert that TYPE is a
3384 floating-point type with length 12.
3385
3386 2001-07-27 John R. Moore <jmoore@redhat.com>
3387
3388 * configure.in: Added dependency of gdb on tcl/tk libraries.
3389 * Makefile.in: Likewise.
3390 * configure: Regenerated with the above using autoconf.
3391
3392 2001-07-26 Elena Zannoni <ezannoni@redhat.com>
3393
3394 * sh-tdep.c (sh_gdbarch_init): Use SH_DEFAULT_NUM_REGS instead of
3395 NUM_REGS.
3396 (SH_DEFAULT_NUM_REGS): Define.
3397
3398 2001-07-26 Eli Zaretskii <eliz@is.elta.co.il>
3399
3400 * go32-nat.c (read_memory_region): Make sure the segment limit was
3401 indeed set, to work around a Windows 2000 bug.
3402
3403 2001-07-25 Daniel Jacobowitz <drow@mvista.com>
3404
3405 * infptrace.c (child_xfer_memory): Add cast to CORE_ADDR.
3406 * infttrace.c (child_xfer_memory): Likewise.
3407 * symm-nat.c (child_xfer_memory): Likewise.
3408 * gdbserver/low-hppabsd.c (read_inferior_memory): Likewise.
3409 (write_inferior_memory): Likewise.
3410 * gdbserver/low-linux.c (read_inferior_memory): Likewise.
3411 (write_inferior_memory): Likewise.
3412 * gdbserver/low-lynx.c (read_inferior_memory): Likewise.
3413 (write_inferior_memory): Likewise.
3414 * gdbserver/low-nbsd.c (read_inferior_memory): Likewise.
3415 (write_inferior_memory): Likewise.
3416 * gdbserver/low-sparc.c (read_inferior_memory): Likewise.
3417 (write_inferior_memory): Likewise.
3418 * gdbserver/low-sun3.c (read_inferior_memory): Likewise.
3419 (write_inferior_memory): Likewise.
3420
3421 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
3422
3423 * README: Mention how to make gdb.pdf.
3424
3425 * NEWS: Update.
3426
3427 2001-07-24 Stephen P. Smith <ischis2@home.com>
3428
3429 * MAINTAINERS (Stephen P. Smith): Added to write after approval
3430 list.
3431
3432 2001-07-23 Andrew Cagney <ac131313@redhat.com>
3433
3434 * mips-tdep.c (mips_push_arguments): Add comment explaining
3435 problem with LE o32 GCC.
3436
3437 2001-07-23 Elena Zannoni <ezannoni@redhat.com>
3438
3439 * config/powerpc/aix.mh (MH_LDFLAGS): Don't set these, the Gnu linker
3440 doesn't understand them.
3441
3442 2001-07-23 Elena Zannoni <ezannoni@redhat.com>
3443
3444 * memattr.c (mem_info_command): Reformat output to look more like
3445 'info break' output.
3446 (_initialize_mem): Improve help.
3447
3448 2001-07-23 Mark Kettenis <kettenis@gnu.org>
3449
3450 * configure.in (AC_CHECK_FUNCS): Add setpggrp.
3451 (AC_FUNC_SETPGRP): Add.
3452 * aclocal.m4, configure, config.in: Regenerated.
3453 * inflow.c (gdb_setpgid): Get rid of NEED_POSIX_SETPGID and
3454 SETPGRP_ARGS. Always use setpgid if it is available, fall back on
3455 setpgrp if it isn't. Use SETPGRP_VOID (defined by autoconf) to
3456 distinguish between the two setpgrp flavours.
3457 * config/xm-sysv4.h, config/arm/xm-linux.h,
3458 config/i386/xm-i386aix.h, config/i386/xm-sco.h,
3459 config/i386/xm-linux.h, config/i386/xm-ptx.h,
3460 config/m68k/xm-linux.h, config/powerpc/xm-linux.h,
3461 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h,
3462 config/ia64/xm-linux.h (NEED_POSIX_SETPGID): Remove.
3463 * config/rs6000/xm-rs6000.h (SETPGRP_ARGS): Remove.
3464
3465 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
3466
3467 * go32-nat.c (read_memory_region): Set the granularity bit of the
3468 allocated segment according to its size, and adjust the limit to
3469 be page-aligned if the segment is page-granular.
3470
3471 * (get_cr3, get_pde, get_pte, display_ptable_entry, go32_pde)
3472 (display_page_table, go32_pte, go32_pte_for_address): New functions.
3473 (_initialize_go32_nat): Initialize and document them.
3474
3475 2001-07-22 Mark Kettenis <kettenis@gnu.org>
3476
3477 * i386gnu-nat.c: Include "i387-nat.h".
3478 (struct env387): Removed.
3479 (reg_offset): Fix comment.
3480 (fetch_fpregs): Use FCTRL_REGNUM and FOP_REGNUM instead of
3481 FIRST_FPU_CONTROL_REGNUM and LAST_FPU_CONTROL_REGNUM. Rewrite to
3482 use i387_supply_fsave.
3483 (gnu_fetch_registers): Remove spurious whitespace.
3484 (convert_to_env387): Remove.
3485 (store_fpregs): Add argument regno. Use i387_fill_fsave instead
3486 of convert_to_env387.
3487 (gnu_store_registers): Remove spurious whitespace. Pass REGNO to
3488 store_fpregs.
3489 * config/i386/i386gnu.mt (TDEPFILES): Add i387-tdep.o.
3490 * config/i386/i386gnu.mh (XDEPFILES): Remove i387-tdep.o.
3491 (NATDEPFILES): Add i387-nat.o.
3492
3493 2001-07-22 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3494
3495 * Makefile.in (ALLDEPFILES): Add m68hc11-tdep.c.
3496 (m68hc11-tdep.o): Define dependencies.
3497
3498 2001-07-22 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3499
3500 * m68hc11-tdep.c (m68hc11_gdbarch_init): Define int at 16-bits.
3501
3502 2001-07-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3503
3504 * utils.c (init_page_info): Use tui_get_command_dimension.
3505 * printcmd.c (disassemble_command): Simplify tui specific code,
3506 use tui_is_window_visible, tui_show_assembly.
3507
3508 2001-07-21 Mark Kettenis <kettenis@gnu.org>
3509
3510 * i386bsd-nat.c: Do not include <sys/sysctl.h>.
3511 (_initialize_i386bsd_nat) [KERN_PS_STRINGS]: Move FreeBSD-specific
3512 code to ...
3513 * i386fbsd-nat.c: ... here. New file.
3514 * config/i386/fbsd.mh (NATDEPFILES): Add i386-fbsd.o.
3515 * config/i386/nm-fbsd.h (CHILD_RESUME): Define.
3516 * Makefile.in (ALLDEPFILES): Add i386fbsd-nat.c.
3517 (i386fbsd-nat.o): Add dependencies.
3518
3519 2001-07-19 Daniel Jacobowitz <drow@mvista.com>
3520
3521 * signals.c: New file.
3522 * Makefile.in: Add signals.o.
3523 * target.c (struct signals, target_signal_to_name)
3524 (target_signal_from_name, target_signal_from_host)
3525 (do_target_signal_to_host, target_signal_to_host_p)
3526 (target_signal_to_host, target_signal_from_command): Move to
3527 signals.c.
3528 (initialize_targets): Move check of struct signals to...
3529 * signals.c (_initialize_signals): Here.
3530
3531 2001-07-19 Andrew Cagney <ac131313@redhat.com>
3532
3533 * MAINTAINERS: Add Michael Chastain as C++ testsuite maintainer.
3534
3535 2001-07-19 Andrew Cagney <ac131313@redhat.com>
3536
3537 From Stephen Smith:
3538 * configure.tgt (i*86-*-pe*): New target.
3539
3540 2001-07-19 Andrew Cagney <ac131313@redhat.com>
3541
3542 From 2001-07-16 Rodney Brown <rbrown64@csc.com.au>:
3543 * infttrace.c (child_thread_alive): Fix gdb_tid typo.
3544 * somsolib.c (no_shared_libraries): Provide stub.
3545 * xcoffsolib.c (no_shared_libraries): Provide stub.
3546
3547 2001-07-18 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3548
3549 * Makefile.in (COMMON_OBS): Remove tui-file.o.
3550 (SUBDIR_TUI_OBS): Add it here.
3551 (SUBDIR_TUI_SRCS): Move tui-file.c and tui-file.h here.
3552 (main.o): Remove dependency with tui-file.h.
3553
3554 2001-07-17 Elena Zannoni <ezannoni@redhat.com>
3555
3556 * Makefile.in (tui-file.o): Update dependencies.
3557
3558 2001-07-17 Elena Zannoni <ezannoni@redhat.com>
3559
3560 * top.c (catch_errors): Convert PTR to void * in parameters list.
3561 (quit_cover): Ditto.
3562
3563 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3564
3565 * source.c (find_source_lines): Remove tui test, must be replaced
3566 by appropriate warning hook.
3567 (print_source_lines): Remove tui hacks, must be replaced by cli.
3568 (forward_search_command): Remove tui hacks, can be replaced by
3569 appropriate calls to identify_source_line when tui scrolls.
3570 (reverse_search_command): Likewise.
3571
3572 2001-07-16 Nick Duffek <nsd@redhat.com>
3573
3574 * remote.c (init_remote_ops, init_remote_cisco_ops,
3575 init_remote_async_ops): Set to_pid_to_str and
3576 to_extra_thread_info correctly and in the same order as declared
3577 in target.h.
3578
3579 2001-07-16 Andrew Cagney <ac131313@redhat.com>
3580
3581 * remote.c: Revert below. Included more than intended.
3582
3583 2001-07-16 Nick Duffek <nsd@redhat.com>
3584
3585 * remote.c (init_remote_ops, init_remote_cisco_ops,
3586 init_remote_async_ops): Set to_pid_to_str and
3587 to_extra_thread_info correctly and in the same order as declared
3588 in target.h.
3589
3590 2001-07-16 Nick Duffek <nsd@redhat.com>
3591
3592 * findvar.c (read_var_value): Apply value_as_pointer() to
3593 addresses retrieved from the target for LOC_BASEREG and
3594 LOC_BASEREG_ARG variables.
3595
3596 2001-07-16 Orjan Friberg <orjanf@axis.com>
3597
3598 * NEWS: New target CRIS.
3599
3600 2001-07-16 Elena Zannoni <ezannoni@redhat.com>
3601
3602 * top.c (show_commands): Remove extern decl of history_get, it's
3603 already in readline/history.h.
3604
3605 2001-07-16 Elena Zannoni <ezannoni@redhat.com>
3606
3607 * top.c (is_complete_command, init_cmd_lists, init_cli_cmds,
3608 execute_user_command, do_setshow_command, get_prompt, init_proc,
3609 serial_log_command): Remove extern declarations. Include
3610 cli/cli-cmds.h, cli/cli-script.h, cli/cli-setshow.h, serial.h.
3611 * gdbcmd.h (execute_user_command): Remove declaration, it's already
3612 in cli/cli-script.h.
3613 * command.h (do_setshow_command): Remove declaration, it's already
3614 in cli/cli-setshow.h.
3615 * infrun.c: Include "cli/cli-script.h" for execute_user_command.
3616 * Makefile.in (infrun.o): Update dependencies.
3617 (top.o): Ditto.
3618 * cli/cli-setshow.h: Add comment for do_setshow_command.
3619
3620 2001-07-16 Eli Zaretskii <eliz@is.elta.co.il>
3621
3622 * cli/cli-cmds.c (shell_escape) [GLOBAL_CURDIR]: Condition the
3623 call to chdir on this symbol rather than on __DJGPP__.
3624 (CANT_FORK) [__MSDOS__]: Move from here...
3625 * defs.h (CANT_FORK) [__MSDOS__]: ...to here.
3626 (GLOBAL_CURDIR) [__MSDOS__]: Define.
3627
3628 2001-07-16 Orjan Friberg <orjanf@axis.com>
3629
3630 * configure.tgt: Recognise the CRIS architecture.
3631 * config/cris/cris.mt: New file for CRIS target.
3632 * cris-tdep.c: New file for CRIS target.
3633
3634 2001-07-15 Elena Zannoni <ezannoni@redhat.com>
3635
3636 * top.c (quit_cover, float_handler): Move definition up before use.
3637 (gdb_init): Move to end of file, to avoid calls to not yet defined
3638 functions.
3639 Delete prototypes.
3640
3641 2001-07-14 Andrew Cagney <ac131313@redhat.com>
3642
3643 * serial.h (SERIAL_ASYNC): Delete.
3644 (DEPRECATED_SERIAL_FD): Delete.
3645 (SERIAL_DEBUG): Delete.
3646 (SERIAL_DEBUG_P): Delete.
3647 (SERIAL_DRAIN_OUTPUT): Delete.
3648 (SERIAL_FLUSH_OUTPUT): Delete.
3649 (SERIAL_FLUSH_INPUT): Delete.
3650 (SERIAL_SEND_BREAK): Delete.
3651 (SERIAL_RAW): Delete.
3652 (SERIAL_GET_TTY_STATE): Delete.
3653 (SERIAL_SET_TTY_STATE): Delete.
3654 (SERIAL_PRINT_TTY_STATE): Delete.
3655 (SERIAL_NOFLUSH_SET_TTY_STATE): Delete.
3656 (SERIAL_SETBAUDRATE): Delete.
3657 (SERIAL_SETSTOPBITS): Delete.
3658 (SERIAL_CAN_ASYNC_P): Delete.
3659 (SERIAL_IS_ASYNC_P): Delete.
3660 (SERIAL_UN_FDOPEN): Delete.
3661 (SERIAL_READCHAR): Delete.
3662 (SERIAL_CLOSE): Delete.
3663 (SERIAL_FDOPEN): Delete.
3664 (SERIAL_OPEN): Delete.
3665 * ser-unix.c: Update.
3666 * sparclet-rom.c: Update.
3667 * remote-bug.c: Update.
3668 * dsrec.c: Update.
3669 * xmodem.c: Update.
3670 * nindy-share/ttyflush.c: Update.
3671 * nindy-share/Onindy.c: Update.
3672 * utils.c: Update.
3673 * serial.c: Update.
3674 * remote-nindy.c: Update.
3675 * inflow.c: Update.
3676 * sparcl-tdep.c: Update.
3677 * sh3-rom.c: Update.
3678 * remote.c: Update.
3679 * remote-utils.c: Update.
3680 * remote-st.c: Update.
3681 * remote-sds.c: Update.
3682 * remote-rdp.c: Update.
3683 * remote-os9k.c: Update.
3684 * remote-nrom.c: Update.
3685 * remote-mips.c: Update.
3686 * remote-es.c: Update.
3687 * remote-e7000.c: Update.
3688 * remote-array.c: Update.
3689 * ocd.c: Update.
3690 * nindy-share/nindy.c: Update.
3691 * monitor.c: Update.
3692
3693 2001-07-14 Andrew Cagney <ac131313@redhat.com>
3694
3695 * mn10200-tdep.c: Replace value_ptr with ``struct value *''.
3696 * mcore-tdep.c: Ditto.
3697 * sparc-tdep.c: Ditto.
3698 * sh-tdep.c: Ditto.
3699 * rs6000-tdep.c: Ditto.
3700 * ppc-linux-tdep.c: Ditto.
3701 * m68hc11-tdep.c: Ditto.
3702 * ia64-tdep.c: Ditto.
3703 * i386-tdep.c: Ditto.
3704 * arm-linux-tdep.c: Ditto.
3705 * hppa-tdep.c: Ditto.
3706 * h8500-tdep.c: Ditto.
3707 * fr30-tdep.c: Ditto.
3708 * arm-tdep.c: Ditto.
3709 * alpha-tdep.c: Ditto.
3710 * d30v-tdep.c: Ditto.
3711 * d10v-tdep.c: Ditto.
3712 * m32r-tdep.c: Ditto.
3713 * mips-tdep.c: Ditto.
3714 * v850-tdep.c: Ditto.
3715
3716 2001-07-15 Elena Zannoni <ezannoni@redhat.com>
3717
3718 * top.c (readline_line_completion_function, noop_completer): Move
3719 from here...
3720 * completer.c (readline_line_completion_function, noop_completer):
3721 ...to here.
3722 * gdbcmd.h (readline_line_completion_function, noop_completer):
3723 Move declarations from here...
3724 * completer.h (readline_line_completion_function, noop_completer):
3725 ...to here.
3726 * corefile.c: Include completer.h.
3727 * source.c: Ditto.
3728 * symfile.c: Ditto.
3729 * Makefile.in: Update dependencies.
3730
3731 2001-07-15 Eli Zaretskii <eliz@is.elta.co.il>
3732
3733 * go32-nat.c (go32_create_inferior): Support command lines longer
3734 than 126 characters.
3735
3736 2001-07-14 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3737
3738 * NEWS: New target 68HC11/68HC12.
3739
3740 2001-07-14 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3741
3742 * utils.c (query): Remove tui hacks; tui must use the query_hook.
3743 * top.c (command_loop): Remove tui insert_mode hacks; don't call
3744 tuiCleanUp because this must be made with atexit by tui.
3745 * symfile.c (symbol_file_command): Remove call to TUIDO
3746 * stack.c (show_and_print_stack_frame_stub): Remove tui check;
3747 not necessary when using the selected frame hooks.
3748 (print_stack_frame_stub): Likewise.
3749 (print_frame_info_base): Likewise.
3750 (print_frame_info): Likewise.
3751 (up_silently_command): Likewise.
3752 (down_silently_command): Likewise.
3753 (show_stack_frame): Likewise for TUIDO.
3754 (select_frame): Likewise.
3755 (select_and_print_frame): Likewise.
3756 (stack_publish_stopped_with_no_frame): Remove.
3757 (select_and_maybe_print_frame): Remove.
3758 * main.c (captured_main): Remove tui_fileopen and tuiInit; tui
3759 must use the initialize ui hook.
3760 * infrun.c (normal_stop): Remove call to TUIDO; tui must use the
3761 selected frame hooks.
3762 * event-top.c (command_handler): Remove tui insert_mode hack.
3763 * defs.h: Remove TUIDO; Only include tui.h.
3764 * breakpoint.c (mention): Remove calls to TUIDO.
3765 (delete_breakpoint): Remove tui hacks; tui must install
3766 the breakpoint hooks.
3767
3768 2001-07-14 Mark Kettenis <kettenis@gnu.org>
3769
3770 * config/i386/xm-linux.h (KERNEL_U_ADDR): Move from here...
3771 * config/i386/nm-linux.h: ...to here. Change comments about user
3772 area/struct a bit.
3773
3774 * config/i386/xm-linux.h (HAVE_TERMIOS): Really remove.
3775
3776 * Makefile.in (ALLDEPFILES): Add i386bsd-nat.c and i386bsd-tdep.c
3777 (i386bsd-tdep.o, i386bsd-nat.o): New targets.
3778
3779 2001-07-13 Elena Zannoni <ezannoni@redhat.com>
3780
3781 * remote-e7000.c (fetch_regs_from_dump): If register set is null,
3782 generate an internal error.
3783 (e7000_fetch_registers): Initialize variable 'wanted'.
3784 (e7000_wait): Initialize variable 'wanted_nopc'.
3785 (e7000_store_register): Fix sprintf compiler warnings.
3786 (sub2_from_pc): Ditto.
3787 (e7000_open): Close the descriptor, not the name.
3788 (e7000_load): Fix compiler warnings.
3789 (sub2_from_pc): Ditto.
3790 * Makefile.in (remote-e7000.o): Can now compile with -Werror.
3791
3792 2001-07-13 Mark Kettenis <kettenis@gnu.org>
3793
3794 * i386bsd-nat.c: Include <signal.h>, <stddef.h> and
3795 <sys/sysctl.h>.
3796 (store_inferior_registers): Wrap long line.
3797 (i386bsd_dr_get_status): Fix typo in comment.
3798 (_initialize_i386bsd_nat): New function. * i386bsd-tdep.c: New
3799 file. * config/i386/tm-fbsd.h (IN_SIGTRAMP): New define.
3800 (i386bsd_in_sigtramp): New prototype.
3801 (SIGTRAMP_START, SIGTRAMP_END): Redefine in terms...
3802 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): ...these new
3803 (external) variables.
3804 (SIGCONTEXT_PC_OFFSET): Removed.
3805 (FRAME_SAVED_PC): New define.
3806 (i386bsd_frame_saved_pc): New function. * config/i386/fbsd.mt
3807 (TDEPFILES): Add i386bsd-tdep.o.
3808
3809 2001-07-12 Daniel Jacobowitz <drow@mvista.com>
3810
3811 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Use ISO C
3812 definition.
3813
3814 2001-07-13 Mark Kettenis <kettenis@gnu.org>
3815
3816 * lin-lwp.c (lin_lwp_wait): Avoid check for resumed LWPs if there
3817 are no registered LWPs yet.
3818
3819 2001-07-12 Daniel Jacobowitz <drow@mvista.com>
3820
3821 * config/i386/nm-linux.h (CANNOT_FETCH_REGISTER): Call the right
3822 function.
3823 (CANNOT_STORE_REGISTER): Likewise.
3824
3825 2001-07-12 Keith Seitz <keiths@redhat.com>
3826
3827 * remote-rdp.c: Include "serial.h"
3828
3829 2001-07-12 Daniel Jacobowitz <drow@mvista.com>
3830
3831 * gdbserver/remote-utils.c (remote_open): Set VMIN to 1
3832 in HAVE_TERMIO/HAVE_TERMIOS cases.
3833
3834 2001-07-12 Mark Kettenis <kettenis@gnu.org>
3835
3836 * lin-lwp.c (stop_wait_callback): Add support for flushing
3837 signals. Use that in favour of the old code to get rid of
3838 superfluous SIGINTs.
3839 (lin_lwp_wait): Use the new support in stop_wait_callback to
3840 flush all but one SIGINT.
3841
3842 * i386-tdep.c (i386_extract_return_value): Undo 2001-07-11 changes
3843 to comment.
3844 (i386_store_return_value): Improve comments about storing
3845 floating-point return values.
3846
3847 * config/arm/xm-linux.h, config/i386/xm-linux.h,
3848 config/m68k/xm-linux.h, config/powerpc/xm-linux.h,
3849 config/sparc/xm-linux.h, config/ia64/xm-linux.h (HAVE_TERMIOS):
3850 Removed. Taken care of by autoconf and terminal.h.
3851
3852 2001-07-12 Daniel Jacobowitz <drow@mvista.com>
3853
3854 * mips-tdep.c (mips_type_needs_double_align): New function.
3855 (mips_push_arguments): Align o32 structs to even argument
3856 registers if necessary.
3857
3858 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
3859
3860 * config/djgpp/fnchange.lst: Add entries for
3861 mips-linux-nat.c and mips-linux-tdep.c.
3862
3863 2001-07-12 Mark Kettenis <kettenis@gnu.org>
3864
3865 * config/powerpc/xm-linux.h: Fix corrupted file.
3866
3867 * configure.in: Add check for sigsetjmp.
3868 * config/m68k/xm-linux.h (HAVE_SIGSETJMP): Removed.
3869 * config/xm-sysv4.h (HAVE_SIGSETJMP): Removed.
3870 * configure, config.in: Regenerated.
3871
3872 2001-07-11 Elena Zannoni <ezannoni@redhat.com>
3873
3874 * config/sh/tm-sh.h (struct gdbarch_tdep): Add
3875 FLOAT_ARGLAST_REGNUM, RETURN_REGNUM, ARG0_REGNUM, ARGLAST_REGNUM,
3876 PR_REGNUM fields.
3877
3878 * sh-tdep.c (sh_skip_prologue_hard_way): Rename from
3879 skip_prologue_hard_way().
3880 (skip_prologue_hard_way): Make it a function pointer.
3881 (sh_print_register): Use function pointer do_pseudo_register,
3882 instead of sh_do_pseudo_register.
3883 (sh_do_registers_info): Ditto.
3884 (sh_gdbarch_init): Initialize do_pseudo_register.
3885 (IS_MOV_TO_R14): Rename from IS_MOV_R14.
3886 (skip_prologue_hard_way): Update.
3887 (sh_gdbarch_init): Move setting of frame_chain,
3888 get_saved_register, init_extra_frame_info, push_arguments,
3889 extract_return_value, pop_frame, store_struct_return,
3890 extract_struct_value_address, use_struct_convention,
3891 init_extra_frame_info to before target specific settings.
3892 (sh_gdbarch_init): Initialize new tdep fields
3893 FLOAT_ARGLAST_REGNUM, RETURN_REGNUM, ARG0_REGNUM, ARGLAST_REGNUM,
3894 PR_REGNUM.
3895 (sh_push_arguments): Use new gdbarch_tdep fields
3896 {ARG0,ARGLAST}_REGNUM.
3897 (sh_saved_pc_after_call, sh_nofp_frame_init_saved_regs,
3898 sh_init_extra_frame_info, sh_push_return_address,
3899 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
3900 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs): Update to use
3901 gdbarch_tdep->PR_REGNUM.
3902 (dr_reg_base_num, fv_reg_base_num): Move to earlier in the file.
3903
3904 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
3905
3906 * config/mips/tm-linux.h: Include "tm-linux.h" instead of copying
3907 from it. Move definitions of REALTIME_LO and REALTIME_HI above
3908 include.
3909
3910 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
3911
3912 * MAINTAINERS: List myself for MIPS/Linux
3913 port.
3914
3915 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
3916
3917 * gdbserver/remote-utils.c (remote_open): Only
3918 check for F_SETOWN if we had F_SETFL and FASYNC.
3919
3920 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
3921
3922 From Michael Fedrowitz <michael.fedrowitz@informatik.uni-ulm.de>:
3923
3924 * config/m68k/linux.mh: Remove core-regset.o.
3925 * m68klinux-nat.c: Fix comment.
3926 (supply_gregset): Change argument to elf_gregset_t *.
3927 (supply_fpregset): Change argument to elf_fpregset_t *.
3928 (fetch_core_registers): New function.
3929 (linux_elf_core_fns): Define.
3930 (_initialize_m68k_linux_nat): New function.
3931
3932 2001-07-11 Andrew Cagney <ac131313@redhat.com>
3933
3934 * configure.tgt: Mark d10v as pure multi-arch.
3935 * config/d10v/tm-d10v.h: Delete file.
3936 * config/d10v/d10v.mt (TM_FILE): Delete.
3937
3938 2001-07-10 Andrew Cagney <ac131313@redhat.com>
3939
3940 * serial.h (typedef serial_t): Delete. Replace all references to
3941 serial_t with `struct serial *'.
3942 * serial.c: Update.
3943 * nindy-share/ttyflush.c: Update.
3944 * nindy-share/ttyflush.c: Update.
3945 * nindy-share/Onindy.c: Update.
3946 * nindy-share/nindy.c: Update.
3947 * remote-rdp.c: Update.
3948 * remote-sds.c: Update.
3949 * remote-st.c: Update.
3950 * remote-nindy.c: Update.
3951 * remote-mips.c: Update.
3952 * remote-e7000.c: Update.
3953 * remote-os9k.c: Update.
3954 * remote-nrom.c: Update.
3955 * remote-es.c: Update.
3956 * remote-array.c: Update.
3957 * ocd.c: Update.
3958 * mon960-rom.c: Update.
3959 * dsrec.c: Update.
3960 * inflow.c: Update.
3961 * ser-e7kpc.c: Update.
3962 * sparclet-rom.c: Update.
3963 * srec.h: Update.
3964 * ser-tcp.c: Update.
3965 * ser-go32.c: Update.
3966 * sparcl-tdep.c: Update.
3967 * w89k-rom.c: Update.
3968 * utils.c: Update.
3969 * sh3-rom.c: Update.
3970 * remote.c: Update.
3971 * ser-pipe.c: Update.
3972 * ser-unix.c: Update.
3973 * ser-unix.h: Update.
3974 * xmodem.c: Update.
3975 * xmodem.h: Update.
3976
3977 2001-07-11 J.T. Conklin <jtc@redback.com>
3978
3979 From Greg McGary <greg@mcgary.org>:
3980 * gdbserver/remote-utils.c (remote_open): Set gdbserver as "owner"
3981 of SIGIO.
3982 (input_interrupt): Don't block on read, in case we got redundant
3983 SIGIO. Don't gripe about redundant SIGIO.
3984 * gdbserver/low-hppabsd.c (mywait): Use waitpid(). Enable SIGIO
3985 handler while waiting.
3986 * gdbserver/low-linux.c (mywait): Likewise.
3987 * gdbserver/low-nbsd.c (mywait): Likewise.
3988 * gdbserver/low-sparc.c (mywait): Likewise.
3989
3990 2001-07-11 Keith Seitz <keiths@redhat.com>
3991
3992 * infrun.c (print_stop_reason): Add missing uiout field
3993 "reason" for SIGNAL_RECEIVED case.
3994
3995 2001-07-11 Mark Kettenis <kettenis@gnu.org>
3996
3997 * config/alpha/nm-linux.h (TARGET_ELF64, PSIGNAL_IN_SIGNAL_H):
3998 Remove unused macro's.
3999
4000 * config/powerpc/nm-linux.h (NO_SYS_REG_H): Remove, it's no longer
4001 used.
4002
4003 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4004
4005 * go32-nat.c (info_dos_cmdlist): New variable.
4006 (go32_info_dos_command): New function.
4007 (_initialize_go32_nat): Convert all DOS-specific commands into
4008 subcommands of "info dos". Suggested by Andrew Cagney
4009 <ac131313@redhat.com>.
4010
4011 2001-07-11 Mark Kettenis <kettenis@gnu.org>
4012
4013 * config/nm-linux.h: Fix comments.
4014
4015 * thread-db.c (enable_thread_event_reporting): Correct warning
4016 message about getting thread death breakpoint.
4017 Reported by John S Kallal <jskallal@home.com>.
4018
4019 * i386-tdep.c (i386_extract_return_value): "Fix" comment.
4020 (i386_store_return_value): Frob FPU status and tag word to make
4021 sure the return value is the only value on the FPU stack.
4022
4023 * config/tm-linux.h: Do not include <signal.h>. Instead provide
4024 reasonable defaults for REALTIME_LO and REALTIME_HI if they're not
4025 already defined.
4026 * config/nm-linux.h: Include <signal.h>.
4027 [__SIGRTMIN] (REALTIME_LO, REALTIME_HI): Define to __SIGRTMIN and
4028 (__SIGRTMAX + 1) respectively.
4029
4030 2001-07-10 Andrew Cagney <ac131313@redhat.com>
4031
4032 * mcore-rom.c: Include "serial.h".
4033 * Makefile.in (mcore-rom.o): Depends on "serial.h".
4034
4035 2001-07-10 Andrew Cagney <ac131313@redhat.com>
4036
4037 * Makefile.in (remote-bug.o): Depends on serial.h.
4038 * remote-bug.c: Include "serial.h".
4039 * MAINTAINERS: Mark m88k target as buildable.
4040 * TODO: Update.
4041
4042 2001-07-10 Jim Blandy <jimb@redhat.com>
4043
4044 Clean up the D10V port so that GDB and the target program no
4045 longer disagree on how big pointers are.
4046 * findvar.c (value_from_register): Remove special case code for D10V.
4047 * printcmd.c (print_frame_args): Same.
4048 * valops.c (value_at, value_fetch_lazy): Same.
4049 * values.c (unpack_long): Same.
4050 * gdbarch.sh: Changes to effect the following:
4051 * gdbarch.h (GDB_TARGET_IS_D10V, D10V_MAKE_DADDR,
4052 gdbarch_d10v_make_daddr_ftype, gdbarch_d10v_make_daddr,
4053 set_gdbarch_d10v_make_daddr, D10V_MAKE_IADDR,
4054 gdbarch_d10v_make_iaddr_ftype, gdbarch_d10v_make_iaddr,
4055 set_gdbarch_d10v_make_iaddr, D10V_DADDR_P,
4056 gdbarch_d10v_daddr_p_ftype, gdbarch_d10v_daddr_p,
4057 set_gdbarch_d10v_daddr_p, D10V_IADDR_P,
4058 gdbarch_d10v_iaddr_p_ftype, gdbarch_d10v_iaddr_p,
4059 set_gdbarch_d10v_iaddr_p, D10V_CONVERT_DADDR_TO_RAW,
4060 gdbarch_d10v_convert_daddr_to_raw_ftype,
4061 gdbarch_d10v_convert_daddr_to_raw,
4062 set_gdbarch_d10v_convert_daddr_to_raw, D10V_CONVERT_IADDR_TO_RAW,
4063 gdbarch_d10v_convert_iaddr_to_raw_ftype,
4064 gdbarch_d10v_convert_iaddr_to_raw,
4065 set_gdbarch_d10v_convert_iaddr_to_raw): Delete declarations.
4066 * gdbarch.c: Delete the corresponding definitions.
4067 (struct gdbarch): Delete members d10v_make_daddr,
4068 d10v_make_iaddr, d10v_daddr_p, d10v_iaddr_p,
4069 d10v_convert_daddr_to_raw, and d10v_convert_iaddr_to_raw.
4070 (startup_gdbarch): Remove initializers for the above.
4071 (verify_gdbarch, gdbarch_dump): Don't verify or dump them any
4072 more.
4073 * d10v-tdep.c (d10v_register_virtual_type): Rather that
4074 claiming the stack pointer and PC are 32 bits long (which they
4075 aren't), say that the stack pointer is an int16_t, and the
4076 program counter is a function pointer. This allows the rest
4077 of GDB to make the appropriate conversions between the code
4078 pointer format and real addresses.
4079 (d10v_register_convertible, d10v_register_convert_to_virtual,
4080 d10v_register_convert_to_raw): Delete function; no registers
4081 are convertible now, so we use
4082 generic_register_convertible_not instead.
4083 (d10v_address_to_pointer, d10v_pointer_to_address): New gdbarch
4084 methods.
4085 (d10v_push_arguments, d10v_extract_return_value): Remove special
4086 cases for code and data pointers.
4087 (d10v_gdbarch_init): Set gdbarch_ptr_bit to 16, so that GDB and
4088 the target agree on how large pointers are. Say that addresses
4089 are 32 bits long. Register the address_to_pointer and
4090 pointer_to_address conversion functions. Since no registers are
4091 convertible now, register generic_register_convertible_not as the
4092 gdbarch_register_convertible method instead of
4093 d10v_register_convertible. Remove registrations for
4094 d10v_register_convert_to_virtual,
4095 d10v_register_convert_to_raw, gdbarch_d10v_make_daddr,
4096 gdbarch_d10v_make_iaddr, gdbarch_d10v_daddr_p,
4097 gdbarch_d10v_iaddr_p, gdbarch_d10v_convert_daddr_to_raw, and
4098 gdbarch_d10v_convert_iaddr_to_raw.
4099
4100 * printcmd.c (print_scalar_formatted): If we are printing an
4101 address, remember that TARGET_ADDR_BIT is not always equal to
4102 TARGET_PTR_BIT.
4103
4104 * valops.c (value_cast): When casting a pointer to an integer,
4105 don't convert it to an address.
4106
4107 2001-07-10 Andrew Cagney <ac131313@redhat.com>
4108
4109 * remote-utils.h (struct serial): Declare as opaque. Remove
4110 include of "serial.h".
4111 * Makefile.in (remote_utils_h): Update.
4112
4113 * monitor.h (struct serial): Declare as opaque. Remove include of
4114 "serial.h".
4115 (struct monitor_ops): Replace serial_t with `struct serial *'.
4116 * monitor.c (monitor_desc): Ditto.
4117
4118 2001-07-10 Daniel Jacobowitz <drow@mvista.com>
4119
4120 * mips-linux-tdep.c: New file.
4121 * mips-linux-nat.c: New file.
4122 * config/mips/linux.mh: New file.
4123 * config/mips/linux.mt: New file.
4124 * config/mips/xm-linux.h: New file.
4125 * config/mips/nm-linux.h: New file.
4126 * config/mips/tm-linux.h: New file.
4127 * configure.host: Recognize mips*-*-linux*.
4128 * configure.tgt: Likewise.
4129 * NEWS: Mention mips*-*-linux* port.
4130
4131 2001-07-09 Andrew Cagney <ac131313@redhat.com>
4132
4133 * serial.h (struct serial): Rename `struct _serial_t'.
4134 * serial.c (XMALLOC): Define.
4135 (serial_open): Update. Use XMALLOC.
4136 (serial_fdopen): Ditto.
4137
4138 2001-07-07 Andrew Cagney <ac131313@redhat.com>
4139
4140 * gdbtypes.h (builtin_type_void_data_ptr): Rename
4141 builtin_type_ptr.
4142 * gdbtypes.c (builtin_type_void_data_ptr): Update.
4143 (build_gdbtypes): Update.
4144 (_initialize_gdbtypes): Update.
4145 * values.c (value_as_pointer): Update.
4146 * utils.c (host_pointer_to_address): Update.
4147 (address_to_host_pointer): Update.
4148
4149 2001-07-08 Andrew Cagney <ac131313@redhat.com>
4150
4151 * remote-udi.c (udi_wait): Make type, instead of name, of first
4152 parameter a ptid_t.
4153
4154 2001-07-07 Andrew Cagney <ac131313@redhat.com>
4155
4156 * ser-mac.c: Make obsolete.
4157 * Makefile.in (ser-mac.o): Ditto.
4158
4159 2001-07-08 Eli Zaretskii <eliz@is.elta.co.il>
4160
4161 * go32-nat.c (go32_get_windows_version, print_mem, go32_sysinfo)
4162 (read_memory_region, get_descriptor, display_descriptor)
4163 (go32_sldt, go32_sgdt, go32_sidt): New functions.
4164 (top-level): Include ctype.h, utsname.h, dos.h, and go32.h. Ifdef
4165 away `disable' from dos.h, since breakpoint.h defines an enum
4166 member of the same name, and GCC 2.7.2 barfs.
4167 (_initialize_go32_nat): Provide new commands dos-sysinfo, dos-ldt,
4168 dos-gdt, and dos-idt, all of them in the "info" class
4169
4170 2001-07-07 Kevin Buettner <kevinb@redhat.com>
4171
4172 * procfs.c (create_procinfo): Allocate space for saved_entryset
4173 and saved_exitset.
4174 (destroy_one_procinfo): Free space allocated to saved_entryset
4175 and saved_exitset.
4176
4177 2001-07-07 Andrew Cagney <ac131313@redhat.com>
4178
4179 * TODO (5.1): Update.
4180
4181 2001-07-07 Andrew Cagney <ac131313@redhat.com>
4182
4183 * symtab.c (main_name): New function.
4184 (set_main_name): New function.
4185 * symtab.h: Declare.
4186 * TODO: Update
4187
4188 From 2000-03-05 Anthony Green <green@redhat.com>:
4189 * dbxread.c (process_one_symbol): Handle the N_MAIN stab by
4190 setting main_name.
4191 * blockframe.c (inside_main_func): Use main_name instead of
4192 "main".
4193 * symtab.c (find_main_psymtab): Ditto.
4194 * source.c (select_source_symtab): Ditto.
4195 * nlmread.c (nlm_symfile_read): Ditto.
4196 * rs6000-tdep.c (skip_prologue): Ditto.
4197
4198 2001-07-07 Andrew Cagney <ac131313@redhat.com>
4199
4200 * TODO: Convert most items into PRs.
4201
4202 2001-07-07 Mark Kettenis <kettenis@gnu.org>
4203
4204 * lin-lwp.c (status_to_str): New function.
4205 (lin_lwp_wait): Use it to print debug messages where appropriate.
4206
4207 2001-07-06 Michael Chastain <chastain@redhat.com>
4208
4209 * i387-tdep.c (print_i387_value): Fix pointer glitch.
4210
4211 2001-07-07 Mark Kettenis <kettenis@gnu.org>
4212
4213 * lin-lwp.c (count_events_callback): Fix formatting. Turn check
4214 commented with "paranoia" into gdb_assert.
4215 (select_event_lwp_callback): Likewise.
4216 (cancel_breakpoints_callback): Bail out early if LP is the event
4217 LWP. Add comment about backup up breakpoints. Fix formatting and
4218 debug message.
4219 (select_event_lwp): Make solely repsonsible for switching event
4220 LWP. Fix formatting and remove bogus "ERROR" debug message.
4221 Don't backup breakpoints from here.
4222 (lin_lwp_wait): Don't touch LP->status, let select_event_lwp
4223 handle that. Only call select_event_lwp if we're not waiting for
4224 a specific LWP, i.e. when PID == -1. Backup breakpoints from here.
4225
4226 2001-07-06 Michael Snyder <msnyder@redhat.com>
4227
4228 * procfs.c (procfs_resume): Silence noisy warning.
4229
4230 2001-06-12 Michael Snyder <msnyder@redhat.com>
4231
4232 * lin-lwp.c: Prevent thread starvation by using a monte carlo
4233 method to choose which of several event threads to handle next.
4234
4235 (stop_wait_callback): Defer pushback of breakpoint events until
4236 later; add SIGTRAP events to the queue of unhandled events.
4237 Keep calling waitpid until SIGSTOP retrieved. If more than one
4238 non-SIGSTOP event is retrieved, push them back onto the process
4239 queue using kill.
4240 (count_events_callback, select_singlestep_lwp_callback,
4241 select_event_lwp_callback, cancel_breakpoints_callback,
4242 select_event_lwp): New functions. Implement monte carlo method
4243 for selecting which of several SIGTRAP threads to handle next.
4244 Push back the breakpoint event for all threads other than the
4245 selected one.
4246 (lin_lwp_wait): Call select_event_lwp to decide which of several
4247 sigtrapped lwps to handle next.
4248 (resume_callback): Disable code that attempts to handle
4249 step_resume breakpoints. Let core gdb handle this.
4250
4251 2001-07-06 Jim Blandy <jimb@redhat.com>
4252
4253 * gdbtypes.h (builtin_type_void_func_ptr): New builtin type.
4254 * gdbtypes.c (builtin_type_void_func_ptr): Define the variable.
4255 (build_gdbtypes): Initialize it.
4256 (_initialize_gdbtypes): Swap it.
4257
4258 2001-07-04 Daniel Jacobowitz <drow@mvista.com>
4259
4260 * mips-tdep.c (mips32_op): Correct offset.
4261 (itype_op): Likewise.
4262 (itype_rs): Fix formatting.
4263 (itype_immediate): Fix formatting.
4264 (jtype_op): Correct offset.
4265 (jtype_target): Fix formatting.
4266 (rtype_op): Correct offset.
4267 (rtype_rs): Fix formatting.
4268 (rtype_rt): Likewise.
4269 (rtype_rd): Likewise.
4270 (rtype_shamt): Likewise.
4271 (rtype_funct): Likewise.
4272
4273 (mips32_next_pc): Fix formatting and comments. Recognize
4274 coprocessor 1 branches. Check the correct field for BLT family
4275 branches. Use itype_rt instead of itype_rs for the second register
4276 of a BNE or BNEL branch. Move (unreachable) default case.
4277
4278 2001-07-04 Andrew Cagney <ac131313@redhat.com>
4279
4280 * ui-out.h (struct ui_out_impl): Add field is_mi_like_p.
4281 (ui_out_is_mi_like_p): Declare.
4282 * ui-out.c (ui_out_is_mi_like_p): Define.
4283 (default_ui_out_impl): Initialize is_mi_like_p to zero.
4284 * cli-out.c (cli_ui_out_impl): Ditto.
4285 * breakpoint.c (print_it_typical): Use ui_out_is_mi_like_p.
4286 (watchpoint_check, print_one_breakpoint, mention): Ditto.
4287 * infrun.c (print_stop_reason, normal_stop): Ditto.
4288
4289 2001-07-05 Daniel Jacobowitz <drow@mvista.com>
4290
4291 * mips-tdep.c (mips_software_single_step): New function.
4292 * config/mips/tm-mips.h: Add prototype for
4293 mips_software_single_step.
4294
4295 2001-07-05 Daniel Jacobowitz <drow@mvista.com>
4296
4297 * ppc-linux-nat.c (supply_gregset): Use elf_greg_t instead
4298 of greg_t.
4299 (fill_gregset): Likewise.
4300
4301 2001-07-05 Andrew Cagney <ac131313@redhat.com>
4302
4303 * objfiles.c (open_mapped_file): Use lbasename instead of
4304 basename.
4305
4306 2001-07-05 Jim Blandy <jimb@redhat.com>
4307
4308 * d10v-tdep.c (d10v_frame_chain, d10v_frame_init_saved_regs,
4309 show_regs, d10v_read_pc, d10v_write_pc, d10v_read_sp,
4310 d10v_write_sp, d10v_write_fp, d10v_read_fp,
4311 d10v_push_return_address): Call the functions d10v_make_daddr,
4312 d10v_make_iaddr, d10v_convert_iaddr_to_raw, and
4313 d10v_convert_daddr_to_raw, not the global macros D10V_MAKE_DADDR,
4314 D10V_MAKE_IADDR, D10V_CONVERT_IADDR_TO_RAW, and
4315 D10V_CONVERT_DADDR_TO_RAW.
4316
4317 * dwarf2read (dwarf2_build_psymtabs_hard): Doc fix.
4318
4319 2001-07-05 Mark Kettenis <kettenis@gnu.org>
4320
4321 * config/i386/xm-go32.h (HOST_I386): Removed.
4322 * config/i386/xm-linux.h (HOST_I386): Removed.
4323
4324 2001-07-04 Mark Kettenis <kettenis@gnu.org>
4325
4326 * i387-tdep.c (print_i387_value): Add extra space after final full
4327 stop in comment.
4328
4329 2001-07-04 Andrew Cagney <ac131313@redhat.com>
4330
4331 * TODO (5.1): Update. Doco changes committed.
4332
4333 2001-06-29 Andrew Cagney <ac131313@redhat.com>
4334
4335 * config/arm/tm-arm.h: Include "floatformat.h".
4336
4337 2001-06-29 Andrew Cagney <ac131313@redhat.com>
4338
4339 * i387-tdep.c: Include "gdb_assert.h".
4340 (print_i387_value): Use extract_floating to extract the FP value
4341 from a zero padded local buffer.
4342
4343 2001-06-28 Andrew Cagney <ac131313@redhat.com>
4344
4345 * TODO: Delete all thread items. The thread code was overhauled.
4346
4347 2001-07-04 Elena Zannoni <ezannoni@redhat.com>
4348
4349 * memattr.c (create_mem_region): Move n to next memory region,
4350 to avoid infinite loop.
4351
4352 * memattr.h: Add copyright statement.
4353 * memattr.c: Ditto.
4354
4355 2001-07-04 Jim Blandy <jimb@redhat.com>
4356
4357 * dwarf2read.c (struct partial_die_info): New member: has_pc_info.
4358 (read_partial_die): Delete fourth argument; we return this info in
4359 the struct partial_die_info object itself now.
4360 (dwarf2_build_psymtabs_hard, scan_partial_symbols): Use the
4361 has_pc_info field of the partial die struct, rather than passing a
4362 variable by reference to read_partial_die.
4363
4364 * dwarf2read.c (dwarf2_build_psymtabs_hard): Remove extraneous
4365 code in loop condition.
4366
4367 2001-07-03 Michael Snyder <msnyder@redhat.com>
4368
4369 * thread_db (find_new_threads_callback, thread_db_thread_alive,
4370 attach_thread): Update comments.
4371
4372 2001-06-29 Ken Whaley <ken@believe.com>
4373
4374 * thread-db.c (attach_thread): Check for TD_THR_ZOMBIE in addition
4375 to TD_THR_UNKNOWN when looking for defunct zombie threads.
4376 (thread_db_thread_alive): Ditto.
4377 (find_new_threads_callback): Ditto.
4378
4379 2001-07-02 Daniel Jacobowitz <drow@mvista.com>
4380
4381 * MAINTAINERS: Add myself to the write-after-approval list.
4382
4383 2001-07-02 Daniel Jacobowitz <drow@mvista.com>
4384
4385 * solib-svr4.c: Include "elf/mips.h".
4386 (elf_locate_base): Make DT_MIPS_RLD_MAP block unconditional.
4387
4388 2001-07-02 Jim Blandy <jimb@redhat.com>
4389
4390 * dwarf2read.c (read_comp_unit, sibling_die, dump_die,
4391 dump_die_list, store_in_ref_table, follow_die_ref): Make these
4392 static; they're private functions.
4393
4394 2001-07-01 Mark Elbrecht <snowball@bigfoot.com>
4395
4396 * coffread.c (coff_symfile_read): Parse DWARF2 info if present.
4397
4398 2001-06-28 Elena Zannoni <ezannoni@redhat.com>
4399
4400 * TODO: Add import of readline 4.2 as a gdb 5.2 task.
4401
4402 2001-06-29 Andrew Cagney <ac131313@redhat.com>
4403
4404 * config/djgpp/fnchange.lst: Sort.
4405
4406 2001-06-28 Andrew Cagney <ac131313@redhat.com>
4407
4408 * config/djgpp/fnchange.lst: Rename mi0-var-block.exp,
4409 mi0-var-cmd.exp, mi0-var-child.exp and mi0-var-display.exp.
4410
4411 2001-06-29 Andreas Jaeger <aj@suse.de>
4412
4413 * MAINTAINERS: Add myself to the write-after-approval list.
4414
4415 2001-06-28 Andrew Cagney <ac131313@redhat.com>
4416
4417 * remote-array.c (SWAP_TARGET_AND_HOST): Delete macro.
4418 (get_hex_word): Don't use HOST_BYTE_ORDER.
4419 (array_fetch_registers): Add variable ``reg''. Use
4420 store_unsigned_integer to byte-swap the register. Delete unused
4421 local ``regs''.
4422
4423 2001-06-28 Andrew Cagney <ac131313@redhat.com>
4424
4425 * MAINTAINERS: Add Per Bothner to Java maintainers.
4426
4427 2001-06-28 Andrew Cagney <ac131313@redhat.com>
4428
4429 * rdi-share/unixcomm.c (SERIAL_PREFIX): Always provide a default.
4430 * rdi-share/hostchan.h (__unix): Hack, provide a default value.
4431 * rdi-share/host.h (__unix): Hack, define when __NetBSD__.
4432 * TODO: Update.
4433 * MAINTAINERS: Update. arm-elf builds.
4434
4435 2001-06-28 Jim Blandy <jimb@redhat.com>
4436
4437 * d10v-tdep.c (d10v_ts2_dmap_register): Doc fix.
4438
4439 * d10v-tdep.c (d10v_frame_chain_valid, d10v_use_struct_convention,
4440 d10v_breakpoint_from_pc, d10v_register_byte,
4441 d10v_register_raw_size, d10v_register_virtual_size,
4442 d10v_register_virtual_type, d10v_register_convertible,
4443 d10v_register_convert_to_virtual, d10v_register_convert_to_raw,
4444 d10v_make_daddr, d10v_make_iaddr, d10v_daddr_p, d10v_iaddr_p,
4445 d10v_convert_iaddr_to_raw, d10v_convert_daddr_to_raw,
4446 d10v_store_struct_return, d10v_store_return_value,
4447 d10v_extract_struct_value_address, d10v_frame_saved_pc,
4448 d10v_saved_pc_after_call, d10v_pop_frame, d10v_skip_prologue,
4449 d10v_frame_chain, d10v_frame_init_saved_regs,
4450 d10v_init_extra_frame_info, d10v_read_pc, d10v_write_pc,
4451 d10v_read_sp, d10v_write_sp, d10v_write_fp, d10v_read_fp,
4452 d10v_push_return_address, d10v_push_arguments,
4453 d10v_extract_return_value): Make these functions static.
4454
4455 2001-06-28 Andrew Cagney <ac131313@redhat.com>
4456
4457 From Fernando Nasser:
4458 * infrun.c (handle_inferior_event): Handle "nexti" inside function
4459 prologues.
4460
4461 2001-06-28 Michael Snyder <msnyder@redhat.com>
4462
4463 * infrun.c (handle_inferior_event): Replace prev_pc test in all
4464 calls to bpstat_stop_status (removed in 1999-09-24). This test
4465 helps distinguish stepping over a breakpoint trap from stepping
4466 thru a jump to the instruction after a breakpoint trap.
4467 (handle_inferior_event): Don't bother writing the PC if
4468 DECR_PC_AFTER_BREAK is zero (optimization).
4469 * breakpoint.c (bpstat_stop_status): Add comment explaining the
4470 purpose and usage of the "not_a_breakpoint" argument in computing
4471 the breakpoint address.
4472
4473 2001-06-28 Andrew Cagney <ac131313@redhat.com>
4474
4475 From 2000-12-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
4476 * monitor.c (setmem_resp_delim_pattern): New regexp pattern.
4477 (setreg_resp_delim_pattern): Likewise.
4478 (setmem_resp_delim_fastmap): New buffer.
4479 (setreg_resp_delim_fastmap): Likewise.
4480 (monitor_open): Initialize above regexp if they are defined.
4481 (monitor_write_memory): Use regexp to check the result of write.
4482 (monitor_store_register): Likewise to check result of register set.
4483
4484 2001-06-28 Andrew Cagney <ac131313@redhat.com>
4485
4486 From 2000-06-14 John Marshall <john_w_marshall@palm.com>:
4487 * coff-solib.c: Include symfile.h and objfiles.h to make
4488 OBJF_SHARED visible.
4489
4490 2001-06-28 Andrew Cagney <ac131313@redhat.com>
4491
4492 * configure.in (--enable-gdbmi): Enable by default.
4493 * configure: Regenerate.
4494 * TODO: Update.
4495 * NEWS: Update
4496
4497 2001-06-28 Joel Brobecker <brobecker@act-europe.fr>
4498
4499 * solib-osf.c (osf_in_dynsym_resolve_code): Add a comment
4500 explaining the consequences of always returning zero. No code
4501 change.
4502
4503 2001-06-28 Andrew Cagney <ac131313@redhat.com>
4504
4505 From 2001-06-08 Daniel Jacobowitz <djacobowitz@mvista.com>:
4506 * defs.h (enum target_signal): Add TARGET_SIGNAL_REALTIME_65
4507 to TARGET_SIGNAL_REALTIME_127.
4508 * target.c (struct signals): Add SIG63 to SIG127.
4509 (target_signal_from_host): Handle up to 127 signals.
4510 (do_target_signal_to_host): Likewise.
4511
4512 2001-06-27 Andrew Cagney <ac131313@redhat.com>
4513
4514 * remote-sds.c (sds_start_remote): Change type of ``c'' to int
4515 from possibly unsigned char.
4516
4517 2001-06-27 Andrew Cagney <ac131313@redhat.com>
4518
4519 * ser-ocd.c: Delete file.
4520 * Makefile.in (ALLDEPFILES): Remove ser-ocd.c
4521 (ser-ocd.o): Delete target.
4522 * TODO: Update.
4523 * NEWS: Update.
4524
4525 2001-06-27 Andrew Cagney <ac131313@redhat.com>
4526
4527 * MAINTAINERS (Write After Approval): Sort.
4528 (Past Maintainers): Daniel Berlin stepped down as C++ maintainer.
4529
4530 2001-06-26 Andrew Cagney <ac131313@redhat.com>
4531
4532 * breakpoint.c (breakpoint_1): Always output the breakpoint
4533 headings. Leave it to ui-out to decide which
4534
4535 2001-06-25 Andrew Cagney <ac131313@redhat.com>
4536
4537 * stack.c (print_frame): For ui_out, output a list of arguments.
4538
4539 2001-06-25 Kevin Buettner <kevinb@redhat.com>
4540
4541 * MAINTAINERS (paper trail): Update.
4542
4543 2001-06-25 Michael Snyder <msnyder@redhat.com>
4544
4545 * infrun.c: Eliminate the "thread_step_needed" state variable,
4546 and replace it with a relatively simple test in resume.
4547 (resume): Replace thread_step_needed logic with a test for
4548 stepping, breakpoint_here_p and breakpoints_inserted.
4549 Move CANNOT_STEP_BREAKPOINT logic to after thread_step logic.
4550 (proceed): Discard thread_step_needed logic.
4551 (wait_for_inferior, fetch_inferior_event, handle_inferior_event):
4552 Discard thread_step_needed logic.
4553
4554 2001-06-24 Fernando Nasser <fnasser@redhat.com>
4555
4556 * remote-rdi.c (arm_rdi_wait): Fix return type in prototype.
4557 * rdi-share/host.h: Add missing parenthesis in conditional.
4558
4559 2001-06-22 J.T. Conklin <jtc@redback.com>
4560
4561 * configure.in: include nlist.h when checking for member som_addr
4562 in struct so_map.
4563 * configure: regenerate.
4564
4565 2001-06-21 Keith Seitz <keiths@redhat.com>
4566
4567 * cli-out.c (cli_out_new): Initialize new structure member
4568 "suppress_output".
4569
4570 2001-06-20 Andrew Cagney <ac131313@redhat.com>
4571
4572 * ui-out.h (ui_out_table_header): Add parameter ``col_name''.
4573 (table_header_ftype): Ditto.
4574 * cli-out.c (cli_table_header): Update.
4575 * ui-out.c (ui_out_table_header): Update.
4576 (uo_table_header): Update.
4577 (default_table_header): Update.
4578 (append_header_to_list): Update.
4579 (struct ui_out_header): Add field ``col_name''.
4580 (append_header_to_list): Use xstrdup. Initialize col_name.
4581 * breakpoint.c (breakpoint_1): Pass COL_NAME to
4582 ui_out_table_header.
4583
4584 2001-06-19 Andrew Cagney <ac131313@redhat.com>
4585
4586 * cli-out.c: Include "gdb_assert.h'.
4587 (struct ui_out_data): Add field ``suppress_output.
4588 (cli_table_begin): When NR_ROWS is zero, suppress_output.
4589 (cli_table_end): Clear suppress_output.
4590 (cli_table_body): Check suppress_output.
4591 (cli_table_header, cli_begin): Ditto.
4592 (cli_end, cli_field_int, cli_field_skip): Ditto.
4593 (cli_field_string, cli_field_fmt, cli_spaces): Ditto.
4594 (cli_text, cli_message, cli_wrap_hint): Ditto.
4595 * breakpoint.c (breakpoint_1): Close the ui_out table before
4596 printing the breakpoint not found message.
4597
4598 2001-06-18 Andrew Cagney <ac131313@redhat.com>
4599
4600 * ui-out.c (ui_out_table_begin): Add parameter ``nr_rows''.
4601 (default_table_begin): Ditto.
4602 (uo_table_begin): Ditto.
4603 * cli-out.c (cli_table_begin): Ditto.
4604 * ui-out.h (ui_out_table_begin): Update
4605 (table_begin_ftype): Update.
4606 * breakpoint.c (breakpoint_1): Pass nr_printable_breakpoints to
4607 ui_out_table_begin.
4608
4609 2001-06-16 Andrew Cagney <ac131313@redhat.com>
4610
4611 * breakpoint.c (breakpoint_1): Restructure. Compute the
4612 nr_printable_breakpoints. Move the header output to before the
4613 main print breakpoints loop.
4614 (user_settable_breakpoint): New function.
4615
4616 2001-06-18 Andrew Cagney <ac131313@redhat.com>
4617
4618 * infrun.c, breakpoint.c: Use strncmp as the "mi" test. Allow,
4619 "mi", "mi0" and "mi1".
4620
4621 2001-06-17 Andrew Cagney <ac131313@redhat.com>
4622
4623 * gdbarch.sh: Generate an error when conflicting macro
4624 definitions. Generate an error when both pure multi-arch and
4625 "tm.h".
4626 * gdbarch.h, gdbarch.c: Regenerate.
4627 * defs.h (GDB_MULTI_ARCH_TM): Rewrite definition.
4628
4629 2001-06-17 Andrew Cagney <ac131313@redhat.com>
4630
4631 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Down grade to
4632 GDB_MULTI_ARCH_PARTIAL from two.
4633
4634 2001-06-17 Fernando Nasser <fnasser@redhat.com>
4635
4636 From 2001-06-15 Eirik Fuller <eirik@hackrat.com>
4637 * cli/cli-script.c (free_command_lines): Reset list pointer.
4638
4639 2001-06-16 Andrew Cagney <ac131313@redhat.com>
4640
4641 * arch-utils.c (init_frame_pc_default): New function
4642 * arch-utils.h (init_frame_pc_default): Declare.
4643 * gdbarch.sh (INIT_FRAME_PC): Default to init_frame_pc_default and
4644 not init_frame_pc_noop.
4645 * gdbarch.h, gdbarch.c: Re-generate.
4646 * blockframe.c (INIT_FRAME_PC): Delete macro definition.
4647 * mips-tdep.c (mips_gdbarch_init): Set init_frame_pc to
4648 init_frame_pc_noop.
4649
4650 2001-06-16 Andrew Cagney <ac131313@redhat.com>
4651
4652 * gdbarch.c: Regenerate. Out-of-sync with gdbarch.sh.
4653
4654 2001-06-15 Andrew Cagney <ac131313@redhat.com>
4655
4656 * gdbarch.sh (CANNOT_FETCH_REGISTER): Multi-arch.
4657 (CANNOT_STORE_REGISTER): Ditto.
4658 * infptrace.c (CANNOT_FETCH_REGISTER): Delete definition.
4659 (CANNOT_STORE_REGISTER): Ditto.
4660 * regcache.c (CANNOT_STORE_REGISTER): Ditto.
4661 * lynx-nat.c (CANNOT_STORE_REGISTER): Ditto.
4662 * arch-utils.h (cannot_register_not): Define.
4663 * arch-utils.c (cannot_register_not): Declare.
4664
4665 2001-06-15 Andrew Cagney <ac131313@redhat.com>
4666
4667 * gdbarch.sh: Clarify pre/post default
4668 (INIT_FRAME_PC_FIRST, INIT_FRAME_PC): Multiarch.
4669 * blockframe.c (get_prev_frame): Remove #ifdef from around
4670 INIT_FRAME_PC_FIRST call.
4671 * arch-utils.c (init_frame_pc_noop): Define.
4672 * arch-utils.h (init_frame_pc_noop): Declare.
4673 * config/mips/tm-mips.h (INIT_FRAME_PC_FIRST): Delete.
4674 (INIT_FRAME_PC, mips_init_frame_pc_first): Ditto.
4675 * mips-tdep.c (mips_init_frame_pc_first): Make static.
4676 (mips_gdbarch_init): Initialize init_frame_pc_first.
4677 (mips_dump_tdep): Update.
4678
4679 2001-06-15 Michael Snyder <msnyder@redhat.com>
4680
4681 * infrun.c (context_switch): New function. Abstract the operation
4682 of saving and restoring infrun's state when switching threads.
4683 (handle_inferior_event): Normalize the handling of the 'thread hop'
4684 event (when the wrong thread hits a thread-specific breakpoint,
4685 and we need to solo-step that thread past the breakpoint).
4686 Call keep_going, instead of target_resume. Handle the subsequent
4687 singlestep-trap as a normal event instead of just resuming.
4688
4689 2001-06-15 Andrew Cagney <ac131313@redhat.com>
4690
4691 * arch-utils.c (core_addr_identity): New function. Rename
4692 default_convert_from_func_ptr_addr.
4693 * gdbarch.sh (CONVERT_FROM_FUNC_PTR_ADDR): Update.
4694 (ADDR_BITS_REMOVE): Define. Default to core_addr_identity.
4695 * defs.h (ADDR_BITS_REMOVE): Delete macro definition.
4696 * config/mips/tm-mips.h (ADDR_BITS_REMOVE): Delete definition.
4697 * mips-tdep.c (mips_addr_bits_remove): Make static.
4698 (mips_gdbarch_init): Initialize addr_bits_remove.
4699
4700 2001-06-15 Andrew Cagney <ac131313@redhat.com>
4701
4702 From 2001-02-26 D.J. Barrow <djbarrow@de.ibm.com>:
4703 * configure.tgt: Add S/390 31 & 64 bit target configuration.
4704 * configure.host: Ditto for host.
4705
4706 2001-06-15 Andrew Cagney <ac131313@redhat.com>
4707
4708 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS_P): Delete definition.
4709 (EXTRACT_STRUCT_VALUE_ADDRESS): Change to a function with
4710 predicate.
4711 * gdbarch.h, gdbarch.c: Regenerate.
4712 * values.c (value_being_returned): Change the reference to
4713 EXTRACT_STRUCT_VALUE_ADDRESS_P to a function call.
4714
4715 2001-06-15 Joel Brobecker <brobecker@act-europe.fr>
4716
4717 * MAINTAINERS: Add Paul Hilfinger and Joel Brobecker to the
4718 Write After Approval list.
4719
4720 2001-06-14 Michael Snyder <msnyder@redhat.com>
4721
4722 * remote.c (show_remote_protocol_qSymbol_packet_cmd,
4723 set_remote_protocol_qSymbol_packet_cmd): New functions.
4724 (init_all_packet_configs, show_remote_cmd): Add qSymbol packet.
4725 (remote_check_symbols): New function. Implement qSymbol packet,
4726 allowing target to request symbol lookup service from gdb.
4727 (remote_open_1, remote_async_open_1): Call remote_check_symbols,
4728 allowing symbol lookup from exec_bfd on connection to target.
4729 (remote_new_objfile): New function. Catch new objfile notifications
4730 from shared library module, and call remote_check_symbols.
4731 (_initialize_remote): Hook remote_new_objfile into the shared
4732 library notification chain. Add "set remote symbol-lookup" command.
4733
4734 2001-06-14 Keith Seitz <keiths@redhat.com>
4735
4736 * tracepoint.c (trace_command): We now have tracepoint
4737 events. Get rid of those ugly hooks.
4738 (tracepoint_operation): Likewise.
4739 (trace_pass_command): Likewise.
4740
4741 2001-06-13 Michael Snyder <msnyder@redhat.com>
4742
4743 * gdbthread.h (struct thread_info): Add new fields:
4744 current_line, current_symtab, step_sp, for saved infrun state.
4745 * thread.c (save_infrun_state, load_infrun_state): Save and
4746 restore current_line, current_symtab, and step_sp.
4747 (add_thread): Rather than adding assignments to initialize
4748 the new fields, just use memset (tp, 0, sizeof (*tp).
4749 This way future new fields will not be overlooked.
4750 * infrun.c (handle_inferior_event): Save and restore save_sp,
4751 current_line, and current_symtab when switching threads.
4752
4753 2001-06-13 Elena Zannoni <ezannoni@redhat.com>
4754
4755 * MAINTAINERS: Add Andrew Cagney as co-maintainer of
4756 testsuite/gdb.mi.
4757
4758 2001-06-11 Andrew Cagney <ac131313@redhat.com>
4759
4760 * symtab.c (lookup_symtab_1): Replace basename with lbasename.
4761 (lookup_partial_symtab, file_matches): Ditto.
4762 (make_source_files_completion_list): Ditto.
4763 (make_file_symbol_completion_list): Ditto. Make local char*
4764 variable ``tail'' constant.
4765 (make_source_files_completion_list): Ditto with ``base_name''.
4766 * source.c (open_source_file): Use lbasename. Make ``p'' const
4767 char *.
4768
4769 2001-06-13 Eli Zaretskii <eliz@is.elta.co.il>
4770
4771 * config/i386/xm-go32.h (SLASH_P, ROOTED_P, SLASH_CHAR)
4772 (SLASH_STRING): Remove unused definitions.
4773 * config/i386/xm-cygwin.h: Likewise.
4774
4775 2001-06-12 Andrew Cagney <ac131313@redhat.com>
4776
4777 * ui-out.c (ui_out_list_begin): Add parameter ``id''.
4778 (make_cleanup_ui_out_list_begin_end): Ditto. Open the list.
4779 * ui-out.h: Update declarations.
4780
4781 Mon Jun 11 17:26:43 2001 Andrew Cagney <cagney@b1.cygnus.com>
4782
4783 * source.c (openp): Make parameters ``path'' and ``string''
4784 constant.
4785 (openp): Use alloca to safely duplicate ``string''. Make local
4786 variables ``p'' and ``p1'' constant. Delete char* casts.
4787 * defs.h: Update.
4788
4789 * symtab.c (lookup_symtab_1): Make parameter ``name'' constant.
4790 (lookup_symtab, lookup_partial_symtab): Ditto.
4791 * symtab.h (lookup_symtab, lookup_partial_symtab): Update.
4792
4793 2001-06-11 Andrew Cagney <ac131313@redhat.com>
4794
4795 * ui-out.h (ui_out_table_begin): Make char* parameters constant.
4796 (ui_out_table_header, ui_out_field_int): Ditto.
4797 (ui_out_field_core_addr, ui_out_field_string): Ditto.
4798 (ui_out_field_stream, ui_out_field_fmt): Ditto.
4799 (ui_out_field_skip, ui_out_text, ui_out_message): Ditto.
4800 * ui-out.c (ui_out_table_begin, ui_out_table_header): Update.
4801 (ui_out_field_core_addr, ui_out_field_stream): Update.
4802 (ui_out_field_string, ui_out_field_fmt): Update.
4803 (ui_out_text, ui_out_message): Update.
4804 (append_header_to_list): Make char* parameters constant.
4805 (uo_table_header, uo_table_begin): Ditto.
4806 (uo_field_int, uo_field_skip): Ditto.
4807 (uo_field_string, uo_field_fmt): Ditto.
4808 (uo_text, uo_message): Ditto.
4809
4810 2001-06-11 Eli Zaretskii <eliz@is.elta.co.il>
4811
4812 * completer.c (gdb_completer_loc_break_characters): New variable.
4813 (line_completion_function): If we are completing on locations,
4814 back up the start of word pointer past all characters which can
4815 appear in a location spec.
4816 (location_completer): New function.
4817
4818 * completer.h: Add prototype for location_completer.
4819
4820 * symtab.c (make_source_files_completion_list)
4821 (add_filename_to_list, not_interesting_fname): New functions.
4822 (filename_seen): New function, body extracted from
4823 output_source_filename.
4824 (output_source_filename): Call filename_seen to check if the file
4825 was already printed.
4826 (make_symbol_completion_list): If TEXT includes a
4827 double-quoted string, return an empty list, not NULL.
4828 (make_file_symbol_completion_list): New function, similar to
4829 make_symbol_completion_list but with an additional argument
4830 SRCFILE.
4831
4832 * symtab.h (make_file_symbol_completion_list)
4833 (make_source_files_completion_list): Add prototypes.
4834
4835 * breakpoint.c (_initialize_breakpoint): Make location_completer
4836 be the completion function for all commands which set breakpoints
4837 and watchpoints.
4838 (top-level): #include "completer.h".
4839
4840 * tracepoint.c (_initialize_tracepoint): Make location_completer
4841 be the completion function for the "trace" command.
4842 (top-level): #include "completer.h".
4843
4844 * printcmd.c (_initialize_printcmd): Make location_completer be
4845 the completion function for the "print", "inspect", "call", and
4846 "disassemble" commands.
4847 (top-level): #include "completer.h".
4848
4849 * infcmd.c (_initialize_infcmd): Make location_completer be the
4850 completion function for the "go", "jump", and "until" commands.
4851 (top-level): #include "completer.h".
4852
4853 2001-06-10 Christopher Faylor <cgf@redhat.com>
4854
4855 * gnu-regex.c: Eliminate obsolete check for _MSC_VER.
4856 * utils.c (notice_quit): Remove dummy function only used for _MSC_VER.
4857 * values.c (unpack_double): Remove obsolete check for _MSC_VER.
4858 * defs.h: Ditto.
4859 * m32r-rom.c: Ditto.
4860 * p-exp.y: Ditto.
4861 * ser-e7kpc.c: Ditto. Define WIN32_LEAN_AND_MEAN under _WIN32, for
4862 faster compilation.
4863 (get_ds_base): Remove _MSC_VER version of this function.
4864 * nindy-share/ttyflush.c: Ditto.
4865 * rdi-share/host.h: Ditto.
4866 * ser-go32.c (dos_readchar): Remove call to obsolete function.
4867 * remote-sim.c (gdb_os_poll_quit): Ditto.
4868 * remote-e7000.c (expect): Remove obsolete #if 0'ed code.
4869
4870 * main.c (captured_main): Eliminate special Cygwin checks.
4871 * ser-tcp.c: Remove unneeded __CYGWIN__ guard against system include.
4872
4873 2001-06-09 Andrew Cagney <ac131313@redhat.com>
4874
4875 * Makefile.in (gdbcmd_h): Add ui_out_h.
4876 (breakpoint.o, infcmd.o, main.o, printcmd.o, stack.o): Ditto.
4877 (thread.o, top.o): Ditto.
4878
4879 * ui-out.h (table_begin_ftype): Make string parameters constant.
4880 (table_header_ftype): Ditto.
4881 (field_int_ftype): Ditto.
4882 (field_skip_ftype): Ditto.
4883 (field_string_ftype): Ditto.
4884 (field_fmt_ftype): Ditto.
4885 (text_ftype): Ditto.
4886 (message_ftype): Ditto.
4887 * cli-out.c (cli_table_begin): Ditto.
4888 (cli_table_header): Ditto.
4889 (cli_field_int): Ditto.
4890 (cli_field_skip): Ditto.
4891 (cli_field_string): Ditto.
4892 (cli_field_fmt): Ditto.
4893 (cli_text): Ditto.
4894 (cli_message): Ditto.
4895 (out_field_fmt): Ditto.
4896 * ui-out.c (default_table_begin): Ditto.
4897 (default_table_header): Ditto.
4898 (default_field_int): Ditto.
4899 (default_field_skip): Ditto.
4900 (default_field_string): Ditto.
4901 (default_field_fmt): Ditto.
4902 (default_text): Ditto.
4903 (default_message): Ditto.
4904
4905 2001-06-08 Michael Snyder <msnyder@redhat.com>
4906
4907 * breakpoint.c (delete_breakpoint): Pass mark_inserted to
4908 remove_breakpoint, so that the subsequent test for
4909 bpt->inserted will succeed, and duplicates will be fixed up.
4910
4911 2001-06-08 Per Bothner <per@bothner.com>
4912
4913 * dwarf2read.c (set_cu_language): Handle DW_LANG_Java.
4914
4915 2001-06-07 Keith Seitz <keiths@redhat.com>
4916
4917 * tracepoint.c (tracepoint_opertation): Add ui event
4918 notifications.
4919 (trace_pass_command): Ditto.
4920
4921 2001-06-07 Andrew Cagney <ac131313@redhat.com>
4922
4923 * MAINTAINERS (Write After Approval): Note the entry criteria.
4924 (HP/PA): Jeff Law stepped down
4925
4926 2001-06-07 Jim Blandy <jimb@redhat.com>
4927
4928 * gdbarch.sh: Make sure that '[' doesn't interpret interesting
4929 variable values as operators.
4930
4931 2001-06-07 Keith Seitz <keiths@redhat.com>
4932
4933 * gdb-events.sh: Fix quote escaping which was obsoleted
4934 by last patch.
4935
4936 2001-06-07 Keith Seitz <keiths@redhat.com>
4937
4938 * gdb-events.sh: Make if statements and tests
4939 a little more portable.
4940 Don't use shell's echo command to put strings containing
4941 escaped characeters into a file -- different flavors of /bin/sh
4942 require differnt levels of escaping. Use cat <<EOF instead.
4943 Our internal field separator is a colon. Change all
4944 commands which assume it is a space.
4945
4946 2001-06-06 Mark Kettenis <kettenis@gnu.org>
4947
4948 * lin-lwp.c (struct lwp_info): Add member `resumed'.
4949 (iterate_over_lwps): Make sure we can handle CALLBACK deleting the
4950 LWP it's called for.
4951 (lin_lwp_attach): Mark LWP as resumed to make sure the fake
4952 SIGSTOP is reported.
4953 (resume_clear_callback): New function.
4954 (resume_set_callback): New function.
4955 (lin_lwp_resume): Mark all LWP's that we're going to resume as
4956 resumed, and unmark all others.
4957 (status_callback): Only report a pending wait status if we pretend
4958 that LP has been resumed.
4959 (resumed_callback): New function.
4960 (lin_lwp_wait): Add assertions to check that LWP's are properly
4961 marked as resumed. Partially revert 2001-05-25 patch by Michael
4962 Snyder: do not resume all threads. Add comment explaining the
4963 problems associated with this bit of code.
4964
4965 2001-06-07 Keith Seitz <keiths@redhat.com>
4966
4967 * MAINTAINTERS: Syd Polk is stepping down from
4968 maintaining libgui. I am replacing him.
4969
4970 2001-06-07 Eli Zaretskii <elis@is.elta.co.il>
4971
4972 * config/mips/tm-irix6.h: New file.
4973
4974 * config/mips/irix6.mh: New file.
4975
4976 * config/mips/irix6.mt: New file.
4977
4978 * config/mips/xm-irix6.h: New file.
4979
4980 * config/mips/nm-irix6.h: New file.
4981
4982 * mips-tdep.c (mips_gdbarch_init) <MIPS_ABI_N32>: Set up the
4983 disassembler info in tm_print_insn_info as appropriate for the N32
4984 ABI. Force N32 ABI to be the default if the CPU is R8000 or
4985 R10000.
4986
4987 * configure.tgt (mips*-sgi-irix6*): Map to irix6.
4988
4989 * configure.host (mips*-sgi-irix6*): Ditto.
4990
4991 2001-06-07 Andrew Cagney <ac131313@redhat.com>
4992
4993 * gnu-v3-abi.c: Include "gdb_assert.h".
4994 (build_gdb_vtable_type): Replace abort() with gdb_assert().
4995
4996 2001-06-06 Jim Blandy <jimb@redhat.com>
4997
4998 * cp-abi.h: Rearrange code to put documentation comments above the
4999 functions we export. The actual function table itself simply
5000 refers to those functions. Minor doc fixes.
5001
5002 * gdbarch.sh: Changes to effect the following:
5003 * gdbarch.c (initialize_non_multiarch): New function.
5004 * gdbarch.h (initialize_non_multiarch): New declaration.
5005 * arch-utils.c (initialize_current_architecture): For
5006 non-multiarch configurations, call initialize_non_multiarch.
5007
5008 2001-06-06 Andrew Cagney <ac131313@redhat.com>
5009
5010 * symfile.c (compare_psymbols): Replace PTR with void*. Delete
5011 declaration.
5012 (compare_symbols): Ditto.
5013
5014 2001-06-06 Jonathan Larmour <jlarmour@redhat.com>
5015
5016 * arch-utils.c (generic_prepare_to_proceed): Allow for having
5017 stopped due to a Ctrl-C as well as breakpoints.
5018
5019 * hppa-tdep.c (hppa_prepare_to_proceed): Add FIXME as this may not
5020 support thread switches after Ctrl-C.
5021 * lin-lwp.c (lin_lwp_prepare_to_proceed): Ditto.
5022 * linux-thread.c (linuxthreads_prepare_to_proceed): Ditto.
5023 * m3-nat.c (mach3_prepare_to_proceed): Ditto.
5024
5025 2001-06-06 Jim Blandy <jimb@redhat.com>
5026
5027 * gdbarch.sh, gdbarch.c: Revert change of 2001-06-01; all
5028 per-architecture data should be registered at initialization time,
5029 before any gdbarch objects get used, so the generality is
5030 unnecessary.
5031
5032 2001-06-06 Keith Seitz <keiths@redhat.com>
5033
5034 * gdb-events.sh (function_list): Add tracepoint_create,
5035 tracepoint_delete, and tracepoint_modify events.
5036 * gdb-events.c: Regenerated.
5037 * gdb-events.h: Regenerated.
5038
5039 2001-06-06 Keith Seitz <keiths@redhat.com>
5040
5041 * gdb-events.sh: Update copyrights.
5042 Change free to xfree.
5043 * gdb-events.c: Regenerated.
5044 * gdb-events.h: Regenerated.
5045
5046 2001-06-06 Eli Zaretskii <eliz@is.elta.co.il>
5047
5048 * source.c (mod_path, openp): Use #ifdef HAVE_DOS_BASED_FILE_SYSTEM
5049 instead of #if HAVE_DOS_BASED_FILE_SYSTEM.
5050 * completer.c: Ditto.
5051 * cli/cli-cmds.c (cd_command): Ditto.
5052
5053 2001-06-04 Eli Zaretskii <eliz@is.elta.co.il>
5054
5055 * mips-tdep.c (show_mipsfpu_command): Remove unused variable msg.
5056 (mips_set_processor_type_command): Remove unused variable j.
5057 (mips_breakpoint_from_pc): Declare breakpoint instruction
5058 sequences as unsigned char, to avoid compiler warnings.
5059
5060 * source.c (mod_path, openp): Use HAVE_DOS_BASED_FILE_SYSTEM
5061 instead of system-specific define's like _WIN32 and __MSDOS__.
5062 Use IS_DIR_SEPARATOR and IS_ABSOLUTE_PATH instead of SLASH_P and
5063 ROOTED_P.
5064 (top-level): #include "filenames.h".
5065
5066 * solib.c (solib_open): Use IS_DIR_SEPARATOR and IS_ABSOLUTE_PATH
5067 instead of SLASH_CHAR, ROOTED_P and SLASH_P.
5068 (top-level): #include "filenames.h".
5069
5070 * defs.h (SLASH_P, SLASH_CHAR, ROOTED_P): Remove definitions.
5071 (SLASH_STRING): Define only for _WIN32.
5072
5073 * completer.c: Use HAVE_DOS_BASED_FILE_SYSTEM instead of
5074 __MSDOS_.
5075
5076 * cli/cli-cmds.c (cd_command): Use IS_DIR_SEPARATOR and
5077 IS_ABSOLUTE_PATH instead of SLASH_P and ROOTED_P. Replace
5078 system-specific ifdefs with HAVE_DOS_BASED_FILE_SYSTEM.
5079 (top-level): #include "filenames.h".
5080
5081 * go32-nat.c (go32_wait): Change the return value to ptid_t.
5082
5083 * config/djgpp/fnchange.lst: Add two new files in the
5084 gdb/testsuite/gdb.c++/ directory to the remapped names.
5085
5086 * config/djgpp/djconfig.sh (lt_cv_sys_max_cmd_len): Set to 12KB.
5087
5088 2001-06-01 Jim Blandy <jimb@redhat.com>
5089
5090 Expand the gdbarch per-architecture data vector as needed, rather
5091 than requiring that all per-architecture data be registered before
5092 the first gdbarch object is allocated.
5093 * gdbarch.sh: Changes to effect the following:
5094 * gdbarch.c (alloc_gdbarch_data, init_gdbarch_data): Delete
5095 declarations and definitions.
5096 (check_gdbarch_data): New function, and declaration.
5097 (gdbarch_alloc): Don't call alloc_gdbarch_data; leaving the fields
5098 zero is good enough.
5099 (free_gdbarch_data): Tolerate a null data pointer. Free only
5100 those data items gdbarch->data actually has allocated.
5101 (set_gdbarch_data, gdbarch_data): Call check_gdbarch_data.
5102 (gdbarch_update_p): No need to call init_gdbarch_data.
5103
5104 2001-06-01 Kevin Buettner <kevinb@redhat.com>
5105
5106 * ia64-tdep.c (is_float_or_hfa_type_recurse): Call check_typedef()
5107 on types that we wish to recurse on.
5108 (slot_alignment_is_next_even): New function.
5109 (ia64_push_arguments): Call slot_alignment_is_next_even() to
5110 examine the type in order to decide if it's necessary to skip
5111 an odd slot.
5112
5113 2001-06-01 Michael Snyder <msnyder@redhat.com>
5114
5115 * thread.c (delete_step_resume_breakpoint): New function.
5116 Maintain internal consistency of the thread list while deleting
5117 a step_resume_breakpoint.
5118 * gdbthread.h (delete_step_resume_breakpoint): Export.
5119 * breakpoint.c (bpstat_find_step_resume_breakpoint):
5120 Make thread-aware: don't return a step_resume_breakpoint
5121 for the wrong thread.
5122 * infrun.c (wait_for_inferior): Call delete_step_resume_breakpoint
5123 instead of delete_breakpoint_current_contents.
5124 (fetch_inferior_event): Ditto.
5125 (handle_inferior_event): Call delete_step_resume_breakpoint
5126 instead of delete_breakpoint.
5127 * infrun.c (handle_inferior_event): After singlestepping over a
5128 thread-specific breakpoint, use currently_stepping() to decide
5129 whether to step or continue.
5130
5131 2001-06-01 Jim Blandy <jimb@redhat.com>
5132
5133 * gnu-v3-abi.c (gnu_v3_abi_ops, vtable_type_gdbarch_data): Make
5134 these static --- there's no reason other files should use these.
5135
5136 * partial-stab.h (case N_FUN: case 'f':, case N_FUN: case 'F':)
5137 Fix memory leak.
5138
5139 * partial-stab.h: New complaint: function_outside_compilation_unit.
5140 (case N_FUN: case 'f':, case N_FUN: case 'F':): If pst is zero,
5141 complain, and don't try to set pst's start address.
5142
5143 2001-05-31 Kevin Buettner <kevinb@redhat.com>
5144
5145 * ia64-linux-tdep.c (IA64_LINUX_SIGCONTEXT_OFFSET): Revise to
5146 match the location at which the kernel is placing the sigcontext
5147 struct.
5148
5149 * ia64-tdep.c (max_skip_non_prologue_insns): New static global.
5150 (refine_prologue_limit): New function.
5151 (examine_prologue): Further limit number of instructions
5152 scanned by calling refine_prologue_limit(). Revise way in
5153 which the end of prologue address is computed for frameless
5154 functions.
5155
5156 2001-05-29 Christopher Faylor <cgf@redhat.com>
5157
5158 * partial-stab.h: Revert previous patch.
5159
5160 2001-05-29 Christopher Faylor <cgf@redhat.com>
5161
5162 * partial-stab.h: Consistently guard against pst being NULL.
5163
5164 2001-05-29 Alexandre Oliva <aoliva@redhat.com>
5165
5166 * symfile.c (compare_psymbols, compare_symbols): Declare using
5167 PTR, as in the definition.
5168 * minsyms.c (compare_minimal_symbols): Likewise.
5169 * coffread.c (find_targ_sec): Likewise.
5170 * elfread.c (free_elfinfo, elf_locate_sections): Likewise.
5171 * mipsread.c (alphacoff_locate_sections): Likewise.
5172 * mdebugread.c (compare_blocks): Likewise.
5173
5174 2001-05-25 Nick Duffek <nsd@redhat.com>
5175
5176 * solib.c (update_solib_list): Move target_resize_to_sections()
5177 into solib_map_sections() loop.
5178 (info_sharedlibrary_command): Try bfd_arch_bits_per_address() if
5179 bfd_get_arch_size() fails.
5180
5181 2001-05-25 Nick Duffek <nsd@redhat.com>
5182
5183 * Makefile.in (osfsolib.c, osfsolib.o): Rename to solib-osf.c and
5184 solib-osf.o.
5185 * config/alpha/alpha-osf1.mh (NATDEPFILES): Replace osfsolib.o
5186 with solib-osf.o and solib.o.
5187 * config/alpha/alpha-osf2.mh: Likewise.
5188 * config/alpha/alpha-osf3.mh: Likewise.
5189 * solib-osf.c: New file, renamed and largely rewritten from
5190 osfsolib.c.
5191
5192 2001-05-25 Michael Snyder <msnyder@redhat.com>
5193
5194 * lin-lwp.c (lin_lwp_attach_lwp): Call stop_wait_callback,
5195 to consume the SIGSTOP generated by PTRACE_ATTACH.
5196 (stop_wait_callback): If a SIGTRAP or a SIGINT event is consumed,
5197 try again to get the SIGSTOP event.
5198 (lin_lwp_wait): Resume all threads when ignoring a signal.
5199 This will insure that newly attached threads get resumed.
5200 * lin-lwp.c (stop_wait_callback): Discard redundant SIGINT events.
5201 * remote.c (remote_write_bytes): Update 'p' packet pointer.
5202
5203 2001-05-25 Jim Blandy <jimb@redhat.com>
5204
5205 * gnu-v2-abi.c (gnuv2_virtual_fn_field): There's no need to clear
5206 VALUE_POINTED_TO_OFFSET here; if value_cast doesn't return a
5207 useful value, then we should fix that instead.
5208
5209 2001-05-24 Nick Duffek <nsd@redhat.com>
5210
5211 * solist.h (struct so_list): Document the requirement that
5212 current_sos initialize some fields to 0.
5213
5214 2001-05-24 Mark Kettenis <kettenis@gnu.org>
5215
5216 * gnu-nat.c: Include <ctype.h>.
5217 (gnu_pid_to_exec_file): Add PID parameter.
5218 (set_sig_thread_cmd): Use PIDGET on return value from
5219 thread_id_to_pid.
5220 (proc_string): Use MERGEPID to construct argument to
5221 pid_to_thread_id.
5222
5223 2001-05-22 Kevin Buettner <kevinb@redhat.com>
5224
5225 * breakpoint.c (breakpoint_address_is_meaningful): New function.
5226 (check_duplicates): Don't compare non-meaningful addresses.
5227
5228 2001-05-22 Michael Snyder <msnyder@redhat.com>
5229
5230 * thread-db.c: Allow for defunct zombie threads.
5231 (attach_thread): Do not attempt to attach zombie thread.
5232 (thread_db_thread_alive): Return false for defunct zombie thread.
5233 (find_new_threads_callback): Don't add defunct zombie thread to list.
5234
5235 2001-05-22 Jim Blandy <jimb@redhat.com>
5236
5237 Add support for the GNU V3 C++ ABI.
5238 (Includes changes by Dan Berlin.)
5239
5240 * gnu-v3-abi.c: New file.
5241 * minsyms.c: #include "value.h" and "cp-abi.h".
5242 (install_minimal_symbols): Check the minimal symbol table for
5243 symbols that look mangled in the V3 style, and select the V3 ABI
5244 if we find any.
5245 * Makefile.in (SFILES): Add gnu-v3-abi.c.
5246 (COMMON_OBS): Add gnu-v3-abi.o.
5247 (gnu-v3-abi.o): Add new rule.
5248 (minsyms.o): Depend on $(cp_abi_h) and $(value_h).
5249
5250 2001-05-21 Jim Blandy <jimb@redhat.com>
5251
5252 * values.c (value_primitive_field): If we're extracting a base
5253 class, then the type of the result should be the base class being
5254 extracted, not the type of which it is a base class.
5255
5256 * value.h (struct value): Doc fix, and rearrange members to place
5257 them near their explanations.
5258
5259 2001-05-21 Michael Snyder <msnyder@redhat.com>
5260
5261 * remote.c (remote_async_wait): Added new variable fieldsize.
5262 Add fieldsize (return value of hex2bin) to string pointer p.
5263
5264 2001-05-20 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5265
5266 * m68hc11-tdep.c (m68hc11_pop_frame): Fix stack pointer computation.
5267 (m68hc11_analyze_instruction): Update the pc correctly.
5268 (m68hc11_guess_from_prologue): Take into account the stack correction
5269 for the saving address.
5270
5271 2001-05-07 Daniel Berlin <dan@cgsoftware.com>
5272
5273 Changes by Jim Ingham:
5274
5275 * values.c (value_change_enclosing_type): New function. If the
5276 new enclosing type is larger than the old one, we need to allocate
5277 more space.
5278 * value.h: Add value_change_enclosing_type prototype.
5279 * valops.c (value_cast): Use it.
5280 (value_assign): Use it.
5281 (value_addr): Use it.
5282 (value_ind): Use it.
5283 (value_full_object): Use it.
5284
5285 2001-05-07 Daniel Berlin <dan@cgsoftware.com>
5286
5287 * values.c (value_static_field): Handle static fields that have a
5288 constant value.
5289
5290 2001-05-17 Michael Snyder <msnyder@redhat.com>
5291
5292 * blockframe.c (create_new_frame): Zero all the fields via memset,
5293 rather than zeroing them one by one.
5294
5295 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5296
5297 * top.c (user_args): Remove unused declaration.
5298
5299 2001-05-16 Michael Snyder <msnyder@redhat.com>
5300
5301 * infcmd.c (do_registers_info): Move alloca outside of loop.
5302
5303 2001-05-15 John S Kallal <jskallal@home.com>
5304
5305 * remote.c (remote_wait): Added new variable fieldsize.
5306 Add fieldsize (return value of hex2bin) to string pointer p.
5307
5308 2001-05-15 Mark Kettenis <kettenis@gnu.org>
5309
5310 * sparc-tdep.c (sparc_gdbarch_init): Get the architecture from
5311 info.bfd_arch_info.
5312
5313 2001-05-14 Kevin Buettner <kevinb@redhat.com>
5314
5315 * lin-lwp.c (detach_callback, lin_lwp_wait, lin_lwp_pid_to_str):
5316 Adjust format strings for printing LWPs to account for the fact
5317 that the type returned by GET_LWP() is now a long instead of an
5318 int.
5319
5320 2001-05-14 Kevin Buettner <kevinb@redhat.com>
5321
5322 * inferior.h (null_ptid, minus_one_ptid): New variable declarations.
5323 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
5324 (ptid_get_tid, ptid_equal): New function declarations.
5325 * infrun.c (null_ptid, minus_one_ptid): New variables.
5326 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
5327 (ptid_get_tid, ptid_equal): New functions.
5328 (_initialize_infrun): Initialize null_ptid, minus_one_ptid,
5329 inferior_ptid, and target_last_wait_ptid.
5330
5331 * defs.h (ptid_t): Redefine to be a struct rather than an int.
5332 (pid_to_ptid, null_ptid, ptid_equal): Delete these macros.
5333 (PIDGET, TIDGET, MERGEPID): Redefine these macros using the
5334 new ptid accessors and constructor.
5335
5336 * config/i386/tm-i386v42mp.h (PIDGET, TIDGET, LIDGET, MERGEPID,
5337 MKLID, MKTID, ISTID): Provide new definitions for these macros.
5338 The old macros are retained, but disabled via #if 0 in order
5339 to aid in future restructuring. See FIXME.
5340
5341 * arm-linux-nat.c (PIDGET, TIDGET): Delete macro definitions.
5342 * i386-linux-nat.c (PIDGET, TIDGET): Likewise.
5343 * infptrace.c (PIDGET, TIDGET): Likewise.
5344 * lin-lwp.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
5345 * lin-thread.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
5346 * proc-service.c (MERGEPID): Likewise.
5347 * procfs.c (PIDGET, TIDGET, MERGEPID): Likewise.
5348 * thread-db.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
5349 * config/nm-linux.h (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
5350 * config/i386/tm-i386sol2.h (PIDGET0, PIDGET, TIDGET, MERGEPID):
5351 Likewise.
5352 * config/sparc/tm-sun4sol2.h (PIDGET0, PIDGET, TIDGET, MERGEPID):
5353 Likewise.
5354
5355 * lin-lwp.c (THREAD_FLAG): Delete macro definition.
5356 (GET_LWP): Redefine in terms of ptid_get_lwp().
5357 (GET_PID): Redefine in terms of ptid_get_pid().
5358 (is_lwp): Redefine without the need for THREAD_FLAG.
5359 (BUILD_LWP): Redefine in terms of ptid_build().
5360 * lin-thread.c (THREAD_FLAG): Delete macro definition.
5361 (GET_LWP): Redefine in terms of ptid_get_lwp().
5362 (GET_PID): Redefine in terms of ptid_get_pid().
5363 (GET_THREAD): Redefine in terms of ptid_get_tid().
5364 (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
5365 (is_lwp, is_thread): Redefine.
5366 (linux_child_wait, check_all_signal_numbers)
5367 (linuxthreads_discard_global_state, attach_thread): Declare these
5368 functions to squash warnings about missing declarations.
5369 * sol-thread.c (THREAD_FLAG): Delete macro definition.
5370 (GET_PID): Redefine in terms of ptid_get_pid().
5371 (GET_LWP): Redefine in terms of ptid_get_lwp().
5372 (GET_THREAD): Redefine in terms of ptid_get_tid().
5373 (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
5374 (is_lwp, is_thread): Redefine.
5375 * thread-db.c (THREAD_FLAG): Delete macro definition.
5376 (GET_PID): Redefine in terms of ptid_get_pid().
5377 (GET_LWP): Redefine in terms of ptid_get_lwp().
5378 (GET_THREAD): Redefine in terms of ptid_get_tid().
5379 (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
5380 (is_lwp, is_thread): Redefine.
5381
5382 * corelow.c (add_to_thread_list, get_core_register_section):
5383 Eliminate hacks needed to prevent regressions when inferior_ptid
5384 wasn't wide enough to hold the core file thread id in the pid
5385 component of inferior_ptid.
5386
5387 2001-05-14 Michael Snyder <msnyder@redhat.com>
5388
5389 * remote.c (hex2bin): Make first argument const.
5390 Require explicit count, don't accept null-terminated str.
5391 (remote_resume, remote_async_resume): White space fix-up.
5392 (remote_write_bytes): Set nr_bytes to return value of bin2hex.
5393
5394 2001-05-13 Mark Kettenis <kettenis@gnu.org>
5395
5396 * symtab.c (lookup_symtab_1): Use lbasename (NAME) instead of
5397 basename (NAME). The FreeBSD basename returns a pointer to a
5398 static buffer, even if it's simply returning a string identical to
5399 its argument.
5400 (lookup_partial_symtab): Likewise.
5401
5402 2001-05-14 Michael Snyder <msnyder@redhat.com>
5403
5404 * solib.c, solib.h: Add comment for function no_shared_libraries.
5405
5406 2001-05-14 Kevin Buettner <kevinb@redhat.com>
5407
5408 * solib.h (no_shared_libraries): Make declaration match definition
5409 in solib.c.
5410
5411 2001-05-14 Andrew Cagney <ac131313@redhat.com>
5412
5413 * remote.c (remote_write_bytes): Set nr_bytes before returning it.
5414 * solib.h (no_shared_libraries): Declare.
5415
5416 2001-05-12 Andrew Cagney <ac131313@redhat.com>
5417
5418 * gdbarch.sh (struct gdbarch_info): Delete field bfd_architecture.
5419 (gdbarch_update_p): Rewrite logic filling in INFO struct. Use
5420 user specified values when available.
5421 * rs6000-tdep.c (rs6000_gdbarch_init): Update. Get the
5422 architecture from info.bfd_arch_info.
5423 * gdbarch.c, gdbarch.h: Regenerate.
5424
5425 2001-05-12 Fernando Nasser <fnasser@redhat.com>
5426
5427 * remote-e7000.c (e7000_open): Check for bad baud rate.
5428 * remote-st.c (st2000_open): Ditto.
5429
5430 2001-05-11 Jim Blandy <jimb@redhat.com>
5431
5432 * thread.c (do_captured_list_thread_ids): Use ui_out_tuple_begin
5433 and ui_out_tuple_end instead of ui_out_list_begin and
5434 ui_out_list_end.
5435
5436 * Makefile.in (gnu-v2-abi.o): Add $(demangle_h) to list of
5437 dependencies. Reorder dependencies to match #includes in file,
5438 for easier verification.
5439
5440 Fri May 11 13:32:50 2001 Andrew Cagney <cagney@b1.cygnus.com>
5441
5442 * breakpoint.c: Replace ui_out_list_begin, ui_out_list_end and
5443 make_cleanup_ui_out_list_end with ui_out_tuple_begin,
5444 ui_out_tuple_end and make_cleanup_ui_out_tuple_begin_end.
5445 * cli/cli-setshow.c: Ditto.
5446 * printcmd.c: Ditto.
5447 * stack.c: Ditto.
5448
5449 * ui-out.h (enum ui_out_type): Fix tipo - tupple -> tuple.
5450 * ui-out.c (ui_out_list_begin): Delete ``lstid'' parameter.
5451 (ui_out_tuple_begin): New function.
5452 (ui_out_tuple_end): New function.
5453 (ui_out_tuple_begin_end): New function.
5454 (make_cleanup_ui_out_list_begin_end): Replace
5455 make_cleanup_ui_out_list_end function.
5456 * ui-out.h (ui_out_list_begin): Update declaration.
5457 (make_cleanup_ui_out_list_begin_end): Replace
5458 make_cleanup_ui_out_list_end declaration.
5459 (ui_out_tuple_begin, ui_out_tuple_end): Declare.
5460 (ui_out_tuple_begin_end): Declare.
5461
5462 2001-05-11 Jim Blandy <jimb@redhat.com>
5463
5464 * gnu-v2-abi.c: Don't #include "gdb_regex.h". We don't use it.
5465
5466 2001-05-11 Andrew Cagney <ac131313@redhat.com>
5467
5468 From 2001-03-26 Rodney Brown <RodneyBrown@mynd.com>
5469 * config/pa/tm-hppa.h: Remove trigraph.
5470 * hp-symtab-read.c (hpread_type_translate): Provide return value.
5471 (hpread_read_struct_type): Remove trigraph. Add parameter in
5472 `warning'.
5473 (hpread_read_array_type): Provide return value.
5474 (hpread_type_lookup): Avoid ambiguous `else'. Provide return
5475 value.
5476 * hppa-tdep.c (initialize_hp_cxx_exception_support): Remove
5477 trigraph.
5478
5479 2001-05-11 Jim Blandy <jimb@redhat.com>
5480
5481 * mips-tdep.c (mips_store_return_value,
5482 mips_extract_return_value): Pass arguments to
5483 return_value_location in the proper order.
5484
5485 2001-05-11 Andrew Cagney <ac131313@redhat.com>
5486
5487 * Makefile.in (VERSION): Delete. Moved to file ``version.in''.
5488 (version.c): Depends on file ``version.in''. Extract version
5489 number from ``version.in'' file.
5490 (clean mostlyclean): Update.
5491 * version.in: New file.
5492 * NEWS: Update.
5493
5494 2001-05-11 Kevin Buettner <kevinb@redhat.com>
5495
5496 * breakpoint.c (set_raw_breakpoint): Add new parameter
5497 representing the breakpoint's type. Adjust all callers.
5498 (create_longjmp_breakpoint, create_temp_exception_breakpoint)
5499 (create_thread_event_breakpoint): Don't test for zero return
5500 value from set_raw_breakpoint(). It can never be zero.
5501 (create_exception_catchpoint, watch_command_1): Move logic
5502 which calculates the breakpoint type prior to the call to
5503 set_raw_breakpoint().
5504
5505 2001-05-11 Fernando Nasser <fnasser@redhat.com>
5506
5507 * ser-unix.c (rate_to_code): Issue warning if baud rate is invalid.
5508 (hardwire_setbaudrate): Set errno to EINVAL and return with error
5509 if the conversion of the baud rate to code fails.
5510
5511 2001-05-10 Andrew Cagney <ac131313@redhat.com>
5512
5513 * ui-out.h (make_cleanup_ui_out_begin_end): Declare.
5514 * ui-out.c (struct ui_out_end_cleanup_data): Define.
5515 (do_cleanup_end): New function. Replace do_list_end.
5516 (make_cleanup_ui_out_end): New function.
5517 (make_cleanup_ui_out_begin_end): New function.
5518 (make_cleanup_ui_out_list_end): Use make_cleanup_ui_out_end.
5519
5520 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
5521
5522 * MAINTAINERS: Declare xcoffread.c open to all maintainers,
5523 and make Kevin Buettner (kevinb@redhat.com) the reference person.
5524
5525 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
5526
5527 * proc-api.c (ioctl_with_trace): Fix uninitialized variable.
5528
5529 2001-05-10 Fernando Nasser <fnasser@redhat.com>
5530
5531 * MAINTAINERS: Add testsuite subdirectory co-maintainers.
5532
5533 Thu May 10 16:26:47 2001 Andrew Cagney <cagney@b1.cygnus.com>
5534
5535 * Makefile.in (mi-main.o): Compile with -Werror.
5536
5537 2001-05-10 Michael Snyder <msnyder@redhat.com>
5538
5539 * remote.c (remote_open_1): Call no_shared_libraries, so that
5540 symbols for shared libraries can be reloaded per session.
5541 (remote_async_open_1): Ditto.
5542 * remote.c (bin2hex, hex2bin): New functions. Factor out these
5543 two conversions which are coded for repeatedly in this module.
5544 (remote_threads_extra_info, remote_wait, remote_async_wait,
5545 store_register_using_P, remote_store_registers, remote_write_bytes,
5546 remote_read_bytes, remote_rcmd): Use bin2hex and hex2bin instead
5547 of coding the conversions inline.
5548 (fromhex): Not exported, change from extern to static.
5549
5550 2001-05-10 Andrew Cagney <ac131313@redhat.com>
5551
5552 * arch-utils.c (initialize_current_architecture): Delete obsolete
5553 ``info architecture'' command.
5554 (info_architecture): Delete function.
5555
5556 2001-05-10 Andrew Cagney <ac131313@redhat.com>
5557
5558 * TODO (5.1, 5.2): Update.
5559
5560 2001-05-09 Andrew Cagney <ac131313@redhat.com>
5561
5562 * MAINTAINERS: Jim Ingham is no longer maintaining Arm related
5563 stuff.
5564
5565 2001-05-10 Keith Seitz <keiths@cygnus.com>
5566
5567 * Makefile.in (SUBDIR_GDBTK_OBS): Add gdbtk-bp.o, gdbtk-register.o
5568 and gdbtk-stack.o.
5569 (SUBDIR_GDBTK_SRCS): Ditto for the sources.
5570 (gdbtk-bp.o): New rule.
5571 (gdbtk-register.o): New rule.
5572 (gdbtk-stack.o): New rule.
5573 (gdbtk-cmds.o): Update dependencies.
5574 (gdbtk.o): Ditto.
5575 (gdbtk-hooks.o): Ditto.
5576 (gdbtk-varobj.o): Ditto.
5577
5578 2001-05-10 Fernando Nasser <fnasser@redhat.com>
5579
5580 * varobj.c (c_number_of_children): Fix memory leak. Delete unwanted old
5581 variables, not just unregister them.
5582
5583 2001-05-10 Fernando Nasser <fnasser@redhat.com>
5584
5585 * varobj.c (c_number_of_children): Check for target type of void*,
5586 not the target type name. Allow dereferencing char*.
5587
5588 2001-05-10 Fernando Nasser <fnasser@redhat.com>
5589
5590 * symfile.c (symbol_file_add_main_1): New static function.
5591 Passes the flags arguments to symbol_file_add() and takes care
5592 of any necessary reinitializations.
5593 (symbol_file_command): Call symbol_file_add_main_1() instead of
5594 symbol_file_add().
5595 (symbol_file_add_main): Ditto.
5596
5597 2001-05-09 Kevin Buettner <kevinb@redhat.com>
5598
5599 * lin-lwp.c (lin_lwp_pid_to_str): Revert inadvertent format
5600 string change in 2001-05-03 changes.
5601 (lin_lwp_wait): Revert GET_LWP coercion introduced in 2001-05-03
5602 changes.
5603
5604 2001-05-09 Kevin Buettner <kevinb@redhat.com>
5605
5606 * lin-lwp.c (lin_lwp_attach): Use PIDGET() to fetch the pid
5607 component from inferior_ptid.
5608 (lin_lwp_detach): Use pid_to_ptid() to convert from a pid to a
5609 ptid.
5610
5611 2001-05-09 Elena Zannoni <ezannoni@redhat.com>
5612
5613 * sh3-rom.c (_initialize_sh3_rom): Get rid of specific _WINDOWS
5614 conditional for help with connections through parallel ports,
5615 given that the actual code for downloading through a parallel port
5616 is not conditionalized.
5617
5618 * sh-tdep.c: Remove WIN32_WCE conditional. The wince sh target is
5619 unmaintaned, and probably on its way to obsolescence.
5620
5621 2001-05-09 Mark Kettenis <kettenis@gnu.org>
5622
5623 * i386-tdep.c (i386_frame_saved_pc): New function.
5624 * config/i386/tm-i386.h (FRAME_SAVED_PC): Redefine in terms of
5625 i386_frame_saved_pc.
5626 (i386_frame_saved_pc): New prototype.
5627
5628 * i386-tdep.c (i386_register_virtual_type): New function.
5629 (i386_register_convertible): New function.
5630 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE): Redefine in terms
5631 of i386_register_virtual_type.
5632 (REGISTER_CONVERTIBLE): Redefine in terms of
5633 i386_register_convertible.
5634 (i386_register_virtual_type, i386_register_convertible): New
5635 prototypes.
5636
5637 2001-05-08 Jim Blandy <jimb@redhat.com>
5638
5639 * Makefile.in (mn10300-tdep.o): New rule.
5640
5641 * Makefile.in (gdb_string_h): Define. Use it throughout.
5642 Some rules were already using this, even though it isn't defined.
5643
5644 * Makefile.in (obstack_h, target_h): Define; these are already
5645 used elsewhere, but have been expanding to the empty string.
5646 (memattr_h): Define; needed by target_h.
5647
5648 * mn10300-tdep.c (mn10300_extract_return_value): Mark this as
5649 static. (This was accidentally omitted from the earlier patch.)
5650
5651 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): New function.
5652 (mn10300_gdbarch_init): Register it as the architecture's
5653 dwarf2_reg_to_regnum method.
5654
5655 Correct and expand handling of `movm' instruction, and register
5656 saves in general.
5657 * config/mn10300/tm-mn10300.h (D0_REGNUM, A0_REGNUM, MDRQ_REGNUM,
5658 MCRH_REGNUM, MCRL_REGNUM, MCVF_REGNUM): New definitions.
5659 (enum movm_register_bits): New enum.
5660 * mn10300-tdep.c (set_movm_offsets): Use symbolic names for the
5661 bits, not hex literals. Handle the `other', `exreg0', and
5662 `exother' bits. Correct handling of `exreg1': it saves r4, r5,
5663 r6, and r7, not r2, r3, r4, and r5.
5664 (saved_regs_size): New function.
5665 (mn10300_frame_chain, mn10300_frame_saved_pc): Use it, instead
5666 of computing the same thing inline, incorrectly.
5667
5668 * mn10300-tdep.c (mn10300_gdbarch_init): We do have a
5669 dummy_breakpoint_offset; it's zero.
5670
5671 * mn10300-tdep.c (mn10300_pop_frame): Split the mn10300-specific
5672 stuff out into mn10300_pop_frame_regular, and use
5673 generic_pop_current_frame. This lets us share code, and also
5674 makes this function's prototype match that expected by gdbarch.
5675 Make this function static.
5676 (mn10300_pop_frame_regular): New function.
5677 (mn10300_gdbarch_init): Register mn10300_pop_frame as the
5678 gdbarch's pop_frame method.
5679 * config/mn10300/tm-mn10300.h (POP_FRAME): Delete definition.
5680 (mn10300_pop_frame): Delete declaration.
5681
5682 * mn10300-tdep.c (mn10300_saved_pc_after_call,
5683 mn10300_extract_return_value,
5684 mn10300_extract_struct_value_address, mn10300_store_return_value,
5685 mn10300_use_struct_convention, mn10300_breakpoint_from_pc,
5686 mn10300_frame_chain, mn10300_skip_prologue,
5687 mn10300_push_arguments, mn10300_push_return_address,
5688 mn10300_store_struct_return, mn10300_frame_saved_pc,
5689 mn10300_init_extra_frame_info, mn10300_frame_init_saved_regs):
5690 Make these functions static; they should only be visible to the
5691 outside world as gdbarch methods.
5692
5693 * config/mn10300/tm-mn10300.h (mn10300_find_callers_reg): Delete
5694 unused declaration.
5695
5696 * mn10300-tdep.c (mn10300_gdbarch_init): Put the gdbarch methods
5697 in some rational order.
5698
5699 * mn10300-tdep.c (mn10300_gdbarch_init): Rather than using
5700 generic_pc_in_call_dummy, use pc_in_call_dummy_at_entry_point.
5701
5702 Use gdbarch for most target parameters for the MN10300, rather
5703 than the tm-*.h file.
5704 * config/mn10300/tm-mn10300.h (MAX_REGISTER_VIRTUAL_SIZE,
5705 REGISTER_BYTES, FP_REGNUM, BREAKPOINT_FROM_PC,
5706 FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK, INNER_THAN,
5707 SAVED_PC_AFTER_CALL, INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS,
5708 FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC,
5709 EXTRACT_RETURN_VALUE, EXTRACT_STRUCT_VALUE_ADDRESS,
5710 STORE_RETURN_VALUE, STORE_STRUCT_RETURN, SKIP_PROLOGUE,
5711 FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
5712 FRAME_NUM_ARGS, POP_FRAME, USE_GENERIC_DUMMY_FRAMES, CALL_DUMMY,
5713 CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
5714 CALL_DUMMY_LOCATION, FIX_CALL_DUMMY, CALL_DUMMY_ADDRESS,
5715 TARGET_READ_FP, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
5716 SAVE_DUMMY_FRAME_TOS, PUSH_ARGUMENTS, PC_IN_CALL_DUMMY,
5717 REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER):
5718 Delete definitions. We register gdbarch methods for these now.
5719 (struct frame_info, struct type, struct value): Delete forward
5720 declarations of these types; they're no longer necessary, since we
5721 don't have function declarations here any more.
5722 * mn10300-tdep.c: #include "arch-utils.h", to get declarations for
5723 some default gdbarch methods.
5724 (mn10300_store_struct_return): Return void, as expected by
5725 gdbarch.
5726 (mn10300_init_extra_frame_info): Take initial `fromleaf' argument,
5727 as expected by gdbarch.
5728 (mn10300_frame_init_saved_regs): Provide dummy definition for
5729 this, as required by gdbarch.
5730 (mn10300_gdbarch_init): Add mn10300_call_dummy_words, as expected
5731 by gdbarch. Register gdbarch methods or values for all the stuff
5732 removed from tm-10300.h, listed above.
5733
5734 2001-05-08 Andrew Cagney <ac131313@redhat.com>
5735
5736 * cli-out.c (cli_begin, cli_end): Replace cli_list_begin and
5737 cli_list_end.
5738 (cli_ui_out_impl): Update.
5739
5740 * ui-out.c (default_begin, default_end): Replace
5741 default_list_begin and default_list_end.
5742 (default_ui_out_impl): Update.
5743 (uo_begin, uo_end): Replace ou_list_begin and uo_list_end.
5744 (ui_out_begin, ui_out_end): Replace ui_out_list_begin and
5745 ui_out_list_end.
5746 (ui_out_list_begin, ui_out_list_end): New. Compatibility
5747 functions.
5748 (struct ui_out_level): Add field type.
5749 (push_level, pop_level): Update. Add type parameter.
5750
5751 * ui-out.h (enum ui_out_type): Declare.
5752 (ui_out_begin, ui_out_end): Declare.
5753 (ui_out_begin_ftype, ui_out_end_ftype): Replace list_begin_ftype
5754 and list_end_ftype.
5755 (struct ui_out_impl): Update.
5756
5757 2001-05-07 Andrew Cagney <ac131313@redhat.com>
5758
5759 * ui-out.h (list_begin_ftype, list_end_ftype): Rename argument
5760 ``list_flag'' to ``depth''.
5761 * ui-out.c (default_list_begin, default_list_end): Update.
5762 (uo_list_begin, uo_list_end): Update.
5763 (MAX_UI_OUT_LEVELS): Define.
5764 (struct ui_out_level): Define.
5765 (top-level): Include "gdb_assert.h".
5766 (struct ui_out): Add fields ``level'' and ``levels''. Delete
5767 fields ``list_flag'' and ``field_count''.
5768 (ui_out_new): Update.
5769 (verify_field_proper_position): Update.
5770 (current_level, push_level, pop_level): New functions.
5771 (ui_out_list_begin): Use push_level.
5772 (ui_out_list_end): Use pop_level.
5773 (ui_out_field_int): Use current_level.
5774 (ui_out_field_skip): Ditto.
5775 (ui_out_field_fmt): Ditto.
5776
5777 2001-05-08 Michael Snyder <msnyder@redhat.com>
5778
5779 * language.c (longest_local_hex_string_custom): Strlen test is
5780 inverted -- reverse the sense of the test.
5781
5782 2001-05-08 Mark Kettenis <kettenis@gnu.org>
5783
5784 * config/i386/tm-i386v.h (struct frame_info, struct
5785 frame_saved_regs): Remove declarations.
5786 (i386_frame_num_args): Remove prototype.
5787
5788 2001-05-07 Andrew Cagney <ac131313@redhat.com>
5789
5790 * MAINTAINERS: I'm no longer actively maintaining the mn10300
5791 target.
5792
5793 2001-05-04 Andrew Cagney <ac131313@redhat.com>
5794
5795 * main.c (captured_main): Delete #ifndef _WIN32 conditional for
5796 WinGDB.
5797
5798 2001-05-06 Kevin Buettner <kevinb@redhat.com>
5799
5800 * inferior.h (save_inferior_ptid): Declare.
5801 * infrun.c (save_inferior_ptid, restore_inferior_ptid): Define.
5802
5803 * hpux-thread.c (save_inferior_ptid, restore_inferior_ptid):
5804 Delete these functions.
5805 * lin-lwp.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
5806 * lin-thread.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
5807 * linux-thread.c (save_inferior_ptid, restore_inferior_ptid):
5808 Likewise.
5809 * proc-service.c (save_inferior_ptid, restore_inferior_ptid):
5810 Likewise.
5811 * sol-thread.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
5812 * thread-db.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
5813
5814 * somsolib.c (reset_inferior_ptid): Delete.
5815 (som_solib_remove_inferior_hook): Use save_inferior_ptid() to
5816 build the cleanup struct.
5817
5818 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Use
5819 a cleanup to save/restore inferior_ptid.
5820
5821 2001-05-06 Mark Kettenis <kettenis@gnu.org>
5822
5823 Implement attach/detach for multi-threaded programs on Linux.
5824 * thread-db.c (keep_thread_db): Adjust comment.
5825 (deactivate_target): Removed.
5826 (thread_db_new_objfile): Don't call deactivate_target. Implement
5827 guts of deactivate_target inline instead.
5828 (attach_thread): Call ATTACH_LWP unconditionally if defined.
5829 (thread_db_attach): New function.
5830 (thread_db_detach): Don't call deactivate_target. Do necessary
5831 cleanup inline instead. Set inferior_ptid to LWP corresponding to
5832 the current user-level thread.
5833 (thread_db_kill): Set inferior_ptid to LWP corresponding to the
5834 current user-level thread.
5835 (thread_db_create_inferior): Deactivate target vector if
5836 KEEP_THREAD_DB is zero.
5837 (thread_db_mourn_inferior): Don't call deactivate_target. Do
5838 necessary cleanup inline instead.
5839 (init_thread_db_ops): Initialize to_attach field to
5840 thread_db_attach.
5841 * lin-lwp.c (lin_lwp_mourn_inferior): Remove prototype.
5842 (stop_wait_callback): Add prototype.
5843 (init_lwp_list): Add comment about when to re-initialize the LWP
5844 list.
5845 (lin_lwp_attach_lwp): Only call ptrace for cloned processes.
5846 Avoid adding publicates to the LWP list. Only mark an LWP as
5847 signalled if it doesn't correspond to a cloned process.
5848 (lin_lwp_attach): Add initial process to the LWP list. Make sure
5849 it's stopped and fake a SIGSTOP.
5850 (detach_callback): New function.
5851 (lin_lwp_detach): Implement.
5852 (lin_lwp_create_inferior): Don't re-initialize LWP list here.
5853 Call child_ops.to_create_inferior directly instead of via
5854 target_beneath local.
5855 (lin_lwp_mourn_inferior): Call child_ops.to_mourn_inferior
5856 directly instead of via target_beneath local.
5857
5858 2001-05-06 Eli Zaretskii <eliz@is.elta.co.il>
5859
5860 * symtab.c (lookup_symtab_1, lookup_partial_symtab): Use basename
5861 instead of non-portable search for `/'. Use FILENAME_CMP instead
5862 of STREQ, to account for case-insensitive filesystems.
5863 (top-level): #include "filenames.h".
5864
5865 2001-05-05 Jim Blandy <jimb@redhat.com>
5866
5867 * breakpoint.c (check_duplicates): Use the breakpoint's type, not
5868 its address, to decide whether it's a watchpoint or not. Zero
5869 is a valid code address.
5870 (update_breakpoints_after_exec): Admonishing comments.
5871 * breakpoint.h (struct breakpoint): Doc fixes.
5872
5873 * breakpoint.c (check_duplicates): Take a breakpoint object as an
5874 argument, rather than an address and section. All callers changed.
5875
5876 2001-05-03 Kevin Buettner <kevinb@redhat.com>
5877
5878 * defs.h (ptid_t): New typedef.
5879 (pid_to_ptid, null_ptid, minus_one_ptid, ptid_equal): New macros.
5880
5881 * a68v-nat.c, alphabsd-nat.c, arch-utils.c, arm-linux-nat.c,
5882 blockframe.c, breakpoint.c, breakpoint.h,
5883 config/i386/nm-i386sol2.h, config/i386/tm-i386sco5.h,
5884 config/ia64/nm-linux.h, config/m68k/nm-hp300bsd.h,
5885 config/mips/nm-irix4.h, config/mips/nm-irix5.h,
5886 config/pa/nm-hppah.h, config/pa/tm-hppa.h,
5887 config/rs6000/nm-rs6000.h, config/sparc/nm-sun4sol2.h,
5888 corelow.c, cxux-nat.c, d10v-tdep.c, dink32-rom.c,
5889 dve3900-rom.c, fork-child.c, frame.c, gnu-nat.c, go32-nat.c,
5890 hp300ux-nat.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c,
5891 hpux-thread.c, i386-linux-nat.c, i386aix-nat.c, i386b-nat.c,
5892 i386bsd-nat.c, i386gnu-nat.c, i386mach-nat.c, i386nbsd-nat.c,
5893 infcmd.c, inferior.h, inflow.c, infptrace.c, infrun.c,
5894 inftarg.c, infttrace.c, lin-lwp.c, lin-thread.c,
5895 linux-thread.c, lynx-nat.c, m3-nat.c, m32r-rom.c,
5896 m68knbsd-nat.c, m88k-nat.c, mac-nat.c, mips-nat.c,
5897 mon960-rom.c, monitor.c, ns32knbsd-nat.c, ocd.c, ppc-bdm.c,
5898 ppcnbsd-nat.c, proc-service.c, procfs.c, ptx4-nat.c,
5899 regcache.c, remote-adapt.c, remote-array.c, remote-bug.c,
5900 remote-e7000.c, remote-es.c, remote-mips.c, remote-mm.c,
5901 remote-nindy.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
5902 remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c,
5903 remote-vx.c, remote.c, rs6000-nat.c, sol-thread.c,
5904 solib-aix5.c, solib-svr4.c, somsolib.c, sparc-nat.c,
5905 standalone.c, sun3-nat.c, sun386-nat.c, symm-nat.c, target.c,
5906 target.h, thread-db.c, thread.c, top.c, ultra3-nat.c,
5907 uw-thread.c, v850ice.c, win32-nat.c, wince.c, xcoffsolib.c
5908 (inferior_pid): Rename to inferior_ptid everywhere - even in
5909 comments and obsolete ports. In cases where this variable
5910 really is supposed to be used as a process id, use PIDGET() to
5911 extract the process id component from inferior_ptid. The
5912 other cases, either involving other variables whose types had
5913 to be changed or functions whose signatures had to changed
5914 are listed separately below.
5915
5916 * arm-linux-nat.c (get_thread_id): Change type of argument
5917 representing a combined process/thread id from ``int'' to
5918 ``ptid_t''. Also change parameter name to ptid.
5919 * breakpoint.h, breakpoint.c (breakpoint_thread_match): Likewise.
5920 * corelow.c (core_file_thread_alive): Likewise.
5921 * d10v-tdep.c (d10v_read_pc, d10v_write_pc): Likewise.
5922 * defs.h (*target_wait_hook): Likewise.
5923 * gdbthread.h (thread_info, delete_thread, pid_to_thread_id)
5924 (find_thread_pid, save_infrun_state, load_infrun_state): Likewise.
5925 * gnu-nat.c (gnu_thread_alive, gnu_pid_to_str, gnu_wait)
5926 (gnu_resume): Likewise.
5927 * go32-nat.c (go32_wait, go32_resume): Likewise.
5928 * h8500-tdep.c (h8500_read_pc, h8500_write_pc): Likewise.
5929 * hppa-tdep.c (target_read_pc, target_write_pc): Likewise.
5930 * hppah-nat.c (child_pid_to_str, hppa_tid_to_str,
5931 (hppa_pid_or_tid_to_str, child_post_startup_inferior)
5932 (child_thread_alive): Likewise.
5933 * hpux-thread.c (hpux_thread_notice_signals, hpux_thread_alive)
5934 (hpux_pid_to_str, hpux_thread_wait, hpux_thread_resume): Likewise.
5935 * i386-linux-nat.c (child_resume): Likewise.
5936 * ia64-linux-nat.c (enable_watchpoints_in_psr, fetch_debug_register)
5937 (store_debug_register, fetch_debug_register_pair)
5938 (store_debug_register_pair, ia64_linux_insert_watchpoint)
5939 (ia64_linux_remove_watchpoint, ia64_linux_stopped_by_watchpoint):
5940 Likewise.
5941 * ia64-tdep.c (ia64_read_pc, ia64_write_pc): Likewise.
5942 * inferior.h (read_pc_pid, generic_target_read_pc, write_pc_pid)
5943 (generic_target_write_pc, ptrace_wait, child_resume)
5944 (get_last_target_status): Likewise.
5945 * infptrace.c (ptrace_wait, child_resume): Likewise.
5946 * inftarg.c (child_wait, child_post_wait, child_thread_live)
5947 (child_pid_to_str): Likewise.
5948 * infttrace.c (ptrace_wait, child_thread_alive, child_resume)
5949 (hppa_pid_or_tid_to_str, child_post_startup_inferior): Likewise.
5950 * lin-lwp.c (add_lwp, delete_lwp, find_lwp_pid, lin_lwp_attach_lwp)
5951 (lin_lwp_resume, lin_lwp_wait, lin_lwp_thread_alive)
5952 (lin_lwp_pid_to_str): Likewise.
5953 * lin-thread.c (thread_db_alive, thread_db_pid_to_str)
5954 (thread_db_resume, thread_db_wait): Likewise.
5955 * linux-thread.c (linuxthreads_thread_alive, linuxthreads_pid_to_str)
5956 (linuxthreads_resume, linuxthreads_wait): Likewise.
5957 * lynx-nat.c (child_wait, child_thread_alive, child_resume)
5958 (child_pid_to_str): Likewise.
5959 * m3-nat.c (mach_really_wait, m3_resume): Likewise.
5960 * mac-nat.c (child_wait, child_resume): Likewise.
5961 * mips-tdep.c (mips_read_pc): Likewise.
5962 * monitor.c (monitor_wait, monitor_resume): Likewise.
5963 * ocd.c, ocd.h (ocd_thread_alive, ocd_resume): Likewise.
5964 * ppc-bdm.c (bdm_ppc_wait): Likewise.
5965 * procfs.c (do_attach, procfs_wait, procfs_resume)
5966 (procfs_notice_signals, procfs_thread_alive, procfs_pid_to_str)
5967 (procfs_set_watchpoint, procfs_stopped_by_watchpoint)
5968 (procfs_find_LDT_entry): Likewise.
5969 * regcache.c (read_register_pid, read_signed_register_pid)
5970 (write_register_pid, generic_target_read_pc, read_pc_pid)
5971 (generic_target_write_pc, write_pc_pid): Likewise.
5972 * regcache.h (read_register_pid, read_signed_register_pid)
5973 (write_register_pid): Likewise.
5974 * remote-adapt.c (adapt_wait, adapt_resume): Likewise.
5975 * remote-array.c (array_wait, array_resume): Likewise.
5976 * remote-bug.c (bug_wait, bug_resume): Likewise.
5977 * remote-e7000.c (e7000_wait, e7000_resume): Likewise.
5978 * remote-eb.c (eb_wait, eb_resume): Likewise.
5979 * remote-es.c (es1800_wait, es1800_resume): Likewise.
5980 * remote-mips.c (mips_wait, mips_resume): Likewise.
5981 * remote-mm.c (mm_wait, mm_resume): Likewise.
5982 * remote-nindy.c (nindy_wait, nindy_resume): Likewise.
5983 * remote-os9k.c (rombug_wait, rombug_resume): Likewise.
5984 * remote-rdi.c (arm_rdi_wait, arm_rdi_resume): Likewise.
5985 * remote-rdp.c (remote_rdp_resume, remote_rdp_wait): Likewise.
5986 * remote-sds.c (sds_wait, sds_resume): Likewise.
5987 * remote-sim.c (gdbsim_wait, gdbsim_resume): Likewise.
5988 * remote-st.c (st2000_wait, st2000_resume): Likewise.
5989 * remote-udi.c (udi_wait, udi_resume): Likewise.
5990 * remote-vx.c (vx_wait, vx_resume): Likewise.
5991 * remote.c (remote_current_thread, remote_resume, remote_wait)
5992 (remote_async_resume, remote_async_wait, remote_cisco_wait)
5993 (remote_thread_alive): Likewise.
5994 * sol-thread.c (thread_to_lwp, lwp_to_thread, sol_thread_resume)
5995 (sol_thread_wait, sol_thread_notice_signals, sol_thread_alive)
5996 (solaris_pid_to_str): Likewise.
5997 * symm-nat.c (child_wait, child_resume): Likewise.
5998 * target.c (debug_to_resume, debug_to_wait, debug_to_post_wait)
5999 (debug_to_notice_signals, debug_to_thread_alive)
6000 (normal_target_post_startup_inferior, normal_pid_to_str)
6001 (debug_to_post_startup_inferior): Likewise.
6002 * target.h (to_resume, to_wait, to_post_wait)
6003 (to_post_startup_inferior, to_notice_signals, to_thread_alive)
6004 (to_pid_to_str [all in struct target_ops]): Likewise.
6005 (child_post_wait, child_thread_alive, normal_pid_to_str): Likewise.
6006 * thread-db.c (thread_from_lwp, lwp_from_thread, thread_db_wait)
6007 (attach_thread, detach_thread, thread_db_resume, check_event)
6008 (thread_db_post_startup_inferior, thread_db_thread_alive)
6009 (thread_db_pid_to_str): Likewise.
6010 * thread.c (add_thread, delete_thread, find_thread_pid)
6011 (pid_to_thread_id, in_thread_list, load_infrun_state)
6012 (save_infrun_state, switch_to_thread, restore_current_thread)
6013 (make_cleanup_restore_current_thread): Likewise.
6014 * top.c (target_wait_hook): Likewise.
6015 * uw-thread.c (dbgpid, thr_to_lwp, lwp_to_thr, add_thread_uw)
6016 (uw_thread_resume, libtrhead_stub, uw_thread_wait, uw_thread_alive)
6017 (uw_thread_pid_to_str): Likewise.
6018 * v850ice.c (v850ice_wait, v850ice_resume): Likewise.
6019 * win32-nat.c (child_wait, child_resume, win32_child_thread_alive)
6020 (cywin_pid_to_str): Likewise.
6021 * wince.c (child_wait, child_resume, win32_child_thread_alive):
6022 Likewise.
6023 * config/nm-linux.h (linuxthreads_pid_to_str): Likewise.
6024 * config/nm-lynx.h (child_wait, lynx_pid_to_str): Likewise.
6025 * config/alpha/nm-linux.h (lin_lwp_attach_lwp): Likewise.
6026 * config/arm/nm-linux.h (lin_lwp_attach_lwp): Likewise.
6027 * config/h8500/tm-h8500.h (h8500_read_pc, h8500_write_pc): Likewise.
6028 * config/i386/nm-i386sol2.h (procfs_stopped_by_watchpoint)
6029 (procfs_set_watchpoint): Likewise.
6030 * config/i386/nm-linux.h (lin_lwp_attach_lwp): Likewise.
6031 * config/i386/nm-ptx4.h (child_wait): Likewise.
6032 * config/i386/nm-symmetry.h (child_wait): Likewise.
6033 * config/i386/tm-cygwin.h (cygwin_pid_to_str): Likewise.
6034 * config/ia64/nm-linux.h (ia64_linux_stopped_by_watchpoint)
6035 (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint)
6036 (lin_lwp_attach_lwp): Likewise.
6037 * config/mips/nm-irix4.h, config/mips/nm-irix5.h
6038 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Likewise.
6039 * config/pa/nm-hppah.h (child_pid_to_str, hppa_tid_to_str)
6040 (hppa_pid_or_tid_to_str): Likewise.
6041 * config/pa/tm-hppa.h (target_read_pc, target_write_pc): Likewise.
6042 * config/powerpc/nm-linux.h (lin_lwp_attach_lwp): Likewise.
6043 * config/sparc/nm-sun4sol2.h (procfs_stopped_by_watchpoint)
6044 (procfs_set_watchpoint): Likewise.
6045
6046 * gdbthread.h (thread_id_to_pid): Change return type which
6047 represents a combined process/thread id from ``int'' to
6048 ``ptid_t''.
6049 * gnu-nat.c (gnu_wait): Likewise.
6050 * go32-nat.c (go32_wait): Likewise.
6051 * hpux-thread.c (hpux_thread_wait): Likewise.
6052 * inferior.h (procfs_first_available): Likewise.
6053 * inftarg.c (child_wait): Likewise.
6054 * infttrace.c (ptrace_wait): Likewise.
6055 * lin-lwp.c (lin_lwp_wait): Likewise.
6056 * lin-thread.c (thread_db_wait): Likewise.
6057 * linux-thread.c (linuxthreads_wait): Likewise.
6058 * lynx-nat.c (child_wait): Likewise.
6059 * m3-nat.c (mach_really_wait): Likewise.
6060 * mac-nat.c (child_wait): Likewise.
6061 * monitor.c (monitor_wait): Likewise.
6062 * ppc-bdm.c (bdm_ppc_wait): Likewise.
6063 * procfs.c (do_attach, procfs_wait, procfs_first_available): Likewise.
6064 * remote-adapt.c (adapt_wait): Likewise.
6065 * remote-array.c (array_wait): Likewise.
6066 * remote-bug.c (bug_wait): Likewise.
6067 * remote-e7000.c (e7000_wait): Likewise.
6068 * remote-eb.c (eb_wait): Likewise.
6069 * remote-es.c (es1800_wait): Likewise.
6070 * remote-mips.c (mips_wait): Likewise.
6071 * remote-mm.c (mm_wait): Likewise.
6072 * remote-nindy.c (nindy_wait): Likewise.
6073 * remote-os9k (rombug_wait): Likewise.
6074 * remote-rdi.c (arm_rdi_wait): Likewise.
6075 * remote-rdp.c (remote_rdp_wait): Likewise.
6076 * remote-sds.c (sds_wait): Likewise.
6077 * remote-sim.c (gdbsim_wait): Likewise.
6078 * remote-st.c (st2000_wait): Likewise.
6079 * remote-udi.c (udi_wait): Likewise.
6080 * remote-vx.c (vx_wait): Likewise.
6081 * remote.c (remote_wait, remote_async_wait, remote_current_thread)
6082 (remote_cisco_wait): Likewise.
6083 * sol-thread.c (thread_to_lwp, lwp_to_thread, sol_thread_wait):
6084 Likewise.
6085 * symm-nat.c (child_wait): Likewise.
6086 * target.c (debug_to_wait): Likewise.
6087 * target.h (to_wait [in struct target_ops]): Likewise.
6088 * thread.c (thread_id_to_pid): Likewise.
6089 * thread-db.c (thread_from_lwp, lwp_from_thread, thread_db_wait):
6090 Likewise.
6091 * top.c (*target_wait_hook): Likewise.
6092 * uw-thread.c (lwp_to_thr, uw_thread_wait): Likewise.
6093 * v850ice.c (v850ice_wait): Likewise.
6094 * win32-nat.c (child_wait): Likewise.
6095 * wince.c (child_wait): Likewise.
6096 * config/nm-lynx.h (child_wait): Likewise.
6097 * config/i386/nm-ptx4.h (child_wait): Likewise.
6098 * config/i386/nm-symmetry.h (child_wait): Likewise.
6099
6100 * arch-utils.c (generic_prepare_to_proceed): Rename wait_pid
6101 to wait_ptid and change its type from ``int'' to ``ptid_t''.
6102 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Likewise,
6103 but rename saved_inferior_pid to saved_inferior_ptid.
6104 * d10v-tdep.c (d10v_read_pc, d10_write_pc): Likewise, but rename
6105 save_pid to save_ptid.
6106 * gdbthread.h (struct thread_info): Likewise, but rename pid to ptid.
6107 * hppah-nat.c (child_pid_to_exec): Likewise, but rename
6108 saved_inferior_pid to saved_inferior_ptid.
6109 * hpux-thread.c (main_ptid): Likewise, but rename from main_pid.
6110 * infrun.c (previous_inferior_pid [static global]): Likewise,
6111 but rename to previous_inferior_ptid.
6112 (resume): Likewise, but rename resume_pid to resume_ptid.
6113 (struct execution_control_state): Likewise, but rename
6114 pid to ptid, saved_inferior_pid to saved_inferior_ptid,
6115 and waiton_pid to waiton_ptid.
6116 (target_last_wait_pid): Likewise, but rename to
6117 target_last_wait_ptid.
6118 * infttrace.c (saved_real_pid): Likewise, but rename to
6119 saved_real_ptid.
6120 (child_pid_to_exec_file): Likewise, but rename saved_inferior_pid
6121 to saved_inferior_ptid.
6122 * lin-lwp.c (struct lwp_info): Likewise, but rename pid to ptid.
6123 (trap_ptid): Likewise, but renamed from trap_pid.
6124 * lin-thread.c (handle_new_thread): Likewise, but rename gdb_pid
6125 to gdb_ptid.
6126 * linux-thread.c (detach_thread): Likewise, but rename pid to ptid.
6127 (thread_db_wait): Likewise, but rename ret_pid to retptid.
6128 * procfs.c (procfs_wait): Likewise, for retval whose name
6129 doesn't change. Also, ``temp'' becomes two separate variables,
6130 one named temp_tid (an int) and the other temp_ptid.
6131 (procfs_notice_thread): Likewise (type change) for gdb_threadid
6132 whose name does not change.
6133 * regcache.c (registers_ptid): Likewise, but renamed from
6134 registers_pid.
6135 (read_register_pid, read_signed_register_pid, write_register_pid):
6136 Likewise, but rename save_pid to save_ptid.
6137 (read_pc_pid, write_pc_pid): Likewise, but rename saved_inferior_pid
6138 to saved_inferior_ptid.
6139 * remote.c (remote_newthread_step): Likewise, but rename pid to ptid.
6140 * sol-thread.c (struct ps_prochandle): Likewise.
6141 (sol_thread_resume): Likewise, for save_pid which becomes save_ptid.
6142 (sol_thread_wait): Likewise, for rtnval whose name does not
6143 change, and for save_pid which becomes save_ptid.
6144 (solaris_pid_to_str): Likewise for lwp whose name does not change.
6145 (sol_find_new_threads_callback): Likewise, for pid which becomes
6146 ptid.
6147 * target.h (target_resume, target_wait, target_post_wait)
6148 (target_post_startup_inferior, target_notice_signals)
6149 (target_thread_alive): Likewise.
6150 * thread.c (info_threads_command): Likewise, but rename
6151 current_pid to current_ptid.
6152 (struct current_thread_cleanup): Likewise, but rename field
6153 inferior_pid to inferior_ptid.
6154 * thread-db.c (find_new_threads_callback): Likewise, but rename
6155 pid to ptid.
6156 * uw-thread.c (thr_to_lwp): Likewise for lid whose name does not
6157 change.
6158 (lwp_to_tr): Likewise fo tid whose name remains unchanged.
6159 (thr_infpid, lwp_infpid, notice_thread, libthread_stub): Likewise,
6160 but rename pid to ptid.
6161 * config/alpha/nm-linux.h (ATTACH_LWP): Likewise.
6162 * config/arm/nm-linux.h (ATTACH_LWP): Likewise.
6163 * config/i386/nm-linux.h (ATTACH_LWP): Likewise.
6164 * config/ia64/nm-linux.h (ATTACH_LWP): Likewise.
6165 * config/pa/nm-hppah.h (target_tid_to_str): Likewise.
6166 * config/powerpc/nm-linux.h (ATTACH_LWP): Likewise.
6167
6168 * arch-utils.c (generic_prepare_to_proceed): Test for the
6169 "zero" ptid by using ptid_equal() to test to see if variable
6170 in question is the same as null_ptid. This replaces a direct
6171 test against zero.
6172 * cxux-nat.c (add_shared_symbol_files): Likewise.
6173 * i386aix-nat.c, i386b-nat.c (i386_float_info): Likewise.
6174 * infcmd.c (run_command): Likewise.
6175 * inflow.c (kill_command): Likewise.
6176 * infttrace.c (call_ttrace): Likewise.
6177 * lin-lwp.c (lin_lwp_prepare_to_proceed): Likewise.
6178 * lin-thread.c (thread_db_kill): Likewise.
6179 * procfs.c (procfs_kill_inferior, procfs_mourn_inferior): Likewise.
6180 * remote-es.c (es1800_kill): Likewise.
6181 * sol-thread.c (sol_thread_create_inferior): Likewise.
6182 * solib.c (locate_base): Likewise.
6183 * target.c (nosupport_runtime): Likewise.
6184 * thread-db.c (thread_db_wait): Likewise.
6185 * top.c (quit_confirm, quit_force): Likewise.
6186 * uw-thread (lwp_infpid, uw_thread_resume): Likewise.
6187
6188 * infrun.c (handle_inferior_event, stop_stepping, normal_stop):
6189 Use ptid_equal to compare value of process/thread ids instead of
6190 ``=='' and ``!='' operators.
6191 lin-lwp.c (delete_lwp, lin_lwp_prepare_to_proceed)
6192 (stop_wait_callback, lin_lwp_wait): Likewise.
6193 * procfs.c (procfs_wait): Likewise.
6194 * regcache.c (read_register_bytes, read_register_gen)
6195 (write_register_gen, read_register, read_register_pid)
6196 (read_signed_register, read_signed_register_pid, write_register)
6197 (write_register_pid, supply_register): Likewise.
6198 * remote-vx.c (vx_resume): Likewise.
6199 * sol-thread.c (sol_thread_wait): Likewise.
6200 * symm-nat.c (kill_inferior): Likewise.
6201 * thread.c (delete_thread, find_thread_pid, pid_to_thread_id)
6202 (in_thread_list, info_threads_command, switch_to_thread)
6203 (restore_current_thread): Likewise.
6204 * uw-thread (libtread_stub): Likewise.
6205
6206 * arm-linux-nat.c (GET_THREAD_ID): Change PID to PTID.
6207
6208 * corelow.c (add_to_thread_list): Convert argument in add_thread()
6209 call to a ptid_t.
6210 * gnu-nat.c (inf_validate_procs): Likewise.
6211 * linux-thread.c (stop_thread, update_stop_threads): Likewise.
6212 * remote.c (record_currthread, remote_threads_info): Likewise.
6213 * win32-nat.c (child_add_thread): Likewise.
6214
6215 * hpux-thread.c (save_inferior_pid, restore_inferior_pid): Rename,
6216 respectively, to save_inferior_ptid() and restore_inferior_ptid().
6217 Adjust implementations to operate on ``ptid_t'' instead of ``int''.
6218 * lin-lwp.c (save_inferior_pid, restore_inferior_pid): Likewise.
6219 * lin-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
6220 * linux-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
6221 * proc-service.c (save_inferior_pid, restore_inferior_pid): Likewise.
6222 * sol-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
6223 * thread-db.c (save_inferior_pid, restore_inferior_pid): Likewise.
6224
6225 * infrun.c (RESUME_ALL): New macro representing the -1 ptid
6226 to be passed to target_resume() when all threads should resume.
6227 (resume): Set resume_ptid to RESUME_ALL rather than -1.
6228 (handle_inferior_event): Invoke target_resume() with RESUME_ALL
6229 instead of -1.
6230 * irix5-nat.c (solib_create_inferior_hook): Convert -1 to
6231 a ptid_t in target_resume() call.
6232 * osfsolib.c (solib_create_inferior_hook): Likewise.
6233 * solib-svr4.c (solib_create_inferior_hook): Likewise.
6234
6235 * lin-lwp.c (PIDGET, PIDGET0): Rename original PIDGET macro to
6236 PIDGET0. Define new PIDGET macro which uses PIDGET0, the only
6237 difference being that the 0xffff pattern will be interpreted
6238 as -1.
6239 * lin-thread.c (PIDGET, PIDGET0): Likewise.
6240 * thread-db.c (PIDGET, PIDGET0): Likewise.
6241 * config/nm-linux.h (PIDGET, PIDGET0): Likewise.
6242 * config/i386/tm-i386sol2.h (PIDGET, PIDGET0): Likewise.
6243 * config/i386/tm-i386v42mp.h (PIDGET, PIDGET0): Likewise.
6244 * config/sparc/tm-sun4sol2.h (PIDGET, PIDGET0): Likewise.
6245
6246 * m3-nat.c (init_m3_ops): Fix typo; initialize to_wait field to
6247 mach_really_wait rather than mach_really__wait.
6248 * lin-thread.c (check_for_thread_event): Fix warning; make function
6249 actually return a value.
6250
6251 * gdbarch.sh (TARGET_READ_PC, TARGET_WRITE_PC): Change type of
6252 ``pid'' arguments from ``int'' to ``ptid_t''. Also renamed
6253 pid to ptid.
6254 * gdbarch.h, gdbarch.c: Regenerated.
6255
6256 2001-05-03 Jonathan Larmour <jlarmour@redhat.com>
6257
6258 * rdi-share/devsw.c: Include <time.h> for struct tm
6259
6260 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
6261
6262 * config/djgpp/fnchange.lst: Add mappings for the new
6263 opcodes/openrisc-* files.
6264
6265 2001-05-01 Michael Snyder <msnyder@redhat.com>
6266
6267 * lin-lwp.c: Change printf to fprintf_unfiltered.
6268 * Makefile.in: Add rules for thread-db.o, lin-lwp.o, proc-service.o.
6269
6270 2001-05-01 Nicholas Duffek <nsd@redhat.com>
6271
6272 * config/rs6000/tm-rs6000.h (IN_SOLIB_RETURN_TRAMPOLINE): Define.
6273 (rs6000_in_solib_return_trampoline): Declare.
6274 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): New
6275 function.
6276 (rs6000_skip_trampoline_code): Skip bigtoc fixup code.
6277 * xcoffread.c (read_xcoff_symtab): Perform the ISFCN function
6278 check after the CSECT check rather than before it. Allocate
6279 separate symtabs for CSECTs whose names begin with '@'.
6280 (scan_xcoff_symtab): Don't ignore symbols beginning with '@'.
6281 Activate the misc_func_recorded mechanism for whose names begin
6282 with '@'.
6283
6284 2001-04-30 J.T. Conklin <jtc@redback.com>
6285
6286 * ppcnbsd-nat.c (fetch_inferior_registers)
6287 (store_inferior_registers, fetch_core_registers): Changed to use
6288 fpreg[] instead of r_regs[] to access floating point registers.
6289
6290 2001-04-30 Elena Zannoni <ezannoni@redhat.com>
6291
6292 * sh-tdep.c: Get rid of the function prototypes.
6293 (sh_sh4_build_float_register_type): Move earlier in file.
6294 (fv_reg_base_num): Ditto.
6295 (dr_reg_base_num): Ditto.
6296
6297 2001-04-30 Michael Snyder <msnyder@redhat.com>
6298
6299 * thread-db.c: Revert 2001-04-26 change for debugging output.
6300 * lin-lwp.c: Ditto.
6301 * lin-lwp.c: Add set/show debug lin-lwp command. Use this
6302 command to turn extra debugging output on / off.
6303
6304 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
6305
6306 * buildsym.c (start_subfile): Use FILENAME_CMP instead of STREQ.
6307 (top-level): #include filenames.h.
6308
6309 * dwarf2read.c (dwarf2_start_subfile): Use IS_ABSOLUTE_PATH and
6310 FILENAME_CMP, to DTRT on non-Posix platforms.
6311 (top-level): #include filenames.h.
6312
6313
6314 2001-04-27 Andrew Cagney <ac131313@redhat.com>
6315
6316 * gdbtypes.c (check_stub_method): Always initialize ``p''.
6317
6318 2001-04-27 Andrew Cagney <ac131313@redhat.com>
6319
6320 * configure.host: Delete romp host.
6321 * TODO: Update.
6322
6323 2001-04-27 Andrew Cagney <ac131313@redhat.com>
6324
6325 * TODO: Updates to 5.1. No more targets to obsolete.
6326
6327 2001-04-27 Don Howard <dhoward@redhat.com>
6328
6329 (Changes from Kevin Buettner, with minor update by Don Howard.)
6330
6331 * i387-nat.c (i387_supply_fxsave, i387_fill_fxsave, i387_tag): Fix
6332 typos in which hexadecimal constants were really intended to be
6333 binary constants.
6334 (i387_tag): Swap logic regarding zero vs non-zero exponents.
6335 * MAINTAINERS (Misc): Added myself to the write-after-approval
6336 list.
6337
6338 2001-04-26 Jim Blandy <jimb@redhat.com>
6339
6340 (Changes from Daniel Berlin, with revisions by Jim Blandy.)
6341
6342 Abstract out operations specific to particular C++ ABI's, and
6343 invoke them through a function table. This removes the C++ ABI
6344 dependencies scattered throughout the code, and allows us to
6345 cleanly add support for new C++ ABI's.
6346 * cp-abi.h, cp-abi.h, gnu-v2-abi.c, hpacc-abi.c: New files.
6347 * c-typeprint.c, c-valprint.c, dbxread.c, eval.c, gdbtypes.c,
6348 jv-typeprint.c, linespec.c, symtab.c, typeprint.c, valops.c:
6349 #include "cp-abi.h". These files all use functions now declared
6350 there.
6351 * symtab.h (OPNAME_PREFIX_P, VTBL_PREFIX_P, DESTRUCTOR_PREFIX_P):
6352 Deleted. These services are now provided by functions declared in
6353 cp-abi.h.
6354 * value.h (value_rtti_type, value_virtual_fn_field): Same.
6355 * values.c (value_virtual_fn_field): Same, for this definition.
6356 * valops.c (value_rtti_type): Same.
6357 * c-typeprint.c (c_type_print_base): Use the functions from
6358 "cp-abi.h", instead of the old macros, or hard-coded ABI-specific
6359 tests.
6360 * dbxread.c (record_minimal_symbol): Same.
6361 * gdbtypes.c (get_destructor_fn_field, virtual_base_index,
6362 virtual_base_index_skip_primaries): Same.
6363 * jv-typeprint.c (java_type_print_base): Same.
6364 * linespec.c (find_methods, decode_line_1): Same.
6365 * symtab.c (gdb_mangle_name): Same.
6366 * Makefile.in (SFILES): Add the new .c files mentioned above.
6367 (cp_abi_h): New variable.
6368 (COMMON_OBS): Add gnu-v2-abi.o, hpacc-abi.o, and cp-abi.o.
6369 (cp-abi.o, gnu-v2-abi.o, hpacc-abi.o): New targets.
6370 (c-typeprint.o, c-valprint.o, dbxread.o, eval.o, gdbtypes.o,
6371 jv-typeprint.o, symtab.o, linespec.o, typeprint.o, valops.o): Add
6372 dependency on $(cp_abi_h).
6373
6374 2001-04-26 Michael Snyder <msnyder@redhat.com>
6375
6376 * thread-db.c (_initialize_thread_db): Add set/show command
6377 "debug-linux-threads" for debugging output.
6378 * lin-lwp.c (various): Use global "debug_linux_threads to
6379 turn on extra debugging output.
6380 * lin-lwp.c: Minor cleanups in comments.
6381 * target.c (normal_pid_to_str): Get rid of an ancient hack.
6382 * remote.c (remote_pid_to_str): New function for remote target.
6383
6384 2001-04-24 Jim Blandy <jimb@redhat.com>
6385
6386 * c-typeprint.c (c_type_print_cv_qualifier): Don't print `const'
6387 qualifier on C++ references; all references are innately const.
6388
6389 2001-04-20 Mark Kettenis <kettenis@gnu.org>
6390
6391 * event-top.h: Fix formatting.
6392
6393 2001-04-17 Andrew Cagney <ac131313@redhat.com>
6394
6395 * source.c (openp): Obsolete #ifdef MPW code.
6396 (open_source_file): Ditto.
6397 * event-top.c (display_gdb_prompt): Ditto.
6398 * utils.c (query): Ditto.
6399 (init_page_info): Ditto.
6400 (init_page_info): Delete #ifndef MPW.
6401 * top.c (gdb_readline): Ditto.
6402 * mac-xdep.c: Obsolete.
6403 * mac-gdb.r: Obsolete.
6404 * config/powerpc/xm-mpw.h: Obsolete.
6405 * config/xm-mpw.h: Obsolete.
6406 * mpw-make.sed: Obsolete.
6407 * mpw-config.in: Obsolete.
6408 * TODO: Update
6409 * NEWS: Update
6410
6411 2001-04-19 Mark Kettenis <kettenis@gnu.org>
6412
6413 * i386-tdep.c (i386_frameless_function_invocation): New function.
6414 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION): Redefine
6415 in terms of i386_frameless_function_invocation. Adjust comment.
6416 (i386_frameless_function_invocation): New prototype.
6417
6418 2001-04-18 Martin M. Hunt <hunt@redhat.com>
6419
6420 * top.c (gdb_init): Don't call cli_out_new() to
6421 create global uiout if init_ui_hook is set. uiout will
6422 have to be initialized there.
6423
6424 2001-04-18 Andrew Cagney <ac131313@redhat.com>
6425
6426 * arch-utils.c: Include "regcache.h".
6427
6428 2001-04-18 Mark Kettenis <kettenis@gnu.org>
6429
6430 * i386-tdep.c (i386_saved_pc_after_call): New function.
6431 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Redefine in terms
6432 of i386_saved_pc_after_call.
6433 (i386_saved_pc_after_call): New prototype.
6434
6435 2001-04-17 Michael Snyder <msnyder@redhat.com>
6436
6437 * i386-nat.c: Fix typo in comment.
6438 * solib.c (no_shared_libraries): New function. Discard all symbols
6439 from shared libraries.
6440 (_initialize_solib): Add command "nosharedlibrary" as complement
6441 to the command "sharedlibrary". Unloads symbols for all solibs.
6442
6443 2001-04-16 Andrew Cagney <ac131313@redhat.com>
6444
6445 * configure.host (m68030-sony-*, m68*-isi-*, m68*-sony-*):
6446 * configure.tgt (m68*-rom68k-*, m68*-*bug-*, m68*-monitor-*)
6447 (m68*-est-*, m68*-sony-*, m68*-isi-*):
6448 * Makefile.in (xm-news1000.h, tm-news.h, xm-news.h): Obsolete..
6449 * config/m68k/xm-news.h: Obsolete.
6450 * config/m68k/tm-news.h:
6451 * config/m68k/xm-news1000.h: Obsolete.
6452 * config/m68k/news.mh: Obsolete.
6453 * config/m68k/news.mt: Obsolete.
6454 * config/m68k/nm-news.h: Obsolete.
6455 * config/m68k/news1000.mh: Obsolete.
6456 * news-xdep.c: Obsolete.
6457 * Makefile.in (isi-xdep.o): Obsolete.
6458 (ALLDEPFILES): Delete isi-xdep.c.
6459 (tm-isi.h): Obsolete.
6460 * m68k-tdep.c (altos_skip_prologue): Update comments.
6461 (isi_skip_prologue): Obsolete.
6462 * isi-xdep.c: Obsolete.
6463 * config/m68k/xm-isi.h: Obsolete.
6464 * config/m68k/isi.mh: Obsolete.
6465 * config/m68k/tm-isi.h: Obsolete.
6466 * config/m68k/isi.mt: Obsolete.
6467
6468 * TODO: Update.
6469 * NEWS: Update.
6470
6471 2001-04-17 Michael Snyder <msnyder@redhat.com>
6472
6473 * remote.c (remote_open_1): On opening the remote target, activate
6474 the solib_create_inferior_hook, so that it can detect when the
6475 target loads shared libraries.
6476 (remote_async_open_1): Ditto.
6477
6478 2001-04-17 Michael Snyder <msnyder@redhat.com>
6479
6480 * breakpoint.c (print_one_breakpoint): Handle 64-bit addresses.
6481 * tracepoint.c (tracepoints_info): Handle 64-bit addresses.
6482 * testsuite/gdb.trace/deltrace.exp: Allow for 64-bit addresses.
6483 * testsuite/gdb.trace/infotrace.exp: Ditto.
6484 * testsuite/gdb.trace/passcount.exp: Ditto.
6485 * testsuite/gdb.trace/while-stepping.exp: Ditto.
6486
6487 2001-04-17 Michael Snyder <msnyder@redhat.com>
6488
6489 * thread-db.c (check_thread_signals): When looping over all
6490 signals, ignore signal zero.
6491 (disable_thread_signals): Ditto.
6492
6493 2001-04-17 Eirik Fuller <eirik@netapp.com>
6494
6495 * thread.c (do_captured_thread_select): Allow the argument to the
6496 thread command to be an expression rather than a literal integer.
6497
6498 2001-04-17 Mark Kettenis <kettenis@gnu.org>
6499
6500 * i386-linux-tdep.c (i386_linux_saved_pc_after_call): Use
6501 read_memory_unsigned_integer instead of read_memory_integer.
6502
6503 2001-04-16 Kevin Buettner <kevinb@redhat.com>
6504
6505 * solib-aix5.c (map_index_vs_section_name_okay): New function.
6506 (aix5_relocate_main_executable): Don't use file offsets for
6507 determining corresponding sections and map file entries. Call
6508 map_index_vs_section_name_okay() to do this instead.
6509
6510 2001-04-16 Kevin Buettner <kevinb@redhat.com>
6511
6512 * procfs.c (open_with_retry): New function.
6513 (open_procinfo_files, load_syscalls, proc_iterate_over_mappings)
6514 (proc_get_LDT_entry): Call open_with_retry() instead of open().
6515
6516 2001-04-16 Kevin Buettner <kevinb@redhat.com>
6517
6518 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Adjust
6519 comparison against TRAP_HWBKPT constant yet again to account
6520 for the various values used by different kernel versions.
6521
6522 2001-04-16 Daniel Berlin <dan@cgsoftware.com>
6523
6524 * demangle.c (_initialize_demangler): Use xcalloc on the
6525 demangling_style_names, and make it a null terminated array of
6526 names, to avoid a crash.
6527
6528 2001-04-16 Mark Kettenis <kettenis@gnu.org>
6529
6530 * i386-tdep.c (i386_frame_chain): New function.
6531 * config/i386/tm-i386.h (FRAME_CHAIN): Redefine in terms of
6532 i386_frame_chain.
6533 (i386_frame_chain): New prototype.
6534
6535 2001-04-14 J.T. Conklin <jtc@redback.com>
6536
6537 * target.h (target_ops): Removed to_core_file_to_sym_file vector
6538 function.
6539 * corelow.c (core_ops): Updated for above change.
6540 * gnu-nat.c (core_ops): Likewise.
6541 * inftarg.c (child_ops): Likewise.
6542 * monitor.c (monitor_ops): Likewise.
6543 * ppc-bdm.c (bdm_ppc_ops): Likewise.
6544 * remote-adapt.c (adapt_ops): Likewise.
6545 * remote-bug.c (bug_ops): Likewise.
6546 * remote-e7000.c (e7000_ops): Likewise.
6547 * remote-eb.c (eb_ops): Likewise.
6548 * remote-es.c (es1800_ops, es1800_child_ops): Likewise.
6549 * remote-mm.c (mm_ops): Likewise.
6550 * remote-nindy.c (nindy_ops): Likewise.
6551 * remote-nrom.c (nrom_ops): Likewise.
6552 * remote-os9k.c (rombug_ops): Likewise.
6553 * remote-rdp.c (remote_rdp_ops): Likewise.
6554 * remote-sim.c (gdbsim_ops): Likewise.
6555 * remote-st.c (st2000_ops): Likewise.
6556 * v850ice.c (v850ice_ops): Likewise.
6557 * target.c (cleanup_target): Likewise
6558 (update_current_target): Likewise.
6559 (setup_target_debug): Likewise
6560 (debug_to_core_file_to_sym_file): Removed.
6561
6562 * corefile.c (core_file_command) [HPUXHPPA]: Removed code that
6563 sets symbol file from information obtained from the core file.
6564 * corelow.c (core_file_to_sym_file): Removed.
6565
6566 2001-04-13 Fernando Nasser <fnasser@redhat.com>
6567
6568 From Adam Mirowski <Adam.Mirowski@Sun.COM>
6569 Fixed Insight on Solaris. It was not possible to debug a process
6570 because of EINTR "errors".
6571 * procfs.c: (procfs_wait): if proc_wait_for_stop() fails
6572 with EINTR, retry the call.
6573
6574 2001-04-12 Kevin Buettner <kevinb@redhat.com>
6575
6576 * solib-aix5.c (enum maptype): Delete.
6577 (struct lm_info): Add new member ``nmappings''. Make ``mapping''
6578 member a pointer instead of a statically sized array.
6579 (build_so_list_from_mapfile): Dynamically allocate ``mapping''
6580 array.
6581 (aix5_relocate_main_executable, aix5_relocate_section_addresses,
6582 aix5_find_global_pointer): Search for correct mapping to use
6583 based on file offset instead of knowledge of whether the section
6584 is read-only or read/write.
6585 (aix5_find_gate_addresses): Use the first mapping instead of
6586 the (now defunct) MT_READONLY mapping.
6587
6588 2001-04-12 Nicholas Duffek <nsd@redhat.com>
6589
6590 * xcoffread.c (scan_xcoff_symtab): Ignore symbols beginning with
6591 "@".
6592
6593 2001-04-12 Kevin Buettner <kevinb@redhat.com>
6594
6595 * config/i386/fbsd.mh (NATDEPFILES): Add i386-nat.o.
6596
6597 2001-04-09 Andrew Cagney <ac131313@redhat.com>
6598
6599 Obsolete i[3456]86-*-sunos* (aka Sun386) host and target.
6600 * config/i386/sun386.mh: Obsolete.
6601 * config/i386/sun386.mt: Obsolete.
6602 * config/i386/xm-sun386.h: Obsolete.
6603 * config/i386/tm-sun386.h: Obsolete.
6604 * config/i386/nm-sun386.h: Obsolete.
6605 * Makefile.in (ALLDEPFILES): Delete sun386-nat.c.
6606 (sun386-nat.o): Target is obsolete.
6607 * sun386-nat.c: Obsolete.
6608 * configure.tgt (i[3456]86-*-sunos*): Obsolete.
6609 * configure.host (i[3456]86-*-sunos*): Obsolete.
6610 * NEWS: Update.
6611 * TODO: Update.
6612
6613 2001-04-10 J.T. Conklin <jtc@redback.com>
6614
6615 * maint.c: Fix typo in comment.
6616
6617 2001-04-09 Keith Seitz <keiths@cygnus.com>
6618
6619 * MAINTAINERS: Swap with Syd Polk as a gdbtk maintainer.
6620
6621 2001-04-08 Kevin Buettner <kevinb@redhat.com>
6622
6623 * fork-child.c (fork_inferior, clone_and_follow_inferior):
6624 Document fact that apparent call to vfork() might actually be
6625 a call to fork() instead.
6626 * ser-pipe.c (pipe_open): Likewise.
6627
6628 2001-04-08 Kevin Buettner <kevinb@redhat.com>
6629
6630 * printcmd.c (print_frame_args): Use a cleanup to invoke
6631 ui_out_list_end() so that the list count nesting flag will
6632 be decremented properly when an error occurs.
6633 * stack.c (print_frame): Likewise.
6634
6635 2001-04-06 J.T. Conklin <jtc@redback.com>
6636
6637 * dcache.c (dcache_write_line): Fixed bugs where cache line was
6638 not written to target correctly.
6639
6640 * gdbserver/low-hppabsd.c (read_inferior_memory): Add explicit
6641 void return value;
6642 * gdbserver/low-nbsd.c: Likewise.
6643 * gdbserver/low-sparc.c: Likewise.
6644 * gdbserver/low-sun3.c: Likewise.
6645
6646 2001-04-06 Geoffrey Keating <geoffk@redhat.com>
6647
6648 * config/rs6000/nm-rs6000.h (PTRACE_ATTACH): Don't define.
6649 (PTRACE_DETACH): Don't define.
6650
6651 2001-04-06 David Smith <dsmith@redhat.com>
6652
6653 * arch-utils.c (default_prepare_to_proceed)
6654 (generic_prepare_to_proceed): Added new functions.
6655 * arch-utils.h: New function declarations for
6656 default_prepare_to_proceed() and generic_prepare_to_proceed().
6657 * gdbarch.sh: Added PREPARE_TO_PROCEED.
6658 * gdbarch.c: Regenerated.
6659 * gdbarch.h: Regenerated.
6660 * inferior.h: Added get_last_target_status() declaration.
6661 * infrun.c (get_last_target_status): Added new function.
6662 (handle_inferior_event): Saves last pid and waitstatus, which will
6663 get returned by get_last_target_status().
6664
6665 * hppa-tdep.c (prepare_to_proceed): Added comment stating that
6666 prepare_to_proceed() is potentially redundant since
6667 default_prepare_to_proceed() has been added.
6668 * linux-thread.c (prepare_to_proceed): Ditto.
6669 * lin-lwp.c (prepare_to_proceed): Ditto.
6670 * m3-nat.c (prepare_to_proceed): Ditto.
6671
6672 2001-04-05 Andrew Cagney <ac131313@redhat.com>
6673
6674 Obsolete powerpcle-*-cygwin* and powerpcle-*-solaris* platforms
6675 and powerpc-*-netware* target.
6676 * configure.host (powerpcle-*-cygwin*, powerpcle-*-solaris*):
6677 Obsolete.
6678 * configure.tgt (powerpc-*-netware*, powerpcle-*-cygwin*)
6679 (powerpcle-*-solaris*): Obsolete.
6680 * config/powerpc/tm-cygwin.h: Obsolete.
6681 * config/powerpc/cygwin.mt: Obsolete.
6682 * config/powerpc/xm-cygwin.h: Obsolete.
6683 * config/powerpc/cygwin.mh: Obsolete.
6684 * config/powerpc/nm-solaris.h: Obsolete.
6685 * config/powerpc/xm-solaris.h: Obsolete.
6686 * config/powerpc/tm-solaris.h: Obsolete.
6687 * config/powerpc/solaris.mt: Obsolete.
6688 * config/powerpc/tm-ppc-nw.h: Obsolete.
6689 * config/powerpc/ppc-nw.mt: Obsolete.
6690 * TODO: Update.
6691 * NEWS: Update.
6692
6693 2001-04-06 Fernando Nasser <fnasser@redhat.com>
6694
6695 * buildsym.c (record_line): Turn off unused addr bits.
6696
6697 2001-04-06 Fernando Nasser <fnasser@redhat.com>
6698
6699 From David Deephanphongs <deephan@telocity.com>
6700 * inferior.h: Fix declarations of get_inferior_args and
6701 set_inferior_args, which were missing the trailing 's'.
6702
6703 2001-04-05 Jeff Holcomb <jeffh@redhat.com>
6704
6705 * monitor.c (monitor_supply_register): Only report an error if we
6706 don't get a valid value.
6707
6708 2001-04-05 Eli Zaretskii <eliz@is.elta.co.il>
6709
6710 * README: Don't mention gdba.el.
6711
6712 2001-04-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6713
6714 From Jimmy Guo <guo@cup.hp.com>
6715 * top.c (init_main): set prompt if annotation_level>1,
6716 this is necessary when annotation_level is set to 2 via
6717 --annotate=2 command line option.
6718
6719 2001-04-04 Andrew Cagney <ac131313@redhat.com>
6720
6721 Obsolete a29k-*-* host and a29k-*-sym1* and a29k-*-kern* targets.
6722 * configure.tgt (a29k-*-sym1*, a29k-*-kern*): Obsolete.
6723 * configure.host (a29k-*-*): Obsolete.
6724 * Makefile.in (ALLDEPFILES): Remove ultra3-nat.c and
6725 ultra3-xdep.c.
6726 (ultra3-nat.o, ultra3-xdep.o): Obsolete.
6727 * config/a29k/tm-ultra3.h: Obsolete.
6728 * config/a29k/ultra3.mt: Obsolete.
6729 * config/a29k/ultra3.mh: Obsolete.
6730 * config/a29k/nm-ultra3.h: Obsolete.
6731 * config/a29k/xm-ultra3.h: Obsolete.
6732 * ultra3-xdep.c: Obsolete.
6733 * ultra3-nat.c: Obsolete.
6734 * config/a29k/a29k-kern.mt: Obsolete.
6735 * NEWS: Update.
6736 * TODO: Update.
6737
6738 Wed Apr 4 21:48:42 2001 Christopher Faylor <cgf@cygnus.com>
6739
6740 * main.c: Remove windows.h use.
6741 (gdbtk_test): Use PATH_MAX for home var calculation.
6742 * remote-e7000.c (e7000_parse_device): Accomodate Cygwin as well as
6743 Win32 in colon test.
6744 * ser-tcp.c: Use modern __CYGWIN__ conditional.
6745 * source.c (mod_path): Add __CYGWIN__ conditional to WIN32 test.
6746 (openp): Ditto.
6747 * symfile.c (symfile_bfd_open): Ditto.
6748
6749 2001-04-04 Martin M. Hunt <hunt@redhat.com>
6750
6751 * main.c (captured_main): For GDBtk, don't use tui_fileopen().
6752 Handle all stream setup in gdbtk_init
6753
6754 2001-04-04 Mark Kettenis <kettenis@gnu.org>
6755
6756 * i386-tdep.c (i386_extract_return_value): Don't return the return
6757 value of a void function.
6758 (i386_store_return_value): Likewise.
6759
6760 2001-04-03 Andrew Cagney <ac131313@redhat.com>
6761
6762 Obsolete w65-*-* target.
6763 * configure.tgt (w65-*-*): Obsolete.
6764 * config/w65/w65.mt: Obsolete.
6765 * config/w65/tm-w65.h: Obsolete.
6766 * w65-tdep.c: Obsolete.
6767 * NEWS: Update. Fix TiC80 description.
6768 * TODO: Update.
6769
6770 2001-04-03 Andrew Cagney <ac131313@redhat.com>
6771
6772 Obsolete tic80-*-* target.
6773 * configure.tgt (tic80-*-*): Obsolete.
6774 * config/tic80/tic80.mt: Obsolete.
6775 * config/tic80/tm-tic80.h: Obsolete.
6776 * tic80-tdep.c: Obsolete.
6777 * TODO: Update
6778 * NEWS: Update.
6779
6780 2001-04-02 J.T. Conklin <jtc@redback.com>
6781
6782 * remote-mips.c (S_IROTH): Moved definition from here.
6783 * gdb_stat.h (S_IROTH): to here.
6784
6785 * remote.c (remote_protocol_e, remote_protocol_E): Define.
6786 (set_remote_protocol_e_packet_cmd)
6787 (set_remote_protocol_E_packet_cmd)
6788 (show_remote_protocol_e_packet_command)
6789 (show_remote_protocol_E_packet_command): New functions.
6790 (init_all_packet_configs): Initialize remote_protocol_e and
6791 remote_protocol_E.
6792 (remote_resume, remote_async_resume): Support e/E command
6793 packets.
6794 (show_remote_cmd): Show state of remote_protocol_e and
6795 remote_protocol_E.
6796 (_initialize_remote): Add "set remote step-over-range-packet"
6797 and "set remote step-over-range-w-signal-packet" to CLI.
6798
6799 2001-04-01 Andrew Cagney <ac131313@redhat.com>
6800
6801 Obsolete ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv* and
6802 ns32k-utek-*.
6803 * Makefile.in (ALLDEPFILES): Delete umax-xdep.c and ns32km3-nat.c.
6804 (umax-xdep.o, ns32km3-nat.o): Obsolete.
6805 * configure.tgt (ns32k-*-mach3*, ns32k-utek-sysv*, ns32k-utek-*):
6806 Obsolete.
6807 * configure.host (ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv*):
6808 Obsolete.
6809 * config/ns32k/merlin.mh: Obsolete.
6810 * config/ns32k/merlin.mt: Obsolete.
6811 * config/ns32k/xm-merlin.h: Obsolete.
6812 * config/ns32k/tm-merlin.h: Obsolete.
6813 * config/ns32k/nm-umax.h: Obsolete.
6814 * config/ns32k/umax.mh: Obsolete.
6815 * config/ns32k/umax.mt: Obsolete.
6816 * config/ns32k/xm-umax.h: Obsolete.
6817 * umax-xdep.c: Obsolete.
6818 * config/ns32k/ns32km3.mh: Obsolete.
6819 * config/ns32k/ns32km3.mt: Obsolete.
6820 * config/ns32k/tm-ns32km3.h: Obsolete.
6821 * config/ns32k/xm-ns32km3.h: Obsolete.
6822 * ns32km3-nat.c: Obsolete.
6823 * ns32k-tdep.c (merlin_skip_prologue): Obsolete.
6824 (merlin_frame_num_args): Ditto.
6825 * NEWS: Update.
6826 * TODO: Update.
6827
6828 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
6829
6830 * config/djgpp/fnchange.lst: Tweak due to
6831 expect/example/chesslib.c.
6832
6833 2001-04-02 Kevin Buettner <kevinb@redhat.com>
6834
6835 * m88k-tdep.c (examine_prologue): Change type of ``insn'' from
6836 unsigned int to unsigned long. Also, fix format string.
6837 (pop_frame): Fix PC_IN_CALL_DUMMY() call so that it doesn't
6838 use an undeclared variable. Also, delete declaration and
6839 initialization of ``fp'' because it is otherwise unused.
6840 * remote-bug.c (sleep): Delete declaration.
6841 (bug_store_register, bug_write_memory, bug_read_memory)
6842 (bug_insert_breakpoint, bug_remove_breakpoint): Fix sprintf()
6843 format statements and cast certain sprintf() arguments to
6844 eliminate warnings.
6845 (bug_load): Likewise for call to printf_filtered().
6846 * config/m88k/tm-m88k.h (FIX_CALL_DUMMY): Eliminate
6847 assignment to ``pc''. The necessary assignment is done in
6848 hand_function_call() after the invocation of FIX_CALL_DUMMY().
6849
6850 2001-03-20 Daniel Berlin <dberlin@redhat.com>
6851
6852 * symtab.c (completion_list_add_name): Remove duplicate string checks,
6853 readline already does this, and it's much faster at it, too.
6854
6855 2001-04-01 Eli Zaretskii <eliz@is.elta.co.il>
6856
6857 * go32-nat.c: Minor tweaks, to pacify the ari script.
6858
6859 2001-04-01 Mark Kettenis <kettenis@gnu.org>
6860
6861 * i386-tdep.c (i386_extract_struct_value_address): New function.
6862 * config/i386/tm-i386.h (EXTRACT_STRUCT_VALUE_ADDRESS): Redefine
6863 in terms of i386_extract_struct_value_address.
6864 (i386_extract_struct_value_address): New prototype.
6865
6866 * i386-linux-nat.c (i386_linux_dr_get): Change type of return
6867 value to `unsigned long'. Change type of `value' to `unsigned
6868 long'.
6869 (i386_linux_dr_set): Change type of second argument to `unsigned
6870 long'.
6871 (i386_linux_dr_set_control): Change type of first argument to
6872 `unsigned long'.
6873 (i386_linux_dr_get_status): Change type of return value to
6874 unsigned long.
6875 * config/i386/nm-linux.h (i386_linux_dr_set_control,
6876 i386_linux_dr_get_status): Adjust prototypes accordingly.
6877
6878 2001-03-31 Kevin Buettner <kevinb@redhat.com>
6879
6880 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Change
6881 TRAP_HWBKPT constant to match that in the kernel headers for
6882 Linux/IA-64.
6883
6884 2001-03-31 Mark Kettenis <kettenis@gnu.org>
6885
6886 * i386bsd-nat.c: Include "gdb_assert.h".
6887 [HAVE_PT_GETDBREGS] (DBREG_DRX): Define if not
6888 already defined.
6889 [HAVE_PT_GETDBREGS] (i386bsd_dr_set, i386bsd_dr_set_control,
6890 i386bsd_dr_set_addr, i386bsd_dr_reset_addr,
6891 i386bsd_dr_get_status): New functions.
6892 * config/i386/nm-fbsd.h [HAVE_PT_GETDBREGS]
6893 (I386_USE_GENERIC_WATCHPOINTS): Define.
6894 Include "i386/nm-i386.h".
6895 (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
6896 I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
6897 (i386bsd_dr_set_control, i386bsd_dr_set_addr,
6898 i386bsd_dr_reset_addr, i386bsd_dr_get_status): New prototypes.
6899 * acconfig.h (HAVE_PT_GETDBREGS): New configure macro.
6900 * configure.in: Cleanup a few comments. Check for PT_GETDBREGS
6901 ptrace request.
6902 * config.in, configure: Regenerate.
6903
6904 * i386-nat.c (i386_insert_aligned_watchpoint): Set address
6905 register before enabling it by setting the control register.
6906 (i386_remove_aligned_watchpoint): Reset address register after
6907 disabling it by setting the control register.
6908
6909 * i386-tdep.c (i386_extract_return_value): If the type of the
6910 return value is TYPE_STRUCT and the number of fields is one, call
6911 ourselves with TYPE set tp the type of the first field.
6912 (i386_store_return_value): Likewise.
6913 This fixes a problem with returning structs consisting of a single
6914 `float' or `double' on *BSD.
6915
6916 2001-03-30 Mark Kettenis <kettenis@gnu.org>
6917
6918 * lin-lwp.c (lin_lwp_resume): Don't mark LWP as not stopped until
6919 we're absolutely sure we're going to resume it.
6920
6921 * thread-db.c (check_event): Don't report an error if we encounter
6922 a thread creation event for a thread that's already in the thread
6923 list, since that may legitemately happen. Instead only call
6924 attach_thread if it's not already in the thread list.
6925
6926 2001-03-28 Andrew Cagney <ac131313@redhat.com>
6927
6928 * config/pa/xm-hppah.h (malloc): Really delete declaration
6929 (MALLOC_INCOMPATIBLE): Really delete macro.
6930 * cli/cli-cmds.c (apropos_command): Use xcalloc.
6931
6932 2001-03-28 Andrew Cagney <ac131313@redhat.com>
6933
6934 * configure.in (build_warnings): Add -Wuninitialized.
6935 * configure: Regenerate.
6936
6937 * v850-tdep.c (v850_scan_prologue): Initialize ``insn2''.
6938 * sparc-tdep.c (sparc64_push_arguments): Add default case to
6939 switch.
6940 * sh-tdep.c (sh_do_fp_register): Replace ``?:'' printf format
6941 expression with if statement.
6942 * mn10200-tdep.c (mn10200_analyze_prologue): Initialize
6943 ``stack_size''.
6944 * mips-tdep.c (show_mipsfpu_command): Add default case to switch.
6945 (mips_dump_tdep): Fix setting of ef_mips_arch.
6946 * mcore-tdep.c (mcore_analyze_prologue): Initialize ``fp_regnum''.
6947 * dsrec.c (make_srec): Always initialize ``binbuf''.
6948 * monitor.c (monitor_read_memory_single): Do not pass an
6949 uninitialized buffer to monitor_error. Make ``i'' more local.
6950
6951 2001-03-28 Andrew Cagney <ac131313@redhat.com>
6952
6953 * MAINTAINERS: Change ns32k target to ,-Werror.
6954
6955 * ns32k-tdep.c: Include "gdbcore.h"
6956 (flip_bytes): Change first argument to void*. Add forward
6957 declaration.
6958 (sign_extend): Add declaration.
6959 (merlin_frame_num_args): Add final else clause to if-else chain.
6960 (umax_frame_num_args): Ditto.
6961 * config/ns32k/tm-umax.h (ns32k_localcount): Declare.
6962 (flip_bytes): Ditto.
6963
6964 2001-03-28 Mark Kettenis <kettenis@gnu.org>
6965
6966 * i386-linux-tdep.c (FRAMELESS_SIGNAL): Moved here from
6967 config/i386/nm-linux.h (including comment).
6968 (i386_linux_frame_chain): New function implementing guts of the
6969 former FRAME_CHAIN macro, but using read_memory_unsigned_integer
6970 instead of read_memory_integer.
6971 (i386_linux_frame_saved_pc): Removed doc pointing to
6972 i386/tm-linux.h for an explanation of FRAMELESS_SIGNAL since that
6973 now lives in this file.
6974 * config/i386/tm-linux.h (FRAMELESS_SIGNAL): Moved to
6975 i386-linux-tdep.c (including comment).
6976 (FRAME_CHAIN): Redefined in terms of i386_linux_frame_chain.
6977 (i386_linux_frame_chain): New prototype.
6978
6979 * gdbserver/low-linux.c [I386_GNULINUX_TARGET]: Cleanup code and
6980 make it work again.
6981 (NUM_FREGS): Redefine to 0.
6982 (NUM_REGS): Redefine as NUM_GREGS.
6983 (i386_register_byte, i386_register_raw_size): Update from
6984 i386-tdep.c. Add comment about their origin.
6985 (regmap, register_u_addr): Take these from i386-linux-nat.c.
6986 (i386_register_u_addr): Removed.
6987
6988 * i386-linux-nat.c (i386_linux_dr_get): Return 0 if ptrace call
6989 fails instead of calling perror_with_name. This should fix
6990 debugging remote i386 targets with a native Linux/x86 GDB. Add
6991 FIXME for this hack.
6992
6993 2001-03-19 J.T. Conklin <jtc@redback.com>
6994
6995 * arch-utils.c (#include "gdbthread.h"): Removed.
6996 (#include "symfile.h"): Removed.
6997 (XMALLOC): Removed unused macro.
6998 * breakpoint.c (tbreak_command): Removed local declaration.
6999 (awatch_command, do_enable_breakpoint, set_breakpoint_count):
7000 Remove duplicate declarations.
7001 (bpstat_should_step, bpstat_have_active_hw_watchpoints)
7002 (remove_solib_event_breakpoints): Fix indentation botch.
7003 * c-typeprint.c (#include "command.h"): Removed.
7004 (#include "gdbcmd.h"): Removed.
7005 * ch-exp.c (ch_terminal_match_float_literal, parse_expr)
7006 (parse_primval, parse_untyped_expr, parse_opt_untyped_expr):
7007 Removed duplicate declarations.
7008 * ch-typeprint.c (#include "command.h"): Removed.
7009 (#include "gdbcmd.h"): Removed.
7010 * corefile.c (#include "frame.h"): Removed
7011 (#include "symfile.h"): Removed.
7012 (#include "language.h"): Removed.
7013 * dbxread.c (#include "command.h"): Removed.
7014 * environ.c (#include "gdbcore.h"): Removed.
7015 * event-loop.c (#include "top.h"): Removed.
7016 * f-typeprint.c (#include "command.h"): Removed.
7017 (#include "gdbcmd.h"): Removed.
7018 (#include "language.h"): Removed.
7019 (#include "typeprint.h"): Removed.
7020 (#include "frame.h"): Removed.
7021 * gdbtypes.h (print_type_scalar): Removed declaration.
7022 * infcmd.c (#include "completer.h"): Removed.
7023 * language.c (#include "frame.h"): Removed.
7024 * m2-typeprint.c (#include "command.h"): Removed.
7025 (#include "gdbcmd.h"): Removed.
7026 (#include "language.h"): Removed.
7027 * m2-valprint.c (#include "valprint.h"): Removed.
7028 * p-typeprint.c (#include "command.h"): Removed.
7029 (#include "gdbcmd.h"): Removed.
7030 * p-valprint.c (#include "typeprint.h"): Removed.
7031 * parse.c (#include "linespec.h"): Removed.
7032 * regcache.c (#include "frame.h"): Removed.
7033 * remote.c (#include "frame.h"): Removed.
7034 (getpkt_sane): Make static.
7035 * source.c (#include "completer.h"): Removed.
7036 * stack.c (#include "symfile.h"): Removed.
7037 (#include "objfiles.h"): Removed.
7038 * symfile.c (#include "completer.h"): Removed.
7039 * tracepoint.c (#include "completer.h"): Removed.
7040 * values.c (#include "frame.h"): Removed.
7041 * varobj.c (#include "valprint.h"): Removed.
7042 * wrapper.c (#include "frame.h"): Removed.
7043
7044 * memattr.c (create_mem_region): Removed unused variable.
7045 * remote-nrom.c: Removed spurious semicolon after init_nrom_ops.
7046
7047 2001-03-27 Nick Clifton <nickc@redhat.com>
7048
7049 * remote-rdp.c (rdp_set_command_line): Add missing double quote.
7050
7051 2001-03-27 Kevin Buettner <kevinb@redhat.com>
7052
7053 * solib-aix5.c (build_so_lib_from_mapfile): Use xfree() instead
7054 of free().
7055
7056 2001-03-27 Eli Zaretskii <eliz@is.elta.co.il>
7057
7058 * TODO (Cleanups): Remove the item about converting docs to GFDL.
7059
7060 2001-03-26 Kevin Buettner <kevinb@redhat.com>
7061
7062 * ia64-tdep.c (slotN_contents, replace_slotN_contents): Change
7063 type of ``bundle'' from unsigned char * to char *.
7064 (ia64_get_saved_register): Use alloca() to allocate register
7065 buffers.
7066
7067 * solib-aix5.c (build_so_lib_from_mapfile): Fix xasprintf() usage.
7068
7069 2001-03-26 Kevin Buettner <kevinb@redhat.com>
7070
7071 * proc-utils.h (procfs_ctl_t): New typedef.
7072 * proc-api.c (write_with_trace): Change type of ``opcode'' from
7073 long to procfs_ctl_t. Don't assume that the target has defined
7074 BREAKPOINT. Handle case in which PCRESET is the same as PCUNSET.
7075 * proc-events.c (sys/syscall.h, sys/fault.h): Include conditionally.
7076 * procfs.c (sys/fault.h, sys/syscall.h): Include conditionally.
7077 (gdb_sigset_t, gdb_sigaction_t, gdb_siginfo_t, gdb_premptysysset)
7078 (gdb_praddsysset, gdb_prdelsysset, gdb_pr_issyssetmember):
7079 Conditionally define as appropriate for AIX/non-AIX systems. Use
7080 these defines/typedefs as appropriate elsewhere in file.
7081 (struct procinfo): Change type of saved_sigset and saved_sighold
7082 from sigset_t to gdb_sigset_t. Make saved_exitset and
7083 saved_entryset pointer variables. Add two new fields, num_syscalls
7084 and syscall_names.
7085 (DYNAMIC_SYSCALLS): Define when HAVE_PRSYSENT_T is defined.
7086 (sysset_t_size, sysset_t_alloc): New functions.
7087 (load_syscalls, free_syscalls, find_syscall): New functions for
7088 platforms which define DYNAMIC_SYSCALLS.
7089 (create_procinfo): Call load_syscalls.
7090 (destroy_one_procinfo): Call free_syscalls.
7091 (GDBRESET): Don't define twice.
7092 (proc_modify_flag): Change type of operation code array `arg'
7093 from long to procfs_ctl_t.
7094 (proc_stop_process, proc_wait_for_stop, proc_run_process)
7095 (proc_set_traced_signals, proc_set_traced_faults)
7096 (proc_set_traced_sysentry, proc_set_traced_sysexit)
7097 (proc_set_held_signals, proc_clear_current_fault)
7098 (proc_set_current_signal, proc_clear_current_signal, proc_set_gregs)
7099 (proc_set_fpregs, proc_kill, proc_set_watchpoint): Likewise for `cmd'.
7100 (proc_set_traced_sysentry): Dynamically allocate variable sized
7101 struct gdb_proc_ctl_pcsentry. Also, free it at function exit.
7102 (proc_set_traced_sysexit): Dynamically allocate variable
7103 sized struct gdb_proc_ctl_pcsexit. Also, free it at
7104 function exit.
7105 (proc_get_traced_sysentry, proc_get_traced_sysexit): Add new code
7106 for reading the sysset_t struct on AIX5.
7107 (procfs_debug_inferior): Don't assume that SYS_exit will be
7108 defined. Add new code for finding certain syscalls on AIX5.
7109 (syscall_is_lwp_exit, syscall_is_exit, syscall_is_exec)
7110 (syscall_is_lwp_create): New functions.
7111 (procfs_wait): Restructured code which checks for certain
7112 system calls to use the new syscall_is_... functions.
7113 (procfs_notice_signals): Account for the fact that saved_entryset
7114 and saved_exitset in struct procinfo are now pointers.
7115
7116 2001-03-26 Kevin Buettner <kevinb@redhat.com>
7117
7118 * symtab.c (find_pc_sect_line): Revise method used for finding
7119 the ending pc.
7120
7121 2001-03-26 Mark Kettenis <kettenis@gnu.org>
7122
7123 * i386-linux-tdep.c (i386_linux_sigtramp_saved_pc,
7124 i386_linux_sigtramp_saved_sp): Make static.
7125 (i386_linux_frame_saved_pc): New function based on the old
7126 FRAME_SAVED_PC macro, but use read_memory_unsigned_integer instead
7127 of read_memory_integer.
7128 * config/i386/tm-linux.h (sigtramp_saved_pc): Remove definition.
7129 (i386_linux_sigtramp_saved_pc): Remove prototype.
7130 (FRAME_SAVED_PC): Redefine in terms of i386_linux_frame_saved_pc.
7131 (i386_linux_frame_saved_pc): New prototype.
7132
7133 2001-03-26 Andrew Cagney <ac131313@redhat.com>
7134
7135 * MAINTAINERS: Document m88k as a ``Known problem in 5.1''.
7136 * TODO (GDB 5.1 - Cleanups): Update.
7137
7138 2001-03-26 Andrew Cagney <ac131313@redhat.com>
7139
7140 * fork-child.c (clone_and_follow_inferior): Delete #ifdef
7141 HAVE_VFORK.
7142
7143 2001-03-26 Mark Kettenis <kettenis@gnu.org>
7144
7145 * config/i386/tm-symmetry.h (PUSH_ARGUMENTS): #undef.
7146
7147 * i386-tdep.c (i386_push_arguments, i386_store_struct_return): New
7148 functions.
7149 * config/i386/tm-i386.h (PUSH_ARGUMENTS): New macro.
7150 (STORE_STRUCT_RETURN): Redefine in terms of
7151 i386_store_struct_return.
7152 (i386_push_arguments, i386_store_struct_return): New prototypes.
7153 * config/i386/tm-i386v.h (STORE_STRUCT_RETURN): Remove. It's
7154 definition was identical to the definition in "i386/tm-i386.h" so
7155 the new definition should suffice too.
7156
7157 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
7158
7159 * event-loop.c (toplevel) [!HAVE_POLL] [NO_FD_SET]: Remove unused
7160 definitions for SELECT, NBBY, FD_SETSIZE, NFDBITS, and MASK_SIZE.
7161
7162 * config/djgpp/djconfig.sh: Add copyright notice.
7163
7164 * ser-go32.c (rawclock): Remove prototype; include time.h instead.
7165 (ISR, dos_hookirq, isr_t): Convert K&R definition to ANSI C.
7166 (top level) <string.h>: Include gdb_string.h instead.
7167 (dos_noop, dos_raw, dos_noflush_set_tty_state)
7168 (dos_print_tty_state, dos_info): Remove ATTRIBUTE_UNUSED.
7169
7170 * go32-nat.c (go32_create_inferior): Move the declaration of
7171 `environ' to here from the top level.
7172 (top level) <_initialize_go32_nat>: Remove redundant prototype.
7173 <gdb_string.h>: Include it instead of string.h.
7174 (store_register): Call register_buffer instead of accessing
7175 registers[] directly.
7176 (redir_cmdline_delete, redir_cmdline_parse, redir_to_debugger)
7177 (redir_to_debugger, redir_debug_init) [__DJGPP_MINOR__ < 3]: Put
7178 the function names at the start of the line.
7179 (go32_set_dr): Throw internal_error if the argument is not a valid
7180 debug register number.
7181 (go32_open, go32_close, go32_attach, go32_detach, go32_resume)
7182 (go32_wait, go32_xfer_memory, go32_files_info)
7183 (go32_terminal_info): Remove ATTRIBUTE_UNUSED.
7184
7185 2001-03-25 Jim Blandy <jimb@redhat.com>
7186
7187 * mips-tdep.c (mips_gdbarch_init): Tweak indentation.
7188
7189 2001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7190
7191 From Andrew Cagney <ac131313@redhat.com>
7192
7193 * coffread.c: Include "gdb_assert.h".
7194 (coff_symtab_read): Cast the integer s_sclass to a long before
7195 casting it to a pointer.
7196
7197 2001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7198
7199 From Andrew Cagney <ac131313@redhat.com>
7200
7201 * coffread.c (coff_symtab_read): Initialize
7202 ``fcn_first_line_addr''. Check that the ``.bf'' always preceeds
7203 the ``.ef'' info.
7204 * dbxread.c (find_text_range): Initialize ``start'' and ``end''.
7205
7206 2001-03-23 Andrew Cagney <ac131313@redhat.com>
7207
7208 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Down grade to
7209 GDB_MULTI_ARCH_PARTIAL from two. SOFTWARE_SINGLE_STEP is not
7210 multi-arch.
7211
7212 * gdbarch.sh (SOFTWARE_SINGLE_STEP): Add.
7213 * gdbarch.h, gdbarch.c: Re-generate.
7214
7215 * target.h (SOFTWARE_SINGLE_STEP_P)
7216 (SOFTWARE_SINGLE_STEP): Delete macro definitions.
7217
7218 2001-03-23 Andrew Cagney <ac131313@redhat.com>
7219
7220 * gdbarch.sh (gdbarch_register_read, gdbarch_register_write): Add.
7221 * gdbarch.h, gdbarch.c: Regenerate.
7222
7223 * regcache.h (regcache_read, regcache_write): Declare.
7224 (registers, register_valid, register_buffer): Add note that these
7225 interfaces are deprecated.
7226
7227 * regcache.c: Include "gdb_assert.h".
7228 (legacy_write_register_gen): Rename write_register_gen.
7229 (legacy_read_register_gen): Rename read_register_gen.
7230 (regcache_read, regcache_write): New function.
7231 (read_register_gen, write_register_gen): New function.
7232 (write_register): Simplify. Use write_register_gen.
7233 (read_register): Ditto using read_register_gen.
7234 (read_signed_register): Ditto.
7235 (read_register_bytes): Ditto!!!!
7236 (supply_register): Add note that CLEANUP_REGISTER_VALUE is being
7237 replaced by gdbarch_register_read.
7238
7239 * TODO (GDB 5.2 - Cleanups): Add list of gdbarch methods to
7240 deprecate.
7241
7242 2001-03-23 Jim Blandy <jimb@redhat.com>
7243
7244 Fix from Dan Berlin:
7245
7246 * stabsread.c (read_cpp_abbrev): Properly construct the names of
7247 virtual function table pointer fields.
7248
7249 2001-03-19 Andrew Cagney <ac131313@redhat.com>
7250
7251 * defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree, xmmalloc,
7252 xmrealloc): Move existing declarations to the one place and
7253 re-order to be consistent.
7254 (xmcalloc, xmfree): Declare.
7255 (xmmalloc, xmrealoc): Assume ISO-C - use size_t and void* in
7256 declaration.
7257
7258 * utils.c (size_t): Delete #ifdef defining size_t.
7259 (mmalloc, mrealloc, mcalloc, mfree): Re-order.
7260 (mmalloc, mrealloc, mcalloc): Document as only calls in GDB
7261 corresponding malloc, realloc, calloc.
7262 (mfree): Call free directly.
7263 (xmmalloc, xmrealloc): Clean up. Assume ISO-C.
7264 (xmcalloc, xmfree): New functions. Copy old xcalloc and xfree
7265 function bodies to here.
7266 (xcalloc, xfree): Call xmcalloc and xmfree respectfully.
7267
7268 2001-03-23 Andrew Cagney <ac131313@redhat.com>
7269
7270 * fork-child.c (fork_inferior): Make ``argv'', ``exec_file'' and
7271 ``shell_file'' static locals.
7272
7273 * jv-lang.c (java_link_class_type): Initialize ``field'' and
7274 ``method''.
7275
7276 * jv-valprint.c (java_value_print): Initialize ``next_element''.
7277
7278 2001-03-23 Mark Kettenis <kettenis@gnu.org>
7279
7280 * config/i386/nm-i386.h: Fix formatting and change reference to
7281 i386-tdep.c to i386-nat.c.
7282
7283 2001-03-23 David Smith <dsmith@redhat.com>
7284
7285 * configure.in: Corrected spelling errors.
7286 * configure: Regenerated.
7287
7288 2001-03-22 Andrew Cagney <ac131313@redhat.com>
7289
7290 * TODO (GDB 5.1 - Cleanups): Add more targets to obsolete.
7291
7292 2001-03-22 Andrew Cagney <ac131313@redhat.com>
7293
7294 * Makefile.in (NTSSTART): Delete.
7295 (NTSOBS): Delete.
7296 (kdb): Delete target.
7297 * kdb-start.c, stuff.c: Mark as obsolete.
7298 * NEWS: Update.
7299
7300 2001-03-22 Andrew Cagney <ac131313@redhat.com>
7301
7302 * config/pa/xm-hppah.h (HPPA_COMPILER_BUG): Delete. GDB only
7303 compiles using an ISO-C compiler.
7304 (MALLOC_INCOMPATIBLE): Ditto.
7305 * linespec.c (decode_line_1): Delete hack to work around
7306 HPPA_COMPILER_BUG.
7307
7308 2001-03-22 Andrew Cagney <ac131313@redhat.com>
7309
7310 * exec.c (xfer_memory): Always initialize section.
7311 * infrun.c (normal_stop): Always initialize source_flag.
7312
7313 2001-03-22 Andrew Cagney <ac131313@redhat.com>
7314
7315 * TODO (Remote Protocol Support): Review. Add notes about ``!'',
7316 non-use of a continue address and typical use of ``q'' packet.
7317
7318 2001-03-22 Eli Zaretskii <eliz@is.elta.co.il>
7319
7320 Make DJGPP use the new unified support for hardware
7321 breakpoints and watchpoints on x86 targets:
7322
7323 * config/i386/nm-go32.h <top level>: Don't include nm-i386v.h,
7324 include nm-i386.h instead.
7325 (TARGET_HAS_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT)
7326 (TARGET_CAN_USE_HARDWARE_WATCHPOINT, STOPPED_BY_WATCHPOINT)
7327 (TARGET_REGION_OK_FOR_HW_WATCHPOINT, DECR_PC_AFTER_HW_BREAK)
7328 (target_stopped_data_address, target_insert_watchpoint)
7329 (target_remove_watchpoint, target_insert_hw_breakpoint)
7330 (target_remove_hw_breakpoint): Don't define.
7331 (I386_USE_GENERIC_WATCHPOINTS, I386_DR_LOW_SET_CONTROL)
7332 (I386_DR_LOW_SET_ADDR, I386_DR_LOW_RESET_ADDR)
7333 (I386_DR_LOW_GET_STATUS): Define to call appropriate go32_*
7334 functions from go32-nat.c.
7335
7336 * config/i386/go32.mh (NATDEPFILES): Add i386-nat.o.
7337
7338 * go32-nat.c <top level>: Remove prototypes for watchpoint-
7339 related functions. Remove definitions of watchpoint-related
7340 macros.
7341 (go32_mourn_inferior): Call i386_cleanup_dregs instead of the
7342 private cleanup_dregs function.
7343 (cleanup_dregs, go32_insert_watchpoint)
7344 (go32_insert_aligned_watchpoint, go32_handle_nonaligned_watchpoint)
7345 (go32_remove_watchpoint, go32_remove_aligned_watchpoint)
7346 (go32_region_ok_for_watchpoint, go32_stopped_by_watchpoint)
7347 (go32_remove_hw_breakpoint, go32_insert_hw_breakpoint): Remove.
7348 (go32_set_dr, go32_set_dr7, go32_get_dr6): New functions.
7349
7350 2001-03-21 Kevin Buettner <kevinb@redhat.com>
7351
7352 * ia64-tdep.c (fetch_instruction): Warn about slot numbers greater
7353 than two instead of generating an error.
7354
7355 2001-03-21 Jim Blandy <jimb@redhat.com>
7356
7357 * cp-valprint.c: Reformat to bring into line with GNU coding
7358 standards.
7359
7360 2001-03-21 Mark Kettenis <kettenis@gnu.org>
7361
7362 Make Linux use the new unified support for hardware breakpoints
7363 and watchpoints on x86 targets.
7364 * i386-linux-nat.c: Doc fixes. Include "gdb_assert.h".
7365 [HAVE_SYS_DEBUGREG_H]: Include <sys/debugreg.h>.
7366 (DR_FIRSTADDR, DR_LASTADDR, DR_STATUS, DR_CONTROL): Define to
7367 appropriate value if not already defined.
7368 (register_u_addr): New function.
7369 (kernel_u_size): New function.
7370 (i386_linux_dr_get, i386_linux_dr_set): New functions.
7371 (i386_linux_dr_set_control, i386_linux_dr_set_addr,
7372 i386_linux_reset_addr, i386_linux_dr_get_status): New functions.
7373 * config/i386/nm-linux.h: Don't include "nm-i386v.h".
7374 (I386_USE_GENERIC_WATCHPOINTS): Define and include "nm-i386.h".
7375 (TARGET_HAS_HARDWARE_WATCHPOINTS,
7376 TARGET_CAN_USE_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT,
7377 STOPPED_BY_WATCHPOINT, target_insert_watchpoint,
7378 target_remove_watchpoint): Remove macros.
7379 (i386_stopped_by_watchpoint, i386_insert_watchpoint,
7380 i386_remove_watchpoint): Remove prototypes.
7381 (register_u_addr): New prototype.
7382 (REGISTER_U_ADDR): Define in terms of register_u_addr.
7383 (i386_linux_dr_set_control, i386_linux_dr_set_addr,
7384 i386_linux_reset_addr, i386_linux_dr_get_status): New prototypes.
7385 (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
7386 I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
7387 * config/i386/linux.mh (NATDEPFILES): Replace i386v-nat.o with
7388 i386-nat.o.
7389
7390 2001-03-21 Jim Blandy <jimb@redhat.com>
7391
7392 Fix from Dan Berlin:
7393
7394 * linespec.c (find_methods): Whitespace differences aren't
7395 significant in *un*mangled method names. Use strcmp_iw to compare
7396 them, not STREQ.
7397
7398 2001-03-21 Andrew Cagney <ac131313@redhat.com>
7399
7400 * gdbarch.sh: Allow a non- multi-arch target to override a
7401 predicate.
7402 * gdbarch.h: Regenerate.
7403
7404 2001-03-21 Andrew Cagney <ac131313@redhat.com>
7405
7406 * gdbarch.sh: Avoid use of ``!''.
7407
7408 2001-03-20 Andrew Cagney <ac131313@redhat.com>
7409
7410 * target.h (enum target_signal): Move definition from here.
7411 * defs.h (enum target_signal): To here.
7412
7413 * config/arc/tm-arc.h (arc_software_single_step): Change type of
7414 first parameter to enum target_signal.
7415 * config/rs6000/tm-rs6000.h (rs6000_software_single_step): Ditto.
7416 * config/sparc/tm-sparc.h (sparc_software_single_step): Ditto.
7417 * rs6000-tdep.c (rs6000_software_single_step): Update.
7418
7419 2001-03-20 Andrew Cagney <ac131313@redhat.com>
7420
7421 * frame.h (SIZEOF_FRAME_SAVED_REGS): Report an error if macro
7422 already defined.
7423
7424 From 2000-08-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
7425 * stabsread.c (define_symbol): A parameter ('R'), a local ('r'),
7426 or a reference ('a') can be in a pseudo register.
7427 * infcmd.c (do_registers_info): Must take into account the pseudo
7428 registers to print their value.
7429 (registers_info): Likewise.
7430 * stack.c (frame_info): Likewise.
7431 * frame.h (SIZEOF_FRAME_SAVED_REGS): Save the pseudo registers.
7432
7433 2001-03-21 Eli Zaretskii <eliz@is.elta.co.il>
7434
7435 Unified support for hardware breakpoints and watchpoints on
7436 x86 targets:
7437
7438 * config/i386/nm-i386.h: New file.
7439
7440 * config/i386/nm-i386.h: (i386_cleanup_dregs)
7441 (i386_insert_watchpoint, i386_remove_watchpoint)
7442 (i386_region_ok_for_watchpoint, i386_stopped_by_hwbp)
7443 (i386_stopped_data_address, i386_insert_hw_breakpoint)
7444 (i386_remove_hw_breakpoint): Declare prototypes.
7445 [I386_USE_GENERIC_WATCHPOINTS] (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
7446 Define if not already defined.
7447 (TARGET_REGION_OK_FOR_HW_WATCHPOINT, HAVE_CONTINUABLE_WATCHPOINT)
7448 (STOPPED_BY_WATCHPOINT, target_stopped_data_address)
7449 (target_insert_watchpoint, target_remove_watchpoint)
7450 (target_insert_hw_breakpoint, target_remove_hw_breakpoint): Define
7451 to call the appropriate i386_* functions.
7452
7453 * i386-nat.c: New file.
7454
7455 * i386-nat.c (I386_DR_CONTROL_MASK, I386_DR_LOCAL_ENABLE)
7456 (I386_DR_GLOBAL_ENABLE, I386_DR_DISABLE, I386_DR_SET_RW_LEN)
7457 (I386_DR_GET_RW_LEN, I386_DR_WATCH_HIT): New macros.
7458 (dr_mirror, dr_status_mirror, dr_control_mirror, dr_ref_count)
7459 (maint_show_dr): New variables.
7460 (i386_cleanup_dregs, i386_show_dr, i386_length_and_rw_bits)
7461 (i386_insert_aligned_watchpoint, i386_remove_aligned_watchpoint)
7462 (i386_handle_nonaligned_watchpoint, i386_insert_watchpoint)
7463 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
7464 (i386_stopped_data_address, i386_stopped_by_hwbp)
7465 (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): New
7466 functions.
7467 (_initialize_i386_nat): New function.
7468 [I386_USE_GENERIC_WATCHPOINTS]: Add new maint command
7469 `show-debug-regs', sets maint_show_dr to non-zero value and
7470 activates debugging print-outs in functions which insert, remove,
7471 and test watchpoints and hardware breakpoints.
7472
7473 * Makefile.in (i386-nat.o): New target.
7474 (ALLDEPFILES): Add i386-nat.o.
7475
7476 2001-03-21 Mark Kettenis <kettenis@gnu.org>
7477
7478 * i386-tdep.c: Add back _initialize_i386_tdep prototype with
7479 appropriate comment.
7480
7481 2001-03-20 Kevin Buettner <kevinb@redhat.com>
7482
7483 * config/alpha/alpha-linux.mh (NATDEPFILES): Use proc-service.o,
7484 thread-db.o, and lin-lwp.o for thread support instead of
7485 linux-thread.o and lin-thread.o.
7486 * config/alpha/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS)
7487 (ATTACH_LWP): Define to use the following lin-lwp.c functions...
7488 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals)
7489 (lin_lwp_attach_lwp): Declare.
7490
7491 2001-03-20 Jim Blandy <jimb@redhat.com>
7492
7493 Fix from Dan Berlin:
7494
7495 * Makefile.in: Clean up dependencies on ../include/demangle.h.
7496 (demangle_h): New variable.
7497 (jv-typeprint.o, jv-valprint.o, linespec.o): Use it.
7498
7499 2001-03-20 Andrew Cagney <ac131313@redhat.com>
7500
7501 * target.h (SOFTWARE_SINGLE_STEP_P): Add empty parameter list.
7502 * breakpoint.c (bpstat_stop_status): Update.
7503 * infrun.c (handle_inferior_event): Ditto.
7504 * mips-tdep.c (mips_dump_tdep): Ditto.
7505 * infrun.c (resume): Ditto.
7506 * infptrace.c (child_resume): Ditto.
7507 * config/mips/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
7508 * config/sh/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
7509 * config/sparc/tm-sparc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
7510 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP_P): Ditto.
7511 * config/arm/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
7512 * config/arc/tm-arc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
7513 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
7514
7515 2001-03-20 Andrew Cagney <ac131313@redhat.com>
7516
7517 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Replace abort
7518 with internal_error.
7519
7520 2001-03-20 Jim Blandy <jimb@redhat.com>
7521
7522 Fix from Dan Berlin:
7523
7524 * linespec.c (find_methods): Just call CHECK_TYPEDEF on t, rather
7525 than asking for sym_class's type; that's circuitous. Remove
7526 sym_class, since the last use of it is gone.
7527
7528 2001-03-20 Eli Zaretskii <eliz@is.elta.co.il>
7529
7530 * breakpoint.c (print_it_typical) <bp_access_watchpoint> [UI_OUT]:
7531 Correct the order of calls to ui_out_field_string and
7532 ui_out_list_begin when bs->old_val is NULL.
7533
7534 2001-03-19 Kevin Buettner <kevinb@redhat.com>
7535
7536 * configure.in (AC_CHECK_HEADERS): Check for existence of nlist.h.
7537 * configure: Regenerate.
7538 * config.in: Regenerate.
7539 * solib-legacy.c (nlist.h): Include if HAVE_NLIST_H is defined.
7540
7541 2001-03-19 Kevin Buettner <kevinb@redhat.com>
7542
7543 * config/i386/i386v42mp.mh (NATDEPFILES): List all files on
7544 same line to avoid problems with Unixware 7's make when building
7545 a cross debugger.
7546
7547 2001-03-19 Andrew Cagney <ac131313@redhat.com>
7548
7549 * defs.h (malloc): Move declaration from here.
7550 * utils.c (malloc): To here.
7551 * config/pa/xm-hppah.h (malloc): Delete declaration.
7552
7553 * gnu-nat.c (make_proc): Use xmalloc instead of malloc.
7554 * hp-psymtab-read.c (hpread_call_pxdb): Ditto.
7555 (hpread_quick_traverse): Ditto.
7556 * infttrace.c (create_thread_info): Ditto.
7557 (kill_inferior): Ditto.
7558 * gnu-nat.c (make_inf): Ditto, and don't check return value.
7559 * procfs.c (proc_update_threads): Ditto.
7560 * valprint.c (print_decimal_chars): Ditto.
7561 * gdbtypes.c (cfront_mangle_name): Use xasprintf instead of
7562 malloc and sprintf.
7563 * remote-rdp.c (rdp_set_command_line): Ditto.
7564
7565 2001-03-19 Andrew Cagney <ac131313@redhat.com>
7566
7567 * defs.h (realloc): Move declaration from here.
7568 * utils.c (realloc): To here.
7569 * config/pa/xm-hppah.h (realloc): Delete declaration.
7570 * lin-thread.c (insert_thread): Use xrealloc instead of realloc.
7571 * symfile.c (add_filename_language): Ditto.
7572 * event-loop.c (create_file_handler): Ditto.
7573
7574 2001-03-19 Andrew Cagney <ac131313@redhat.com>
7575
7576 * defs.h (free): Move declaration from here.
7577 * utils.c (free): To here.
7578 (xfree): Document as the only call to free().
7579 * config/pa/xm-hppah.h (free): Delete declaration.
7580
7581 2001-03-19 Kevin Buettner <kevinb@redhat.com>
7582
7583 * config/ia64/linux.mh (NATDEPFILES): Add proc-service.o to
7584 this list.
7585
7586 2001-03-19 Andrew Cagney <ac131313@redhat.com>
7587
7588 * eval.c (evaluate_subexp): Remove #ifdef __STDC__ and ``inline''.
7589 * config/mips/xm-mips.h (offsetof): Define when !GNUC not !STDC.
7590 * cli/cli-cmds.c (init_cli_cmds): Remove #ifdef __STDC__
7591
7592 2001-03-19 Andrew Cagney <ac131313@redhat.com>
7593
7594 * TODO: List known problems with TUI.
7595
7596 2001-03-19 Andrew Cagney <ac131313@redhat.com>
7597
7598 * MAINTAINERS: Jimmy Guo stepped down as a maintiner (TUI,
7599 gdb.hp).
7600
7601 2001-03-19 Andrew Cagney <ac131313@redhat.com>
7602
7603 * remote.c (remote_cisco_section_offsets): Do not cast result from
7604 bfd_get_section_name.
7605 (compare_sections_command): Ditto.
7606 (remote_cisco_section_offsets): Make ``p'' a const pointer.
7607 (compare_sections_command): Ditto for ``sectname''.
7608
7609 2001-03-19 Andrew Cagney <ac131313@redhat.com>
7610
7611 From Mon Nov 20 13:59:29 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7612 * valops.c (hand_function_call): Simplify computation of the
7613 address of the pushed argument.
7614
7615 2001-03-17 Andrew Cagney <ac131313@redhat.com>
7616
7617 * p-exp.y (parse_number): Avoid shift overflow when ``long''.
7618 Code copied from c-exp.y.
7619
7620 2001-03-18 Kevin Buettner <kevinb@redhat.com>
7621
7622 * acconfig.h (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
7623 (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
7624 (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New configure macros.
7625 * configure.in (HAVE_STRUCT_LINK_MAP32): Move this test out
7626 of the Solaris procfs testing section. Instead, group with...
7627 (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
7628 (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
7629 (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New <link.h> tests.
7630 * configure: Regenerate.
7631 * config.in: Regenerate.
7632
7633 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Use
7634 new configure macros to choose which (if any) code to
7635 compile in. Added code to explicitly handle *BSD systems;
7636 these systems were previously handled only through macro
7637 redefinition. Also, due to the way the autoconf tests are set
7638 up, this function will no longer return a non-zero value when
7639 GDB is configured as a cross debugger. I.e, cross debuggers
7640 will no longer be able to "accidentally" get the host system's
7641 link map offsets.
7642
7643 2001-03-18 Kevin Buettner <kevinb@redhat.com>
7644
7645 * config/i386/nbsd.mh (NATDEPFILES): List all files on the same
7646 line to avoid build problem on NetBSD 1.4.
7647
7648 2001-03-17 Michael Chastain <chastain@redhat.com>
7649
7650 * win32-nat.c (child_attach): check args for NULL before passing
7651 to strtoul. This fixes PR gdb/43.
7652
7653 2001-03-17 Mark Kettenis <kettenis@gnu.org>
7654
7655 * i387-nat.h: Doc Fix.
7656
7657 * i386-tdep.c: Fix formatting.
7658 (i386_get_frame_setup, i386_follow_jump, codestream_read,
7659 codestream_seek, codestream_fill, skip_trampoline_code,
7660 gdb_print_insn_i386, _initialize_i386_tdep): Remove redundant
7661 prototypoes.
7662
7663 2001-03-17 Mark Kettenis <kettenis@gnu.org>
7664
7665 * config/i386/tm-linux.h (TARGET_ANALYZE_FLOATING): Remove. It's
7666 no longer used. Also remove associated FIXME.
7667
7668 2001-03-16 Andrew Cagney <ac131313@redhat.com>
7669
7670 * gdbarch.sh: Add classes ``m'' and ``M'' for pure multi-arch. Do
7671 not generate macro wrappers for multi-arch functions or
7672 predicates.
7673 (class_is_info_p, class_is_predicate_p): Update.
7674 (class_is_function_p, class_is_variable_p): Ditto.
7675 (class_is_multiarch_p): New class function.
7676
7677 2001-03-16 J.T. Conklin <jtc@redback.com>
7678
7679 * config/h8300/tm-h8300.h (FRAME_ARGS_ADDRESS): Changed to use
7680 h8300_frame_args_address from frame_args_address.
7681 (FRAME_LOCALS_ADDRESS): Changed to use h8300_frame_locals_address
7682 from frame_locals_address.
7683 (PRINT_REGISTER_HOOK): Changed to use h8300_print_register_hook
7684 from print_register_hook.
7685 (h8300_frame_args_address): Declare.
7686 (h8300_frame_find_saved_regs): Declare.
7687 (h8300_frame_locals_address): Declare.
7688 (h8300_frame_saved_pc): Declare.
7689 (h8300_pop_frame): Declare.
7690 (h8300_print_register_hook): Declare.
7691 * h8300-tdep.c (h8300_frame_find_saved_regs): Removed declaration.
7692 (h8300_frame_args_address): Renamed from frame_args_address.
7693 (h8300_frame_locals_address): Renamed from frame_locals_address.
7694 (h8300_pop_frame): Renamed from pop_frame.
7695 (h8300_print_register_hook): Renamed from print_register_hook.
7696
7697 2001-03-16 Kevin Buettner <kevinb@redhat.com>
7698
7699 * solib-svr4.c (bfd_lookup_symbol): Change type of
7700 ``storage_needed'' from unsigned int to long in order to
7701 match return type of bfd_get_symtab_upper_bound() and
7702 bfd_get_dynamic_symtab_upper_bound().
7703 * solib-aix5.c (bfd_lookup_symbol): Likewise. Also, eliminate
7704 REASONABLE_LIMIT hack which had been added to work around this
7705 problem.
7706
7707 2001-03-15 Kevin Buettner <kevinb@redhat.com>
7708
7709 * solib-aix5.c (bfd_lookup_symbol, build_so_list_from_mapfile)
7710 (aix5_relocate_main_executable, aix5_clear_solib): Replace calls
7711 to free() with calls to xfree().
7712 (bfd_lookup_symbol): Eliminate use of PTR.
7713 (build_so_list_from_mapfile): Use xasprintf() instead of sprintf().
7714
7715 2001-03-15 Martin Hunt <hunt@redhat.com>
7716
7717 * linespec.c (decode_line_1): Remove trailing quote
7718 when parsing double quotes.
7719
7720 2001-03-15 Kevin Buettner <kevinb@redhat.com>
7721
7722 * uw-thread.c (read_thr_debug, read_map, read_lwp, thread_iter)
7723 (libthread_stub, libthread_init): Pass NULL for the mem_attrib
7724 argument in the to_xfer_memory calls.
7725
7726 2001-03-15 Andrew Cagney <ac131313@redhat.com>
7727
7728 * MAINTAINERS: Fix typo - w65 not w64. Still doesn't build.
7729 * TODO (GDB 5.1 - Cleanups): Add status of targets being obsoleted.
7730
7731 2001-03-15 Andrew Cagney <ac131313@redhat.com>
7732
7733 * wince.c (child_xfer_memory): Add attrib parameter.
7734 * symm-nat.c (child_xfer_memory): Ditto.
7735 * mac-nat.c (child_xfer_memory): Ditto.
7736 * infttrace.c (child_xfer_memory): Ditto.
7737 * procfs.c (procfs_xfer_memory): Ditto.
7738 * lin-thread.c (thread_db_xfer_memory): Ditto.
7739 * gnu-nat.c (gnu_xfer_memory): Ditto.
7740
7741 2001-03-14 Andrew Cagney <ac131313@redhat.com>
7742
7743 * NEWS: Mention that Harris/CXUX m88k is obsolete.
7744
7745 2001-03-13 Andrew Cagney <ac131313@redhat.com>
7746
7747 * config/mips/tm-mips.h: Include "regcache.h" for macros refering
7748 to regcache functions.
7749 * config/m68k/tm-m68k.h: Ditto.
7750 * config/i386/tm-i386v.h: Ditto.
7751 * config/mcore/tm-mcore.h: Ditto.
7752 * config/m88k/tm-m88k.h: Ditto.
7753 * config/m68k/tm-news.h: Ditto.
7754 * config/m68k/tm-linux.h: Ditto.
7755 * config/m68k/tm-delta68.h: Ditto.
7756 * config/m68k/nm-sun3.h: Ditto.
7757 * config/m32r/tm-m32r.h: Ditto.
7758 * config/i386/tm-symmetry.h: Ditto.
7759 * config/i386/tm-sun386.h: Ditto.
7760 * config/i386/tm-i386.h: Ditto.
7761 * config/i386/nm-symmetry.h: Ditto.
7762 * config/i386/nm-sun386.h: Ditto.
7763 * config/i386/nm-ptx4.h: Ditto.
7764 * config/i386/nm-i386mach.h: Ditto.
7765 * config/h8500/tm-h8500.h: Ditto.
7766 * config/h8300/tm-h8300.h: Ditto.
7767 * config/fr30/tm-fr30.h: Ditto.
7768 * config/d30v/tm-d30v.h: Ditto.
7769 * config/arm/tm-arm.h: Ditto.
7770 * config/arc/tm-arc.h: Ditto.
7771 * config/alpha/tm-alpha.h: Ditto.
7772 * config/a29k/tm-vx29k.h: Ditto.
7773 * config/a29k/tm-a29k.h: Ditto.
7774 * config/w65/tm-w65.h: Ditto.
7775 * config/vax/tm-vax.h: Ditto.
7776 * config/v850/tm-v850.h: Ditto.
7777 * config/tic80/tm-tic80.h: Ditto.
7778 * config/sparc/tm-sparclite.h: Ditto.
7779 * config/sparc/tm-sparclet.h: Ditto.
7780 * config/sparc/tm-sparc.h: Ditto.
7781 * config/sparc/nm-sun4sol2.h: Ditto.
7782 * config/sparc/nm-sun4os4.h: Ditto.
7783 * config/sparc/nm-nbsd.h: Ditto.
7784 * config/powerpc/nm-solaris.h: Ditto.
7785 * config/pa/tm-hppao.h: Ditto.
7786 * config/pa/tm-hppa.h: Ditto.
7787 * config/pa/nm-hppab.h: Ditto.
7788 * config/ns32k/tm-umax.h: Ditto.
7789 * config/ns32k/tm-merlin.h: Ditto.
7790 * config/nm-m3.h: Ditto.
7791 * config/nm-gnu.h: Ditto.
7792
7793 2001-03-14 Andrew Cagney <ac131313@redhat.com>
7794
7795 * MAINTAINERS: Update list of targets. Mark arm-* and v850-elf as
7796 broken. Mark sh-*, ia64-linux and ns32k-netbsd as buildable.
7797 Specify an m88k target. Include sample GAWK script to generate
7798 target list. Delete non-existant romp target.
7799 * TODO (GDB 5.1 - Cleanups): Update.
7800
7801 2001-03-14 Keith Seitz <keiths@cygnus.com>
7802
7803 * linespec.c (decode_line_1): Skip argptr over a leading
7804 double quote. Prevents alloc of 0 bytes and memcpy of -1 bytes.
7805
7806 2001-03-14 Kevin Buettner <kevinb@redhat.com>
7807
7808 * config/djgpp/fnchange.lst (ia64-aix-nat.c): Add entry.
7809
7810 2001-03-13 Andrew Cagney <ac131313@redhat.com>
7811
7812 * ui-out.h: Remove #if __STDC__, assume an ISO-C compiler.
7813 * m3-nat.c: Ditto.
7814 * p-lang.h: Ditto.
7815 * printcmd.c (printf_command): Ditto.
7816 * ch-exp.c (match_integer_literal): Ditto.
7817 * scm-tags.h: Ditto.
7818 * ser-go32.c: Ditto.
7819 * hppa-tdep.c (unwind_command): Ditto.
7820 * defs.h (volatile): Delete macro definition. Assume __STDC__.
7821 * remote-adapt.c (volatile): Ditto.
7822 * remote-eb.c (volatile): Ditto.
7823 * remote-mm.c (volatile): Ditto.
7824 * defs.h (alloca): Assume __STDC__, declare returning void *.
7825
7826 2001-03-08 Andrew Cagney <ac131313@redhat.com>
7827
7828 * inferior.h (ARCH_NUM_REGS): Delete definition.
7829 * stack.c (frame_info): Use NUM_REGS, not ARCH_NUM_REGS.
7830 * regcache.c (registers_changed): Ditto.
7831 (registers_fetched): Ditto.
7832 * infptrace.c (fetch_inferior_registers): Ditto.
7833 (store_inferior_registers): Ditto.
7834 * infcmd.c (do_registers_info): Ditto.
7835 (registers_info): Ditto.
7836 * i386-linux-nat.c (old_fetch_inferior_registers): Ditto.
7837 (old_store_inferior_registers): Ditto.
7838 * gdbserver/low-linux.c (register_addr): Ditto.
7839 * gdbserver/low-hppabsd.c (register_addr): Ditto.
7840 * core-aout.c: Don't include "inferior.h".
7841 (fetch_core_registers): Use NUM_REGS not ARCH_NUM_REGS.
7842 (register_addr): Ditto.
7843
7844 2001-03-13 Fernando Nasser <fnasser@redhat.com>
7845
7846 From Steven Johnson <sjohnson@neurizon.net>
7847 * cli/cli-script.c (define_command): Fix setting of post hooks.
7848
7849 2001-03-13 Mark Kettenis <kettenis@gnu.org>
7850
7851 * i386-linux-tdep.c: Fix formatting and clarify comments.
7852 (i386_linux_svr4_fetch_link_map_offsets): Use NULL instead of 0
7853 where appropriate.
7854
7855 2001-03-12 Andrew Cagney <ac131313@redhat.com>
7856
7857 * gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>.
7858 (proc_update_sc): Use gdb_assert instead of assert.
7859 (proc_abort): Ditto.
7860 (inf_set_step_thread): Ditto.
7861 (gnu_wait): Ditto.
7862 (S_exception_raise_request): Ditto.
7863 (gnu_terminal_init_inferior): Ditto.
7864
7865 2001-03-09 Kevin Buettner <kevinb@redhat.com>
7866
7867 * Makefile.in (solib-svr4.o): Depend on solib-svr4.c, not solib.c.
7868 (solib-legacy.o): New makefile target.
7869 * solib-legacy.c: New file.
7870 * solib-svr4.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
7871 (default_svr4_fetch_link_map_offsets): Delete.
7872 (set_solib_svr4_fetch_link_map_offsets): Declare.
7873 (legacy_svr4_fetch_link_map_offsets_hook): Declare.
7874 * solib-svr4.c (elf/common.h): Include.
7875 (link.h): Only include for SunOS shared library support.
7876 (_SYSCALL32): Don't define.
7877 (SVR4_FETCH_LINK_MAP_OFFSETS): Define.
7878 (default_svr4_fetch_link_map_offsets): Made static; added forward
7879 declaration.
7880 (fetch_link_map_offsets): New static global.
7881 (legacy_svr4_fetch_link_map_offsets_hook): New global variable.
7882 (default_svr4_fetch_link_map_offsets): Rewritten. The guts
7883 of what used to be in this function now reside in
7884 legacy_svr4_fetch_link_map_offsets() in solib-legacy.c.
7885 (open_symbol_file_object): Fix declaration in SunOS section
7886 of the code.
7887 (set_solib_svr4_fetch_link_map_offsets): New extern function.
7888 (init_fetch_link_map_offsets): New static function.
7889 (_initialize_svr4_solib): Put static global fetch_link_map_offsets
7890 under multiarch control.
7891
7892 * config/alpha/alpha-linux.mt (TDEPFILES): Add solib-legacy.o to
7893 list.
7894 * config/alpha/fbsd.mh (NATDEPFILES): Likewise.
7895 * config/arm/linux.mt (TDEPFILES): Likewise.
7896 * config/i386/fbsd.mh (NATDEPFILES): Likewise.
7897 * config/i386/i386dgux.mh (NATDEPFILES): Likewise.
7898 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7899 * config/i386/i386sco5.mh (NATDEPFILES): Likewise.
7900 * config/i386/i386sol2.mt (TDEPFILES): Likewise.
7901 * config/i386/i386v4.mh (NATDEPFILES): Likewise.
7902 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7903 * config/i386/linux.mt (TDEPFILES): Likewise.
7904 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7905 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7906 * config/i386/ncr3000.mt (TDEPFILES): Likewise.
7907 * config/i386/ptx4.mh (XDEPFILES): Likewise.
7908 * config/i386/sun386.mt (TDEPFILES): Likewise.
7909 * config/ia64/linux.mt (TDEPFILES): Likewise.
7910 * config/m68k/linux.mt (TDEPFILES): Likewise.
7911 * config/m68k/m68kv4.mh (NATDEPFILES): Likewise.
7912 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7913 * config/m68k/sun2os4.mt (TDEPFILES): Likewise.
7914 * config/m68k/sun3os4.mt (TDEPFILES): Likewise.
7915 * config/m88k/delta88v4.mh (NATDEPFILES): Likewise.
7916 * config/mips/mipsv4.mh (NATDEPFILES): Likewise.
7917 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7918 * config/powerpc/linux.mt (TDEPFILES): Likewise.
7919 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7920 * config/powerpc/solaris.mh (NATDEPFILES): Likewise.
7921 * config/sh/linux.mt (TDEPFILES): Likewise.
7922 * config/sparc/linux.mt (TDEPFILES): Likewise.
7923 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7924 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7925 * config/sparc/sp64linux.mt (TDEPFILES): Likewise.
7926 * config/sparc/sun4os4.mt (TDEPFILES): Likewise.
7927 * config/sparc/sun4sol2.mh (NATDEPFILES): Likewise.
7928
7929 2001-03-09 Kevin Buettner <kevinb@redhat.com>
7930
7931 * utils.c (xmrealloc, xcalloc): Return NULL for zero-sized requests.
7932
7933 2001-03-09 Andrew Cagney <ac131313@redhat.com>
7934
7935 * MAINTAINERS (Write After Approval): Update Philip Blundell.
7936
7937 2001-03-09 Keith Seitz <keiths@cygnus.com>
7938
7939 * MAINTAINERS: Add myself to write after approval list.
7940
7941 2001-03-09 Mark Kettenis <kettenis@gnu.org>
7942
7943 * i387-tdep.c (print_i387_status_word): Fix printing of Stack
7944 fault flag. It is bit 6 of the x87 FPU status word, not bit 7.
7945
7946 2001-03-08 Andrew Cagney <ac131313@redhat.com>
7947
7948 * configure.host (m88*-harris-cxux*): Mark as obsolete.
7949 * configure.tgt: Ditto.
7950 * config/m88k/xm-cxux.h: Ditto.
7951 * config/m88k/tm-cxux.h: Ditto.
7952 * config/m88k/nm-cxux.h: Ditto.
7953 * config/m88k/cxux.mt: Ditto.
7954 * config/m88k/cxux.mh: Ditto.
7955
7956 2001-03-08 Andrew Cagney <ac131313@redhat.com>
7957
7958 * Makefile.in: Delete rules for obsolete files.
7959
7960 Thu Mar 8 15:43:40 2001 David Taylor <taylor@redhat.com>
7961
7962 * stack.c (parse_frame_specification): For one argument case,
7963 handle the situation where the argument is an integer, not an
7964 address -- arguably the most common case. This matters on
7965 targets where pointers and addresses are different.
7966
7967 2001-03-08 Andrew Cagney <ac131313@redhat.com>
7968
7969 * TODO: Revise 5.1 list. Delete PARAMS task. Add coding standard
7970 review. Clarify GNU/LINUX/sparc. Move other tasks to 5.2 or
7971 general.
7972
7973 2001-03-07 Andrew Cagney <ac131313@redhat.com>
7974
7975 * TODO (GDB 5.1 Known Problems): Document problem of building GDB
7976 with SID on Solaris 8.
7977
7978 2001-03-07 Mark Kettenis <kettenis@gnu.org>
7979
7980 * defs.h: Provide prototypes for floatformat_is_negative,
7981 floatformat_is_nan and floatformat_mantissa.
7982 * utils.c: Include "gdb_assert.h".
7983 (floatformat_is_negative): New function.
7984 (floatformat_is_nan): New function.
7985 (floatformat_mantissa): New function.
7986 * valprint.c: Include "floatformat.h".
7987 (print_floating): Get rid of the Linux-specific
7988 TARGET_ANALYZE_FLOATING macro and rewrite NaN detection with the
7989 help these new functions. Print NaN's in a format conforming to
7990 ISO C99.
7991
7992 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
7993
7994 * top.c (init_main): Make `set history file name' complete on file
7995 names.
7996
7997 2001-03-06 J.T. Conklin <jtc@redback.com>
7998
7999 * Makefile.in (LINTFLAGS): Update to contain all of the macros
8000 which define include paths used when compiling.
8001
8002 * util.c (savestring, msavestring): Change type of length argument.
8003 * defs.h (savestring, msavestring): Update to match.
8004
8005 * symtab.h (decode_line_1): Removed declaration.
8006
8007 * symfile.c (#include <assert.h>): Removed.
8008
8009 * arch-utils.c (#include <ctype.h>): Removed.
8010 * c-typeprint.c: Likewise.
8011 * dbxread.c: Likewise.
8012 * gdbtypes.c: Likewise.
8013 * target.c: Likewise.
8014 * os9kread.c: Likewise.
8015
8016 * c-valprint.c (#include "demangle.h"): Removed.
8017 * ch-typeprint.c: Likewise.
8018 * eval.c: Likewise.
8019 * f-typeprint.c: Likewise.
8020 * f-valprint.c: Likewise.
8021 * m2-typeprint.c: Likewise.
8022 * typeprint.c: Likewise.
8023 * p-typeprint.c: Likewise.
8024 * valarith.c: Likewise.
8025 * valprint.c: Likewise.
8026
8027 * m2-typeprint.c (#include "gdb_string.h"): Removed.
8028 * nlmread.c: Likewise.
8029
8030 * mdebugread.c (#include "gdb-stabs.h"): Removed.
8031 * minsyms.c: Likewise.
8032 * mipsread.c: Likewise.
8033 * nlmread.c: Likewise.
8034
8035 * m2-typeprint.c (#include "obstack.h"): Removed.
8036 * m2-valprint.c: Likewise.
8037
8038 * event-loop.c (#include <setjmp.h>): Removed.
8039
8040 2001-03-06 Stan Shebs <shebs@apple.com>
8041
8042 * MAINTAINERS: Remove self from specific maintenance domains
8043 (macos, gdbserver, documentation, testsuite).
8044
8045 2001-03-06 Kevin Buettner <kevinb@redhat.com>
8046
8047 * 29k-share/udi/udip2soc.c, Makefile.in, a29k-tdep.c,
8048 a68v-nat.c, abug-rom.c, aclocal.m4, alpha-nat.c, alpha-tdep.c,
8049 annotate.c, annotate.h, arc-tdep.c, arch-utils.c,
8050 arch-utils.h, arm-tdep.c, ax-gdb.c, ax-gdb.h, ax-general.c,
8051 ax.h, bcache.c, bcache.h, blockframe.c, breakpoint.c,
8052 breakpoint.h, buildsym.c, buildsym.h, c-exp.y, c-lang.c,
8053 c-lang.h, c-typeprint.c, c-valprint.c, call-cmds.h, ch-exp.c,
8054 ch-lang.c, ch-lang.h, ch-typeprint.c, ch-valprint.c,
8055 cli/cli-cmds.h, cli/cli-decode.c, cli/cli-decode.h,
8056 cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.h,
8057 cli/cli-utils.h, cli-out.c, cli-out.h, coff-solib.c,
8058 coff-solib.h, coffread.c, command.h, complaints.c,
8059 complaints.h, completer.c, completer.h,
8060 config/a29k/nm-ultra3.h, config/a29k/tm-a29k.h,
8061 config/a29k/tm-ultra3.h, config/a29k/tm-vx29k.h,
8062 config/a29k/xm-ultra3.h, config/alpha/nm-fbsd.h,
8063 config/alpha/nm-linux.h, config/alpha/nm-osf.h,
8064 config/alpha/nm-osf2.h, config/alpha/nm-osf3.h,
8065 config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h,
8066 config/alpha/xm-alphalinux.h, config/alpha/xm-alphaosf.h,
8067 config/alpha/xm-fbsd.h, config/arc/tm-arc.h,
8068 config/arm/nm-linux.h, config/arm/tm-arm.h,
8069 config/arm/tm-embed.h, config/d10v/tm-d10v.h,
8070 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
8071 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
8072 config/i386/nm-fbsd.h, config/i386/nm-gnu.h,
8073 config/i386/nm-i386bsd.h, config/i386/nm-i386mach.h,
8074 config/i386/nm-i386sco.h, config/i386/nm-i386sol2.h,
8075 config/i386/nm-i386v.h, config/i386/nm-i386v4.h,
8076 config/i386/nm-i386v42mp.h, config/i386/nm-linux.h,
8077 config/i386/nm-nbsd.h, config/i386/nm-nbsdelf.h,
8078 config/i386/nm-ptx4.h, config/i386/nm-sun386.h,
8079 config/i386/nm-symmetry.h, config/i386/tm-cygwin.h,
8080 config/i386/tm-fbsd.h, config/i386/tm-i386.h,
8081 config/i386/tm-i386aix.h, config/i386/tm-i386bsd.h,
8082 config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h,
8083 config/i386/tm-i386m3.h, config/i386/tm-i386mk.h,
8084 config/i386/tm-i386nw.h, config/i386/tm-i386os9k.h,
8085 config/i386/tm-i386sco5.h, config/i386/tm-i386sol2.h,
8086 config/i386/tm-i386v.h, config/i386/tm-i386v4.h,
8087 config/i386/tm-i386v42mp.h, config/i386/tm-linux.h,
8088 config/i386/tm-nbsd.h, config/i386/tm-ptx.h,
8089 config/i386/tm-ptx4.h, config/i386/tm-sun386.h,
8090 config/i386/tm-symmetry.h, config/i386/tm-vxworks.h,
8091 config/i386/xm-fbsd.h, config/i386/xm-i386bsd.h,
8092 config/i386/xm-i386gnu.h, config/i386/xm-i386m3.h,
8093 config/i386/xm-i386mach.h, config/i386/xm-i386mk.h,
8094 config/i386/xm-i386sco.h, config/i386/xm-i386v4.h,
8095 config/i386/xm-linux.h, config/i386/xm-nbsd.h,
8096 config/i386/xm-ptx.h, config/i386/xm-ptx4.h,
8097 config/i386/xm-sun386.h, config/i386/xm-symmetry.h,
8098 config/i960/tm-i960.h, config/i960/tm-mon960.h,
8099 config/i960/tm-nindy960.h, config/i960/tm-vx960.h,
8100 config/ia64/nm-aix.h, config/ia64/nm-linux.h,
8101 config/ia64/tm-aix.h, config/ia64/tm-ia64.h,
8102 config/ia64/tm-linux.h, config/ia64/xm-aix.h,
8103 config/ia64/xm-linux.h, config/m68k/nm-apollo68b.h,
8104 config/m68k/nm-delta68.h, config/m68k/nm-dpx2.h,
8105 config/m68k/nm-hp300bsd.h, config/m68k/nm-hp300hpux.h,
8106 config/m68k/nm-linux.h, config/m68k/nm-sun3.h,
8107 config/m68k/tm-apollo68b.h, config/m68k/tm-cisco.h,
8108 config/m68k/tm-dpx2.h, config/m68k/tm-es1800.h,
8109 config/m68k/tm-hp300bsd.h, config/m68k/tm-hp300hpux.h,
8110 config/m68k/tm-isi.h, config/m68k/tm-linux.h,
8111 config/m68k/tm-m68k.h, config/m68k/tm-m68kv4.h,
8112 config/m68k/tm-mac.h, config/m68k/tm-monitor.h,
8113 config/m68k/tm-nbsd.h, config/m68k/tm-news.h,
8114 config/m68k/tm-os68k.h, config/m68k/tm-sun3.h,
8115 config/m68k/tm-vx68.h, config/m68k/xm-3b1.h,
8116 config/m68k/xm-apollo68b.h, config/m68k/xm-dpx2.h,
8117 config/m68k/xm-hp300bsd.h, config/m68k/xm-hp300hpux.h,
8118 config/m68k/xm-linux.h, config/m68k/xm-m68kv4.h,
8119 config/m68k/xm-mpw.h, config/m68k/xm-news.h,
8120 config/m68k/xm-sun2.h, config/m68k/xm-sun3.h,
8121 config/m68k/xm-sun3os4.h, config/m88k/nm-delta88v4.h,
8122 config/m88k/tm-delta88.h, config/m88k/tm-delta88v4.h,
8123 config/m88k/tm-m88k.h, config/m88k/xm-cxux.h,
8124 config/m88k/xm-delta88.h, config/m88k/xm-delta88v4.h,
8125 config/m88k/xm-dgux.h, config/mcore/tm-mcore.h,
8126 config/mips/nm-irix3.h, config/mips/nm-irix4.h,
8127 config/mips/nm-irix5.h, config/mips/nm-mips.h,
8128 config/mips/nm-news-mips.h, config/mips/tm-bigmips.h,
8129 config/mips/tm-embed.h, config/mips/tm-embed64.h,
8130 config/mips/tm-embedl.h, config/mips/tm-embedl64.h,
8131 config/mips/tm-irix3.h, config/mips/tm-irix5.h,
8132 config/mips/tm-mips.h, config/mips/tm-mips64.h,
8133 config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h,
8134 config/mips/tm-tx39.h, config/mips/tm-tx39l.h,
8135 config/mips/tm-vr4100.h, config/mips/tm-vr4300.h,
8136 config/mips/tm-vr4300el.h, config/mips/tm-vr4xxx.h,
8137 config/mips/tm-vr4xxxel.h, config/mips/tm-vr5000.h,
8138 config/mips/tm-vr5000el.h, config/mips/xm-irix3.h,
8139 config/mips/xm-irix4.h, config/mips/xm-irix5.h,
8140 config/mips/xm-mips.h, config/mips/xm-mipsm3.h,
8141 config/mips/xm-mipsv4.h, config/mips/xm-news-mips.h,
8142 config/mips/xm-riscos.h, config/mn10200/tm-mn10200.h,
8143 config/mn10300/tm-mn10300.h, config/nm-gnu.h,
8144 config/nm-linux.h, config/nm-lynx.h, config/nm-m3.h,
8145 config/nm-sysv4.h, config/none/nm-none.h,
8146 config/none/tm-none.h, config/none/xm-none.h,
8147 config/ns32k/nm-nbsd.h, config/ns32k/nm-umax.h,
8148 config/ns32k/tm-merlin.h, config/ns32k/tm-nbsd.h,
8149 config/ns32k/tm-ns32km3.h, config/ns32k/tm-umax.h,
8150 config/ns32k/xm-merlin.h, config/ns32k/xm-ns32km3.h,
8151 config/pa/nm-hppab.h, config/pa/nm-hppah.h,
8152 config/pa/nm-hppao.h, config/pa/tm-hppa.h,
8153 config/pa/tm-hppa64.h, config/pa/tm-hppah.h,
8154 config/pa/xm-hppab.h, config/pa/xm-hppah.h,
8155 config/powerpc/nm-aix.h, config/powerpc/nm-linux.h,
8156 config/powerpc/nm-macos.h, config/powerpc/nm-nbsd.h,
8157 config/powerpc/tm-cygwin.h, config/powerpc/tm-linux.h,
8158 config/powerpc/tm-macos.h, config/powerpc/tm-ppc-aix.h,
8159 config/powerpc/tm-ppc-eabi.h, config/powerpc/tm-ppc-nw.h,
8160 config/powerpc/tm-ppcle-eabi.h, config/powerpc/tm-solaris.h,
8161 config/powerpc/xm-aix.h, config/powerpc/xm-linux.h,
8162 config/powerpc/xm-mpw.h, config/rs6000/nm-rs6000.h,
8163 config/rs6000/tm-rs6000.h, config/rs6000/tm-rs6000ly.h,
8164 config/rs6000/xm-aix4.h, config/rs6000/xm-rs6000.h,
8165 config/sh/tm-linux.h, config/sh/tm-sh.h, config/sh/tm-wince.h,
8166 config/sparc/nm-linux.h, config/sparc/nm-nbsd.h,
8167 config/sparc/nm-nbsdelf.h, config/sparc/nm-sparclynx.h,
8168 config/sparc/nm-sun4os4.h, config/sparc/nm-sun4sol2.h,
8169 config/sparc/tm-linux.h, config/sparc/tm-sp64.h,
8170 config/sparc/tm-sp64sim.h, config/sparc/tm-sparc.h,
8171 config/sparc/tm-sparclet.h, config/sparc/tm-sparclite.h,
8172 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
8173 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
8174 config/sparc/xm-sun4os4.h, config/sparc/xm-sun4sol2.h,
8175 config/tic80/tm-tic80.h, config/tm-linux.h, config/tm-lynx.h,
8176 config/tm-sysv4.h, config/v850/tm-v850.h, config/vax/tm-vax.h,
8177 config/w65/tm-w65.h, config/xm-aix4.h, config/xm-lynx.h,
8178 config/xm-mpw.h, config/xm-nbsd.h, config/xm-sysv4.h,
8179 config/z8k/tm-z8k.h, configure.in, core-aout.c, core-regset.c,
8180 core-sol2.c, corefile.c, corelow.c, cp-valprint.c,
8181 cpu32bug-rom.c, cxux-nat.c, d10v-tdep.c, d30v-tdep.c,
8182 dbug-rom.c, dbxread.c, dcache.c, dcache.h, defs.h,
8183 delta68-nat.c, demangle.c, dink32-rom.c, dpx2-nat.c, dsrec.c,
8184 dstread.c, dve3900-rom.c, dwarf2read.c, dwarfread.c,
8185 elfread.c, environ.c, environ.h, eval.c, event-loop.c,
8186 event-loop.h, event-top.c, exec.c, expprint.c, f-exp.y,
8187 f-lang.c, f-lang.h, f-typeprint.c, f-valprint.c, findvar.c,
8188 fork-child.c, fr30-tdep.c, frame.c, frame.h, gdb-events.c,
8189 gdb-events.h, gdb-events.sh, gdb-stabs.h, gdb.1, gdb_string.h,
8190 gdb_thread_db.h, gdbcmd.h, gdbcore.h, gdbserver/Makefile.in,
8191 gdbserver/gdbreplay.c, gdbserver/gdbserver.1,
8192 gdbserver/low-hppabsd.c, gdbserver/low-linux.c,
8193 gdbserver/low-lynx.c, gdbserver/low-nbsd.c,
8194 gdbserver/low-sim.c, gdbserver/low-sparc.c,
8195 gdbserver/low-sun3.c, gdbserver/remote-utils.c,
8196 gdbserver/server.c, gdbserver/server.h, gdbserver/utils.c,
8197 gdbthread.h, gdbtypes.c, gdbtypes.h, gnu-nat.c, gnu-nat.h,
8198 gnu-regex.c, gnu-regex.h, h8300-tdep.c, h8500-tdep.c,
8199 hp-psymtab-read.c, hp-symtab-read.c, hp300ux-nat.c,
8200 hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c, hpread.c,
8201 hpread.h, hpux-thread.c, i386-tdep.c, i386aix-nat.c,
8202 i386b-nat.c, i386gnu-nat.c, i386ly-tdep.c, i386m3-nat.c,
8203 i386mach-nat.c, i386nbsd-nat.c, i386nbsd-tdep.c, i386v-nat.c,
8204 i386v4-nat.c, i387-tdep.c, i960-tdep.c, infcmd.c, inferior.h,
8205 inflow.c, infptrace.c, infrun.c, inftarg.c, infttrace.c,
8206 irix4-nat.c, irix5-nat.c, isi-xdep.c, jv-exp.y, jv-lang.c,
8207 jv-lang.h, jv-typeprint.c, jv-valprint.c, kdb-start.c,
8208 kod-cisco.c, kod.c, language.c, language.h, lin-thread.c,
8209 linespec.c, linespec.h, linux-thread.c, lynx-nat.c, m2-exp.y,
8210 m2-lang.c, m2-lang.h, m2-typeprint.c, m2-valprint.c, m3-nat.c,
8211 m32r-rom.c, m32r-tdep.c, m68k-tdep.c, m68klinux-nat.c,
8212 m68knbsd-nat.c, m88k-nat.c, m88k-tdep.c, mac-nat.c,
8213 mac-xdep.c, main.c, maint.c, mcore-rom.c, mcore-tdep.c,
8214 mdebugread.c, mem-break.c, minimon.h, minsyms.c, mips-nat.c,
8215 mips-tdep.c, mipsm3-nat.c, mipsread.c, mipsv4-nat.c,
8216 mn10200-tdep.c, mn10300-tdep.c, mon960-rom.c, monitor.c,
8217 monitor.h, news-xdep.c, nindy-share/env.h, nindy-tdep.c,
8218 nlm/Makefile.in, nlmread.c, ns32k-tdep.c, ns32km3-nat.c,
8219 ns32knbsd-nat.c, objfiles.c, objfiles.h, ocd.c, ocd.h,
8220 op50-rom.c, os9kread.c, osfsolib.c, p-exp.y, pa64solib.c,
8221 pa64solib.h, parse.c, parser-defs.h, partial-stab.h,
8222 ppc-bdm.c, ppc-linux-nat.c, ppc-linux-tdep.c, ppcbug-rom.c,
8223 ppcnbsd-nat.c, printcmd.c, proc-api.c, proc-events.c,
8224 proc-flags.c, proc-utils.h, proc-why.c, procfs.c, ptx4-nat.c,
8225 rdi-share/Makefile.in, rdi-share/aclocal.m4, regcache.c,
8226 regcache.h, remote-adapt.c, remote-array.c, remote-bug.c,
8227 remote-e7000.c, remote-eb.c, remote-es.c, remote-est.c,
8228 remote-hms.c, remote-mips.c, remote-mm.c, remote-nindy.c,
8229 remote-nrom.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
8230 remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c,
8231 remote-utils.c, remote-utils.h, remote-vx.c, remote.c,
8232 remote.h, reply_mig_hack.awk, rom68k-rom.c, rs6000-nat.c,
8233 rs6000-tdep.c, scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h,
8234 scm-valprint.c, ser-e7kpc.c, ser-mac.c, ser-ocd.c, ser-pipe.c,
8235 ser-tcp.c, ser-unix.c, serial.c, serial.h, sh-tdep.c,
8236 sh3-rom.c, sol-thread.c, solib-aix5.c, solib-svr4.c, solib.c,
8237 solib.h, solist.h, somread.c, somsolib.c, somsolib.h,
8238 source.c, sparc-nat.c, sparc-tdep.c, sparcl-tdep.c,
8239 sparclet-rom.c, srec.h, stabsread.c, stabsread.h, stack.c,
8240 standalone.c, stop-gdb.c, stuff.c, sun3-nat.c, sun386-nat.c,
8241 symfile.c, symfile.h, symm-nat.c, symm-tdep.c, symmisc.c,
8242 symtab.c, symtab.h, target.c, target.h, terminal.h, thread.c,
8243 tic80-tdep.c, top.c, top.h, tracepoint.c, tracepoint.h,
8244 typeprint.c, ui-file.c, ui-file.h, ui-out.h, ultra3-nat.c,
8245 ultra3-xdep.c, umax-xdep.c, utils.c, v850-tdep.c, v850ice.c,
8246 valarith.c, valops.c, valprint.c, value.h, values.c, varobj.h,
8247 vax-tdep.c, version.h, vx-share/vxWorks.h, vx-share/xdr_ld.c,
8248 vx-share/xdr_ptrace.c, vx-share/xdr_ptrace.h,
8249 vx-share/xdr_rdb.c, w65-tdep.c, w89k-rom.c, win32-nat.c,
8250 wrapper.c, wrapper.h, xcoffread.c, xcoffsolib.c, xcoffsolib.h,
8251 xmodem.c, xmodem.h, z8k-tdep.c: Update/correct copyright
8252 notices.
8253
8254 2001-03-05 Kevin Buettner <kevinb@redhat.com>
8255
8256 * acconfig.h (HAVE_PRSYSENT_T, HAVE_PR_SIGSET_T,
8257 HAVE_PR_SIGACTION64_T, HAVE_PR_SIGINFO64_T): New configure
8258 macros.
8259 * configure.in (prsysent_t, pr_sigset_t, pr_sigaction64_t,
8260 pr_siginfo64_t): Test for these typedefs in <sys/procfs.h>.
8261 (sys/fault.h, sys/select.h): Test for presence of these
8262 header files.
8263 (ia64-*-aix*): Define NEW_PROC_API for this host.
8264 * configure: Regenerate.
8265 * config.in: Regenerate.
8266
8267 * configure.host (ia64-*-aix*): New host.
8268 * configure.tgt (ia64-*-aix*): New target.
8269
8270 2001-03-05 Andrew Cagney <ac131313@redhat.com>
8271
8272 * TODO (GDB 5.1 Known Problems): Document z8k as broken.
8273
8274 Mon Mar 5 11:56:09 2001 Christopher Faylor <cgf@cygnus.com>
8275
8276 * wince.c: Change realloc to xrealloc throughout.
8277 (handle_load_dll): Use void * rather than PTR in argument.
8278
8279 2001-03-04 Andrew Cagney <ac131313@redhat.com>
8280
8281 * ocd.h (ocd_xfer_memory): Add ``attrib'' parameter.
8282 * ocd.c (ocd_xfer_memory): Ditto.
8283 * ser-ocd.c (ocd_setstopbits): New function. Add to ocd_ops.
8284 * MAINTAINERS: Document powerpc-eabi and powerpcle-eabi as
8285 buildable with ,-Werror.
8286
8287 * Makefile.in (symfile_h): Define.
8288 (mcore-tdep.o): Add $(symfile_h), $(gdbcore_h) and $(inferior_h).
8289 * mcore-tdep.c: Include "symfile.h", "gdbcore.h" and "inferior.h".
8290 * MAINTAINERS: Document mcore-elf and mcore-pe as buildable with
8291 ,-Werror.
8292
8293 * dsrec.c (make_srec): Fix internal_error fmt arg.
8294 * MAINTAINERS: Document i960-coff as buildable with ,-Werror.
8295
8296 2001-03-03 Kevin Buettner <kevinb@redhat.com>
8297
8298 * solib-aix5.c (aix5_relocate_main_executable): Don't use ANOFFSET
8299 as an lvalue.
8300
8301 2001-03-02 Andrew Cagney <ac131313@redhat.com>
8302
8303 * MAINTAINERS (paper trail): Update.
8304
8305 * CONTRIBUTE: Update note on ``Fix PR gdb/4706'' convention.
8306
8307 2001-03-02 Andrew Cagney <ac131313@redhat.com>
8308
8309 From 2001-03-01 Tom Rix <trix@redhat.com>:
8310 * mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc''
8311 parameter to mn10200_analyze_prologue.
8312
8313 * config/mn10200/tm-mn10200.h: Include "regcache.h".
8314 * MAINTAINERS: Document that mn10200-elf target is buildable.
8315
8316 2001-03-02 Kevin Buettner <kevinb@redhat.com>
8317
8318 * config/ia64/xm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): Move defines
8319 from here...
8320 * config/ia64/nm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): ...to here.
8321 (MONTEREY): Don't define.
8322 (AIX5): Define.
8323
8324 2001-03-02 Matt Hiller <hiller@redhat.com>
8325
8326 * config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15.
8327
8328 2001-03-02 Kevin Buettner <kevinb@redhat.com>
8329
8330 * sparc-nat.c (sparc-nat.c): Don't include self.
8331
8332 2001-03-01 J.T. Conklin <jtc@redback.com>
8333
8334 * defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__
8335 if __CYGWIN32__ is set from here.
8336 * config/i386/xm-cygwin.h: To here.
8337 * config/powerpc/xm-cygwin.h: To here.
8338
8339 * i386-stub.c (handle_exception): Use 'T' response packet.
8340
8341 2001-03-01 Michael Snyder <msnyder@mvstp600e.cygnus.com>
8342
8343 * m32r-tdep.c: Fix cut and paste error in comment.
8344
8345 2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
8346
8347 * symtab.c (print_msymbol_info): Print addresses by portable method
8348 longest_local_hex_string_custom. Allow for 64-bit addresses.
8349
8350 2001-03-01 J.T. Conklin <jtc@redback.com>
8351
8352 * gdbtypes.h (builtin_type_f_integer): Removed duplicate declaration.
8353 (MAX_OF_TYPE): Wrap macro definition in parenthesis.
8354 (MIN_OF_TYPE): Likewise.
8355
8356 * memattr.h (mem_access_mode): Removed extraneous trailing comma.
8357
8358 2001-03-01 Andrew Cagney <ac131313@redhat.com>
8359
8360 * Makefile.in (os9kread.o): Do not compile with WERROR_CFLAGS.
8361 * os9kread.c (os9k_process_one_symbol): Add assert to detect
8362 ``loses if sizeof (char *) > sizeof (int)''.
8363
8364 2001-03-01 Andrew Cagney <ac131313@redhat.com>
8365
8366 * gdb_assert.h: Document pragmatics behind gdb_assert's case.
8367
8368 2001-03-01 Andrew Cagney <ac131313@redhat.com>
8369
8370 * Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependency
8371 lists.
8372 (mi-main.o): Ditto.
8373
8374 2001-03-01 Andrew Cagney <ac131313@redhat.com>
8375
8376 * Makefile.in (regcache_h): Define. Add $(regcache_h) to
8377 dependency lists.
8378
8379 2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
8380
8381 * printcmd.c (print_address_numeric): Update comments to refer
8382 to sizeof addr, not sizeof pointer.
8383 (x_command): Remove needless whitespace (shorten long line).
8384
8385 * breakpoint.c (print_one_breakpoint): Formatting clean-up.
8386 (read_memory_nobpt): Ditto.
8387 (ep_is_catchpoint): Ditto.
8388 (ep_is_shlib_catchpoint): Ditto.
8389 (ep_is_exception_catchpoint): Ditto.
8390 (describe_other_breakpoints): Ditto.
8391
8392 Wed Feb 28 20:37:36 2001 Andrew Cagney <ac131313@redhat.com>
8393
8394 * regcache.h (register_valid): Fix comment documenting valid
8395 states.
8396
8397 Tue Feb 27 23:56:23 2001 Andrew Cagney <ac131313@redhat.com>
8398
8399 From Steven Johnson:
8400 * regcache.h: New file.
8401
8402 * value.h (read_register_bytes, read_register_gen)
8403 (write_register_gen, write_register_bytes)
8404 (read_register, read_register_pid)
8405 (read_signed_register, read_signed_register_pid)
8406 (write_register, write_register_pid)
8407 (register_cached, set_register_cached)
8408 (register_changed, register_buffer)
8409 (registers_changed, supply_register): Move declaration from here.
8410 * regcache.h: To here.
8411 * gdbcore.h (registers_fetched): Ditto.
8412 * inferior.h (registers, registers_valid): Ditto.
8413
8414 * regcache.c (generic_target_read_pc, read_pc_pid, read_pc,
8415 generic_target_write_pc, write_pc_pid, write_pc,
8416 generic_target_read_sp, read_sp, generic_target_write_sp,
8417 write_sp, generic_target_read_fp, read_fp,
8418 generic_target_write_fp, write_fp): Add note that these functions
8419 will be moved from this file.
8420
8421 * a29k-tdep.c: Include "regcache.h".
8422 * a68v-nat.c: Ditto.
8423 * abug-rom.c: Ditto.
8424 * alpha-nat.c: Ditto.
8425 * alpha-tdep.c: Ditto.
8426 * alphabsd-nat.c: Ditto.
8427 * arc-tdep.c: Ditto.
8428 * arm-linux-nat.c: Ditto.
8429 * arm-linux-tdep.c: Ditto.
8430 * arm-tdep.c: Ditto.
8431 * blockframe.c: Ditto.
8432 * core-aout.c: Ditto.
8433 * core-sol2.c: Ditto.
8434 * corelow.c: Ditto.
8435 * cpu32bug-rom.c: Ditto.
8436 * cxux-nat.c: Ditto.
8437 * d10v-tdep.c: Ditto.
8438 * d30v-tdep.c: Ditto.
8439 * dbug-rom.c: Ditto.
8440 * dink32-rom.c: Ditto.
8441 * dve3900-rom.c: Ditto.
8442 * findvar.c: Ditto.
8443 * fr30-tdep.c: Ditto.
8444 * frame.c: Ditto.
8445 * go32-nat.c: Ditto.
8446 * h8300-tdep.c: Ditto.
8447 * h8500-tdep.c: Ditto.
8448 * hp300ux-nat.c: Ditto.
8449 * hppa-tdep.c: Ditto.
8450 * hppab-nat.c: Ditto.
8451 * hppah-nat.c: Ditto.
8452 * hppam3-nat.c: Ditto.
8453 * hpux-thread.c: Ditto.
8454 * i386-linux-nat.c: Ditto.
8455 * i386-linux-tdep.c: Ditto.
8456 * i386-tdep.c: Ditto.
8457 * i386aix-nat.c: Ditto.
8458 * i386b-nat.c: Ditto.
8459 * i386bsd-nat.c: Ditto.
8460 * i386gnu-nat.c: Ditto.
8461 * i386ly-tdep.c: Ditto.
8462 * i386m3-nat.c: Ditto.
8463 * i386mach-nat.c: Ditto.
8464 * i386nbsd-nat.c: Ditto.
8465 * i386v4-nat.c: Ditto.
8466 * i387-nat.c: Ditto.
8467 * i387-tdep.c: Ditto.
8468 * i960-tdep.c: Ditto.
8469 * ia64-aix-nat.c: Ditto.
8470 * ia64-linux-nat.c: Ditto.
8471 * ia64-tdep.c: Ditto.
8472 * infptrace.c: Ditto.
8473 * infrun.c: Ditto.
8474 * irix4-nat.c: Ditto.
8475 * irix5-nat.c: Ditto.
8476 * lin-lwp.c: Ditto.
8477 * lin-thread.c: Ditto.
8478 * lynx-nat.c: Ditto.
8479 * m3-nat.c: Ditto.
8480 * m32r-rom.c: Ditto.
8481 * m32r-tdep.c: Ditto.
8482 * m68hc11-tdep.c: Ditto.
8483 * m68k-tdep.c: Ditto.
8484 * m68klinux-nat.c: Ditto.
8485 * m68knbsd-nat.c: Ditto.
8486 * m68knbsd-tdep.c: Ditto.
8487 * m88k-nat.c: Ditto.
8488 * m88k-tdep.c: Ditto.
8489 * mac-nat.c: Ditto.
8490 * mcore-rom.c: Ditto.
8491 * mcore-tdep.c: Ditto.
8492 * mi/mi-main.c: Ditto.
8493 * mips-nat.c: Ditto.
8494 * mips-tdep.c: Ditto.
8495 * mipsm3-nat.c: Ditto.
8496 * mipsv4-nat.c: Ditto.
8497 * mn10200-tdep.c: Ditto.
8498 * mn10300-tdep.c: Ditto.
8499 * monitor.c: Ditto.
8500 * ns32km3-nat.c: Ditto.
8501 * ns32knbsd-nat.c: Ditto.
8502 * ocd.c: Ditto.
8503 * pa64solib.c: Ditto.
8504 * ppc-bdm.c: Ditto.
8505 * ppc-linux-nat.c: Ditto.
8506 * ppc-linux-tdep.c: Ditto.
8507 * ppcbug-rom.c: Ditto.
8508 * ppcnbsd-nat.c: Ditto.
8509 * ptx4-nat.c: Ditto.
8510 * regcache.c: Ditto.
8511 * remote-adapt.c: Ditto.
8512 * remote-array.c: Ditto.
8513 * remote-bug.c: Ditto.
8514 * remote-e7000.c: Ditto.
8515 * remote-eb.c: Ditto.
8516 * remote-es.c: Ditto.
8517 * remote-est.c: Ditto.
8518 * remote-hms.c: Ditto.
8519 * remote-mips.c: Ditto.
8520 * remote-mm.c: Ditto.
8521 * remote-nindy.c: Ditto.
8522 * remote-os9k.c: Ditto.
8523 * remote-rdi.c: Ditto.
8524 * remote-rdp.c: Ditto.
8525 * remote-sds.c: Ditto.
8526 * remote-sim.c: Ditto.
8527 * remote-st.c: Ditto.
8528 * remote-udi.c: Ditto.
8529 * remote-utils.c: Ditto.
8530 * remote-vx.c: Ditto.
8531 * remote-vx29k.c: Ditto.
8532 * remote-vx68.c: Ditto.
8533 * remote-vx960.c: Ditto.
8534 * remote-vxmips.c: Ditto.
8535 * remote-vxsparc.c: Ditto.
8536 * remote.c: Ditto.
8537 * rom68k-rom.c: Ditto.
8538 * rs6000-nat.c: Ditto.
8539 * rs6000-tdep.c: Ditto.
8540 * sh-tdep.c: Ditto.
8541 * sh3-rom.c: Ditto.
8542 * sol-thread.c: Ditto.
8543 * solib-svr4.c: Ditto.
8544 * somsolib.c: Ditto.
8545 * sparc-nat.c: Ditto.
8546 * sparc-tdep.c: Ditto.
8547 * sparcl-tdep.c: Ditto.
8548 * sparclet-rom.c: Ditto.
8549 * sun3-nat.c: Ditto.
8550 * sun386-nat.c: Ditto.
8551 * symm-nat.c: Ditto.
8552 * target.c: Ditto.
8553 * thread-db.c: Ditto.
8554 * thread.c: Ditto.
8555 * tic80-tdep.c: Ditto.
8556 * tracepoint.c: Ditto.
8557 * ultra3-nat.c: Ditto.
8558 * umax-xdep.c: Ditto.
8559 * uw-thread.c: Ditto.
8560 * v850-tdep.c: Ditto.
8561 * v850ice.c: Ditto.
8562 * valops.c: Ditto.
8563 * w65-tdep.c: Ditto.
8564 * w89k-rom.c: Ditto.
8565 * win32-nat.c: Ditto.
8566 * wince.c: Ditto.
8567 * z8k-tdep.c: Ditto.
8568
8569 2001-02-28 Matt Hiller <hiller@redhat.com>
8570
8571 * MAINTAINERS: Add Matt Hiller to Write After Approval list.
8572
8573 2001-02-27 Matt Hiller <hiller@redhat.com>
8574
8575 * mn10300-tdep.c (mn10300_stab_reg_to_regnum): New function.
8576 (mn10300_gdbarch_init): Set appropriate elements of gdbarch to
8577 mn10300_stab_reg_to_regnum.
8578
8579 Tue Feb 27 16:56:13 2001 David Taylor <taylor@redhat.com>
8580
8581 * symtab.c (search_symbols): Fix off by one error in test for
8582 error.
8583
8584 2001-02-23 Andrew Cagney <ac131313@redhat.com>
8585
8586 * config/sparc/sp64linux.mt: New file.
8587 * configure.tgt: Recognize sparc64-*-linux* as a sp64linux target.
8588 * configure.host: Recognize sparc64-*-linux* as a linux host.
8589
8590 From 2000-03-17 Jakub Jelinek <jakub@redhat.com>:
8591 * config/sparc/tm-sp64linux.h: New file.
8592
8593 2001-02-24 Kevin Buettner <kevinb@redhat.com>
8594
8595 * buildsym.c (push_subfile, pop_subfile): Replace call to abort()
8596 with call to internal_error().
8597 * dbxread.c (process_one_symbol): Likewise.
8598 * exec.c (build_section_table, xfer_memory): Likewise.
8599 * h8500-tdep.c (h8500_register_size, h8500_register_virtual_type):
8600 Likewise.
8601 * hpread.c (hpread_type_translate, hpread_read_array_type)
8602 (hpread_type_lookup): Likewise.
8603 * i386-tdep.c (gdb_print_insn_i386): Likewise.
8604 * i960-tdep.c (mem): Likewise
8605 * inflow.c (set_sigio_trap, clear_sigio_trap): Likewise.
8606 * infptrace.c (child_resume): Likewise.
8607 * infttrace.c (_initialize_infttrace): Likewise.
8608 * language.c (binop_result_type, add_language): Likewise.
8609 * lynx-nat.c (store_inferior_registers): Likewise.
8610 * m3-nat.c (port_chain_insert, m3_trace_me): Likewise.
8611 * mdebugread.c (parse_partial_symbols): Likewise.
8612 * monitor.c (monitor_printf_noecho, monitor_printf)
8613 (monitor_dump_regs): Likewise.
8614 * ocd.c (stu_put_packet): Likewise.
8615 * printcmd.c (decode_format, print_scalar_formatted): Likewise.
8616 * remote-bug.c (bug_open): Likewise.
8617 * remote-e7000.c (fetch_regs_from_dump, e7000_wait): Likewise.
8618 * remote-es.c (es1800_read_bytes): Likewise.
8619 * remote-mips.c (common_breakpoint): Likewise.
8620 * remote-rdp.c (send_rdp): Likewise.
8621 * remote-sds.c (putmessage): Likewise.
8622 * sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
8623 Likewise.
8624 * sparcl-tdep.c (sparclite_download): Likewise.
8625 * symtab.c (lookup_partial_symbol): Likewise.
8626 * target.c (push_target, pop_target, initialize_targets): Likewise.
8627 * utils.c (internal_verror, malloc_botch, wrap_here, decimal2str):
8628 Likewise.
8629 * valprint.c (print_decimal, print_longest, print_longest)
8630 (strcat_longest): Likewise.
8631 * w65-tdep.c (init_frame_pc, w65_push_dummy_frame): Likewise.
8632 * xmodem.c (xmodem_send_packet): Likewise.
8633 * z8k-tdep.c (init_frame_pc, z8k_push_dummy_frame): Likewise.
8634 * config/h8500/tm-h8500.h (STORE_STRUCT_RETURN): Likewise.
8635 * config/mn10200/tm-mn10200.h (EXTRACT_RETURN_VALUE)
8636 (STORE_RETURN_VALUE): Likewise.
8637 * config/ns32k/nm-umax.h (REGISTER_U_ADDR): Likewise.
8638 * config/ns32k/xm-merlin.h (REGISTER_U_ADDR): Likewise.
8639 * config/z8k/tm-z8k.h (STORE_STRUCT_RETURN, STORE_RETURN_VALUE):
8640 Likewise.
8641
8642 2001-02-23 Andrew Cagney <ac131313@redhat.com>
8643
8644 * CONTRIBUTE: Document how to cite a problem report.
8645 * TODO: Note need to replace CONTRIBUTE with generated file.
8646
8647 * CONTRIBUTE: Mention that patches do not need to include the
8648 generated files gdbarch.h and gdbarch.c.
8649
8650 2001-02-21 Andrew Cagney <ac131313@redhat.com>
8651
8652 * value.h (get_saved_register): Move from here.
8653 * frame.h: To here.
8654
8655 2001-02-21 Kevin Buettner <kevinb@redhat.com>
8656
8657 * solib.h (in_svr4_dynsym_resolve_code): Delete declaration.
8658 (in_solib_dynsym_resolve_code): Add declaration.
8659 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Changed define to invoke
8660 in_solib_dynsym_resolve_code() rather than
8661 in_svr4_dynsym_resolve_code(). Also, removed the ifdefs
8662 which caused this macro to only be defined when
8663 SVR4_SHARED_LIBS is defined.
8664 * solib.c (in_solib_dynsym_resolve_code): New function.
8665 * solist.h (struct target_so_ops): Add new member
8666 in_dynsym_resolve_code.
8667 * solib-aix5.c (aix5_in_dynsym_resolve_code): Renamed from
8668 in_svr4_dynsym_resolve_code. Also, made static.
8669 (_initialize_aix5_solib): Initialize in_dynsym_resolve_code
8670 member in aix5_so_ops.
8671 * solib-svr4.c (svr4_in_dynsym_resolve_code): Renamed from
8672 in_svr4_dynsym_resolve_code. Also, added second version
8673 of this function which will be used when SVR4_SHARED_LIBS
8674 is not defined.
8675 (_initialize_svr4_solib): Initialize in_dynsym_resolve_code
8676 member in svr4_so_ops.
8677
8678 * ia64-aix-nat.c, ia64-aix-tdep.c, config/ia64/aix.mh,
8679 config/ia64/aix.mt, config/ia64/nm-aix.h, config/ia64/tm-aix.h,
8680 config/ia64/xm-aix.h: New files.
8681 * ia64-tdep.c (_initialize_ia64_tdep): Remove declaration.
8682 (ia64_aix_sigcontext_register_address): New declaration.
8683 (ia64_gdbarch_init): Provide for initialization of
8684 sigcontext_register_address member of struct tdep when
8685 on target is detected to be running AIX.
8686 * config/ia64/linux.mt (TDEPFILES): Add ia64-aix-tdep.o to
8687 this list.
8688
8689 2001-02-20 Kevin Buettner <kevinb@redhat.com>
8690
8691 * ia64-tdep.c (ia64_frameless_function_invocation): Implement.
8692 * config/ia64/linux.mh (NATDEPFILES): Use thread-db.o and lin-lwp.o
8693 for thread support instead of linux-thread.o and lin-thread.o.
8694 * config/ia64/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS,
8695 ATTACH_LWP): Define to use the following lin-lwp.c functions...
8696 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals,
8697 lin_lwp_attach_lwp): Declare.
8698
8699 2001-02-20 Andrew Cagney <ac131313@redhat.com>
8700
8701 * mips-tdep.c (do_fp_register_row, do_fp_register_row): Fix printf
8702 formatting.
8703
8704 2001-02-20 Kevin Buettner <kevinb@redhat.com>
8705
8706 * solib-aix5.c (solib-svr4.h): Remove include.
8707 (solib_break_names): Delete names which aren't actually
8708 used by AIX5.
8709 (bkpt_names): Remove.
8710 (aix5_relocate_main_executable, bfd_lookup_symbol): Replace calls
8711 to STREQ() with equivalent calls to strcmp().
8712 (in_svr4_dynsym_resolve_code, enable_break, bfd_lookup_symbol,
8713 aix5_solib_create_inferior_hook): Revise comments.
8714 (enable_break): Remove old ``bkpt_names'' code.
8715
8716 2001-02-19 Andrew Cagney <ac131313@redhat.com>
8717
8718 * Makefile.in (SFILES): Add frame.c .
8719 (COMMON_OBS): Add frame.o .
8720 (frame.o): New target.
8721
8722 * frame.c (find_saved_register):
8723 (default_get_saved_register):
8724 (get_saved_register):
8725 (read_relative_register_raw_bytes_for_frame):
8726 (read_relative_register_raw_bytes): Moved to here.
8727 * regcache.c: From here.
8728
8729 2001-02-20 Kevin Buettner <kevinb@redhat.com>
8730
8731 * solib-aix5.c: New file.
8732
8733 2001-02-20 Martin M. Hunt <hunt@redhat.com>
8734
8735 * solib.c (info_sharedlibrary_command): Don't assume pointers
8736 are the same size of long, call longest_local_hex_string_custom().
8737
8738 * solib-svr4.c (LM_ADDR): LM_ADDR is a signed offset, so
8739 extract_signed_integer() should be called instead of
8740 extract_address().
8741
8742 2001-02-20 Martin M. Hunt <hunt@redhat.com>
8743
8744 * MAINTAINERS: Add Martin Hunt to Write After Approval list.
8745
8746 2001-02-19 Andrew Cagney <ac131313@redhat.com>
8747
8748 Frm 2001-02-09 Jim Kingdon <jkingdon@engr.sgi.com>:
8749 * mips-tdep.c (mips_register_raw_size): If FP_REGISTER_DOUBLE,
8750 then floating point registers are 8 bytes.
8751
8752 2001-02-19 Michael Snyder <msnyder@mvstp600e.cygnus.com>
8753
8754 * parse.c (write_exp_msymbol): Make the type CORE_ADDR, to
8755 accomodate 64-bit addresses.
8756
8757 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8758
8759 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>
8760 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux, not
8761 lookup_symbol, when trying to find a symbol with a mangled name,
8762 to avoid infinite recursion.
8763
8764 2001-02-18 Andrew Cagney <ac131313@redhat.com>
8765
8766 * TODO (5.2): Mention G++ 3.0 ABI. General cleanups.
8767
8768 2001-02-19 Jonathan Larmour <jlarmour@redhat.com>
8769
8770 * arm-tdep.c (check_prologue_cache): Fix off by 1 error.
8771 (save_prologue_cache): Ditto.
8772
8773 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8774
8775 From: innadadadavida@yahoo.com:
8776 * partial-stab.h (switch): Check that pst is not null
8777 before dereferencing it.
8778
8779 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8780
8781 From Andrew Cagney <cagney@b1.cygnus.com>:
8782 * symfile.c (add_symbol_file_command): Always initialize
8783 my_cleanup using a NULL cleanup.
8784
8785 2001-02-19 Eli Zaretskii <eliz@is.elta.co.il>
8786
8787 * demangle.c (demangling_style_names): New variable.
8788 (_initialize_demangler): Fill demangling_style_names with the
8789 names of known demangling styles from libiberty_demanglers[]. Use
8790 add_set_enum_cmd instead of add_set_cmd, to get completion on
8791 demangling style names.
8792
8793 * proc-api.c (_initialize_proc_api): Make `procfs-file' use
8794 file-name completion.
8795
8796 * remote-rdi.c (_initialize_remote_rdi): Ditto for `rdilogfile'.
8797
8798 * solib.c (_initialize_solib): Ditto for `solib-search-path' and
8799 `solib-absolute-prefix'.
8800
8801 * tracepoint.c (_initialize_tracepoint): Ditto for
8802 `save-tracepoints'.
8803
8804 * win32-nat.c (_initialize_inftarg): Ditto for `dll-symbols'.
8805
8806 * cli/cli-cmds.c (init_cli_cmds): Make `shell' and `make' use
8807 file-name completion.
8808
8809 * infcmd.c (_initialize_infcmd): Make the following commands use
8810 the file-name completer: `tty', `args', `path', `paths', and
8811 `run'.
8812
8813 2001-02-18 Eli Zaretskii <eliz@is.elta.co.il>
8814
8815 * go32-nat.c: Include i387-nat.h.
8816 (fetch_register): New function, uses some of the guts of
8817 go32_fetch_registers and calls i387_supply_register.
8818 (go32_fetch_registers): Most of the code moved into
8819 fetch_register. Use i387_supply_fsave.
8820 (store_register): Use i387_fill_fsave instead of custom code.
8821 (go32_store_registers): Use i387_fill_fsave.
8822
8823 * Makefile.in (go32-nat.o): Depend on i387-nat.h.
8824
8825 * config/i386/go32.mh (NATDEPFILES): Add i387-nat.o.
8826
8827 * completer.c (gdb_completer_file_name_break_characters): Remove
8828 slash from file-name break characters.
8829 [__MSDOS__]: Special definition for DOS/Windows file names.
8830 (line_completion_function): When completing on file names, bump
8831 `p' to the first file-name constituent character of `word', before
8832 invoking the completer.
8833
8834 2001-02-17 Mark Kettenis <kettenis@gnu.org>
8835
8836 * i387-nat.c: Include "i387-nat.h". Use regnum instead of regno
8837 consistently for parameter names. Fix comments accordingly.
8838 (i387_supply_register): New function.
8839 (i387_supply_fsave): Implement using i387_supply_register.
8840 * i387-nat.h: Use regnum instead of regno consistently for
8841 parameter names. Fix comments accordingly.
8842 (i387_supply_register): New prototype.
8843
8844 2001-02-16 Michael Snyder <msnyder@mvstp600e.cygnus.com>
8845
8846 * remote.c (build_remote_gdbarch_data): Use new TARGET_ADDR_BIT
8847 instead of TARGET_PTR_BIT (to support Harvard architectures).
8848
8849 2001-02-16 Andrew Cagney <ac131313@redhat.com>
8850
8851 From 2001-02-11 Paul Hilfinger <hilfingr@lisbon.int.act-europe.fr>
8852 * hpux-thread.c (hpux_thread_xfer_memory): Add mem_attrib
8853 argument to parameter list and to call in order to conform to
8854 to_xfer_memory field of struct target_ops.
8855
8856 2001-02-12 Michael Chastain <chastain@redhat.com>
8857
8858 * somsolib.c (som_solib_add_solib_objfile): Do not use
8859 section relocation feature of syms_from_objfile. Do my own
8860 section relocation, offsetting each section of the som by
8861 either text_addr - text_link_addr or data_start.
8862
8863 2001-02-16 Andrew Cagney <ac131313@redhat.com>
8864
8865 * TODO (5.1): Move ``Hardware watchpint problems'' out of 5.1.
8866
8867 2001-02-16 Andrew Cagney <ac131313@redhat.com>
8868
8869 * MAINTAINERS (paper trail): Update.
8870
8871 2001-02-16 Mark Kettenis <kettenis@gnu.org>
8872
8873 * target.h (target_fetch_registers): Fix comment.
8874
8875 2001-02-15 Andrew Cagney <ac131313@redhat.com>
8876
8877 * f-exp.y: Include <ctype.h>.
8878 (parse_number): Ensure that ``i'' is always initialized.
8879
8880 2001-02-14 Jim Kingdon <jkingdon@engr.sgi.com>
8881
8882 * MAINTAINERS: Add myself to paper trail section.
8883
8884 2001-02-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8885
8886 * configure.in (AC_CHECK_HEADERS): Add sys/file.h.
8887 * configure, config.in: Regenerate.
8888 * corelow.c: Include <sys/file.h> if present.
8889
8890 2001-02-14 Andrew Cagney <ac131313@redhat.com>
8891
8892 * inflow.c (terminal_ours_1): Initialize ``osigtou''. Only
8893 declare when have SIGTTOU.
8894
8895 2001-02-14 Eli Zaretskii <eliz@is.elta.co.il>
8896
8897 * config/djgpp/fnchange.lst: Add entries for gdb/gdbtk/*/ChangeLog-*.
8898
8899 2001-02-12 Jim Kingdon <jkingdon@engr.sgi.com>
8900
8901 * MAINTAINERS: Update my email address.
8902
8903 2001-02-11 Eli Zaretskii <eliz@is.elta.co.il>
8904
8905 * NEWS: Document that "info symbol" works with COFF debug info and
8906 its variants.
8907
8908 * minsyms.c (lookup_minimal_symbol_by_pc_section): Don't skip
8909 symbols whose SYMBOL_BFD_SECTION is NULL.
8910
8911 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8912
8913 Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB.
8914 * xcoffsolib.c (xcoff_solib_address): Renamed from
8915 pc_load_segment_name. Return NULL if address is not in a shared
8916 library. Cleanup shared library name construction, using xasprintf.
8917 Format shared library member names consistent with format in exec.c.
8918 (solib_info): Format shared library member names consistent with
8919 format in exec.c.
8920 * config/rs6000/nm-rs6000.h: Replace PC_LOAD_SEGMENT with PC_SOLIB,
8921 using xcoff_solib_address for PC_SOLIB definition.
8922 * stack.c (print_frame): Remove PC_LOAD_SEGMENT code, no longer
8923 needed.
8924
8925 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8926
8927 * mipsread.c (read_alphacoff_dynamic_symtab): Replace alloca calls
8928 with xmalloc calls and cleanups.
8929
8930 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8931
8932 * rs6000-nat.c (child_xfer_memory): Add missing parameter
8933 'struct mem_attrib *' required by 2001-01-23 change.
8934
8935 2001-02-08 Jim Kingdon <jkingdon@engr.sgi.com>
8936
8937 Updates to "make TAGS":
8938 * Makefile.in (ALLDEPFILES): Remove altos-xdep.c arm-convert.s
8939 arm-xdep.c convex-tdep.c convex-xdep.c pyr-tdep.c pyr-xdep.c
8940 tahoe-tdep.c.
8941 (TAGFILES_NO_SRCDIR): Add $(SUBDIR_CLI_SRCS).
8942
8943 2001-02-08 Eli Zaretskii <eliz@is.elta.co.il>
8944
8945 * config/djgpp/fnchange.lst: Remove extraneous "too many dots".
8946
8947 Wed Feb 7 22:39:26 2001 Andrew Cagney <cagney@redhat.com>
8948
8949 From Dean Luick <luick@cray.com>:
8950 * defs.h (continuation): Remove unused global variable.
8951
8952 Wed Feb 7 22:28:31 2001 Andrew Cagney <cagney@redhat.com>
8953
8954 * configure.tgt: Remove references to convex, pyramid, altos and
8955 tahoe.
8956 * configure.host: Ditto.
8957 * MAINTAINERS: Ditto.
8958 * NEWS: Update.
8959
8960 * tahoe-tdep.c: Delete obsolete file.
8961 * pyr-xdep.c: Ditto.
8962 * pyr-tdep.c: Ditto.
8963 * convex-tdep.c: Ditto.
8964 * convex-xdep.c: Ditto.
8965 * config/tahoe/xm-tahoe.h: Ditto.
8966 * config/tahoe/tm-tahoe.h: Ditto.
8967 * config/tahoe/tahoe.mt: Ditto.
8968 * config/tahoe/tahoe.mh: Ditto.
8969 * config/pyr/xm-pyr.h: Ditto.
8970 * config/pyr/tm-pyr.h: Ditto.
8971 * config/pyr/pyramid.mt: Ditto.
8972 * config/pyr/pyramid.mh: Ditto.
8973 * config/m68k/xm-altos.h: Ditto.
8974 * config/m68k/tm-altos.h: Ditto.
8975 * config/m68k/altos.mt: Ditto.
8976 * config/m68k/altos.mh: Ditto.
8977 * config/convex/xm-convex.h: Ditto.
8978 * config/convex/tm-convex.h: Ditto.
8979 * config/convex/convex.mt: Ditto.
8980 * config/convex/convex.mh: Ditto.
8981 * config/convex/Convex.notes: Ditto.
8982 * config/arm/xm-arm.h: Ditto.
8983 * config/arm/nm-arm.h: Ditto.
8984 * config/arm/arm.mt: Ditto.
8985 * config/arm/arm.mh: Ditto.
8986 * arm-convert.s: Ditto.
8987 * arm-xdep.c: Ditto.
8988 * altos-xdep.c: Ditto.
8989
8990 Wed Feb 7 19:41:21 2001 Andrew Cagney <cagney@redhat.com>
8991
8992 * defs.h (internal_error, internal_verror): Add __FILE__ and
8993 __LINE__ parameter.
8994 * utils.c (internal_error, internal_verror): Update.
8995
8996 * v850-tdep.c: Update calls to internal_error.
8997 * utils.c: Ditto.
8998 * ui-out.c: Ditto.
8999 * ui-file.c: Ditto.
9000 * target.h: Ditto.
9001 * symtab.h: Ditto.
9002 * symm-nat.c: Ditto.
9003 * sparc-tdep.c: Ditto.
9004 * source.c: Ditto.
9005 * serial.c: Ditto.
9006 * rs6000-tdep.c: Ditto.
9007 * rs6000-nat.c: Ditto.
9008 * remote.c: Ditto.
9009 * remote-vx.c: Ditto.
9010 * remote-sim.c: Ditto.
9011 * remote-mips.c: Ditto.
9012 * regcache.c: Ditto.
9013 * objfiles.h: Ditto.
9014 * objfiles.c: Ditto.
9015 * mn10300-tdep.c: Ditto.
9016 * mips-tdep.c: Ditto.
9017 * maint.c: Ditto.
9018 * m68k-tdep.c: Ditto.
9019 * m3-nat.c: Ditto.
9020 * language.c: Ditto.
9021 * infptrace.c: Ditto.
9022 * inferior.h: Ditto.
9023 * infcmd.c: Ditto.
9024 * ia64-tdep.c: Ditto.
9025 * i386-tdep.c: Ditto.
9026 * i386-linux-nat.c: Ditto.
9027 * hppah-nat.c: Ditto.
9028 * go32-nat.c: Ditto.
9029 * findvar.c: Ditto.
9030 * f-lang.c: Ditto.
9031 * elfread.c: Ditto.
9032 * event-loop.c: Ditto.
9033 * dwarf2read.c: Ditto.
9034 * dsrec.c: Ditto.
9035 * d30v-tdep.c: Ditto.
9036 * d10v-tdep.c: Ditto.
9037 * cli/cli-setshow.c: Ditto.
9038 * cli/cli-script.c: Ditto.
9039 * ch-exp.c: Ditto.
9040 * breakpoint.c: Ditto.
9041 * ax-gdb.c: Ditto.
9042 * arch-utils.c: Ditto.
9043 * a29k-tdep.c: Ditto.
9044 * gdb_assert.h: Ditto.
9045 * gdbarch.sh: Ditto.
9046 * gdbarch.h, gdbarch.c: Re-generate.
9047
9048 2001-02-07 Andrew Cagney <ac131313@redhat.com>
9049
9050 From Mark Kettenis <kettenis@gnu.org>:
9051 * event-top.h [!STOP_SIGNAL]: #include <signal.h>.
9052
9053 2001-02-07 Andrew Cagney <ac131313@redhat.com>
9054
9055 * remote-sim.c (dump_mem): Cleanup printf format argument.
9056 * MAINTAINERS: Update, mn10300-elf now builds.
9057
9058 2001-02-07 Mark Kettenis <kettenis@gnu.org>
9059
9060 * event-top.c: Remove duplicate #include <signal.h>.
9061
9062 2001-02-06 Andrew Cagney <ac131313@redhat.com>
9063
9064 * sol-thread.c (restore_inferior_pid): Save the PID in a freshly
9065 allocated buffer.
9066 (save_inferior_pid): Restore the PID from that tempoary
9067 buffer. Delete the buffer.
9068 * utils.c (make_cleanup_close, do_close_cleanup): Ditto for FD.
9069
9070 2001-02-06 Andrew Cagney <ac131313@redhat.com>
9071
9072 * MAINTAINERS: Add ``The Obvious Fix Rule''.
9073
9074 2001-02-06 Andrew Cagney <ac131313@redhat.com>
9075
9076 * MAINTAINERS: Add Michael Snyder to Solaris/SPARC list.
9077
9078 2001-02-06 Andrew Cagney <ac131313@cygnus.com>
9079
9080 * gdbarch.sh: Include "gdb_assert.h".
9081 (struct gdbarch): Change ``nr_data'' to unsigned.
9082 (alloc_gdbarch_data, free_gdbarch_data): New functions.
9083 (gdbarch_free): Free the data-pointer vector. Use xfree to delete
9084 architecture vector.
9085 (struct gdbarch_data, struct gdbarch_data_registration): Move init
9086 method to gdbarch_data. Add free method, make index unsigned.
9087 (struct gdbarch_data_registry): Make nr unsigned.
9088 (register_gdbarch_data): Add free parameter. Store in
9089 gdbarch_data.
9090 (init_gdbarch_data): Use set_gdbarch_data.
9091 (set_gdbarch_data): New function.
9092
9093 * gdbarch.h, gdbarch.c: Re-generate.
9094
9095 2001-02-06 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9096
9097 * ser-unix.c (hardware_print_tty_state) [HAVE_SGTTY]: Call
9098 fprintf_filtered with correct arguments.
9099
9100 2001-02-06 Michael Snyder <msnyder@makita.cygnus.com>
9101 Submitted by Paul Hilfinger (hilfingr@gnat.com)
9102 and Andrei Petrov (and@genesyslab.com).
9103 * findvar.c: Buffers of size MAX_REGISTER_RAW_SIZE or REGISTER_BYTES
9104 must be allocated dynamically, since these are no longer constants.
9105 * infcmd.c: Ditto.
9106 * regcache.c: Ditto.
9107 * remote.c: Ditto.
9108 * sol-thread.c: Ditto.
9109 * valops.c: Ditto.
9110 * config/sparc/sun4sol2.mh (MH_CFLAGS): Add -I/usr/include/v9, as a
9111 work-around for a missing Sun header file in solaris for sparc64.
9112
9113 2001-02-04 Philip Blundell <philb@gnu.org>
9114
9115 * config/arm/linux.mh (NATDEPFILES): Add proc-service.o,
9116 thread-db.o, lin-lwp.o; remove lin-thread.o, linux-thread.o.
9117 * config/arm/nm-linux.h (PREPARE_TO_PROCEED, ATTACH_LWP,
9118 GET_THREAD_SIGNALS): Define.
9119 * arm-linux-nat.c (fill_gregset): Correct type of argument.
9120 (supply_gregset): Likewise.
9121 (fill_fpregset): Likewise.
9122 (supply_fpregset): Likewise.
9123
9124 Tue Feb 6 11:58:57 2001 David Taylor <taylor@redhat.com>
9125
9126 * valops.c (value_cast): If casting a scalar to a pointer, do not
9127 issue a message about truncation unless it exceeds the length of
9128 an address, not the length of a pointer. This is because what the
9129 user gives us is an address, not a pointer, and we will ultimately
9130 convert it (via ADDRESS_TO_POINTER) to a pointer, not truncate it
9131 to a pointer. This allows things like "print *(int *)0x01000234"
9132 to work without generating a misleading message on a target having
9133 two byte pointers and four byte addresses.
9134
9135 2001-02-05 Christopher Faylor <cgf@cygnus.com>
9136
9137 * win32-nat.c: Change PTR to void * throughout.
9138
9139 2001-02-05 J.T. Conklin <jtc@redback.com>
9140
9141 * signals.h: Removed.
9142 * event-top.c (#include <signal.h>): Changed from signals.h.
9143 * inflow.c: Likewise.
9144 * mac-xdep.c: Likewise.
9145 * ser-pipe.c: Likewise.
9146 * ser-tcp.c: Likewise.
9147 * standalone.c: Likewise.
9148 * top.c: Likewise.
9149 * utils.c: Likewise.
9150 * Makefile.in: Removed signals.h from dependencies.
9151
9152 2001-02-05 Christopher Faylor <cgf@cygnus.com>
9153
9154 Change suggested by Dean Luick <luick@cray.com>
9155 * inferior.h (step_over_calls_kind): Remove trailing comma from
9156 last enum element.
9157 (step_over_calls): Declare as extern rather than global.
9158
9159 2001-02-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9160
9161 * sh-tdep.c: Update copyright.
9162 (sh_extract_return_value): Rewrite.
9163 (sh3e_sh4_extract_return_value): New function.
9164 (sh_gdbarch_init): Initialize gdbarch_extract-return_value to new
9165 version of the function for sh3e and sh4 CPUs.
9166
9167 2001-02-05 Michael Chastain <chastain@redhat.com>
9168
9169 * hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *'
9170 to conform with interface change.
9171
9172 2001-02-04 Eli Zaretskii <eliz@is.elta.co.il>
9173
9174 * config/djgpp/fnchange.lst: Tweak to make consistent with the
9175 new files.
9176
9177 * config/djgpp/djconfig.sh: Use explicit absolute file name when
9178 invoking `find'.
9179
9180 * ser-go32.c (dos_write) [UART_FIFO_WORKS]: Use outportsb only if
9181 UART_FIFO_WORKS is defined. Otherwise use outportb.
9182 From Francisco Pastor <fpastor.etra-id@etra.es>
9183
9184 * go32-nat.c (go32_xfer_memory): Make the argument list consistent
9185 with target.h's `to_xfer_memory' member.
9186
9187 2001-02-02 J.T. Conklin <jtc@redback.com>
9188
9189 * ppc-bdm.c (#include <signal.h>): Removed.
9190 * remote-array.c: Likewise.
9191 * remote-bug.c: Likewise.
9192 * remote-e7000.c: Likewise.
9193 * remote-mips.c: Likewise.
9194 * remote-os9k.c: Likewise.
9195 * remote-st.c: Likewise.
9196 * remote-udi.c: Likewise.
9197 * remote-vx29k.c: Likewise.
9198 * remote-vx68.c: Likewise.
9199 * remote-vx960.c: Likewise.
9200 * remote-vxmips.c: Likewise.
9201 * remote-vxsparc.c: Likewise.
9202
9203 2001-02-02 John Moore <jmoore@redhat.com>
9204
9205 * remote-utils.h (sr_set_device): Changed free() to xfree() where
9206 appropriate. Also changed Copyright to include 2001.
9207 * symtab.h (obstack_chunk_free, SYMBOL_INIT_DEMANGLED_NAME): Likewise.
9208 * value.h (value_free): Likewise.
9209 * gdbarch.sh (gdbarch_free): Likewise.
9210 * gdbarch.c, gdbarch.h: Regenerated.
9211
9212 2001-02-02 John Moore <jmoore@redhat.com>
9213
9214 * cli/cli-cmds.c (apropos_command): Changed occurance of free() to
9215 xfree(). Also changed Copyright to include 2001.
9216
9217 2001-02-02 J.T. Conklin <jtc@redback.com>
9218
9219 * monitor.c (#include "gdb_wait.h"): Removed.
9220 * ocd.c: Likewise.
9221 * ppc-bdm.c: Likewise.
9222 * remote-adapt.c: Likewise.
9223 * remote-array.c: Likewise.
9224 * remote-bug.c: Likewise.
9225 * remote-e7000.c: Likewise.
9226 * remote-eb.c: Likewise.
9227 * remote-es.c: Likewise.
9228 * remote-mips.c: Likewise.
9229 * remote-mm.c: Likewise.
9230 * remote-nindy.c: Likewise.
9231 * remote-os9k.c: Likewise.
9232 * remote-rdi.c: Likewise.
9233 * remote-rdp.c: Likewise.
9234 * remote-sds.c: Likewise.
9235 * remote-sim.c: Likewise.
9236 * remote-st.c: Likewise.
9237 * remote-udi.c: Likewise.
9238 * remote-vx.c: Likewise.
9239 * remote-vx29k.c: Likewise.
9240 * remote-vx68.c: Likewise.
9241 * remote-vx960.c: Likewise.
9242 * remote-vxmips.c: Likewise.
9243 * remote-vxsparc.c: Likewise.
9244 * remote.c: Likewise.
9245 * ser-pipe.c: Likewise.
9246 * ser-unix.c: Likewise.
9247 * Makefile.in: Updated dependencies.
9248
9249 2001-01-31 David Smith <dsmith@redhat.com>
9250
9251 * event-loop.c: Change inclusion of string.h to gdb_string.h and
9252 updated the copyright notice.
9253 * ser-pipe.c: Ditto.
9254 * mi/mi-cmds.c: Ditto.
9255 * mi/mi-console.c: Ditto.
9256 * mi/mi-getopt.c: Ditto.
9257 * mi/mi-parse.c: Ditto.
9258
9259 2001-01-31 David Smith <dsmith@redhat.com>
9260
9261 * MAINTAINERS: Add David Smith to Write After Approval list.
9262
9263 Tue Jan 30 15:43:08 2001 Andrew Cagney <cagney@cygnus.com>
9264
9265 * cli/cli-utils.c (putchar_filtered): Move function from here.
9266 * utils.c (putchar_filtered): To here.
9267 * cli/cli-utils.h (putchar_filtered): Move declaration from here.
9268 * defs.h (putchar_filtered): To here.
9269
9270 Tue Jan 30 17:27:11 2001 Andrew Cagney <cagney@redhat.com>
9271
9272 * configure.in (AC_CHECK_FUNCS): Replace vfork test with
9273 AC_FUNC_VFORK macro.
9274 * config.in, configure: Re-generate.
9275
9276 * gdb_vfork.h: New file.
9277 * ser-pipe.c (pipe_open): Update. Include "gdb_vfork.h".
9278 * fork-child.c (fork_inferior): Ditto.
9279
9280 Tue Jan 30 17:09:07 2001 Andrew Cagney <cagney@redhat.com>
9281
9282 * defs.h (strsave): Delete declaration.
9283 * utils.c (strsave): Delete definition.
9284 * TODO (strsave): Update
9285
9286 * mac-xdep.c (tilde_expand): Replace strsave with xstrdup.
9287 * sparcl-tdep.c (sparclite_open): Ditto.
9288 * mips-tdep.c (mips_set_processor_type_command): Ditto.
9289 (_initialize_mips_tdep): Ditto.
9290 * solib.c (solib_open): Ditto.
9291 * symfile.c (add_filename_language): Ditto.
9292 (set_ext_lang_command): Ditto.
9293 * source.c (init_source_path): Ditto.
9294 (mod_path): Ditto.
9295 * sh3-rom.c (sh3_open): Ditto.
9296 (sh3e_open): Ditto.
9297 * serial.c (serial_open): Ditto.
9298 * remote-mips.c (common_open): Ditto.
9299 * monitor.c (monitor_open): Ditto.
9300 * m32r-rom.c (m32r_upload_command): Ditto.
9301 * infcmd.c (path_command): Ditto.
9302 * f-exp.y (parse_number): Ditto.
9303 * breakpoint.c (create_longjmp_breakpoint): Ditto.
9304 (create_thread_event_breakpoint): Ditto.
9305 * arc-tdep.c (arc_set_cpu_type_command): Ditto.
9306 (_initialize_arc_tdep): Ditto.
9307
9308 Tue Jan 30 15:14:26 2001 Andrew Cagney <cagney@skil>
9309
9310 * cli/cli-script.c (define_command): Check for a bad hook value in
9311 switch statement.
9312
9313 2001-01-30 J.T. Conklin <jtc@redback.com>
9314
9315 * configure/sh/embed.mt: New file.
9316 * configure/sh/linux.mt: New file.
9317 * configure/sh/sh.mt: Removed.
9318 * configure.tgt (sh-*-hms,sh-*-coff*,sh-*-elf*,sh-*-linux): New targets.
9319 (sh-*-*): Removed.
9320
9321 2001-01-29 Michael Chastain <chastain@redhat.com>
9322
9323 * symtab.c (lookup_block_symbol): Use 'namespace' parameter in
9324 symbol comparisons in binary search.
9325
9326 2001-01-27 Christopher Faylor <cgf@cygnus.com>
9327
9328 * win32-nat.c (child_xfer_memory): Add missing argument required by
9329 2001-01-23 change.
9330
9331 2001-01-27 Mark Kettenis <kettenis@gnu.org>
9332
9333 * ui-out.c (do_list_end): New function.
9334 (make_cleanup_ui_out_list_end): New function.
9335 * ui-out.h: Provide prototype for make_cleanup_ui_out_list_end.
9336 * stack.c (print_frame) [UI_OUT]: Call
9337 make_cleanup_ui_out_list_end to make sure we mark the end of the
9338 list if we do a non-local exit. At the end of the function,
9339 instead of calling ui_out_list_end directly, let do_cleanups
9340 handle it.
9341
9342 2001-01-26 Fernando Nasser <fnasser@redhat.com>
9343
9344 Fix double parsing of filenames passed as command line arguments
9345 to GDB (causes weird handling of escape characters).
9346 Also, remove dependencies on the CLI from libgdb.
9347 * call-cmds.h: Remove declaration of exec_file_command().
9348 * gdbcore.h: Remove declaration of exec_file_command().
9349 Add declarations for exec_open() and exec_file_clear().
9350 * symfile.h: Add declarations for symbol_file_add_main() and
9351 symbol_file_clear().
9352 * exec.c (exec_open): New function. Implements to_open for exec
9353 targets.
9354 (exec_file_clear): New function. Makes GDB forget about a previously
9355 specified executable file.
9356 (exec_file_attach): Move parsing of arguments from here ...
9357 (exec_file_command): ... to here.
9358 (init_exec_ops): Use exec_open(), not exec_file_command() to
9359 implement to_open for exec targets.
9360 * symfile.c (symbol_file_add_main): New function. Call symbol_file_add()
9361 with default values. Used when the file name has already been parsed.
9362 (symbol_file_clear): New function. Makes GDB forget about previously
9363 read symbols.
9364 (symbol_file_command): Call the above function instead of inline code.
9365 * main.c: Include "symfile.h" and "gdbcore.h" instead of the deprecated
9366 "call-cmds.h".
9367 (captured_main): Call exec_file_attach() and symbol_file_add_main()
9368 instead of exec_file_command() and symbol_file_command().
9369 (captured_main): Add comment.
9370 * corefile.c: Include "symfile.h".
9371 (core_file_command): Call symbol_file_add_main() instead of
9372 symbol_file_command().
9373 (reopen_exec_file): Call exec_open() instead of exec_file_command().
9374 * infcmd.c: Include "symfile.h".
9375 (attach_command): Call symbol_file_add_main() instead of
9376 symbol_file_command().
9377 * infrun.c: Remove comment about the inclusion of "symfile.h",
9378 not any longer appropriate.
9379 (follow_exec): Call symbol_file_add_main() instead of
9380 symbol_file_command().
9381 * remote-es.c: Include "symfile.h".
9382 (es1800_load): Call symbol_file_add_main() instead of
9383 symbol_file_command().
9384 * remote-vx.c: Remove comment about the inclusion of "symfile.h",
9385 not any longer appropriate.
9386 (vx-wait): Call symbol_file_add_main() instead of
9387 symbol_file_command().
9388 * solib-svr4.c (open_symbol_file_object): Call symbol_file_add_main()
9389 instead of symbol_file_command().
9390 * v850ice.c (ice_file): Call exec_open(), exec_file_attach() and
9391 symbol_file_add_main() instead of exec_file_command() and
9392 symbol_file_command().
9393 * Makefile.in: Update dependencies.
9394
9395 2001-01-26 Jeff Holcomb <jeffh@redhat.com>
9396
9397 * remote-udi.c (udi_open): Change strdup to xstrdup.
9398 * thread.c (thread_apply_all_command): Change strdup to xstrdup.
9399 Update copyright message.
9400 * varobj.c (delete_variable_1): Likewise.
9401
9402 * gdb_string.h: Remove declaration of strdup. Update copyright
9403 message.
9404 * config/xm-mpw.h: Likewise.
9405 * config/i386/xm-i386mach.h: Likewise.
9406 * config/m68k/xm-apollo68b.h: Likewise.
9407 * config/m68k/xm-hp300bsd.h: Likewise.
9408 * config/rs6000/xm-rs6000.h: Likewise.
9409 * config/vax/xm-vaxult.h: Remove declaration of strdup.
9410 * config/vax/xm-vaxult2.h: Likewise.
9411
9412 2001-01-26 Jeff Holcomb <jeffh@redhat.com>
9413
9414 * MAINTAINERS: Add Jeff Holcomb to Write After Approval list.
9415
9416 2001-01-25 J.T. Conklin <jtc@redback.com>
9417
9418 * target.c (target_xfer_memory_partial): Return -1 on failure due
9419 to invalid access mode attribute.
9420
9421 2001-01-25 Christopher Faylor <cgf@cygnus.com>
9422
9423 * win32-nat.c (_initialize_core_win32): Prototype correctly.
9424
9425 2001-01-25 Mark Kettenis <kettenis@gnu.org>
9426
9427 * config/alpha/tm-fbsd.h: Update copyright.
9428 (USE_STRUCT_CONVENTION): Define in terms of
9429 alphabsd_use_struct_convention.
9430 * config/alpha/fbsd.mt (TDEPFILES): Add alphafbsd-tdep.c.
9431 * alphafbsd-tdep.c: New file.
9432
9433 2001-01-24 Fernando Nasser <fnasser@redhat.com>
9434
9435 * top.c (print_gdb_version): Update Copyright year.
9436
9437 2001-01-24 J.T. Conklin <jtc@redback.com>
9438
9439 * dcache.c (dcache_write_line): Fix typo.
9440
9441 * memattr.c (delete_mem_region): Replace free() with xfree().
9442 (mem_number): Add explicit type.
9443
9444 * sol-thread.c (sol_thread_xfer_memory): Add attrib argument.
9445 (rw_common): Likewise.
9446
9447 2001-01-24 Fernando Nasser <fnasser@redhat.com>
9448
9449 * infcmd.c (get_inferior_args, set_inferior_args): Accessor functions
9450 for the inferior program arguments.
9451 (run_command, run_no_args_command, init_infcmd)): Use accessor
9452 functions to set the inferior program arguments.
9453 * inferior.h: Add definitions to the accessor functions above.
9454
9455 2001-01-23 Jim Blandy <jimb@redhat.com>
9456
9457 * dwarf2read.c (read_tag_const_type, read_tag_volatile_type):
9458 Implement these correctly, using make_cv_type.
9459
9460 2001-01-23 J.T. Conklin <jtc@redback.com>
9461
9462 * exec.c (xfer_memory): Add attrib argument.
9463 * infptrace.c (child_xfer_memory): Likewise.
9464 * lin-lwp.c (lin_lwp_xfer_memory): Likewise.
9465 * monitor.c (monitor_xfer_memory): Likewise.
9466 * remote-adapt.c (adapt_xfer_inferior_memory): Likewise.
9467 * remote-array.c (array_xfer_memory): Likewise.
9468 * remote-bug.c (bug_xfer_memory): Likewise.
9469 * remote-e7000.c (e7000_xfer_inferior_memory): Likewise.
9470 * remote-eb.c (eb_xfer_inferior_memory): Likewise.
9471 * remote-es.c (es1800_xfer_inferior_memory): Likewise.
9472 * remote-mips.c (mips_xfer_memory): Likewise.
9473 * remote-mm.c (mm_xfer_inferior_memory): Likewise.
9474 * remote-nindy.c (nindy_xfer_inferior_memory): Likewise.
9475 * remote-os9k.c (rombug_xfer_inferior_memory): Likewise.
9476 * remote-rdi.c (arm_rdi_xfer_memory): Likewise.
9477 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Likewise.
9478 * remote-sds.c (sds_xfer_memory): Likewise.
9479 * remote-sim.c (gdbsim_xfer_inferior_memory): Likewise.
9480 * remote-st.c (st2000_xfer_inferior_memory): Likewise.
9481 * remote-udi.c (udi_xfer_inferior_memory): Likewise.
9482 * remote-vx.c (vx_xfer_memory): Likewise.
9483 * remote.c (remote_xfer_memory): Likewise.
9484 * target.c (debug_to_xfer_memory, do_xfer_memory): Likewise.
9485 * target.h (child_xfer_memory, do_xfer_memory, xfer_memory): Likewise.
9486 * thread-db.c (thread_db_xfer_memory): Likewise.
9487
9488 * target.h (#include "memattr.h"): Added.
9489 (target_ops.to_xfer_memory): Add attrib argument.
9490
9491 * wince.c (_initialize_inftarg): Removed call to set_dcache_state.
9492 * dcache.h (set_dcache_state): Removed declaration.
9493 * dcache.c (set_dcache_state): Removed definition
9494
9495 * dcache.c: Update module comment, as dcache is now enabled and
9496 disabled with memory region attributes instead of by the global
9497 variable "remotecache". Add comment describing the interaction
9498 between dcache and memory region attributes.
9499 (dcache_xfer_memory): Add comment describing benefits of moving
9500 cache writeback to a higher level.
9501 (dcache_struct): Removed cache_has_stuff field. This was used to
9502 record whether the cache had been accessed in order to invalidate
9503 it when it was disabled. However, this is not needed because the
9504 cache is write through and the code that enables, disables, and
9505 deletes memory regions invalidate the cache. Add comment which
9506 suggests that we could be more selective and only invalidate those
9507 cache lines containing data from those memory regions.
9508 (dcache_invalidate): Updated.
9509 (dcache_xfer_memory): Updated.
9510
9511 (dcache_alloc): Don't abort() if dcache_enabled_p is clear.
9512 (dcache_xfer_memory): Removed code that called do_xfer_memory() to
9513 perform a uncached transfer if dcache_enabled_p was clear. This
9514 function is now only called if caching is enabled for the memory
9515 region.
9516 (dcache_info): Always print cache info.
9517
9518 * target.c (do_xfer_memory): Add attrib argument.
9519 (target_xfer_memory, target_xfer_memory_partial): Break transfer
9520 into chunks defined by memory regions, pass region attributes to
9521 do_xfer_memory().
9522 * dcache.c (dcache_read_line, dcache_write_line): Likewise.
9523
9524 * Makefile.in (SFILES): Add memattr.c.
9525 (COMMON_OBS): Add memattr.o.
9526 (dcache.o): Add target.h to dependencies.
9527 * memattr.c: New file.
9528 * memattr.h: Likewise.
9529
9530 * config/m32r/m32r.mt (GDBSERVER_LIBS): Added ../../intl/libintl.a.
9531 * config/mips/vr5000.mt (GDBSERVER_LIBS): Likewise.
9532 * config/tic80/tic80.mt (GDBSERVER_LIBS): Likewise.
9533 * gdbserver/low-sim.c (#include "defs.h"): Removed.
9534 (mygeneric_load): Rename from generic_load.
9535
9536 * gdbserver/low-hppabsd.c (#include "server.h"): Added.
9537 (#include "defs.h"): Removed.
9538 (inferior_pid, perror_with_name): Remove declarations.
9539 * gdbserver/low-linux.c: Likewise.
9540 * gdbserver/low-nbsd.c: Likewise.
9541 * gdbserver/low-sparc.c: Likewise.
9542 * gdbserver/low-sun3.c: Likewise.
9543
9544 * i386-stub.c: Re-indent.
9545 * m68k-stub.c: Re-indent.
9546
9547 2001-01-22 Nicholas Duffek <nsd@redhat.com>
9548
9549 * gdbarch.sh (PARM_BOUNDARY): Define.
9550 * gdbarch.c: Regenerate.
9551 * gdbarch.h: Regenerate.
9552
9553 2001-01-22 J.T. Conklin <jtc@redback.com>
9554
9555 * ns32k-tdep.c: #include "frame.h"
9556 * config/ns32k/tm-umax.h (FRAME_FIND_SAVED_REGS): Restore. It
9557 appears to have been inadvertantly removed sometime in May 1999.
9558
9559 * Revert 2000-11-09 changes where shared library objects were
9560 moved from NATDEPFILES to TDEPFILES on NetBSD targets. While
9561 we'd like to be able to debug dynamically linked executables,
9562 this makes it impossible to build a cross debugger on a many
9563 hosts.
9564
9565 * config/i386/nbsd.mt: Remove solib.o, solib-svr4.o from TDEPFILES.
9566 * config/i386/nbsdelf.mt: Likewise.
9567 * config/m68k/nbsd.mt: Likewise.
9568 * config/ns32k/nbsd.mt: Likewise.
9569 * config/powerpc/nbsd.mt: Likewise.
9570 * config/sparc/nbsd.mt: Likewise.
9571 * config/sparc/nbsdelf.mt: Likewise.
9572 * config/i386/nbsd.mh: Add solib.o, solib-svr4.o to NATDEPFILES.
9573 * config/i386/nbsdelf.mh: Likewise.
9574 * config/m68k/nbsd.mh: Likewise.
9575 * config/ns32k/nbsd.mh: Likewise.
9576 * config/powerpc/nbsd.mh: Likewise.
9577 * config/sparc/nbsd.mh: Likewise.
9578
9579 2001-01-19 Jason Merrill <jason@redhat.com>
9580
9581 * dbxread.c (read_ofile_symtab): Stay with AUTO_DEMANGLING for G++.
9582 (process_one_symbol): Likewise.
9583 * dwarfread.c (handle_producer): Likewise.
9584
9585 Thu Jan 18 12:08:57 2001 Andrew Cagney <cagney@b1.cygnus.com>
9586
9587 * configure.in (build_warnings): Disable -Wuninitialized until GDB
9588 compiles with -Wuninitialized,-Werror.
9589 * configure: Regenerate.
9590
9591 * MAINTAINERS: Add list of buildable targets.
9592
9593 Thu Jan 18 12:48:04 2001 Andrew Cagney <cagney@b1.cygnus.com>
9594
9595 * defs.h (STRCMP): Delete macro.
9596
9597 * objfiles.c (objfile_relocate): Replace STRCMP with call to
9598 strcmp.
9599 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
9600 * symfile.c (compare_symbols): Ditto.
9601 * standalone.c (open): Ditto.
9602 * remote-es.c (verify_break): Ditto.
9603 * cli/cli-decode.c (add_cmd, add_show_from_set): Ditto.
9604
9605 * symfile.c (compare_psymbols): Delete comment refering to STRCMP.
9606
9607 Thu Jan 18 12:25:06 2001 Andrew Cagney <cagney@b1.cygnus.com>
9608
9609 * varobj.c (FREEIF): Delete macro.
9610 (varobj_set_value, free_variable): Replace FREEIF with ``xfree''
9611 call.
9612
9613 2001-01-18 Nick Clifton <nickc@redhat.com>
9614
9615 * arc-tdep.c (arc_cpu_type_table): Add new arc core numbers.
9616 (arc_print_insn): No bfd available, so pass NULL to
9617 arc_get_disassembler.
9618
9619 2001-01-09 James Ingham <jingham@inghji.apple.com>
9620
9621 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux to lookup
9622 a mangled symbol rather than recursing into lookup_symbol, since
9623 this will just re-unmangle the name & call lookup_symbol_aux -
9624 leading to an infinite recursion.
9625
9626 2001-01-18 Mark Kettenis <kettenis@gnu.org>
9627
9628 * infcmd.c (print_return_value): Restore another space lost by
9629 switch to UIOUT. ``$NN='' should be ``$NN =''.
9630
9631 Fri Jan 19 02:31:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
9632
9633 * target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
9634 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Wrap macro
9635 definition in parenthesis.
9636
9637 Fri Jan 19 02:13:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
9638
9639 From 2000-10-27 Mark Salter <msalter@redhat.com>:
9640 * remote.c (remote_remove_hw_breakpoint): Add 'len' field to Z
9641 packet.
9642 (remote_insert_hw_breakpoint): Ditto.
9643
9644 2001-01-17 J.T. Conklin <jtc@redback.com>
9645
9646 * config/m68k/tm-nbsd.h (USE_STRUCT_CONVENTION): Define.
9647 (BPT_VECTOR, REMOTE_BPT_VECTOR): Change to 0xf.
9648 * config/m68k/nbsd.mt (TDEPFILES): Add m68knbsd-tdep.o.
9649 * m68knbsd-tdep.c: New file.
9650
9651 * i386nbsd-tdep.c: Remove #if 0'd out #includes.
9652
9653 * m68knbsd-nat.c: #include gdbcore.h.
9654
9655 Wed Jan 17 09:41:58 2001 Andrew Cagney <cagney@b1.cygnus.com>
9656
9657 * MAINTAINERS: Add J.T. Conklin to Blanket Write Privs.
9658
9659 2001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>
9660
9661 * procfs.c (procfs_stopped_by_watchpoint): Don't die if process
9662 goes away -- just return false (ie. not stopped by watchpoint).
9663 * source.c (openp): Fix typo in comment.
9664
9665 2001-01-12 Nicholas Duffek <nsd@redhat.com>
9666
9667 * blockframe.c (generic_get_saved_register): Spelling fix.
9668 * frame.h (FRAME_FP): Spelling fix.
9669
9670 Fri Jan 12 18:29:46 2001 Andrew Cagney <cagney@b1.cygnus.com>
9671
9672 * infcmd.c (print_return_value): Restore space lost by switch to
9673 UIOUT. ``$NN='' should be ``$NN =''.
9674
9675 2001-01-08 Nicholas Duffek <nsd@redhat.com>
9676
9677 * regcache.c (set_register_cached, register_buffer,
9678 real_register, pseudo_register fetch_register, store_register):
9679 New functions.
9680 (register_changed, read_relative_register_raw_bytes_for_frame,
9681 registers_changed, registers_fetched, read_register_bytes,
9682 read_register_gen, write_register_gen, read_register,
9683 read_signed_register, write_register, supply_register): Replace
9684 register_valid[] with register_cached() and
9685 set_register_cached().
9686 (read_register_bytes, read_register_gen, write_register_gen,
9687 read_register, read_signed_register, write_register,
9688 supply_register): Replace registers[] with register_buffer().
9689 (read_register_bytes, read_register_gen, read_register,
9690 read_signed_register): Call fetch_register().
9691 (write_register_gen, write_register): Call real_register() and
9692 store_register().
9693 (write_register_bytes): Call store_register().
9694 * value.h (set_register_cached, register_buffer): Prototype.
9695 * remote.c (remote_fetch_registers): Allocate regs[] with a
9696 run-time size. Replace register_valid[] with
9697 set_register_cached().
9698 (store_register_using_P, remote_store_registers): Replace
9699 registers[] with register_buffer().
9700
9701 2001-01-08 Nicholas Duffek <nsd@redhat.com>
9702
9703 * regcache.c: Change "write-back" comment to "write-through".
9704 Change "regno" to "regnum".
9705 (read_register, read_signed_register): Remove "raw" from return
9706 value description.
9707 (supply_register): Spelling fix.
9708 * value.h: Change "regno" to "regnum".
9709
9710 2001-01-08 Fernando Nasser <fnasser@redhat.com>
9711
9712 * Makefile.in (install-gdbtk): Add .itcl files to the list of files
9713 to be installed.
9714
9715 2001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>
9716
9717 * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
9718
9719 2001-01-04 Nicholas Duffek <nsd@redhat.com>
9720
9721 * valops.c (VALUE_SUBSTRING_START): Delete.
9722
9723 2001-01-04 Nicholas Duffek <nsd@redhat.com>
9724
9725 * Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
9726 (SUBDIR_CLI_SRCS): Add cli/cli-utils.c.
9727 (cli_utils_h): New variable.
9728 (cli/cli-utils.o): New rule.
9729 * cli/cli-utils.c: New file.
9730 * cli/cli-utils.h: New file.
9731
9732 2001-01-04 Nicholas Duffek <nsd@redhat.com>
9733
9734 * config/i386/tm-i386.h (REGISTER_CONVERT_TO_VIRTUAL,
9735 REGISTER_CONVERT_TO_RAW): Delete trailing semicolon.
9736
9737 2001-01-03 J.T. Conklin <jtc@redback.com>
9738
9739 * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in
9740 comment.
9741
9742 2001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>
9743
9744 * sh-tdep.c (sh_default_store_return_value): Allow for small return type.
9745 (sh3e_sh4_store_return_value): Call sh_default_store_return_value for
9746 non-float types.
9747 * sparc-tdep.c (sparc_frame_chain): Fix typo in comment.
9748 Update copyright notice.
9749
9750 For older changes see ChangeLog-2000
9751 \f
9752 Local Variables:
9753 mode: change-log
9754 left-margin: 8
9755 fill-column: 74
9756 version-control: never
9757 End: