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