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