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