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