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