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