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