ff436393b6c251ebabc8546eabfcaf608348a833
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-03-20 Martin M. Hunt <hunt@redhat.com>
2
3 * gdbserver/remote-utils.c (remote_open): Don't call
4 getprotobyname, we're all using TCP here so just use
5 IPPROTO_TCP.
6 * gdbserver/gdbreplay.c (remote_open): Ditto.
7
8 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9
10 * regcache.c (_initialize_regcache): No need to call
11 build_regcache() at this time; it gets called whenever
12 the gdbarch changes.
13
14 2002-03-20 David O'Brien <obrien@FreeBSD.org>
15
16 * sparc-nat.c: Include sys/param.h where possible.
17
18 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
19
20 Fix PR gdb/422.
21 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
22 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
23 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
24 complex types.
25 * stabsread.c (rs6000_builtin_type): Likewise.
26 (read_sun_floating_type): Likewise.
27
28 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
29
30 * stabsread.c (read_member_functions): Remove skip code for duplicate
31 constructor/destructor methods. Use standard parsing for these
32 methods and just do not chain them to the list of methods after
33 parsing.
34
35 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
36
37 * coffread.c: Remove redundant static declarations. Replace
38 occurrences of `PTR' with `void *'.
39 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
40 * top.h (quit_cover): Likewise.
41 * defs.h (catch_errors): Likewise.
42
43 2002-03-18 Andrew Cagney <ac131313@redhat.com>
44
45 * defs.h (XMALLOC): Define.
46 * gdb-events.sh (XMALLOC): Delete macro.
47 * gdb-events.c, gdb-events.h: Regenerate.
48 * gdbarch.sh (XMALLOC): Delete macro.
49 * gdbarch.c: Regenerate.
50 * serial.c (XMALLOC): Delete macro.
51 * ui-file.c (XMALLOC): Ditto.
52 * ser-unix.h (XMALLOC): Ditto.
53 * sh-tdep.c (XMALLOC): Ditto.
54 * ui-out.c (XMALLOC): Ditto.
55 * utils.c (XMALLOC): Ditto.
56 * i386-tdep.c (XMALLOC): Ditto.
57 * gdb-events.c (XMALLOC): Ditto.
58 * d10v-tdep.c (XMALLOC): Ditto.
59 * cli-out.c (XMALLOC): Ditto.
60
61 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
62 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
63 * ui-file.c, ui-out.c: Ditto.
64
65 2002-03-18 Andrew Cagney <ac131313@redhat.com>
66
67 * command.h (struct cmd_list_element): Add field context.
68 (set_cmd_context, get_cmd_context): Declare.
69 * cli/cli-decode.h: Ditto.
70 * cli/cli-decode.c (get_cmd_context): New function.
71 (set_cmd_context): New function.
72 (add_cmd): Initialize context.
73 Part of fixing PR gdb/145 and PR gdb/146.
74
75 2002-03-17 Andrew Cagney <ac131313@redhat.com>
76
77 * cli/cli-decode.c (cmd_type): New function.
78 * command.h (cmd_type): Declare.
79 * infrun.c (set_schedlock_func): Call function cmd_type.
80 * kod.c (kod_set_os): Call cmd_type.
81 * cris-tdep.c (cris_version_update): Use function cmd_type.
82 (cris_mode_update, cris_abi_update): Ditto.
83
84 * command.h: (execute_cmd_post_hook): Declare.
85 (execute_cmd_pre_hook): Declare.
86 * cli/cli-script.c (clear_hook_in_cleanup): New function.
87 (execute_cmd_post_hook, execute_cmd_pre_hook): New
88 functions. Execute pre/post hook while ensuring that afterwords
89 hook_in is cleared.
90 * top.c (execute_command): Use execute_cmd_post_hook, and
91 execute_cmd_pre_hook to execute pre/post commands.
92 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
93 hook_stop_stub.
94 (hook_stop_stub): Call execute_cmd_pre_hook.
95
96 2002-03-17 Andrew Cagney <ac131313@redhat.com>
97
98 * kod.c (kod_set_os): Revert previous change. Is called by ``info
99 set'' and this leads to a core dump. Move xstrdup of
100 operating_system to after check that it is not NULL.
101
102 2002-03-17 Andrew Cagney <ac131313@redhat.com>
103
104 * kod.c (kod_set_os): Remove unnecessary check that
105 ``command->type'' is set_cmd.
106
107 * valprint.c (set_input_radix): Use input_radix.
108 (set_output_radix): Use output_radix.
109 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
110 isn't reverted.
111
112 2002-03-16 Andrew Cagney <ac131313@redhat.com>
113
114 * value.h (struct value): Delete field ``substring_addr''. Change
115 aligner fields to force_doublest_align, force_longest_align,
116 force_core_addr_align and force_pointer_aligh.
117
118 * value.h (struct value): Fix typo in above change.
119
120 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
121
122 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
123 to fix internal_error from ``maintenance print architecture''.
124
125 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
126
127 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
128 for gcc versions after gcc-2.8.1.
129
130 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
131
132 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
133 for method resolution. Restore adjustment of ``this'' pointer after
134 calling value_struct_elt, which was accidentally removed during the
135 HP merge.
136
137 2002-03-15 Andrew Cagney <ac131313@redhat.com>
138
139 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
140 value_of_register.
141 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
142 get_saved_register.
143 * value.h (value_of_register): Update.
144
145 2002-03-14 Richard Henderson <rth@redhat.com>
146
147 * configure.in: Detect declaration for canonicalize_file_name.
148 * utils.c (canonicalize_file_name): Declare, if needed.
149 (gdb_realpath): Prefer realpath if available and usable.
150 * config.in, configure: Rebuild.
151
152 2002-03-14 Richard Henderson <rth@redhat.com>
153
154 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
155 a constant array bound.
156
157 * MAINTAINERS: Add myself to write-after-approval.
158
159 2002-03-14 Michael Snyder <msnyder@redhat.com>
160
161 * symfile.c (syms_from_objfile): Return immediately if no syms.
162 (symbol_file_add): Return immediately if no syms.
163 (find_sym_fns): Return immediately if no syms.
164
165 2002-03-13 Michal Ludvig <mludvig@suse.cz>
166
167 * gdbserver/remote-util.c (remote_open): Print remote-side's
168 IP address when remote debugging over the network.
169
170 2002-03-12 David O'Brien <obrien@FreeBSD.org>
171
172 * config/sparc/fbsd.mh: Fix copyright.
173 * config/sparc/fbsd.mt: Likewise.
174
175 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
176
177 * MAINTAINERS: Fix typo in name of gdb warnings option.
178 (x86-64): Fix formating so that this can be parsed by awk.
179
180 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
181
182 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
183 * defs.h: Include "gdb/signals.h".
184 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
185
186 2002-03-10 Michal Ludvig <mludvig@suse.cz>
187
188 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
189 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
190 from x86-64-tdep.h
191
192 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
193 Don Howard <dhoward@redhat.com>
194
195 * mips-tdep.c (ST0_FR): Define.
196 (mips2_fp_compat): New function, temporarily disabled.
197 (mips_read_fp_register_single): New function.
198 (mips_read_fp_register_double): New function.
199 (mips_print_register): Use them.
200 (do_fp_register_row): Likewise.
201
202 2002-03-09 Andrew Cagney <ac131313@redhat.com>
203
204 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
205 approval''.
206
207 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
208
209 * stabsread.c (read_member_functions): Fix is_stub test for
210 static member functions, improve comment.
211
212 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
213
214 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
215 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
216 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
217 commands that set boolean values.
218 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
219 (arm_rdi_resume): Always initialize PC.
220 (arm_rdi_open): Don't use rslt as a boolean.
221 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
222 (arm_rdi_fetch_registers, arm_rdi_store_registers)
223 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
224 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
225
226 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
227
228 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
229 * configure: Rebuilt.
230
231 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
232
233 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
234 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
235
236 2002-03-06 Andrew Cagney <ac131313@redhat.com>
237
238 * cli/cli-decode.c (set_cmd_completer): New function.
239 * command.h (set_cmd_completer): Declare.
240 * cli/cli-decode.h (set_cmd_completer): Ditto.
241
242 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
243 * cli/cli-cmds.c (init_cli_cmds): Ditto.
244 * win32-nat.c (_initialize_inftarg): Ditto.
245 * remote-rdi.c (_initialize_remote_rdi): Ditto.
246 * proc-api.c (_initialize_proc_api): Ditto.
247 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
248 * source.c (_initialize_source): Ditto.
249 * exec.c (_initialize_exec): Ditto.
250 * solib.c (_initialize_solib): Ditto.
251 * top.c (init_main): Ditto.
252 * tracepoint.c (_initialize_tracepoint): Ditto.
253 * symfile.c (_initialize_symfile): Ditto.
254 * printcmd.c (_initialize_printcmd): Ditto.
255 * infcmd.c (_initialize_infcmd): Ditto.
256 * corefile.c (_initialize_core): Ditto.
257
258 2002-03-05 Andrew Cagney <ac131313@redhat.com>
259
260 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
261
262 2002-03-05 Andrew Cagney <ac131313@redhat.com>
263
264 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
265
266 2002-03-05 Andrew Cagney <ac131313@redhat.com>
267
268 * NEWS: Update headings, 5.2 has branched.
269
270 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
271
272 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
273 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
274 (register_addr, REGISTER_RAW_SIZE): Likewise.
275 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
276 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
277
278 2002-03-03 Michal Ludvig <mludvig@suse.cz>
279
280 * MAINTAINERS (x86-64): Add myself.
281 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
282 changed value_ptr -> struct value *
283
284 2002-03-01 David O'Brien <obrien@FreeBSD.org>
285
286 * configure.host (sparc64-*-freebsd): Add.
287 * configure.tgt: Likewise.
288 * config/sparc/fbsd.mh: New file.
289 * config/sparc/fbsd.mt: Likewise.
290 * config/sparc/nm-fbsd.h: Likewise.
291 * config/sparc/tm-fbsd.h: Likewise.
292
293 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
294
295 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
296 regformats/reg-s390x.dat.
297
298 2002-03-01 Andrew Cagney <ac131313@redhat.com>
299
300 * utils.c: Add FIXME explaining true/false problem.
301
302 2002-02-28 Andrew Cagney <ac131313@redhat.com>
303
304 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
305
306 2002-02-28 Michael Chastain <mec@shout.net>
307
308 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
309
310 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
311
312 * gdbserver/linux-s390-low.c: New file.
313 * regformats/reg-s390.dat: New file.
314 * regformats/reg-s390x.dat: New file.
315 * gdbserver/configure.srv: Add S/390.
316 * gdbserver/Makefile.in: Add S/390.
317 * configure.tgt: Enable gdbserver for S/390.
318
319 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
320
321 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
322 first line of the doc string for "info dos", except at the end of
323 the sentence, since the short help stops at the first period.
324
325 2002-02-28 Jason Merrill <jason@redhat.com>
326
327 * dwarf2read.c (dwarf_cfi_name): Add new codes.
328
329 2002-02-27 Fred Fish <fnf@redhat.com>
330
331 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
332 comment (dumy -> dummy).
333
334 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
335
336 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
337
338 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
339
340 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
341
342 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
343
344 * gdbserver/acconfig.h: New file.
345 * gdbserver/i387-fp.c: New file.
346 * gdbserver/i387-fp.h: New file.
347 * gdbserver/linux-x86-64.c: New file.
348 * regformats/reg-x86-64.dat: New file.
349 * configure.tgt: Add x86_64-*-linux* gdbserver support.
350 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
351 * gdbserver/configure.in: Add support for regsets.
352 * gdbserver/config.in: Regenerate.
353 * gdbserver/configure: Regenerate.
354 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
355 * gdbserver/linux-low.h: New file.
356 * gdbserver/linux-low.c: Include "linux-low.h". Add support
357 for regsets.
358 * gdbserver/linux-arm-low.c: Include "linux-low.h".
359 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
360 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
361 * gdbserver/linux-mips-low.c: Include "linux-low.h".
362 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
363 * gdbserver/linux-sh-low.c: Include "linux-low.h".
364 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
365 "i387-fp.h". Add PTRACE_GETREGS and friends.
366 * gdbserver/regcache.c (supply_register): New function.
367 (supply_register_by_name): New function.
368 (collect_register): New function.
369 (collect_register_by_name): New function.
370
371 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
372
373 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
374 (config.status): Add configure.srv dependency.
375 (server_h): Add config.h dependency.
376
377 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
378
379 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
380 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
381 * gdbserver/configure.srv: Change i386-*-linux* to use
382 reg-i386-linux.o.
383
384 2002-02-26 Andrew Cagney <ac131313@redhat.com>
385
386 * x86-64-tdep.c: Re-indent. Update copyright date.
387
388 2002-02-26 Andrew Cagney <ac131313@redhat.com>
389
390 From Michal Ludvig <mludvig@suse.cz>:
391 * x86-64-tdep.c (value.h): Delete.
392 (gdb_assert.h): Include.
393 (x86_64_register_convert_to_virtual,
394 x86_64_register_convert_to_raw ): Add check which lets only
395 floating-point values to be converted.
396 (value_push): Delete.
397 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
398 (i386_gdbarch_init): Number of register_bytes fixed.
399
400 2002-02-26 Andrew Cagney <ac131313@redhat.com>
401
402 * MAINTAINERS: Add x86-64 target.
403
404 2002-02-26 Andrew Cagney <ac131313@redhat.com>
405
406 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
407 * osfsolib.c (solib_map_sections): Ditto.
408 * irix5-nat.c (solib_map_sections): Ditto.
409 * corelow.c (gdb_check_format): Ditto.
410 * symfile.c (symfile_bfd_open): Ditto.
411 * solib.c (solib_map_sections): Ditto.
412 Fix PR gdb/354.
413
414 2002-02-26 Andrew Cagney <ac131313@redhat.com>
415
416 * remote.c (_initialize_remote): By default, disable ``e'' and
417 ``E'' step out-of-range packets.
418
419 2002-02-26 Andreas Schwab <schwab@suse.de>
420
421 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
422 m68k_linux_frame_saved_pc.
423 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
424 in_sigtramp.
425 (SIGCONTEXT_PC_OFFSET): Remove.
426 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
427 m68k_linux_sigtramp_saved_pc): New functions.
428 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
429 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
430 (UCONTEXT_PC_OFFSET): Define.
431 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
432 non-RT and RT signal trampolines.
433
434 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
435
436 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
437 (TARGET_NBPG, STACK_END_ADDR): Delete
438 (VARIABLES_INSIDE_BLOCK): Delete.
439
440 2002-02-25 Andrew Cagney <ac131313@redhat.com>
441
442 * utils.c (perror_with_name): Make string parameter constant.
443 (print_sys_errmsg): Ditto.
444 (query): Ditto.
445 * defs.h (perror_with_name): Update.
446 (print_sys_errmsg): Update.
447 (query): Update.
448
449 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
450
451 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
452 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
453
454 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
455
456 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
457 if it already matches the current architecture from the exec file.
458 Include arch-utils.h for gdbarch_info_init prototype.
459 * Makefile.in (rs6000-nat.o): Update dependencies.
460
461 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
462
463 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
464 list of exported variables.
465
466 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
467
468 * gdbserver/configure.srv: New file.
469 * gdbserver/configure.in: Use configure.srv instead
470 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
471 from it.
472 * gdbserver/configure: Regenerated.
473 * gdbserver/terminal.h: New file.
474 * gdbserver/Makefile.in: Update for configure changes. Remove
475 more unneeded include paths.
476
477 2002-02-24 Andrew Cagney <ac131313@redhat.com>
478
479 From wiz at danbala:
480 * config/sparc/tm-sp64.h: Fix grammar and typos.
481 Fix PR gdb/287.
482
483 2002-02-24 Andrew Cagney <ac131313@redhat.com>
484
485 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
486 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
487 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
488 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
489 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
490 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
491 * s390-tdep.c: Ditto.
492 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
493 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
494 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
495 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
496 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
497 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
498 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
499 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
500 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
501 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
502 Fix PR gdb/378.
503
504 2002-02-23 Andrew Cagney <ac131313@redhat.com>
505
506 * lin-thread.c: Delete file.
507 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
508 to gdb_proc_service.h.
509 * configure: Re-generate.
510
511 * ocd.c (ocd_open): Do not try to open the "ocd" device.
512 * serial.c (serial_open): Delete check for "ocd".
513 Fix PR gdb/349.
514
515 * Makefile.in (linux-thread.o): Delete target.
516 * linux-thread.c: Delete file.
517
518 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
519 renamed SH files to be consistent.
520
521 * symtab.c (sort_search_symbols): Use xfree.
522
523 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
524
525 * arm-linux-tdep.c (arm_linux_init_abi): Register
526 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
527 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
528 definition with undef, since we don't want the sysvr4 definition.
529 (SKIP_TRAMPOLINE_CODE): Likewise.
530
531 2002-02-23 Andrew Cagney <ac131313@redhat.com>
532
533 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
534
535 * configure.in: (AC_CHECK_FUNCS) Added test for
536 canonicalize_file_name Regenerated.
537 * config.in, configure: Regenerated.
538 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
539 defined use canonicalize_file_name.
540
541 2002-02-23 Michael Chastain <mec@shout.net>
542
543 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
544
545 2002-02-23 Andrew Cagney <ac131313@redhat.com>
546
547 * README: Remove references to cygnus.com.
548 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
549 dot com'' form. Remove references to cygnus.com and sourceware.
550
551 2002-02-23 Andrew Cagney <ac131313@redhat.com>
552
553 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
554 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
555 1003.1-2001 no longer allows "head -1".
556 * gdb/Makefile.in (version.c): Likewise.
557 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
558 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
559 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
560
561 2002-02-23 Andrew Cagney <ac131313@redhat.com>
562
563 * cli/cli-decode.c (cmd_cfunc_eq): New function.
564 * command.h (cmd_cfunc_eq): Declare.
565 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
566
567 * cli/cli-cmds.h (is_complete_command): Change parameter to a
568 ``struct cmd_list_element *''.
569 * cli/cli-cmds.c (is_complete_command): Update. Use
570 cmd_cfunc_eq.
571 * top.c (execute_command): Pass the command to
572 is_complete_command.
573 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
574
575 2002-02-23 Andrew Cagney <ac131313@redhat.com>
576
577 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
578 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
579 architecture defines.
580 * s390-tdep.c (s390_gdbarch_init): Likewise.
581
582 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
583
584 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
585 (arm_linux_push_arguments): Likewise.
586 (arm_linux_init_abi): Register them. Also register linux-specific
587 call_dummy_words.
588 (find_minsym_and_objfile): Use strcmp, not STREQ.
589 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
590 (arm_linux_call_dummy_words): Delete declaration.
591 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
592 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
593 declarations.
594 (LOWEST_PC): Delete.
595
596 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
597
598 * maint.c (print_section_info): Do not prepend `0x' to filepos
599 output, it will be handled by local_hex_string_custom.
600
601 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
602
603 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
604 (store_newfpe_double, store_newfpe_extended, store_fpregister)
605 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
606
607 2002-02-22 Jim Blandy <jimb@redhat.com>
608
609 Indicate that the bcache functions don't change the strings
610 they're passed.
611 * bcache.h (bcache, hash): Add `const' keywords to declarations.
612 * bcache.c (bcache, hash): Add `const' keywords to definitions.
613
614 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
615
616 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
617
618 2002-02-21 Christopher Faylor <cgf@redhat.com>
619
620 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
621 find the complete path to a loaded DLL.
622
623 2002-02-21 Fred Fish <fnf@redhat.com>
624
625 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
626 that marks the end of the range of a function, enter a line number
627 entry that has a line number of zero and a PC offset that matches
628 the end of the function. This starts a range of PC's for which no
629 line number information is known.
630 * symtab.c (find_pc_sect_line): If our best fit is in a range of
631 PC's for which no line number info is found (line number is zero)
632 then we didn't find any valid line information.
633 * symtab.h: Document use of zero line number entry.
634
635 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
636
637 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
638 (have_ptrace_getvrregs): Define for run time checks.
639 (gdb_vrregset_t): New type for Altivec register handling.
640 (fetch_register, store_register): Fetch/store altivec register
641 when needed.
642 (fetch_altivec_register, store_altivec_register): New functions.
643 (supply_vrregset, fill_vrregset): New functions.
644 (fetch_altivec_registers, store_altivec_registers): New functions.
645 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
646 registers as well.
647
648 2002-02-21 Jiri Smid <smid@suse.cz>
649
650 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
651
652 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
653
654 * Makefile.in (armnbsd-nat.o): Update dependencies.
655 * armnbsd-nat.c (supply_gregset): New function. Common code to
656 supply the integer register set.
657 (supply_fparegset): New function. Similar for FPA registers.
658 (fetch_regs, fetch_fp_regs): Use them.
659 (fetch_core_registers): Likewise.
660 (fetch_elfcore_registers): New function.
661 (arm_netbsd_elfcore_fns): New core-file type specification.
662 (_initialize_arm_netbsd_nat): Register it.
663
664 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
665
666 * armnbsd-nat.c: Include gdbcore.h.
667 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
668 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
669 'void' to declaration, to shut up ARI.
670 (fetch_core_registers): Make static. Rewrite using supply_register.
671 (arm_netbsd_core_fns): New core-file type specification.
672 (_initialize_arm_netbsd_nat): New function.
673
674 2002-02-21 Christopher Faylor <cgf@redhat.com>
675
676 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
677 value.
678
679 2002-02-20 Christopher Faylor <cgf@redhat.com>
680
681 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
682 fails.
683
684 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
685
686 * jv-exp.y (parse_number): Change type of implicit longs
687 to builtin_type_uint64.
688
689 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
690
691 * gdbserver/linux-low.c (mywait): Change argument to waitpid
692 to be an integer instead of a `union wait'.
693
694 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
695
696 * mips-linux-nat.c: Call the operating system GNU/Linux.
697 * mips-linux-tdep.c: Likewise.
698 * mips-tdep.c: Likewise.
699
700 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
701
702 Fix PR gdb/265.
703 * jv-exp.y (parse_number): Handle 64-bit integers.
704
705 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
706
707 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
708 AC_STDC_HEADERS to AC_HEADER_STDC.
709 * gdbserver/configure: Regenerated.
710
711 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
712
713 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
714 is defined.
715 * sparc-tdep.c (get_longjmp_target): Likewise.
716
717 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
718
719 * News: Add news about ARM and Multi-arch. Mention the new target
720 arm*-*-netbsd*.
721
722 2002-02-19 Jim Blandy <jimb@redhat.com>
723
724 * stabsread.c (error_type_complaint): Improve error message.
725
726 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
727
728 * gdbserver/README: Update documentation.
729 * gdbserver/configure.in: Update configury to match documentation.
730 * gdbserver/Makefile.in: Likewise.
731 * gdbserver/configure: Regenerated.
732 * gdbserver/aclocal.m4: New file, generated by aclocal.
733 * gdbserver/config.in: New file, generated by autoheader.
734
735 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
736
737 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
738 armnbsd-nat.c.
739
740 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
741
742 * arm-tdep.h (enum arm_float_model): New enum.
743 (struct gdbarch_tdep): Add fp_model.
744 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
745 up floating-point conversions until we know the floating-point model
746 in use by the inferior. Don't complain about being unable to
747 determine the ABI of the inferior when we don't have one.
748 (arm_extract_return_value): Support different floating-point models.
749 (arm_store_return_value): Likewise.
750 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
751 ARM_FLOAT_SOFT.
752 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
753
754 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
755
756 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
757 of ``current_gdbarch''.
758
759 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
760
761 * armnbsd-nat.c : ANSIfy all function declarations.
762 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
763 (fetch_inferior_registers): Re-implement in terms of above.
764 (store_register, store_regs, store_fp_register, store_fp_regs): New.
765 (store_inferior_registers): Re-implement in terms of above.
766
767 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
768
769 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
770 kernel.
771 * arm-linux-tdep.c: Likewise.
772 * config/arm/tm-linux.h: Likewise.
773
774 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
775
776 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
777 * config/arm/nbsd.mt (TM_FILE): Delete.
778 * config/arm/tm-nbsd.h: Delete.
779
780 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
781
782 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
783 Initialize CALL_DUMMY_LENGTH.
784
785 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
786
787 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
788 function.
789 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
790 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
791 defines one thing and that is incorrect for this port.
792 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
793
794 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
795
796 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
797
798 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
799
800 * win32-nat.c (display_selector): New function. Displays information
801 about the information returned by GetThreadSelectorEntry API function.
802 (display_selectors): New function. Displays the infomation of
803 the selector given as argument, or of CS, DS ans FS selectors
804 if no argument is given.
805 ( _initialize_inftarg): Add "w32" as info prefix command.
806 Add "info w32 selector" as command calling display_selectors.
807
808 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
809
810 * i386-tdep.c (get_longjmp_target): Fix compilation failure
811 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
812 if not defined.
813
814 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
815
816 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
817
818 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
819
820 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
821 (arm_fix_call_dummy): Call it.
822 (arm_call_dummy_breakpoint_offset): Delete.
823 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
824 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
825
826 2002-02-18 Andrew Cagney <ac131313@redhat.com>
827
828 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
829 Default to func_frame_chain_valid.
830 * gdbarch.h, gdbarch.c: Re-generate.
831 * frame.h (FRAME_CHAIN_VALID): Delete definition.
832
833 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
834
835 * ppc-linux-nat.c: Update copyright.
836 (fetch_register, store_register): Add tid parameter, don't compute
837 tid here.
838 (fetch_ppc_registers, store_ppc_registers): Add tid
839 parameter. Pass it along to callees.
840 (fetch_inferior_registers, store_inferior_registers): Compute tid
841 here, and pass it to calleed functions.
842 (fill_gregset, supply_fpregset): Clean up formatting.
843
844 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
845
846 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
847 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
848
849 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
850
851 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
852 * gdbarch.c gdbarch.h: Regenerate.
853 * breakpoint.c (create_longjmp_breakpoint): Always compile this
854 function.
855 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
856 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
857 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
858
859 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
860 * arm-tdep.c (arm_get_longjmp_target): New function.
861 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
862 this to a positive value register arm_get_longjmp_target as the
863 longjmp handler.
864 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
865 (arm_linux_init_abi): Set up longjmp description in tdep.
866 * armnbsd-nat.c (get_longjmp_target): Delete.
867 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
868 description in tdep.
869 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
870 (get_longjmp_target): Delete declaration.
871 (GET_LONGJMP_TARGET): Delete.
872 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
873 (GET_LONGJMP_TARGET): Delete.
874
875 2002-02-17 Kevin Buettner <kevinb@redhat.com>
876
877 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
878 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
879 of ``current_gdbarch''.
880
881 2002-02-17 Tom Tromey <tromey@redhat.com>
882
883 * cli/cli-cmds.c (compare_strings): New function.
884 (complete_command): Only print each unique item once.
885 * completer.h (complete_line): Declare.
886 * completer.c (complete_line): New function.
887 (line_completion_function): Use it.
888
889 2002-02-16 Andrew Cagney <ac131313@redhat.com>
890
891 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
892 * gdbarch.h, gdbarch.c: Re-generate.
893
894 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
895
896 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
897
898 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
899
900 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
901 * valops.c (value_arg_coerce): Don't take the address of a reference
902 to convert an argument to a reference.
903
904 2002-02-15 Christopher Faylor <cgf@redhat.com>
905
906 * win32-nat.c (get_image_name): New function.
907 (handle_load_dll): Use get_image_name function.
908 (get_child_debug_event): Avoid registering debug events until possibly
909 execed process is started.
910 (child_create_inferior): Allow invocation via shell so that command
911 line redirection, etc. works ok.
912 (_initialize_inftarg): Add new command: "set shell" to control whether
913 a shell is used to start a process.
914
915 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
916
917 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
918 instead of find_register_by_number.
919 (cannot_store_register): Likewise.
920
921 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
922
923 * dwarf2read.c: Replace fprintf (stderr, ...) by
924 fprintf_unfiltered (gdb_stderr, ...).
925
926 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
927
928 * gdbserver/gdbserver.1: Document --attach.
929
930 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
931
932 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
933 descriptions.
934 * arm-tdep.c (arm_default_arm_le_breakpoint)
935 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
936 (arm_default_thumb_be_breakpoint): New. Initialize them from
937 traditional breakpoint defines.
938 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
939 (arm_gdbarch_init): Initialize new breakpoint variables.
940 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
941 (arm_linux_init_abi): Initialize linux-specific breakpoint.
942 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
943 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
944 code out to ...
945 (arm_netbsd_init_abi_common): ... here; new function.
946 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
947 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
948 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
949 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
950
951 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
952
953 * arm-tdep.h (enum arm_abi): New enum.
954 (struct gdbarch_tdep): New structure.
955 (LOWEST_PC): Provide a default.
956 (arm_gdbarch_register_os_abi): Declare new function.
957 * arm-tdep.c (arm_abi_names): New array.
958 (process_note_abi_tag_sections): New function.
959 (get_elfosabi): New function.
960 (arm_gdbarch_register_os_abi): New function.
961 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
962 support for that ABI has been built in, then call the appropriate
963 configuration routine. Use gdbarch_num_regs() to get the number
964 of registers.
965 (arm_dump_tdep): New function.
966 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
967 place-holder functions.
968 (_initialize_arm_tdep): Register them.
969 * config/arm/tm-arm.h (LOWEST_PC): Delete.
970
971 * armnbsd-tdep.c: New file.
972 * Makefile.in (armnbsd-tdep.o): Add dependencies.
973 * config/arm/nbsd.mt (TDEPFILES): Add it.
974 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
975
976 * armnbsd-nat.c: Include regcache.h.
977 * Makefile.in (armnbsd-nat.o): Update dependency list.
978
979 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
980
981 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
982
983 * gdbserver/Makefile.in: Fix typos in target rules.
984
985 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
986
987 Fix part of PR gdb/267.
988 * linespec.c (find_methods): Handle constructors specially for now.
989
990 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
991
992 * arm-tdep.c (arm_push_arguments): Eliminate special float type
993 handling.
994 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
995 standard_coerce_float_to_double().
996
997 2002-02-14 Christopher Faylor <cgf@redhat.com>
998
999 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
1000 GDBINIT_FILENAME.
1001
1002 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
1003
1004 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
1005 find_variant_by_name, because it confuses the multiarch
1006 framework. Return NULL if there isn't an architecture with the
1007 user supplied name, instead of forcing a different one without
1008 recording the change with the multiarch machinery.
1009 (find_variant_by_name): Delete.
1010
1011 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1012
1013 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
1014 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
1015
1016 2002-02-13 Martin M. Hunt <hunt@redhat.com>
1017
1018 * stack.c (print_frame_info_base): When calling
1019 print_frame_info_listing_hook, set current_source_symtab.
1020
1021 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
1022
1023 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
1024 and remove unused $(INCLUDE_DIR).
1025 Add regcache.c to OBS.
1026 Add generated register protocol files to clean target.
1027 Update dependencies for new objects, obsolete old target code.
1028
1029 * gdbserver/linux-low.c: Remove all platform-specific code to
1030 new files. Remove various dead code. Update to use regcache
1031 functionality.
1032 * gdbserver/remote-utils.c (fromhex): Add return statement
1033 to quiet warning.
1034 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
1035 constant.
1036 (input_interrupt): Add integer parameter to match prototype
1037 of a signal handler.
1038 (outreg): Use register_data ().
1039 (prepare_resume_reply): Use gdbserver_expedite_regs.
1040 * gdbserver/server.c (main): Dynamically allocate own_buf because
1041 PBUFSIZ is no longer constant. Use registers_to_string () and
1042 registers_from_string ().
1043 * gdbserver/server.h: No longer include "defs.h". Add prototypes
1044 for error (), fatal (), and warning (). Update definition of
1045 PBUFSIZ to use regcache functionality. Add include guard.
1046 * gdbserver/utils.c (fatal): Add missing ``const''.
1047 (warning): New function.
1048
1049 * regformats/regdat.sh: Include "regcache.h" in generated files.
1050 Provide init_registers () function.
1051 * regformats/regdef.h: Add prototype for set_register_cache ().
1052 Add include guard.
1053
1054 * gdbserver/linux-arm-low.c: New file.
1055 * gdbserver/linux-i386-low.c: New file.
1056 * gdbserver/linux-ia64-low.c: New file.
1057 * gdbserver/linux-m68k-low.c: New file.
1058 * gdbserver/linux-mips-low.c: New file.
1059 * gdbserver/linux-ppc-low.c: New file.
1060 * gdbserver/linux-sh-low.c: New file.
1061
1062 * gdbserver/regcache.c: New file.
1063 * gdbserver/regcache.h: New file.
1064
1065 * gdbserver/low-linux.c: Removed obsolete file.
1066
1067 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
1068
1069 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
1070 * config/i386/linux.mt: Likewise.
1071 * config/ia64/linux.mt: Likewise.
1072 * config/m68k/linux.mh: Likewise.
1073 * config/powerpc/linux.mh: Likewise.
1074 * config/mips/linux.mt: Likewise.
1075
1076 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
1077
1078 * config/i386/i386lynx.mh: Mark gdbserver variables
1079 as (currently) obsolete for this target.
1080 * config/i386/nbsd.mt: Likewise.
1081 * config/i386/nbsdelf.mt: Likewise.
1082 * config/m32r/m32r.mt: Likewise.
1083 * config/m68k/m68klynx.mh: Likewise.
1084 * config/m68k/nbsd.mt: Likewise.
1085 * config/m68k/sun3os4.mh: Likewise.
1086 * config/mips/vr5000.mt: Likewise.
1087 * config/ns32k/nbsd.mt: Likewise.
1088 * config/pa/hppabsd.mh: Likewise.
1089 * config/pa/hppaosf.mh: Likewise.
1090 * config/powerpc/nbsd.mt: Likewise.
1091 * config/rs6000/rs6000lynx.mh: Likewise.
1092 * config/s390/s390.mt: Likewise.
1093 * config/s390/s390x.mt: Likewise.
1094 * config/sparc/sparclynx.mh: Likewise.
1095 * config/sparc/sun4os4.mh: Likewise.
1096 * config/i386/x86-64linux.mt: Likewise.
1097 * config/sparc/linux.mh: Likewise.
1098
1099 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
1100
1101 * configure.tgt: Configure gdbserver only for known working
1102 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
1103 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
1104 SUBDIRS if it is configured. Update comment for ${nativefile}.
1105 * configure: Regenerated.
1106
1107 2002-02-13 Michael Snyder <msnyder@redhat.com>
1108
1109 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
1110 (default_gcore_mach): Just return 0, work around a problem in bfd.
1111 (default_gcore_target): OK to return NULL if exec_bfd is null.
1112 (make_mem_sec): Use a cast, avoid a warning.
1113
1114 * procfs.c (find_memory_regions_callback): Use a cast instead of
1115 calling host_pointer_to_address (which complains if
1116 sizeof (host pointer) != sizeof (target pointer)).
1117 (procfs_make_note_section): Avoid overflow in psargs string.
1118
1119 * procfs.c (procfs_make_note_section): Make the default
1120 implementation return an error.
1121
1122 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
1123
1124 * procfs.c (procfs_make_note_section): Provide a default definition
1125 (for alpha-dec-osf4.0f). Fix typos.
1126
1127 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
1128
1129 * linux-proc.c: Add include of regcache.h.
1130 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
1131
1132 2002-02-13 Andrew Cagney <ac131313@redhat.com>
1133
1134 From 2002-01-18 Greg McGary <greg@mcgary.org>:
1135 * memattr.c (create_mem_region): Disallow useless empty region.
1136 Regions are half-open intervals, so allow [A..B) [B..C) as
1137 non-overlapping.
1138
1139 2002-02-13 Michael Chastain <mec@shout.net>
1140
1141 * defs.h: Kill CONST_PTR.
1142 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
1143 * c-lang.c (c_builtin_types): Likewise.
1144 * ch-lang.c (ch_builtin_types): Likewise.
1145 * f-lang.c (f_builtin_types): Likewise.
1146 * language.c (unknown_builtin_types): Likewise.
1147 * m2-lang.c (m2_builtin_types): Likewise.
1148 * p-lang.c (pascal_builtin_types): Likewise.
1149 * scm-lang.c (c_builtin_types): Likewise.
1150
1151 2002-02-13 Keith Seitz <keiths@redhat.com>
1152
1153 * arm-tdep.h (arm_get_next_pc): Add declaration.
1154
1155 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
1156
1157 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
1158 with other related struct-returning functions.
1159 (arm_extract_struct_value_address): New function.
1160 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
1161 initialize float_format, double_format and long_double_format as
1162 appropriate to the endianness of the target.
1163 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
1164 (arm_use_struct_convention): Delete declaration.
1165 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
1166
1167 2002-02-13 Keith Seitz <keiths@redhat.com>
1168
1169 * defs.h (core_addr_to_string_nz): New function.
1170
1171 2002-02-13 Mark Kettenis <kettenis@gnu.org>
1172
1173 Apply missing bits of 2002-01-15 patch.
1174 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
1175 (fill_fpregset): Use i387_fill_fsave.
1176
1177 2002-02-12 Keith Seitz <keiths@redhat.com>
1178
1179 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
1180 (core_addr_to_string_nz): New function.
1181
1182 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
1183
1184 * arm-linux-nat.c: Really include arm-tdep.h.
1185 * config/arm/tm-linux.h (struct type, struct value): Declare.
1186
1187 2002-02-11 Michael Snyder <msnyder@redhat.com>
1188
1189 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
1190 (gcore section): Ifdef for Solaris and Unixware only.
1191 (procfs_do_thread_registers): Unixware needs one lwpstatus
1192 per thread (not one prstatus or pstatus).
1193 (procfs_make_note_section): Iterate only over kernel threads (lwps),
1194 not over all gdb threads. For unixware, call elfcore_write_pstatus
1195 once before iterating over threads.
1196
1197 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
1198
1199 * arm-tdep.h: New file.
1200 * arm-tdep.c: Include arm-tdep.h.
1201 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
1202 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
1203 (arm_print_float_info, arm_register_type, convert_to_extended)
1204 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
1205 (arm_extract_return_value, arm_register_name): Make static.
1206 (arm_software_single_step): Similarly. Fix types in declaration.
1207 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
1208 (arm_store_return_value, arm_store_struct_return): New functions.
1209 (arm_gdbarch_init): Register the above functions. Also register
1210 call_dummy_start_offset, sizeof_call_dummy_words,
1211 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
1212 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
1213 max_register_virtual_size, register_size. Set up
1214 prologue_cache.saved_regs here, rather than ...
1215 (_initialize_arm_tdep): ... here.
1216 * config/arm/tm-arm.h (struct type, struct value): Delete forward
1217 declarations.
1218 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
1219 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
1220 (arm_print_float_info, arm_register_type, convert_to_extended)
1221 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
1222 (arm_extract_return_value, arm_register_name): Delete declarations.
1223 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
1224 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
1225 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
1226 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
1227 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
1228 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
1229 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
1230 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
1231 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
1232 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
1233 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
1234 (arm_get_next_pc): No-longer static -- these are needed by the RDI
1235 interface.
1236 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
1237 * remote-rdi.c remote-rdp.c: Likewise.
1238 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
1239 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
1240 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
1241 definition.
1242
1243 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
1244 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
1245 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
1246 from non-ARM_ prefixed definitions.
1247 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
1248 all uses of above.
1249 * remote-rdi.c remote-rdp.c: Likewise.
1250 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
1251
1252 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
1253
1254 * arm-tdep.c (arm_frameless_function_invocation)
1255 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
1256 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
1257 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
1258 (arm_pop_frame, arm_get_next_pc): Make static.
1259 (arm_gdbarch_init): Register above in gdbarch structure.
1260 (arm_read_fp): Renamed from arm_target_read_fp.
1261 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
1262 * config/arm/tm-arm.h (arm_frameless_function_invocation)
1263 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
1264 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
1265 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
1266 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
1267 (arm_pc_is_thumb_dummy): Delete declarations.
1268 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
1269 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
1270 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
1271 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
1272
1273 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
1274
1275 * symtab.c (compare_search_syms): New function.
1276 (sort_search_symbols): New function.
1277 (search_symbols): Sort symbols after searching rather than
1278 before.
1279
1280 2002-02-10 Andrew Cagney <ac131313@redhat.com>
1281
1282 * NEWS: Linux -> GNU/Linux.
1283
1284 2002-02-10 Andrew Cagney <ac131313@redhat.com>
1285
1286 * gdbarch.sh: For for level one methods, disallow a definition
1287 when partially multi-arched. Add comments explaining rationale.
1288 * gdbarch.h: Re-generate.
1289
1290 2002-02-10 Andrew Cagney <ac131313@redhat.com>
1291
1292 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
1293 multi-arch partial.
1294
1295 2002-02-10 Andrew Cagney <ac131313@redhat.com>
1296
1297 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
1298 field. Use diff -u.
1299 * gdbarch.c: Re-generate.
1300
1301 2002-02-10 Andrew Cagney <ac131313@redhat.com>
1302
1303 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
1304 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
1305 partial.
1306
1307 2002-02-10 Andrew Cagney <ac131313@redhat.com>
1308
1309 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
1310 multi-arch partial.
1311 (PUSH_ARGUMENTS): Switch to using predefault.
1312 * gdbarch.c: Regenerate.
1313
1314 2002-02-10 Andrew Cagney <ac131313@redhat.com>
1315
1316 * valops.c (PUSH_ARGUMENTS): Delete definition.
1317 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
1318 partial. Default to default_push_arguments.
1319 * gdbarch.h, gdbarch.c: Regenerate.
1320
1321 2002-02-09 Andrew Cagney <ac131313@redhat.com>
1322
1323 * defs.h (throw_exception): Rename return_to_top_level. Update
1324 comments.
1325 * utils.c (error_stream, internal_verror, quit): Ditto.
1326 * top.c (throw_exception, catcher): Ditto.
1327 * sparclet-rom.c (sparclet_load): Ditto.
1328 * remote.c (interrupt_query, minitelnet): Ditto.
1329 * remote-sds.c (interrupt_query): Ditto.
1330 * remote-mips.c (mips_error, mips_kill): Ditto.
1331 * ocd.c (interrupt_query): Ditto.
1332 * monitor.c (monitor_interrupt_query): Ditto.
1333 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
1334 * target.h: Update comment.
1335
1336 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
1337
1338 2002-02-09 Andrew Cagney <ac131313@redhat.com>
1339
1340 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
1341 default_double_format.
1342 * gdbarch.h, gdbarch.c: Re-generate.
1343 * findvar.c (floatformat_unknown): Delete variable definition.
1344 * doublest.h (floatformat_unknown): Delete variable declaration.
1345
1346 2002-02-09 Jim Blandy <jimb@redhat.com>
1347
1348 * stabsread.c (read_type): Add code to parse Sun's syntax for
1349 prototyped function types.
1350
1351 2002-02-09 Andrew Cagney <ac131313@redhat.com>
1352
1353 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
1354 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
1355
1356 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1357
1358 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
1359 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
1360 now _initialize_xcoffsolib gets called again and overrides the
1361 commands from solib.c in a native configuration.
1362
1363 2002-02-09 Mark Kettenis <kettenis@gnu.org>
1364
1365 * doublest.c (store_typed_floating): Don't try to return a value.
1366 Fixes PR gdb/290.
1367
1368 2002-02-08 Jim Blandy <jimb@redhat.com>
1369
1370 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
1371 is prototyped and has no arguments, print its argument list as
1372 `(void)'.
1373
1374 2002-02-08 Chris Demetriou <cgd@broadcom.com>
1375
1376 * MAINTAINERS (write-after-approval): Add myself.
1377 (paper-trail): I've escaped!
1378
1379 2002-02-08 Christopher Faylor <cgf@redhat.com>
1380
1381 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
1382 changes.
1383 (_initialize_check_for_gdb_ini): Ditto.
1384
1385 2002-02-08 Martin M. Hunt <hunt@redhat.com>
1386
1387 * win32-nat.c (cygwin_pid_to_str): Fix typo.
1388 xaprintf -> xasprintf.
1389
1390 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
1391
1392 * win32-nat.c: Remove use of printf and sprintf functions.
1393
1394 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
1395
1396 * arm-tdep.c (arm_frame_chain_valid): Make static.
1397 (arm_push_arguments): Likewise.
1398 (arm_gdbarch_init): New function.
1399 (_initialize_arm_tdep): Call it.
1400 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
1401 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
1402 (FRAME_CHAIN_VALID): Delete.
1403 (arm_frame_chain_valid): Delete declaration.
1404 (PUSH_ARGUMENTS): Delete.
1405 (arm_push_arguments): Delete declaration.
1406 (CALL_DUMMY_P): Delete.
1407
1408 2002-02-08 Andrew Cagney <ac131313@redhat.com>
1409 Corinna Vinschen <vinschen@redhat.com>
1410
1411 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
1412 on builtin float types.
1413
1414 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
1415
1416 * utils.c: Include <curses.h> before "bfd.h".
1417 * tui/tui-hooks.c: Likewise.
1418 * tui/tui.c: Likewise.
1419 * tui/tuiCommand.c: Likewise.
1420 * tui/tuiData.c: Likewise.
1421 * tui/tuiDataWin.c: Likewise.
1422 * tui/tuiDisassem.c: Likewise.
1423 * tui/tuiGeneralWin.c: Likewise.
1424 * tui/tuiIO.c: Likewise.
1425 * tui/tuiLayout.c: Likewise.
1426 * tui/tuiRegs.c: Likewise.
1427 * tui/tuiSource.c: Likewise.
1428 * tui/tuiSourceWin.c: Likewise.
1429 * tui/tuiStack.c: Likewise.
1430 * tui/tuiWin.c: Likewise.
1431
1432 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
1433
1434 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
1435 to include space for pseudoregs as well. Update loops accordingly.
1436 (sh_fp_frame_init_saved_regs): Ditto.
1437 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
1438
1439 2002-02-07 Andrew Cagney <ac131313@redhat.com>
1440
1441 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
1442 Add Richard Earnshaw to Arm maintainers.
1443
1444 2002-02-07 Andrew Cagney <ac131313@redhat.com>
1445
1446 * defs.h (warning_begin): Delete declaration.
1447
1448 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
1449 Delete macro.
1450
1451 2002-02-07 Michael Snyder <msnyder@redhat.com>
1452
1453 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
1454 Logic bug, remove misplaced else.
1455
1456 2002-02-07 Klee Dienes <klee@apple.com>
1457
1458 * fork-inferior.c (fork_inferior): Add '!' to the list of
1459 characters that need to be quoted when building a string for the
1460 shell. Quote '!' specifically with a backslash, since CSH chokes
1461 when trying to evaluate "str!str".
1462
1463 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
1464
1465 * rdi-share/host.h: Only provide a typedef for bool if it is not
1466 defined.
1467
1468 2002-02-04 Michael Snyder <msnyder@redhat.com>
1469
1470 * breakpoint.h (enum bptype): Add new overlay event bp type.
1471 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
1472
1473 * breakpoint.c (create_internal_breakpoint): New function.
1474 (internal_breakpoint_number): Moved into create_internal_breakpoint.
1475 (create_longjmp_breakpoint): Use create_internal_breakpoint.
1476 (create_thread_event_breakpoint): Ditto.
1477 (create_solib_event_breakpoint): Ditto.
1478 (create_overlay_event_breakpoint): New function.
1479 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
1480 (update_breakpoints_after_exec): Delete and re-initialize
1481 overlay event breakpoints after an exec. Add FIXME comment
1482 about longjmp breakpoint.
1483 (print_it_typical): Ignore overlay event breakpoints.
1484 (print_one_breakpoint): Ditto.
1485 (mention): Ditto.
1486 (bpstat_what): Do not stop for overlay event breakpoints.
1487 (delete_breakpoint): Don't delete overlay event breakpoints.
1488 (breakpoint_re_set_one): Delete the overlay event breakpoint.
1489 (breakpoint_re_set): Re-create overlay event breakpoint.
1490
1491 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
1492 (overlay_manual_command): Disable overlay breakpoints.
1493 (overlay_off_command): Disable overlay breakpoints.
1494
1495 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
1496
1497 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
1498 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
1499 to here from config/tm-arm.h.
1500 (coff_sym_is_thumb): Make static.
1501 (arm_elf_make_msymbol_special): New function.
1502 (arm_coff_make_msymbol_special): New function.
1503 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
1504 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
1505 (coff_sym_is_thumb): Delete declaration.
1506 (arm_elf_make_msymbol_special): Declare.
1507 (arm_coff_make_msymbol_special): Declare.
1508 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
1509 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
1510
1511 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
1512
1513 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
1514
1515 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
1516
1517 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
1518 * gdbarch.c gdbarch.h: Regenerate.
1519 * arch-utils.c (default_print_float_info): New function.
1520 * arch-utils.h (default_print_float_info): Prototype it.
1521 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
1522 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
1523 (PRINT_FLOAT_INFO): Document it.
1524
1525 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
1526 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
1527 (PRINT_FLOAT_INFO): Define.
1528
1529 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
1530
1531 * win32-nat.c (_initialize_check_for_gdb_ini):
1532 Add typecast to sprintf argument to suppress a warning.
1533
1534 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
1535
1536 * win32-nat.c (last_sig): Changed type of variable to target_signal,
1537 to allow easier handling of pass state.
1538 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
1539 that gives exception name and address.
1540 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
1541 and set last_sig value to ourstatus->value.sig. Some missing
1542 exceptions added.
1543 (child_continue): Correctly report continue_status.
1544 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
1545 TARGET_SIGNAL_0 (new default value).
1546 (child_resume): consider sig argument passed to decide if
1547 the exception should be passed to debuggee or not.
1548
1549 2002-02-05 Michael Snyder <msnyder@redhat.com>
1550
1551 * regcache.c (fetch_register): Call target_fetch_register
1552 only if we don't call FETCH_PSEUDO_REGISTER.
1553 (store_register): Call target_store_register only if we
1554 don't call STORE_PSEUDO_REGISTER.
1555
1556 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
1557
1558 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
1559 ELF_MAKE_MSYMBOL_SPECIAL.
1560 * gdbarch.c, gdbarch.h: Regenerate.
1561 * arch-utils.c (default_make_msymbol_special): New function.
1562 * arch-utils.h (default_make_msymbol_special): Export.
1563 * elfread.c (elf_symtab_read): Compile use of
1564 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
1565 multiarched.
1566 * coffread.c (coff_symtab_read): Ditto, for
1567 COFF_MAKE_MSYMBOL_SPECIAL.
1568
1569 2002-02-05 Jim Blandy <jimb@redhat.com>
1570
1571 * solib-svr4.c (svr4_truncate_ptr): New function.
1572 (svr4_relocate_section_addresses): Do the address arithmetic with
1573 the appropriate truncation for target addresses, even when
1574 CORE_ADDR is larger than a target address.
1575
1576 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
1577
1578 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
1579 to (int *).
1580
1581 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
1582
1583 * gdbserver/linux-low.c (kill_inferior): Remove commented out
1584 code.
1585
1586 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
1587
1588 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
1589
1590 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
1591
1592 * gdbserver/linux-low.c: Remove unused include files.
1593
1594 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
1595
1596 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
1597 (read_inferior_memory): Use it.
1598 (write_inferior_memory): Likewise.
1599
1600 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
1601
1602 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
1603 grubbing through sys_errlist.
1604
1605 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
1606
1607 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
1608
1609 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
1610 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
1611
1612 2002-02-04 Andrew Cagney <ac131313@redhat.com>
1613
1614 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
1615 (do_sfunc, set_cmd_sfunc): New functions.
1616
1617 * command.h (struct cmd_list_element): Add field func.
1618 * cli/cli-decode.h (struct cmd_list_element): Ditto.
1619 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
1620 * cli/cli-decode.h: Ditto.
1621
1622 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
1623 (help_all, help_cmd_list): Ditto.
1624 (find_cmd, complete_on_cmdlist): Ditto.
1625 * top.c (execute_command): Ditto.
1626
1627 * cli/cli-setshow.c (do_setshow_command): Call func instead of
1628 function.sfunc.
1629
1630 * infcmd.c (notice_args_read): Fix function signature.
1631
1632 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
1633 * cli/cli-decode.c (add_set_cmd): Ditto.
1634 * utils.c (initialize_utils): Ditto.
1635 * maint.c (_initialize_maint_cmds): Ditto.
1636 * infrun.c (_initialize_infrun): Ditto.
1637 * demangle.c (_initialize_demangler): Ditto.
1638 * remote.c (add_packet_config_cmd): Ditto.
1639 * mips-tdep.c (_initialize_mips_tdep): Ditto.
1640 * cris-tdep.c (_initialize_cris_tdep): Ditto.
1641 * proc-api.c (_initialize_proc_api): Ditto.
1642 * kod.c (_initialize_kod): Ditto.
1643 * valprint.c (_initialize_valprint): Ditto.
1644 * top.c (init_main): Ditto.
1645 * infcmd.c (_initialize_infcmd): Ditto.
1646 * corefile.c (_initialize_core): Ditto.
1647 * arm-tdep.c (_initialize_arm_tdep): Ditto.
1648 * arch-utils.c (initialize_current_architecture): Ditto.
1649 (_initialize_gdbarch_utils): Ditto.
1650 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
1651
1652 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
1653 * wince.c (_initialize_inftarg): Ditto.
1654 * symfile.c (_initialize_symfile): Ditto.
1655 * mips-tdep.c (_initialize_mips_tdep): Ditto.
1656 * language.c (_initialize_language): Ditto.
1657 * arc-tdep.c (_initialize_arc_tdep): Ditto.
1658
1659 2002-02-04 Michael Snyder <msnyder@redhat.com>
1660
1661 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
1662
1663 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
1664
1665 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
1666 Add rules for building the register data files.
1667
1668 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
1669
1670 * regformats/regdat.sh: Add braces to the definition of
1671 expedite_regs_${arch}.
1672
1673 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
1674
1675 * regformats/regdef.h (struct reg): Add comment describing the
1676 requirements for offset and size fields.
1677
1678 2002-02-04 Andreas Schwab <schwab@suse.de>
1679
1680 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
1681 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
1682
1683 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
1684
1685 * gdbarch.sh (copyright): Update years in generated header.
1686 (SMASH_TEXT_ADDRESS): Add rule.
1687 * gdbarch.h, gdbarch.c: Re-generate.
1688 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
1689 * dbxread.c: Likewise.
1690 * dwarfread.c: Likewise.
1691 * elfread.c: Likewise.
1692 * somread.c: Likewise.
1693
1694 * arm-tdep.c (arm_smash_text_address): New function.
1695 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
1696
1697 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
1698
1699 Add support for hardware watchpoints on win32 native.
1700 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
1701 CONTEXT_DEBUG_REGISTERS.
1702 (dr variable): New variable. Static array containing a local copy
1703 of debug registers.
1704 (debug_registers_changed): New variable. Reflects when debug registers
1705 are changed and need to be written to inferior.
1706 (debug_registers_used): New variable. Reflects when any debug register
1707 was set, used when new threads are created.
1708 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
1709 i386-nat code.
1710 (thread_rec): Set dr array if id is the thread of current_event .
1711 (child_continue, child_resume): Change the debug registers for all
1712 threads if debug_registers_changed.
1713 (child_add_thread): Change the debug registers if debug_registers_used.
1714 * config/i386/cygwin.mh: Add use of i386-nat.o file.
1715 Link nm.h to new nm-cygwin.h file.
1716 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
1717 of hardware registers.
1718
1719 2002-02-03 Andrew Cagney <ac131313@redhat.com>
1720
1721 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
1722 Restore behavour broken by 2002-01-20 Andrew Cagney
1723 <ac131313@redhat.com> IEEE_FLOAT removal.
1724
1725 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
1726
1727 * c-valprint.c (c_val_print): Pass a proper valaddr to
1728 cp_print_class_method.
1729 * valops.c (search_struct_method): If there is only one method
1730 and args is NULL, return that method.
1731
1732 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
1733
1734 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
1735 accessing tag_name directly.
1736
1737 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
1738
1739 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
1740 of accessing tag_name directly.
1741
1742 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
1743
1744 PR gdb/280
1745 * gdbtypes.c (replace_type): New function.
1746 * gdbtypes.h (replace_type): Add prototype.
1747 * stabsread.c (read_type): Use replace_type.
1748
1749 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
1750
1751 * Makefile.in (memattr.o): Add missing dependencies rule.
1752
1753 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1754
1755 * breakpoint.c (break_at_finish_command): Really export.
1756 (break_at_finish_at_depth_command): Ditto.
1757 (tbreak_at_finish_command): Ditto.
1758 * hppa-tdep.c: Include completer.h.
1759 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
1760 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
1761
1762 2002-02-01 Andrew Cagney <ac131313@redhat.com>
1763
1764 * utils.c (do_write): New function.
1765 (error_stream): Rewrite combining the code from error_begin and
1766 verror.
1767 (verror): Rewrite using error_stream.
1768 (error_begin): Delete function.
1769
1770 2002-02-01 Andrew Cagney <ac131313@redhat.com>
1771
1772 * utils.c (error_begin): Make static.
1773 * defs.h (error_begin): Delete declaration.
1774
1775 * linespec.c (cplusplus_error): Replace cplusplus_hint.
1776 (decode_line_1): Use cplusplus_error instead of error_begin,
1777 cplusplus_hint and return_to_top_level.
1778 * coffread.c (coff_symfile_read): Use error instead of error_begin
1779 and return_to_top_level.
1780 * infrun.c (default_skip_permanent_breakpoint): Ditto.
1781
1782 2002-02-01 Andrew Cagney <ac131313@redhat.com>
1783
1784 * language.h (type_error, range_error): Make string parameter
1785 constant.
1786 * language.c (warning_pre_print): Delete extern declaration.
1787 * dwarfread.c (warning_pre_print): Ditto.
1788 * language.c (type_error, range_error): Rewrite to use verror and
1789 vwarning instead of warning_begin.
1790
1791 2002-02-01 Michael Snyder <msnyder@redhat.com>
1792
1793 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
1794 (set_ignore_count): Move misplaced comment back where it belongs.
1795
1796 2002-02-01 Andrew Cagney <ac131313@redhat.com>
1797
1798 * command.h (NO_FUNCTION): Delete macro.
1799 * cli/cli-decode.h (NO_FUNCTION): Ditto.
1800 * top.c (execute_command): Replace NO_FUNCTION with NULL.
1801 * tracepoint.c (_initialize_tracepoint): Ditto.
1802 * cli/cli-decode.c (add_set_cmd): Ditto.
1803 * cli/cli-cmds.c (init_cli_cmds): Ditto.
1804
1805 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
1806
1807 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
1808 Update ``this'' pointer when calling virtual functions.
1809
1810 2002-02-01 Michael Snyder <msnyder@redhat.com>
1811
1812 * breakpoint.c (create_temp_exception_breakpoint): Delete.
1813 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
1814
1815 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
1816
1817 * regformats/reg-arm.dat: New file.
1818 * regformats/reg-i386.dat: New file.
1819 * regformats/reg-ia64.dat: New file.
1820 * regformats/reg-m68k.dat: New file.
1821 * regformats/reg-mips.dat: New file.
1822 * regformats/reg-ppc.dat: New file.
1823 * regformats/reg-sh.dat: New file.
1824 * regformats/regdef.h: New file.
1825 * regformats/regdat.sh: New file.
1826
1827 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
1828
1829 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
1830 (arm_frame_args_address, arm_frame_locals_address): New functions.
1831 (arm_frame_num_args): New function.
1832 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
1833 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
1834 (FRMA_NUM_ARGS): Call arm_frame_num_args.
1835
1836 2002-01-31 Michael Snyder <msnyder@redhat.com>
1837
1838 * breakpoint.c (break_at_finish_command): Export.
1839 (break_at_finish_at_depth_command): Export.
1840 (tbreak_at_finish_command): Export.
1841 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
1842 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
1843 "tbreak" commands, which are HPPA specific.
1844
1845 * printcmd.c (disassemble_command): Remove an ancient
1846 artifact of an old merge.
1847
1848 * symfile.h (enum overlay_debugging_state):
1849 Define enum constant values for overlay mode.
1850 * symfile.c (overlay_debugging): Use enums instead of literals.
1851 (overlay_is_mapped, overlay_auto_command,
1852 overlay_manual_command): Ditto.
1853
1854 * breakpoint.c (insert_breakpoints, remove_breakpoint,
1855 breakpoint_here_p, breakpoint_inserted_here_p,
1856 breakpoint_thread_match, bpstat_stop_status,
1857 describe_other_breakpoints, check_duplicates, clear_command):
1858 Coding standard fixes.
1859
1860 * target.c (target_xfer_memory): Add spaces, coding standard.
1861 (do_xfer_memory): Add missing line to trust-readonly
1862 code: check bfd SEC_READONLY flag for section.
1863
1864 2002-01-31 Andrew Cagney <ac131313@redhat.com>
1865
1866 * PROBLEMS: Fix typo, 5.1->5.1.1.
1867
1868 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
1869
1870 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
1871 data symbols, since we search based on textlow and texthigh.
1872 (find_pc_sect_symtab): Likewise.
1873
1874 2002-01-30 Andrew Cagney <ac131313@redhat.com>
1875
1876 * defs.h (vwarning): Declare.
1877 * utils.c (vwarning): New function.
1878 (warning): Call vwarning.
1879 (warning_begin): Delete function.
1880
1881 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
1882 the warning message.
1883 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
1884 warning_begin.
1885
1886 2002-01-30 Michael Snyder <msnyder@redhat.com>
1887
1888 * NEWS: Mention "set trust-readonly-sections" command.
1889 Mention generate-core-file command.
1890
1891 2002-01-15 Michael Snyder <msnyder@redhat.com>
1892
1893 * target.c: New command, "set trust-readonly-sections on".
1894 (do_xfer_memory): Honor the suggestion to trust readonly sections
1895 by reading them from the object file instead of from the target.
1896 (initialize_targets): Register command "set trust-readonly-sections".
1897
1898 2002-01-29 Andrew Cagney <ac131313@redhat.com>
1899
1900 * parse.c (target_map_name_to_register): Simplify, search regs and
1901 pseudo-regs using a single loop.
1902
1903 2002-01-30 Andrew Cagney <ac131313@redhat.com>
1904
1905 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
1906
1907 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
1908
1909 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
1910 * config/i386/i386v42mp.mh: Add i387-nat.o .
1911 * i386v4-nat.c: Include i387-nat.h.
1912 (supply_fpregset): Use i387_supply_fsave.
1913 (fill_fpregset): Use i387_fill_fsave.
1914
1915 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
1916
1917 * arm-tdep.c (arm_call_dummy_words): Define.
1918 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
1919 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
1920 (CALL_DUMMY_WORDS): Define.
1921 (arm_call_dummy_words): Declare.
1922 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
1923 (arm_linux_call_dummy_words): Declare.
1924
1925 2002-01-30 Andreas Schwab <schwab@suse.de>
1926
1927 * m68klinux-nat.c: Fix last change to use regcache_collect
1928 instead of referencing registers[] directly.
1929
1930 2002-01-29 Andrew Cagney <ac131313@redhat.com>
1931
1932 * parse.c (target_map_name_to_register): Delete code wrapped in
1933 #ifdef REGISTER_NAME_ALIAS_HOOK.
1934
1935 2002-01-28 Michael Snyder <msnyder@redhat.com>
1936
1937 * regcache.c (legacy_read_register_gen): Need to be able to
1938 read pseudo-register as well as real register.
1939 (legacy_write_register_gen): Ditto.
1940
1941 2002-01-28 Andrew Cagney <ac131313@redhat.com>
1942
1943 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
1944 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
1945 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
1946 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
1947 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
1948 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
1949 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
1950 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
1951 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
1952 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
1953 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
1954 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
1955 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
1956 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
1957 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
1958 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
1959 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
1960 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
1961 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
1962 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
1963
1964 2002-01-28 Andrew Cagney <ac131313@redhat.com>
1965
1966 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
1967 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
1968 (initialize_current_architecture): Update target_byte_order using
1969 information from BFD.
1970 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
1971 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
1972
1973 2002-01-28 Andrew Cagney <ac131313@redhat.com>
1974
1975 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
1976 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
1977
1978 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
1979 #ifdef INVALID_FLOAT.
1980 * infcmd.c (do_registers_info): Ditto.
1981 * values.c (unpack_double): Ditto. Add comment.
1982
1983 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
1984 already commented out.
1985
1986 2002-01-26 Andreas Schwab <schwab@suse.de>
1987
1988 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
1989 * m68klinux-nat.c: Update ptrace interface for fetching/storing
1990 registers and add support for PTRACE_GETREGS.
1991
1992 2002-01-24 Andrew Cagney <ac131313@redhat.com>
1993
1994 GDB 5.1.1 released from 5.1 branch.
1995 * NEWS: Add 5.1.1 news.
1996 * README: Sync with 5.1 branch.
1997
1998 2002-01-23 Fred Fish <fnf@redhat.com>
1999
2000 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
2001 stabstring on initial malloc. Reallocing will copy it for us,
2002 if necessary.
2003
2004 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
2005
2006 * Makefile.in (hpread_h): Delete.
2007 (HFILES_NO_SRCDIR): Remove hpread.h.
2008 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
2009 (hpread.o): Update dependencies.
2010 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
2011
2012 * hp-psymtab-read.c: Remove file.
2013 * hp-symtab-read.c: Remove file.
2014 * hpread.h: Remove file.
2015
2016 * hpread.c: Merge all contents of hp-psymtab-read.c,
2017 hp-symtab-read.c and hpread.h into this file, as it was prior to
2018 January 1999.
2019
2020 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
2021 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
2022 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
2023 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
2024
2025 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
2026
2027 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
2028 fill_gregset): Call gdbarch_tdep() just once, assign result to
2029 variable and use that, instead of calling the function several
2030 times.
2031
2032 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
2033
2034 * configure.host: Accept sparcv9 as alias for sparc64.
2035 * configure.tgt: Likewise.
2036
2037 2002-01-22 Kevin Buettner <kevinb@redhat.com>
2038
2039 * solib-aix5.c (build_so_list_from_mapfile)
2040 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
2041 arguments is not reversed.
2042 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
2043 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
2044
2045 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
2046
2047 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
2048 modified version of obsolete sh_fetch_pseudo_register.
2049 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
2050 (sh4_register_read): New function.
2051 (sh_pseudo_register_write): New function. Renamed and modified
2052 version of obsolete sh_store_pseudo_register.
2053 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
2054 (sh4_register_write): New function.
2055 (sh_gdbarch_init): Remove setting of gdbarch function
2056 fetch_pseudo_register and store_pseudo_register. Remove setting of
2057 register_convert_to_raw, register_convert_to_virtual,
2058 register_convertible.
2059 (sh_sh4_register_convertible): Delete. No longer needed. All is
2060 taken care by architecture specific functions
2061 register_read/register_write.
2062 (sh_sh4_register_convert_to_virtual): Make static.
2063 (sh_sh4_register_convert_to_raw): Ditto.
2064
2065 2002-01-22 Andrew Cagney <ac131313@redhat.com>
2066
2067 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
2068 (floatformat_is_nan, floatformat_mantissa): Ditto.
2069
2070 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
2071 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
2072 builtin_type_ieee_double_little,
2073 builtin_type_ieee_double_littlebyte_bigword,
2074 builtin_type_m68881_ext, builtin_type_i960_ext,
2075 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
2076 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
2077 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
2078 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
2079
2080 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
2081
2082 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
2083 parameter. Set frameless flag if it exists and depended of
2084 whether the scanned function is frameless or not.
2085 (xstormy16_skip_prologue): If function is frameless, return
2086 result of xstormy16_scan_prologue().
2087 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
2088 call.
2089
2090 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
2091
2092 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
2093 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
2094 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
2095 sh_sh4_register_byte, sh_sh4_register_raw_size,
2096 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
2097 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
2098 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
2099 sh_store_pseudo_register, sh_do_pseudo_register): Call
2100 gdbarch_tdep() just once, assign result to variable and use that,
2101 instead of calling the function several times.
2102
2103 2002-01-20 Mark Kettenis <kettenis@gnu.org>
2104
2105 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
2106 macros instead of LAST_FPU_CTRL_REGNUM.
2107 (store_register): Likewise.
2108
2109 2002-01-21 Jim Blandy <jimb@redhat.com>
2110
2111 * infcmd.c (run_command): Check that the `exec' target layer's BFD
2112 is up-to-date before running the program, not just when a program
2113 exits.
2114
2115 2002-01-21 Fred Fish <fnf@redhat.com>
2116
2117 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
2118 when we have found all instructions we are looking for.
2119
2120 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
2121
2122 * arm-tdep.c (arm_register_name): New function.
2123 (arm_registers_names): Make static.
2124 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
2125 (arm_register_name): Declare.
2126 (REGISTER_NAME): Use it.
2127
2128 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
2129 Kevin Buettner <kevinb@redhat.com>
2130
2131 Convert arm targets to new FRAME interface.
2132 * arm-tdep.c (struct frame_extra_info): Remove fsr.
2133 (arm_frame_find_save_regs): Delete.
2134 (arm_frame_init_saved_regs): New.
2135 (arm_init_extra_frame_info): Alloacte saved_regs as required.
2136 Allocate extra_info as required. Convert all uses of fsr.regs
2137 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
2138 to use extra_info.
2139 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
2140 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
2141 (check_prologue_cache, save_prologue_cache): Likewise.
2142 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
2143 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
2144 (FRAME_FIND_SAVED_REGS): Delete.
2145 (arm_frame_find_saved_regs): Delete prototype.
2146 (arm_frame_init_saved_regs): New prototype.
2147 (FRAME_INIT_SAVED_REGS): Define.
2148
2149 2002-01-20 Andrew Cagney <ac131313@redhat.com>
2150
2151 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
2152
2153 2002-01-20 Andrew Cagney <ac131313@redhat.com>
2154
2155 From Jeff Law <law@redhat.com>:
2156 * infttrace.c: Include <sys/pstat.h>.
2157 (child_pid_to_exec_file): Revamp. Use pstat call to get the
2158 exec file if the ttrace equivalent fails.
2159
2160 2002-01-20 Andrew Cagney <ac131313@redhat.com>
2161
2162 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
2163 (closeLogFile): Ditto.
2164
2165 2002-01-20 Michael Chastain <mec@shout.net>
2166
2167 * top.c (print_gdb_version): Bump copyright year to 2002.
2168
2169 2002-01-20 Andrew Cagney <ac131313@redhat.com>
2170
2171 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
2172 Zannoni and Eli Zaretskii.
2173
2174 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
2175
2176 * buildsym.c: Update copyright years.
2177 * c-typeprint.c: Likewise.
2178 * dwarf2read.c: Likewise.
2179 * f-typeprint.c: Likewise.
2180 * gdbtypes.c: Likewise.
2181 * gdbtypes.h: Likewise.
2182 * hp-symtab-read.c: Likewise.
2183 * hpread.c: Likewise.
2184 * mdebugread.c: Likewise.
2185 * p-typeprint.c: Likewise.
2186
2187 2002-01-20 Andrew Cagney <ac131313@redhat.com>
2188
2189 * remote-sim.c (gdbsim_open): Simplify code testing the macro
2190 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
2191 byte-order selectable.
2192 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
2193 * arch-utils.c: Ditto.
2194 (set_endian): Ditto.
2195 (set_endian_from_file): Ditto.
2196 * gdbserver/low-sim.c (create_inferior): Ditto.
2197 * gdbarch.sh: Ditto.
2198 * gdbarch.h: Re-generate.
2199 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
2200 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
2201 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
2202 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
2203 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
2204 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
2205 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
2206 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
2207 macro definition.
2208 * config/mips/tm-wince.h: Remove #undef of macro
2209 TARGET_BYTE_ORDER_SELECTABLE.
2210 * config/sh/tm-wince.h: Ditto.
2211
2212 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
2213
2214 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
2215 member function fields. Add accessor macro
2216 TYPE_FN_FIELD_ARTIFICIAL.
2217 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
2218 * c-typeprint.c (c_type_print_base): Skip artificial member
2219 functions.
2220
2221 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
2222
2223 * f-typeprint.c: Delete unused function f_type_print_args.
2224 * p-typeprint.c: Delete unused function pascal_type_print_args.
2225
2226 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
2227
2228 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
2229 comment. Add ``artificial'' to ``union field_location''.
2230
2231 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
2232
2233 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
2234 * mdebugread.c (parse_symbol): Likewise.
2235 * stabsread.c (define_symbol): Likewise.
2236 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
2237 initializing TYPE_FIELD_BITPOS to n (obsolete).
2238 (hpread_doc_function_type): Likewise.
2239 * hpread.c (hpread_function_type): Likewise.
2240
2241 2002-01-20 Andrew Cagney <ac131313@redhat.com>
2242
2243 * configure.in (host_makefile_frag): Only require a host makefile
2244 fragment when a native build.
2245 * configure: Re-generate.
2246
2247 2002-01-20 Andrew Cagney <ac131313@redhat.com>
2248
2249 * doublest.h (floatformat_from_type): Declare.
2250 * doublest.c (floatformat_from_type): New function.
2251 (convert_typed_floating): Use.
2252
2253 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
2254 call to function floatformat_from_type.
2255
2256 * gdbarch.sh (IEEE_FLOAT): Delete.
2257 * gdbarch.h, gdbarch.c: Re-generate.
2258 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
2259 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
2260 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
2261 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
2262 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
2263 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
2264 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
2265 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
2266 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
2267 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
2268 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
2269 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
2270
2271 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
2272 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
2273 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2274 * sh-tdep.c (sh_gdbarch_init): Ditto.
2275 * mips-tdep.c (mips_gdbarch_init): Ditto.
2276 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2277 * cris-tdep.c (cris_gdbarch_init): Ditto.
2278
2279 2002-01-20 Jiri Smid <smid@suse.cz>
2280
2281 * configure.host, configure.tgt: Support x86-64.
2282 * NEWS: Note new target x86-64.
2283
2284 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
2285 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
2286 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
2287 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
2288 x86-64-linux-nat.o): Fix dependencies.
2289
2290 2002-01-19 Andrew Cagney <ac131313@redhat.com>
2291
2292 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
2293 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
2294 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
2295 * config/sparc/xm-sun4os4.h: Delete file.
2296 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
2297
2298 2002-01-19 Andrew Cagney <ac131313@redhat.com>
2299
2300 * config/sparc/sparclynx.mh (XM_FILE): Delete.
2301 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
2302 * config/m68k/m68klynx.mh (XM_FILE): Delete.
2303 * config/i386/i386lynx.mh (XM_FILE): Delete.
2304 * config/rs6000/xm-rs6000ly.h: Delete file.
2305 * config/sparc/xm-sparclynx.h: Delete file.
2306 * config/m68k/xm-m68klynx.h: Delete file.
2307 * config/i386/xm-i386lynx.h: Delete file.
2308 * config/xm-lynx.h: Delete file.
2309 * config/djgpp/fnchange.lst: Update.
2310
2311 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
2312
2313 * alpha-tdep.c (alpha_register_byte): New function.
2314 (alpha_register_raw_size): Ditto.
2315 (alpha_register_virtual_size): Ditto.
2316 (alpha_skip_prologue_internal): Renamed from
2317 alpha_skip_prologue.
2318 (alpha_skip_prologue): New version that calls
2319 alpha_skip_prologue_internal.
2320 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
2321 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
2322 second argument from alpha_skip_prologue.
2323 (REGISTER_BYTE): Use alpha_register_byte.
2324 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
2325 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
2326 (FRAMELESS_FUNCTION_INVOCATION): Use
2327 generic_frameless_function_invocation_not.
2328 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
2329 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
2330
2331 2002-01-19 Andrew Cagney <ac131313@redhat.com>
2332
2333 * config/mips/xm-news-mips.h: Delete file.
2334 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
2335
2336 * config/m88k/xm-m88k.h: Delete file.
2337 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
2338 * config/m88k/xm-delta88v4.h: Ditto.
2339 * config/m88k/xm-delta88.h: Ditto.
2340
2341 * config/alpha/xm-fbsd.h: Delete file.
2342 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
2343
2344 * config/sparc/xm-sparc.h: Delete file.
2345 * Makefile.in (xm-sun4os4.h): Delete dependency.
2346 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
2347 * config/sparc/xm-sun4os4.h: Ditto.
2348 * config/sparc/xm-linux.h: Ditto.
2349
2350 * config/i386/xm-windows.h: Delete file.
2351
2352 2002-01-19 Andrew Cagney <ac131313@redhat.com>
2353
2354 * utils.c: Include <sys/param.h> for MAXPATHLEN.
2355 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
2356
2357 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
2358
2359 * alpha-tdep.c (alpha_call_dummy_words): New.
2360 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
2361 (CALL_DUMMY_P): Define.
2362 (CALL_DUMMY_WORDS): Define.
2363 (SIZEOF_CALL_DUMMY_WORDS): Define.
2364
2365 2002-01-19 Per Bothner <per@bothner.com>
2366
2367 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
2368 isn't NULL, which can happen with some gcj-3.x-produced code.
2369
2370 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
2371
2372 * alpha-tdep.c (alpha_register_virtual_type): New function.
2373 (alpha_init_frame_pc_first): Ditto.
2374 (alpha_fix_call_dummy): Ditto.
2375 (alpha_store_struct_return): Ditto.
2376 (alpha_extract_struct_value_address): Ditto.
2377 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
2378 alpha_register_virtual_type.
2379 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
2380 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
2381 alpha_extract_struct_value_address.
2382 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
2383 (INIT_FRAME_PC): Use init_frame_pc_noop.
2384 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
2385
2386 2002-01-19 Mark Kettenis <kettenis@gnu.org>
2387
2388 * i386gnu-nat.c: Include "i386-tdep.h".
2389 (fetch_fpregs): Simplify code dealing with uninitialized floating
2390 point states such that it doesn't require FP7_REGNUM.
2391
2392 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
2393
2394 * alpha-tdep.c (frame_extra_info): New.
2395 (alpha_find_saved_regs): Make static. Use
2396 frame->extra_info.
2397 (alpha_frame_init_saved_regs): New function.
2398 (alpha_frame_saved_pc): Use frame->extra_info.
2399 (temp_saved_regs): Don't declare as struct frame_saved_regs.
2400 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
2401 (init_extra_frame_info): Rename to...
2402 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
2403 (alpha_print_extra_frame_info): New function.
2404 (alpha_frame_locals_address): Ditto.
2405 (alpha_frame_args_address): Ditto.
2406 (alpha_pop_frame): Use frame->extra_info.
2407 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
2408 alpha_frame_args_address.
2409 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
2410 (alpha_find_saved_regs): Remove prototype.
2411 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
2412 (EXTRA_FRAME_INFO): Remove.
2413 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
2414 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
2415
2416 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
2417
2418 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
2419 (alpha_cannot_fetch_register): Ditto.
2420 (alpha_cannot_store_register): Ditto.
2421 (alpha_register_convertible): Ditto.
2422 (alpha_use_struct_convention): Ditto.
2423 * config/alpha/tm-alpha.h: Update copyright years.
2424 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
2425 (INNER_THAN): Use core_addr_lessthan.
2426 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
2427 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
2428 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
2429 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
2430 (FRAME_CHAIN): Remove unnecessary cast.
2431
2432 2002-01-18 Andrew Cagney <ac131313@redhat.com>
2433
2434 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
2435 obsolete.
2436
2437 2002-01-18 Andrew Cagney <ac131313@redhat.com>
2438
2439 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
2440 * monitor.c, remote-array.c, remote-bug.c: Ditto.
2441 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
2442 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
2443 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
2444 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
2445 * x86-64-linux-nat.c: Ditto.
2446
2447 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
2448
2449 * alpha-tdep.c (alpha_register_name): New function.
2450 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
2451 (REGISTER_NAME): Define.
2452
2453 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
2454
2455 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
2456
2457 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
2458
2459 * alpha-tdep.c: Update copyright years.
2460 (alpha_next_pc): New function.
2461 (alpha_software_single_step): Ditto.
2462 * config/alpha/tm-alpha.h: Add prototype for
2463 alpha_software_single_step.
2464
2465 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
2466
2467 * alphabsd-nat.c: Update copyright years.
2468 (fill_gregset): Use regcache_collect.
2469 (fill_fpregset): Likewise.
2470 (fetch_inferior_registers): Only fetch integer registers
2471 if requested to do so.
2472 (store_inferior_registers): Only store integer registers
2473 if requested to do so.
2474
2475 2002-01-17 Andrew Cagney <ac131313@redhat.com>
2476
2477 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
2478 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
2479 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
2480 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
2481 * config/alpha/fbsd.mh (XDEPFILES): Delete.
2482 * config/arm/linux.mh (XDEPFILES): Delete.
2483 * config/arm/nbsd.mh (XDEPFILES): Delete.
2484 * config/i386/i386dgux.mh (XDEPFILES): Delete.
2485 * config/i386/i386sol2.mh (XDEPFILES): Delete.
2486 * config/i386/i386m3.mh (XDEPFILES): Delete.
2487 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
2488 * config/i386/i386gnu.mh (XDEPFILES): Delete.
2489 * config/i386/fbsd.mh (XDEPFILES): Delete.
2490 * config/i386/i386bsd.mh (XDEPFILES): Delete.
2491 * config/i386/i386sco5.mh (XDEPFILES): Delete.
2492 * config/i386/i386v4.mh (XDEPFILES): Delete.
2493 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
2494 * config/i386/i386sco4.mh (XDEPFILES): Delete.
2495 * config/i386/i386aix.mh (XDEPFILES): Delete.
2496 * config/i386/go32.mh (XDEPFILES): Delete.
2497 * config/i386/cygwin.mh (XDEPFILES): Delete.
2498 * config/i386/i386lynx.mh (XDEPFILES): Delete.
2499 * config/i386/i386mach.mh (XDEPFILES): Delete.
2500 * config/i386/i386v32.mh (XDEPFILES): Delete.
2501 * config/i386/linux.mh (XDEPFILES): Delete.
2502 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
2503 * config/i386/ncr3000.mh (XDEPFILES): Delete.
2504 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
2505 * config/i386/i386sco.mh (XDEPFILES): Delete.
2506 * config/i386/i386v.mh (XDEPFILES): Delete.
2507 * config/i386/nbsd.mh (XDEPFILES): Delete.
2508 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
2509 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
2510 * config/i386/symmetry.mh (XDEPFILES): Delete.
2511 * config/i386/obsd.mh (XDEPFILES): Delete.
2512 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
2513 * config/ia64/linux.mh (XDEPFILES): Delete.
2514 * config/ia64/aix.mh (XDEPFILES): Delete.
2515 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
2516 * config/m68k/dpx2.mh (XDEPFILES): Delete.
2517 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
2518 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
2519 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
2520 * config/m68k/linux.mh (XDEPFILES): Delete.
2521 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
2522 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
2523 * config/m68k/nbsd.mh (XDEPFILES): Delete.
2524 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
2525 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
2526 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
2527 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
2528 * config/m88k/delta88.mh (XDEPFILES): Delete.
2529 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
2530 * config/m88k/m88k.mh (XDEPFILES): Delete.
2531 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
2532 * config/mips/linux.mh (XDEPFILES): Delete.
2533 * config/mips/irix6.mh (XDEPFILES): Delete.
2534 * config/mips/irix5.mh (XDEPFILES): Delete.
2535 * config/mips/irix4.mh (XDEPFILES): Delete.
2536 * config/mips/irix3.mh (XDEPFILES): Delete.
2537 * config/mips/decstation.mh (XDEPFILES): Delete.
2538 * config/mips/mipsm3.mh (XDEPFILES): Delete.
2539 (NATDEPFILES): Move core-aout.o to here.
2540 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
2541 * config/pa/hpux1020.mh (XDEPFILES): Delete.
2542 * config/pa/hppabsd.mh (XDEPFILES): Delete.
2543 * config/pa/hppahpux.mh (XDEPFILES): Delete.
2544 * config/pa/hpux11w.mh (XDEPFILES): Delete.
2545 * config/pa/hppaosf.mh (XDEPFILES): Delete.
2546 * config/pa/hpux11.mh (XDEPFILES): Delete.
2547 * config/powerpc/aix.mh (XDEPFILES): Delete.
2548 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
2549 * config/powerpc/linux.mh (XDEPFILES): Delete.
2550 * config/romp/rtbsd.mh: Rename XDEPFILES.
2551 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
2552 * config/rs6000/aix4.mh (XDEPFILES): Delete.
2553 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
2554 * config/s390/s390.mh (XDEPFILES): Delete.
2555 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
2556 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
2557 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
2558 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
2559 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
2560 * config/sparc/nbsd.mh (XDEPFILES): Delete.
2561 * config/sparc/linux.mh (XDEPFILES): Delete.
2562 * config/vax/vaxult.mh (XDEPFILES): Delete.
2563 * config/vax/vaxult2.mh (XDEPFILES): Delete.
2564 * Makefile.in (DEPFILES): Remove XDEPFILES.
2565
2566 2002-01-17 Andrew Cagney <ac131313@redhat.com>
2567
2568 * utils.c (internal_verror): Fix comments, default is yes not no.
2569 Update queries to match. Default to quit and dump core.
2570
2571 2002-01-17 Andrew Cagney <ac131313@redhat.com>
2572
2573 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
2574 copyright.
2575 * defs.h, event-top.c, gdbcmd.h: Ditto.
2576 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
2577 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
2578 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
2579 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
2580 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
2581 * mi/mi-main.c:Ditto.
2582
2583 * stack.c, symfile.c: Update copyright.
2584
2585 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
2586
2587 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
2588 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
2589 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
2590 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
2591
2592 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
2593
2594 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
2595 * gdbserver/low-lynx.c (myattach): Likewise.
2596 * gdbserver/low-nbsd.c (myattach): Likewise.
2597 * gdbserver/low-sim.c (myattach): Likewise.
2598 * gdbserver/low-sparc.c (myattach): Likewise.
2599 * gdbserver/low-sun3.c (myattach): Likewise.
2600
2601 * gdbserver/low-linux.c (myattach): New function.
2602
2603 * gdbserver/server.c (attach_inferior): New function.
2604 (main): Handle "--attach".
2605
2606 2002-01-16 Andrew Cagney <ac131313@redhat.com>
2607
2608 * MAINTAINERS (language support): Daniel Jacobwitz is C++
2609 maintainer.
2610
2611 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
2612
2613 * c-typeprint.c (is_type_conversion_operator): Add additional
2614 check for non-conversion operators.
2615
2616 2002-01-15 Michael Snyder <msnyder@redhat.com>
2617
2618 * linux-proc.c: Add "info proc" command, a la procfs.c.
2619 (read_mapping): New function, abstract and re-use code.
2620 (linux_find_memory_regions): Use new func read_mapping.
2621 (linux_info_proc_cmd): New function, implement "info proc".
2622 (_initialize_linux_proc): Add new command "info proc".
2623
2624 2002-01-15 Michael Snyder <msnyder@redhat.com>
2625
2626 * symfile.c (generic_load): Use bfd_map_over_sections method
2627 instead of manipulating bfd structure members directly.
2628 (add_section_size_callback): New function, bfd sections callback
2629 used by generic_load.
2630 (load_sections_callback): New function, bfd sections callback
2631 used by generic_load.
2632
2633 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
2634
2635 [Based on work by Jim Blandy]
2636 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
2637 (builtin_type_vec128): Export.
2638 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
2639 types.
2640 (builtin_type_vec128): New builtin type for 128 bit vector
2641 registers.
2642 (build_gdbtypes): Initialize builtin_type_v16qi and
2643 builtin_type_v8hi. Create the vec128 register builtin type
2644 structure.
2645 (build_builtin_type_vec128): New function.
2646 (_initialize_gdbtypes): Register builtin_type_v16qi and
2647 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
2648 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
2649 AltiVec register to new builtin type.
2650
2651 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
2652
2653 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
2654 to make_cv_type.
2655
2656 2002-01-14 Andrew Cagney <ac131313@redhat.com>
2657
2658 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
2659 CLEAN_UP_REGISTER_VALUE.
2660 * regcache.c (supply_register): Update only call.
2661
2662 2002-01-14 Andrew Cagney <ac131313@redhat.com>
2663
2664 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
2665 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
2666 a29k-*-vxworks* targets as obsolete.
2667
2668 2002-01-14 Michael Snyder <msnyder@redhat.com>
2669
2670 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
2671 until we can resolve portability issues.
2672 * gregset.h: Remove references to fpxregs.
2673 * gcore.c (gcore_command): Initialize note_sec to NULL.
2674
2675 2002-01-13 Andrew Cagney <ac131313@redhat.com>
2676
2677 * signals.c (target_signal_to_name): Rewrite. Only use
2678 signals[].name when in bounds and non-NULL.
2679
2680 2002-01-13 Andrew Cagney <ac131313@redhat.com>
2681
2682 From Petr Ledvina <ledvinap@kae.zcu.cz>:
2683 * signals.c (target_signal_to_name): Verify that SIG is within the
2684 bounds of the signals array.
2685
2686 2002-01-13 Andrew Cagney <ac131313@redhat.com>
2687
2688 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
2689
2690 2002-01-13 Keith Seitz <keiths@redhat.com>
2691
2692 * stack.c (print_frame_info_base): Print the frame's pc
2693 only if when print_frame_info_listing_hook is not defined.
2694
2695 2002-01-13 Keith Seitz <keiths@redhat.com>
2696
2697 * varobj.c (varobj_set_value): Make sure that there were no
2698 errors evaluating the object before attempting to set its
2699 value.
2700 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
2701 so this offset adjustment is no longer necessary.
2702 (create_child): Don't set the error flag if the child is
2703 a CPLUS_FAKE_CHILD.
2704 (value_of_child): If value_fetch_lazy fails, return NULL
2705 so that callers will be notified that an error occurred.
2706 (c_value_of_variable): Delay check of variable's validity
2707 until later. We actually want all structs and unions to have
2708 the value "{...}".
2709 Do not return "???" for variables which could not be evaluated.
2710 This error condition must be returned to the caller so that it
2711 can get the error condition from gdb.
2712 (cplus_name_of_child): Adjust index for vptr before figuring
2713 out the name of the child.
2714 (cplus_value_of_child): If a child's (real) parent is not valid,
2715 don't even bother trying to give a value for it. Just return
2716 an error. Change all instances in this function.
2717 (cplus_type_of_child): If our parent is one of the "fake"
2718 parents, we need to get at the type of the real parent, and
2719 derive the child's true type using this information.
2720
2721 2002-01-13 Andrew Cagney <ac131313@redhat.com>
2722
2723 From 2002-01-09 John Marshall <johnm@falch.net>:
2724 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
2725 sources.redhat.com, and tweak some related URLs which had
2726 suffered from linkrot.
2727
2728 2002-01-13 Andrew Cagney <ac131313@redhat.com>
2729
2730 From Jeff law:
2731 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
2732 structures passed in registers.
2733
2734 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
2735
2736 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
2737 white space which prevented compilation. Reported by DSK
2738 <dsk@student.unsw.edu.au>.
2739
2740 2002-01-11 Michael Snyder <msnyder@redhat.com>
2741
2742 * symfile.c (build_section_addr_info_from_section_tab):
2743 Use bfd access method instead of manipulating bfd directly.
2744 (syms_from_objfile): Ditto.
2745 (simple_overlay_update_1): Ditto.
2746 (simple_overlay_update): Ditto.
2747 (generic_load): Ditto.
2748 (overlay_unmapped_address): FIXME comment, bfd access methods.
2749 (sections_overlap): FIXME comment, bfd access methods.
2750 (pc_in_mapped_range): FIXME comment, bfd access methods.
2751 (pc_in_unmapped_range): FIXME comment, bfd access methods.
2752 (section_is_mapped): FIXME comment, bfd access methods.
2753 (section_is_overlay): FIXME comment, bfd access methods.
2754
2755 * symfile.c (generic_load): Whitespace and long line cleanups.
2756 Remove duplicate variable, change several local variables to
2757 more appropriate data types.
2758 (print_transfer_performance): Use %lu instead of %ld for ulongs.
2759
2760 2002-01-12 Andrew Cagney <ac131313@redhat.com>
2761
2762 From Peter Schauer:
2763 * language.c (longest_local_hex_string_custom): Use phex_nz to
2764 convert NUM to a hex string.
2765
2766 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
2767
2768 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
2769 the function.
2770 Update Copyright year.
2771
2772 2002-01-12 Andrew Cagney <ac131313@redhat.com>
2773
2774 * language.c (longest_raw_hex_string): Delete unused function.
2775
2776 2002-01-11 Petr Sorfa <petrs@caldera.com>
2777
2778 * MAINTAINERS (write-after-approval): Add myself.
2779 * dwarf2read.c (read_tag_string_type): Handling of
2780 DW_AT_byte_size.
2781 (read_tag_string_type): FORTRAN fix to prevent propagation of
2782 first string size.
2783 (set_cu_language): Handling of DW_LANG_Fortran95
2784
2785 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
2786
2787 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
2788 GETPID(inferior_ptid).
2789 (store_inferior_registers): Likewise.
2790
2791 2002-01-10 Jason Merrill <jason@redhat.com>
2792
2793 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
2794 Fix DW_OP_minus.
2795
2796 2002-01-10 Andrew Cagney <ac131313@redhat.com>
2797
2798 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
2799 and bfd/elf32-sh-nbsd.c.
2800
2801 2002-01-10 Michael Snyder <msnyder@redhat.com>
2802
2803 * NEWS: Mention --pid and corefile/proc-id behavior change.
2804
2805 * Makefile.in: Add rules for gcore.o and linux-proc.o.
2806 * gcore.c: Include cli/cli-decode.h instead of command.h.
2807
2808 * main.c (captured_main): Add new command line option "--pid".
2809 If the second command line argument (following the symbol-file)
2810 begins with a digit, try to attach to it before trying to open
2811 it as a corefile.
2812 (print_gdb_help): Document the "--pid" argument.
2813
2814 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
2815
2816 * completer.c (command_completer): New function.
2817
2818 * completer.h <command_completer>: Add prototype.
2819
2820 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
2821 completer for the "help" command.
2822
2823 2002-01-09 Jason Merrill <jason@redhat.com>
2824
2825 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
2826
2827 2002-01-09 Michael Snyder <msnyder@redhat.com>
2828
2829 * i386-linux-nat.c (fill_fpxregset): Make global.
2830 (store_fpxregset): Ditto.
2831
2832 * gregset.h (gdb_fpxregset_t): Define.
2833 (supply_fpxregset): Prototype.
2834 (fill_fpxregset): Prototype.
2835
2836 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
2837
2838 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
2839
2840 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
2841 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
2842 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
2843
2844 2002-01-09 Andrew Cagney <ac131313@redhat.com>
2845
2846 * MAINTAINERS: Update target maintainer rules so that any
2847 Maintainer can approve a tested patch for a maintenance-only
2848 target.
2849
2850 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
2851
2852 * MAINTAINERS (write-after-approval): Add myself.
2853
2854 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
2855 IN_SIGTRAMP.
2856
2857 2002-01-08 Michael Snyder <msnyder@redhat.com>
2858
2859 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
2860 real name of the executable, rather than the /proc name.
2861
2862 2002-01-03 Michael Snyder <msnyder@redhat.com>
2863
2864 Implement a "generate-core-file" command in gdb, save target state.
2865 * gcore.c: New file. Implement new command 'generate-core-file'.
2866 Save a corefile image of the current state of the inferior.
2867 * linux-proc.c: Add linux-specific code for saving corefiles.
2868 * target.h (struct target_ops): Add new target vectors for saving
2869 corefiles; to_find_memory_regions and to_make_corefile_notes.
2870 (target_find_memory_regions): New macro.
2871 (target_make_corefile_notes): New macro.
2872 * target.c (update_current_target): Inherit new target methods.
2873 (dummy_find_memory_regions): New place-holder method.
2874 (dummy_make_corefile_notes): New place-holder method.
2875 (init_dummy_target): Initialize new dummy target vectors.
2876 * exec.c (exec_set_find_memory_regions): New function.
2877 Allow the exec_ops vector for memory regions to be taken over.
2878 (exec_make_note_section): New function, target vector method.
2879 * defs.h (exec_set_find_memory_regions): Export prototype.
2880 * procfs.c (proc_find_memory_regions): New function, corefile method.
2881 (procfs_make_note_section): New function, corefile method.
2882 (init_procfs_ops): Set new target vector pointers.
2883 (find_memory_regions_callback): New function.
2884 (procfs_do_thread_registers): New function.
2885 (procfs_corefile_thread_callback): New function.
2886 * sol-thread.c (sol_find_memory_regions): New function.
2887 (sol_make_note_section): New function.
2888 (init_sol_thread_ops): Initialize new target vectors.
2889 * inftarg.c (inftarg_set_find_memory_regions): New function.
2890 Allow to_find_memory_regions vector to be taken over.
2891 (inftarg_set_make_corefile_notes): New function.
2892 Allow to_make_corefile_notes vector to be taken over.
2893 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
2894 interface layer if not target_has_execution (may be a corefile).
2895 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
2896 * config/sparc/sun4sol2.mh: Ditto.
2897 * config/alpha/alpha-linux.mh: Ditto.
2898 * config/arm/linux.mh: Ditto.
2899 * config/i386/x86-64linux.mh: Ditto.
2900 * config/ia64/linux.mh: Ditto.
2901 * config/m68k/linux.mh: Ditto.
2902 * config/mips/linux.mh: Ditto.
2903 * config/powerpc/linux.mh: Ditto.
2904 * config/sparc/linux.mh: Ditto.
2905
2906 2002-01-07 Michael Snyder <msnyder@redhat.com>
2907
2908 * arm-linux-nat.c: Remove references to regcache.c internal data
2909 (registers[] and register_valid[]).
2910
2911 2002-01-07 Michael Snyder <msnyder@redhat.com>
2912
2913 * linux-proc.c: New file. Implement child_pid_to_exec_file,
2914 so that attaching to a pid will automatically read the process's
2915 symbol file and shlibs.
2916 * Makefile.in: Add rule for linux-proc.o.
2917 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
2918 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
2919 * config/arm/linux.mh: Ditto.
2920 * config/i386/linux.mh: Ditto.
2921 * config/i386/x86-64linux.mh: Ditto.
2922 * config/ia64/linux.mh: Ditto.
2923 * config/m68k/linux.mh: Ditto.
2924 * config/mips/linux.mh: Ditto.
2925 * config/powerpc/linux.mh: Ditto.
2926 * config/sparc/linux.mh: Ditto.
2927
2928 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
2929
2930 * win32-nat.c: Add i386-tdep.h dependency.
2931
2932 2002-01-07 Michael Snyder <msnyder@redhat.com>
2933
2934 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
2935 instead of bfd_get_arch_size. Don't bail out just because
2936 there's no exec_bfd.
2937
2938 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
2939 * p-valprint.c (pascal_object_print_value): Ditto.
2940 * somread.c (som_symtab_read): Ditto.
2941 * symfile.c (simple_free_overlay_region_table): Ditto.
2942 * valops.c (value_assign): Ditto.
2943
2944 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
2945 use tilde_expand and strerror for opening save-tracepoints file.
2946
2947 * thread-db.c (thread_db_new_objfile): Indendation fix.
2948
2949 * infptrace.c (GDB_MAX_ALLOCA): New define.
2950 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
2951 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
2952 can be overridden with whatever value is appropriate to the host).
2953 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
2954 alloca to allocate potentially large buffer.
2955 * rs6000-nat.c (child_xfer_memory): Ditto.
2956 * symm-nat.c (child_xfer_memory): Ditto.
2957 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
2958
2959 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
2960
2961 From Nick Clifton <nickc@redhat.com>
2962 * d10v-tdep.c: Set STACK_START to 0x200bffe.
2963
2964 2002-01-07 Michael Snyder <msnyder@redhat.com>
2965
2966 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
2967 Don't use exec_bfd if it's NULL.
2968
2969 2002-01-06 Mark Kettenis <kettenis@gnu.org>
2970
2971 * valops.c (value_arg_coerce): Fix formatting.
2972
2973 2002-01-06 Andrew Cagney <ac131313@redhat.com>
2974
2975 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
2976 * gnu-nat.c: Ditto.
2977
2978 2002-01-06 Andrew Cagney <ac131313@redhat.com>
2979
2980 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
2981 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
2982 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
2983 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
2984 z8k-coff have not been multi-arched. Update z8k-coff build
2985 status.
2986
2987 2002-01-06 Andrew Cagney <ac131313@redhat.com>
2988
2989 * MAINTAINERS: Mark a29k target as obsolete.
2990 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
2991 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
2992 comments.
2993 * NEWS: Note that a29k targets are obsolete.
2994 * a29k-tdep.c: Mark as obsolete.
2995 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
2996 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
2997 a29k-*-vxworks* targets as obsolete.
2998 * remote-adapt.c: Obsolete.
2999 * remote-eb.c: Obsolete.
3000 * remote-mm.c: Obsolete.
3001 * remote-udi.c: Obsolete.
3002 * config/a29k/a29k-udi.mt: Obsolete.
3003 * config/a29k/a29k.mt: Obsolete.
3004 * config/a29k/tm-a29k.h: Obsolete.
3005 * config/a29k/tm-vx29k.h: Obsolete.
3006 * config/a29k/vx29k.mt: Obsolete.
3007
3008 2002-01-05 Andrew Cagney <ac131313@redhat.com>
3009
3010 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
3011 with BFD_ENDIAN_BIG.
3012
3013 2002-01-05 Andrew Cagney <ac131313@redhat.com>
3014
3015 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
3016 * configure, config.in: Re-generate.
3017 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
3018 * defs.h: Do not include <endian.h>.
3019
3020 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
3021
3022 * acconfig.h (HAVE_PT_GETXMMREGS): New.
3023 * config.in: Regenerate.
3024 * configure.in: Update copyright years.
3025 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
3026 * configure: Regenerate.
3027 * i386bsd-nat.c: Update copyright years.
3028 (fill_gregset): Use regcache_collect.
3029 (fetch_inferior_registers): Only fetch integer registers
3030 if requested to do so. Add support for XMM registers
3031 using PT_GETXMMREGS.
3032 (store_inferior_registers): Only store integer registers
3033 if requested to do so. Add support for XMM registers
3034 using PT_SETXMMREGS.
3035 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
3036 (store_inferior_registers): Remove.
3037 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
3038 (fetch_elfcore_registers): New function.
3039 (i386nbsd_elfcore_fns): New.
3040 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
3041 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
3042 i386bsd-nat.o.
3043 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
3044 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
3045 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
3046 * config/i386/tm-nbsd.h: Update copyright years.
3047 (HAVE_SSE_REGS): Define.
3048 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
3049 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
3050 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
3051 (SIGCONTEXT_PC_OFFSET): Remove.
3052 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
3053
3054 2002-01-05 Andrew Cagney <ac131313@redhat.com>
3055
3056 * configure.tgt: Remove powerpc-*-macos* target.
3057 * config/m68k/xm-mpw.h: Delete file.
3058 * config/xm-mpw.h: Delete file.
3059 * ser-mac.c: Delete file.
3060 * mpw-make.sed: Delete file.
3061 * mpw-config.in: Delete file.
3062 * mac-xdep.c: Delete file.
3063 * mac-gdb.r: Delete file.
3064 * mac-defs.h: Delete file.
3065 * mac-nat.c: Delete file.
3066 * config/powerpc/macos.mh: Delete file.
3067 * config/powerpc/macos.mt: Delete file.
3068 * config/powerpc/nm-macos.h: Delete file.
3069 * config/powerpc/tm-macos.h: Delete file.
3070 * source.c (openp, open_source_file): Remove obsolete code.
3071 * top.c (gdb_readline): Ditto.
3072 * utils.c (query): Ditto.
3073 * event-top.c (display_gdb_prompt): Ditto.
3074 * Makefile.in (ser-mac.o): Delete obsolete target.
3075 * NEWS: Update.
3076
3077 2002-01-04 Andrew Cagney <ac131313@redhat.com>
3078
3079 * defs.h (BIG_ENDIAN): Delete macro definition.
3080 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
3081 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
3082 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
3083 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
3084 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
3085 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
3086 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
3087 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
3088 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
3089 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
3090 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
3091 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
3092 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
3093 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
3094 * gdbarch.c: Re-generate.
3095
3096 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
3097
3098 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
3099 for core files.
3100
3101 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
3102
3103 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
3104
3105 2002-01-04 Andrew Cagney <ac131313@redhat.com>
3106
3107 * value.h (value_ptr): Delete typedef.
3108
3109 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
3110
3111 * i386nbsd-nat.c: Update copyright years.
3112 Include i386-tdep.h.
3113
3114 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
3115
3116 * stabsread.c: Update copyright years.
3117
3118 From Debashis Mahata <debashis.mahata@wipro.com>:
3119 (read_struct_fields): Deal with Sun C compiler erroneous stab
3120 output for structs and unions.
3121 Fix PR gdb/269.
3122
3123 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
3124
3125 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
3126 prototype.
3127
3128 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
3129
3130 * cp-abi.c: Fix whitespace.
3131 (baseclass_offset): New wrapper function.
3132 * cp-abi.h (baseclass_offset): Add prototype.
3133 (struct cp_abi_ops): Add baseclass_offset pointer.
3134
3135 * valops.c (vb_match): Move to...
3136 * gnu-v2-abi.c (vb_match): here.
3137 * valops.c (baseclass_offset): Move to...
3138 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
3139
3140 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
3141
3142 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
3143 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
3144 * hpacc-abi.c (init_hpacc_ops): Likewise.
3145
3146 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
3147
3148 * valops.c (find_overload_match): Accept obj as a
3149 reference parameter. Update it before returning.
3150 * value.h (find_overload_match): Update prototype.
3151 * eval.c (evaluate_subexp_standard): Pass object to
3152 find_overload_match by reference.
3153
3154 2002-01-03 Andrew Cagney <ac131313@redhat.com>
3155
3156 * valarith.c: Replace value_ptr with struct value pointer. Remove
3157 register attribute from value declarations.
3158 * valops.c: Ditto.
3159 * value.h: Ditto.
3160 * scm-lang.c (scm_lookup_name): Ditto.
3161
3162 2002-01-03 Michael Snyder <msnyder@redhat.com>
3163
3164 Abstract the functionality of iterating over mapped memory
3165 regions into a general purpose iterator function.
3166 * procfs.c (iterate_over_mappings): New function, general purpose
3167 iterator for memory sections.
3168 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
3169 (solib_mappings_callback): New function, callback for above.
3170 (info_proc_mappings): Reimpliment using iterate_over_mappings.
3171 (info_mappings_callback): New function, callback for above.
3172
3173 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
3174
3175 2002-01-01 Mark Kettenis <kettenis@gnu.org>
3176
3177 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
3178 * i386-tdep.c: Include "elf-bfd.h".
3179 (process_note_abi_tag_sections): New function.
3180 (i386_gdbarch_init): Add code to recognize various OS/ABI
3181 combinations.
3182
3183 * maint.c (_initialize_maint_cmds): Add missing \ in
3184 string-literal.
3185
3186 For older changes see ChangeLog-2001
3187 \f
3188 Local Variables:
3189 mode: change-log
3190 left-margin: 8
3191 fill-column: 74
3192 version-control: never
3193 End:
This page took 0.099945 seconds and 4 git commands to generate.