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