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