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