2004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
2
3 Add m32r-linux support.
4 * configure.tgt: Add m32r*-*-linux*.
5 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
6 and m32r-linux-tdep.c.
7 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
8 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
9 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
10 m32r-linux-tdep.c.
11 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
12 config/m32r/linux.mh, config/m32r/linux.mt,
13 config/m32r/nm-linux.h: New files.
14
15 2004-09-30 Joel Brobecker <brobecker@gnat.com>
16
17 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
18 (mips32_fetch_instruction): Remove, unused.
19
20 2004-09-30 Joel Brobecker <brobecker@gnat.com>
21
22 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
23 conditions that will always be true.
24
25 2004-09-30 Mark Kettenis <kettenis@gnu.org>
26
27 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
28 (vaxbsd_fetch_inferior_registers): Rename from
29 fetch_inferior_registers. Make static.
30 (vaxbsd_store_inferior_registers): Rename from
31 store_inferior_registers. Make static.
32 (_initialize_vaxbsd_nat): Construct and add target vector.
33 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
34 inftarg.o. Add inf-child.o and inf-ptrace.o.
35 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
36 inftarg.o. Add inf-child.o and inf-ptrace.o.
37 (NAT_FILE): Remove.
38 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
39 inftarg.o. Add inf-child.o and inf-ptrace.o.
40 (NAT_FILE): Remove.
41 * Makefile.in (vaxbsd-nat.o): Update dependencies.
42
43 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
44 (m88kbsd_fetch_inferior_registers): Rename from
45 fetch_inferior_registers. Make static.
46 (m88kbsd_store_inferior_registers): Rename from
47 store_inferior_registers. Make static.
48 (_initialize_m88kbsd_nat): New prototype and function.
49 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
50 inftarg.o. Add inf-child.o and inf-ptrace.o.
51 (NAT_FILE): Remove.
52 * Makefile.in (m88kbsd-nat.o): Update dependencies.
53
54 2004-09-30 Andrew Cagney <cagney@gnu.org>
55
56 * target.c (target_xfer_partial): New function.
57 (target_read_memory_partial, target_write_memory_partial)
58 (default_xfer_partial, target_read_partial, target_write_partial)
59 (xfer_using_stratum): Use.
60 (debug_to_xfer_partial): Delete function.
61 (setup_target_debug): Do not override to_xfer_partial.
62
63 2004-09-30 Mark Kettenis <kettenis@chello.nl>
64
65 * fork-child.c: Update copyright year. Fix coding style.
66
67 2004-09-29 Mark Kettenis <kettenis@gnu.org>
68
69 * defs.h (msavestring, mstrsave): Remove prototypes.
70 * utils.c (msavestring, mstrsave): Remove functions.
71 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
72 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
73 of mstrsave.
74 * source.c (find_and_open_source): Use xstrdup instead of
75 mstrsave.
76
77 2004-09-30 Andrew Cagney <cagney@gnu.org>
78
79 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
80 (inf_ptrace_xfer_memory): Delete.
81 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
82 (target_read_memory, target_write_memory): Use xfer_using_stratum
83 when target_xfer_partial_p.
84 (debug_target): Move to start of file.
85 (target_read_memory_partial, target_write_memory_partial): Use
86 to_xfer_partial when target_xfer_partial_p.
87
88 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
89 inf_ptrace_xfer_memory with equivalent code.
90 * inftarg.c (child_xfer_partial): When performing a write, pass
91 writebuf to child_xfer_memory.
92
93 * target.c (target_read_string): Use target_read_memory instead of
94 target_xfer_memory.
95
96 2004-09-29 Andrew Cagney <cagney@gnu.org>
97
98 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
99 the address of status.
100
101 * infptrace.c (ptrace_wait): Mention problem with HPUX.
102 (kill_inferior): Inline ptrace_wait call.
103 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
104 * inftarg.c (child_wait): Inline ptrace_wait call.
105
106 * target.h (struct target_ops): Delete field to_post_wait.
107 (target_post_wait): Delete macro.
108 (child_post_wait): Delete declaration.
109 * target.c (update_current_target, update_current_target)
110 (debug_to_post_wait, setup_target_debug): Delete functions and
111 references.
112 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
113 * inftarg.c (child_post_wait): Delete.
114 (init_child_ops): Do not set to_post_wait.
115 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
116 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
117 * inf-child.c (inf_child_post_wait): Delete.
118 (inf_child_target): Do not set to_post_wait.
119 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
120 (inf_ptrace_target): Do not set to_post_wait.
121
122 * wince.c (child_ops): Delete.
123 * win32-nat.c (child_ops): Delete.
124
125 * inftarg.c (inftarg_set_find_memory_regions)
126 (inftarg_set_make_corefile_notes): Delete functions.
127 (_initialize_linux_nat): Inline calls.
128
129 * target.h (child_ops): Declare.
130 * inftarg.c (child_ops): Move from here ...
131 * target.c (child_ops): ... to here.
132 * wince.c (child_ops): Delete extern declaration.
133 * win32-nat.c (child_ops): Delete extern declaration.
134 * linux-nat.c (child_ops): Delete extern declaration.
135 * hpux-thread.c (child_ops): Delete extern declaration.
136
137 2004-09-28 Mark Kettenis <kettenis@gnu.org>
138
139 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
140
141 2004-09-28 Mark Kettenis <kettenis@gnu.org>
142
143 * configure.in: Only set host_makefile_frag when building a native
144 debugger.
145 * configure: Regenerate.
146
147 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
148 for OpenBSD ELF.
149
150 2004-09-28 Andrew Cagney <cagney@gnu.org>
151
152 Problem identified by Paul Hilfinger.
153 * Makefile.in (ada_lex_c): Define.
154 (ada-lex.o): Delete rule.
155
156 * linux-proc.c: Delete file.
157 * Makefile.in: Update.
158 * config/sparc/linux64.mh (NATDEPFILES):
159 * config/sparc/linux.mh (NATDEPFILES): Update.
160 * config/s390/s390.mh (NATDEPFILES): Update.
161 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
162 * config/powerpc/linux.mh (NATDEPFILES): Update.
163 * config/pa/linux.mh (NATDEPFILES): Update.
164 * config/mips/linux.mh (NATDEPFILES): Update.
165 * config/m68k/linux.mh (NATDEPFILES): Update.
166 * config/ia64/linux.mh (NATDEPFILES): Update.
167 * config/i386/linux64.mh (NATDEPFILES): Update.
168 * config/i386/linux.mh (NATDEPFILES): Update.
169 * config/arm/linux.mh (NATDEPFILES): Update.
170 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
171 * linux-nat.c: Update copyright. Include <sys/param.h>,
172 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
173 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
174 (O_LARGEFILE): Possibly define.
175 (_initialize_linux_nat, linux_proc_pending_signals)
176 (add_line_to_sigset, linux_proc_xfer_memory)
177 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
178 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
179 (struct linux_corefile_thread_data)
180 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
181 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
182
183 2004-09-16 Andrew Cagney <cagney@gnu.org>
184
185 * lin-lwp.c: Delete file.
186 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
187 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
188 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
189 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
190 (linux_nat_attach, detach_callback, linux_nat_detach)
191 (resume_callback, resume_clear_callback, linux_nat_resume)
192 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
193 (stop_wait_callback, linux_nat_has_pending, flush_callback)
194 (status_callback, running_callback, count_events_callback)
195 (select_singlestep_lwp_callback, select_event_lwp_callback)
196 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
197 (child_wait, stop_and_resume_callback, linux_nat_wait)
198 (kill_callback, kill_wait_callback, linux_nat_kill)
199 (linux_nat_create_inferior, linux_nat_mourn_inferior)
200 (linux_nat_xfer_memory, linux_nat_thread_alive)
201 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
202 (_initialize_linux_nat): New functions.
203 * Makefile.in: Update all dependencies.
204 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
205 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
206 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
207 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
208 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
209 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
210 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
211 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
212 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
213 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
214 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
215 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
216 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
217
218 2004-09-27 Mark Kettenis <kettenis@gnu.org>
219
220 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
221 config/i386/obsd64.mh (NAT_FILE): Remove variable.
222
223 * configure.in: Don't comment out NATDEPFILES in the generated
224 Makefile if NAT_FILE is unset.
225 * configure: Regenerate.
226
227 2004-09-27 Andrew Cagney <cagney@gnu.org>
228
229 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
230 (insert_step_resume_breakpoint): Delete.
231 (insert_step_resume_breakpoint_at_frame): New function.
232 (insert_step_resume_breakpoint_at_sal): New function.
233 (handle_inferior_event, step_into_function)
234 (insert_step_resume_breakpoint): Simplify by using same.
235
236 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
237
238 2004-09-26 Mark Kettenis <kettenis@gnu.org>
239
240 * fbsd-proc.c: Remove file.
241 * Makefile.in (fbsd-proc.o): Remove dependency.
242
243 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
244 code together.
245
246 * config/i386/nm-fbsd64.h: Remove file.
247 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
248
249 2004-09-26 Mark Kettenis <kettenis@gnu.org>
250
251 * amd64-nat.h: Update copyright year.
252 (amd64bsd_target): New prototype.
253 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
254 (amd64bsd_target): New function.
255 (amd64bsd_fetch_inferior_registers): Rename from
256 fetch_inferior_registers. Make static.
257 (amd64bsd_store_inferior_registers): Rename from
258 store_inferior_registers. Make static.
259 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
260 (_initialize_amd64fbsd_nat): Construct and add target vector.
261 * amd64nbsd-nat.o: Include "target.h".
262 (_initialize_amd64nbsd_nat): Construct and add target vector.
263 * amd64obsd-nat.c: Include "target.h".
264 (_initialize_amd64obsd_nat): Construct and add target vector.
265 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
266 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
267 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
268 fbsd-nat.o.
269 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
270 Remove infptrace.o and inftarg.o. Add inf-child.o and
271 inf-ptrace.o.
272 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
273 (amd64obsd-nat.o): Update dependencies.
274
275 2004-09-25 Mark Kettenis <kettenis@gnu.org>
276
277 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
278 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
279 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
280 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
281 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
282
283 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
284 Inline attach call.
285 (inf_ptrace_detach): Inline detach call.
286
287 * configure.in: Check for waddstr instead of mvwaddstr when
288 searching for curses library. Check for wborder.
289 * configure, config.in: Regenerate.
290 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
291 available.
292
293 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
294
295 2004-09-24 Robert Picco <Robert.Picco@hp.com>
296
297 Committed by Andrew Cagney.
298 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
299 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
300 configuration.
301 (fetch_register_using_p): Implement 'p' packet. Based on code by
302 Fernando Nasser.
303 (remote_fetch_registers): Call fetch_register_using_p.
304 (init_all_packet_configs, show_remote_cmd)
305 (_initialize_remote): Add p-packet.
306
307 2004-09-24 Mark Kettenis <kettenis@gnu.org>
308
309 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
310 instead of call_ptrace. Call wait directly instead of
311 ptrace_wait.
312 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
313 (inf_ptrace_wait): Inline ptrace_wait call.
314
315 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
316
317 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
318 rolled back instead.
319
320 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
321
322 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
323 the new argument order.
324
325 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
326
327 * MAINTAINERS: Remove "broken" from XStormy16 entry.
328 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
329 (struct gdbarch_tdep): Remove.
330 (struct xstormy16_frame_cache): New frame cache structure.
331 (xstormy16_register_byte, xstormy16_register_raw_size)
332 (xstormy16_reg_virtual_type, xstormy16_register_type)
333 (xstormy16_push_arguments, xstormy16_push_return_address)
334 (xstormy16_pop_frame, xstormy16_store_struct_return)
335 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
336 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
337 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
338 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
339 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
340 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
341 (xstormy16_use_struct_convention): Drop gcc_p parameter.
342 (xstormy16_extract_return_value, xstormy16_store_return_value):
343 Regcachify. Drop useless struct convention handling.
344 (xstormy16_register_type, xstormy16_return_value)
345 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
346 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
347 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
348 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
349 (xstormy16_unwind_sp, xstormy16_unwind_pc)
350 (xstormy16_unwind_dummy_id) : New functions.
351 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
352 of xstormy16_scan_prologue.
353 (xstormy16_frame_unwind): New frame_unwind structure.
354 (xstormy16_frame_base): New frame_base structure.
355 (xstormy16_gdbarch_init): Accomodate all of the above changes.
356 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
357
358 2004-09-22 Mark Kettenis <kettenis@gnu.org>
359
360 * language.c (language_gdbarch_post_init): Fix off-by one error.
361
362 2004-09-21 Daniel Jacobowitz <dan@debian.org>
363
364 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
365 (struct dwarf2_offset_and_type): New.
366 (set_die_type, reset_die_and_siblings_types, get_die_type)
367 (offset_and_type_hash, offset_and_type_eq): New functions.
368 (read_structure_type, read_enumeration_type, read_array_type)
369 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
370 (read_tag_reference_type, read_tag_const_type)
371 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
372 (read_typedef, read_base_type, read_subrange_type): Use
373 set_die_type.
374
375 2004-09-20 Daniel Jacobowitz <dan@debian.org>
376
377 * Makefile.in (dwarf2read.o): Update dependencies.
378 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
379 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
380 and read_in_chain.
381 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
382 mark, and has_form_ref_addr.
383 (struct dwarf2_per_cu_data): New.
384 (dwarf2_max_cache_age): New.
385 (dwarf2_build_psymtabs_hard): Free cached compilation units
386 after loading. Create and manage the list of compilation units.
387 Remove unnecessary NULL initialization. Fix indentation.
388 (psymtab_to_symtab_1): Initialize all of CU.
389 (dwarf2_read_abbrevs): Set has_form_ref_addr.
390 (find_partial_die): Use dwarf2_find_containing_comp_unit
391 and load_comp_unit.
392 (free_stack_comp_unit): Update comments. Clear the per-cu
393 pointer. Handle aging.
394 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
395 (age_cached_comp_units, free_one_cached_comp_unit)
396 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
397 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
398 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
399 (show_dwarf2_cmd): New.
400 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
401 and "maint show dwarf2 max-cache-age".
402 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
403 externs.
404 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
405 global.
406
407 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
408
409 * dwarf2read.c (typename_concat): Change prototype to accept obstack
410 and dwarf2_cu struct pointer as arguments. Change function to use
411 obstack if provided and use dwarf2_cu to determine language-specific
412 separator.
413 (partial_die_parent_scope): Change comment to include java. Use
414 new version of typename_concat instead of obconcat.
415 (partial_die_full_name): Use typename_concat.
416 (read_namespace): Ditto.
417 (read_enumeration_type): Use typename_concat instead of obconcat.
418 (new_symbol): Ditto.
419 (add_partial_symbol): Enhance tests for C++ to also test for Java.
420 (guess_structure_name): Ditto.
421 (read_subroutine_type): Ditto.
422 (read_structure_type): Ditto.
423 (is_vtable_name): Add Java support.
424 (determine_class_name): Switch to new typename_concat call.
425 (determine_prefix): Switch to new typename_concat call.
426 * jv-exp.y (FuncStart): New pattern.
427 (MethodInvocation): Add support for simple function calls. Change
428 warning message for other forms of inferior call currently not
429 supported.
430 * valarith.c (value_subscript): Treat an array with upper-bound
431 of -1 as unknown size.
432
433 2004-09-20 Daniel Jacobowitz <dan@debian.org>
434
435 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
436 (lookup_partial_symtab): Use symtab_to_fullname.
437
438 2004-09-19 Jim Blandy <jimb@redhat.com>
439
440 * minsyms.c (lookup_minimal_symbol): Doc fix.
441
442 2004-09-20 Andrew Cagney <cagney@gnu.org>
443
444 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
445 CHILD_RESUME.
446 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
447 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
448 KILL_INFERIOR.
449 * infptrace.c: Update.
450
451 2004-09-19 Daniel Jacobowitz <dan@debian.org>
452
453 * symtab.c (output_source_filename): Mark first argument as const.
454 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
455 for "info sources" output.
456
457 2004-09-20 Mark Kettenis <kettenis@gnu.org>
458
459 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
460 <machine/vmparam.h>.
461 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
462 (register_u_addr): Remove prototype.
463
464 2004-09-19 Mark Kettenis <kettenis@gnu.org>
465
466 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
467 (i386bsd_fetch_inferior_registers): Rename from
468 fetch_inferior_registers. Make static.
469 (i386bsd_store_inferior_registers): Rename from
470 store_inferior_registers. Make static.
471 (i386bsd_target): New function.
472 * i386bsd-nat.h: New file.
473 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
474 "i386bsd-nat.h".
475 (i386fbsd_resume): Rename from child_resume. Make static.
476 (_initialize_i386fbsd_nat): Construct and add target vector.
477 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
478 (_initialize_i386nbsd_nat): Construct and add target vector.
479 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
480 Remove defines.
481 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
482 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
483 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
484 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
485 (LOADLIBES): New variable.
486 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
487 inf-ptrace.o. Remove inftarg.o.
488 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
489 inf-ptrace.o. Remove inftarg.o.
490 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
491 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
492 (LOADLIBES): New variable.
493 * Makefile.in (i386bsd_nat_h): New variable.
494 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
495 dependencies.
496
497 * sparc64nbsd-tdep.c: Include "objfiles.h".
498 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
499 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
500 svr4_lp64_fetch_link_map_offsets.
501 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
502 "nbsd-tdep.h".
503 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
504 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
505 svr4_lp64_fetch_link_map_offsets.
506 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
507 dependencies.
508
509 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
510 * fbsd-nat.h: New file.
511 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
512 (fbsd_nat_h): New variable.
513 (fbsd-nat.o): New dependency.
514
515 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
516 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
517
518 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
519 comment.
520
521 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
522
523 * ada-exp.y (type_int): New function to add layer of abstraction
524 around references to expression types.
525 (type_long): Ditto.
526 (type_long_long): Ditto.
527 (type_float): Ditto.
528 (type_double): Ditto.
529 (type_long_double): Ditto.
530 (type_char): Ditto.
531 (type_system_address): Ditto.
532 (simple_exp): Use type_* functions in place of builtin_*
533 variables.
534 (exp): Ditto.
535 (write_var_from_name): Ditto.
536 (write_object_renaming): Ditto.
537 * ada-lang.c (ada_create_fundamental_type): Remove redundant
538 declaration.
539 (build_ada_types): Remove, replacing with...
540 (ada_language_arch_info): New function to initialize primitive
541 type vector in language_arch_info.
542 (ada_array_length): Remove use of builtin_type_ada_int.
543 (value_pos_atr): Ditto.
544 (ada_evaluate_subexp): Ditto.
545 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
546 builtin_type_ada_long_long, builtin_type_ada_char,
547 builtin_type_ada_float, builtin_type_ada_double,
548 builtin_type_ada_long_double, builtin_type_ada_natural,
549 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
550 (ada_builtin_types): Remove.
551 (ada_language_defn): Remove entries for la_builtin_type_vector and
552 string_char_type and use ada_language_arch_info.
553 (_initialize_ada_language): Do type-vector initialization along
554 the lines of c-lang.c.
555 (ada_create_fundamental_type): Break up line.
556 (ada_dump_symtab): Remove unused function.
557 (enum ada_primitive_types): Define.
558 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
559 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
560 builtin_type_ada_float, builtin_type_ada_double,
561 builtin_type_ada_long_double, builtin_type_ada_natural,
562 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
563 * ada-lex.l: Use type_* functions in place of builtin_* variables.
564 (processInt): Ditto.
565 (processReal): Ditto.
566 (name_lookup): Ditto.
567 * ada-typeprint.c (print_range): Use builtin_type_int, not
568 builtin_type_ada_int.
569
570 2004-09-18 Mark Kettenis <kettenis@gnu.org>
571
572 * i386-tdep.c (i386_register_name): Rename regno to regnum.
573
574 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
575 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
576 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
577 * configure.in: Improve checks for curses library by checking for
578 mvwaddstr instead of initscr. Drop HP curses in favour of
579 standard curses on HP-UX.
580 * configure: Regenerated.
581
582 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
583
584 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
585 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
586 Minor formatting changes.
587 (empty_array): Slight rewrite for formatting.
588 (emit_char,parse,ada_language_defn,build_ada_types,
589 ada_is_exception_sym, _initialize_ada_language): Move
590 definitions around.
591 (ada_dump_symtab): Remove unused definition.
592 (ada_maybe_exception_partial_symbol): Remove unused definition.
593
594 2004-09-16 Andrew Cagney <cagney@gnu.org>
595
596 * inf-child.c: Include "gdb_string.h".
597 (inf_child_core_file_to_sym_file): Delete.
598 (inf_child_target): Set to_fetch_registers and to_store_registers.
599 * inf-ptrace.c: Include "gdb_string.h".
600 * Makefile.in: Update all dependencies.
601
602 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
603 problem.
604
605 2004-09-14 Joel Brobecker <brobecker@gnat.com>
606
607 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
608 call to heuristic_proc_desc. Remove code that became redundant
609 as a consequence.
610 (read_next_frame_reg): Remove special case for SP_REGNUM.
611 (set_reg_offset): Fix small typo.
612 (reset_saved_regs): New procedure.
613 (mips32_heuristic_proc_desc): No longer compute a fake
614 procedure descriptor. Compute the full frame cache instead.
615 Some minor comment reformatting.
616
617 2004-09-14 Andrew Cagney <cagney@gnu.org>
618
619 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
620 maintainer.
621
622 * thread-db.c (thread_db_new_objfile): Assume that there is a
623 child process.
624
625 2004-09-13 Jim Blandy <jimb@redhat.com>
626
627 * valops.c (value_assign): Move 'buffer' to the enclosing block,
628 so that its storage isn't referenced after its lifetime ends.
629
630 * valops.c (value_assign): 'use_buffer' is initialized to zero,
631 and never assigned to. Delete it, and the 'if (use_buffer)'
632 clauses. Delete 'raw_buffer', since it is now unused.
633
634 2004-09-13 Andrew Cagney <cagney@gnu.org>
635
636 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
637 * configure: Re-generate.
638 * nlm/Makefile.in (TAGS): Update.
639 * Makefile.in (TAGS): Update.
640 * config/vax/nbsd.mt (TM_FILE): Update.
641 * config/sparc/vxworks.mt (TM_FILE): Update.
642 * config/sparc/sol2.mt (TM_FILE): Update.
643 * config/sparc/sol2-64.mt (TM_FILE): Update.
644 * config/sparc/obsd64.mt (TM_FILE): Update.
645 * config/sparc/obsd.mt (TM_FILE): Update.
646 * config/sparc/nbsd64.mt (TM_FILE): Update.
647 * config/sparc/nbsd.mt (TM_FILE): Update.
648 * config/sparc/linux64.mt (TM_FILE): Update.
649 * config/sparc/linux.mt (TM_FILE): Update.
650 * config/sparc/fbsd.mt (TM_FILE): Update.
651 * config/sh/wince.mt (TM_FILE): Update.
652 * config/sh/nbsd.mt (TM_FILE): Update.
653 * config/sh/linux.mt (TM_FILE): Update.
654 * config/sh/embed.mt (TM_FILE): Update.
655 * config/s390/s390.mt (TM_FILE): Update.
656 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
657 * config/rs6000/rs6000.mt (TM_FILE): Update.
658 * config/rs6000/aix4.mt (TM_FILE): Update.
659 * config/powerpc/vxworks.mt (TM_FILE): Update.
660 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
661 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
662 * config/powerpc/obsd.mt (TM_FILE): Update.
663 * config/powerpc/nbsd.mt (TM_FILE): Update.
664 * config/powerpc/linux.mt (TM_FILE): Update.
665 * config/powerpc/aix.mt (TM_FILE): Update.
666 * config/pa/obsd.mt (TM_FILE): Update.
667 * config/pa/linux.mt (TM_FILE): Update.
668 * config/pa/hppahpux.mt (TM_FILE): Update.
669 * config/pa/hppa64.mt (TM_FILE): Update.
670 * config/pa/hppa.mt (TM_FILE): Update.
671 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
672 * config/mips/wince.mt (TM_FILE): Update.
673 * config/mips/vxmips.mt (TM_FILE): Update.
674 * config/mips/nbsd.mt (TM_FILE): Update.
675 * config/mips/linux.mt (TM_FILE): Update.
676 * config/mips/irix6.mt (TM_FILE): Update.
677 * config/mips/irix5.mt (TM_FILE): Update.
678 * config/mips/embed.mt (TM_FILE): Update.
679 * config/m68k/vxworks68.mt (TM_FILE): Update.
680 * config/m68k/st2000.mt (TM_FILE): Update.
681 * config/m68k/os68k.mt (TM_FILE): Update.
682 * config/m68k/obsd.mt (TM_FILE): Update.
683 * config/m68k/nbsd.mt (TM_FILE): Update.
684 * config/m68k/monitor.mt (TM_FILE): Update.
685 * config/m68k/linux.mt (TM_FILE): Update.
686 * config/m68k/cisco.mt (TM_FILE): Update.
687 * config/ia64/linux.mt (TM_FILE): Update.
688 * config/ia64/aix.mt (TM_FILE): Update.
689 * config/ia64/ia64.mt (TM_FILE): Update.
690 * config/i386/vxworks.mt (TM_FILE): Update.
691 * config/i386/obsd64.mt (TM_FILE): Update.
692 * config/i386/obsd.mt (TM_FILE): Update.
693 * config/i386/nto.mt (TM_FILE): Update.
694 * config/i386/nbsd64.mt (TM_FILE): Update.
695 * config/i386/nbsd.mt (TM_FILE): Update.
696 * config/i386/linux64.mt (TM_FILE): Update.
697 * config/i386/linux.mt (TM_FILE): Update.
698 * config/i386/i386sol2.mt (TM_FILE): Update.
699 * config/i386/i386lynx.mt (TM_FILE): Update.
700 * config/i386/fbsd64.mt (TM_FILE): Update.
701 * config/i386/fbsd.mt (TM_FILE): Update.
702 * config/i386/cygwin.mt (TM_FILE): Update.
703 * config/h8300/h8300.mt (TM_FILE): Update.
704 * config/frv/frv.mt (TM_FILE): Update.
705 * config/cris/cris.mt (TM_FILE): Update.
706 * config/arm/wince.mt (TM_FILE): Update.
707 * config/arm/nbsd.mt (TM_FILE): Update.
708 * config/arm/linux.mt (TM_FILE): Update.
709 * config/arm/embed.mt (TM_FILE): Update.
710 * config/alpha/nbsd.mt (TM_FILE): Update.
711 * config/alpha/fbsd.mt (TM_FILE): Update.
712 * config/alpha/alpha.mt (TM_FILE): Update.
713 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
714 * config/alpha/alpha-linux.mt (TM_FILE): Update.
715
716 Eliminate event_loop_p, always has the value 1.
717 * defs.h (event_loop_p): Delete macro.
718 * breakpoint.c (until_break_command): Simplify.
719 * utils.c (prompt_for_continue): Simplify.
720 * tracepoint.c (read_actions): Simplify.
721 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
722 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
723 (set_prompt, init_main): Simplify.
724 (init_signals, disconnect): Delete, unused.
725 * remote.c (remote_async_resume)
726 (extended_remote_async_create_inferior): Simplify.
727 * mi/mi-interp.c (mi_input): Delete, unused.
728 (mi_interpreter_resume, mi_command_loop): Simplify.
729 * interps.c (current_interp_command_loop): Simplify.
730 * infrun.c (proceed): Simplify.
731 * infcmd.c (run_command, continue_command, step_1, jump_command)
732 (until_command, advance_command, finish_command)
733 (interrupt_target_command): Simplify.
734 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
735
736 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
737 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
738 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
739 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
740 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
741 * mips-tdep.c (mips_dump_tdep): Do not print same.
742
743 2004-09-12 Andrew Cagney <cagney@gnu.org>
744
745 * valprint.c (print_longest): Use fputs_filtered. Make "val"
746 const.
747 * Makefile.in (valprint.o): Delete explict rule.
748
749 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
750 reported by Dave Anderson.
751
752 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
753
754 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
755
756 2004-09-12 Salvador E. Tropea <set@users.sf.net>
757 Andrew Cagney <cagney@gnu.org>
758
759 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
760 (mi_cmd_data_list_register_values)
761 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
762 the register number computation.
763
764 2004-09-12 Andrew Cagney <cagney@gnu.org>
765
766 * ppcnbsd-nat.c: Include "inf-ptrace.h".
767 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
768 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
769 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
770 target.
771 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
772 inf-ptrace.o and inf-child.o.
773 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
774 * Makefile.in: Update dependencies.
775
776 2004-09-11 Andrew Cagney <cagney@gnu.org>
777
778 * language.c (hex_string, hex_string_custom): Move from here ...
779 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
780 (CELLSIZE): Increase to 50.
781 * language.h (hex_string, hex_string_custom): Move from here ...
782 * defs.h: ... to here.
783 * Makefile.in: Update all dependencies.
784
785 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
786
787 * language.c (local_hex_format_custom): Remove.
788 (local_hex_string): Rename to hex_string, use C format, and move to
789 utils.c
790 (local_hex_string_custom): Rename to hex_string_custom and change
791 interface. Now uses C format. Move to utils.c
792 (local_octal_format_custom): Remove.
793 (local_decimal_format_custom): Remove.
794 (unknown_language_defn): Remove language-specific number
795 formatting entries.
796 (auto_language_defn): Ditto.
797 (local_language_defn): Ditto.
798 * language.h (struct language_format_info): Delete declaration.
799 (struct language_defn): Remove language_format_info fields
800 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
801 (local_binary_format): Remove macro.
802 (local_binary_format_prefix): Remove macro.
803 (local_binary_format_specifier): Remove macro.
804 (local_binary_format_suffix): Remove macro.
805 (local_octal_format): Remove macro.
806 (local_octal_format_prefix): Remove macro.
807 (local_octal_format_specifier): Remove macro.
808 (local_octal_format_suffix): Remove macro.
809 (local_decimal_format): Remove macro.
810 (local_decimal_format_prefix): Remove macro.
811 (local_decimal_format_specifier): Remove macro.
812 (local_decimal_format_suffix): Remove macro.
813 (local_hex_format): Remove macro.
814 (local_hex_format_prefix): Remove macro.
815 (local_hex_format_specifier): Remove macro.
816 (local_hex_format_suffix): Remove macro.
817 (local_decimal_format_custom): Remove.
818 (local_octal_format_custom): Remove.
819 (local_hex_format_custom): Remove.
820 (local_hex_string): Rename to hex_string and move to defs.h.
821 (local_hex_string_custom): Rename to hex_string_custom, change
822 interface, and move to defs.h.
823 * utils.c: (int_string): New function.
824 (hex_string): New function (from language.c).
825 (hex_string_custom): New function (from language.c).
826 (octal2str): New function.
827 (decimal2str): Add width parameter.
828 (paddr_u): Use new decimal2str interface.
829 (paddr_d): Ditto.
830 * defs.h (hex_string): Declare.
831 (hex_string_custom): Declare.
832 (int_string): Declare.
833 * printcmd.c (print_scalar_formatted): Remove localized binary
834 formatting.
835 * valprint.c (print_longest): Use int_string.
836 (print_floating): Use C hex format.
837 (print_hex_chars): Ditto.
838 (print_binary_chars): Remove language-specific formatting.
839 (print_octal_chars): Use C octal format.
840 (print_decimal_chars): Delocalize format.
841 (print_decimal): Remove.
842 * ada-lang.c (ada_language_defn): Remove language-specific number
843 formatting entries.
844 * p-lang.c (pascal_language_defn): Ditto.
845 * c-lang.c (c_language_defn): Ditto.
846 (cplus_language_defn): Ditto.
847 (asm_language_defn): Ditto.
848 (minimal_language_defn): Ditto.
849 * f-lang.c (f_language_defn): Ditto.
850 * jv-lang.c (java_language_defn): Ditto.
851 * m2-lang.c (m2_language_defn): Ditto.
852 * scm-lang.c (scm_language_defn): Ditto.
853 * objc-lang.c (objc_language_defn): Ditto.
854 * memattr.c (mem_info_command): Use renamed hex_string_custom with
855 new interface.
856 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
857 * ui-out.c (ui_out_field_core_addr): Ditto.
858 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
859 * exec.c (print_section_info): Ditto.
860 * i387-tdep.c (print_i387_status_word): Ditto.
861 (print_i387_control_word): Ditto.
862 (i387_print_float_info): Ditto.
863 * maint.c (maint_print_section_info): Ditto.
864 * solib.c (info_sharedlibrary_command): Ditto.
865 * somsolib.c (som_sharedlibrary_info_command): Ditto.
866 * symtab.c (print_msymbol_info): Ditto.
867 * tracepoint.c (tracepoints_info): Ditto.
868 * solib-frv.c (lm_base): Ditto.
869 (frv_current_sos): Ditto.
870 (enable_break2): Ditto.
871 (enable_break): Ditto.
872 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
873 (process_one_symbol): Ditto.
874 * infcmd.c (program_info): Ditto.
875 * mdebugread.c (parse_partial_symbols): Ditto.
876 * symfile.c (add_symbol_file_command): Ditto.
877 * cli/cli-cmds.c (edit_command): Ditto.
878 (list_command): Ditto.
879 * infcall.c (call_function_by_hand): Ditto.
880 * remote-vx.c (vx_run_files_info): Ditto.
881 (vx_wait): Ditto.
882 (vx_attach): Ditto.
883 (vx_detach): Ditto.
884 (vx_kill): Ditto.
885 * aix-thread.c (pdc_symbol_addrs): Ditto.
886 (pdc_read_regs): Ditto.
887 (pdc_write_regs): Ditto.
888 (pdc_read_data): Ditto.
889 (pdc_write_data): Ditto.
890 * d10v-tdep.c (display_trace): Ditto.
891 * rs6000-nat.c (find_toc_address): Ditto.
892 * aix-thread.c: Don't include language.h.
893 * buildsym.c: Ditto.
894 * dbxread.c: Ditto.
895 * mdebugread.c: Ditto.
896 * rs6000-nat.c: Ditto.
897 * buildsym.c (make_blockvector): Use renamed hex_string.
898
899 2004-09-10 Jason Molenda (jmolenda@apple.com)
900
901 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
902 chars after 'if' or 'while' commands in user-defined commands.
903
904 2004-09-08 Jim Blandy <jimb@redhat.com>
905
906 Fix bug reported and analyzed by Olivier Crete:
907 * symfile.c (copy_section_addr_info): New function.
908 (symbol_file_add_with_addrs_or_offsets): Use it to save the
909 original set of address arguments, instead of handwritten code
910 that uses one length to allocate and a different length to
911 initialize. Use make_cleanup_free_section_addr_info.
912 * symfile.h (copy_section_addr_info): New declaration.
913 * utils.c: #include "symfile.h".
914 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
915 New functions.
916 * defs.h (make_cleanup_free_section_addr_info): New declaration.
917 * Makefile.in (utils.o): Update dependencies.
918
919 2004-09-08 Andrew Cagney <cagney@gnu.org>
920
921 * thread-db.c (keep_thread_db): Delete.
922 (thread_db_new_objfile, thread_db_create_inferior)
923 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
924
925 2004-09-08 Mark Kettenis <kettenis@gnu.org>
926
927 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
928 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
929 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
930 (i386_frameless_signal_p): Remove prototype.
931 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
932 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
933 I386_SSE_NUM_REGS.
934 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
935 instead of FP0_REGNUM.
936 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
937 of FP0_REGNUM and FPC_REGNUM.
938
939 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
940 (sunos_solib_create_inferior_hook): Don't call
941 sunos_relocate_main_executable.
942
943 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
944 solib_svr4_fetch_link_map_offsets to
945 svr4_ilp32_fetch_link_map_offsets.
946 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
947 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
948 svr4_ilp32_fetch_link_map_offsets.
949 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
950
951 2004-09-07 Jim Blandy <jimb@redhat.com>
952
953 * frame.h (frame_register): Doc fix.
954
955 2004-09-07 Andrew Cagney <cagney@gnu.org>
956
957 * vx-share/wait.h: Delete #ifdef USG.
958 * utils.c (request_quit): Ditto.
959 * tui/tui.c (tui_reset): Ditto.
960 * remote.c: Ditto.
961 * remote-sds.c: Ditto.
962 * remote-rdi.c: Ditto.
963 * mdebugread.c: Ditto.
964 * m68klinux-nat.c: Ditto.
965 * infttrace.c: Ditto.
966 * infptrace.c: Ditto.
967 * i386v-nat.c: Ditto.
968 * exec.c: Ditto.
969 * dbxread.c: Ditto.
970 * core-aout.c: Ditto.
971
972 2004-09-05 Joel Brobecker <brobecker@gnat.com>
973
974 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
975 heuristic_proc_desc.
976 (mips_insn32_frame_cache): Likewise.
977
978 2004-09-04 Joel Brobecker <brobecker@gnat.com>
979
980 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
981 left behind by error.
982
983 2004-09-04 Joel Brobecker <brobecker@gnat.com>
984
985 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
986 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
987
988 2004-09-04 Joel Brobecker <brobecker@gnat.com>
989
990 * config/rs6000/xm-aix4.h: Remove this file.
991 * config/rs6000/aix4.mh (XM_FILE): Delete.
992
993 2004-09-04 Joel Brobecker <brobecker@gnat.com>
994
995 * config/rs6000/xm-rs6000.h: Remove this file.
996 * config/rs6000/rs6000.mh (XM_FILE): Remove.
997
998 2004-09-03 Andrew Cagney <cagney@gnu.org>
999
1000 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
1001 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
1002 only use.
1003
1004 * mips-tdep.c (temp_saved_regs): Delete.
1005 (set_reg_offset): Replace saved_regs parameter with this_cache.
1006 (heuristic_proc_desc, mips16_heuristic_proc_desc)
1007 (mips32_heuristic_proc_desc): Add this_cache parameter.
1008 (mips_insn32_frame_cache, mips_insn16_frame_cache)
1009 (after_prologue): Pass a NULL this_cache.
1010
1011 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
1012 non-kernel trap prologues.
1013
1014 * mips-tdep.c (find_proc_desc): Delete function.
1015 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
1016 simplify.
1017 (mips_insn16_frame_cache): Replace find_proc_desc with code from
1018 mips_insn32_frame_cache.
1019
1020 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
1021 Simplify as NEXT_FRAME is NULL.
1022 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
1023
1024 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
1025 local variable.
1026 (mips_skip_prologue): Update.
1027
1028 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
1029 "cur_frame" parameter.
1030 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
1031 (mips_insn32_frame_cache, find_proc_desc): Update
1032
1033 * config/vax/nm-obsd.h: Delete file.
1034 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1035 * config/vax/nm-nbsd.h: Delete file.
1036 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
1037 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1038 * config/sh/nm-nbsd.h: Delete file.
1039 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1040 * config/rs6000/nm-rs6000ly.h: Delete file.
1041 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
1042 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1043 * config/powerpc/nm-obsd.h: Delete file.
1044 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1045 * config/powerpc/nm-nbsd.h: Delete file.
1046 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1047 * config/pa/nm-obsd.h: Delete file.
1048 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1049 * config/mips/nm-nbsd.h: Delete file.
1050 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1051 * config/m88k/nm-obsd.h: Delete file.
1052 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1053 * config/m68k/nm-nbsd.h: Delete file.
1054 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
1055 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1056 * config/i386/nm-nbsd.h: Delete file.
1057 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
1058 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1059 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1060 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1061 * config/i386/nm-i386lynx.h: Delete file.
1062 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1063 * config/arm/nm-nbsd.h: Delete file.
1064 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
1065 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1066
1067 * config/i386/tm-fbsd.h: Delete file.
1068 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
1069 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
1070
1071 * config/rs6000/tm-rs6000-aix4.h: Delete file.
1072 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
1073 * config/rs6000/aix4.mt (TM_FILE): Set to
1074 config/rs6000/tm-rs6000.h.
1075 * config/powerpc/tm-ppc-aix.h: Delete file.
1076 * config/powerpc/aix.mt (TM_FILE): Set to
1077 config/rs6000/tm-rs6000.h.
1078 * config/m68k/tm-linux.h: Delete file.
1079 * config/m68k/linux.mt (TM_FILE): Set to solib.h
1080 * config/i386/tm-linux64.h: Delete file.
1081 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
1082 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
1083
1084 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1085 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
1086 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
1087 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1088 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
1089 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
1090 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
1091 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1092 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1093
1094 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
1095 gdb_host_cpu.
1096
1097 2004-09-02 Joel Brobecker <brobecker@gnat.com>
1098
1099 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
1100 Minor reformatting. Some code factoring.
1101
1102 2004-09-02 Andrew Cagney <cagney@gnu.org>
1103
1104 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
1105 * config/vax/tm-nbsd.h: Delete file.
1106 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1107 * config/sparc/tm-vxworks.h: Delete file.
1108 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
1109 * config/sparc/tm-nbsd.h: Delete file.
1110 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
1111 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
1112 * config/sparc/tm-linux.h: Delete file.
1113 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
1114 * config/s390/tm-linux.h: Delete file.
1115 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
1116 * config/pa/tm-bsd.h: Delete file.
1117 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
1118 * config/m68k/tm-obsd.h: Delete file.
1119 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
1120 * config/m68k/tm-nbsd.h: Delete file.
1121 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1122 * config/i386/tm-vxworks.h: Delete file.
1123 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
1124 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
1125 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
1126 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
1127 * config/i386/tm-nbsd.h: Delete file.
1128 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
1129 * config/i386/tm-i386lynx.h: Delete file.
1130 * config/cris/cris.mt (TM_FILE): Set to solib.h.
1131 * config/cris/tm-cris.h: Delete file.
1132
1133 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
1134 * configure: Re-generate.
1135 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
1136 * config/arm/tm-nbsd.h: Delete file.
1137
1138 * config/powerpc/tm-ppcle-sim.h: Delete.
1139 * config/powerpc/tm-ppcle-eabi.h: Delete.
1140 * config/powerpc/tm-nbsd.h: Delete.
1141 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
1142 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
1143 tm-ppcle-eabi.h.
1144
1145 * config/i386/nto.mh (NAT_FILE): Delete.
1146 * config/i386/nm-nto.h: Delete.
1147
1148 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
1149 * config/m68k/tm-os68k.h: Ditto.
1150 * config/m68k/tm-monitor.h: Ditto.
1151 * config/m68k/tm-cisco.h: Ditto.
1152 * config/m68k/st2000.mt (TM_FILE): Delete.
1153 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
1154 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
1155 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
1156 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
1157
1158 * config/m68k/tm-st2000.h: Delete.
1159 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
1160 * config/sparc/fbsd.mt (TM_FILE): Delete.
1161 * config/sparc/tm-fbsd.h: Delete.
1162
1163 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
1164 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
1165 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
1166
1167 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
1168 GDB_TM_FILE and GDB_XM_FILE.
1169 * gdbarch.c: Re-generate.
1170 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
1171 quotes in macro definition.
1172 * configure.in: Re-generate.
1173
1174 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
1175 validating architecture methods.
1176 * gdbarch.c: Re-generate.
1177
1178 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
1179 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
1180 GDB_MULTI_ARCH_PARTIAL.
1181 * gdbarch.h: Re-generate.
1182
1183 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
1184 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
1185 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
1186 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
1187 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
1188 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
1189 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
1190 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
1191 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
1192 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
1193 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
1194 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
1195
1196 2004-09-01 Andrew Cagney <cagney@gnu.org>
1197
1198 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
1199 and main_func_highpc.
1200 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
1201 * objfiles.c (init_entry_point_info, objfile_relocate): Update
1202 * nlmread.c (nlm_symfile_read): Update.
1203
1204 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1205
1206 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
1207 (mips_insn32_frame_cache): Inline call to find_proc_desc.
1208 (find_proc_desc): Remove dead code.
1209
1210 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1211
1212 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
1213
1214 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
1215
1216 * observer.sh: Add struct so_list declaration.
1217 * Makefile.in: Add dependencies on observer.h for solib.c and
1218 breakpoint.c.
1219 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
1220 function.
1221 (_initialize_breakpoint): Register
1222 disable_breakpoints_in_unloaded_shlib as an observer of the
1223 "solib unloaded" observation event.
1224 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
1225 call decode_line_1 so unfound breakpoint errors are silent.
1226 * solib.c (update_solib_list): When a solib is discovered to have
1227 been unloaded by the program, notify all observers of the
1228 "solib unloaded" observation event.
1229
1230 2004-09-01 Andrew Cagney <cagney@gnu.org>
1231
1232 * frame.c: Include "objfiles.h".
1233 (inside_main_func): New function.
1234 (get_prev_frame): Use new inside_main_func.
1235 * Makefile.in (frame.o): Update dependencies.
1236 * defs.h (inside_main_func): Delete declaration.
1237 * blockframe.c (inside_main_func): Delete function.
1238
1239 2004-08-31 Jim Blandy <jimb@redhat.com>
1240
1241 * dwarf2read.c (is_vtable_name): New function, based on logic from
1242 read_structure_type, but passing the correct length to strncmp,
1243 and using 'sizeof' instead of 'strlen'.
1244 (read_structure_type): Call it.
1245
1246 2004-08-31 Joel Brobecker <brobecker@gnat.com>
1247
1248 * config/powerpc/aix.mh: Add comment.
1249
1250 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
1251
1252 * MAINTAINERS: Add self to Write-After-Approval.
1253
1254 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
1255
1256 * MAINTAINERS: Add self to Write-After-Approval.
1257
1258 2004-08-30 Andrew Cagney <cagney@gnu.org>
1259
1260 Fix PR breakpoints/1757.
1261 * infrun.c (struct execution_control_state): Replace
1262 remove_breakpoints_on_following_step with
1263 step_after_step_resume_breakpoint.
1264 (init_execution_control_state): Update.
1265 (handle_inferior_event): For signals, when stepping off a
1266 breakpoint, set step_after_step_resume_breakpoint. When
1267 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
1268 (keep_going): Delete code handling
1269 remove_breakpoints_on_following_step.
1270
1271 2004-08-29 David Lecomber <david@streamline-computing.com>
1272
1273 Fix PR gdb/648
1274 * language.h (enum array_ordering): New enum.
1275 * language.h (struct language_defn): New la_array_ordering
1276 attribute.
1277 * language.c (unknown_language_defn, auto_language_defn)
1278 (local_language_defn): Ditto.
1279 * ada-lang.c (ada_language_defn): Ditto.
1280 * c-lang.c (c_language_defn, cplus_language_defn)
1281 (asm_language_defn, minimal_language_defn): Ditto.
1282 * f-lang.c (f_language_defn): Ditto.
1283 * jv-lang.c (java_language_defn): Ditto.
1284 * m2-lang.c (f_language_defn): Ditto.
1285 * objc-lang.c (objc_language_defn): Ditto.
1286 * p-lang.c (pascal_language_defn): Ditto.
1287 * scm-lang.c (scm_language_defn): Ditto.
1288 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
1289 oriented large to small in type structure.
1290 * dwarf2read.c (read_array_order): New function.
1291 (read_array_type): Use read_array_order to check row/column
1292 major ordering.
1293
1294 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
1295
1296 * target.c (target_resize_to_sections): Check
1297 current_target.to_sections for an old value when updating.
1298
1299 2004-08-27 Joel Brobecker <brobecker@gnat.com>
1300
1301 * procfs.c (dbx_link_bpt_addr): New static global variable.
1302 (dbx_link_shadow_contents): New static global variable.
1303 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
1304 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
1305 if we just hit it.
1306 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
1307 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
1308 from run to run.
1309 (procfs_create_inferior): Remove syssgi syscall-exit notifications
1310 after the inferior has been forked.
1311 (remove_dbx_link_breakpoint): New function.
1312 (dbx_link_addr): New function.
1313 (insert_dbx_link_bpt_in_file): New function.
1314 (insert_dbx_link_bpt_in_region): New function.
1315 (insert_dbx_link_breakpoint): New function.
1316 (proc_trace_syscalls_1): New function, extracted from
1317 proc_trace_syscalls.
1318 (proc_trace_syscalls): Replace extract code by call to
1319 proc_trace_syscalls_1.
1320 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
1321 is no longer valid.
1322
1323 2004-08-25 Jim Blandy <jimb@redhat.com>
1324
1325 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
1326
1327 2004-08-25 Andrew Cagney <cagney@gnu.org>
1328
1329 * infrun.c (struct execution_control_state): Delete field
1330 "stepping_through_sigtramp".
1331 (init_execution_control_state): Do not set same.
1332 (context_switch): Do not pass same to save_infrun_state and
1333 load_infrun_state.
1334 * gdbthread.h (struct thread_info): Delete field
1335 stepping_through_sigtramp.
1336 (save_infrun_state, load_infrun_state): Delete parameter
1337 stepping_through_sigtramp.
1338 * thread.c (load_infrun_state, save_infrun_state): Update.
1339
1340 * infrun.c: Re-indent. Move expression operators to the beginning
1341 of the line. Remove long disabled #if 0 code.
1342
1343 2004-08-24 Andrew Cagney <cagney@gnu.org>
1344
1345 * doublest.h (floatformat_ieee_quad): Rename
1346 floatformat_ia64_quad.
1347 * doublest.c (floatformat_ieee_quad): Rename
1348 floatformat_ia64_quad.
1349 (_initialize_doublest): Update.
1350
1351 2004-08-24 Jim Blandy <jimb@redhat.com>
1352
1353 * dwarf2expr.h (struct dwarf_expr_context): New members
1354 'num_pieces' and 'pieces', for returning the result of an
1355 expression that uses DW_OP_piece.
1356 (struct dwarf_expr_piece): New struct type.
1357 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
1358 pieces.
1359 (free_dwarf_expr_context): Free pieces, if any.
1360 (add_piece): New function.
1361 (execute_stack_op): Implement DW_OP_piece.
1362 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
1363 expression is a list of pieces, print an error message.
1364 (dwarf2_loc_desc_needs_frame): If the expression yields
1365 pieces, and any piece is in a register, then we need a frame.
1366
1367 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
1368 the stack until we've decided what sort of result the evaluation
1369 has produced. Use separate variables, with more specific names.
1370
1371 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
1372
1373 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
1374 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
1375 (arm_netbsd_init_abi_common): Register them.
1376
1377 2004-08-22 Mark Kettenis <kettenis@gnu.org>
1378
1379 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
1380
1381 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
1382 safe_frame_unwind_memory instead of target_read_memory.
1383
1384 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
1385 Reorder includes.
1386 (fetch_register, store_register): Remove prototypes.
1387 (child_resume): Reorganize code and comments such that it is
1388 grouped a bit more logically.
1389 (attach): Explicitly compare errno against 0.
1390 (detach): Likewise. Use perror_with_name instead of
1391 print_sys_errmsg.
1392 * Makefile.in (infptrace.o): Update dependencies.
1393
1394 * ia64-linux-nat.c: Update copyright year.
1395 (fetch_debug_register, store_debug_register)
1396 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
1397 PTRACE_TYPE_ARG3.
1398 * config/ia64/nm-linux.h: Update copyright year.
1399 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
1400
1401 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
1402 from CORE_ADDR to struct frame_info *. Use
1403 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
1404 (amd64_linux_sigtramp_p): Adjust for changed signature of
1405 and64_linux_sigtramp_start
1406
1407 * gdb_ptrace.h: GNU/Linux.
1408
1409 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1410 Remove defines.
1411
1412 * infptrace.c: Include "gdb_assert.h".
1413 (PTRACE_XFER_TYPE): Remove define.
1414 (offsetof): Only define if U_REGS_OFFSET isn't defined.
1415 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
1416 Tweak comment.
1417 (fetch_inferior_registers, store_inferior_registers): Remove
1418 redundant culry braces. Tweak comment. s/regno/regnum.
1419 * Makefile.in (infptrace.o): Update dependencies.
1420
1421 * configure.in: Change test for return type of ptrace to default
1422 to `long' instead of `int'.
1423 * configure: Regenerate.
1424
1425 2004-08-21 Mark Kettenis <kettenis@gnu.org>
1426
1427 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
1428
1429 * configure.in: Check for ttrace function.
1430 * configure, config.in: Regenerate.
1431
1432 * gdb_ptrace.h: New file.
1433 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
1434 <sys/ptrace.h>.
1435 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
1436 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
1437 (attach): Don't define PT_ATTACH.
1438 (detach): Don't define PT_DETACH.
1439 * Makefile.in (gdb_ptrace_h): New variable.
1440 (infptrace.o): Update dependencies.
1441
1442 2004-08-16 Mark Kettenis <kettenis@gnu.org>
1443
1444 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
1445 instead of `int' if not already defined.
1446 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
1447 PTRACE_TYPE_ARG3.
1448 * infptrace.c (call_ptrace): Revert change that replaced
1449 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1450
1451 2004-08-15 Mark Kettenis <kettenis@gnu.org>
1452
1453 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1454 Remove defines.
1455
1456 * linux-nat.c (kill_inferior): Add missing third and fourth
1457 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
1458
1459 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
1460 PTRACE_TYPE_RET.
1461
1462 * proc-why.c (proc_prettyfprint_why): Fix format string.
1463
1464 * solib-osf.c (osf_current_sos): Remove unsused label.
1465
1466 * configure.in: Add <ncurses/ncurses.h> to the list of possible
1467 curses headers.
1468 * configure, config.in: Regenerate.
1469 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
1470 <ncurses/ncurses.h>.
1471
1472 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
1473 * config/nm-nbsd.h: Update copyright year.
1474 (PTRACE_ARG3_TYPE): Remove define.
1475
1476 * sparc-nat.c (fetch_inferior_registers)
1477 (store_inferior_registers, sparc_xfer_wcookie):
1478 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1479
1480 * alphabsd-nat.c (fetch_inferior_registers):
1481 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1482 PTRACE_TYPE_ARG3.
1483 * amd64bsd-nat.c (fetch_inferior_registers)
1484 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1485 PTRACE_TYPE_ARG3.
1486 * armnbsd-nat.c: Update copyright year.
1487 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
1488 (store_register, store_regs, store_fp_register, store_fp_regs):
1489 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1490 * hppabsd-nat.c (fetch_inferior_registers)
1491 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1492 PTRACE_TYPE_ARG3.
1493 * i386bsd-nat.c (fetch_inferior_registers)
1494 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
1495 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1496 * m68kbsd-nat.c (fetch_inferior_registers)
1497 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1498 PTRACE_TYPE_ARG3.
1499 * m88kbsd-nat.c (fetch_inferior_registers)
1500 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1501 PTRACE_TYPE_ARG3.
1502 * mipsnbsd-nat.c: Update copyright year.
1503 (fetch_inferior_registers, store_inferior_registers):
1504 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1505 * ns32knbsd-nat.c: Update copyright year.
1506 (fetch_inferior_registers, store_inferior_registers):
1507 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1508 * ppcnbsd-nat.c (fetch_inferior_registers):
1509 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1510 PTRACE_TYPE_ARG3.
1511 * ppcobsd-nat.c (fetch_inferior_registers):
1512 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1513 PTRACE_TYPE_ARG3.
1514 * shnbsd-nat.c: Update copyright year.
1515 (fetch_inferior_registers, store_inferior_registers):
1516 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1517 * vaxbsd-nat.c (fetch_inferior_registers)
1518 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1519 PTRACE_TYPE_ARG3.
1520
1521 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
1522 PTRACE_TYPE_ARG3.
1523 * infptrace.c (call_ptrace, child_resume, attach, detach)
1524 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
1525 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1526 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
1527 PTRACE_TYPE_ARG3.
1528
1529 2004-08-14 Mark Kettenis <kettenis@gnu.org>
1530
1531 * defs.h: Remove out-of-date comment.
1532 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
1533 [!GETENV_PROVIDED] (getenv): Remove prototype.
1534
1535 * standalone.c: Remove file.
1536 * Makefile.in (standalone.o): Remove dependency.
1537
1538 * i386-linux-nat.c (dummy_sse_values): Remove function and
1539 prototype.
1540 (i386_linux_dr_get): Fix typo in comment.
1541 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
1542
1543 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
1544
1545 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1546 from declaration.
1547 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1548 from definition.
1549
1550 2004-08-13 Mark Kettenis <kettenis@gnu.org>
1551
1552 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
1553 parenthesis in definition.
1554 * configure: Regenerated.
1555
1556 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
1557
1558 * PROBLEMS: Mention build/1411.
1559
1560 2004-08-09 Robert Millan <robertmh@gnu.org>
1561
1562 Committed by Nathanael Nerode.
1563 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
1564 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
1565
1566 2004-08-12 Andrew Cagney <cagney@gnu.org>
1567
1568 * NEWS: Mention fixes in GDB 6.2.1.
1569 * PROBLEMS: Remove mention of mips-irix.
1570
1571 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1572
1573 * config/powerpc/xm-aix.h: Delete.
1574 * config/powerpc/aix.mh (MH_FILE): Remove.
1575 * config/powerpc/aix432.mh (MH_FILE): Remove.
1576
1577 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1578
1579 * config/powerpc/aix.mh: Remove obsolete comment.
1580 * config/powerpc/aix432.mh: Likewise.
1581
1582 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1583
1584 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
1585
1586 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1587
1588 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
1589 this file is now empty.
1590 * config/xm-aix4.h: Remove, this file is no longer included
1591 anywhere.
1592
1593 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1594
1595 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1596 that file is now empty.
1597 (termdef): Remove prototype, function no longer used.
1598
1599 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1600
1601 * doc/gdbint.texinfo (Host Definition): Remove documentation
1602 for USE_O_NOCTTY, no longer used.
1603 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
1604 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
1605
1606 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1607
1608 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
1609 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
1610 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1611
1612 2004-08-11 Mark Kettenis <kettenis@gnu.org>
1613
1614 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
1615 instead of FIVE_ARG_PTRACE.
1616
1617 * inflow.c (O_NOCTTY): Define to zero if not already defined.
1618 (new_tty): Use O_NOCTTY unconditionally.
1619
1620 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1621
1622 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
1623 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
1624 fflush on stdout.
1625
1626 2004-08-10 Joel Brobecker <brobecker@gnat.com>
1627
1628 * xcoff_symfile_finish: Replace last call to xmfree by call
1629 to xfree.
1630
1631 2004-08-10 Andrew Cagney <cagney@gnu.org>
1632
1633 * main.c (captured_main): Delete call to init_malloc.
1634 * defs.h (init_malloc): Delete declaration.
1635 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
1636 (init_malloc): Delete functions.
1637
1638 * defs.h (xmfree): Delete.
1639 * utils.c (xmfree): Delete function.
1640 (xfree): Inline calls to xmfree and mfree.
1641 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
1642 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
1643 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
1644 * somread.c (som_symfile_finish): Ditto.
1645 * objfiles.c (allocate_objfile, free_objfile):
1646 * nlmread.c (nlm_symfile_finish): Ditto.
1647 * hpread.c (hpread_symfile_finish): Ditto.
1648 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
1649 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
1650 * coffread.c (coff_symfile_finish): Ditto.
1651
1652 * defs.h (xmcalloc): Delete declaration.
1653 * utils.c (xmcalloc): Delete.
1654 (xcalloc): Inline calls to xmcalloc and mcalloc.
1655 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
1656 xcalloc and xfree.
1657 * symtab.c (create_demangled_names_hash): Ditto.
1658
1659 * defs.h (xmrealloc): Delete.
1660 * utils.c (xmrealloc): Delete.
1661 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
1662 * symmisc.c (extend_psymbol_list): Use xrealloc.
1663 * source.c (find_source_lines): Ditto.
1664 * hpread.c (hpread_lookup_type): Ditto.
1665 * dbxread.c (add_bincl_to_list): Ditto.
1666
1667 * utils.c (xmmalloc): Delete.
1668 (xmalloc): Inline xmmalloc and mmalloc calls.
1669 (msavestring): Use xmalloc.
1670 * defs.h (xmmalloc): Delete declaration.
1671 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
1672 xmmalloc.
1673 * symmisc.c (extend_psymbol_list): Ditto.
1674 * symfile.c (init_psymbol_list): Ditto.
1675 * source.c (find_source_lines): Ditto.
1676 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
1677 * elfread.c (elf_symtab_read): Ditto.
1678 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
1679 * coffread.c (coff_symfile_init): Ditto.
1680
1681 2004-08-10 David Carlton <carlton@bactrian.org>
1682
1683 * MAINTAINERS: Remove David Carlton from c++ testsuite
1684 maintainers.
1685
1686 2004-08-10 Jerome Guitton <guitton@gnat.com>
1687
1688 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
1689 print a line feed before the prompt.
1690
1691 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1692
1693 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
1694
1695 2004-08-09 Joel Brobecker <brobecker@gnat.com>
1696
1697 General cleanup of the AIX xm include file:
1698 * config/xm-aix4.h (fd_set): Remove undefine.
1699 Remove include of <sys/select.h>.
1700 (HAVE_TERMIO): Remove define.
1701 (USG): Likewise.
1702 (NULL): Remove redefine.
1703 (alloca): Remove #pragma.
1704 (vfork): Remove define.
1705 (termdef): Remove.
1706 (SIGWINCH_HANDLER): Remove.
1707 (SIGWINCH_HANDLER_BODY): Remove.
1708
1709 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1710
1711 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
1712 GDB_OSABI_OPENBSD_ELF.
1713
1714 2004-08-07 Robert Millan <robertmh@gnu.org>
1715
1716 * bsd-kvm.c: Check for nlist.h before including it.
1717
1718 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1719
1720 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
1721 sigcontext' offset consistency checks for ancient BSD.
1722
1723 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
1724
1725 * configure.in: Check for <sys/types.h>. Check return and
1726 argument types of ptrace.
1727 * configure, config.in: Regenerate.
1728
1729 2004-08-09 Jim Blandy <jimb@redhat.com>
1730
1731 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
1732 rs6000_register_sim_regno): Doc fixes.
1733
1734 2004-08-08 Joel Brobecker <brobecker@gnat.com>
1735
1736 * mips-tdep.c: Include "floatformat.h".
1737 (n32n64_floatformat_always_valid): New function.
1738 (floatformat_n32n64_long_double_big): New constant.
1739 (mips_gdbarch_init): Set size and format of long double
1740 for N32 and N64 ABIs.
1741 * Makefile.in (mips-tdep.o): Update dependencies.
1742
1743 2004-08-08 Andrew Cagney <cagney@gnu.org>
1744
1745 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
1746 print. Improve script's error messages.
1747 * gdbarch.h: Re-generate.
1748
1749 * gdbarch.sh (pformat): New function.
1750 (float_format, double_format, long_double_format): List with bit
1751 members. Use pformat when printing.
1752 * gdbarch.c, gdbarch.h: Re-generate.
1753
1754 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
1755
1756 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1757 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1758 (ppcnbsd_supply_pcb): New function.
1759 (_initialize_ppcnbsd_nat): New prototype and function.
1760 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1761 (LOADLIBES): New variable.
1762 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1763
1764 2004-08-08 Andrew Cagney <cagney@gnu.org>
1765
1766 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1767 (builtin_type_ieee_double, builtin_type_ia64_quad)
1768 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1769 BE/LE floating-point types.
1770 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
1771 (builtin_type_ieee_double, builtin_type_ia64_quad)
1772 (builtin_type_ia64_spill): Declare.
1773 * doublest.c (_initialize_doublest, floatformat_ieee_single)
1774 (floatformat_ieee_double, floatformat_arm_ext)
1775 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1776 of LE/BE floatformats.
1777 * doublest.h: (struct floatformat, floatformat_ieee_single)
1778 (floatformat_ieee_double, floatformat_arm_ext)
1779 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1780
1781 2004-08-08 Mark Kettenis <kettenis@gnu.org>
1782
1783 * i386gnu-nat.c (gnu_store_registers): Fix typo.
1784
1785 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1786 instead of regcache_raw_supply when storing the registers.
1787
1788 * i386gnu-nat.c: Update copyright year.
1789 (gnu_store_registers): Don't use deprecated_registers and
1790 deprecated_registers_valid. Use regcache_valid_p and
1791 regcache_raw_supply instead.
1792
1793 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
1794 frame_pc_unwind.
1795
1796 * procfs.c (procfs_pid_to_str): Remove redundant and unused
1797 variables. Incapitalized "process".
1798
1799 * configure.in: Add cursesX to the list of possible curses libs.
1800 Add cursesX.h to the list of possible curses headers.
1801 * configure, config.in: Regenerate.
1802
1803 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1804
1805 * configure.in: Test for struct lwp in <sys/lwp.h>.
1806 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
1807 the offset of l_addr in struct lwp.
1808
1809 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1810
1811 * bsd-kvm.c: Include "gdbcore.h"
1812 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
1813
1814 2004-08-07 Andrew Cagney <cagney@gnu.org>
1815
1816 * gdbtypes.c (build_flt, build_complex): New functions.
1817 (gdbtypes_post_init): Use.
1818
1819 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
1820
1821 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
1822 through to builtin_type_uint128.
1823
1824 * c-exp.y: Use builtin_type function to obtain builtin types.
1825
1826 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
1827 builtin_uint128.
1828 * gdbtypes.c (gdbtypes_post_init): Update.
1829 (build_gdbtypes): Move initialization of builtin_type_int0
1830 through to builtin_type_uint128 from here ...
1831 (_initialize_gdbtypes): ... to here.
1832 * d10v-tdep.c (d10v_register_type): Update.
1833
1834 * doublest.c: Update copyright.
1835 (floatformat_from_length): Call error when floatformat is NULL.
1836 (extract_floating_by_length): Remove NULL fmt check.
1837 (store_floating_by_length): Ditto.
1838
1839 2004-08-07 Andrew Cagney <cagney@gnu.org>
1840
1841 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
1842 that the register is valid.
1843
1844 2004-08-05 Mark Kettenis <kettenis@chello.nl>
1845
1846 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1847 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
1848 struct frame_info *. Use safe_frame_unwind_memory instead of
1849 deprecated_read_memory_nobpt.
1850 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
1851 changed signature of i386_linux_sigtramp_start and
1852 i386_linux_rt_sigtramp_start.
1853
1854 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
1855 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
1856 instead of deprecated_read_memory_nobpt.
1857 (i386nbsd_sigtramp_p): Adjust for changed signature of
1858 i386nbsd_sigtramp_offset.
1859
1860 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
1861 safe_frame_unwind_memory instead of target_read_memory.
1862
1863 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1864 !NO_SYS_FILE.
1865 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
1866 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
1867 (_initialize_kernel_u_addr): Remove prototype and function.
1868 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1869 !NO_SYS_FILE.
1870 * xcoffread.c: Likewise.
1871
1872 2004-08-06 Mark Kettenis <kettenis@gnu.org>
1873
1874 * vax-nat.c: New file.
1875 * vaxbsd-nat.c: Tweak comment.
1876 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
1877 vaxnbsd-tdep.c.
1878 (vax-nat.o): New dependency.
1879 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
1880 (vax-*-ultrix2*): Remove.
1881 * config/vax/vax.mh: New file.
1882 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
1883 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
1884 (vax_register_u_addr): New prototype.
1885 (REGISTER_U_ADDR): Define using vax_register_u_addr.
1886 * config/vax/vaxult2.mh: Remove file.
1887 * config/vax/vaxult.mh: Remove file.
1888 * config/vax/vaxbsd.mh: Remove file.
1889 * config/vax/vax.mt (TM_FILE): Remove.
1890 * config/vax/tm-vaxbsd.h: Remove file.
1891
1892 2004-08-06 Joel Brobecker <brobecker@gnat.com>
1893
1894 * aix-thread.c (get_signaled_thread): New function.
1895 (iter_trap): Delete, no longer used.
1896 (iter_tid): New function.
1897 (pd_update): Find the thread that received the SIGTRAP signal
1898 by first locating the kernel thread, and then finding its
1899 associated thread.
1900
1901 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
1902
1903 * lin-lwp.c (child_wait): Continue inferior after processing
1904 PTRACE_EVENT_CLONE event.
1905
1906 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
1907
1908 * MAINTAINERS: Add self to Write-After-Approval.
1909
1910 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
1911
1912 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
1913 libunwind-xxxx.so" where xxxx is UNW_TARGET.
1914
1915 2004-08-05 Andrew Cagney <cagney@gnu.org>
1916
1917 * config/xm-sysv4.h: Delete file.
1918 * config/mips/xm-irix5.h: Delete file.
1919 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
1920 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
1921 * config/ia64/xm-aix.h: Delete file.
1922 * config/ia64/aix.mh (XM_FILE): Delete.
1923 * config/pa/xm-hppah.h: Delete file.
1924 * config/pa/hpux11w.mh (XM_FILE): Delete.
1925 * config/pa/hpux11.mh (XM_FILE): Delete.
1926 * config/pa/hpux1020.mh (XM_FILE): Delete.
1927 * config/pa/hppahpux.mh (XM_FILE): Delete.
1928
1929 * config/alpha/xm-alphalinux.h: Delete file.
1930 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
1931 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
1932 * config/alpha/xm-alphaosf.h: Delete file.
1933 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
1934 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
1935 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
1936 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
1937
1938 * config/i386/xm-i386v.h: Delete file.
1939 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
1940 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
1941 * config/i386/xm-i386sco.h: Delete file.
1942 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
1943 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
1944 * config/i386/xm-i386v4.h: Delete file.
1945 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
1946 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
1947 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
1948 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
1949
1950 * config/vax/xm-vax.h: Delete file.
1951 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
1952 * config/vax/xm-vaxult2.h: Delete file.
1953 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
1954 * config/vax/vaxult2.mh (XM_FILE): Delete.
1955 * config/vax/xm-vaxult.h: Delete file.
1956 * config/vax/vaxult.mh (XM_FILE): Delete.
1957 * config/vax/xm-vaxbsd.h: Delete file.
1958 * config/vax/vaxbsd.mh (XM_FILE): Delete.
1959
1960 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
1961 * gdbarch.h, gdbarch.c: Re-generate.
1962 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
1963 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
1964 * frame.h: Delete deprecated_read_fp from comments.
1965 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
1966 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
1967
1968 2004-08-04 Mark Kettenis <kettenis@gnu.org>
1969
1970 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
1971 trampoline in OpenBSD 3.5-current.
1972
1973 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
1974 SSE registers.
1975
1976 * Makefile.in: Remove embedded page breaks.
1977
1978 2004-08-04 Jim Blandy <jimb@redhat.com>
1979
1980 * regcache.c (regcache_raw_read): Assert that, after calling
1981 target_fetch_registers, the register we're reading is cached.
1982
1983 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
1984 a call to 'internal_error', with a more helpful error message.
1985 * rs6000-tdep.c (e500_pseudo_register_read,
1986 e500_pseudo_register_write, rs6000_store_return_value): Same.
1987
1988 2004-08-04 Andrew Cagney <cagney@gnu.org>
1989
1990 * Makefile.in: Update dependencies.
1991
1992 2004-08-04 Jim Blandy <jimb@redhat.com>
1993
1994 Change the layout of the PowerPC E500 raw register cache to allow
1995 the lower 32-bit halves of the GPRS to be their own raw registers,
1996 not pseudoregisters.
1997 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
1998 add ppc_ev0_upper_regnum flag.
1999 * rs6000-tdep.c: #include "reggroups.h".
2000 (spe_register_p): Recognize the ev upper half registers as SPE
2001 registers.
2002 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
2003 registers.
2004 (e500_move_ev_register): New function.
2005 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
2006 vector registers are the pseudo-registers now, formed by splicing
2007 together the gprs and the upper-half registers.
2008 (e500_register_reggroup_p): New function.
2009 (P): Macro deleted.
2010 (P8, A4): New macro.
2011 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
2012 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
2013 macros.
2014 (registers_e500): Rearrange register set so that the raw register
2015 set contains 32-bit GPRs and upper-half registers, and the SPE
2016 vector registers become pseudo-registers.
2017 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
2018 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
2019 register numbers are now the same for the E500 as they are for
2020 other PowerPC variants. Register e500_register_reggroup_p as the
2021 register group function for the E500.
2022 * Makefile.in (rs6000-tdep.o): Update dependencies.
2023
2024 Adapt PPC E500 native support to the new raw regcache layout.
2025 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
2026 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
2027 (fetch_spe_register, store_spe_register): Handle fetching/storing
2028 all the SPE registers at once, if regno == -1. These now take
2029 over the job of fetch_spe_registers and store_spe_registers.
2030 (fetch_spe_registers, store_spe_registers): Deleted.
2031 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
2032 unconditionally; they're always raw. Fetch/store SPE upper half
2033 registers, if present, instead of ev registers.
2034 (fetch_register, store_register): Remove sanity checks: gprs are
2035 never pseudo-registers now, so we never need to even mention any
2036 registers that are ever pseudoregisters.
2037
2038 Use a fixed register numbering when communicating with the PowerPC
2039 simulator.
2040 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
2041 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
2042 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
2043 New functions.
2044 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
2045 init_sim_regno_table.
2046 * Makefile.in (gdb_sim_ppc_h): New variable.
2047 (rs6000-tdep.o): Update dependencies.
2048
2049 2004-08-02 Andrew Cagney <cagney@gnu.org>
2050
2051 * cris-tdep.c (cris_register_size): Restore function, still used
2052 locally.
2053
2054 * gdbarch.sh (deprecated_target_read_fp)
2055 (deprecated_frame_locals_address, deprecated_frame_args_address)
2056 (deprecated_frame_chain_valid, deprecated_frame_chain)
2057 (deprecated_init_extra_frame_info, deprecated_pop_frame)
2058 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
2059 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
2060 * gdbarch.h, gdbarch.c: Re-generate.
2061 * regcache.c (deprecated_read_fp): Do not call
2062 DEPRECATED_TARGET_READ_FP_P.
2063 * infcmd.c (default_print_registers_info): Do not call
2064 DEPRECATED_DO_REGISTERS_INFO.
2065 * frame-base.c (default_frame_locals_address): Do not call
2066 DEPRECATED_FRAME_LOCALS_ADDRESS.
2067 (default_frame_args_address): Do not call
2068 DEPRECATED_FRAME_ARGS_ADDRESS.
2069
2070 * gdbarch.sh (deprecated_register_raw_size)
2071 (deprecated_register_virtual_size:int): Delete.
2072 * gdbarch.h, gdbarch.c: Re-generate.
2073 * cris-tdep.c (cris_register_size): Delete.
2074 (cris_gdbarch_init): Update.
2075 * alpha-tdep.c (alpha_register_raw_size)
2076 (alpha_register_virtual_size): Delete.
2077 (alpha_gdbarch_init): Update.
2078
2079 * gdbarch.sh (deprecated_register_virtual_type)
2080 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
2081 (deprecated_dummy_write_sp): Delete.
2082 * gdbarch.h, gdbarch.c: Re-generate.
2083
2084 * gdbarch.sh (deprecated_register_bytes): Delete.
2085 * gdbarch.h, gdbarch.c: Re-generate.
2086 * regcache.c (deprecated_register_bytes): New function.
2087 * regcache.h (deprecated_register_bytes): Declare.
2088 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2089 * v850-tdep.c (v850_gdbarch_init): Update.
2090 * sh64-tdep.c (sh64_gdbarch_init): Update.
2091 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
2092 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2093 * mcore-tdep.c (mcore_gdbarch_init): Update.
2094 * cris-tdep.c (cris_gdbarch_init): Update.
2095 * arm-tdep.c (arm_gdbarch_init): Update.
2096 * remote.c (init_remote_state): Update.
2097 * remote-vx.c (vx_prepare_to_store): Update.
2098 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
2099 * irix5-nat.c (fetch_core_registers): Update.
2100 * cris-tdep.c (cris_register_bytes_ok): Update.
2101 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
2102
2103 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
2104 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
2105 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
2106 (mips_insn16_frame_base_address, mips_insn16_frame_base)
2107 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
2108 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
2109 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
2110 (mips_insn32_frame_base_address, mips_insn32_frame_base)
2111 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
2112 with mips_insn16 and mips_insn32.
2113
2114 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
2115 * rs6000-tdep.c (rs6000_push_dummy_call)
2116 (rs6000_extract_return_value): Use register_size.
2117 * xstormy16-tdep.c (xstormy16_get_saved_register)
2118 (xstormy16_extract_return_value): Ditto.
2119 * valops.c (value_assign): Ditto.
2120 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
2121 * v850-tdep.c (v850_extract_return_value): Ditto.
2122 * tracepoint.c (collect_symbol): Ditto.
2123 * target.c (debug_print_register): Ditto.
2124 * stack.c (frame_info): Ditto.
2125 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
2126 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
2127 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
2128 (store_register_using_P): Ditto.
2129 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
2130 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
2131 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2132 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
2133 * regcache.c (deprecated_read_register_bytes)
2134 (deprecated_write_register_bytes, read_register)
2135 (write_register): Ditto.
2136 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
2137 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
2138 * monitor.c (monitor_supply_register, monitor_fetch_register)
2139 (monitor_store_register): Ditto.
2140 * mn10300-tdep.c (mn10300_pop_frame_regular)
2141 (mn10300_print_register): Ditto.
2142 * mipsv4-nat.c (fill_fpregset): Ditto.
2143 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
2144 (mips64_fill_fpregset): Ditto.
2145 * mi/mi-main.c (register_changed_p, get_register)
2146 (mi_cmd_data_write_register_values): Ditto.
2147 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
2148 * irix5-nat.c (fill_gregset, fetch_core_registers):
2149 * infrun.c (write_inferior_status_register): Ditto.
2150 * infptrace.c (fetch_register, store_register): Ditto.
2151 * infcmd.c (default_print_registers_info): Ditto.
2152 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
2153 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
2154 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
2155 * hpux-thread.c (hpux_thread_fetch_registers)
2156 (hpux_thread_store_registers): Ditto.
2157 * hppah-nat.c (store_inferior_registers, fetch_register):
2158 * findvar.c (value_from_register): Ditto.
2159 * dve3900-rom.c (fetch_bitmapped_register):
2160 * cris-tdep.c (cris_gdbarch_init): Ditto.
2161 * alpha-tdep.h: Ditto.
2162 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
2163
2164 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
2165 DEPRECATED_REGISTER_RAW_SIZE from comments.
2166 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
2167 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
2168 DEPRECATED_REGISTER_RAW_SIZE.
2169 * findvar.c (value_of_register): Simplify by assuming that the
2170 registers raw and virtual sizes are identical.
2171 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
2172 comment.
2173 * arch-utils.c (generic_register_size): Simplify by assuming
2174 register_type.
2175
2176 * regcache.c (legacy_read_register_gen, real_register)
2177 (legacy_write_register_gen): Delete, not used.
2178
2179 * regcache.c (struct regcache_descr): Delete legacy_p.
2180 (init_legacy_regcache_descr): Delete function.
2181 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
2182 Do not use deprecated register functions.
2183 (regcache_raw_read, deprecated_write_register_gen):
2184 (deprecated_read_register_gen, regcache_raw_write): Delete code
2185 predicated on legacy_p.
2186 (register_size): Delete check against register raw size.
2187
2188 * cris-tdep.c (cris_register_type): Replace
2189 cris_register_virtual_type.
2190 (cris_gdbarch_init): Update, set register_type.
2191
2192 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
2193 * gdbarch.h, gdbarch.c: Re-generate.
2194 * arm-tdep.c (arm_frameless_function_invocation): Delete.
2195 (arm_gdbarch_init) Do not set frameless function invocation.
2196 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
2197 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
2198 * frv-tdep.c (frv_frameless_function_invocation): Delete.
2199 (frv_gdbarch_init): Do not set frameless function invocation.
2200 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2201 * sh-tdep.c (sh_gdbarch_init): Ditto.
2202 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
2203 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2204 * avr-tdep.c (avr_gdbarch_init): Ditto.
2205
2206 * blockframe.c (legacy_frame_chain_valid): Delete function.
2207
2208 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
2209 and pc. Update comments.
2210 (pc_in_dummy_frame): Delete function.
2211 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
2212 use the "id".
2213 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
2214 call_hi, top and pc, use the id.
2215 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
2216
2217 * dummy-frame.c: Include "gdb_string.h".
2218 (generic_save_call_dummy_addr, generic_push_dummy_frame)
2219 (generic_save_dummy_frame_tos): Delete.
2220 (dummy_frame_push): New function, replaces above.
2221 * dummy-frame.h: Update copyright.
2222 (dummy_frame_push): Declare.
2223 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
2224 (generic_save_call_dummy_addr): Delete declarations.
2225 * infcall.c: Include "dummy-frame.h".
2226 (call_function_by_hand): Add locals caller_regcache,
2227 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
2228 with call to frame_save_as_regcache plus cleanup. Delete calls to
2229 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
2230 Move clear_proceed_status to just before the resume, add call to
2231 dummy_frame_push (discard cleanup).
2232 * Makefile.in (infcall.o): Add $(dummy_frame_h).
2233 (dummy-frame.o): Add $(gdb_string_h).
2234
2235 2004-08-01 Andrew Cagney <cagney@gnu.org>
2236
2237 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
2238 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
2239 * dummy-frame.c (find_dummy_frame): Delete.
2240 (struct dummy_frame_cache, dummy_frame_sniffer)
2241 (dummy_frame_prev_register, dummy_frame_this_id)
2242 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
2243 frame unwinder using a dummy_frame_cache.
2244
2245 2004-08-01 Andrew Cagney <cagney@gnu.org>
2246
2247 * frame.h (frame_save_as_regcache): Declare.
2248 * frame.c (frame_save_as_regcache): New function.
2249 (do_frame_read_register): Replace do_frame_unwind_register.
2250 (frame_pop): Use frame_save_as_regcache.
2251 * dummy-frame.c (generic_push_dummy_frame): Use
2252 frame_save_as_regcache.
2253
2254 2004-08-01 Joel Brobecker <brobecker@gnat.com>
2255
2256 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
2257 file as included until we record the first line in the linetable.
2258
2259 2004-08-01 Andrew Cagney <cagney@gnu.org>
2260
2261 * frame.h (deprecated_pop_dummy_frame)
2262 (deprecated_read_register_dummy)
2263 (deprecated_generic_find_dummy_frame): Delete.
2264 * dummy-frame.c (deprecated_generic_find_dummy_frame)
2265 (deprecated_read_register_dummy)
2266 (deprecated_find_dummy_frame_regcache)
2267 (discard_innermost_dummy)
2268 (deprecated_pop_dummy_frame): Delete.
2269 (dummy_frame_this_id): Simplify.
2270 (struct dummy_frame): Delete "fp" and "sp".
2271 (find_dummy_frame): Simplify.
2272 (generic_push_dummy_frame): Do not set "fp" or "sp".
2273 (fprint_dummy_frames): Do not print "fp" and "sp"
2274
2275 2004-08-01 Mark Kettenis <kettenis@gnu.org>
2276
2277 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
2278 (struct i386_insn): New structure.
2279 (i386_match_insn): New function.
2280 (i386_frame_setup_skip_insns): New variable.
2281 (i386_analyze_frame_setup): Change to use i386_match_insn and the
2282 array i386_frame_setup_insns of instructions that should be
2283 skipped inside the frame setup sequence.
2284
2285 2004-08-01 Andrew Cagney <cagney@gnu.org>
2286
2287 * frame.h (deprecated_frame_xmalloc_with_cleanup)
2288 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2289 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2290 * stack.c (frame_info): Delete references to
2291 DEPRECATED_FRAME_INIT_SAVED_REGS and
2292 deprecated_get_frame_saved_regs.
2293 * frame.c (struct frame_info): Delete saved_regs and extra_info.
2294 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
2295 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
2296 (frame_unwind_register_signed)
2297 (frame_unwind_register_unsigned)
2298 (frame_unwind_unsigned_register): Use register_size.
2299 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
2300 (deprecated_frame_xmalloc_with_cleanup)
2301 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2302 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2303
2304 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
2305 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
2306 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
2307 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
2308
2309 * infcall.c (call_function_by_hand): Do not use
2310 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
2311 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
2312 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
2313 DEPRECATED_STACK_ALIGN.
2314
2315 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2316
2317 Committed by Andrew Cagney.
2318 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
2319
2320 2004-08-01 Andrew Cagney <cagney@gnu.org>
2321
2322 * mips-tdep.c (mips16_frame_cache)
2323 (mips16_frame_this_id, mips16_frame_prev_register)
2324 (mips16_frame_unwind, mips16_frame_sniffer)
2325 (mips16_frame_base_address, mips16_frame_base)
2326 (mips16_frame_base_sniffer, mips32_frame_cache)
2327 (mips32_frame_this_id, mips32_frame_prev_register)
2328 (mips32_frame_unwind, mips32_frame_sniffer)
2329 (mips32_frame_base_address, mips32_frame_base)
2330 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
2331 separate heuristic mips16 and mips32 unwinders.
2332 (mips_stub_frame_cache, mips_stub_frame_this_id)
2333 (mips_stub_frame_prev_register)
2334 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
2335 (mips_stub_frame_base_address, mips_stub_frame_base)
2336 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
2337 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
2338 match true mdebug frames.
2339 (non_heuristic_proc_desc): Add forward declaration.
2340
2341 2004-08-01 Andrew Cagney <cagney@gnu.org>
2342
2343 * config/mips/tm-irix6.h: Delete file.
2344 * config/mips/tm-irix5.h: Delete file.
2345 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
2346 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
2347
2348 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
2349 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
2350 * config/nm-gnu.h (NO_CORE_OPS): Delete.
2351 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
2352 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
2353 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
2354 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
2355 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
2356 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
2357 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
2358 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
2359 (TARGET_SIGNAL_RAW_VALUES): Delete.
2360 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
2361 Delete.
2362 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
2363 (TARGET_HW_WATCH_LIMIT): Delete.
2364 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
2365 * minimon.h: Delete file.
2366
2367 * trad-frame.c (trad_frame_get_this_base)
2368 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
2369 functions.
2370 * trad-frame.h (trad_frame_set_this_base)
2371 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
2372
2373 2004-07-31 Andrew Cagney <cagney@gnu.org>
2374
2375 * trad-frame.c (trad_frame_get_prev_register): Rename
2376 trad_frame_get_prev_register.
2377 * vax-tdep.c (vax_frame_prev_register): Update.
2378 * trad-frame.h: Update.
2379 * trad-frame.c (trad_frame_get_register): Update.
2380 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
2381 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
2382 Update.
2383 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
2384 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
2385 Update.
2386 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
2387 Update.
2388 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
2389 Update.
2390 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
2391 Update.
2392 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
2393 Update.
2394 * s390-tdep.c (s390_frame_prev_register)
2395 (s390_stub_frame_prev_register)
2396 (s390_sigtramp_frame_prev_register): Update.
2397 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
2398 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
2399 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
2400 * m88k-tdep.c (m88k_frame_prev_register)
2401 * m68hc11-tdep.c (m68hc11_frame_prev_register)
2402 * m32r-tdep.c (m32r_frame_prev_register): Update.
2403 * hppa-tdep.c (hppa_frame_prev_register_helper)
2404 * frv-tdep.c (frv_frame_prev_register): Update.
2405 * d10v-tdep.c (d10v_frame_prev_register): Update.
2406 * cris-tdep.c (cris_frame_prev_register): Update.
2407 * avr-tdep.c (avr_frame_prev_register): Update.
2408 * arm-tdep.c (arm_prologue_prev_register)
2409 (arm_sigtramp_prev_register): Update.
2410
2411 2004-07-31 Andrew Cagney <cagney@gnu.org>
2412
2413 * frame.h (legacy_saved_regs_unwind)
2414 (legacy_frame_chain_valid, legacy_frame_p)
2415 (enum frame_type): Delete UNKNOWN_FRAME.
2416 * dummy-frame.c (dummy_frame_this_id): Simplify.
2417 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
2418 * frame.c (struct frame_info): Delete the field "type".
2419 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
2420 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
2421 (legacy_saved_regs_unwind, legacy_frame_p)
2422 (frame_type_from_pc): Delete.
2423 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
2424 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
2425
2426 2004-07-31 Mark Kettenis <kettenis@gnu.org>
2427
2428 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
2429 indentation.
2430
2431 * mips-nat.c: Remove file.
2432 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
2433 (mips-nat.o): Remove dependency.
2434
2435 * infptrace.c: Update copyright year.
2436 (fetch_register): Pass NULL in regcache_raw_supply call instead of
2437 explicitly setting the buffer to all zeroes.
2438
2439 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
2440 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
2441
2442 2004-07-30 Andrew Cagney <cagney@gnu.org>
2443
2444 * GDB 6.2 released from gdb_6_2-branch.
2445
2446 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2447
2448 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
2449
2450 * exec.c (exec_file_attach):
2451 * nto-tdep.c (nto_find_and_open_solib):
2452 * pa64solib.c (pa64_solib_sizeof_symbol_table):
2453 * solib.c (solib_open):
2454 * somsolib.c (som_solib_sizeof_symbol_table):
2455 * source.c (is_regular_file, openp, open_source_file):
2456 * symfile.c (symfile_bfd_open):
2457 * wince.c (upload_to_device): Differentiate between the search for
2458 binary and source files.
2459
2460 2004-07-30 Andrew Cagney <cagney@gnu.org>
2461
2462 * complaints.c (_initialize_complaints): Pass NULL to
2463 add_setshow_zinteger_cmd for help_doc.
2464 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
2465
2466 2004-07-30 Andrew Cagney <cagney@gnu.org>
2467
2468 Fix PR i18n/761.
2469 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
2470 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
2471 $(PACKAGE).pot and update-po.
2472 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
2473 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
2474 (update-po): New rules.
2475 (localedir): Define using autoconf.
2476 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
2477 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
2478 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
2479 * configure.in: Generate CATALOGS and LINGUAS from contents of
2480 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
2481 * configure: Re-generate.
2482 * po/gdbtext: New file
2483
2484 2004-07-30 Jerome Guitton <guitton@gnat.com>
2485
2486 * MAINTAINERS: Reorder Write After Approval list in alphabetical
2487 order.
2488
2489 2004-07-30 David Lecomber <dsl@sources.redhat.com>
2490
2491 * dwarf2read.c (read_file_scope): Set producer if attribute
2492 present.
2493 (struct dwarf2_cu): Added new member producer.
2494
2495 2004-07-30 Jerome Guitton <guitton@gnat.com>
2496
2497 * inflow.c (kill_command): release file handles in BFD.
2498 * exec.c (exec_file_attach): Ditto.
2499 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2500
2501 2004-07-29 Andrew Cagney <cagney@gnu.org>
2502
2503 * PROBLEMS (mips-irix): Note that it is broken.
2504
2505 2004-07-29 Andrew Cagney <cagney@gnu.org>
2506
2507 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
2508 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
2509
2510 * config/xm-nbsd.h: Delete file.
2511 * config/arm/xm-nbsd.h: Delete file.
2512 * config/i386/xm-nbsd.h: Delete file.
2513 * config/ns32k/xm-nbsd.h: Delete file.
2514 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
2515 * config/i386/nbsdelf.mh (XM_FILE): Delete.
2516 * config/i386/nbsdaout.mh (XM_FILE): Delete.
2517 * config/arm/nbsdelf.mh (XM_FILE): Delete.
2518 * config/arm/nbsdaout.mh (XM_FILE): Delete.
2519
2520 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
2521 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
2522 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
2523 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
2524 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
2525 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
2526
2527 * config/powerpc/xm-linux.h: Delete empty file.
2528 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
2529 * config/powerpc/linux.mh (XM_FILE): Delete.
2530 * config/m68k/xm-linux.h: Delete empty file.
2531 * config/m68k/linux.mh (XM_FILE): Delete.
2532 * config/ia64/xm-linux.h: Delete empty file.
2533 * config/ia64/linux.mh (XM_FILE): Delete.
2534 * config/arm/xm-linux.h: Delete empty file.
2535 * config/arm/linux.mh (XM_FILE): Delete.
2536
2537 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2538 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
2539 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2540 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
2541 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2542 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
2543 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2544 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
2545
2546 * config/m68k/xm-m68k.h: Delete file.
2547 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
2548 copyright.
2549 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2550 * config/pa/xm-linux.h: Delete empty file.
2551 * config/pa/linux.mh (XM_FILE): Delete.
2552 * config/i386/xm-i386.h: Delete empty file.
2553 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
2554 "i386/xm-i386.h".
2555 * config/i386/obsdaout.mh (XM_FILE): Delete.
2556 * config/i386/obsd64.mh (XM_FILE): Delete.
2557 * config/i386/fbsd64.mh (XM_FILE): Delete.
2558 * config/i386/nto.mh (XM_FILE): Delete.
2559 * config/i386/obsd.mh (XM_FILE): Delete.
2560 * config/i386/linux64.mh (XM_FILE): Delete.
2561 * config/i386/linux.mh (XM_FILE): Delete.
2562 * config/i386/i386sol2.mh (XM_FILE): Delete.
2563 * config/i386/i386gnu.mh (XM_FILE): Delete.
2564 * config/i386/fbsd.mh (XM_FILE): Delete.
2565 * config/i386/nbsd64.mh (XM_FILE): Delete.
2566
2567 2004-07-29 Andrew Cagney <cagney@gnu.org>
2568
2569 * config/pa/xm-linux.h: Do not include "floatformat.h".
2570 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2571 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2572 * config/i386/xm-i386.h: Do not include "floatformat.h".
2573 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2574 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2575 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2576 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
2577 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
2578 GDB_HOST_LONG_DOUBLE_FORMAT instead.
2579 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
2580 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
2581 * configure, config.in: Regenerate.
2582 * configure.host (gdb_host_float_format, gdb_host_double_format)
2583 (gdb_host_long_double_format): Set according to the host.
2584
2585 2004-07-29 Andrew Cagney <cagney@gnu.org>
2586
2587 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
2588
2589 2004-07-28 Andrew Cagney <cagney@gnu.org>
2590
2591 * PROBLEMS: Mention threads/1650.
2592 * NEWS: Mention the NPTL fix.
2593
2594 2004-07-28 Andrew Cagney <cagney@gnu.org>
2595
2596 * cli/cli-decode.c (add_setshow_cmd): Delete function.
2597 (add_setshow_cmd_full): Make static.
2598 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2599 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2600 * cli/cli-decode.c (add_setshow_filename_cmd)
2601 (add_setshow_string_cmd): New functions.
2602 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
2603 * mips-tdep.c (_initialize_mips_tdep): Update.
2604 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
2605 * cli/cli-logging.c (_initialize_cli_logging): Update.
2606 * complaints.c (_initialize_complaints): Update.
2607 * remote.c (_initialize_remote): Update.
2608
2609 2004-07-28 Andrew Cagney <cagney@gnu.org>
2610
2611 * cli/cli-decode.c (add_setshow_zinteger_cmd)
2612 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
2613 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
2614 print parameters. Make string parameters constant.
2615 * command.h: Update. Update copyright.
2616 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2617 * observer.c (_initialize_observer): Ditto.
2618 * frame.c (_initialize_frame): Ditto.
2619 * complaints.c (_initialize_complaints): Ditto.
2620 * maint.c (_initialize_maint_cmds): Ditto.
2621 * target.c (initialize_targets): Ditto.
2622 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2623 * infcall.c (_initialize_infcall): Ditto.
2624 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2625 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2626 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2627 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
2628 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2629
2630 2004-07-28 Andrew Cagney <cagney@gnu.org>
2631
2632 * gdbtypes.c (lookup_primitive_typename): Delete function.
2633 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
2634 * ada-lex.l: Use language_lookup_primitive_type_by_name.
2635 * gdbtypes.c (lookup_typename): Ditto.
2636 * f-exp.y (yylex): Ditto.
2637 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
2638
2639 * scm-lang.c (c_builtin_types): Delete extern declaration.
2640 (scm_language_defn): Replace
2641 string_char_type and primitive_type_vector with
2642 la_language_arch_info.
2643 * jv-lang.c (java_language_defn): Replace
2644 string_char_type and primitive_type_vector with
2645 la_language_arch_info.
2646 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
2647 c_builtin_types in comment.
2648 * c-lang.h (struct language_arch_info): Declare opaque.
2649 (c_language_arch_info): Declare.
2650 (c_builtin_types): Delete declaration.
2651 * c-lang.c (c_language_arch_info): Set string_char_type to
2652 builtin_char, not builtin_true_char. Make global.
2653 (c_builtin_types): Delete array.
2654 (asm_language_defn, minimal_language_defn): Replace
2655 string_char_type and primitive_type_vector with
2656 la_language_arch_info.
2657
2658 2004-07-28 Andrew Cagney <cagney@gnu.org>
2659
2660 * gdbtypes.h (struct builtin_type): Rename true_char to
2661 builtin_true_char.
2662 * gdbtypes.c (gdbtypes_post_init): Update.
2663 * c-lang.c (arch_info): New function.
2664 (enum c_primitive_types): New enum.
2665 (c_language_defn): Instead of string_char_type and
2666 primitive_type_vector set la_language_arch_info.
2667
2668 2004-07-28 Andrew Cagney <cagney@gnu.org>
2669
2670 * language.h (struct language_arch_info): Fix typo
2671 s/primative/primitive/.
2672 * gdbtypes.c (lookup_primitive_typename): Ditto.
2673 * language.c (language_lookup_primitive_type_by_name)
2674 (unknown_language_arch_info): Ditto.
2675
2676 2004-07-27 Andrew Cagney <cagney@gnu.org>
2677
2678 * defs.h (enum language): Add nr_languages.
2679 * language.h (struct language_arch_info): Define.
2680 (struct language_defn): Add la_language_arch_info.
2681 (language_lookup_primative_type_by_name): Declare.
2682 (language_string_char_type): Declare.
2683 * language.c (_initialize_language, language_gdbarch_post_init)
2684 (struct language_gdbarch, language_gdbarch_data): Implement
2685 per-architecture language information.
2686 (unknown_language_arch_info, language_string_char_type)
2687 (language_lookup_primative_type_by_name): New functions.
2688 (unknown_language_defn, auto_language_defn)
2689 (local_language_defn): Set la_language_arch_info to
2690 unknown_language_arch_info.
2691 (unknown_builtin_types): Delete.
2692 * gdbtypes.c (lookup_primitive_typename): Use
2693 language_lookup_primative_type_by_name.
2694 (create_string_type): Use language_string_char_type.
2695 * values.c (value_from_string): Use language_string_char_type.
2696 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
2697 * p-lang.c (pascal_language_defn): Ditto.
2698 * m2-lang.c (m2_language_defn): Ditto.
2699 * jv-lang.c (java_language_defn): Ditto.
2700 * objc-lang.c (objc_language_defn): Ditto.
2701 * f-lang.c (f_language_defn): Ditto.
2702 * c-lang.c (c_language_defn, cplus_language_defn)
2703 (asm_language_defn, minimal_language_defn): Ditto.
2704
2705 2004-07-27 Andrew Cagney <cagney@gnu.org>
2706
2707 * gdbtypes.h (struct builtin_type): Declare.
2708 (builtin_type): Declare.
2709 * d10v-tdep.c (d10v_register_type): Use builtin_type.
2710 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
2711 (gdbtypes_post_init): New function.
2712 (builtin_type): New function.
2713
2714 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
2715
2716 * remote-m32r-sdi.c: Fix breakpoint bug.
2717 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
2718 recv_char_data, recv_long_data): New functions to replace communication
2719 sequences.
2720
2721 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
2722
2723 Document PR threads/1650.
2724 * PROBLEMS (Threads): Document problem with many threads
2725
2726 2004-07-26 Andrew Cagney <cagney@gnu.org>
2727
2728 * gdb-mi.el: Move from here ...
2729 * mi/gdb-mi.el: ... to here.
2730
2731 2004-07-26 Andrew Cagney <cagney@gnu.org>
2732
2733 Problem reported by Ashley Pittman <ashley@quadrics.com>.
2734 * main.c (captured_main): When in batch mode always detach.
2735
2736 2004-07-26 Andrew Cagney <cagney@gnu.org>
2737
2738 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
2739 and h8300 as broken.
2740 * NEWS: END-OF-LIFE frame compatibility module.
2741 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
2742 specific comments.
2743
2744 2004-07-26 Andrew Cagney <cagney@gnu.org>
2745
2746 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
2747 * xcoffsolib.c (_initialize_xcoffsolib): Update.
2748 * wince.c (_initialize_wince): Update.
2749 * win32-nat.c (_initialize_win32_nat): Update.
2750 * varobj.c (_initialize_varobj): Update.
2751 * valops.c (_initialize_valops): Update.
2752 * utils.c (initialize_utils, initialize_utils): Update.
2753 * tui/tui-win.c (_initialize_tui_win): Update.
2754 * top.c (init_main): Update.
2755 * symfile.c (_initialize_symfile): Update.
2756 * source.c (_initialize_source): Update.
2757 * somsolib.c (_initialize_som_solib): Update.
2758 * solib.c (_initialize_solib): Update.
2759 * solib-frv.c (_initialize_frv_solib): Update.
2760 * serial.c (_initialize_serial): Update.
2761 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2762 * remote.c (_initialize_remote, _initialize_remote): Update.
2763 * remote-vx.c (_initialize_vx): Update.
2764 * remote-utils.c (_initialize_sr_support): Update.
2765 * remote-sds.c (_initialize_remote_sds): Update.
2766 * remote-mips.c (_initialize_remote_mips): Update.
2767 * remote-e7000.c (_initialize_remote_e7000): Update.
2768 * proc-api.c (_initialize_proc_api): Update.
2769 * printcmd.c: Update.
2770 * parse.c (_initialize_parse): Update.
2771 * pa64solib.c (_initialize_pa64_solib): Update.
2772 * p-valprint.c (_initialize_pascal_valprint): Update.
2773 * monitor.c (_initialize_remote_monitors): Update.
2774 * mips-tdep.c (_initialize_mips_tdep): Update.
2775 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2776 * maint.c (_initialize_maint_cmds): Update.
2777 * lin-lwp.c (_initialize_lin_lwp): Update.
2778 * language.c (_initialize_language): Update.
2779 * kod.c (_initialize_kod): Update.
2780 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2781 * i386-tdep.c (_initialize_i386_tdep): Update.
2782 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2783 * gdbarch.sh: Update.
2784 * gdbarch.c: Re-generate.
2785 * gdb-events.sh: Update.
2786 * gdb-events.c: Re-generate.
2787 * frame.c (_initialize_frame): Update.
2788 * exec.c: Update.
2789 * demangle.c (_initialize_demangler): Update.
2790 * dcache.c (_initialize_dcache): Update.
2791 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2792 * cp-valprint.c (_initialize_cp_valprint): Update.
2793 * corefile.c (_initialize_core): Update.
2794 * command.h: Update.
2795 * cli/cli-decode.h: Update.
2796 * cli/cli-cmds.c (init_cli_cmds): Update.
2797 * charset.c (_initialize_charset): Update.
2798 * breakpoint.c (_initialize_breakpoint): Update.
2799 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
2800 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2801 * aix-thread.c (_initialize_aix_thread): Update.
2802
2803 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2804
2805 Partial fix for PR backtrace/1718.
2806 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
2807 that GCC migrates into the prolugue. Don't handle any
2808 instructions that clobber %ebx.
2809
2810 2004-07-23 Andrew Cagney <cagney@gnu.org>
2811
2812 Use regcache_raw_collect instead of regcache_collect.
2813 * regcache.h (regcache_collect): Delete declaration.
2814 * regcache.c (regcache_colect): Delete function.
2815 * win32-nat.c (do_child_store_inferior_registers): Update.
2816 * sol-thread.c (sol_thread_store_registers): Update.
2817 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
2818 * rs6000-nat.c (store_register): Update.
2819 * remote.c (store_register_using_P, remote_store_registers): Update.
2820 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
2821 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
2822 (fill_vrregset, store_spe_registers, fill_gregset)
2823 (fill_gregset): Update.
2824 * nto-procfs.c (procfs_store_registers): Update.
2825 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
2826 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
2827 * m68klinux-nat.c (store_register, fill_gregset): Update.
2828 * m68k-tdep.c (fill_gregset): Update.
2829 * infptrace.c (store_register): Update.
2830 * i386-nto-tdep.c (i386nto_regset_fill): Update.
2831 * i386-linux-nat.c (store_register, fill_gregset): Update.
2832 * hppa-linux-nat.c (fill_gregset): Update.
2833 * go32-nat.c (store_register): Update.
2834 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
2835 (store_fp_regs): Update.
2836 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
2837 (store_nwfpe_extended, store_fpregister, store_fpregs)
2838 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
2839 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
2840 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
2841 (store_regs_user_thread, store_regs_kernel_thread): Update.
2842
2843 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2844
2845 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
2846 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
2847 encoding.
2848 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
2849 member of `struct comp_unit'.
2850
2851 2004-07-23 Andrew Cagney <cagney@gnu.org>
2852
2853 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
2854 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
2855
2856 2004-07-23 Martin Hunt <hunt@redhat.com>
2857 Kevin Buettner <kevinb@redhat.com>
2858
2859 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
2860 alignment was being added to the offset instead of multiplied.
2861
2862 2004-07-23 Mark Kettenis <kettenis@gnu.org>
2863
2864 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
2865 changed signal trampoline in OpenBSD 3.5-current.
2866
2867 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
2868 <machine/pcb.h> and "bsd-kvm.h".
2869 (sparc64nbsd_supply_pcb): New function.
2870 (_initialize_sparc64nbsd_nat): Renamed from
2871 _initialize_sparcnbsd_nat. Enable libkvm interface.
2872 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
2873 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
2874 (LOADLIBES): New variable.
2875
2876 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
2877
2878 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
2879
2880 2004-07-21 Andrew Cagney <cagney@gnu.org>
2881
2882 Use regcache_raw_supply instead of supply_register.
2883 * regcache.h (supply_register): Delete declaration.
2884 * regcache.c (supply_register): Delete function.
2885 * wince.c (do_child_fetch_inferior_registers): Update.
2886 * win32-nat.c (do_child_fetch_inferior_registers)
2887 (fetch_elf_core_registers): Update.
2888 * v850ice.c (v850ice_fetch_registers): Update.
2889 * thread-db.c (thread_db_store_registers): Update.
2890 * sol-thread.c (sol_thread_store_registers): Update.
2891 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
2892 * rs6000-nat.c (fetch_register): Update.
2893 * rom68k-rom.c (rom68k_supply_one_register): Update.
2894 * remote.c (remote_wait, remote_async_wait): Update.
2895 * remote-st.c (get_hex_regs): Update.
2896 * remote-sim.c (gdbsim_fetch_register): Update.
2897 * remote-sds.c (sds_fetch_registers): Update.
2898 * remote-rdp.c (remote_rdp_fetch_register): Update.
2899 * remote-rdi.c (arm_rdi_fetch_registers): Update.
2900 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
2901 * remote-m32r-sdi.c (m32r_fetch_register): Update.
2902 * remote-hms.c (init_hms_cmds): Update.
2903 * remote-est.c (init_est_cmds): Update.
2904 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
2905 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
2906 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
2907 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
2908 (fetch_register, supply_vrregset, supply_vrregset)
2909 (fetch_spe_registers): Update.
2910 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
2911 * monitor.c (monitor_supply_register): Update.
2912 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
2913 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
2914 (mipsnbsd_supply_fpreg): Update.
2915 * mips-nat.c (fetch_inferior_registers)
2916 (fetch_core_registers): Update.
2917 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
2918 (supply_fpregset, mips64_supply_gregset)
2919 (mips64_supply_fpregset): Update.
2920 * m68klinux-nat.c (fetch_register, supply_gregset)
2921 (supply_fpregset): Update.
2922 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
2923 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
2924 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
2925 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
2926 * infptrace.c (fetch_register): Update.
2927 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
2928 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
2929 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
2930 (gnu_fetch_registers, gnu_store_registers): Update.
2931 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
2932 * i386-linux-nat.c (fetch_register, supply_gregset)
2933 (dummy_sse_values): Update.
2934 * hpux-thread.c (hpux_thread_fetch_registers): Update.
2935 * hppah-nat.c (fetch_register): Update.
2936 * hppa-linux-nat.c (fetch_register, supply_gregset)
2937 (supply_fpregset): Update.
2938 * go32-nat.c (fetch_register): Update.
2939 * dve3900-rom.c (fetch_bitmapped_register)
2940 (_initialize_r3900_rom): Update.
2941 * cris-tdep.c (supply_gregset): Update.
2942 * abug-rom.c (init_abug_cmds): Update.
2943 * core-aout.c (fetch_core_registers): Update.
2944 * armnbsd-nat.c (supply_gregset, supply_fparegset)
2945 (fetch_register, fetch_fp_register): Update.
2946 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
2947 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
2948 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
2949 * alphanbsd-tdep.c (fetch_core_registers): Update.
2950 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
2951 * alpha-nat.c (fetch_osf_core_registers)
2952 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
2953 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
2954 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
2955
2956 2004-07-21 Andrew Cagney <cagney@gnu.org>
2957
2958 * PROBLEMS: Mention breakpoints/1702.
2959 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
2960 that is known to work.
2961
2962 2004-07-21 Andrew Cagney <cagney@gnu.org>
2963
2964 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
2965 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
2966 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
2967 (handle_inferior_event): Wrap call to deprecated
2968 IGNORE_HELPER_CALL in #ifdef.
2969 * config/mips/tm-nbsd.h: Update.
2970
2971 2004-07-20 Jim Blandy <jimb@redhat.com>
2972
2973 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
2974 bfd_mach_ppc has no segment registers.
2975
2976 Include PowerPC SPR numbers for special-purpose registers.
2977 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
2978 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
2979 new member in initializer.
2980 (S, S4, SN4, S64): New macros for defining special-purpose
2981 registers.
2982 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
2983 registers_403, registers_403GC, registers_505, registers_860,
2984 registers_601, registers_602, registers_603, registers_604,
2985 registers_750, registers_e500): Use them.
2986
2987 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
2988 replace references with expression used to initialize variable.
2989
2990 2004-07-20 Andrew Cagney <cagney@gnu.org>
2991
2992 * breakpoint.c (deprecated_read_memory_nobpt): Rename
2993 read_memory_nobpt.
2994 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
2995 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
2996 (s390_sigtramp_frame_sniffer): Update.
2997 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
2998 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
2999 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
3000 (mips32_fetch_instruction): Update.
3001 * mcore-tdep.c (get_insn): Update.
3002 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
3003 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
3004 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
3005 * i386-linux-tdep.c (i386_linux_sigtramp_start)
3006 (i386_linux_rt_sigtramp_start): Update.
3007 * i386-linux-nat.c (child_resume): Update.
3008 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
3009 * hppa-linux-tdep.c (insns_match_pattern): Update.
3010 * gdbcore.h: Update.
3011 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
3012 * frame.c (safe_frame_unwind_memory): Update.
3013 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
3014 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
3015 * alpha-tdep.c (alpha_read_insn): Update.
3016
3017 2004-07-20 Andrew Cagney <cagney@gnu.org>
3018
3019 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
3020 containing both bytes and mask. Add "frame_type".
3021 * tramp-frame.c (tramp_frame_start): Update.
3022 (tramp_frame_prepend_unwinder): Update.
3023 * mips-linux-tdep.c (mips_linux_o32_sigframe)
3024 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
3025 (mips_linux_n64_rt_sigframe): Update. Make "static const".
3026 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
3027
3028 2004-07-19 Eli Zaretskii <eliz@gnu.org>
3029
3030 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
3031 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
3032 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
3033 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
3034
3035 2004-07-17 Andrew Cagney <cagney@gnu.org>
3036
3037 * NEWS, PROBLEMS: Update for 6.2.
3038
3039 * README: Update to 6.2.
3040
3041 * utils.c (xvasprintf): Call xstrvprintf.
3042
3043 * parse.c: Update copyright.
3044 (null_post_parser): Eliminate ARGSUSED.
3045
3046 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
3047 * tui/tui-win.c (tui_get_cmd_list): Ditto.
3048 * symfile-mem.c (_initialize_symfile_mem): Ditto.
3049
3050 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
3051 * ppc-linux-nat.c: Use "Linux kernel".
3052 * hppa-linux-tdep.c: Use GNU/Linux.
3053 * hppa-linux-nat.c: Use GNU/Linux.
3054 * dwarfread.c: Add [sic] to use of Linux.
3055
3056 * hppa-linux-nat.c: Do not include <string.h>.
3057 (supply_fpregset): Remove "register" attribute.
3058
3059 * solib-frv.c (fetch_loadmap): Use xfree, not free.
3060
3061 2004-07-17 Mark Kettenis <kettenis@gnu.org>
3062
3063 * configure.in: Define _MSE_INT_H on Solaris 9 too.
3064 * configure, config.in: Regenerated.
3065
3066 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
3067 "bsd-kvm.h".
3068 (vaxbsd_supply_pcb): New function.
3069 (_initialize_vaxbsd_nat): New prototype and function.
3070 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
3071 solib-sunos.o.
3072 (LOADLIBES): New variable.
3073 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3074 (LOADLIBES): New variable.
3075 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3076 (LOADLIBES): New variable.
3077 * Makefile.in (vaxbsd-nat.o): Update dependencies.
3078
3079 2004-07-16 Andrew Cagney <cagney@gnu.org>
3080
3081 * defs.h (event_loop_p): Replace variable declaration with macro,
3082 always 1.
3083 * main.c (captured_main): Delete options "-async" and "-noasync".
3084 (event_loop_p): Delete variable.
3085 * NEWS: Mention that "-async" and "-noasync" were removed.
3086
3087 2004-07-16 Andrew Cagney <cagney@gnu.org>
3088
3089 * remote-m32r-sdi.c: Re-indent.
3090
3091 2004-07-16 Jim Blandy <jimb@redhat.com>
3092
3093 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
3094 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
3095 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
3096 missing MPC823 SPRs.
3097 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
3098 incorrect. (This was corrected in GDB's register name tables on
3099 2004-07-14.)
3100
3101 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
3102 should be "esasrr" ("ESA Save and Restore Register").
3103
3104 2004-07-16 Andrew Cagney <cagney@gnu.org>
3105
3106 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
3107 calls, no longer applicable. Update comments and rename parameter
3108 "step_frame" to "return_frame".
3109
3110 2004-07-16 Andrew Cagney <cagney@gnu.org>
3111
3112 * frame.c (fprint_field): New function.
3113 (fprint_frame_id): Use fprint_field.
3114
3115 2004-07-15 Joel Brobecker <brobecker@gnat.com>
3116
3117 * ada-lang.c (ada_language_defn): Remove commented out code.
3118
3119 2004-07-15 Jim Blandy <jimb@redhat.com>
3120
3121 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
3122 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
3123
3124 2004-07-14 Jim Blandy <jimb@redhat.com>
3125
3126 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
3127
3128 * ppc-tdep.h (ppc_num_vrs): New enum constant.
3129
3130 * ppc-tdep.h (ppc_num_srs): New enum constant.
3131
3132 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
3133 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
3134 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
3135 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
3136 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
3137 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
3138 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
3139 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
3140 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
3141 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
3142 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
3143 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
3144 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
3145 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
3146 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
3147 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
3148 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
3149 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
3150 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
3151 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
3152 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
3153 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
3154 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
3155 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
3156 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
3157 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
3158 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
3159 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
3160 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
3161 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
3162 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
3163 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
3164 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
3165 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
3166 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
3167 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
3168 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
3169 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
3170 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
3171 special-purpose register numbers.
3172
3173 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
3174 manual mentions 'md_twb', but many mention 'm_twb', and at that
3175 point in the register list.)
3176
3177 2004-07-14 Andrew Cagney <cagney@gnu.org>
3178
3179 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
3180 instead of "internal-error".
3181
3182 2004-07-10 Joel Brobecker <brobecker@gnat.com>
3183
3184 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
3185 that was inserted inside a comment.
3186
3187 2004-07-10 Randolph Chung <tausq@debian.org>
3188
3189 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
3190 function.
3191 (hppa_hpux_push_dummy_code): New function.
3192 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
3193 Set find_global_pointer method.
3194
3195 2004-07-10 Mark Kettenis <kettenis@gnu.org>
3196
3197 * NEWS: Mention BSD libkvm interface.
3198
3199 2004-07-10 Michael Snyder <msnyder@redhat.com>
3200
3201 * symfile.c (generic_load): Comment typo.
3202 * stack.c (get_selected_block): Ditto.
3203 * regcache.c (regcache_cooked_read): Ditto.
3204 * monitor.c (monitor_debug): Ditto.
3205 * mips-tdep.c (mips_read_pc): Ditto.
3206 * i386-linux-nat.c (ps_get_thread_area): Ditto.
3207 * gdb_mbuild.sh: Ditto.
3208 * gdbarch.sh: Ditto.
3209 * gdbarch.h: Ditto.
3210
3211 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
3212
3213 * ada-tasks.c: Remove file.
3214
3215 Remove ARI problems:
3216
3217 * ada-exp.y (write_var_from_sym): Reformat to put operator at
3218 beginning of line.
3219
3220 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
3221 Add comment.
3222 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
3223 (MIN_OF_SIZE): Rename min_of_size. Add comment.
3224 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
3225 (UMIN_OF_SIZE): Remove.
3226 (max_of_type): New function to replace orphan macro in gdbtypes.h
3227 (min_of_type): Ditto.
3228 (discrete_type_high_bound): Use max_of_type.
3229 (discrete_type_low_bound): Use min_of_type.
3230 (possible_user_operator_p): Move operator to beginning of line.
3231 (ada_is_variant_part): Ditto.
3232 (ensure_lval): Rewrite to avoid deprecated operations.
3233 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
3234 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
3235 (ada_enum_name): Remove assignments in 'if' statements.
3236 (build_ada_types): Add gdbarch parameter.
3237 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
3238 with gdbarch_data_register_post_init.
3239 Use add_setshow_uinteger_cmd rather than add_set_cmd and
3240 add_show_from_set.
3241
3242 * ada-valprint.c (inspect_it): Remove declaration.
3243 (repeat_count_threshold): Remove declaration.
3244 (ada_print_floating): Remove assignments in 'if' statements.
3245 (print_str): Move operator to beginning of line.
3246
3247 2004-07-08 Jim Blandy <jimb@redhat.com>
3248
3249 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
3250
3251 2004-07-08 Bob Rossi <bob@brasko.net>
3252
3253 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
3254
3255 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
3256
3257 * language.h (struct_language_defn): Add new function pointer:
3258 la_class_name_from_physname. Also add new prototype for
3259 language_class_name_from_physname.
3260 * language.c (language_class_name_from_physname): New function.
3261 (unk_lang_class_name): Ditto.
3262 (unknown_language_defn, auto_language_defn): Change
3263 to add unk_lang_class_name function pointer for
3264 la_class_name_from_physname.
3265 (local_language_defn): Ditto.
3266 * dwarf2read.c (guess_structure_name): Change to call
3267 language_class_name_from_physname.
3268 (determine_class_name): Ditto.
3269 * cp-support.c (class_name_from_physname): Renamed.
3270 (cp_class_name_from_physname): New name of function.
3271 * cp-support.h: Ditto.
3272 * c-lang.c (c_language_defn): Change to add NULL
3273 for class_name_from_physname function pointer.
3274 (cplus_language_defn): Change to add cp_class_name_from_physname.
3275 * jv-lang.c (java_class_name_physname): New function.
3276 (java_find_last_component): New static routine.
3277 (java_language_defn): Add java_class_name_from_physname pointer.
3278 * ada-lang.c (ada_language_defn): Change to add NULL
3279 for class_name_from_physname function pointer.
3280 * f-lang.c (f_language_defn): Ditto.
3281 * m2-lang.c (m2_language_defn): Ditto.
3282 * objc-lang.c (objc_language_defn): Ditto.
3283 * p-lang.c (pascal_language_defn): Ditto.
3284 * scm-lang.c (scm_language_defn): Ditto.
3285
3286 2004-07-06 Andrew Cagney <cagney@gnu.org>
3287
3288 Patch from Bart Robinson.
3289 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
3290 (O_LARGEFILE): Define to 0, if not defined.
3291
3292 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3293
3294 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
3295 <machine/pcb.h> and "bsd-kvm.h".
3296 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
3297 (m68kbsd_supply_pcb): New function.
3298 (_initialize_m68kbsd_nat): New prototype and function.
3299 * Makefile.in (m68kbsd-nat.o): Update dependencies.
3300 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3301 (LOADLIBES): New variable.
3302 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3303 (LOADLIBES): New variable.
3304
3305 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
3306
3307 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3308
3309 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
3310 <sys/proc.h>.
3311 (bsd_kvm_cmdlist): New variable.
3312 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
3313 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
3314 command and "kvm proc" command.
3315 * Makefile.in (bsd-kvm.o): Update dependencies.
3316
3317 2004-07-02 Mark Kettenis <kettenis@gnu.org>
3318
3319 * osabi.c: Update copyright year.
3320 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
3321 notes if EI_OSABI is set to ELFOSABI_HPUX.
3322
3323 2004-07-01 Michael Snyder <msnyder@redhat.com>
3324
3325 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
3326 that seems to have gotten whacked out of line.
3327
3328 2004-07-01 Mark Kettenis <kettenis@gnu.org>
3329
3330 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
3331 code.
3332
3333 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3334
3335 * ada-lang.c (decode_packed_array): Minor change to comment.
3336 (ada_value_slice_ptr): New function.
3337 (ada_value_slice): New function.
3338 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
3339 test. Don't know why it is there.
3340 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
3341 to avoid dereferencing huge arrays from which one is slicing.
3342 (empty_array): Correct to return an array rather than
3343 a subrange value.
3344 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
3345 on empty arrays (let'em use 'FIRST instead).
3346
3347 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3348
3349 Address complaints from gdb_ari.sh:
3350
3351 * ada-exp.y: Include gdb_string.h rather than string.h.
3352 (convert_char_literal): Reformat declaration.
3353 * ada-lang.h: Include opaque struct declaration for struct frame_info.
3354 * ada-lex.l: Change use of free to xfree (the macro would do so
3355 anyway, but this is harmless).
3356 Include gdb_string.h rather than string.h.
3357 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
3358
3359 * ada-lang.c (parse): Remove K&Rism in parameter list.
3360 (is_name_suffix): Correct Linux => GNU/Linux in comment.
3361
3362 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3363
3364 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
3365 dead code.
3366
3367 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3368
3369 * alphabsd-nat.c: Update copyright year.
3370 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
3371
3372 2004-06-29 Joel Brobecker <brobecker@gnat.com>
3373
3374 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
3375 (i386_cygwin_in_solib_call_trampoline): New function.
3376 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
3377 and skip_trampoline_code gdbarch methods.
3378
3379 2004-06-29 Jim Blandy <jimb@redhat.com>
3380
3381 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
3382 name actually used in the dependency lists.
3383
3384 2004-06-29 Randolph Chung <tausq@debian.org>
3385
3386 * NEWS (New native configurations): Mention GNU/Linux/hppa.
3387
3388 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3389
3390 * win32-nat.c (child_pid_to_exec_file): New function.
3391 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
3392 functionality.
3393
3394 2004-06-28 Andrew Cagney <cagney@gnu.org>
3395
3396 * defs.h (xstrvprintf): Declare.
3397 * utils.c (xstrvprintf): New function.
3398 (internal_vproblem, xstrprintf, xasprintf)
3399 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
3400 * serial.c (serial_printf): Ditto.
3401 * complaints.c (vcomplaint): Ditto.
3402
3403 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3404
3405 * infcmd.c (attach_command): Move call to target_terminal_inferior
3406 behind loading symbol table.
3407
3408 2004-06-28 Andrew Cagney <cagney@gnu.org>
3409
3410 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
3411 change - add back extern deprecated_ui_loop_hook declaration.
3412
3413 2004-06-28 Andrew Cagney <cagney@gnu.org>
3414
3415 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
3416 xstrprintf.
3417 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
3418 (c_value_of_variable): Ditto.
3419 * utils.c (internal_vproblem): Ditto.
3420 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
3421 * remote.c (add_packet_config_cmd): Ditto.
3422 * remote-rdp.c (rdp_set_command_line): Ditto.
3423 * regcache.c (regcache_dump): Ditto.
3424 * frv-tdep.c (new_variant, new_variant): Ditto.
3425 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
3426 (fbsd_find_memory_regions): Ditto.
3427 * breakpoint.c (create_thread_event_breakpoint)
3428 (create_breakpoints): Ditto.
3429 * aix-thread.c (aix_thread_pid_to_str): Ditto.
3430 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
3431
3432 2004-06-28 Joel Brobecker <brobecker@gnat.com>
3433
3434 * ada-lang.c: Re-indent file, with some massaging to help indent
3435 a bit when the result is otherwise really too ugly.
3436
3437 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3438
3439 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
3440 code_addr_p and special_addr_p to 'unsigned int'.
3441
3442 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3443
3444 * i386v4-nat.c: Update copyright year and tweak comment.
3445 (regmap): Remove trailing comma.
3446 (supply_gregset): Rename local variable i to regnum. Call
3447 regcache_raw_supply instead of supply_register.
3448 (fill_gregset): Rename argument regno to regnum. Call
3449 regcache_raw_collect instead of regcache_collect.
3450
3451 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3452
3453 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
3454 and special_addr_p.
3455 (frame_id_build, frame_id_build_special): Update comments.
3456 (frame_id_build_wild): New prototype.
3457 * frame.c (frame_id_build, frame_id_build_special): Fill in new
3458 struct frame_id fields.
3459 (frame_id_build_wild): New function.
3460 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
3461
3462 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3463
3464 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
3465 hppabsd-tdep.c.
3466
3467 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3468
3469 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
3470
3471 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3472
3473 * ada-lang.c: Re-indent file.
3474
3475 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3476
3477 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
3478 (no_symtab_msg): Likewise.
3479
3480 2004-06-27 Andreas Schwab <schwab@suse.de>
3481
3482 * source.c: Fix whitespace.
3483
3484 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3485
3486 * configure.in: Include <sys/param.h> for td_pcb test.
3487 * configure: Regenerated.
3488
3489 * i386nbsd-nat.c: New file.
3490 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
3491 i386obsd-nat.c and i386obsd-tdep.c.
3492 (i386nbsd-nat.o): New dependency.
3493 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
3494 bsd-kvm.o.
3495 (LOADLIBES): New variable.
3496 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
3497 bsd-kvm.o.
3498 (LOADLIBES): New variable.
3499
3500 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
3501 (LOADLIBES): New variable.
3502
3503 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
3504 fetching from BSD_KVM_PADDR. Correctly lookup address for
3505 "_thread0".
3506
3507 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
3508 "bsd-kvm.h".
3509 (amd64fbsd_supply_pcb): New funcion.
3510 (_initialize_amd64fbsd_nat): Enable libkvm interface.
3511
3512 2004-06-27 <david@streamline-computing.com>
3513
3514 Partial fix for PR cli/1056.
3515 * valarith.c: Check for zero in division and remainder
3516 evaluation.
3517
3518 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3519
3520 * i387-tdep.c: Remove excessive whitespace.
3521
3522 2004-06-26 Andrew Cagney <cagney@gnu.org>
3523
3524 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
3525 * gdb-events.h, gdb-events.c: Re-generate.
3526 * tui/tui-hooks.c (tui_install_hooks): Update.
3527 (tui_remove_hooks): Update.
3528 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
3529
3530 2004-06-26 Mark Kettenis <kettenis@gnu.org>
3531
3532 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
3533 (gregset_t, fpregset_t): Remove typedefs.
3534 (REG_OFFSET): Rename argument.
3535 (amd64bsd_r_reg_offset): Rename from reg_offset.
3536 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3537 Remove functions.
3538 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
3539 of reg_offset.
3540 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
3541
3542 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
3543
3544 * vax-tdep.c: Tweak comment.
3545
3546 Add OpenBSD/hppa support.
3547 * NEWS (New native configurations): Mention OpenBSD/hppa.
3548 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
3549 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
3550 files.
3551 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3552 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
3553 * configure.host: Add hppa*-*-openbsd*.
3554 * configure.tgt: Add hppa*-*-openbsd*.
3555
3556 2004-06-25 Andrew Cagney <cagney@gnu.org>
3557
3558 * defs.h (deprecated_ui_loop_hook): Deprecated.
3559 * wince.c (child_wait): Update.
3560 * win32-nat.c (child_wait): Update.
3561 * v850ice.c (v850ice_wait): Update.
3562 * top.c (deprecated_ui_loop_hook): Update.
3563 * serial.h: Update.
3564 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
3565 (do_unix_readchar): Update.
3566 * ser-tcp.c (net_open): Update.
3567 * remote-sim.c (gdb_os_poll_quit): Update.
3568 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
3569
3570 2004-06-24 Andrew Cagney <cagney@gnu.org>
3571
3572 * defs.h (deprecated_pre_add_symbol_hook)
3573 (deprecated_post_add_symbol_hook): Deprecated.
3574 * symfile.c (symbol_file_add_with_addrs_or_offsets)
3575 (symbol_file_add_with_addrs_or_offsets): Update references.
3576
3577 2004-06-24 Andrew Cagney <cagney@gnu.org>
3578
3579 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
3580 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
3581 * wince.c (ui_loop_hook): Delete extern declaration.
3582 * win32-nat.c (ui_loop_hook): Delete extern declaration..
3583 * v850ice.c (ui_loop_hook): Delete extern declaration..
3584 * ser-unix.c (ui_loop_hook): Delete extern declaration..
3585 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
3586 * remote-sim.c (ui_loop_hook): Delete extern declaration..
3587 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
3588 ui_loop_hook declaration.
3589
3590 2004-06-24 Andrew Cagney <cagney@gnu.org>
3591
3592 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3593 entry_func_highpc fields.
3594 * objfiles.c (init_entry_point_info): Do not clear
3595 entry_func_lowpc and entry_func_highpc.
3596 (objfile_relocate): Do not relocate entry_func_lowpc and
3597 entry_func_highpc.
3598 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3599 entry_func_highpc.
3600 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3601 entry_func_highpc.
3602 * blockframe.c (legacy_frame_chain_valid): Replace tests against
3603 entry_func_lowpc and entry_func_highpc with call to
3604 inside_entry_func.
3605
3606 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3607
3608 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
3609 quad-precision floating point arguments in registers.
3610
3611 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3612
3613 From Michael Mueller <m.mueller99@kay-mueller.de>:
3614 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
3615 account.
3616
3617 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
3618
3619 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
3620 to -1.
3621 * breakpoint.c (bpstat_stop_status): Move check for ignoring
3622 untriggered watchpoints to a separate if clause. Update function
3623 comment regarding STOPPED_BY_WATCHPOINT argument.
3624
3625 2004-06-22 Jim Blandy <jimb@redhat.com>
3626
3627 * gdbarch.sh: Doc fix.
3628
3629 2004-06-21 Martin Hunt <hunt@redhat.com>
3630 Kevin Buettner <kevinb@redhat.com>
3631
3632 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
3633 * mips-tdep.h (MIPS_SP_REGNUM): Define.
3634 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
3635 to set_gdbarch_sp_regnum(). Use cooked register number.
3636 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
3637
3638 2004-06-21 Andrew Cagney <cagney@gnu.org>
3639
3640 * gdbarch.sh: When the macro field is empty, do not generate a
3641 macro definition. When the macro field is "=", generate the macro
3642 name from the upper-case function name.
3643 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
3644 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
3645 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
3646 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
3647 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
3648 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
3649 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
3650 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
3651 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
3652 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
3653 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
3654 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
3655 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
3656 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
3657 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3658 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
3659 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
3660 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
3661 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
3662 (DEPRECATED_USE_STRUCT_CONVENTION)
3663 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3664 (DEPRECATED_FRAME_INIT_SAVED_REGS)
3665 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
3666 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
3667 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3668 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
3669 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
3670 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
3671 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
3672 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
3673 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
3674 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
3675 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
3676 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
3677 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
3678 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
3679 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
3680 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
3681
3682 2004-06-21 Andrew Cagney <cagney@gnu.org>
3683
3684 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
3685 macro name, and the function rather than macro value. Only wrap
3686 macro print statements in #ifdef. Move format logic to where it
3687 is needed.
3688 * gdbarch.c: Re-generate.
3689
3690 * gdbarch.sh (read): Delete "print_p" and "description", add
3691 "garbage_at_eol". Check for non-empty garbage at end-of-line.
3692 Delete references to print_p.
3693 (TARGET_ARCHITECTURE): Delete print predicate.
3694 * gdbarch.c: Re-generate.
3695
3696 * gdbarch.sh: Check that multi-arch methods do not provide a
3697 macro.
3698 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
3699 (print_registers_info, print_float_info, print_vector_info)
3700 (adjust_breakpoint_address, remote_translate_xfer_address)
3701 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
3702 (address_class_type_flags_to_name, unwind_sp): Remove the macro
3703 name from the multi-arch definition.
3704
3705 2004-06-20 Andrew Cagney <cagney@gnu.org>
3706
3707 * gdbarch.sh: Sort by the function, instead of macro name.
3708 * gdbarch.c: Re-generate.
3709
3710 2004-06-20 Andrew Cagney <cagney@gnu.org>
3711
3712 * gdbarch.sh: Use the function, instead of macro name in
3713 errors and the log file.
3714 (return_value): Remove stray ":" in spec.
3715
3716 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
3717 * gdbarch.h, gdbarch.c: Re-generate.
3718 * Makefile.in (arch-utils.o): Update dependencies.
3719 * values.c (using_struct_return): Move code calling
3720 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
3721 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
3722 to legacy_return_value, simplify.
3723 * infcmd.c (print_return_value): Move code calling
3724 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
3725 to legacy_return_value, simplify.
3726 * infcall.c (call_function_by_hand): Move code calling
3727 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
3728 * arch-utils.c: Update copyright. Include "gdbcore.h".
3729 (legacy_return_value): New function.
3730 * arch-utils.h: Update copyright.
3731 (legacy_return_value): Declare.
3732
3733 2004-06-20 Andrew Cagney <cagney@gnu.org>
3734
3735 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
3736 * gdbarch.h, gdbarch.c: Re-generate.
3737 * values.c (using_struct_return): Update call.
3738 * mcore-tdep.c: Update comment.
3739 * infcall.c (call_function_by_hand): Update comment.
3740 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3741 * arch-utils.h (always_use_struct_convention): Update.
3742 * v850-tdep.c (v850_gdbarch_init): Update.
3743 * sh64-tdep.c (sh64_gdbarch_init): Update.
3744 * sh-tdep.c (sh_gdbarch_init): Update.
3745 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3746 * mips-tdep.c (mips_gdbarch_init): Update.
3747 * mcore-tdep.c (mcore_gdbarch_init): Update.
3748 * m32r-tdep.c (m32r_gdbarch_init): Update.
3749 * ia64-tdep.c (ia64_gdbarch_init): Update.
3750 * h8300-tdep.c (h8300_gdbarch_init): Update.
3751 * frv-tdep.c (frv_gdbarch_init): Update.
3752 * cris-tdep.c (cris_gdbarch_init): Update.
3753 * arm-tdep.c (arm_gdbarch_init): Update.
3754 * alpha-tdep.c (alpha_gdbarch_init): Update.
3755
3756 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
3757
3758 * PROBLEMS: Add more specific information, and a work-around,
3759 for PR gdb/1458.
3760
3761 2004-06-18 Andrew Cagney <cagney@gnu.org>
3762
3763 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3764 * gdbarch.h, gdbarch.c: Re-generate.
3765 * ada-lang.c (ada_finish_decode_line_1): Update.
3766 * infrun.c (handle_inferior_event): Update.
3767 * infcall.c (find_function_addr): Update.
3768 * linespec.c (minsym_found): Update.
3769 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3770 Update.
3771 * blockframe.c (legacy_frameless_look_for_prologue): Update.
3772 * cli/cli-cmds.c (disassemble_command): Update.
3773 * vax-tdep.c (vax_gdbarch_init): Update.
3774
3775 2004-06-18 Mark Kettenis <kettenis@gnu.org>
3776
3777 * i386-tdep.c (i386_collect_fpregset): Fix comment.
3778
3779 2004-06-17 Andrew Cagney <cagney@gnu.org>
3780
3781 GDB 6.1.1 released from the GDB 6.1 branch.
3782 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3783 * PROBLEMS: Ditto.
3784
3785 2004-06-16 Daniel Jacobowitz <dan@debian.org>
3786
3787 PR gdb/1658
3788 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3789 operation as a uleb128. Found by Michael Coulter.
3790
3791 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
3792
3793 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
3794 make it non-static.
3795 * ada-lang.h (task_control_block): declaration moved from ada-task.c
3796 to ada-lang.h; this is needed to be able to implement the kill command
3797 in multi-task mode.
3798 (task_ptid): Ditto.
3799 (task_entry): Ditto.
3800 (task_list): Ditto.
3801 (ada_build_task_list): Ditto.
3802
3803 * ada-lang.c: Conditionalize routines and data structures related
3804 to breakpoints, exceptions, completion, and symbol caching on
3805 GNAT_GDB, since these are not yet used in the submitted public sources.
3806 (ada_main_name): Editorial: Move definition out of exception-related
3807 code.
3808
3809 2004-06-15 Andrew Cagney <cagney@gnu.org>
3810
3811 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
3812 deprecated_pc_in_call_dummy.
3813
3814 2004-06-15 Alan Modra <amodra@bigpond.net.au>
3815
3816 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
3817 bfd_get_section_size_before_reloc or _raw_size.
3818 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3819 * dwarf2read.c (dwarf2_locate_sections): Likewise.
3820 (dwarf2_read_section): Likewise.
3821 * elfread.c (elf_locate_sections): Likewise.
3822 * gcore.c (derive_heap_segment): Likewise.
3823 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3824 * remote-e7000.c (e7000_load): Likewise.
3825 * remote-m32r-sdi.c (m32r_load): Likewise.
3826 * remote-mips.c (mips_load_srec): Likewise.
3827 (pmon_load_fast): Likewise.
3828 * remote.c (compare_sections_command): Likewise.
3829 * symfile.c (add_section_size_callback): Likewise.
3830 (load_section_callback): Likewise.
3831 (pc_in_unmapped_range): Likewise.
3832 (pc_in_mapped_range): Likewise.
3833 (sections_overlap): Likewise.
3834 (list_overlays_command): Likewise.
3835 (simple_overlay_update_1): Likewise.
3836 (simple_overlay_update): Likewise.
3837 * tracepoint.c (remote_set_transparent_ranges): Likewise.
3838 * win32-nat.c (core_section_load_dll_symbols): Likewise.
3839
3840 2004-06-14 Randolph Chung <tausq@debian.org>
3841
3842 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
3843 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
3844 static.
3845 (hppa_hpux_inferior_created): New function.
3846 (hppa_hpux_init_abi): Register observer.
3847 * symfile.c (hp_cxx_exception_support_initialized)
3848 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
3849 (symbol_file_add_main_1, symbol_file_clear): Likewise.
3850
3851 2004-06-14 Randolph Chung <tausq@debian.org>
3852
3853 * MAINTAINERS (Write After Approval): Alphabetize my entry
3854 correctly.
3855
3856 2004-06-14 Andrew Cagney <cagney@gnu.org>
3857
3858 * MAINTAINERS (testsuite): List Michael Chastain as the lead
3859 testsuite maintainer.
3860
3861 2004-06-13 Andrew Cagney <cagney@gnu.org>
3862
3863 * infcmd.c (print_return_value): Fix logic, allow
3864 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
3865
3866 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
3867 defining any macros.
3868 * gdbarch.h: Re-generate.
3869
3870 * gdbarch.sh: Delete "level" attribute. Only check for a macro
3871 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
3872 * gdbarch.h: Re-generate.
3873
3874 * values.c (generic_use_struct_convention): Don't check gcc_p.
3875
3876 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3877 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
3878 * gdbarch.h, gdbarch.c: Regenerate.
3879 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
3880 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
3881 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3882 deprecated_max_register_raw_size and
3883 deprecated_max_register_virtual_size.
3884 * v850-tdep.c (v850_gdbarch_init): Ditto.
3885 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3886 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3887 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3888 * cris-tdep.c (cris_gdbarch_init): Ditto.
3889
3890 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
3891 * gdbarch.h, gdbarch.c: Re-generate.
3892 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
3893 (m68hc11_use_struct_convention): Delete function.
3894 (m68hc11_extract_struct_value_address): Delete function.
3895 (m68hc11_return_value): New function.
3896 (m68hc11_gdbarch_init): Instead of store_return_value,
3897 extract_return_value, return_value_on_stack,
3898 deprecated_extract_struct_value_address and use_struct_convention,
3899 set return_value.
3900 * values.c (using_struct_return): Do not call
3901 RETURN_VALUE_ON_STACK.
3902 * arch-utils.h (generic_return_value_on_stack_not): Delete
3903 declaration.
3904 * arch-utils.c (generic_return_value_on_stack_not): Delete
3905 function.
3906
3907 2004-06-12 Andrew Cagney <cagney@gnu.org>
3908
3909 * values.c (register_value_being_returned): Delete function.
3910 * infcmd.c (legacy_return_value): Delete function.
3911 * infcall.c (call_function_by_hand): Inline
3912 "register_value_being_returned", simplify.
3913 * values.c (using_struct_return): Update comment, refer to
3914 print_return_value instead of register_value_being_returned.
3915 * infcmd.c (print_return_value): Inline calls to
3916 register_value_being_returned and legacy_return_value. Simplify.
3917
3918 2004-06-11 Randolph Chung <tausq@debian.org>
3919
3920 * somread.c (som_symtab_read): Exclude gcc local symbols.
3921
3922 2004-06-11 Randolph Chung <tausq@debian.org>
3923
3924 * infrun.c (handle_inferior_event): Handle the case when a
3925 trampoline ends up in the runtime resolver, and if the trampoline
3926 has no name. Rearrange the code so that all the trampoline
3927 processing happens before other step-out-of-range handling.
3928
3929 2004-06-11 Martin Hunt <hunt@redhat.com>
3930
3931 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
3932 has no fpu.
3933
3934 2004-06-10 Andrew Cagney <cagney@gnu.org>
3935
3936 * blockframe.c (legacy_inside_entry_func): Delete.
3937 (legacy_frame_chain_valid): Inline call to
3938 legacy_inside_entry_func, simplify.
3939
3940 2004-06-10 Bob Rossi <bob@brasko.net>
3941
3942 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3943 * dwarf2read.c (partial_die_info): Add dirname field.
3944 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
3945 (read_partial_die): Save away DW_AT_comp_dir.
3946 * defs.h (symtab_to_filename): Removed.
3947 * source.c (find_and_open_source): Added.
3948 (open_source_file): Just calls find_and_open_source.
3949 (symtab_to_filename): Removed.
3950 (symtab_to_fullname, psymtab_to_fullname): Added.
3951 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
3952 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
3953 symtab_to_filename.
3954 * symtab.h (partial_symtab): Add dirname field.
3955 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3956 (mi_cmd_file_list_exec_source_file): Call new function
3957 symtab_to_fullname to find fullname.
3958 (mi_cmd_file_list_exec_source_files): Added.
3959 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
3960 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
3961
3962 2004-06-10 Andrew Cagney <cagney@gnu.org>
3963
3964 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
3965 to generic_use_struct_convention, the default value.
3966
3967 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
3968 of abort.
3969
3970 * ns32k-tdep.c (ns32k_push_arguments): New function.
3971 (ns32k_gdbarch_init): Set deprecated_push_arguments.
3972 * infcall.c (call_function_by_hand): Call error instead of
3973 legacy_push_arguments.
3974 * value.h (legacy_push_arguments): Delete declaration.
3975 * valops.c (legacy_push_arguments): Delete function.
3976 (value_push): Delete function.
3977
3978 2004-06-10 Brian Ford <ford@vss.fsi.com>
3979
3980 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
3981 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
3982 info.
3983 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
3984
3985 2004-06-10 Andrew Cagney <cagney@gnu.org>
3986
3987 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
3988 * gdbarch.h, gdbarch.c: Re-generate.
3989 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
3990 parameters.
3991 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
3992 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
3993 deprecated_pc_in_call_dummy instead of
3994 DEPRECATED_PC_IN_CALL_DUMMY.
3995 (arm_skip_prologue): Ditto.
3996 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
3997 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
3998 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
3999 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
4000 Ditto.
4001 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
4002 (sh64_init_extra_frame_info, sh64_get_saved_register)
4003 (sh64_pop_frame): Ditto.
4004 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
4005 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
4006 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
4007 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
4008 (h8300_pop_frame): Ditto.
4009 * blockframe.c (legacy_inside_entry_func)
4010 (legacy_frame_chain_valid): Ditto.
4011 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
4012 to deprecated_pc_in_call_dummy.
4013
4014 2004-06-09 Andrew Cagney <cagney@gnu.org>
4015
4016 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
4017 provide a default value.
4018 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
4019 * gdbarch.h, gdbarch.c: Re-generate.
4020 * arch-utils.c (generic_convert_register_p): Rename
4021 legacy_convert_register_p
4022 (legacy_register_to_value, legacy_value_to_register): Delete
4023 functions.
4024 * arch-utils.h (generic_convert_register_p): Rename
4025 legacy_convert_register_p.
4026 (legacy_register_to_value, legacy_value_to_register): Delete
4027 declarations.
4028
4029 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
4030 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
4031 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
4032 * gdbarch.h, gdbarch.c: Re-generate.
4033 * infcmd.c (default_print_registers_info): Simplify.
4034 * findvar.c (value_of_register): Simplify.
4035 * mi/mi-main.c (get_register): Simplify.
4036 * arch-utils.c (legacy_convert_register_p): Always return 0.
4037 (legacy_register_to_value, legacy_value_to_register): Always call
4038 internal_error.
4039
4040 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
4041 #ifdef CLEAR_INSN_CACHE code.
4042 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
4043 Delete #ifdef CLEAR_DEFERRED_STORES code.
4044
4045 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
4046
4047 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
4048 copyright.
4049 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
4050
4051 * config/mips/mipsv4.mh: Delete file.
4052
4053 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
4054 unreferenced macro.
4055 (hpread_adjust_stack_address): Delete declaration.
4056
4057 2004-06-08 Andrew Cagney <cagney@gnu.org>
4058
4059 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4060 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
4061 PTRACE_ATTACH / PTRACE_DETACH available call error.
4062 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
4063 * infttrace.c (update_thread_state_after_attach, attach, detach):
4064 Remove #ifdef wrappers.
4065 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
4066 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4067 * config/nm-bsd.h (ATTACH_DETACH): Delete.
4068 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
4069 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
4070 * config/nm-linux.h (ATTACH_DETACH): Delete.
4071 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
4072 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
4073 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
4074 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
4075 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
4076
4077 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
4078
4079 * configure.in: Set $configdir to the right OS specific value.
4080 Use value when setting $tcldir and $tkdir.
4081 * configure: Regenerate.
4082
4083 2004-06-06 Paul Brook <paul@codesourcery.com>
4084
4085 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
4086 records.
4087
4088 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
4089
4090 * ada-lang.c (lookup_symbol_in_language): New function to allow
4091 re-use of another language's symbol lookup code. (Placed here
4092 temporarily while Ada support is being integrated into the public
4093 tree).
4094 (restore_language): New auxiliary function for
4095 lookup_symbol_in_language.
4096 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
4097 temporarily while Ada support is being integrated into the public
4098 tree).
4099
4100 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
4101
4102 * Makefile.in (check//%): New.
4103
4104 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
4105 (mn10300_store_return_value): Rewrite.
4106 (mn10300_type_align): New.
4107 (mn10300_use_struct_convention): Rewrite.
4108 (mn10300_return_value): New, using all of the above.
4109 (mn10300_pop_frame_regular): Add saved_regs_size.
4110 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
4111
4112 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
4113 regs if PC is on movm.
4114
4115 2004-06-07 Jim Blandy <jimb@redhat.com>
4116
4117 Add native Linux support for the PowerPC E500.
4118 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
4119 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
4120 all architectures except the E500.
4121 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
4122 #definitions.
4123 (struct gdb_evrregset_t): New type.
4124 (have_ptrace_getsetevrregs): New variable.
4125 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
4126 fetch_spe_registers): New functions.
4127 (fetch_register): Call fetch_spe_register as appropriate.
4128 Assert that we're only passed raw register numbers.
4129 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
4130 Don't fetch gprs if they're pseudoregisters.
4131 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
4132 store_spe_registers): New functions.
4133 (store_register): Call store_spe_register as appropriate.
4134 Assert that we're only passed raw register numbers.
4135 (store_ppc_registers): Call store_spe_registers as appropriate.
4136 Don't store gprs if they're pseudoregisters.
4137
4138 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
4139
4140 * thread-db.c (thread_get_info_callback): Fill in the thread_info
4141 struct if one exists, even if we are dealing with a zombie thread.
4142
4143 2004-06-07 Andrew Cagney <cagney@gnu.org>
4144
4145 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
4146 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
4147 Rename PC_REQUIRES_RUN_BEFORE_USE.
4148 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
4149 #ifdef.
4150
4151 2004-06-07 Randolph Chung <tausq@debian.org>
4152
4153 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
4154 unwinding after sp has been saved to the stack but before the end
4155 of the prologue, and after the fp has been modified but before it has
4156 been saved to the stack.
4157 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
4158 Remove superfluous definitions.
4159 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
4160
4161 2004-06-07 Guy Martin <gmsoft@gentoo.org>
4162
4163 Committed by Randolph Chung.
4164 * hppa-linux-nat.c: Include the correct version of the header file
4165 depending on the kernel version.
4166
4167 2004-06-06 Randolph Chung <tausq@debian.org>
4168
4169 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
4170 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
4171
4172 2004-06-06 Randolph Chung <tausq@debian.org>
4173
4174 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
4175 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
4176 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
4177 * hppa-tdep.c (hppa_symbol_address): New function definition.
4178 * hppa-tdep.h (hppa_symbol_address): New function declaration.
4179
4180 2004-06-06 Randolph Chung <tausq@debian.org>
4181
4182 * hppa-tdep.h (struct value): Forward declaration.
4183 (gdbarch_tdep): Define tdep find_global_pointer method.
4184 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
4185 associated with the function we are trying to call, and write it
4186 to the gp register.
4187 (hppa32_convert_from_funct_ptr_addr): New function.
4188 (hppa_find_global_pointer): New function.
4189 (hppa_gdbarch_init): Set default find_global_pointer method; set
4190 convert_from_func_ptr_addr method.
4191 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
4192 (hppa_linux_init_abi): Set find_global_pointer method.
4193 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
4194
4195 2004-06-06 Randolph Chung <tausq@debian.org>
4196
4197 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
4198 to struct value *function.
4199 * gdbarch.c: Regenerate.
4200 * gdbarch.h: Likewise.
4201 * infcall.c (call_function_by_hand): Pass entire function value
4202 to push_dummy_call.
4203
4204 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
4205 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
4206 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
4207 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
4208 * arm-tdep.c (arm_push_dummy_call): Likewise.
4209 * avr-tdep.c (avr_push_dummy_call): Likewise.
4210 * cris-tdep.c (cris_push_dummy_call): Likewise.
4211 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
4212 * frv-tdep.c (frv_push_dummy_call): Likewise.
4213 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
4214 * hppa-tdep.c (hppa32_push_dummy_call)
4215 (hppa64_push_dummy_call): Likewise.
4216 * i386-tdep.c (i386_push_dummy_call): Likewise.
4217 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
4218 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
4219 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
4220 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
4221 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
4222 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
4223 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
4224 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
4225 (ppc64_sysv_abi_push_dummy_call): Likewise.
4226 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
4227 (ppc64_sysv_abi_push_dummy_call): Likewise.
4228 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
4229 * s390-tdep.c (s390_push_dummy_call): Likewise.
4230 * sh-tdep.c (sh_push_dummy_call_fpu)
4231 (sh_push_dummy_call_nofpu): Likewise.
4232 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
4233 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
4234 * vax-tdep.c (vax_push_dummy_call): Likewise.
4235
4236 2004-06-04 Jim Blandy <jimb@redhat.com>
4237
4238 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
4239 gdbarch argument to register_size.
4240
4241 * rs6000-tdep.c (rs6000_store_return_value): Use
4242 regcache_cooked_write_part instead of
4243 deprecated_write_register_bytes.
4244 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
4245 not gdbarch_deprecated_store_return_value.
4246
4247 * ppc-linux-nat.c (store_register, fetch_register): Remove
4248 incorrect assertions. Simplify and generalize handling of
4249 transfers whose sizes are not multiples of, or less than, sizeof
4250 (PTRACE_XFER_TYPE).
4251
4252 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
4253
4254 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
4255 as a new thread event.
4256 * thread-db.c (thread_get_info_callback): If the thread is a
4257 zombie, return TD_THR_ZOMBIE.
4258 (thread_from_lwp): If thread_get_info_callback returns
4259 TD_THR_ZOMBIE, check if the thread is still on the thread list
4260 and return a -1 ptid if not found.
4261 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
4262 change the status to TARGET_WAITKIND_SPURIOUS.
4263
4264 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
4265
4266 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
4267 double values in little endian mode.
4268
4269 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
4270
4271 Committed by Andrew Cagney.
4272 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
4273 after last enum constant to avoid error from IBM C
4274 compiler.
4275
4276 2004-06-02 Jim Blandy <jimb@redhat.com>
4277
4278 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
4279 to 'message', and make it local to the lone block that uses it.
4280
4281 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
4282
4283 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
4284
4285 * ada-exp.y: Update copyright notice.
4286 Include block.h.
4287
4288 Replace REGNAME, LAST, INTERNAL_VARIABLE with
4289 SPECIAL_VARIABLE and unify the treatment of these cases.
4290
4291 (write_attribute_call0): Remove.
4292 (write_attribute_call1): Remove.
4293 (write_attribute_calln): Remove.
4294 (save_qualifier): Add missing semicolon.
4295
4296 (simple_exp,exp): Decomment (i.e., reactivate) code that was
4297 temporarily disabled to allow compilation with FSF head version.
4298
4299 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
4300 use individual operators (OP_*) for all attributes.
4301 (exp syntax): Use write_int.
4302 Handle STRING literals with OP_STRING.
4303 (variable syntax): Add limit parameter to calls to
4304 write_object_renaming.
4305
4306 (temp_parse_space): New definition to hold entities that need
4307 only live until the next call to ada_parse.
4308 (string_to_operator): Rename fields of ada_opname_table entries.
4309
4310 (write_var_from_sym): Record block.
4311 (write_var_from_name): Minor reformatting.
4312 Make sure saved name is properly encoded in the case of multiple
4313 matches, and set its language to Ada.
4314 Update comment.
4315 Modify to indicate unresolved name as symbol in the UNRESOLVED
4316 namespace, allocated in temp_parse_space.
4317 (write_int): New function.
4318
4319 (write_object_renaming): Add max_depth parameter to limit
4320 chains of object renamings.
4321 Handle case where root of renaming expression is itself a renaming.
4322 Use temp_parse_space for temporary name buffer.
4323 Handle renamings to dereferenced pointers (___XEXA suffices).
4324
4325 (ada_parse, yyerror, string_to_operator,
4326 write_var_from_sym, write_var_from_name, write_attribute_call0,
4327 write_attribute_call1, write_attribute_calln,
4328 write_object_renaming): Protoize.
4329
4330 (_initialize_ada_exp): New function.
4331
4332 * ada-lang.c: Update copyright notice.
4333 General terminology change to conform to GNAT compiler usage:
4334 mangle => encode, demangle => decode
4335 Include gdb_obstack.h.
4336 Include gdb_regex.h
4337 Include frame.h
4338 Include hashtab.h
4339 Include completer.h
4340 Include gdb_stat.h
4341 Include block.h
4342 Include infcall.h
4343
4344 (ADA_RETAIN_DOTS): Make sure this is defined.
4345 (TRUNCATION_TOWARDS_ZERO): Define.
4346 (struct string_vector): Define.
4347 (unresolved_names): Remove definition.
4348 (xnew_string_vector): New function.
4349 (string_vector_append): New function.
4350 (extract_string): Make static.
4351 (ada_unqualified_name): New function.
4352 (add_angle_brackets): New function.
4353 (function_name_from_pc): New function.
4354 (place_on_stack): Rename to ensure_lval.
4355
4356 (ensure_lval): Renamed from place_on_stack.
4357 Make identity on lvals.
4358 Update comment.
4359 (is_nonfunction): New interface.
4360 Only symbols in LOC_CONST class can be enumerals.
4361 (fill_in_ada_prototype): Remove; now independent of language.
4362 (add_defn_to_vec): Add obstack and symtab arguments.
4363 Use obstack to hold collected definitions.
4364 (num_defns_collected): New function.
4365 (defns_collected): New function.
4366 (ada_resolve_subexp): Rename to resolve_subexp.
4367 (resolve_subexp): Renamed from ada_resolve_subexp.
4368 (ada_op_name): Return non-const result.
4369 (ada_decoded_op_name): Renamed from ada_op_name, now used for
4370 other purposes.
4371
4372 (to_fixed_array_type): Add declaration.
4373 (coerce_unspec_val_to_type): Remove offset parameter.
4374 (find_sal_from_funcs_and_line): New interface.
4375 (find_line_in_linetable): Ditto.
4376
4377 (all_sals_for_line): Rename to ada_sals_for_line and make
4378 global.
4379 Add new parameter. When set, do not ask the user to choose the
4380 instance, but use the first one found instead.
4381 Use given line number in returned sals.
4382 Fix comment.
4383 Skip the prologue if funfirstline is set.
4384 Correct for memory leak when 0 lines found.
4385
4386 (value_pos_atr): Use pos_atr.
4387 (pos_atr): New function.
4388 (standard_lookup): Add block parameter.
4389
4390 (makeTimeStart): Remove declaration and uses.
4391 (makeTimeStop): Remove declaration and uses.
4392
4393 (ada_completer_word_break_characters): Allow for VMS.
4394 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
4395 (raise_sym_name): New constant.
4396 (raise_unhandled_sym_name): New constant.
4397 (raise_assert_sym_name): New constant.
4398 (process_raise_exception_name): New constant.
4399 (longest_exception_template): New constant.
4400 (warning_limit): New variable to limit warnings during expression
4401 evaluation.
4402 (warnings_issued): New variable to keep track of warnings issued.
4403 (known_runtime_file_name_patterns): New constant.
4404 (known_auxiliary_function_name_patterns): New constant.
4405 (symbol_list_obstack): New variable.
4406
4407 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
4408 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
4409 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
4410 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
4411 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
4412 ada_variant_discrim_name, field_alignment, dynamic_template_type,
4413 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
4414 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
4415 and strcmp.
4416
4417 (ada_get_field_index): New function.
4418 (lim_warning): New function.
4419 (ada_translate_error_message): New function.
4420 (MAX_OF_SIZE): New function.
4421 (MIN_OF_SIZE): New function.
4422 (UMAX_OF_SIZE): New function.
4423 (UMIN_OF_SIZE): New function.
4424 (discrete_type_high_bound): New function.
4425 (discrete_type_low_bound): New function.
4426 (base_type): New function.
4427 (do_command): Remove.
4428
4429 (ada_update_initial_language): Use language_ada, not language_unknown.
4430 (ada_encode): Renamed from ada_mangle.
4431 Obey ADA_RETAIN_DOTS.
4432 (ada_decode): Renamed from ada_demangle.
4433 Update coding conventions.
4434 (decoded_names_store): New hash table.
4435 (ada_decode_symbol): New function.
4436 (ada_la_decode): New function.
4437
4438 (modify_general_field): Correct computations of offset and bit
4439 position.
4440 (desc_base_type): Handle ref types, too.
4441 (ada_is_direct_array_type): New function.
4442
4443 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4444 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4445 (ada_is_bogus_array_descriptor,ada_type_of_array,
4446 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
4447 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
4448 ada_is_array_descriptor_type.
4449
4450 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
4451 (ada_is_packed_array_type): Handle pointers or
4452 references to packed arrays as well.
4453 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
4454 (decode_packed_array_type): Search for the packed array type
4455 symbol in the currently selected block and associated
4456 superblocks too.
4457 Use lookup_symbol again.
4458
4459 (decode_packed_array): Handle pointers and references.
4460 Update call to coerce_unspec_val_to_type.
4461 (decode_packed_array_type,value_subscript_packed): Limit warnings.
4462 (ada_value_primitive_packed_val): Improve comment.
4463
4464 (ada_index_type): Substitute int type for "undefined".
4465 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
4466 ada_array_langth, ada_is_string_type): Use renamed
4467 ada_is_simple_array_type.
4468 (empty_array): New function.
4469
4470 (ada_resolve): Rename to resolve.
4471 (resolve): Make static.
4472 Call renamed resolve_subexp.
4473 Update comment.
4474 (ada_resolve_subexp): Rename to resolve_subexp.
4475 (resolve_subexp): Update comment.
4476 Decomment disabled code.
4477 Add LOC_COMPUTED* cases.
4478 Modify to use temporary struct symbols (marked as being in
4479 UNDEF_NAMESPACE) to indicate unresolved names, instead of
4480 OP_UNRESOLVED_VALUE.
4481 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
4482 Add OP_STRING case.
4483 Remove OP_ARRAY.
4484 Use SYMBOL_PRINT_NAME instead of ada_demangle.
4485 Use new ada_lookup_symbol_list interface.
4486 Use new ada_resolve_function interface.
4487 Remove OP_TYPE case.
4488
4489 (ada_args_match): Idiot proof against null actuals.
4490 Use intermediate variables to clarify.
4491 (ada_resolve_function): Update comment and interface.
4492 (mangled_ordered_before): Rename to encoded_ordered_before and
4493 update comment.
4494 (sort_choices): Update comment and interface.
4495 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
4496 (user_select_syms): New interface.
4497 Use new sort_choices interface.
4498 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
4499 (possible_user_operator_p): Idiot-proof against null values.
4500 (ada_simple_renamed_entity): Don't make cleanup; rely on
4501 caller to free result string.
4502 Remove const from return type.
4503 (make_array_descriptor): Rename uses of place_on_stack to
4504 ensure_lval.
4505 Make sure that arrays are on stack.
4506
4507 (HASH_SIZE): Define.
4508 (struct cache_entry): Define.
4509 (cache_space): Define.
4510 (cache): Define.
4511 (clear_ada_sym_cache): New function.
4512 (find_entry): New function.
4513 (lookup_cached_symbol): New function.
4514 (defn_vector_size): Define.
4515 (cache_symbol): New function.
4516 (defn_symbols): Remove.
4517
4518 (standard_lookup): Use lookup_symbol_in_language to get effect of
4519 C lookup.
4520 Cache results.
4521
4522 (symbol_completion_match): New function.
4523 (symbol_completion_add): New function.
4524 (ada_make_symbol_completion_list): New function.
4525
4526 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
4527 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
4528 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4529 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
4530
4531 (ada_lookup_simple_minsym): New function.
4532 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
4533
4534 (add_symbols_from_enclosing_procs): New interface.
4535 Conditionalize more helpfully.
4536 Don't bother if program isn't running.
4537 Use new interface to get_frame_block.
4538 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
4539
4540 (remove_extra_symbols): New interface.
4541 (xget_renaming_scope): New function.
4542 (is_package_name): New function.
4543 (renaming_is_visible): New function.
4544 (remove_out_of_scope_renamings): New function.
4545
4546 (ada_lookup_symbol_list): New interface.
4547 Properly reinitialize the symbol list obstack.
4548 Don't call add_symbols_from_enclosing_procs if we start from a
4549 static or global block.
4550 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
4551 add_symbols_from_enclosing_procs.
4552 Add symtab data to cached entries.
4553 Handle symbols prefixed with
4554 "standard__" specially; strip prefix and don't look in local symbols.
4555 Do not include out of scope renaming symbols in list of
4556 symbols returned.
4557 Add const to block parameter.
4558 Move check for non-local, non-global symbols earlier.
4559 Remove timing stuff.
4560 (ada_lookup_symbol): New interface.
4561 Find symtab as well.
4562 (ada_lookup_symbol_nonlocal): New function.
4563
4564 (is_name_suffix): Enhance suffix detection to recognize
4565 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
4566 (is_dot_digits_suffix): New function.
4567 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
4568
4569 (ada_add_block_symbols): New interface. Use obstack to return results
4570 in a vector of struct ada_symbol_infos. Add symtab argument.
4571 Use new interface to add_defn_to_vec.
4572 Remove calls to fill_in_ada_prototype.
4573 Use BLOCK_BUCKETS, BLOCK_BUCKET.
4574
4575 (ada_finish_decode_line_1): Add const qualification to local to fix
4576 warning.
4577 Start looking in static block for functions to avoid attempts
4578 to search frame chain for up-level variables.
4579 Adapt to new ada_sals_for_line interface.
4580 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
4581 Handle quoting of the function name inside the spec string.
4582 Skip prologue when funfirstline is set and update the
4583 function documentation to that effect.
4584
4585 (debug_print_lines, debug_print_block, debug_print_blocks,
4586 debug_print_symtab): Remove.
4587
4588 (ada_main_name): New function.
4589 (ada_exception_breakpoint_type): New function.
4590 (is_known_support_routine): New function.
4591 (ada_find_printable_frame): Renamed from find_printable_frame and made
4592 global.
4593 Remove level parameter.
4594 Use new interface to select_frame.
4595
4596 (begin_command): Remove.
4597 (ada_adjust_exception_stop): New function.
4598 (ada_print_exception_stop): New function.
4599 (exception_name_from_cond): New function.
4600 (ada_report_exception_break): Replace disabled code with
4601 conditionalization on GNAT_GDB.
4602 Get the exception name from the condition string.
4603 Remove and move functionality into new functions
4604 ada_print_exception_breakpoint_task and
4605 ada_print_exception_breakpoint_nontask.
4606 (error_breakpoint_runtime_sym_not_found): New function.
4607 (is_runtime_sym_defined): New function.
4608 (ada_breakpoint_rewrite): Uncomment suppressed code.
4609 Use symbolic error-message and runtime-symbol names.
4610 Surround runtime symbol names in quotes.
4611 Allow non-specific breakpoints on exceptions and assertions before
4612 program starts.
4613
4614 (ada_is_tagged_type): Add parameter.
4615 (ada_is_tag_type): New function.
4616 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
4617 (ada_variant_discrim_type): Ditto.
4618 (value_tag_from_contents_and_address): New function.
4619 (type_from_tag): New function.
4620 (struct tag_args): New structure used to communicate with
4621 ada_tag_name_1.
4622 (ada_tag_name_1): New function.
4623 (ada_tag_name): New function.
4624
4625 (ada_scan_number): Update comment.
4626 (find_struct_field): New function.
4627 (ada_search_struct_field): Make static.
4628 (ada_value_struct_elt): New version that returns references when
4629 given pointers or references to structs.
4630 (ada_lookup_struct_elt_type): Add 'refok' parameter.
4631 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
4632 interface.
4633 (ada_value_ind): Use new ada_to_fixed_value interface.
4634 (ada_coerce_ref): Ditto.
4635 (field_offset): Remove.
4636
4637 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
4638 (ada_find_renaming_symbol): New function.
4639 (ada_prefer_type): Prefer named types over unnamed ones.
4640 (variant_field_index): New function.
4641 (contains_variant_part): Removed: subsumed by variant_field_index.
4642 (ada_template_to_fixed_record_type): New function, mostly from
4643 template_to_fixed_record_type.
4644 (template_to_fixed_record_type):
4645 Do not scan the type fields beyond the last one; prevents a
4646 potential SEGV.
4647 Handle case where variant field is listed BEFORE discriminant it
4648 depends on.
4649 Fix calculation of record length when bit length is
4650 not evenly divisible by char length.
4651 Move code to ada_template_to_fixed_record_type and call it.
4652
4653 (template_to_static_fixed_type): Revise comment.
4654 Modify to work on ordinary record types as well as templates,
4655 so as to handle fields that use ___XVE or ___XVU encodings.
4656 (to_record_with_fixed_variant_part): Fill out comment.
4657 Initialize C++ stuff in right type.
4658 Allow case where DVAL is null.
4659 Handle case where variant field is not last.
4660 Fix typo concerning record length.
4661 (to_fixed_record_type): Decomment disabled code.
4662 (to_fixed_record_type): Use variant_field_index instead of
4663 contains_variant_part.
4664 (to_fixed_variant_branch_type): Ditto.
4665 (to_fixed_array_type): Decomment disabled code.
4666 (ada_to_fixed_type): Convert tagged types to the specific type.
4667 Deactivate the size-check for array types in order to avoid
4668 some false size alarms.
4669 (to_static_fixed_type): Decomment disabled code.
4670 Modify to call template_to_static_fixed_type
4671 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
4672 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
4673 Remove valaddr argument, as it is never really used.
4674 (ada_to_fixed_value): Change interface to act on single struct value*
4675 operand.
4676 (adjust_pc_past_prologue): New function.
4677 (ada_attribute_name): Modify to take enum exp_opcode argument.
4678
4679 (ada_enum_name): Recognize new homonym-distinguishing convention.
4680 Adjust local variable's type to remove compiler warning.
4681 Fix a small problem in the part that unqualifies the enumeration name.
4682 (ada_value_binop): New function.
4683 (ada_value_equal): New function.
4684
4685 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
4686 Don't give error message when not doing normal evaluation
4687 and a tagged type doesn't seem to contain a structure member.
4688 Give error message for packed arrays.
4689 For indexing arrays, handle pointers to packed arrays correctly.
4690 Handle case of 'first and 'last attributes of bare integral type
4691 without encoded subtype info.
4692 Remove some unnecessary casts.
4693 Fix uninitialized value of type in computing 'first, 'last, or 'length
4694 of array object.
4695 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
4696 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
4697 calls.
4698 Attributes are now exp_opcode values.
4699 Correct treatment of 'modulus.
4700 Better error message for taking 'length of wrong kind of type;
4701 improve comment.
4702 Change EVAL_NORMAL to noside for consistency.
4703 Use ada_value_binop for DIV, MOD, REM.
4704 Make special case out of array of length 0, since an argument
4705 of 0 upsets some platforms' malloc.
4706 Use OP_STRING instead of OP_ARRAY.
4707 For slice, add check that we have an array type before extracting
4708 a slice out of it. Avoids a SEGV.
4709 When evaluating an array slice, if the array type is a reference to
4710 an aligner type, then replace the aligner type by the actual type.
4711 Decomment disabled code.
4712 Remove some dead code.
4713 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
4714 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
4715 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
4716 and UNOP_MBR to UNOP_IN_RANGE.
4717 If an array type has a parallel ___XVE type, then use it.
4718 Turn arrays into pointers for lvalue arrays.
4719 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
4720 bounds error and handle 0-length slices.
4721 Use lim_warning.
4722 When selecting fields, apply ada_to_fixed_value (because the fields
4723 might have ___XVU or ___XVE encodings even if not dynamic.)
4724 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
4725 (ada_is_system_address_type): New function.
4726
4727 (get_var_value): Use new interface to ada_lookup_symbol_list.
4728 (get_int_var_value): New interface.
4729 (to_fixed_range_type): Allow unknown bound, with warning.
4730 (ada_is_modular_type): Decomment disabled code.
4731 (ADA_OPERATORS): New definition.
4732 (ada_operator_length): New function.
4733 (ada_expr_op_name): New function.
4734 (ada_forward_operator_length): New function.
4735 (ada_dump_subexp_body): New function.
4736 (ada_print_subexp): New function.
4737 (ada_exp_descriptor): New constant.
4738 (ada_op_print_tab): Add 'size. Remove FIXMEs.
4739 (ada_language_defn): Add ada_exp_descriptor entry.
4740 Change ada_parse => parse.
4741 Add post-parser entry.
4742 Use ada-specific non-local symbol lookup.
4743 Don't use C-style arrays.
4744 String lower-bound is 1.
4745 Decomment disabled code.
4746 (parse): New function.
4747 New fields ada_translate_error_message, ada_lookup_symbol,
4748 ada_lookup_minimal_symbol.
4749
4750 * ada-lang.h: Update copyright dates.
4751 Replace the mangle/demangle terminology throughout by the
4752 more appropriate encode/decode one.
4753 Include breakpoint.h.
4754 Forward declare struct partial_symbol, struct block.
4755 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4756 (EXTRACT_ADDRESS): Remove.
4757 (EXTRACT_INT): Remove.
4758 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4759 (MAX_ENCLOSING_FRAME_LEVELS): Define.
4760 (MAX_RENAMING_CHAIN_LENGTH): Define.
4761 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4762
4763 (enum task_states): Remove.
4764 ada_task_states: Remove.
4765 (fat_string): Remove.
4766 (struct entry_call): Remove.
4767 (struct task_fields): Remove.
4768 (struct task_entry): Remove.
4769
4770 (struct ada_symbol_info): Define.
4771 (enum ada_attribute): Remove.
4772 (enum ada_operator): Define.
4773
4774 (ada_get_field_index): Declare.
4775 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4776 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4777 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4778 (ada_lookup_symbol_list): New interface.
4779 (ada_decode_symbol): Declare.
4780 (ada_decode): Declare.
4781 (ada_lookup_symbol): New interface.
4782 (ada_update_initial_language): Declare.
4783 (ada_lookup_simple_minsym): Declare.
4784 (user_select_syms): New interface.
4785 (ada_sals_for_line): Declare.
4786 (ada_is_tagged_type): New interface.
4787 (ada_tag_name): Declare.
4788 (ada_lookup_struct_elt_type): Remove declaration.
4789 (ada_search_struct_field): Remove declaration.
4790 (ada_attribute_name): New interface.
4791 (ada_is_system_address_type): Declare.
4792 (ada_to_fixed_value): Remove declaration.
4793 (ada_template_to_fixed_record_type_1): Declare.
4794 (get_int_var_value): New interface.
4795 (ada_find_any_symbol): Declare.
4796 (ada_find_renaming_symbol): Declare.
4797 (ada_mangle): Rename to ada_encode.
4798 (ada_simple_renamed_entity): Remove const.
4799 (ada_main_name): Declare.
4800 (get_current_task): Rename to ada_get_current_task.
4801 (get_entry_number): Remove declaration.
4802 (ada_report_exception_break): Remove declaration.
4803 (ada_print_exception_breakpoint_nontask): Declare.
4804 (ada_print_exception_breakpoint_task): Declare.
4805 (ada_find_printable_frame): Declare.
4806
4807 * ada-lex.l: Update copyright notices.
4808 Use xmalloc and xfree instead of malloc and free.
4809 Use new interface to name_lookup.
4810 Use new interface to
4811 ada_mangle=>ada_encode.
4812 Redo handling of '$...' variable to parallel current treatment
4813 in c-exp.y.
4814 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
4815 digit_to_int, strtoulst, processInt, processReal, processId,
4816 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
4817 yywrap): Protoize.
4818
4819 (processInt): Use cast to remove harmless warning.
4820 (processReal): Modify to get rid of compiler warning on scan formats.
4821
4822 (processId): Replace xmalloc with obstack_alloc for name and remove
4823 call to ada_name_string_cleanup.
4824 Remove obsolete disabled code.
4825 (name_lookup): Ditto.
4826 New interface.
4827 Use obsavestring on temp_parse_space instead of savestring
4828 on name, and remove call to ada_name_string_cleanup.
4829 Free string returned from ada_simple_renamed_entity.
4830 Use new interface to ada_lookup_symbol_list.
4831 Decomment disabled code.
4832 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
4833 not types.
4834 When a type name lookup succeeds as a result of
4835 lookup_primitive_typename, check for regular type entry that has not
4836 yet been read in.
4837 Limit length of chain of renamed symbols we are willing to follow.
4838 Do not break names beginning with "standard__" into segments.
4839 (block_lookup): Use new interface to ada_lookup_symbol_list.
4840
4841 * ada-typeprint.c: Update copyright notice.
4842 (demangled_type_name): Rename to decoded_type_name.
4843 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
4844 (print_range_bound): Correct handling of negative
4845 bounds that make the index type looked unsigned under STABS.
4846 (print_dynamic_range_bound): Use new interface to get_int_var_value.
4847 (print_range_type_named): Use the builtin int type if no type
4848 corresponding to the given type name could be found.
4849 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
4850 Add some bullet-proofing.
4851 (print_variant_clauses): Allow for variant branches with ___XVU
4852 encodings that are not dynamic fields.
4853 Use new interface to ada_is_tagged_type.
4854 (print_record_type): Allow for fields with ___XVE encodings that
4855 are not dynamic fields.
4856 Use new interface to ada_is_tagged_type.
4857 (ada_print_type): ada_is_array_descriptor =>
4858 ada_is_array_descriptor_type.
4859
4860 * ada-valprint.c: Update copyright notice.
4861 Include gdb_string.h
4862 Include infcall.h
4863 (ui_memcpy): New function.
4864 (ada_print_floating): New function.
4865 (ada_print_str): Order arguments correctly.
4866 Correct handling of empty arrays and arrays of 0-length items.
4867 ada_is_array_descriptor => ada_is_array_descriptor_type
4868 Print values of type System.Address in hexadecimal format.
4869 Use ada_print_floating to print floating-point numbers in Ada format.
4870 Print class tag values with type names.
4871 No longer print the address of reference values. Avoids
4872 a potential confusion.
4873 (ada_value_print): Stop printing the object type for reference
4874 values, but preserve that behavior for access types. Avoids
4875 a potential confusion.
4876 Simplify one conditional expression, as the first part is now
4877 necessarily true.
4878 ada_is_array_descriptor => ada_is_array_descriptor_type
4879 Add check for arrays for null records, and print them by hand.
4880
4881 2004-06-01 Jim Blandy <jimb@redhat.com>
4882
4883 * ppc-tdep.h: Delete unused 'regoff' member.
4884 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
4885
4886 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
4887
4888 Fix PR symtab/1661.
4889 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
4890 (hpread_read_struct_type): Likewise.
4891
4892 2004-06-01 Andrew Cagney <cagney@gnu.org>
4893
4894 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
4895 instead of xasprintf.
4896 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
4897 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
4898 (mi_cmd_data_list_register_names)
4899 (mi_cmd_data_list_changed_registers)
4900 (mi_cmd_data_list_register_values)
4901 (get_register, mi_cmd_data_write_register_values)
4902 (mi_cmd_data_write_register_values)
4903 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
4904 (mi_cmd_target_download, mi_cmd_target_select)
4905 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
4906 (mi_execute_cli_command, mi_execute_async_cli_command)
4907 (mi_execute_async_cli_command): Ditto.
4908 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
4909 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
4910
4911 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
4912 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
4913 error_last_message instead of mi_error_last_message.
4914 * mi/mi-main.c (mi_error_last_message): Delete function.
4915
4916 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
4917 "invalid number of columns" error. Delete redundant "out of
4918 memory" check.
4919
4920 2004-05-31 Mark Kettenis <kettenis@gnu.org>
4921
4922 * i386bsd-nat.c: Don't include <sys/procfs.h>.
4923 (gregset_t, fpregset_t): Remove typedefs.
4924 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
4925 (REG_OFFSET): Rename argument.
4926 (i386bsd_r_reg_offset): Rename from reg_offset.
4927 (REG_ADDR): Remove macro.
4928 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
4929 functions.
4930 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
4931 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
4932 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
4933 instead of supply_gregset.
4934 (store_inferior_registers): Use `struct reg' and `struct fpreg'
4935 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
4936 instead of fill_gregset.
4937 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
4938
4939 * i386bsd-nat.c: Don't include "gregset.h".
4940 (supply_gregset, fill_gregset): Make static.
4941 (supply_fpregset, fill_fpregset): Remove.
4942 * Makefile.in (i386bsd-nat.o): Update dependencies.
4943
4944 2004-05-30 Mark Kettenis <kettenis@gnu.org>
4945
4946 * fbsd-proc.c: Include "regcache.h", "regset.h" and
4947 "gdb_assert.h". Con't include "gregset.h".
4948 (fbsd_make_corefile_notes): Use regset-based core file support
4949 instead off fill_gregset and fill_fpregset.
4950 * Makefile.in (fbsd-proc.o): Update dependencies.
4951
4952 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
4953 instructions.
4954 (m88k_frame_prev_register): Simplify code a bit.
4955
4956 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
4957 (amd64_collect_fpregset): New function.
4958 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
4959
4960 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
4961
4962 * i386-tdep.c (i386_supply_gregset): Adjust comment.
4963 (i386_collect_gregset): New function.
4964 (i386_supply_fpregset): Adjust comment.
4965 (i386_collect_fpregset): New function.
4966 (i386_regset_from_core_section): Use i386_collect_gregset and
4967 i386_collect_fpregset.
4968
4969 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
4970 handle VALUEP being null.
4971
4972 * regset.h (collect_regset_ftype): Unconstify fourth argument.
4973
4974 2004-05-29 Mark Kettenis <kettenis@gnu.org>
4975
4976 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
4977
4978 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
4979 assembler in OpenBSD 3.5-current.
4980 (amd64obsd_sigcontext_addr): Likewise.
4981
4982 2004-05-28 Jim Blandy <jimb@redhat.com>
4983
4984 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
4985 register set, so our regcache isn't declared "legacy" and our E500
4986 pseudoregister read and write functions aren't ignored.
4987 (rs6000_register_byte, rs6000_register_raw_size,
4988 rs6000_register_virtual_type, rs6000_register_convertible,
4989 rs6000_register_convert_to_virtual,
4990 rs6000_register_convert_to_raw): Deleted.
4991 (rs6000_register_type, rs6000_convert_register_p,
4992 rs6000_register_to_value, rs6000_value_to_register): New
4993 functions.
4994 (rs6000_gdbarch_init): Don't register
4995 gdbarch_deprecated_register_size,
4996 gdbarch_deprecated_register_bytes,
4997 gdbarch_deprecated_register_byte,
4998 gdbarch_deprecated_register_raw_size,
4999 gdbarch_deprecated_register_virtual_type,
5000 gdbarch_deprecated_register_convertible,
5001 gdbarch_deprecated_register_convert_to_virtual, or
5002 gdbarch_deprecated_register_convert_to_raw methods. Instead,
5003 register gdbarch_register_type, gdbarch_convert_register_p,
5004 gdbarch_register_to_value, and gdbarch_value_to_register methods.
5005
5006 2004-05-26 Jim Blandy <jimb@redhat.com>
5007
5008 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
5009 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
5010 functions, updated to match the register numberings used in GCC.
5011 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
5012 rs6000_dwarf2_reg_to_regnum as register number conversions
5013 functions for STABS and Dwarf2.
5014
5015 2004-05-26 Randolph Chung <tausq@debian.org>
5016
5017 * infttrace.h (target_waitkind): Forward declare type instead of pulling
5018 in header file.
5019
5020 2004-05-25 Joel Brobecker <brobecker@gnat.com>
5021
5022 * NEWS: Document new "start" command.
5023
5024 2004-05-25 Randolph Chung <tausq@debian.org>
5025
5026 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
5027 hppa-linux.
5028
5029 2004-05-25 Randolph Chung <tausq@debian.org>
5030
5031 * hppa-hpux-tdep.c (offsetof): Define.
5032 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
5033 (hppa32_hpux_frame_base_before_sigtramp)
5034 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
5035 (hppa64_hpux_frame_saved_pc_in_sigtramp)
5036 (hppa64_hpux_frame_base_before_sigtramp)
5037 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
5038 functions.
5039 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
5040 (hppa_hpux_sigtramp_frame_unwind_cache)
5041 (hppa_hpux_sigtramp_frame_this_id)
5042 (hppa_hpux_sigtramp_frame_prev_register)
5043 (hppa_hpux_sigtramp_frame_unwind)
5044 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
5045 (hppa_hpux_init_abi): Register sigtramp unwinder.
5046 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
5047
5048 2004-05-25 Randolph Chung <tausq@debian.org>
5049
5050 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
5051 and multiple stack unwinds.
5052 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
5053
5054 2004-05-25 Andrew Cagney <cagney@gnu.org>
5055
5056 * symfile.h (symbol_file_add_from_memory): Delete declaration.
5057 * symfile-mem.h: Delete file.
5058 * symfile-mem.c: Do not include "symfile-mem.h".
5059 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
5060 "struct bfd_section". When an error do not bother returning NULL.
5061 (add_symbol_file_from_memory_command): Use "struct bfd" and
5062 "struct bfd_section".
5063 * Makefile.in (symfile_mem_h): Delete.
5064 (symfile-mem.o): Update dependencies.
5065
5066 2004-05-25 Nick Roberts <nickrob@gnu.org>
5067
5068 * gdb-mi.el: New file.
5069
5070 2004-05-25 Andrew Cagney <cagney@gnu.org>
5071
5072 * inftarg.c: Include "observer.h".
5073 (child_attach, child_create_inferior): Notify inferior_created.
5074 * corelow.c: Include "observer.h".
5075 (core_open): Notify inferior_created.
5076 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
5077
5078 2004-05-25 Andrew Cagney <cagney@gnu.org>
5079
5080 * target.h (struct target_ops): Add from_tty to
5081 to_create_inferior.
5082 (target_create_inferior, find_default_create_inferior): Update.
5083 * infcmd.c (run_command): Update.
5084 * wince.c (child_create_inferior): Update.
5085 * win32-nat.c (child_create_inferior): Update.
5086 * uw-thread.c (uw_thread_create_inferior): Update.
5087 * thread-db.c (thread_db_create_inferior): Update.
5088 * target.c (debug_to_create_inferior)
5089 (find_default_create_inferior): Update.
5090 (maybe_kill_then_create_inferior): Update.
5091 * sol-thread.c (sol_thread_create_inferior): Update.
5092 * remote.c (extended_remote_async_create_inferior)
5093 (extended_remote_create_inferior): Update.
5094 * remote-vx.c (vx_create_inferior): Update.
5095 * remote-st.c (st2000_create_inferior): Update.
5096 * remote-sim.c (gdbsim_create_inferior): Update.
5097 * remote-sds.c (sds_create_inferior): Update.
5098 * remote-rdp.c (remote_rdp_create_inferior): Update.
5099 * remote-rdi.c (arm_rdi_create_inferior): Update.
5100 * remote-m32r-sdi.c (m32r_create_inferior): Update.
5101 * remote-e7000.c (e7000_create_inferior): Update.
5102 * procfs.c (procfs_create_inferior): Update.
5103 * ocd.c (ocd_create_inferior): Update.
5104 * ocd.h (ocd_create_inferior): Update.
5105 * nto-procfs.c (procfs_create_inferior): Update.
5106 * monitor.c (monitor_create_inferior): Update.
5107 * lin-lwp.c (lin_lwp_create_inferior): Update.
5108 * inftarg.c (child_create_inferior): Update.
5109 * hpux-thread.c (hpux_thread_create_inferior): Update.
5110 * gnu-nat.c (gnu_create_inferior): Update.
5111
5112 2004-05-25 Andrew Cagney <cagney@gnu.com>
5113
5114 * MAINTAINERS: Update e-mail address.
5115
5116 2004-05-24 Randolph Chung <tausq@debian.org>
5117
5118 * thread.c (info_threads_command, thread_apply_all_command)
5119 (thread_apply_command, thread_command, do_captured_thread_select):
5120 Remove HPUXHPPA-specific code.
5121
5122 2004-05-24 Randolph Chung <tausq@debian.org>
5123
5124 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
5125 unused symbols.
5126 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
5127 references.
5128
5129 2004-05-24 Joel Brobecker <brobecker@gnat.com>
5130
5131 * infcmd.c (kill_if_already_running): New function, extracted
5132 from run_command().
5133 (run_command): Replace extracted code by call to
5134 kill_if_already_running().
5135 (start_command): New function.
5136 (_initialize_infcmd): Add "start" command.
5137
5138 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5139
5140 Add OpenBSD/m88k support.
5141 * NEWS (New native configurations): Mention OpenBSD/m88k.
5142 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
5143 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
5144 * Makefile.in (m88k_tdep_h): New variable.
5145 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
5146 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
5147 * configure.host: Add m88*-*-openbsd*.
5148 * configure.tgt: Add m88*-*-openbsd*.
5149
5150 2004-05-24 Jim Blandy <jimb@redhat.com>
5151
5152 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
5153 to approve changes.
5154
5155 2004-05-24 Kevin Buettner <kevinb@redhat.com>
5156
5157 * symtab.c (fixup_section): Search section table when lookup by
5158 name fails.
5159
5160 2004-05-24 Randolph Chung <tausq@debian.org>
5161
5162 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
5163 be "small_struct".
5164
5165 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5166
5167 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
5168 register number in regcache_raw_collect call.
5169 (m68kbsd_collect_fpregset): Likewise.
5170 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
5171
5172 * regset.h (struct regset): Add back `regset' member.
5173
5174 2004-05-23 Mark Kettenis <kettenis@gnu.org>
5175
5176 * configure.in: Check for td_pcb in `struct thread'.
5177 * configure, config.in: Regenerated.
5178
5179 * dpx2-nat.c: Remove file.
5180 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
5181 (dpx2-nat.o): Remove dependencies.
5182
5183 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
5184 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
5185 (amd64obsd_supply_pcb): New function.
5186 (_initialize_amd64obsd_nat): Enable libkvm interface.
5187 * Makefile.in (amd64obsd-nat.o): Update dependencies.
5188 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
5189 (LOADLIBES): New variable.
5190
5191 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
5192 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
5193 (sparc32nbsd_supply_pcb): New function.
5194 (_initialize_sparcnbsd_nat): Enable libkvm interface.
5195 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
5196 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5197 (LOADLIBES): New variable.
5198
5199 2004-05-22 Mark Kettenis <kettenis@gnu.org>
5200
5201 * bsd-kvm.c, bsd-kvm.h: New files.
5202 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5203 "bsd-kvm.h".
5204 (i386fbsd_supply_pcb): New function.
5205 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
5206 (i386fbsd-nat.o): Update dependencies.
5207 (bsd_kvm_h): New variable.
5208 (bsd-kvm.o): New dependency.
5209 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
5210 (LOADLIBES): New variable.
5211
5212 * regset.c: Tweak comment.
5213 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
5214 macro.
5215 * regset.h: Update copyright year.
5216 (struct regset): Remove `descr' member, add `gdbarch' member.
5217 (regset_alloc): Adjust prototype and comment.
5218 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
5219 (i386_supply_fpregset): Likewise.
5220 (i386_regset_from_core_section): Update call to regset_alloc.
5221 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
5222 REGSET->arch.
5223 (i386obsd_aout_regset_from_core_section): Update call to
5224 regset_alloc.
5225 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
5226 REGSET->arch.
5227 (i386nbsd_aout_regset_from_core_section): Update call to
5228 regset_alloc.
5229 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
5230 REGSET->arch.
5231 (amd64_regset_from_core_section): Update call to regset_alloc.
5232 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
5233 REGSET->arch.
5234 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
5235 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
5236 &sparc32nbsd_gregset in sparc32_supply_gregset call.
5237 (sparc32nbsd_init_abi): Update call to regset_alloc.
5238 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
5239 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
5240 (sparc64obsd_init_abi): Update call to regset_alloc.
5241 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
5242 &sparc64nbsd_gregset in sparc64_supply_gregset call.
5243 (sparc64nbsd_init_abi): Update call to regset_alloc.
5244 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
5245 &sparc64fbsd_gregset in sparc64_supply_gregset call.
5246 (sparc64fbsd_init_abi): Update call to regset_alloc.
5247
5248 2004-05-22 Jim Blandy <jimb@redhat.com>
5249
5250 * ppc-tdep.h (spe_register_p): New declaration.
5251 (struct gdbarch_tdep): New members: ppc_acc_regnum and
5252 ppc_spefscr_regnum.
5253 * rs6000-tdep.c (spe_register_p): New function.
5254 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
5255 spefscr.
5256 (rs6000_gdbarch_init): Initialize the new members of the tdep
5257 structure.
5258
5259 2004-05-21 Jim Blandy <jimb@redhat.com>
5260
5261 * ppc-linux-nat.c (fetch_register): Move code back to be next
5262 to the comment that describes it. (Moved code, instead of
5263 comment, for symmetry with store_register.)
5264
5265 Allocate regset structures in the gdbarch's obstack, not using
5266 xmalloc.
5267 * regset.c (regset_alloc): Renamed from regset_xmalloc.
5268 Add 'arch' argument. Allocate the regset on arch's obstack, not
5269 using xmalloc.
5270 * regset.h (regset_alloc): Update declaration.
5271 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
5272 gdbarch argument.
5273 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5274 * i386-tdep.c (i386_regset_from_core_section): Same.
5275 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5276 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5277 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5278 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5279 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5280 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5281
5282 2004-05-21 Joel Brobecker <brobecker@gnat.com>
5283
5284 * config/djgpp/fnchange.lst: Undo previous change, was useless.
5285
5286 2004-05-21 Jim Blandy <jimb@redhat.com>
5287
5288 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
5289 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
5290
5291 2004-05-20 Jim Blandy <jimb@redhat.com>
5292
5293 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
5294
5295 2004-05-20 Mark Kettenis <kettenis@gnu.org>
5296
5297 * regset.h: Make prototype const-correct.
5298 * regset.c (regset_xmalloc): Make const-correct.
5299
5300 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
5301
5302 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
5303 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
5304 (symbol_search_name): Declare.
5305
5306 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
5307 (iter_name_next_hashed): Ditto.
5308 (iter_name_next_linear): Ditto.
5309 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
5310
5311 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
5312 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
5313 (symbol_search_name): New function.
5314
5315 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
5316
5317 * minsyms.c (build_minimal_symbol_hash_tables): Change
5318 test for adding to demangled hash table to check for difference
5319 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
5320
5321 2004-05-19 Jim Blandy <jimb@redhat.com>
5322
5323 Use a constructor function to create regset structures.
5324 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
5325 (struct regset): Use supply_regset_ftype. Add new
5326 'collect_regset' member.
5327 (regset_xmalloc): New declaration.
5328 * regset.c: New file.
5329 * am64-tdep.c (amd64_regset_from_core_section): Use
5330 regset_xmalloc to construct regset structures.
5331 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5332 * i386-tdep.c (i386_regset_from_core_section): Same.
5333 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5334 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5335 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5336 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5337 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5338 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5339 * Makefile.in (COMMON_OBS): Add regset.o.
5340 (regset.o): New rule.
5341
5342 2004-05-19 Joel Brobecker <brobecker@gnat.com>
5343
5344 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
5345 and pthread_cond_wait.c.
5346
5347 2004-05-18 Jim Blandy <jimb@redhat.com>
5348
5349 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
5350 before the mach-specific switch, and then let the individual cases
5351 override the defaults, rather than leaving them uninitialized
5352 until the switch and then setting them in each case.
5353
5354 2004-05-18 Randolph Chung <tausq@debian.org>
5355
5356 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
5357 millicode functions.
5358
5359 2004-05-18 Randolph Chung <tausq@debian.org>
5360
5361 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
5362 references to dld_flags_buffer consistent.
5363
5364 2004-05-18 Randolph Chung <tausq@debian.org>
5365
5366 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
5367 it for unwinding the stack.
5368
5369 2004-05-18 Randolph Chung <tausq@debian.org>
5370
5371 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
5372 Undefine these so we can overide them using gdbarch.
5373
5374 2004-05-18 Randolph Chung <tausq@debian.org>
5375
5376 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
5377 handling for 64-bit HPUX (elf).
5378
5379 2004-05-18 Daniel Jacobowitz <dan@debian.org>
5380
5381 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
5382 constants.
5383 * amd64-tdep.c (amd64_skip_prologue): Likewise.
5384 * ia64-tdep.c (examine_prologue): Likewise.
5385 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
5386 * v850-tdep.c (v850_fix_call_dummy): Likewise.
5387
5388 2004-05-18 Mark Kettenis <kettenis@gnu.org>
5389
5390 * vax-tdep.c (vax_return_value): Implement
5391 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5392
5393 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5394
5395 * vax-tdep.c (vax_return_value): Fix typo.
5396
5397 2004-05-17 Andrew Cagney <cagney@redhat.com>
5398
5399 * MAINTAINERS: Mark Salter was also responsible for
5400 testsuite/config/
5401
5402 * NEWS: Mention signal fixes.
5403
5404 2004-05-17 Randolph Chung <tausq@debian.org>
5405
5406 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
5407 check to see if we are unwinding an export stub. Export stubs clobber
5408 the %rp in the call path and stores the original rp in a stack slot.
5409
5410 2004-05-17 Jim Blandy <jimb@redhat.com>
5411
5412 * MAINTAINERS: Update address for J.T. Conklin.
5413
5414 2004-05-17 Randolph Chung <tausq@debian.org>
5415
5416 * hppa-tdep.c: Remove superfluous #include's.
5417 * Makefile.in (hppa-tdep.o): Update dependencies.
5418
5419 2004-05-17 Randolph Chung <tausq@debian.org>
5420
5421 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
5422 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
5423 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
5424 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
5425 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
5426 Remove static function declarations.
5427
5428 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5429
5430 * alphabsd-nat.c: Update copyright year.
5431 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
5432
5433 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
5434 and M68K_A2_REGNUM.
5435
5436 * m68k-tdep.c (m68k_svr4_return_value): Implement
5437 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5438
5439 2004-05-16 Mark Kettenis <kettenis@gnu.org>
5440
5441 * sol-thread.c Update copyright year. Fix various coding
5442 standards violations. Tweak a few comments.
5443 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
5444 Delete prototypes.
5445
5446 2004-05-15 Randolph Chung <tausq@debian.org>
5447
5448 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
5449 as pointer instead of array reference since HPUX compiler does
5450 not accept unsized array arguments.
5451 * somsolib.c (dld_flags_buffer): Use constant array size.
5452
5453 2004-05-15 Mark Kettenis <kettenis@gnu.org>
5454
5455 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
5456 offset with decimal offset.
5457 (amd64obsd_sigcontext_addr): Return correct address for entire
5458 signal trampoline.
5459
5460 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
5461 instead of get_frame_base.
5462
5463 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
5464 (fill_gregset): Use regcache_raw_collect.
5465
5466 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
5467 ppcobsd-tdep.c.
5468
5469 * config/sparc/tm-nbsd64.h: Remove file.
5470 * config/tm-sunos.h: Remove file.
5471
5472 2004-05-15 Joel Brobecker <brobecker@gnat.com>
5473
5474 * rs6000-tdep.c (store_param_on_stack_p): New function,
5475 an improved version of some code extracted from skip_prologue().
5476 (skip_prologue): Use store_param_on_stack_p() to detect
5477 instructions saving a parameter on the stack. Detect when r0
5478 is used to save a parameter.
5479 Do not mark "li rx, SIMM" instructions as part of the prologue,
5480 unless the following instruction is also part of the prologue.
5481
5482 2004-05-14 Andrew Cagney <cagney@redhat.com>
5483
5484 * infrun.c (handle_inferior_event): Simplify
5485 STEP_OVER_UNDEBUGGABLE.
5486
5487 * infrun.c (handle_step_into_function): Delete function.
5488 (handle_inferior_event): Inline calls to
5489 handle_step_into_function.
5490
5491 2004-05-14 Jerome Guitton <guitton@gnat.com>
5492
5493 * rs6000-nat.c: Fix a comment.
5494
5495 2004-05-12 David Anderson <davea@sgi.com>
5496
5497 Committed by Jim Blandy <jimb@redhat.com>:
5498 * regcache.c (struct regcache_descr): fix comment spelling.
5499
5500 2004-05-13 J. Brobecker <brobecker@gnat.com>
5501
5502 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
5503 Fixes a link link failure.
5504
5505 2004-05-13 J. Brobecker <brobecker@gnat.com>
5506
5507 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
5508 error that was causing the build to fail.
5509
5510 2004-05-13 J. Brobecker <brobecker@gnat.com>
5511
5512 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
5513 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
5514
5515 2004-05-13 Andrew Cagney <cagney@redhat.com>
5516
5517 * infrun.c (handle_inferior_event): Check for
5518 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
5519 calls. Update comments.
5520
5521 2004-05-13 Jim Blandy <jimb@redhat.com>
5522
5523 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
5524 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5525 (store_regs_user_thread, store_regs_kernel_thread): Use
5526 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
5527 * ppc-linux-nat.c (fill_gregset): Same.
5528 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
5529 (ppc_linux_sigtramp_cache): Same.
5530 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
5531 (ppcnbsd_sigtramp_cache_init): Same.
5532 * rs6000-nat.c (fetch_core_registers): Same.
5533 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
5534 (rs6000_frame_cache): Same.
5535
5536 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
5537 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
5538 of assuming that the gprs are numbered starting with zero.
5539 * ppc-linux-nat.c (fill_gregset): Same.
5540 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
5541 * ppcnbsd-nat.c (getregs_supplies): Same.
5542 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
5543 * rs6000-nat.c (fetch_core_registers): Same.
5544 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
5545
5546 2004-05-07 Michael Snyder <msnyder@redhat.com>
5547
5548 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
5549 LOC_COMPUTED_ARG, and LOC_INDIRECT.
5550
5551 2004-05-13 Andrew Cagney <cagney@redhat.com>
5552
5553 * infrun.c (handle_inferior_event): Use frame_unwind_id.
5554
5555 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5556
5557 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
5558 base_address for shared libraries.
5559
5560 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5561
5562 * MAINTAINERS (write after approval): Add myself.
5563
5564 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5565
5566 * breakpoint.c (bpstat_stop_status): Add new argument
5567 STOPPED_BY_WATCHPOINT. Use it instead of testing
5568 target_stopped_data_address agaist 0 to check whether
5569 or not we stopped due to a hardware watchpoint.
5570 * breakpoint.h (bpstat_stop_status): Adapt prototype.
5571 * infrun.c (handle_inferior_event): Call bpstat_stop_status
5572 with new argument.
5573
5574 2004-05-12 Jim Blandy <jimb@redhat.com>
5575
5576 * configure.in: When checking whether we should use the -bbigtoc
5577 option, don't forget to restore the original value of LDFLAGS.
5578 * configure: Regenerated.
5579
5580 2004-05-12 Andrew Cagney <cagney@redhat.com>
5581
5582 * thread.c (load_infrun_state): Delete step_sp.
5583 * infrun.c (context_switch): Ditto.
5584 * inferior.h (step_sp): Ditto.
5585 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
5586 * gdbthread.h (struct thread_info, save_infrun_state)
5587 (restore_infrun_state): Ditto.
5588
5589 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
5590
5591 * MAINTAINERS (write after approval): Add myself.
5592
5593 2004-05-12 Andrew Cagney <cagney@redhat.com>
5594
5595 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5596 eliminate reference to step_sp.
5597 (struct execution_control_state, init_execution_control_state)
5598 (handle_inferior_event, keep_going): Delete update_step_sp and
5599 step_sp.
5600 * infcmd.c (step_sp): Note that variable is unused.
5601
5602 2004-05-11 Andrew Cagney <cagney@redhat.com>
5603
5604 * infrun.c (step_over_function): Delete function.
5605 (handle_step_into_function): Use insert_step_resume_breakpoint.
5606 (insert_step_resume_breakpoint): Fix assertion.
5607
5608 2004-05-11 Nick Roberts <nickrob@gnu.org>
5609
5610 * utils.c (defaulted_query): Just use the normal query input type
5611 when printing the annotations.
5612
5613 2004-05-11 Andrew Cagney <cagney@redhat.com>
5614
5615 * infrun.c (handle_inferior_event): Simplify code handling
5616 step-into or return-from a signal trampoline.
5617
5618 2004-05-11 Andrew Cagney <cagney@redhat.com>
5619
5620 * ppcnbsd-tdep.c: Include "gdb_assert.h".
5621 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
5622
5623 2004-05-10 Jim Blandy <jimb@redhat.com>
5624
5625 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
5626 with a call to internal_error.
5627
5628 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
5629 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
5630 processor variant lacks those registers.
5631 (ppc_floating_point_unit_p): Change description to make it clear
5632 that this returns info about the ISA, not the ABI.
5633 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
5634 return true or false by checking tdep->ppc_fp0_regnum and
5635 tdep->ppc_fpscr_regnum. The original code replicated the BFD
5636 arch/mach switching done in rs6000_gdbarch_init; it's better to
5637 keep that logic there, and just check the results here.
5638 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
5639 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
5640 floating-point registers.
5641 (ppc_supply_fpregset, ppc_collect_fpregset)
5642 (rs6000_push_dummy_call, rs6000_extract_return_value)
5643 (rs6000_store_return_value): Assert that we have floating-point
5644 registers.
5645 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
5646 (rs6000_frame_cache): Don't note the locations at which
5647 floating-point registers were saved if we have no fprs.
5648 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
5649 registers.
5650 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5651 (store_regs_user_thread, store_regs_kernel_thread): Only call
5652 supply_fprs / fill_fprs if we actually have floating-point
5653 registers.
5654 (special_register_p): Check ppc_fpscr_regnum before matching
5655 against it.
5656 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
5657 supply / collect fpscr if we don't have it.
5658 * ppc-bdm.c: #include "gdb_assert.h".
5659 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
5660 have floating-point registers, since I can't test this code on
5661 FP-free systems to adapt it.
5662 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
5663 fpscr and floating point register numbers if they don't exist.
5664 (fetch_register): Assert that we have floating-point registers
5665 before we reach the code that handles them.
5666 (store_register): Same. And use tdep instead of calling
5667 gdbarch_tdep again.
5668 (fill_fpregset): Don't try to collect FP registers and fpscr if we
5669 don't have them.
5670 (ppc_linux_sigtramp_cache): Don't record the saved locations of
5671 fprs and fpscr if we don't have them.
5672 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
5673 don't have them.
5674 * ppcnbsd-nat.c: #include "gdb_assert.h".
5675 (getfpregs_supplies): Assert that we have floating-point registers.
5676 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
5677 * ppcobsd-tdep.c: #include "gdb_assert.h".
5678 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
5679 have floating-point registers.
5680 * rs6000-nat.c (regmap): Don't match against the fpscr and
5681 floating point register numbers if they don't exist.
5682 (fetch_inferior_registers, store_inferior_registers,
5683 fetch_core_registers): Only fetch / store / supply the
5684 floating-point registers and the fpscr if we have them.
5685 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
5686 (ppcobsd-tdep.o): Update dependencies.
5687
5688 2004-05-10 Andrew Cagney <cagney@redhat.com>
5689
5690 * infrun.c (through_sigtramp_breakpoint): Delete variable.
5691 (context_switch): Do not switch through_sigtramp_breakpoint.
5692 * gdbthread.h (save_infrun_state, load_infrun_state)
5693 (struct thread_info): Delete through_sigtramp_breakpoint parameter
5694 and structure member.
5695 * thread.c (load_infrun_state, save_infrun_state): Update.
5696
5697 2004-05-10 Mark Kettenis <kettenis@gnu.org>
5698
5699 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
5700
5701 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5702
5703 * acinclude.m4: Quote macro names being defined by AC_DEFUN
5704 throughout.
5705 * aclocal.m4: Regenerate.
5706
5707 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
5708
5709 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
5710
5711 2004-05-10 Andrew Cagney <cagney@redhat.com>
5712
5713 * infrun.c (check_sigtramp2): Delete function.
5714 (handle_inferior_event): When single stepping, and taking a
5715 signal, set a breakpoint at the signal return address. Delete
5716 redundant calls to check_sigtramp2.
5717 (insert_step_resume_breakpoint): New function.
5718 (through_sigtramp_breakpoint, handle_inferior_event)
5719 (follow_exec, wait_for_inferior, fetch_inferior_event)
5720 (currently_stepping, keep_going): Delete most uses of
5721 through_sigtramp_breakpoint, not that it should be deleted.
5722 (delete_breakpoint_current_contents): Delete function.
5723
5724 2004-05-10 Randolph Chung <tausq@debian.org>
5725
5726 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
5727 target.
5728 * config/pa/tm-linux.h: New file.
5729
5730 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
5731
5732 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
5733 of prefixes. Don't print the prefix twice in the CLI.
5734
5735 2004-05-10 Jim Blandy <jimb@redhat.com>
5736
5737 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
5738 collect all the gprs.
5739
5740 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
5741 loop collecting gprs.
5742
5743 2004-05-09 Andrew Cagney <cagney@redhat.com>
5744
5745 * remote-vx.c (net_step): Delete step-range code.
5746 * remote.c (remote_resume, init_all_packet_configs)
5747 (set_remote_protocol_E_packet_cmd)
5748 (show_remote_protocol_E_packet_cmd)
5749 (remote_protocol_E, show_remote_cmd, _initialize_remote)
5750 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
5751 (show_remote_protocol_e_packet_cmd): Ditto.
5752
5753 2004-05-09 Mark Kettenis <kettenis@gnu.org>
5754
5755 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5756
5757 * hppa-tdep.h: Update copyright year.
5758 (struct trad_frame_saved_reg): Add opaque declaration.
5759
5760 * amd64-tdep.c (amd64_return_value): Implement
5761 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5762
5763 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5764 (m68k_value_to_register): New functions.
5765 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5766 value_to_register.
5767
5768 * defs.h (enum return_value_convention): Add
5769 RETURN_VALUE_ABI_RETURNS_ADDRESS and
5770 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5771 * infcmd.c (legacy_return_value): New function.
5772 (print_return_value): Rwerite to implement
5773 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5774 * values.c (using_struct_return): Check for inequality to
5775 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5776 RETURN_VALUE_STRUCT_CONVENTION.
5777 * i386-tdep.c (i386_return_value): Implement
5778 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5779
5780 * vax-tdep.c: Tweak comments. Reorder include files. Don't
5781 include "symtab.h", "opcode/vax.h" and "inferior.h".
5782 (vax_skip_prologue): Replace calls to read_memory_integer by calls
5783 to read_memory_unsigned_integer.
5784 (vax_gdbarch_init): Reorder.
5785 (_initialize_vax_tdep): Spell out prototype.
5786 * Makefile.in (vax-tdep.o): Update dependencies.
5787
5788 2004-05-08 Andrew Cagney <cagney@redhat.com>
5789
5790 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5791 * target.c (target_detach, target_disconnect): Ditto.
5792
5793 * infcall.c (call_function_by_hand): When no
5794 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
5795 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
5796 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
5797 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5798 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5799
5800 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
5801 * gdbarch.h, gdbarch.c: Re-generate.
5802 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5803 deprecated_fix_call_dummy.
5804 * v850-tdep.c (v850_gdbarch_init): Ditto.
5805 * infcall.c (call_function_by_hand): Do not call
5806 DEPRECATED_FIX_CALL_DUMMY.
5807
5808 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
5809 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
5810 * gdbarch.h, gdbarch.c: Re-generate.
5811 * arm-linux-tdep.c (arm_linux_call_dummy_words)
5812 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
5813 deprecated_sizeof_call_dummy_words.
5814 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
5815 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5816 * v850-tdep.c (v850_gdbarch_init): Ditto.
5817 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5818 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
5819 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5820 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5821 * arch-utils.h (legacy_call_dummy_words)
5822 (legacy_sizeof_call_dummy_words): Delete declarations.
5823 * arch-utils.c (legacy_call_dummy_words)
5824 (legacy_sizeof_call_dummy_words): Delete variables.
5825
5826 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
5827 * gdbarch.h, gdbarch.c: Re-generate.
5828 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
5829 * infcall.c (call_function_by_hand): Eliminate call to
5830 DEPRECATED_PUSH_DUMMY_FRAME.
5831 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5832 push_dummy_frame.
5833 (ns32k_push_dummy_frame): Delete function.
5834
5835 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5836 deprecated_call_dummy_breakpoint_offset or
5837 deprecated_call_dummy_start_offset.
5838 * dummy-frame.c, arm-tdep.c: Update comments.
5839 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
5840 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
5841 * gdbarch.h, gdbarch.c: Re-generate.
5842
5843 * infcall.c (legacy_push_dummy_code): Delete function.
5844 (push_dummy_code): Delete call.
5845
5846 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
5847 * gdbarch.h, gdbarch.c: Re-generate.
5848 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
5849 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
5850 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
5851 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
5852
5853 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
5854 (struct frame_info): Delete opaque declaration.
5855 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
5856 * frame.c (get_frame_type): Delete call.
5857
5858 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5859 pc_in_call_dummy.
5860 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
5861 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
5862
5863 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5864
5865 * alphanbsd-tdep.c: Include "gdb_string.h".
5866 * armnbsd-tdep.c: Update copyright year.
5867 Include "gdb_string.h".
5868 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
5869 dependencies.
5870
5871 * delta68-nat.c: Remove file.
5872 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
5873 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
5874 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
5875 (delta68-nat.o): Remove dependency.
5876
5877 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
5878 function.
5879 (m68k_gdbarch_init): Don't set
5880 deprecated_frameless_function_invocation.
5881
5882 2004-05-07 Randolph Chung <tausq@debian.org>
5883
5884 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
5885 read_memory_nobpt for code reading when doing frame unwinding.
5886 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
5887
5888 2004-05-07 Randolph Chung <tausq@debian.org>
5889
5890 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
5891 instead of sp, handle sigaltstack case.
5892 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
5893 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
5894 signal handler and not that of the caller.
5895 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
5896 hppa_linux_sigtramp_find_sigcontext.
5897
5898 2004-05-07 Randolph Chung <tausq@debian.org>
5899
5900 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
5901 hppa-linux-nat.c.
5902 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
5903 * hppa-linux-nat.c (fetch_register, store_register): Define.
5904 (fetch_inferior_registers, store_inferior_registers): Define.
5905 (supply_gregset): Add comment and clean up some unneeded code.
5906 (fill_gregset): Add comment and fix so that it saves registers in
5907 the right place in the gregset.
5908 (fill_fpregset): Fix buffer overrun problem.
5909 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5910
5911 2004-05-07 Randolph Chung <tausq@debian.org>
5912
5913 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
5914 do common handling of the pcoqt register.
5915 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
5916 to use helper function.
5917 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
5918 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
5919 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
5920 generic fallback unwinder when all else fails.
5921 (hppa_gdbarch_init): Add fallback sniffer.
5922 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
5923 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
5924 to use helper function.
5925
5926 2004-05-08 Joel Brobecker <brobecker@gnat.com>
5927
5928 * config/djgpp/fnchange.lst: Add translation rules for
5929 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
5930
5931 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5932
5933 * frame.c (get_prev_frame_1): Work around GCC bug.
5934 * frame.h: Add comment about GCC bug.
5935
5936 2004-05-07 Andrew Cagney <cagney@redhat.com>
5937
5938 * observer.c: Include "commands.h" and "gdbcmd.h".
5939 (observer_debug, _initialize_observer): Add the
5940 command "set/show debug observer".
5941 * observer.sh: When observer debugging, log notify calls.
5942 * Makefile.in (observer.o): Update dependencies.
5943
5944 2004-05-07 Jason Molenda (jmolenda@apple.com)
5945
5946 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
5947
5948 2004-05-07 Jim Blandy <jimb@redhat.com>
5949
5950 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
5951 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
5952 to recognize gpr regnums, instead of assuming that
5953 tdep->ppc_fp0_regnum marks the end of the general-purpose
5954 registers.
5955
5956 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
5957 the given architecture has floating-point registers.
5958
5959 2004-05-07 Andrew Cagney <cagney@redhat.com>
5960
5961 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
5962 macro defined to 1.
5963 * gdbarch.h, gdbarch.c: Re-generate.
5964 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5965 deprecated_use_generic_dummy_frames.
5966
5967 2004-05-07 Brian Ford <ford@vss.fsi.com>
5968
5969 * NEWS: Mention Cygwin DWARF 2 support.
5970
5971 2004-05-07 Andrew Cagney <cagney@redhat.com>
5972
5973 * objfiles.h (struct entry_info): Delete unused fields
5974 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
5975 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
5976 * mipsread.c (mipscoff_symfile_read): Update.
5977 * mdebugread.c (parse_partial_symbols): Update.
5978 * dwarfread.c (read_file_scope): Update.
5979 * dwarf2read.c (read_file_scope): Update.
5980 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
5981 * coffread.c (complete_symtab): Update.
5982
5983 2004-05-07 Mark Kettenis <kettenis@gnu.org>
5984
5985 * infcall.c (_initialize_infcall): Fix typo.
5986
5987 2004-05-07 Andrew Cagney <cagney@redhat.com>
5988
5989 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
5990 * command.h (add_setshow_zinteger_cmd): Declare.
5991
5992 2004-05-06 Randolph Chung <tausq@debian.org>
5993
5994 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
5995 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
5996 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
5997 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
5998 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
5999 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
6000 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
6001 definitions ...
6002 * hppa-tdep.h: ... to here, with HPPA_ prefix.
6003 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
6004 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
6005 (hppa64_hpux_frame_find_saved_regs_in_sig)
6006 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
6007 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
6008 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
6009 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
6010 (hppa_linux_sigtramp_frame_prev_register): Likewise.
6011 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
6012 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
6013 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
6014 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
6015 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
6016 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
6017 (hppa32_register_type, hppa_cannot_store_register)
6018 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
6019 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
6020 * hpread.c (hpread_process_one_debug_symbol): Likewise.
6021 * pa64solib.c (pa64_solib_have_load_event)
6022 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
6023 (pa64_solib_unloaded_library_pathname): Likewise.
6024 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
6025 (som_solib_library_pathname): Likewise.
6026
6027 2004-05-05 Jim Ingham <jingham@apple.com>
6028
6029 * breakpoint.c (create_breakpoints): Copy the ignore count and
6030 thread id over from the pended breakpoint to the actual
6031 breakpoint.
6032
6033 2004-05-05 Andrew Cagney <cagney@redhat.com>
6034
6035 * gdbarch.sh (PARM_BOUNDARY): Delete.
6036 gdbarch.h, gdbarch.c: Re-generate.
6037 * valops.c (PARM_BOUNDARY): Delete macro.
6038 (value_push): Delete PARM_BOUNDARY code.
6039 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
6040
6041 2004-05-04 Jim Blandy <jimb@redhat.com>
6042
6043 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
6044 Don't assume that the gprs, fprs, and UISA sprs are
6045 contiguous, start at register number zero, and end with fpscr.
6046 Instead, use the numbers from the tdep structure.
6047
6048 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
6049 should no longer be used in code specific to the RS6000 and its
6050 derivatives.
6051 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
6052 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
6053 tdep->ppc_fp0_regnum.
6054 (ppc_supply_fpregset, ppc_collect_fpregset)
6055 (rs6000_push_dummy_call, rs6000_extract_return_value)
6056 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
6057 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
6058 FP0_REGNUM.
6059 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
6060 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
6061 Same.
6062 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
6063 bdm_ppc_store_registers): Same.
6064 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
6065 (store_register, fill_fpregset): Same.
6066 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
6067 (ppc_linux_supply_fpregset): Same.
6068 * ppcnbsd-nat.c (getfpregs_supplies): Same.
6069 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
6070 Same.
6071 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
6072 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
6073 ppc64_sysv_abi_return_value): Same.
6074 * rs6000-nat.c (regmap, fetch_inferior_registers)
6075 (store_inferior_registers, fetch_core_registers): Same.
6076
6077 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6078
6079 * m68knbsd-nat.c: Remove file.
6080 * m68knbsd-tdep.c: Remove file.
6081 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
6082 dependencies.
6083 * configure.host: Add m68k-*-netbsdelf*.
6084 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
6085 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
6086 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
6087 (XM_FILE): Remove.
6088 * config/m68k/nbsdelf.mh: New file.
6089 * config/m68k/nbsd.mt: New file.
6090 * config/m68k/nbsdaout.mt: Remove file.
6091 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
6092 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
6093 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
6094 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
6095 (use_struct_convention): Remove prototype.
6096 (USE_STRUCT_CONVENTION): Remove define.
6097 * config/m68k/xm-nbsd.h: Remove file.
6098
6099 2004-05-04 Michael Snyder <msnyder@redhat.com>
6100
6101 * m68k-tdep.c (m68k_gdbarch_init): Default to using
6102 reg_struct_return method (as gcc usually does for cross targets).
6103
6104 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6105
6106 Committed by Andrew Cagney.
6107 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
6108 alignment padding when accessing ucontext struct members.
6109
6110 2004-05-04 Jim Blandy <jimb@redhat.com>
6111
6112 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
6113 'ppc_gplast_regnum' member.
6114 (ppc_num_gprs): New enum constant.
6115 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
6116 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
6117 * rs6000-nat.c (regmap, fetch_inferior_registers,
6118 store_inferior_registers): Same.
6119 * rs6000-tdep.c (e500_pseudo_register_read)
6120 (e500_pseudo_register_write): Same.
6121 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
6122
6123 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
6124 * ppc-tdep.h (ppc_num_fprs): New enum constant.
6125 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
6126 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
6127 FPLAST_REGNUM.
6128 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6129 Same.
6130 * ppc-linux-nat.c (ppc_register_u_addr): Same.
6131 * rs6000-nat.c (regmap, fetch_inferior_registers)
6132 (store_inferior_registers): Same.
6133
6134 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
6135 with FPLAST_REGNUM.
6136
6137 2004-05-03 Joel Brobecker <brobecker@gnat.com>
6138
6139 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
6140 failure detected by recent versions of GCC.
6141 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
6142 to be consistent with the usage in dwarf2_create_include_psymtab.
6143
6144 2004-05-03 Michael Snyder <msnyder@redhat.com>
6145
6146 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
6147 (heuristic_proc_start): Whitespace cleanup.
6148
6149 2004-05-04 Mark Kettenis <kettenis@gnu.org>
6150
6151 * sun3-nat.c: Remove file.
6152 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
6153 dependencies.
6154 (ALLDEPFILES): Remove sun3-nat.c.
6155 (sun3-nat.o): Remove dependencies.
6156
6157 * i386-interix-nat.c, i386-interix-tdep.c,
6158 config/i386/nm-interix.h, config/i386/interix.mh,
6159 config/i386/interix.mt: Remove files.
6160 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
6161 dependencies.
6162
6163 2004-05-03 Mark Kettenis <kettenis@gnu.org>
6164
6165 * m68k-tdep.h (struct gdbarch_tdep): Add member
6166 struct_value_regnum.
6167 (m68k_svr4_init_abi): New prototype.
6168 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
6169 different calling conventions.
6170 (m68k_extract_return_value): Remove code dealing with single-field
6171 structs.
6172 (m68k_store_return_value): Remove code dealing with single-field
6173 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
6174 (m68k_extract_struct_value_address): Remove function.
6175 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
6176 (m68k_reg_struct_return_p, m68k_return_value)
6177 (m68k_svr4_return_value): New functions.
6178 (m68k_use_struct_convention): Remove function.
6179 (m68k_push_dummy_call): Use new struct_value_regnum member of
6180 `struct gdbarch_tdep' instead of hardcoded register number to
6181 store STRUCT_ADDR.
6182 (m68k_svr4_init_abi): New function.
6183 (m68k_gdbarch_init): Don't set extract_return_value,
6184 store_return_values, deprecated_extract_struct_value_address and
6185 use_struct_convention. Set return_value instead. Initialize new
6186 struct_value_regnum member of `struct gdbarch_tdep'.
6187 * m68klinux-tdep.c: Update copyright year.
6188 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
6189 (m68k_linux_extract_struct_value_address): Remove function.
6190 (m68k_linux_init_abi): Don't set extract_return_value,
6191 store_return_values, deprecated_extract_struct_value_address and
6192 use_struct_convention. Call m68k_svr4_init_abi but override the
6193 new struct_value_regnum member of `struct gdbarch_tdep'.
6194 * Makefile.in (m68k-tdep.o): Update dependencies.
6195
6196 2004-05-03 J. Brobecker <brobecker@gnat.com>
6197
6198 * dwarf2read.c (line_header): Add new included_p field in
6199 field file_names.
6200 (partial_die_info): New field has_stmt_list. New field line_offset.
6201 (dwarf2_create_include_psymtab): New function.
6202 (dwarf2_build_include_psymtabs): New function.
6203 (add_file_name): Add forward declaration. Initialize new field.
6204 (dwarf_decode_lines): Add new parameter. Enhance this procedure
6205 to be able to determine the list of files included by the
6206 given unit, and build their associated psymtabs.
6207 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
6208 files as well.
6209 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
6210 (read_file_scope): Update call to dwarf_decode_lines.
6211 (read_partial_die): Handle DW_AT_stmt_list attributes.
6212
6213 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
6214
6215 Unfix PR gdb/1626.
6216 * configure.in: Revert special case for osf5.*.
6217 * configure: Regenerate.
6218
6219 2004-05-02 Jim Blandy <jimb@redhat.com>
6220
6221 Move the symbol-file-from-memory functions into their own file.
6222 * symfile-mem.c, symfile-mem.h: New files.
6223 * symfile.c (symbol_file_add_from_bfd): New function.
6224 (symbol_file_add): Call symbol_file_add_from_bfd.
6225 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
6226 Moved to symfile-mem.c.
6227 (_initialize_symfile): Move definition of
6228 add-symbol-file-from-memory command to symfile-mem.c.
6229 * symfile.h (symbol_file_add_from_bfd): New declaration.
6230 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
6231 * config/powerpc/linux.mt (TDEPFILES): Same.
6232 * Makefile.in (SFILES): Add symfile-mem.c.
6233 (symfile_mem_h): New variable.
6234 (HFILES_NO_SRCDIR): Add symfile-mem.h.
6235 (symfile-mem.o): New rule.
6236
6237 2004-05-01 Andrew Cagney <cagney@redhat.com>
6238
6239 * breakpoint.c (insert_bp_location): Use get_frame_id, and
6240 frame_find_by_id instead of frame_relative_level.
6241 (do_enable_breakpoint): Ditto.
6242 * thread.c: Update copyright.
6243 (info_threads_command): Ditto, simplify.
6244
6245 * frame.c (deprecated_generic_get_saved_register): Delete
6246 function, moved to "xstormy16-tdep.c".
6247 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
6248 deprecated_generic_get_saved_register from "frame.c".
6249 (xstormy16_frame_saved_register): Call
6250 xstormy16_get_saved_register.
6251 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
6252 static.
6253 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
6254 * frame.h (deprecated_generic_get_saved_register): Delete.
6255
6256 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
6257
6258 * dwarfread.c: Update documentation on the state of dwarf-1.
6259
6260 2004-05-01 Andrew Cagney <cagney@redhat.com>
6261
6262 * stack.c (select_frame_command): Delete call to
6263 frame_relative_level.
6264 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
6265 Delete #if0 code.
6266 (frame_info): Do not print FRAMELESS.
6267 (print_block_frame_labels): Replace DEPRECATED_STREQ.
6268 (catch_info): Delete #if0 code.
6269
6270 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
6271 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
6272 of frame_relative_level.
6273 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
6274 to SENTINEL_FRAME.
6275 * frame.h (enum frame_type): Add SENTINEL_FRAME.
6276 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
6277 frame_relative_level.
6278
6279 * frame.h (deprecated_set_frame_type): Delete declaration.
6280 * frame.c (deprecated_set_frame_type): Delete function, update
6281 comments.
6282
6283 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
6284 * gdbarch.h, gdbarch.c: Re-generate.
6285 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
6286 (shnbsd_pc_in_sigtramp): Delete.
6287 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
6288 pc_in_sigtramp.
6289 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
6290 pc_in_sigtramp.
6291 * frame.h: Update comments.
6292 * ppc-linux-tdep.c: Update comments.
6293 * breakpoint.c (bpstat_what): Update comments.
6294
6295 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
6296 m68klinux-tdep.o's dependencies, were previously added to
6297 m68klinux-nat.o.
6298
6299 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
6300 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
6301 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6302 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6303 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6304
6305 * Makefile.in (m68klinux-nat.o): Update dependencies.
6306 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6307 (m68k_linux_sigtramp_frame_cache)
6308 (m68k_linux_sigtramp_frame_this_id)
6309 (m68k_linux_sigtramp_frame_prev_register)
6310 (m68k_linux_sigtramp_frame_unwind)
6311 (m68k_linux_sigtramp_frame_sniffer)
6312 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
6313 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
6314 names, use trad-frame.h.
6315 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
6316 (struct m68k_sigtramp_info): Delete.
6317 * m68k-tdep.c (m68k_sigtramp_frame_cache)
6318 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
6319 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
6320 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
6321 "m68klinux-tdep.c".
6322
6323 * infrun.c (check_sigtramp2): Delete check for
6324 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
6325
6326 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6327
6328 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
6329
6330 2004-05-01 Andrew Cagney <cagney@redhat.com>
6331
6332 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6333 (frv_linux_sigtramp_frame_cache)
6334 (frv_linux_sigtramp_frame_this_id)
6335 (frv_linux_sigtramp_frame_prev_register)
6336 (frv_linux_sigtramp_frame_unwind)
6337 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
6338 include "linux" in function and variable names, directly call
6339 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
6340 the latest trad-frame code.
6341 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
6342 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
6343 * Makefile.in (frv-linux-tdep.o): Update dependencies.
6344 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
6345 * frv-tdep.c (frv_sigtramp_frame_cache)
6346 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6347 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
6348 frv-linux-tdep.c.
6349 (frv_gdbarch_init): Do not append a sigtramp sniffer.
6350 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
6351 (frv_set_sigcontext_reg_addr): Delete function.
6352
6353 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
6354 (DEPRECATED_SIGTRAMP_END): Delete.
6355 * gdbarch.h, gdbarch.c: Re-generate.
6356 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
6357 * config/vax/tm-vaxbsd.h: Update copyright.
6358 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6359 (DEPRECATED_IN_SIGTRAMP): Define.
6360 * config/m68k/tm-nbsd.h: Update copyright.
6361 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6362 (DEPRECATED_IN_SIGTRAMP): Define.
6363
6364 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6365
6366 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
6367 encondings. Fixes PR gdb/1628.
6368
6369 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
6370 DW_CFA_restore state without a matching DW_CFA_remember_state
6371 instead of aborting. Fixes PR backtrace/1589.
6372
6373 2004-04-30 Joel Brobecker <brobecker@gnat.com>
6374
6375 * MAINTAINERS: Add self as AIX maintainer.
6376 Update my e-mail address in write-after-approval section.
6377
6378 2004-04-30 Andrew Cagney <cagney@redhat.com>
6379
6380 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
6381 (legacy_get_prev_frame): Ditto.
6382
6383 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
6384 (mips_gdbarch_init): Do not set pc_in_sigtramp.
6385 * mipsread.c (sigtramp_address): Delete extern variable.
6386 (mipscoff_new_init): Delete reference.
6387 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
6388 (fixup_sigtramp): Delete function.
6389 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
6390 (fixup_sigtramp): Delete declarations.
6391
6392 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
6393 deprecated_pc_in_sigtramp.
6394 (ppcnbsd_pc_in_sigtramp): Delete function.
6395
6396 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6397
6398 * config/m68k/nm-nbsd.h: Tweak comments.
6399 * config/m68k/nm-nbsdaout.h: Likewise.
6400
6401 2004-04-30 Andrew Cagney <cagney@redhat.com>
6402
6403 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
6404 legacy_pc_in_sigtramp.
6405 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
6406
6407 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6408
6409 Add OpenBSD/m68k support.
6410 * NEWS (New native configurations): Mention OpenBSD/m68k.
6411 * m68kbsd-tdep.c: New file.
6412 * m68kbsd-nat.c: New file.
6413 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
6414 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
6415 * configure.host: Add m68k-*-openbsd.
6416 * configure.tgt: Add m68k-*-openbsd.
6417 * config/m68k/tm-obsd.h: New file.
6418 * config/m68k/obsd.mt: New file.
6419 * config/m68k/obsd.mh: New file.
6420 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
6421 m68kbsd-tdep.c.
6422
6423 2004-04-30 Andrew Cagney <cagney@redhat.com>
6424
6425 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
6426 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
6427
6428 2004-04-30 Mark Kettenis <kettenis@gnu.org>
6429
6430 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
6431 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
6432
6433 2004-04-30 Brian Ford <ford@vss.fsi.com>
6434
6435 Revert 2004-04-16 change.
6436 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
6437 (i386_coff_init_abi): Remove.
6438 * i386-tdep.h (i386_coff_init_abi): Remove.
6439 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
6440
6441 2004-04-30 Andrew Cagney <cagney@redhat.com>
6442
6443 * blockframe.c (find_pc_partial_function): Delete use of
6444 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
6445 DEPRECATED_SIGTRAMP_END.
6446
6447 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
6448 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
6449 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
6450 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
6451 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
6452
6453 * defs.h (deprecated_inside_entry_file): Delete declaration.
6454 * blockframe.c (deprecated_inside_entry_file): Delete function.
6455 (legacy_frame_chain_valid): Delete call.
6456 * sh64-tdep.c (sh64_frame_chain): Delete call.
6457 * objfiles.h: Update comments.
6458 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
6459 call.
6460 * frame.c (get_prev_frame): Delete call, update comments.
6461
6462 2004-04-30 Brian Ford <ford@vss.fsi.com>
6463
6464 * MAINTAINERS (Write After Approval): Add myself.
6465
6466 2004-04-30 Andrew Cagney <cagney@redhat.com>
6467
6468 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
6469 * gdbarch.h, gdbarch.c: Re-generate.
6470 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
6471 code.
6472
6473 2004-04-30 Andrew Cagney <cagney@redhat.com>
6474
6475 * gdb-events.sh (selected_thread_changed)
6476 (selected_frame_level_changed, target_changed): Delete.
6477 * gdb-events.h, gdb-events.c: Re-generate.
6478 * valops.c (value_assign): Update.
6479 * stack.c (select_frame_command, up_silently_base)
6480 (down_silently_base): Update.
6481
6482 2004-04-29 Andrew Cagney <cagney@redhat.com>
6483
6484 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
6485 registers correctly.
6486 (print_gp_register_row, mips32_heuristic_proc_desc)
6487 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
6488 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
6489 references to mips_isa_regsize.
6490
6491 2004-04-29 Andrew Cagney <cagney@redhat.com>
6492
6493 * mips-tdep.c (struct gdbarch_tdep): Delete
6494 mips_fp_register_double.
6495 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
6496 mips_abi_regsize.
6497 (mips_gdbarch_init): Do not set mips_fp_register_double.
6498 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
6499
6500 2004-04-29 Joel Brobecker <brobecker@gnat.com>
6501
6502 Committed by Andrew Cagney.
6503 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
6504 function calls.
6505
6506 2004-04-29 Andrew Cagney <cagney@redhat.com>
6507
6508 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
6509 gdbarch, use mips_abi, update callers.
6510 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
6511 mips_abi_regsize, update callers.
6512 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
6513 mips_default_abi_regsize.
6514 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
6515 mips_default_abi_regsize.
6516
6517 2004-04-29 Andrew Cagney <cagney@redhat.com>
6518
6519 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
6520 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
6521 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
6522 mips_default_abi_regsize.
6523 (mips_isa_regsize): Rename mips_regisze.
6524 * mipsnbsd-tdep.c: Update.
6525 * mips-linux-tdep.c: Update.
6526 * irix5-nat.c: Update.
6527 * mips-tdep.h (mips_isa_regsize): Update.
6528
6529 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
6530 Delete all disabled code.
6531 * gdb-events.h, gdb-events.c: Re-generate.
6532
6533 2004-04-19 Jerome Guitton <guitton@gnat.com>
6534 Mark Kettenis <kettenis@gnu.org>
6535
6536 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
6537 the function begins with a branch instruction.
6538
6539 2004-04-29 Mark Kettenis <kettenis@gnu.org>
6540
6541 * i386-tdep.c: Fix spelling mistakes.
6542
6543 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6544 Andrew Cagney <cagney@redhat.com>
6545
6546 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
6547 <sys/proc.h>.
6548 * acconfig.h: Provide default _KMEMUSER value.
6549 * config.in, configure: Re-generate.
6550 * NEWS: Mention fix.
6551
6552 2004-04-24 Randolph Chung <tausq@debian.org>
6553
6554 * configure.host (hppa*-*-linux*): New target.
6555 * configure.tgt (hppa*-*-linux*): Likewise.
6556 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
6557 gdbarch_init_osabi() call earlier so that osabi-specific frame
6558 unwinders can be registered first.
6559 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
6560 hppa-linux-nat.c.
6561 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
6562 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
6563 * config/pa/linux.mh: New file.
6564 * config/pa/linux.mt: New file.
6565 * config/pa/nm-linux.h: New file.
6566 * config/pa/xm-linux.h: New file.
6567 * hppa-linux-nat.c: New file.
6568 * hppa-linux-tdep.c: New file.
6569
6570 2004-04-28 Randolph Chung <tausq@debian.org>
6571
6572 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
6573 return values.
6574 (hppa32_push_dummy_call): Fix small struct and floating point argument
6575 passing, and make sure the stack frame is properly aligned.
6576
6577 2004-04-28 Andrew Cagney <cagney@redhat.com>
6578
6579 * stack.c (print_stack_frame): Fix description.
6580
6581 * NEWS: Mention gdb/gdbserver/configure execute permission
6582 changed. PR server/519.
6583
6584 2004-04-28 Andrew Cagney <cagney@redhat.com>
6585
6586 * stack.c (print_stack_frame_stub): Delete declaration.
6587 (struct print_stack_frame_args, print_stack_frame)
6588 (print_frame_info, print_frame): Replace "source" with print what.
6589 Replace "print" with "print_level". Replace "args" with
6590 "print_args".
6591 * frame.h (show_and_print_stack_frame, print_stack_frame)
6592 (print_frame_info): Update declarations.
6593 * stack.c (select_and_print_frame, frame_command)
6594 (current_frame_command, up_command, down_command): Update calls -
6595 use get_selected_frame, pass "enum print_what" for source, do not
6596 call frame_relative_level.
6597 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6598 * remote-rdp.c (remote_rdp_open): Ditto.
6599 * remote-mips.c (common_open): Ditto.
6600 * remote-e7000.c (e7000_start_remote): Ditto.
6601 * ocd.c (ocd_start_remote): Ditto.
6602 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
6603 * infrun.c (normal_stop): Ditto.
6604 * inflow.c (kill_command): Ditto.
6605 * infcmd.c (finish_command): Ditto.
6606 * corelow.c (core_open): Ditto.
6607 * tracepoint.c (finish_tfind_command): Ditto.
6608 * thread.c (info_threads_command, info_threads_command)
6609 (restore_current_thread, do_captured_thread_select): Ditto.
6610 * ada-tasks.c (task_command): Ditto.
6611
6612 2004-04-26 Orjan Friberg <orjanf@axis.com>
6613
6614 * frame.c: Include "observer.h".
6615 (frame_observer_target_changed): New function.
6616 (_initialize_frame): Attach target_changed observer.
6617 * regcache.c: Include "observer.h".
6618 (regcache_observer_target_changed): New function.
6619 (_initialize_regcache): Attach target_changed observer.
6620 * valops.c: Include "observer.h".
6621 (value_assign): Notify target_changed event when modifying register.
6622 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
6623
6624 2004-04-26 Orjan Friberg <orjanf@axis.com>
6625
6626 From Paul Koning <pkoning@equallogic.com>:
6627 * breakpoint.c (free_valchain): New function.
6628 (insert_bp_location, delete_breakpoint): Use free_valchain.
6629 (remove_breakpoint): Do not remove the valchain.
6630 (bpstat_stop_status): If not stopped by watchpoint, skip
6631 watchpoints when generating stop status list.
6632 * infrun.c (handle_inferior_event): Make
6633 stepped_after_stopped_by_watchpoint a global variable.
6634 * remote.c (remote_stopped_data_address): Return watch data
6635 address rather than zero if stepped_after_stopped_by_watchpoint is
6636 set.
6637
6638 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
6639
6640 Fix PR gdb/1626.
6641 * configure.in: Check for curses after termcap.
6642 On osf5.*, do not check for ncurses.
6643 * configure: Regenerate.
6644
6645 2004-04-25 Mark Kettenis <kettenis@gnu.org>
6646
6647 * ppcobsd-nat.c: Include "ppc-tdep.h".
6648 * Makefile.in (ppcobsd-nat.o): Update dependencies.
6649
6650 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
6651 Fixes PR tdep/1623 and PR tdep/1624.
6652
6653 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
6654
6655 * xmodem.h, xmodem.c: Remove files.
6656 * Makefile.in: Remove references to xmodem.h, xmodem.c.
6657
6658 2004-04-23 Randolph Chung <tausq@debian.org>
6659
6660 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
6661 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
6662 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
6663 for handling stackless frames.
6664 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
6665
6666 2004-04-23 Randolph Chung <tausq@debian.org>
6667
6668 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
6669 starts at a pc before the frame is created.
6670
6671 2004-04-23 Joel Brobecker <brobecker@gnat.com>
6672
6673 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
6674
6675 2004-04-23 Jerome Guitton <guitton@gnat.com>
6676
6677 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
6678 use convert_typed_floating to get the appropriate format.
6679
6680 2004-04-22 Randolph Chung <tausq@debian.org>
6681
6682 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
6683 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
6684 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
6685 (hppa_sign_extend): Add prototype.
6686 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
6687 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
6688 (sign_extend): Rename with hppa_ prefix and make non-static. Other
6689 hppa targets will also use these functions.
6690 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
6691 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
6692 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
6693 (hppa_gdbarch_init): Remove gdbarch setting of
6694 skip_trampoline_code, in_solib_call_trampoline and
6695 in_solib_return_trampoline.
6696 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6697 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
6698 hppa_in_solib_call_trampoline.
6699 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
6700 Moved from hppa-tdep.c.
6701 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
6702 in_solib_call_trampoline and in_solib_return_trampoline.
6703
6704 2004-04-22 Randolph Chung <tausq@debian.org>
6705
6706 * hppa-tdep.c (hppa_debug): New variable.
6707 (find_unwind_entry, hppa_frame_cache): Add debug output.
6708 (_initialize_hppa_tdep): Add command to set debug flag.
6709
6710 2004-04-22 Andrew Cagney <cagney@redhat.com>
6711
6712 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
6713 "trad-frame.h".
6714 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
6715 signal trampoline unwinder.
6716 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
6717
6718 2004-04-22 Mark Kettenis <kettenis@gnu.org>
6719
6720 Add OpenBSD/powerpc support.
6721 * NEWS (New native configurations): Mention OpenBSD/powerpc.
6722 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
6723 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
6724 (ppc_collect_fpregset): New prototypes.
6725 * ppcobsd-nat.c: New file.
6726 * ppcobsd-tdep.c: New file.
6727 * ppcobsd-tdep.h: New file.
6728 * rs6000-tdep.c: Include "regset.h".
6729 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
6730 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
6731 New functions.
6732 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
6733 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
6734 (rs6000-tdep.o): Update dependencies.
6735 * configure.host: Add powerpc-*-openbsd.
6736 * configure.tgt: Add powerpc-*-openbsd.
6737 * config/powerpc/obsd.mh: New file.
6738 * config/powerpc/nm-obsd.h: New file.
6739 * config/powerpc/obsd.mt: New file.
6740
6741 2004-04-22 Andrew Cagney <cagney@redhat.com>
6742
6743 * frame.h (show_frame_info): Delete declaration.
6744
6745 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
6746 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6747 * m32r-tdep.c (m32r_frame_this_id): Ditto.
6748 * frv-tdep.c (frv_frame_this_id): Ditto.
6749 * avr-tdep.c (avr_frame_this_id): Ditto.
6750
6751 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
6752
6753 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
6754
6755 2004-04-22 Jim Blandy <jimb@redhat.com>
6756
6757 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6758 register number zero.
6759
6760 2004-04-21 Michael Snyder <msnyder@redhat.com>
6761
6762 * mips-tdep.c (heuristic_proc_start):
6763 Warning() already prefixes "Warning: ".
6764
6765 2004-04-21 Andrew Cagney <cagney@redhat.com>
6766
6767 * annotate.h (deprecated_annotate_starting_hook)
6768 (deprecated_annotate_stopped_hook)
6769 (deprecated_annotate_exited_hook)
6770 (deprecated_annotate_signal_hook)
6771 (deprecated_annotate_signalled_hook): Deprecate.
6772 * tracepoint.h (deprecated_create_tracepoint_hook)
6773 (deprecated_delete_tracepoint_hook)
6774 (deprecated_modify_tracepoint_hook)
6775 (deprecated_trace_find_hook)
6776 (deprecated_trace_start_stop_hook): Deprecate.
6777 * target.h (deprecated_target_new_objfile_hook): Deprecate.
6778 * remote.h (deprecated_target_resume_hook)
6779 (deprecated_target_wait_loop_hook): Deprecate.
6780 * gdbcore.h (deprecated_exec_file_display_hook)
6781 (deprecated_file_changed_hook): Deprecate.
6782 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6783 * defs.h (deprecated_modify_breakpoint_hook)
6784 (deprecated_command_loop_hook, deprecated_show_load_progress)
6785 (deprecated_print_frame_info_listing_hook)
6786 (deprecated_query_hook, deprecated_warning_hook)
6787 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6788 (deprecated_delete_breakpoint_hook)
6789 (deprecated_interactive_hook, deprecated_registers_changed_hook)
6790 (deprecated_readline_begin_hook, deprecated_readline_hook)
6791 (deprecated_readline_end_hook, deprecated_register_changed_hook)
6792 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6793 (deprecated_context_hook, deprecated_target_wait_hook)
6794 (deprecated_attach_hook, deprecated_detach_hook)
6795 (deprecated_call_command_hook, deprecated_set_hook)
6796 (deprecated_error_hook, deprecated_error_begin_hook)
6797 (deprecated_ui_load_progress_hook): Deprecate.
6798 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
6799 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
6800 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
6801 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
6802 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
6803 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
6804 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
6805 * annotate.c, aix-thread.c: Update.
6806
6807 2004-04-21 Andrew Cagney <cagney@redhat.com>
6808
6809 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
6810 * vaxnbsd-tdep.c: Include "gdb_string.h".
6811
6812 * symfile.c (symbol_file_add_from_memory): #if 0 function.
6813 (add_symbol_file_from_memory_command): #if 0 function body, call
6814 error instead.
6815
6816 2004-04-21 Andrew Cagney <cagney@redhat.com>
6817
6818 * gdbcore.h: Update copyright.
6819 (deprecated_add_core_fns): Rename add_core_fns.
6820 * win32-nat.c (_initialize_core_win32): Update.
6821 * sun3-nat.c (_initialize_core_sun3): Update.
6822 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
6823 * rs6000-nat.c (_initialize_core_rs6000): Update.
6824 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
6825 * nto-tdep.c (_initialize_nto_tdep): Update.
6826 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
6827 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
6828 * mips-nat.c (_initialize_core_mips): Update.
6829 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6830 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
6831 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
6832 * lynx-nat.c (_initialize_core_lynx): Update.
6833 * irix5-nat.c (_initialize_core_irix5): Update.
6834 * i386-interix-nat.c (_initialize_core_interix): Update.
6835 * cris-tdep.c (_initialize_cris_tdep): Update.
6836 * corelow.c (deprecated_add_core_fns): Update.
6837 * core-regset.c (_initialize_core_regset): Update.
6838 * core-aout.c (_initialize_core_aout): Update.
6839 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
6840 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
6841 * alpha-nat.c (_initialize_core_alpha): Update.
6842
6843 2004-04-21 Jim Blandy <jimb@redhat.com>
6844
6845 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
6846
6847 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
6848
6849 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
6850 Delete.
6851 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
6852 (read_attribute_value): Update calls to dwarf_alloc_block.
6853 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
6854 dwarf2_tmp_obstack.
6855 (psymtab_to_symtab_1): Likewise. Clean up using
6856 free_stack_comp_unit.
6857 (add_to_cu_func_list): Use the comp_unit_obstack.
6858
6859 2004-04-19 Joel Brobecker <brobecker@gnat.com>
6860
6861 * dwarf2read.c (dwarf2_flag_true_p): New function.
6862 (die_is_declaration): Use the function above. Add some comments.
6863
6864 2004-04-19 Mark Kettenis <kettenis@gnu.org>
6865
6866 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
6867 architecture when registering sparcnbsd_core_osabi_sniffer.
6868 Adjust comment.
6869
6870 2004-04-18 Mark Kettenis <kettenis@gnu.org>
6871
6872 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
6873 return value.
6874
6875 Based on a patch from Brian Ford <ford@vss.fsi.com>:
6876 * i386-tdep.c: Correct register numbering scheme comments
6877 throughout.
6878 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
6879 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
6880 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
6881 (i386_gdb_arch_init): Likewise.
6882
6883 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
6884 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
6885 ppcnbsd-tdep.o.
6886
6887 * m68k-tdep.h: Tweak comments.
6888 * m68k-tdep.c: Tweak comment.
6889
6890 2004-04-17 Randolph Chung <tausq@debian.org>
6891
6892 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
6893 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
6894 (hppa_hpux_som_init_abi): Set is_elf to 0.
6895 (hppa_hpux_elf_init_abi): Set is_elf to 1.
6896 * hppa-tdep.c (low_text_segment_address): Remove global.
6897 (record_text_segment_lowaddr): Pass in low address as parameter. Use
6898 section offset to calculate segment address.
6899 (internalize_unwinds): Define low_text_segment_address as local and
6900 pass to record_text_segment_lowaddr for ELF targets.
6901 (hppa_gdbarch_init): Zero fill tdep structure.
6902 (hppa_dump_tdep): Print tdep structure.
6903 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
6904
6905 2004-04-17 Randolph Chung <tausq@debian.org>
6906
6907 * hppa-tdep.c (hppa_pseudo_register_read): Define.
6908 (hppa_gdbarch_init): Set pseudo_register_read.
6909 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
6910 * regcache.c (supply_register): Remove check for
6911 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
6912
6913 2004-04-17 Randolph Chung <tausq@debian.org>
6914
6915 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
6916 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
6917 (hpread_adjust_stack_address): Move to hpread.c.
6918 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6919 obj_private_struct): Move from tm-hppa.h.
6920 * hpread.c (hppa-tdep.h): Include.
6921 (hpread_adjust_stack_address): Move from hppa-tdep.c.
6922 (hpread_read_function_type, hpread_read_doc_function_type)
6923 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
6924 directly.
6925 * pa64solib.c (hppa-tdep.h): Include.
6926 * somsolib.c (hppa-tdep.h): Include.
6927 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
6928 inferior_status): Remove unused forward declarations.
6929 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
6930 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6931 obj_private_struct): Move to hppa-tdep.h.
6932 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
6933
6934 2004-04-17 Randolph Chung <tausq@debian.org>
6935
6936 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
6937 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
6938 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
6939 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
6940 Remove forward declaration and make static.
6941 (hppa_reg_struct_has_addr): Remove.
6942
6943 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6944
6945 * observer.sh: Move comments in sed command to first column.
6946
6947 2004-04-16 Jason Molenda (jmolenda@apple.com)
6948
6949 * frame.c: Minor typeo corrections in comments.
6950
6951 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6952
6953 * observer.c (observer_test_first_notification_function): Update
6954 function profile.
6955 (observer_test_second_notification_function): Likewise.
6956 (observer_test_third_notification_function): Likewise.
6957
6958 2004-04-16 Mark Kettenis <kettenis@gnu.org>
6959
6960 From Brian Ford <ford@vss.fsi.com>:
6961 * i386-tdep.c (i386_coff_init_abi): New function.
6962 * i386-tdep.h (i386_coff_init_abi): New prototype.
6963 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
6964 register number translation functions for DWARF and DWARF 2.
6965
6966 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6967
6968 * dwarf2read.c: Back out my previous change, it was incorrect.
6969
6970 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
6971
6972 * dwarf2read.c: Include "hashtab.h".
6973 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
6974 has_namespace_info.
6975 (struct partial_die_info): Add comments. Use bitfields to reduce
6976 memory footprint. Add scope, scope_set, has_specification,
6977 spec_offset, die_parent, die_child, and die_sibling.
6978 (peek_die_abbrev): Add prototype.
6979 (partial_read_comp_unit_head): New function, broken out from
6980 dwarf2_build_psymtabs_hard.
6981 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
6982 Use partial_read_comp_unit_head. Initialize the CU and
6983 comp_unit_obstack. Update calls to read_partial_die and
6984 scan_partial_symbols. Use free_stack_comp_unit and
6985 load_partial_dies.
6986 (scan_partial_symbols): Change PDI to a pointer. Use the child and
6987 sibling pointers to walk partial DIEs. Call fixup_partial_die.
6988 Update calls to helper functions. Remove NAMESPACE argument.
6989 Update comments.
6990 (partial_die_parent_scope, partial_die_full_name): New functions.
6991 (add_partial_symbol): Remove namespace argument. Update call to
6992 pdi_needs_namespace. Use partial_die_full_name. Handle
6993 DW_TAG_namespace. Check has_namespace_info flag.
6994 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
6995 tag. Handle namespaces.
6996 (add_partial_namespace, add_partial_enumeration): Simplify.
6997 (guess_structure_name): New function, derived from
6998 add_partial_structure.
6999 (add_partial_structure): Remove.
7000 (determine_class_name): Update comment.
7001 (dwarf2_read_abbrevs): Set has_namespace_info flag.
7002 (is_type_tag_for_partial, load_partial_dies): New functions.
7003 (read_partial_die): Pass abbrev and abbrev_len as arguments.
7004 Record specifications instead of following them immediately.
7005 (find_partial_die_in_comp_unit, find_partial_die)
7006 (fixup_partial_die, free_stack_comp_unit)
7007 (hashtab_obstack_allocate, dummy_obstack_deallocate)
7008 (partial_die_hash, partial_die_eq): New functions.
7009 * Makefile.in (hashtab_h): Define.
7010 (dwarf2read.o): Update dependencies.
7011 (observer_inc, observer_h): Move to the correct section.
7012
7013 2004-04-15 Joel Brobecker <brobecker@gnat.com>
7014
7015 * dwarf2read.c (dwarf2_attribute_true_p): New function.
7016 (die_is_declaration): Use the function above. Add comment.
7017
7018 2004-04-15 Joel Brobecker <brobecker@gnat.com>
7019
7020 * dwarf2read.c (read_structure_scope): Identify stub types
7021 using die_is_declaration() only.
7022
7023 2004-04-15 Roland McGrath <roland@redhat.com>
7024
7025 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
7026 argument instead of NAME.
7027 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
7028 in call to symbol_file_add_with_addrs_or_offsets.
7029 (build_addr_info): New function, helper for ...
7030 (symbol_file_add_from_memory): New function.
7031 (add_symbol_file_from_memory_command): New function using that.
7032 (_initialize_symfile): Register it for add-symbol-file-from-memory.
7033 (pre_add_symbol_hook): Add const to argument type.
7034 * symfile.h (symbol_file_add_from_memory): Declare it.
7035
7036 2004-04-15 Mark Kettenis <kettenis@gnu.org>
7037
7038 * NEWS (New native configurations): Mention OpenBSD/vax.
7039 * configure.host: Add vax-*-openbsd*.
7040 * config/vax/obsd.mh: New file.
7041 * config/vax/nm-obsd.h: New file.
7042
7043 * vax-tdep.c: Include "regset.h".
7044 (vax_supply_gregset): New function.
7045 (vax_gregset): New variable.
7046 (vax_regset_from_core_section): New function.
7047 (vax_gdbarch_init): Set regset_from_core_section.
7048 * Makefile.in (vax-tdep.o): Update dependencies.
7049
7050 2004-04-15 Andrew Cagney <cagney@redhat.com>
7051
7052 * observer.c (normal_stop_subject, observer_notify_normal_stop)
7053 (observer_normal_stop_notification_stub)
7054 (observer_attach_normal_stop, observer_detach_normal_stop):
7055 Delete, replaced by #include "observer.inc".
7056 * infrun.c (normal_stop): Pass "stop_bpstat" to
7057 observer_notify_normal_stop.
7058 * Makefile.in (observer_inc): Define.
7059 (observer.o): Update dependencies.
7060 (observer.h, observer.inc): New rules.
7061 * observer.h: Delete file.
7062 * observer.sh: New file.
7063
7064 2004-04-15 Mark Kettenis <kettenis@gnu.org>
7065
7066 * vax-tdep.c (vax_frame_cache): Fix typo.
7067
7068 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7069
7070 * NEWS (New native configurations): Mention NetBSD/vax.
7071 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
7072 * config/vax/nbsdelf.mh: New file.
7073 * config/vax/nbsdaout.mh: New file.
7074 * config/vax/nm-nbsd.h: New file.
7075 * config/vax/nm-nbsdaout.h: New file.
7076
7077 * vaxnbsd-tdep.c: New file.
7078 * Makefile.in (vaxnbsd-tdep.o): New dependency.
7079 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
7080 * config/vax/nbsd.mt: New file.
7081 * config/vax/tm-nbsd.h: New file.
7082
7083 * Makefile.in (vaxbsd-nat.o): New dependency.
7084
7085 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
7086 * vax-tdep.c (vax_store_arguments): Remove struct_return and
7087 struct_addr arguments. Don't push return value address.
7088 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
7089 arguments to vax_store_arguments. Store return value address in
7090 R1.
7091 (vax_store_struct_return, vax_extract_return_value)
7092 (vax_store_return_value): Remove functions.
7093 (vax_return_value): New function.
7094 (vax_gdbarch_init): Set return value. Don't set
7095 deprecated_store_struct_return, deprecated_extract_struct_return
7096 and deprecated_store_return_value.
7097
7098 2004-04-14 Andreas Schwab <schwab@suse.de>
7099
7100 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
7101 value buffer.
7102 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
7103
7104 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7105
7106 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
7107 (vax_unwind_dummy_id): New functions.
7108 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
7109 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
7110 variables.
7111 (vax_fix_call_dummy): Remove function.
7112 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
7113 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
7114 call_dummy_location, deprecated_call_dummy_words,
7115 deprecated_sizeof_call_dummy_words,
7116 deprecated_call_dummy_breakpoint_offset,
7117 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
7118 and deprecated_dummy_write_sp.
7119
7120 2004-04-13 David Carlton <carlton@kealia.com>
7121
7122 * MAINTAINERS: Move myself to "paper trail" section.
7123
7124 2004-04-12 Mark Kettenis <kettenis@gnu.org>
7125
7126 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
7127 "trad-frame.h".
7128 (vax_frame_init_saved_regs): Remove function.
7129 (vax_sigtramp_saved_pc): Remove function.
7130 (vax_frame_saved_pc): Remove function.
7131 (vax_frame_args_address): Remove function.
7132 (vax_frame_num_args): Rewrite.
7133 (vax_frame_chain): Remove function.
7134 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
7135 VAX_FP_REGNUM.
7136 (vax_pop_frame): Likewise.
7137 (vax_saved_pc_after_call): Remove function.
7138 (struct vax_frame_cache): New structure.
7139 (vax_frame_cache): New function.
7140 (vax_frame_this_id): New function.
7141 (vax_frame_prev_register): New function.
7142 (vax_frame_unwind): New variable.
7143 (vax_frame_sniffer): New function.
7144 (vax_frame_base_address): New function.
7145 (vax_frame_args_address): New function.
7146 (vax_frame_base): New variable.
7147 (vax_unwind_pc): New function.
7148 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
7149 deprecated_fp_regnum, deprecated_saved_pc_after_call,
7150 deprecated_frame_chain, deprecated_frame_saved_pc,
7151 deprecated_frame_args_address and
7152 deprecated_frame_init_saved_regs.
7153 * Makefile.in (vax-tdep.o): Update dependencies.
7154
7155 * vaxbsd-nat.c: New file.
7156
7157 * vax-tdep.h: Update copyright year. Adjust comments.
7158 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
7159 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
7160 (vax_regnum): New enum. Replacing...
7161 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
7162 (VAX_PS_REGNUM): ... these removed macros.
7163 * vax-tdep.c (vax_register_name): Remove prototype.
7164 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
7165 (vax_register_byte, vax_register_raw_size,
7166 vax_register_virtual_size, vax_register_virtual_type): Remove
7167 functions.
7168 (vax_register_type): New function.
7169 (vax_breakpoint_from_pc): Reorganize.
7170 (vax_gdbarch_init): Set register_type. Don't set
7171 deprecated_register_size, deprecated_register_bytes,
7172 deprecated_register_byte, deprecated_register_raw_size,
7173 deprecated_max_register_raw_size,
7174 deprecated_register_virtual_size,
7175 deprecated_max_register_virtual_size and
7176 deprecated_register_virtual_type. Add comment on stack direction.
7177
7178 2004-04-11 Mark Kettenis <kettenis@gnu.org>
7179
7180 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
7181 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
7182 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
7183
7184 2004-04-10 Randolph Chung <tausq@debian.org>
7185
7186 * MAINTAINERS (write after approval): Add myself.
7187
7188 2004-04-07 Randolph Chung <tausq@debian.org>
7189
7190 * hppa-tdep.c (hppa_inner_than): Remove.
7191 (is_pa_2): Remove unused static variable.
7192 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
7193
7194 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
7195
7196 * language.h (language_defn): Add new la_post_parser field.
7197 * parser-defs.h (null_post_parser): New declaration (default for
7198 la_post_parser).
7199
7200 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
7201 insert call to that function.
7202 (parse_exp_in_context): New function, including code formerly in
7203 parse_exp_1. Calls language-dependent post-parser after
7204 prefixification.
7205 (parse_expression_in_context): New exported function.
7206 (null_post_parser): New definition.
7207 * expression.h (parse_expression_in_context): Add declaration.
7208
7209 * p-lang.c (pascal_language_defn): Add trivial post-parser.
7210 * c-lang.c (c_language_defn): Ditto.
7211 (cplus_language_defn): Ditto.
7212 (asm_language_defn): Ditto.
7213 (minimal_language_defn): Ditto.
7214 * f-lang.c (f_language_defn): Ditto.
7215 * jv-lang.c (java_language_defn): Ditto.
7216 * language.c (unknown_language_defn): Ditto.
7217 (auto_language_defn): Ditto.
7218 (local_language_defn): Ditto.
7219 * m2-lang.c (m2_language_defn): Ditto.
7220 * scm-lang.c (scm_language_defn): Ditto.
7221 * obj-lang.c (objc_language_defn): Ditto.
7222
7223 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7224
7225 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
7226 (amd64nbsd_mcontext_addr): New function.
7227 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
7228 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
7229 with amd64nbsd_r_reg_offset, instead of building it on the fly.
7230
7231 * corelow.c (core_xfer_partial): Fix coding standards violation.
7232 Add support for TARGET_OBJECT_WCOOKIE.
7233
7234 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
7235 deprecated_pc_in_sigtramp.
7236 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
7237 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
7238 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
7239 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
7240 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
7241 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
7242 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
7243
7244 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
7245 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
7246 Fix typo.
7247
7248 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
7249 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
7250 (amd64_collect_fxsave): Likewise.
7251
7252 * i386-sol2-tdep.c: Include "gdb_string.h".
7253 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
7254 name.
7255 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7256
7257 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7258
7259 * i386-sol2-tdep.c: Include "solib-svr4.h".
7260 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7261 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7262 * config/i386/tm-i386sol2.h: Include :solib.h".
7263 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
7264 solib-svr4.o and solib-legacy.o.
7265 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
7266 solib-svr4.o.
7267
7268 2004-04-09 Mark Kettenis <kettenis@gnu.org>
7269
7270 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
7271 whether a register is supplied by PTRACE_GETFPREGS.
7272 (store_inferior_registers): Likewise.
7273 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
7274 whether a register is supplied by PT_GETFPREGS.
7275 (store_inferior_registers): Likewise.
7276
7277 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
7278 * config/i386/linux64.mt (TDEPFILES): Likewise.
7279
7280 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
7281
7282 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
7283 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7284 the program counter is in the range specified by `struct
7285 gdbarch_tdep'.
7286 * amd64-linux-tdep.c: Include "symtab.h".
7287 (amd64_linux_pc_in_sigtramp): Remove function.
7288 (amd64_linux_sigtramp_p): New function.
7289 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7290 deprecated_pc_in_sigtramp.
7291 * amd64nbsd-tdep.c: Include "symtab.h".
7292 (amd64nbsd_sigtramp_p): New function.
7293 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7294 deprecated_pc_in_sigtramp.
7295 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
7296 few comments.
7297 (amd64obsd_pc_in_sigtramp): Remove function.
7298 (amd64obsd_sigtramp_p): New function.
7299 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7300 deprecated_pc_in_sigtramp.
7301 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
7302 (i386bsd_pc_ins_sigtramp): Remove prototype.
7303 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
7304 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
7305 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7306 the program counter is in the range specified by `struct
7307 gdbarch_tdep'.
7308 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
7309 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
7310 (i386_go32_pc_in_sigtramp): Remove function.
7311 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
7312 Initialize TDEP->sigtramp_p.
7313 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
7314 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
7315 deprecated_pc_in_sigtramp.
7316 * i386-linux-tdep.c: Adjust comments.
7317 (i386_linux_pc_in_sigtramp): Remove function.
7318 (i386_linux_sigtramp_p): New function.
7319 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7320 deprecated_pc_in_sigtramp.
7321 * i386-nto-tdep.c: Update copyright year.
7322 (i386nto_pc_in_sigtramp): Remove function.
7323 (i386nto_sigtramp_p): New function.
7324 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
7325 SP_REGNUM.
7326 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
7327 deprecated_pc_in_sigtramp.
7328 * i386-sol2-tdep.c: Update copyright year.
7329 (i386_sol2_pc_in_sigtramp): Remove function.
7330 (i386_sol2_sigtramp_p): New function.
7331 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
7332 deprecated_pc_in_sigtramp.
7333 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
7334 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
7335 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7336 deprecated_sigtramp_start and deprecated_sigtramp_end.
7337 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
7338 (i386nbsd_pc_in_sigtramp): Remove function.
7339 (i386nbsd_sigtramp_p): New function.
7340 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7341 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7342 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
7343 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
7344 (i386obsd_pc_in_sigtramp): Remove function.
7345 (i386obsd_sigtramp_p): New function.
7346 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
7347 functions.
7348 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7349 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7350 TDEP->sigtramp_p.
7351 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
7352 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
7353 dependencies.
7354
7355 * config/i386/i386aout.mt: Remove file.
7356
7357 * configure.tgt: Remove i[34567]86-*-go32*,
7358 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
7359 and i[34567]86-*-isc*. Set gdb_target to i386 for
7360 i[34567]86-*-netware* and i[34567]86-*-*.
7361 * config/i386/i386.mt: New file.
7362 * config/i386/embed.mt: Remove file.
7363 * config/i386/go32.mt: Remove file.
7364 * config/i386/i386nw.mt: Remove file.
7365 * config/i386/i386v.mt: Remove file.
7366 * config/i386/tm-go32.h: Remove file.
7367
7368 * tui/tui-hooks.c: Include "readline/readline.h" after
7369 "gdb_curses.h" instead of before.
7370 * tui/tui-io.c: Likewise.
7371
7372 * tui/tui.c: Fix typo in comment.
7373
7374 * sparc64-tdep.c (sparc_address_from_register): Remove function.
7375
7376 2004-04-08 Andrew Cagney <cagney@redhat.com>
7377
7378 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
7379 (deprecated_exception_support_initialized): Declare.
7380 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
7381 (initialize_hp_cxx_exception_support)
7382 (child_enable_exception_callback): Update.
7383 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
7384 (deprecated_exception_support_initialized): Rename
7385 deprecated_exception_catchpoints_are_fragile and
7386 deprecated_exception_support_initialized.
7387 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
7388
7389 * symtab.c (deprecated_hp_som_som_object_present): Rename
7390 hp_som_som_object_present.
7391 * symtab.h (deprecated_hp_som_som_object_present): Declare.
7392 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
7393 Update. Delete extern declaration.
7394 * valops.c (hp_som_som_object_present): Ditto.
7395 * parse.c (deprecated_hp_som_som_object_present)
7396 (parse_nested_classes_for_hpacc): Ditto.
7397 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
7398 * hppa-hpux-tdep.c (hp_som_som_object_present)
7399 (initialize_hp_cxx_exception_support): Ditto.
7400 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
7401 * cp-valprint.c (hp_som_som_object_present)
7402 (cp_print_class_method): Ditto.
7403 * c-typeprint.c (hp_som_som_object_present):
7404 (c_type_print_base): Ditto.
7405 * c-exp.y (hp_som_som_object_present): Ditto.
7406
7407 2004-04-08 Andrew Cagney <cagney@redhat.com>
7408
7409 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
7410 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
7411 (frame_unwind_find_by_frame): Re-implement the unwind code so
7412 that it can both prepend and append sniffers. Replace
7413 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
7414 * tramp-frame.c (tramp_frame_append): Use
7415 frame_unwind_prepend_unwinder.
7416 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
7417 frame_unwind_register_unwinder.
7418 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
7419 tramp_frame_append.
7420 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
7421 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
7422 (mips_linux_init_abi): Update.
7423
7424 2004-04-08 Kevin Buettner <kevinb@redhat.com>
7425
7426 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
7427 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
7428 file support.
7429
7430 2004-04-07 Kevin Buettner <kevinb@redhat.com>
7431
7432 * ia64-tdep.c (elf.h): Don't include.
7433 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
7434
7435 2004-04-07 Jason Molenda (jmolenda@apple.com)
7436
7437 * frame.h: Typeo corrections in comments.
7438
7439 2004-04-07 Jim Blandy <jimb@redhat.com>
7440
7441 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
7442 %esp and %ebp
7443
7444 2004-04-07 Mark Kettenis <kettenis@gnu.org>
7445
7446 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
7447 * config/sparc/linux64.mt (TDEPFILES): Likewise.
7448 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7449 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
7450 and solib-legacy.o.
7451 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
7452 solib-svr4.o.
7453 * config/sparc/tm-sol2.h: Update copyright year. Include
7454 "solib.h".
7455
7456 * sparc-sol2-tdep.c: Update copyright year. Include
7457 "solib-svr4.h".
7458 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7459 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
7460 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7461 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
7462 dependencies.
7463
7464 2004-04-06 Andrew Cagney <cagney@redhat.com>
7465
7466 * infttrace.c: Include "infttrace.h".
7467 * infttrace.h: Include "target.h".
7468 * Makefile.in (infttrace_h): Update.
7469 (infttrace.o): Update.
7470
7471 2004-04-06 Andrew Cagney <cagney@redhat.com>
7472
7473 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
7474 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
7475 move extern declarations from here ...
7476 * infttrace.h: ... to here.
7477 * Makefile.in (hppah-nat.o): Update dependencies.
7478
7479 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
7480 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
7481 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
7482 (hppa_breakpoint_from_pc): Delete.
7483
7484 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
7485
7486 2004-04-05 Andrew Cagney <cagney@redhat.com>
7487
7488 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
7489 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
7490 <sys/file.h>.
7491
7492 2004-04-06 Randolph Chung <tausq@debian.org>
7493
7494 Committed by Andrew Cagney (mechanical change).
7495 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
7496 exception_catchpoints_are_fragile, find_stub_with_shl_get,
7497 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
7498 child_enable_exception_callback, current_ex_event,
7499 null_symtab_and_line, child_get_current_exception_event,
7500 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
7501 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
7502 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
7503 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
7504 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
7505 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
7506 Move hpux-specific definitions ...
7507 * hppa-hpux-tdep.c: ... to here.
7508
7509 2004-04-05 Andrew Cagney <cagney@redhat.com>
7510
7511 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
7512 skip_prologue_using_sal.
7513
7514 2004-04-05 Andrew Cagney <cagney@redhat.com>
7515
7516 * config/i386/tm-i386.h: Delete file.
7517 * config/i386/tm-vxworks.h: Update copyright, do not include
7518 "tm-i386.h".
7519 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
7520 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
7521 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
7522 * config/i386/ncr3000.mt (TM_FILE): Delete.
7523 * config/i386/interix.mt (TM_FILE): Delete.
7524 * config/i386/i386v.mt (TM_FILE): Delete.
7525 * config/i386/i386nw.mt (TM_FILE): Delete.
7526 * config/i386/i386gnu.mt (TM_FILE): Delete.
7527 * config/i386/i386aout.mt (TM_FILE): Delete.
7528 * config/i386/embed.mt (TM_FILE): Delete.
7529
7530 2004-04-05 Kevin Buettner <kevinb@redhat.com>
7531
7532 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
7533 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
7534 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
7535 (accg7_regnum): New constants.
7536 (last_spr_regnum, last_pseudo_regnum): Update.
7537 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
7538 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
7539 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
7540 for accg registers.
7541 (frv_register_sim_regno): Update spr_map[].
7542
7543 2004-04-04 Andrew Cagney <cagney@redhat.com>
7544
7545 * config/mips/xm-riscos.h: Delete.
7546 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
7547 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
7548 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
7549 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
7550 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
7551 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
7552 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
7553 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
7554 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
7555 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
7556 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
7557 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
7558 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
7559 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
7560 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
7561 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
7562 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
7563 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
7564 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
7565 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
7566 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
7567 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
7568 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
7569 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
7570 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
7571 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
7572
7573 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
7574 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
7575 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
7576 * configure.host: Remove m680[01]0-sun-sunos3*,
7577 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
7578 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
7579 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
7580 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
7581 mips-*-riscos*.
7582 * NEWS: Mention removed systems.
7583
7584 2004-04-04 Andrew Cagney <cagney@redhat.com>
7585
7586 GDB 6.1 release created from 6.1 branch.
7587
7588 2004-04-04 Andrew Cagney <cagney@redhat.com>
7589
7590 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
7591 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
7592 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7593
7594 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7595 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7596 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7597
7598 2004-04-03 Jim Blandy <jimb@redhat.com>
7599
7600 * MAINTAINERS: Chris Faylor has changed employers; add him to
7601 "paper trail" section, and update his E-mail address.
7602
7603 2004-04-03 Andrew Cagney <cagney@redhat.com>
7604
7605 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
7606 generic dummy frames.
7607 * dummy-frame.c: Update copyright.
7608 (dummy_frame_sniffer): Delete check for generic dummy frames.
7609
7610 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
7611 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
7612 (REG_PARM_STACK_SPACE): Delete.
7613 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
7614 Inline reference to REG_PARM_STACK_SPACE.
7615
7616 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
7617 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7618 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7619 (FRAME_BASE_BEFORE_SIGTRAMP)
7620 (hppa32_hpux_frame_base_before_sigtramp)
7621 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
7622 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
7623 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
7624 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7625 (FRAME_BASE_BEFORE_SIGTRAMP)
7626 (hppa64_hpux_frame_base_before_sigtramp)
7627 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
7628
7629 2004-04-03 Andrew Cagney <cagney@redhat.com>
7630
7631 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
7632
7633 2004-04-02 Andrew Cagney <cagney@redhat.com>
7634
7635 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
7636 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
7637 * dummy-frame.h: Delete out-of-date comments.
7638 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
7639 * gdbarch.h, gdbarch.c: Re-generate.
7640
7641 2004-04-02 Joel Brobecker <brobecker@gnat.com>
7642
7643 Committed by Andrew Cagney <cagney@redhat.com>.
7644 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
7645 into account an instruction saving a register if we have already
7646 seen an earlier instruction saving that same register.
7647
7648 2004-04-02 Andrew Cagney <cagney@redhat.com>
7649
7650 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
7651 * gdbarch.h, gdbarch.c: Re-generate.
7652 * frame.c (legacy_get_prev_frame): Delete references to
7653 DEPRECATED_INIT_FRAME_PC_FIRST.
7654
7655 * infrun.c (pc_in_sigtramp): Delete function.
7656 (check_sigtramp2): Inline call to pc_in_sigtramp, use
7657 get_frame_type.
7658
7659 2004-04-02 Andrew Cagney <cagney@redhat.com>
7660
7661 * infrun.c (handle_step_into_function): Delete code conditional on
7662 legacy_frame_p.
7663 (handle_inferior_event, step_over_function): Ditto.
7664
7665 2004-04-02 Andrew Cagney <cagney@redhat.com>
7666
7667 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
7668 "previous frame inner to this frame" test.
7669
7670 2004-04-02 Andrew Cagney <cagney@redhat.com>
7671
7672 * frame.c (safe_frame_unwind_memory): New function.
7673 * frame.h (safe_frame_unwind_memory): Declare. Update description
7674 of /safe_/ methods.
7675 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
7676 "next_frame". Use safe_frame_unwind_memory.
7677 (tramp_frame_sniffer): Update call to tramp_frame_start.
7678
7679 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
7680
7681 * dwarf2read.c (dwarf2_objfile_data_key): New.
7682 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
7683 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
7684 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
7685 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
7686 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
7687 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
7688 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
7689 Remove variables.
7690 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
7691 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
7692 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
7693 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
7694 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
7695 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
7696 Remove macros.
7697 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
7698 data.
7699 (dwarf2_locate_sections, dwarf2_build_psymtabs)
7700 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
7701 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
7702 (read_partial_die, read_full_die, read_indirect_string)
7703 (dwarf_decode_line_header, dwarf_decode_macros)
7704 (dwarf2_symbol_mark_computed): Remove use of removed macros.
7705 Update uses of removed variables.
7706 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
7707 of removed macros.
7708 (_initialize_dwarf2_read): New function.
7709 * symfile.h (dwarf2_has_info): Update prototype.
7710 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
7711 * elfread.c (elf_symfile_read): Likewise.
7712
7713 2004-04-01 Jim Blandy <jimb@redhat.com>
7714
7715 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
7716 function for register numbers on all the rs6000-derived targets.
7717 (rs6000_gdbarch_init): Don't register a separate
7718 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
7719 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
7720 variants.
7721
7722 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
7723 numbering.
7724
7725 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
7726
7727 * valarith.c: Update copyright notice.
7728 (value_add): Handle range types.
7729 (value_sub): Ditto.
7730 (value_equal): Ditto.
7731 (value_less): Ditto.
7732 (value_neg): Ditto.
7733 (value_complement): Ditto.
7734 (value_binop): Simplify slightly by using is_integral_type and
7735 eliminiating unnecessary COERCE_ENUMs.
7736
7737 2004-03-31 Andrew Cagney <cagney@redhat.com>
7738
7739 * frame.h (frame_unwind_id): Declare.
7740 * frame.c (frame_unwind_id): New function.
7741 (get_prev_frame_1): New function.
7742 (frame_debug_got_null_frame): New function.
7743 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
7744 code proper to prev_frame, update description.
7745 * infrun.c (step_over_function): Use frame_unwind_id.
7746
7747 2004-04-31 J. Brobecker <brobecker@gnat.com>
7748
7749 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
7750 (hppa64_push_dummy_call): Likewise.
7751
7752 2004-03-30 Jim Blandy <jimb@redhat.com>
7753
7754 From Ulrich Weigand:
7755 * utils.c (query): Do not use a va_list variable multiple times.
7756
7757 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7758
7759 * Makefile.in (linux_nat_h): Update dependencies.
7760 * configure.in: Check for <gnu/libc-version.h>.
7761 * configure: Regenerate.
7762 * config.in: Regenerate.
7763 * linux-nat.h: Include "target.h". Add waitstatus field to
7764 struct lwp_info.
7765 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7766 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7767 to.
7768 (lin_lwp_handle_extended): New function. Handle clone events.
7769 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
7770 thread exit events.
7771 (child_wait): Handle clone events.
7772 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
7773 * linux-nat.c (linux_enable_event_reporting): Turn on
7774 PTRACE_O_TRACECLONE.
7775 (linux_handle_extended_wait): Handle clone events.
7776 * thread-db.c: Include <gnu/libc-version.h>.
7777 (struct private_thread_info): Add dying flag.
7778 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7779 higher.
7780 (attach_thread): Update comments. Handle dying threads.
7781 (detach_thread): Set the dying flag.
7782 (check_event): Always call attach_thread.
7783
7784 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7785
7786 * mips-tdep.c (mips_pdr_data): New.
7787 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7788 (_initialize_mips_tdep): Initialize mips_pdr_data.
7789
7790 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
7791
7792 * minsyms.c (install_minimal_symbols): Move dropping leading
7793 char from linkage name from here...
7794 (prim_record_minimal_symbol_and_info): ...to here. Simplify
7795 test for "__gnu_compiled*" symbols.
7796
7797 2004-03-28 Jim Blandy <jimb@redhat.com>
7798
7799 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
7800 registers to temp register r0 and byte stores as prologue
7801 instructions.
7802
7803 2004-03-28 Andrew Cagney <cagney@redhat.com>
7804
7805 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
7806 arm*-*-*.
7807
7808 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7809
7810 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
7811 and switch the layout to force a display of register window.
7812
7813 2004-02-26 J. Brobecker <brobecker@gnat.com>
7814
7815 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
7816 of the INTEGER class.
7817
7818 2004-03-26 Jim Blandy <jimb@redhat.com>
7819
7820 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
7821 bytes long on PPC GNU/Linux.
7822
7823 2004-03-26 David Carlton <carlton@kealia.com>
7824
7825 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
7826
7827 2004-03-25 Andrew Cagney <cagney@redhat.com>
7828
7829 * PROBLEMS: Add general section titles, remove references to
7830 specific releases.
7831
7832 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
7833
7834 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
7835 INT_REGISTER_SIZE.
7836 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
7837 FP_REGISTER_VIRTUAL_SIZE.
7838 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
7839 of DEPRECATED_REGISTER_RAW_SIZE.
7840 (arm_register_type): Add gdbarch argument.
7841 (arm_register_raw_size, arm_register_virtual_size): Delete.
7842 (arm_register_byte, arm_extract_return_value)
7843 (arm_store_return_value, arm_get_longjmp_target): Update references
7844 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
7845 (arm_gdbarch_init): Likewise. Don't set
7846 deprecated_register_raw_size, deprecated_register_virtual_size,
7847 deprecated_max_register_raw_size,
7848 deprecated_max_register_virtual_size, or
7849 deprecated_max_register_virtual_type. Do set register_type.
7850 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
7851 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
7852 (FP_REGISTER_VIRTUAL_SIZE): Delete.
7853 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
7854 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
7855 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
7856 INT_REGISTER_SIZE.
7857 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
7858 (remote_rdp_store_register): Likewise.
7859
7860 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
7861
7862 * Makefile.in (mips-linux-tdep.o): Update dependencies.
7863 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
7864 to after osabi initialization.
7865 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
7866 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
7867 functions.
7868 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
7869 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
7870 variables.
7871 (mips_linux_init_abi): Append signal trampoline unwinders.
7872
7873 2004-03-24 Andrew Cagney <cagney@redhat.com>
7874
7875 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
7876 * tramp-frame.c: Include "gdb_assert.h".
7877 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
7878 correct sizeof.
7879 (tramp_frame_append): Validate the tramp frame's instructions.
7880 * Makefile.in (tramp-frame.o): Update dependencies.
7881
7882 2004-03-23 Andrew Cagney <cagney@redhat.com>
7883
7884 * trad-frame.h (trad_frame_set_reg_addr): Declare.
7885
7886 2004-03-23 Andrew Cagney <cagney@redhat.com>
7887
7888 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
7889 Nasser as past testsuite/lib/ (and other) maintainers.
7890
7891 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7892
7893 * infcmd.c (attach_command): Reread symbols if we already have
7894 an exec file.
7895
7896 2004-03-23 Andrew Cagney <cagney@redhat.com>
7897
7898 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
7899
7900 2004-03-23 Andrew Cagney <cagney@redhat.com>
7901
7902 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
7903 * gdbarch.h, gdbarch.c: Re-generate.
7904 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7905 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7906 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7907 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
7908 (DEPRECATED_SIGTRAMP_START): Update.
7909 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
7910 (DEPRECATED_SIGTRAMP_START): Update.
7911 * blockframe.c (find_pc_sect_partial_function): Update.
7912 * arch-utils.c (legacy_pc_in_sigtramp): Update.
7913
7914 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7915
7916 * remote.c (remote_open_1): Reopen the exec file and reread symbols
7917 if necessary.
7918
7919 2004-03-23 Andrew Cagney <cagney@redhat.com>
7920
7921 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
7922 predicate, deprecate.
7923 * gdbarch.h, gdbarch.c: Re-generate.
7924 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7925 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7926 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
7927 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7928 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
7929 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
7930 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
7931 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
7932 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
7933 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
7934 * blockframe.c (find_pc_partial_function): Update.
7935 * breakpoint.c (bpstat_what): Update.
7936 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
7937 * frv-linux-tdep.c (frv_linux_init_abi): Update.
7938 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
7939 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
7940 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7941 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7942 * i386-nto-tdep.c (i386nto_init_abi): Update.
7943 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
7944 * i386-tdep.c (i386_sigtramp_frame_sniffer)
7945 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
7946 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7947 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7948 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7949 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
7950 * infrun.c (pc_in_sigtramp): Update.
7951 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
7952 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
7953 * mips-tdep.c (mips_gdbarch_init): Update.
7954 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
7955 * ppc-linux-tdep.c: Update comment.
7956 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
7957 * shnbsd-tdep.c (shnbsd_init_abi): Update.
7958 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
7959 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
7960 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
7961 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
7962 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
7963 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
7964 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
7965 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
7966
7967 2004-03-23 Andrew Cagney <cagney@redhat.com>
7968
7969 * tramp-frame.h, tramp-frame.h: New files.
7970 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
7971 Update rules to include "tramp-frame.h" and "tramp-frame.c".
7972
7973 * Makefile.in: Update all dependencies.
7974
7975 2004-03-23 Andrew Cagney <cagney@redhat.com>
7976
7977 * Makefile.in (trad_frame_h): Add $(frame_h).
7978 * trad-frame.h: Update copyright. Include "frame.h".
7979 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
7980 (trad_frame_set_id, trad_frame_get_id): Declare.
7981 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
7982 * trad-frame.c: Update copyright.
7983 (struct trad_frame_cache): Define.
7984 (trad_frame_cache_zalloc): New function.
7985 (trad_frame_set_id, trad_frame_get_id): New functions.
7986 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
7987
7988 2004-03-22 Andrew Cagney <cagney@redhat.com>
7989
7990 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
7991 s390_pltstub_unwind_cache.
7992 (s390_stub_frame_unwind_cache): Rename
7993 s390_pltstub_frame_unwind_cache.
7994 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
7995 (s390_stub_frame_prev_register): Rename
7996 s390_pltstub_frame_prev_register.
7997 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
7998 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
7999
8000 From Ulrich Weigand:
8001 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
8002 pointer calls like PLT calls.
8003
8004 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
8005
8006 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
8007 PC rather than the partial function start address. Use the start
8008 address to sanity check the found PDR.
8009
8010 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
8011
8012 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
8013 linux_handle_extended_wait.
8014
8015 2004-03-22 Andrew Cagney <cagney@redhat.com>
8016
8017 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
8018 function.
8019
8020 * frame.h (generic_pop_current_frame): Delete declaration.
8021 (deprecate_pop_dummy_frame): Deprecate
8022 generic_pop_dummy_frame.
8023 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
8024 (generic_pop_current_frame): Delete function.
8025 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
8026 generic_pop_current_frame.
8027 * v850-tdep.c (v850_pop_frame): Update.
8028 * mcore-tdep.c (mcore_pop_frame): Update.
8029 * sh64-tdep.c (sh64_pop_frame): Update.
8030 * h8300-tdep.c (h8300_pop_frame): Update.
8031
8032 2004-03-22 Andrew Cagney <cagney@redhat.com>
8033
8034 * frame.h (deprecated_pc_in_call_dummy): Rename
8035 generic_pc_in_call_dummy.
8036 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
8037 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
8038 generic_pc_in_call_dummy.
8039 (pc_in_dummy_frame): Make static.
8040 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
8041 * gdbarch.h, gdbarch.c: Re-generate.
8042 * dummy-frame.c (dummy_frame_sniffer): Simplify.
8043 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
8044 (legacy_get_prev_frame): Ditto.
8045 * inferior.h: Delete reference to generic_pc_in_call_dummy in
8046 comment.
8047
8048 2004-03-21 Andrew Cagney <cagney@redhat.com>
8049
8050 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
8051 declaration and out-of-date comment.
8052 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
8053 Delete function.
8054 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
8055 deprecated_pc_in_call_dummy.
8056
8057 * infrun.c (handle_inferior_event): For non legacy frames, use the
8058 frame ID and frame type to identify a signal trampoline. Update
8059 comments.
8060
8061 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
8062
8063 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
8064 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
8065
8066 2004-03-21 Andrew Cagney <cagney@redhat.com>
8067
8068 * frame-unwind.h: Update copyright.
8069 (struct frame_data): Add opaque declaration.
8070 (frame_sniffer_ftype): Declare.
8071 (struct frame_unwind): Add "unwind_data" and "sniffer".
8072 (frame_unwind_register_unwinder): Declare.
8073 (frame_unwind_find_by_frame): Add parameter "this_cache".
8074 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
8075 (legacy_get_prev_frame, legacy_get_prev_frame)
8076 (get_frame_type): Pass the prologue_cache to
8077 frame_unwind_find_by_frame.
8078 * frame-unwind.c (struct frame_unwind_table_entry): Add field
8079 "unwinder".
8080 (frame_unwind_register_unwinder): New function.
8081 (frame_unwind_find_by_frame): Handle an unwind sniffer.
8082
8083 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
8084
8085 * bcache.c (print_percentage): Use floating point to avoid
8086 incorrect results when portion*100 overflows.
8087
8088 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8089
8090 * ppc_tdep.h (ppc_linux_frame_saved_pc)
8091 (ppc_linux_init_extra_frame_info)
8092 (ppc_linux_frameless_function_invocation)
8093 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
8094 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
8095 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
8096 (rs6000_frame_chain): Delete declarations.
8097 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
8098 (ppc_linux_init_extra_frame_info)
8099 (ppc_linux_frameless_function_invocation)
8100 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
8101 (ppc_linux_init_abi): Remove registration of above deleted functions.
8102 * rs6000-tdep.c (rs6000_init_extra_frame_info)
8103 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
8104 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
8105 (rs6000_pop_frame, rs6000_frameless_function_invocation)
8106 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
8107 (rs6000_gdbarch_init): Remove registration of above deleted functions.
8108 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
8109 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
8110 frame management for all OSABIs.
8111
8112 2004-03-19 Andrew Cagney <cagney@redhat.com>
8113
8114 Committed by Kevin Buettner <kevinb@redhat.com>.
8115
8116 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
8117 Update copyright.
8118 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
8119 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
8120 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
8121 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
8122 unwinders. #ifdef legacy frame code.
8123 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8124 "frame-base.h".
8125 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
8126 (struct rs6000_frame_cache, rs6000_frame_cache)
8127 (rs6000_frame_this_id, rs6000_frame_prev_register)
8128 (rs6000_frame_sniffer, rs6000_frame_unwind)
8129 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
8130 (rs6000_frame_base): Implement a traditional frame unwinder.
8131 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
8132 frame unwinder.
8133
8134 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8135
8136 * breakpoint.c (adjust_breakpoint_address): Don't adjust
8137 breakpoint address for watchpoints or the catch eventpoints.
8138 Add new paramter ``bptype''. Adjust all callers.
8139
8140 2004-03-19 Andrew Cagney <cagney@redhat.com>
8141
8142 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
8143
8144 * PROBLEMS: Delete note that ARM does not use frame code, problem
8145 fixed.
8146
8147 2004-03-18 Andrew Cagney <cagney@redhat.com>
8148
8149 * stack.c (return_command): Delete code wrapped in #ifdef
8150 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
8151
8152 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
8153
8154 2004-03-18 Andrew Cagney <cagney@redhat.com>
8155
8156 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
8157 DEPRECATED_IN_SIGTRAMP.
8158 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8159 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
8160 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8161 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8162 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8163 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8164 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8165 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8166 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
8167 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
8168
8169 2004-03-18 Andrew Cagney <cagney@redhat.com>
8170
8171 * frame-base.c: Update copyright. Include "gdb_obstack.h".
8172 (struct frame_base_table_entry): Define.
8173 (struct frame_base_table): Re-implement as a linked list.
8174 (frame_base_init): Re-implement.
8175 (frame_base_table): Delete function.
8176 (append_predicate): Delete function.
8177 (frame_base_append_sniffer): Update.
8178 (frame_base_set_default): Update.
8179 (frame_base_find_by_frame): Update.
8180 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
8181 * Makefile.in (frame-base.o): Update dependencies.
8182
8183 2004-03-17 Andrew Cagney <cagney@redhat.com>
8184
8185 * frame.c (legacy_get_prev_frame): Pass correct frame to
8186 frame_unwind_find_by_frame.
8187
8188 2004-03-17 David Carlton <carlton@kealia.com>
8189
8190 * NEWS: Mention C++ nested types and namespaces
8191
8192 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
8193
8194 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
8195 and "Regressions since gdb 5.3.". Add known regressions since
8196 gdb 6.0.
8197
8198 2004-03-16 David Carlton <carlton@kealia.com>
8199
8200 * dwarf2read.c (process_structure_scope): Process children even
8201 when we're a declaration.
8202
8203 2004-03-16 Andrew Cagney <cagney@redhat.com>
8204
8205 * symtab.h (find_pc_sect_partial_function): Delete declaration.
8206 * blockframe.c (find_pc_partial_function)
8207 (find_pc_sect_partial_function): Merge into a single
8208 find_pc_partial_function.
8209
8210 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8211
8212 * i386bsd-nat.c: s/regno/regnum/g.
8213 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
8214 FP0_REGNUM.
8215 (store_inferior_registers): Likewise.
8216
8217 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8218
8219 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
8220 of i387_fill_fsave.
8221 (store_inferior_registers): Call i387_collect_fsave and
8222 i387_collect_fxsave instead of i387_fill_fsave and
8223 i387_fill_fxsave.
8224
8225 2004-03-15 Andrew Cagney <cagney@redhat.com>
8226
8227 * Makefile.in (frame-unwind.o): Update dependencies.
8228 * frame-unwind.c: Include "gdb_obstack.h".
8229 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
8230 parameter.
8231 (append_predicate): Delete function.
8232 (struct frame_unwind_table_entry): New structure.
8233 (struct frame_unwind_table): Replace "sniffer" with "head" and
8234 "tail".
8235 (frame_unwind_append_sniffer): Update.
8236 (frame_unwind_find_by_frame): Update.
8237 (_initialize_frame_unwind): Registe frame_unwind_init using
8238 gdbarch_data_register_pre_init.
8239
8240 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8241
8242 * i386bsd-nat.c: Update copyright year.
8243 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
8244 define unconditionally.
8245
8246 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8247
8248 * i387-tdep.h (i387_collect_fsave): New prototype.
8249 * i387-tdep.c (i387_collect_fsave): New function containing most
8250 of the code from i387_fill_fsave.
8251 (i387_fill_fsave): Call i387_collect_fsave.
8252
8253 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8254
8255 * i386-linux-tdep.c: Update copyright year.
8256 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
8257 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
8258 svr4_ilp32_link_map_offsets instead of
8259 i386_linux_svr4_fetch_link_map_offsets.
8260
8261 2004-03-15 David Carlton <carlton@kealia.com>
8262
8263 Fix for PR c++/1553:
8264 * dwarf2read.c (read_structure_type): Determine type name by
8265 calling determine_class_name.
8266 (determine_class_name): New.
8267 (determine_prefix): Look at TYPE_TAG_NAME and call
8268 determine_class_name when appropriate.
8269 (determine_prefix_aux, class_name): Delete.
8270 (read_namespace): Set die->type.
8271
8272 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8273
8274 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
8275 unused macro definition. The definition in target.h (or perhaps
8276 elsewhere) takes precedence.
8277
8278 2004-03-15 Andrew Cagney <cagney@redhat.com>
8279
8280 * ppc-tdep.h: Update copyright.
8281 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
8282 function signatures to match "regsets.h".
8283 * ppc-linux-tdep.c: Include "regset.h".
8284 (ELF_GREGSET_SIZE): Delete.
8285 (right_supply_register): New function.
8286 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
8287 using right_supply_register.
8288 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
8289 functions.
8290 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
8291 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
8292 (_initialize_ppc_linux_tdep): Do not register
8293 ppc_linux_regset_core_fns.
8294 (ppc_linux_regset_from_core_section): Replace
8295 fetch_core_registers.
8296 (ppc_linux_regset_core_fns): Delete.
8297 * ppc-linux-nat.c: (right_fill_reg): New function.
8298 (supply_gregset): Update call to ppc_linux_supply_gregset.
8299 (fill_gregset): Clear the register set, use right_fill_reg.
8300 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
8301 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
8302
8303 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
8304 unsigned.
8305
8306 2004-03-15 Andrew Cagney <cagney@redhat.com>
8307
8308 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
8309 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
8310 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
8311 and register_gdbarch_data.
8312 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
8313 (struct gdbarch_data): Replace "init" by "pre_init" and
8314 "post_init".
8315 * gdbarch.h, gdbarch.c: Re-generate.
8316 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
8317 with"obstack", use OBSTACK_ZALLOC.
8318 (dwarf2_frame_ops): Delete.
8319 (dwarf2_frame_set_init_reg): Use gdbarch_data.
8320 (dwarf2_frame_init_reg): Use gdbarch_data.
8321 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8322 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
8323 (_initialize_svr4_solib): Update.
8324 * user-regs.c (_initialize_user_regs): Update.
8325 * reggroups.c (_initialize_reggroup): Update.
8326 * regcache.c (_initialize_regcache): Update.
8327 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8328 * libunwind-frame.c (_initialize_libunwind_frame): Update.
8329 * gnu-v3-abi.c (init_gnuv3_ops): Update.
8330 * frame-unwind.c (_initialize_frame_unwind): Update.
8331 * frame-base.c (_initialize_frame_base): Update.
8332 * user-regs.c (user_reg_add): Update.
8333 * reggroups.c (reggroup_add): Update.
8334 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
8335 * libunwind-frame.c (libunwind_frame_set_descr): Update.
8336 * frame-unwind.c (frame_unwind_append_sniffer): Update.
8337 * frame-base.c (frame_base_table): Update.
8338 * remote.c (_initialize_remote): Update.
8339 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8340
8341 2004-03-15 Andrew Cagney <cagney@redhat.com>
8342
8343 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
8344
8345 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8346
8347 * Makefile.in (frv-linux-tdep.o): Add dependencies.
8348 * frv-linux-tdep.c: New file.
8349 * frv-tdep.c (struct gdbarch_tdep): Add new field
8350 ``sigcontext_reg_addr''.
8351 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
8352 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8353 (frv_sigramp_frame_sniffer): New functions.
8354 (frv_sigtramp_frame_unwind): New static global.
8355 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
8356 sniffers.
8357 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
8358 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
8359
8360 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8361
8362 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
8363 but not via a call to error(), when unable to read memory.
8364
8365 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8366
8367 * frv-tdep.c (frv_call_dummy_words): Delete.
8368 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
8369
8370 2004-03-15 Andrew Cagney <cagney@redhat.com>
8371
8372 * infrun.c (handle_step_into_function, step_over_function): Only
8373 update and use STEP_FRAME_ID when the system is using legacy
8374 frames. Update comments.
8375
8376 2004-03-14 Mark Kettenis <kettenis@gnu.org>
8377
8378 * amd64-linux-tdep.h: Remove file.
8379 * amd64-linux-tdep.c: Don't include "inferior.h" and
8380 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
8381 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
8382 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
8383 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
8384 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
8385 macros.
8386 (user_to_gdb_regmap): Remove variable.
8387 (amd64_linux_gregset_reg_offset): New variable.
8388 (amd64_core_fns): Remove variable.
8389 (fetch_core_registers): Remove function.
8390 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
8391 functions.
8392 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
8393 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
8394 * Makefile.in (amd64_linux_tdep_h): Remove.
8395 (amd64-linux-nat.o): Update dependencies.
8396 (amd64-linux-tdep.o): Update dependencies.
8397
8398 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
8399 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
8400 functions.
8401 (fetch_inferior_registers, store_inferior_registers): Rewrite.
8402
8403 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
8404 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
8405
8406 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
8407
8408 * dwarf2read.c (read_structure_type): Rename from
8409 read_structure_scope. Don't create a symbol or call process_die.
8410 Return immediately if die->type is set. Call read_type_die before
8411 dwarf2_add_member_fn.
8412 (process_structure_scope): New function.
8413 (read_enumeration_type, process_enumeration_scope): New functions,
8414 broken out from read_enumeration. Don't create the enumeration
8415 type if it has already been created.
8416 (read_enumeration): Removed.
8417 (process_die): Call read_structure_type, process_structure_scope,
8418 read_enumeration_type, and process_enumeration_scope. Just call
8419 new_symbol for base and subrange types. Add a comment about other
8420 type dies.
8421 (read_type_die): Call read_enumeration_type.
8422 (add_partial_structure, new_symbol): Update comments.
8423
8424 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8425
8426 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
8427
8428 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8429
8430 * tui/tui-win.h (tui_get_cmd_list): Declare.
8431 * tui/tui-win.c (tui_command): New function.
8432 (tui_get_cmd_list): New function.
8433 (_initialize_tui_win): Moved initialization of tui command in
8434 tui_get_cmd_list.
8435
8436 * tui/tui-data.c (init_content_element): Setup new data members.
8437 (init_win_info): Likewise.
8438 (free_content_elements): Free it.
8439 * tui/tui-data.h (struct tui_data_element): Store the register
8440 content to print.
8441 (struct tui_data_info): Keep the current register group.
8442
8443 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
8444
8445 * tui/tui-regs.h (tui_show_registers): Update prototype.
8446 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
8447 (tui_resize_all): No need to calculate anything for register window.
8448 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
8449 (tui_set_register_element, tui_set_general_regs_content): Remove.
8450 (tui_set_special_regs_content): Remove.
8451 (tui_set_general_and_special_regs_content): Remove.
8452 (tui_set_float_regs_content): Remove.
8453 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
8454 (tui_set_regs_content): Remove.
8455 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
8456 (tui_v_show_registers_command_support): Remove.
8457 (tui_show_registers): Use a reggroup to specify the registers to show.
8458 (tui_show_register_group): New function.
8459 (tui_display_registers_from): Compute the layout of register window
8460 and refresh with new API; be sure to delete old register windows.
8461 (tui_check_register_values): Update to use tui_get_register and
8462 tui_display_data.
8463 (tui_display_register): Just refresh the register window part.
8464 (tui_register_format): Format registers and save in tui_data_element.
8465 (tui_get_register): New to combine tui_reg_value_has_changed and
8466 tui_get_register_raw_value; fix to use the new gdb API.
8467 (tui_show_float_command): Renamed tui_reg_float_command.
8468 (tui_show_general_command): Renamed tui_reg_general_command.
8469 (tui_show_special_command): Renamed tui_reg_system_command.
8470 (_initialize_tui_regs): Remove unused commands.
8471
8472 2004-03-13 Mark Kettenis <kettenis@gnu.org>
8473
8474 * NEWS (New native configurations): Mention OpenBSD/amd64.
8475
8476 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
8477 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
8478 Remove defines.
8479 * config/i386/nm-fbsd64.h: Likewise.
8480 * config/i386/nm-obsd.h: Likewise.
8481 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
8482 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
8483
8484 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8485
8486 * frv-tdep.c (set_variant_scratch_registers): New function.
8487 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
8488 New constants.
8489
8490 From Richard Sandiford <rsandifo@redhat.com>:
8491 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
8492
8493 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8494
8495 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
8496 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
8497 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
8498 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
8499 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
8500 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
8501 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
8502 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
8503 definitions from frv-tdep.c to frv-tdep.h.
8504
8505 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8506
8507 Add shared library support for FR-V FDPIC ABI:
8508 * Makefile.in (solib-frv.o): Add dependencies.
8509 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
8510 New functions.
8511 (frv_push_dummy_call): Add support for FDPIC ABI.
8512 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
8513 for FDPIC ABI.
8514 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
8515 (frv_fdpic_find_canonical_descriptor): Declare.
8516 * solib-frv.c: New file.
8517 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
8518 * config/frv/tm-frv.h (solib.h): Include.
8519
8520 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8521
8522 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
8523 (frv-tdep.o): Update dependencies.
8524 * frv-tdep.h: New file.
8525 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
8526 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
8527 constants.
8528 (struct gdbarch_tdep): Add new member ``frv_abi''.
8529 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
8530 functions.
8531 (new_variant): Set ``frv_abi'' field.
8532 (gdb_arch_init): Detect FDPIC executables.
8533
8534 2004-03-12 Mark Kettenis <kettenis@gnu.org>
8535
8536 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
8537 wrapper.
8538
8539 2004-03-11 Andrew Cagney <cagney@redhat.com>
8540
8541 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
8542
8543 2004-03-11 Kevin Buettner <kevinb@redhat.com>
8544
8545 * solist.h (master_so_list): New function.
8546 * solib.c (master_so_list): Likewise.
8547 * solib-svr4.c (enable_break): Iterate over so_list entries
8548 obtained from master list instead of entries obtained directly
8549 via svr4_current_sos().
8550
8551 2004-03-10 Ben Elliston <bje@gnu.org>
8552
8553 * MAINTAINERS: Update my mail address.
8554
8555 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8556
8557 * remote-m32r-sdi.c: Support hardware watchpoint.
8558
8559 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8560
8561 * user-regs.c: Update copyright years.
8562 (struct user_regs): Rename to gdb_user_regs.
8563 (append_user_reg, builtin_user_regs, user_regs_init)
8564 (user_reg_add, user_reg_map_name_to_regnum)
8565 (usernum_to_user_reg): Update.
8566
8567 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8568
8569 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
8570 (skip_children): New functions.
8571 (locate_pdi_sibling): Call skip_children.
8572
8573 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8574
8575 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
8576 * gdbtypes.c (check_typedef): Update comments.
8577
8578 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8579
8580 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
8581 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
8582 pointer. Update comment about comp_unit_head.
8583 (struct abbrev_info): Shorten two int flags.
8584 (dwarf_alloc_abbrev): Take a CU argument.
8585 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
8586 each time through the loop. Update cleanup argument.
8587 (psymtab_to_symtab_1): Update cleanup call.
8588 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
8589 abbrev_obstack.
8590 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
8591 Just call obstack_free and clear the pointer.
8592
8593 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8594
8595 * infrun.c (handle_inferior_event): Remove short-circuit code for
8596 events in a different thread.
8597
8598 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8599
8600 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8601 print the whole transfer.
8602 (initialize_targets): Update description of "set debug target".
8603
8604 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8605
8606 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
8607
8608 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
8609
8610 * MAINTAINERS (write after approval): Add myself.
8611
8612 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8613
8614 * sh-tdep.c (sh_print_registers_info): Use for loop.
8615 Don't skip multiple registers when a float register is encountered.
8616
8617 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8618
8619 Fix PR tdep/1291.
8620 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
8621 to official SH documentation.
8622
8623 2004-03-07 Andrew Cagney <cagney@redhat.com>
8624
8625 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
8626 unused function.
8627
8628 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
8629
8630 * arm-tdep.c (thumb_get_next_pc): Handle BX.
8631 (arm_get_next_pc): Handle BX and BLX.
8632
8633 2004-03-07 Andrew Cagney <cagney@redhat.com>
8634
8635 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
8636 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
8637 HPPA_SP_REGNUM.
8638 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
8639 (hppa_target_read_fp): Delete.
8640 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
8641 register_virtual_size, max_register_raw_size,
8642 max_register_virtual_size, register_byte, register_size,
8643 target_read_fp, fp_regnum, and register_bytes. Set register_type
8644 instead of register_virtual_type.
8645 (hppa32_register_type, hppa64_register_type): Replace
8646 hppa32_register_virtual_type and hppa64_register_virtual_type.
8647 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
8648 (HPPA_FP_REGNUM): Define.
8649
8650 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
8651
8652 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
8653 (pa_do_registers_info): Delete.
8654 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8655 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
8656 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
8657
8658 * infcall.c (legacy_push_dummy_code): Delete #ifdef
8659 GDB_TARGET_IS_HPPA code.
8660 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8661 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
8662 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
8663 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8664 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
8665 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
8666 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
8667 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8668 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
8669 (hppa_frameless_function_invocation, hppa64_store_return_value)
8670 (hppa_store_struct_return, hppa64_extract_return_value)
8671 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8672 (hppa32_call_dummy_length, hppa64_call_dummy_length)
8673 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8674 (find_proc_framesize, deposit_21, restore_pc_queue)
8675 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
8676 (rp_saved, pc_in_linker_stub): Delete.
8677
8678 Unconditionally enable 64-bit frame and ABI code.
8679 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
8680 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
8681 push_dummy_frame, fix_call_dummy, push_arguments,
8682 call_dummy_location, extract_return_value, use_struct_convention,
8683 store_return_value, store_struct_return, saved_pc_after_call,
8684 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
8685 frame_chain, frame_chain_valid, frameless_function_invocation,
8686 frame_saved_pc, and pop_frame.
8687
8688 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
8689 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
8690 (hppa_gdbarch_init): Do not set PC_REGNUM.
8691
8692 2004-03-06 Mark Kettenis <kettenis@gnu.org>
8693
8694 * config/alpha/tm-fbsd.h: Remove file.
8695 * config/alpha/fbsd.mt: Tweak comment.
8696 (TM_FILE): Set to tm-alpha.h.
8697
8698 2004-03-05 Andrew Cagney <cagney@redhat.com>
8699
8700 * infrun.c (step_over_function): When non-legacy code, and no
8701 step_frame_id, use the unwinder to get the caller's frame ID.
8702
8703 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8704
8705 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
8706 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
8707 bfd_arch_unknown. Adjust comment.
8708
8709 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
8710 * i386obsd-tdep.c: Correct spelling in comment.
8711 * i386nbsd-tdep.c: Correct spelling in comment.
8712 * sparc-tdep.c: Correct spelling in comments.
8713
8714 2004-03-05 David Carlton <carlton@kealia.com>
8715
8716 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
8717 bug.
8718
8719 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8720
8721 * sparc-tdep.c: Fix typo in comment.
8722
8723 2004-03-04 J. Brobecker <brobecker@gnat.com>
8724
8725 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
8726
8727 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
8728
8729 * dwarf2read.c: Add comment describing memory lifetimes.
8730 (struct dwarf2_pinfo): Update comment.
8731 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
8732 (read_enumeration, new_symbol): Don't use obsavestring.
8733
8734 2004-03-04 Mark Kettenis <kettenis@gnu.org>
8735
8736 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
8737 instead of amd64_fill_fxsave.
8738 * amd64bsd-nat.c (store_inferior_registers): Likewise.
8739 * amd64fbsd-nat.c (fill_fpregset): Likewise.
8740
8741 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
8742 Reorganize code a bit.
8743
8744 2004-03-04 Orjan Friberg <orjanf@axis.com>
8745
8746 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8747 when the frame pointer is pushed. Don't set the frame pointer's
8748 address on the stack unless it's actually located there.
8749 Set the SRP's address on the stack correctly when the PC is still in
8750 the prologue.
8751 (cris_return_value): New function.
8752 (cris_gdbarch_init): Clear deprecated store_return_value,
8753 extract_return_value.
8754
8755 2004-03-02 Jim Blandy <jimb@redhat.com>
8756
8757 * stabsread.c (reg_value_complaint): The maximum register number
8758 is one less than the number of registers.
8759
8760 2004-03-02 Andrew Cagney <cagney@redhat.com>
8761
8762 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8763 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
8764 trailing comma and redundant assignment of I386_ST0_REGNUM.
8765 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8766 32-bit segment registers.
8767
8768 2004-03-01 Andrew Cagney <cagney@redhat.com>
8769
8770 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
8771 use frame_relative_level and get_next_frame.
8772
8773 2004-02-29 Andrew Cagney <cagney@redhat.com>
8774
8775 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8776 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8777 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8778 Delete macro.
8779
8780 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8781
8782 * inflow.c (terminal_inferior): Don't give up the terminal if we
8783 previously couldn't get the inferior's terminal state.
8784
8785 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8786
8787 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8788 PC_REGNUM.
8789
8790 2004-02-28 Andrew Cagney <cagney@redhat.com>
8791
8792 * NEWS: Refer to GDB 6.1.
8793 * README: Refer to GDB 6.1.
8794 * PROBLEMS: Refer to GDB 6.1.
8795
8796 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
8797
8798 * thread-db.c (disable_thread_signals): Remove unused function.
8799
8800 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8801
8802 * amd64-nat.c: Include "gdb_string.h".
8803 (amd64_collect_native_gregset): Zero-extend the 32-bit
8804 general-purpose registers and %eip.
8805
8806 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
8807 * amd64-tdep.c (amd64_collect_fxsave): New function.
8808 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
8809
8810 * i387-tdep.h: Update copyright year.
8811 (i387_collect_fxsave): New prototype.
8812 * i387-tdep.c: Update copyright year.
8813 (i387_collect_fxsave): New function containing most of the code
8814 from i387_fill_fxsave.
8815 (i387_fill_fxsave): Call i387_collect_fxsave.
8816
8817 2004-02-28 Andrew Cagney <cagney@redhat.com>
8818
8819 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
8820 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
8821
8822 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8823
8824 * amd64-tdep.c (amd64_frame_cache): Fix comment.
8825
8826 2004-02-28 Andrew Cagney <cagney@redhat.com>
8827
8828 * utils.c: Use "", instead of <>, to include readline.
8829 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
8830 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
8831 * source.c, solib.c, exec.c, event-top.c: Ditto.
8832 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
8833 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
8834 * Makefile.in: Update all dependencies.
8835 (readline_tilde_h, readline_history_h): Define.
8836 (readline_headers): Delete.
8837
8838 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8839
8840 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
8841 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
8842 "config/i386/tm-lx64.h".
8843
8844 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
8845 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
8846 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
8847
8848 2004-02-28 Andrew Cagney <cagney@redhat.com>
8849
8850 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
8851
8852 * breakpoint.c (_initialize_breakpoint): Use
8853 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
8854 Add help to show command.
8855
8856 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8857
8858 * i386-nat.c: Reformat to be closer to coding standards.
8859 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
8860 `retval'. Make variables `align' and `size' local to while-loop.
8861 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
8862 (_initialize_i386_nat): New prototype.
8863
8864 * tui/tui.c: Include <readline/readline.h> instead of
8865 "readline/readline.h". Include it after <term.h> and
8866 "gdb_curses.h".
8867
8868 2004-02-27 Andrew Cagney <cagney@redhat.com>
8869
8870 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
8871 the new frame unwind code.
8872 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
8873 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
8874 PCOQ_HEAD_REGNUM.
8875
8876 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
8877 "return_value" and "push_dummy_call".
8878 (hppa32_use_struct_convention): Delete unused function.
8879 (hppa32_store_return_value): Delete unused function.
8880 (hppa32_extract_return_value): Delete unused function.
8881 (hppa32_stack_align): Delete function.
8882
8883 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
8884
8885 * coffread.c (enter_linenos): Don't let rawptr reference memory
8886 outside linetab[]'s limits.
8887
8888 2004-02-27 Andrew Cagney <cagney@redhat.com>
8889
8890 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
8891 inferior stack space - the stack needs to grow upwards.
8892 (hppa32_frame_align): New function.
8893 (hppa64_frame_align): Replace hppa_frame_align.
8894 (hppa_gdbarch_init): Update.
8895
8896 2004-02-26 Orjan Friberg <orjanf@axis.com>
8897
8898 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
8899 (dwarf2-frame.h): Include.
8900 (enum cris_regnums): New enum CRIS_FP_REGNUM.
8901 Remove static variables related to ABI setting.
8902 (struct gdbarch_tdep): Remove cris_abi member.
8903 (struct frame_extra_info): Remove.
8904 (cris_unwind_cache, stack_item): New structs.
8905 (cris_frame_unwind, cris_frame_base): New variables.
8906 (push_stack_item, pop_stack_item)
8907 (cris_frame_unwind_cache, cris_frame_this_id)
8908 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
8909 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
8910 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
8911 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
8912 (cris_reg_struct_has_addr): New functions.
8913 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8914 (cris_frame_saved_pc, cris_saved_pc_after_call,
8915 (cris_store_struct_return, cris_frameless_function_invocation)
8916 (cris_pop_frame, cris_skip_prologue_main)
8917 (cris_abi_original_store_return_value)
8918 (cris_abi_v2_store_return_value)
8919 (cris_abi_original_extract_return_value)
8920 (cris_abi_v2_extract_return_value)
8921 (cris_abi_original_reg_struct_has_addr)
8922 (cris_abi_v2_reg_struct_has_addr)
8923 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
8924 (cris_push_return_address, cris_abi_update): Remove.
8925 (_initialize_cris_tdep): Remove ABI command.
8926 (cris_dump_tdep): Ditto.
8927 (cris_gdbarch_init): Remove ABI command.
8928 Set store_return_value, extract_return_value, push_dummy_code,
8929 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
8930 frame_unwind_append_sniffer, frame_base_set_default.
8931 Clear deprecated init_frame_pc, push_arguments, store_return_value,
8932 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
8933 sizeof_call_dummy_words, get_saved_register, push_return_address,
8934 pop_frame, store_struct_return, frame_init_saved_regs,
8935 init_extra_frame_info, frameless_function_invocation, frame_chain,
8936 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
8937 dummy_write_sp.
8938
8939 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8940
8941 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
8942 * valprint.c (print_hex_chars): Change from static to external.
8943 (print_char_chars): New function.
8944 * printcmd.c (print_scalar_formatted): For integer and enum types
8945 that are longer than LONGEST, perform processing via appropriate
8946 print_*_chars routines.
8947
8948 2004-02-26 Andrew Cagney <cagney@redhat.com>
8949
8950 * Makefile.in: Update dependencies.
8951 Changes from Ulrich Weigand,
8952 * s390-tdep.c: Include "dwarf2-frame.h".
8953 (s390_dwarf2_frame_init_reg): New function.
8954 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
8955 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
8956
8957 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8958
8959 * breakpoint.c (pending_break_support): New setting variable.
8960 (break_command_1): Account for pending_break_support setting
8961 when creating pending breakpoints.
8962 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
8963 (_initialize_breakpoint): Add "set breakpoint pending" and
8964 "show breakpoint pending" commands.
8965
8966 2004-02-26 Andrew Cagney <cagney@redhat.com>
8967
8968 Fix PR i18n/1570.
8969 * charset.c (backslashable, backslashed, represented): Remove 'e'
8970 from list of escaped characters, not part of ISO-C.
8971
8972 2004-02-25 J. Brobecker <brobecker@gnat.com>
8973
8974 From Peter Schauer <schauer@pdf.de>:
8975 * tui/tui.c: Move system header includes after local includes.
8976 Fixes a build failure on solaris systems.
8977
8978 2004-02-25 J. Brobecker <brobecker@gnat.com>
8979
8980 * configure.in: Refine the previous change.
8981 * configure: Regenerate.
8982
8983 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8984
8985 * amd64-tdep.h: Renamed from x86-64-tdep.h.
8986 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
8987 "amd64-tdep.h" instead of "x86-64-tdep.h".
8988 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8989 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
8990 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
8991 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8992 and "x86-64-tdep.c".
8993 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
8994 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8995 and "x86-64-tdep.c".
8996 * amd64bsd-nat.c: Update copyright year.
8997 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8998 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
8999 "x86-64-tdep.h".
9000 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
9001 "x86-64-tdep.h".
9002 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
9003 "x86-64-tdep.h".
9004 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
9005 "x86-64-tdep.h".
9006 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
9007 "x86-64-tdep.h".
9008 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
9009 "x86-64-tdep.h".
9010 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9011 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
9012 * Makefile.in (amd64_linux_tdep_h): Renamed from
9013 x86_64_linux_tdep_h.
9014 (amd64_tdep_h): Renamed from x86_64_tdep_h.
9015 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
9016 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
9017 (amd64obsd-tdep.o): Update dependencies.
9018 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
9019 dependencies.
9020 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
9021 dependencies.
9022 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
9023 amd64-linux-nat.c amd64-linux-tdep.c.
9024 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
9025 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
9026 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
9027 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
9028 amd64-tdep.o and amd64-linux-tdep.o.
9029 (TM_FILE): Set to tm-linux64.h.
9030 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
9031 (NAT_FILE): Set to nm-linux64.h.
9032 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
9033 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9034 amd64-tdep.o.
9035 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9036 amd64-tdep.o.
9037 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9038 amd64-tdep.o.
9039
9040 2004-02-25 Roland McGrath <roland@redhat.com>
9041
9042 * remote.c (remote_protocol_qPart_auxv): New variable.
9043 (init_all_packet_configs): Initialize it.
9044 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
9045 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
9046 (show_remote_cmd): Call it.
9047 (_initialize_remote): Initialize commands.
9048 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
9049 service TARGET_OBJECT_AUXV requests.
9050
9051 2004-02-25 J. Brobecker <brobecker@gnat.com>
9052
9053 * configure.in: Make sure that the wborder function is available.
9054 Otherwise, search for it in the cur_colr library.
9055 * configure: Regenerate.
9056
9057 2004-02-25 Andrew Cagney <cagney@redhat.com>
9058
9059 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
9060
9061 2004-02-25 Mark Kettenis <kettenis@gnu.org>
9062
9063 * config/i386/tm-x86-64linux.h: Tweak comments.
9064
9065 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
9066
9067 * MAINTAINERS: Add self to write-after-approval list.
9068
9069 2004-02-25 Andrew Cagney <cagney@redhat.com>
9070
9071 PR cli/1566. Problem found, and fix suggested by David Allan.
9072 * cli/cli-script.c (execute_control_command): Unconditionally
9073 install a cleanup. Default "ret" to "invalid_control". Use
9074 "break" instead of "return" to escape from the switch.
9075
9076 2004-02-24 J. Brobecker <brobecker@gnat.com>
9077
9078 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
9079 with the lines macro defined in term.h on AiX.
9080 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
9081 a collision with the label_width macro defined in term.h on AiX.
9082
9083 2004-02-23 David Mosberger <davidm@hpl.hp.com>
9084
9085 Committed by Kevin Buettner <kevinb@redhat.com>.
9086
9087 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
9088 * ia64-tdep.c (ia64_write_pc): Make it a global function.
9089 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
9090 instead of ia64_write_pc().
9091 * ia64-linux-tdep.c (regcache.h): Include.
9092 (ia64_linux_write_pc): New function.
9093
9094 2004-02-23 Roland McGrath <roland@redhat.com>
9095
9096 * auxv.c (info_auxv_command): Fix typos in error messages.
9097
9098 2004-02-23 Mark Kettenis <kettenis@gnu.org>
9099
9100 * x86-64-tdep.h: Tweak comment.
9101 (enum amd64_regnum): New.
9102 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
9103 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
9104 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
9105 (X86_64_XMM1_REGNUM): Removed.
9106 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
9107 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
9108 prototypes for renamed functions.
9109 * x86-64-tdep.c: Fix typo.
9110 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
9111 register numbers.
9112 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
9113 Use constants from `enum amd64_regnum' for register numbers.
9114 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
9115 (amd64_analyze_prologue, amd64_frame_cache,
9116 amd64_sigtramp_frame_cache): Use constants from `enum
9117 amd64_regnum' for register numbers.
9118 (amd64_supply_fpregset): Adjust for renamed functions.
9119 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
9120 `enum amd64_regnum' for register numbers.
9121 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
9122 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
9123 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
9124 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
9125 (amd64_linux_fill_gregset): Adjust for renamed macros.
9126 (fetch_core_registers): Adjust for renamed functions.
9127 (amd64_linux_init_abi): Adjust for renamed functions.
9128 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
9129 renamed functions.
9130 * amd64-nat.c: Adjust for renamed macros.
9131 * amd64bsd-nat.c (fetch_inferior_registers)
9132 (store_inferior_registers): Use constants from `enum amd64_regnum'
9133 for register numbers. Adjust for renamed variables.
9134 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
9135 renamed variables.
9136 (_initialize_amd64fbsd_nat): Use constants from `enum
9137 amd64_regnum' for register numbers.
9138 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
9139 `enum amd64_regnum' for register numbers.
9140 (amd64fbsd_init_abi): Adjust for renamed functions.
9141 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
9142 `enum amd64_regnum' for register numbers.
9143 (amd64nbsd_init_abi): Adjust for renamed functions.
9144 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
9145 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
9146 `enum amd64_regnum' for register numbers.
9147 (amd64obsd_init_abi): Adjust for renamed functions.
9148 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
9149
9150 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9151
9152 * breakpoint.c (print_one_breakpoint): Do not output spaces
9153 after printing <PENDING> for a pending breakpoint.
9154
9155 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9156
9157 * printcmd.c (print_scalar_formatted): Initialize val_long
9158 to remove compiler warning message.
9159
9160 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9161
9162 * defs.h (nquery, yquery): New prototypes.
9163 * breakpoint.c (break_command_1): Use new nquery interface.
9164 * utils.c (defaulted_query, nquery, yquery): New functions.
9165
9166 2004-02-23 Andrew Cagney <cagney@redhat.com>
9167
9168 * hppa-tdep.c (hppa_frame_align): New function.
9169 (hppa32_push_dummy_call): New function.
9170 (hppa64_push_dummy_call): New function.
9171 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
9172 disabled.
9173
9174 * infcall.c (legacy_push_dummy_code): Don't call deprecated
9175 FIX_CALL_DUMMY when push_dummy_call is available.
9176 (call_function_by_hand, push_dummy_code): Ditto.
9177
9178 2004-02-22 Andrew Cagney <cagney@redhat.com>
9179
9180 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
9181 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
9182 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
9183 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
9184 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
9185 call_dummy_location to ON_STACK.
9186
9187 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9188
9189 * x86-64-linux-tdep.c: Tweak comment.
9190 (amd64_linux_supply_gregset): Renamed from
9191 x86_64_linux_supply_gresget.
9192 (amd64_linux_fill_gregset): Renamed from
9193 x86_64_linux_fill_gregset.
9194 (fetch_core_registers): Adjust for renamed functions.
9195 (amd64_core_fns): Renamed from x86_64_core_fns.
9196 (amd64_linux_sigtramp_start): Renamed from
9197 x86_64_linux_sigtramp_start.
9198 (amd64_linux_pc_in_sigtramp): Renamed from
9199 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
9200 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
9201 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
9202 (amd64_linux_sigcontext_addr): Renamed from
9203 x86_64_linux_sigcontext_addr.
9204 (amd64_linux_sc_reg_offset): Renamed from
9205 x86_64_linux_sc_reg_offset.
9206 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
9207 Adjust for renamed functions and variables.
9208 (_initialize_amd64_linux_tdep): Renamed from
9209 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
9210 variables.
9211 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
9212 Adjust for renamed functions.
9213
9214 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
9215 from x86_64_linux_gregset64_reg_offset.
9216 (amd64_linux_gregset32_reg_offset): Rename from
9217 x86_64_linux_gregset64_reg_offset.
9218 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
9219 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
9220 (amd64_linux_dr_set_control): Renamed from
9221 x86_64_linux_dr_set_control. Adjust for renamed functions.
9222 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
9223 Adjust for renamed functions.
9224 (amd64_linux_dr_reset_addr): Renamed from
9225 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
9226 (amd64_linux_dr_get_status): Renamed from
9227 x86_64_linux_dr_get_status. Adjust for renamed functions.
9228 (_initialize_amd64_linux_nat): Renamed from
9229 _initialize_x86_64_linux_nat. Adjust for renamed variables and
9230 functions.
9231 * config/i386/nm-x86-64linux.h: Update copyright year.
9232 Adjust for renamed functions.
9233
9234 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
9235 amd64fbsd_sigtramp_start.
9236 (amd64fbsd_sigtramp_end_addr): Renamed from
9237 amd64fbsd_sigtramp_end.
9238 (amd64fbsd_init_abi): Adjust for renamed variables.
9239 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
9240 variables.
9241 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
9242 amd64fbsd_sigtramp_start.
9243 (amd64fbsd_sigtramp_end_addr): Renamed from
9244 amd64fbsd_sigtramp_end.
9245
9246 2004-02-22 Andrew Cagney <cagney@redhat.com>
9247
9248 * hppa-tdep.c (hppa32_return_value): New function.
9249 (hppa64_return_value): New function.
9250 (hppa_gdbarch_init): Set return_value; keep disabled.
9251
9252 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
9253 struct-return and inferior function call methods.
9254
9255 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9256 "frame-base.h".
9257 (struct hppa_frame_cache): Define.
9258 (hppa_frame_cache, hppa_frame_this_id): New functions.
9259 (hppa_frame_prev_register): New function.
9260 (hppa_frame_unwind, hppa_frame_base): New variables.
9261 (hppa_frame_unwind_sniffer): New function.
9262 (hppa_frame_base_address, hppa_unwind_pc): New function.
9263 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
9264 sniffer, and frame base sniffer; keep disabled.
9265 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
9266 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
9267
9268 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
9269 to predicates for "seriously old code".
9270
9271 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
9272 runtime if(0).
9273
9274 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
9275 unsigned.
9276 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
9277
9278 * config/pa/tm-hppa.h: Update copyright.
9279 (DEPRECATED_INIT_FRAME_PC): Delete macro.
9280 (deprecated_init_frame_pc_default): Delete declaration.
9281 (hppa_frame_init_saved_regs): Delete declaration.
9282 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9283 * hppa-tdep.c: Include "arch-utils.h".
9284 (hppa_gdbarch_init): Set deprecated init_frame_pc
9285 and deprecated frame_init_saved_regs.
9286 (hppa_frame_init_saved_regs): Make static.
9287
9288 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9289
9290 Remove old 386BSD support.
9291 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
9292 * configure.host: Remove i[34567]86-*-bsd*.
9293 * configure.tgt: Remove i[34567]86-*-bsd*.
9294 * i386b-nat.c: Removed.
9295 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
9296 (i386b-nat.o): Remove dependencies.
9297
9298 * config/i386/i386bsd.mh: Removed.
9299 * config/i386/i386bsd.mt: Removed.
9300 * config/i386/nm-i386bsd.h: Removed.
9301 * config/i386/tm-i386bsd.h: Removed.
9302 * config/i386/xm-i386bsd.h: Removed.
9303
9304 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
9305
9306 * amd64fbsd-tdep.c: Include "solib-svr4.h".
9307 (amd64fbsd_init_abi): Set link map offsets.
9308 * amd64nbsd-tdep.c: Include "slib-svr4.h".
9309 (amd64nbsd_init_abi): Set link map offsets.
9310 * amd64obsd-tdep.c: Include "solib-svr4.h".
9311 (amd64obsd_init_abi): Set link map offsets.
9312 * i386fbsd-tdep.c: Include "solib-svr4.h".
9313 (i386fbsd_init_abi): Set link map offsets.
9314 * i386nbsd-tdep.c: Include "solib-svr4.h".
9315 (i386nbsdelf_init_abi): Set link map offsets.
9316 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
9317 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
9318 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
9319 solib-legacy.o and core-aout.o. Reformat.
9320 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
9321 solib-svr4.o, solib-legacy.o. Reformat.
9322 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
9323 * config/i386/nbsdelf.mh: Reformat.
9324 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
9325 solib-svr4.o, solib-legacy.o and corelow.o.
9326 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
9327 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
9328 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
9329 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9330 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9331 (TM_FILE): Set to tm-fbsd.h.
9332 * config/i386/nbsd.mt (TDEPFILES): Reformat.
9333 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
9334 solib-svr4.o.
9335 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
9336 solib-svr4.o.
9337 (TM_FILE): Set to nm-nbsd.h.
9338 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
9339 Simplify shared library support. Don't include "elf/common.h".
9340 (SVR4_SHARED_LIBS): Don't define.
9341 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
9342 "solib.h".
9343 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
9344 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
9345 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
9346 Don't include "i386/tm-i386.h". Include "solib.h".
9347 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
9348 Don't include "i386/tm-i386.h".
9349 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
9350 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
9351 Include "i386/xm-i386.h".
9352 (HOST_LONG_DOUBLE_FORMAT): Remove.
9353
9354 Fix OpenBSD/i386 sigtramp recognition.
9355 * i386-tdep.h: Update copyright year.
9356 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
9357 (i386bsd_sigtramp_end): New prototypes.
9358 (i386fbsd_sigtramp_start_addr): Renamed from
9359 i386fbsd_sigtramp_start.
9360 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9361 (i386obsd_sigtramp_start_addr): Renamed from
9362 i386obsd_sigtramp_start.
9363 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9364 * i386bsd-tdep.c: Update copyright year.
9365 (i386bsd_pc_in_sigtramp): Make public.
9366 * i386fbsd-nat.c: Update copyright year.
9367 (_initialize_i386fbsd_nat): Adjust for renamed variables.
9368 * i386fbsd-tdep.c: Update copyright year.
9369 (i386fbsd_sigtramp_start_addr): Renamed from
9370 i386fbsd_sigtramp_start.
9371 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9372 (i386fbsdaout_init_abi): Adjust for renamed variables.
9373 * i386obsd-nat.c: Update copyright year.
9374 (_initialize_i386obsd_nat): Adjust for renamed variables.
9375 * i386obsd-tdep.c: Include "target.h".
9376 (i386obsd_page_size): New variable.
9377 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
9378 (i386obsd_sigtramp_end): New functions.
9379 (i386obsd_sigtramp_start_addr): Renamed from
9380 i386obsd_sigtramp_start.
9381 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9382 (i386obsd_init_abi): Adjust for renamed variables. Set
9383 pc_in_sigtramp, sigtramp_start and sigtramp_end.
9384 * Makefile.in (i386obsd-tdep.o): Update dependencies.
9385
9386 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
9387 trampoline change in OpenBSD kernel.
9388
9389 * amd64-nat.c: Update copyright year.
9390 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
9391 architecture from REGCACHE.
9392
9393 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
9394 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
9395
9396 2004-02-21 Mark Kettenis <kettenis@gnu.org>
9397
9398 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
9399 i[34567]86-*-openbsd3.[0-3].
9400 * config/i386/obsdaout.mh: New file.
9401
9402 * config/i386/obsd.mh (MH_FLAGS): Remove.
9403
9404 Fix PR build/1549.
9405 * i386obsd-tdep.c: Update copyright years. Include
9406 "solib-svr4.h".
9407 (i386obsd_init_abi): Don't set regset_from_core_section here.
9408 (i386obsd_aout_init_abi): New function. Set
9409 regset_from_core_section here.
9410 (i386obsd_elf_init_abi): New function.
9411 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
9412 * Makefile.in (i386obsd-tdep.o): Update dependecies.
9413 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9414 (TM_FILE): Set to tm-nbsd.h.
9415
9416 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
9417 solib-sunos.o.
9418
9419 * solib-svr4.h: Update copyright year.
9420 (svr4_ilp32_fetch_link_map_offsets)
9421 (svr4_lp64_fetch_link_map_offsets): New prototype.
9422 * solib-svr4.c: Update copyright year.
9423 (svr4_ilp32_fetch_link_map_offsets)
9424 (svr4_lp64_fetch_link_map_offsets): New function.
9425
9426 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
9427
9428 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
9429 to the partial symbol table.
9430
9431 2004-02-20 J. brobecker <brobecker@gnat.com>
9432
9433 * PROBLEMS: Add description of problem documented under gdb/1560.
9434
9435 2004-02-20 Mark Kettenis <kettenis@gnu.org>
9436
9437 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
9438 comments.
9439 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
9440 functions.
9441 (amd64obsd_init_abi): Reorder initializations. Use
9442 amd64obsd_r_reg_offset to initialize the general-purpose register
9443 set details. Set regset_from_core_section.
9444 (_initialize_amd64obsd_tdep): Rename from
9445 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
9446 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
9447 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
9448
9449 * NEWS (New native configurations): Mention OpenBSD/alpha.
9450 * configure.tgt: Add alpha*-*-openbsd*.
9451 * configure.host: Add alpha*-*-openbsd*.
9452 * alphanbsd-tdep.c: Update copyright year.
9453 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
9454
9455 2004-02-20 Andrew Cagney <cagney@redhat.com>
9456
9457 Fix PR tdep/1372.
9458 * configure.tgt: Delete target "none-*-*".
9459 * configure.host: Delete host "none-*-*".
9460 * config/none/none.mh: Delete file.
9461 * config/none/none.mt: Delete file.
9462 * config/none/xm-none.h: Delete file.
9463 * config/none/tm-none.h: Delete file.
9464 * config/none/nm-none.h: Delete file.
9465
9466 2004-02-19 Fred Fish <fnf@redhat.com>
9467
9468 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
9469 cache->uses_fp prior to setting it.
9470
9471 2004-02-19 Fred Fish <fnf@redhat.com>
9472
9473 Fix for PR breakpoint/1558.
9474 * sh-tdep.c (IS_JSR): New macro.
9475 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
9476
9477 2004-02-19 Jim Blandy <jimb@redhat.com>
9478
9479 * findvar.c (value_from_register): Doc fix.
9480
9481 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
9482
9483 * printcmd.c (print_scalar_formatted): Do not check for sizeof
9484 type being greater than sizeof of host's LONGEST. Always use
9485 unpack_long() unless format 'f' chosen.
9486
9487 2004-02-19 Joel Brobecker <brobecker@gnat.com>
9488
9489 Committed by Elena Zannoni <ezannoni@redhat.com>
9490
9491 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
9492 contains a symbol wich is the best, non-exact match for the given
9493 pc. Update comments.
9494
9495 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
9496
9497 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
9498 macro, which was part of the now removed Mach 3 port.
9499 * utils.c (request_quit): Ditto.
9500
9501 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9502
9503 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
9504 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
9505
9506 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9507
9508 Committed by Mark Kettenis <kettenis@gnu.org>.
9509
9510 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
9511 Define.
9512
9513 2004-02-18 Andrew Cagney <cagney@redhat.com>
9514
9515 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
9516 CONFIG_INSTALL and CONFIG_UNINSTALL.
9517 * configure: Re-generate.
9518 * interps.h (INTERP_TUI): Define.
9519 * Makefile.in: Update dependencies.
9520 (TUI): New macro.
9521 (tui-main.o): Specify dependencies.
9522 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
9523 * tui/tui-main.c: New file.
9524
9525 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9526
9527 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
9528 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
9529 dependencies.
9530 * configure.host: Add x86_64-*-openbsd*.
9531 * configure.tgt: Add x86_64-*-openbsd*.
9532 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
9533
9534 * tui/tui.c: Don't include <malloc.h>.
9535
9536 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
9537 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
9538 amd64nbsd-tdep.c.
9539
9540 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
9541 static. Remove extraneous whitespace.
9542 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
9543 static.
9544
9545 2004-02-17 Jim Blandy <jimb@redhat.com>
9546
9547 * findvar.c (value_from_register): Doc fix.
9548
9549 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9550
9551 Committed by Jim Blandy <jimb@redhat.com>.
9552
9553 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
9554 CORE_ADDR as type for selectors. Correct types for GNU run time
9555 message lookup function to use double indirection.
9556 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
9557 * objc-lang.h (lookup_child_selector): Adapt prototype.
9558
9559 * s390-nat.c (SUBOFF): New macro.
9560 (supply_gregset, fill_gregset): Use it to handle debugging
9561 of 32-bit exectuables running under a 64-bit kernel.
9562 * s390-tdep.c: Include "solib-svr4.h".
9563 (s390_svr4_fetch_link_map_offset): New function.
9564 (s390x_svr_fetch_link_map_offset): Likewise.
9565 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
9566 * Makefile.in (s390-tdep.o): Update dependencies.
9567
9568 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
9569 "frame-unwind.h".
9570 (s390_readinstruction): Reformat. Use read_memory_nobpt.
9571 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
9572 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
9573 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
9574 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
9575 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
9576 S390_SIGNAL_FRAMESIZE,
9577 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
9578 (struct frame_extra_info): Remove.
9579 (s390_memset_extra_info): Remove.
9580 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
9581 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
9582 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
9583 (is_rse): Renamed to ...
9584 (is_rsy): ... this. Support long displacements.
9585 (is_rxe): Renamed to ...
9586 (is_rxy): ... this. Support long displacements.
9587 (compute_x_addr): Support long displacements.
9588 (struct s390_prologue_data): New data type.
9589 (s390_on_stack): Change API to use struct s390_prologue_data.
9590 (s390_store): Reimplement.
9591 (s390_load): New function.
9592 (s390_get_signal_frame_info): Remove.
9593 (s390_get_frame_info): Remove, replace by ...
9594 (s390_analyze_prolog): ... this new function.
9595 (s390_check_function_end): Remove.
9596 (s390_function_start): Remove.
9597 (s390_frameless_function_invokation): Remove.
9598 (s390_is_sigreturn): Remove.
9599 (s390_init_frame_pc_first): Remove.
9600 (s390_init_frame_extra_info): Remove.
9601 (s390_frame_init_saved_regs): Remove.
9602 (s390_frame_saved_pc_nofix): Remove.
9603 (s390_frame_saved_pc): Remove.
9604 (s390_frame_chain): Remove.
9605 (s390_fp_regnum, s390_read_fp): Remove.
9606 (s390_pop_frame_regular, s390_pop_frame): Remove.
9607 (s390_saved_pc_after_call): Remove.
9608 (s390_skip_prologue): Reimplement.
9609 (s390_in_function_epilogue_p): Support long displacements.
9610 (struct s390_unwind_cache): New data structure.
9611 (s390_frame_unwind_cache): New function.
9612 (s390_prologue_frame_unwind_cache): Likewise.
9613 (s390_backchain_frame_unwind_cache): Likewise.
9614 (s390_frame_this_id, s390_frame_prev_register): Likewise.
9615 (s390_frame_unwind): Define.
9616 (s390_frame_sniffer): New function.
9617 (struct s390_pltstub_unwind_cache): New data structure.
9618 (s390_pltstub_frame_unwind_cache): New function.
9619 (s390_pltstub_frame_this_id): Likewise.
9620 (s390_pltstub_frame_prev_register): Likewise.
9621 (s390_pltstub_frame_unwind): Define.
9622 (s390_pltstub_frame_sniffer): New function.
9623 (struct s390_sigtramp_unwind_cache): New data structure.
9624 (s390_sigtramp_frame_unwind_cache): New function.
9625 (s390_sigtramp_frame_this_id): Likewise.
9626 (s390_sigtramp_frame_prev_register): Likewise.
9627 (s390_sigtramp_frame_unwind): Define.
9628 (s390_sigtramp_frame_sniffer): New function.
9629 (s390_frame_base_address, s390_local_base_address): New functions.
9630 (s390_frame_base): Define.
9631 (s390_unwind_pc, s390_unwind_sp): New function.
9632 (s390_push_dummy_call): Use new frame base location.
9633 (s390_unwind_dummy_id): Likewise.
9634 (s390_gdbarch_init): Remove calls to:
9635 set_gdbarch_frameless_function_invocation,
9636 set_gdbarch_deprecated_init_frame_pc,
9637 set_gdbarch_deprecated_frame_chain,
9638 set_gdbarch_deprecated_frame_init_saved_regs,
9639 set_gdbarch_deprecated_pop_frame,
9640 set_gdbarch_deprecated_init_extra_frame_info,
9641 set_gdbarch_deprecated_init_frame_pc_first,
9642 set_gdbarch_deprecated_target_read_fp,
9643 set_gdbarch_deprecated_frame_saved_pc,
9644 set_gdbarch_deprecated_saved_pc_after_call,
9645 set_gdbarch_deprecated_fp_regnum.
9646 Add calls to:
9647 set_gdbarch_in_solib_call_trampoline,
9648 frame_unwind_append_sniffer,
9649 frame_base_set_default,
9650 set_gdbarch_unwind_pc,
9651 set_gdbarch_unwind_sp.
9652 * Makefile.in (s390-tdep.o): Update dependencies.
9653
9654 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
9655 (S390_STACK_FRAME_OVERHEAD): Remove.
9656 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
9657 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
9658 (s390_promote_integer_argument): Remove.
9659 (s390_cannot_extract_struct_value_address): Remove.
9660 (s390_use_struct_convention, s390_store_struct_return): Remove.
9661 (s390_extract_return_value, s390_store_return_value): Remove.
9662 (s390_return_value_convention, s390_return_value): New functions.
9663 (is_float_singleton): Handle typedefs.
9664 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
9665 Remove, replace by ...
9666 (s390_function_arg_pass_by_reference, s390_function_arg_float,
9667 s390_function_arg_integer): ... these new functions.
9668 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
9669 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
9670 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
9671 Fill in tdep->abi.
9672 Remove calls to:
9673 set_gdbarch_deprecated_store_struct_return,
9674 set_gdbarch_deprecated_extract_return_value,
9675 set_gdbarch_deprecated_store_return_value,
9676 set_gdbarch_use_struct_convention,
9677 set_gdbarch_extract_struct_value_address,
9678 set_gdbarch_deprecated_pc_in_call_dummy,
9679 set_gdbarch_deprecated_push_arguments,
9680 set_gdbarch_deprecated_save_dummy_frame_tos,
9681 set_gdbarch_deprecated_push_return_address,
9682 set_gdbarch_deprecated_sizeof_call_dummy_words,
9683 set_gdbarch_deprecated_call_dummy_words,
9684 set_gdbarch_deprecated_dummy_write_sp.
9685 Add calls to:
9686 set_gdbarch_push_dummy_call,
9687 set_gdbarch_unwind_dummy_id,
9688 set_gdbarch_return_value.
9689
9690 * config/s390/nm-linux.h: Update comments.
9691 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
9692 (STOPPED_BY_WATCHPOINT): Redefine.
9693 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
9694 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
9695 (s390_stopped_by_watchpoint): Likewise.
9696 (watch_area_cnt): Remove.
9697 * s390-nat.c: Update comments.
9698 (watch_area): Remove typedef.
9699 Global replace watch_area by struct watch_area.
9700 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
9701 (s390_stopped_by_watchpoint): Remove pid argument,
9702 use s390_inferior_tid. Add short-cut for the no watchpoint case.
9703 (s390_fix_watch_points): Remove pid argument,
9704 use s390_inferior_tid. Recompute area spanned by watchpoints.
9705 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
9706 argument. Reimplement.
9707
9708 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
9709 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
9710 (FETCH_INFERIOR_REGISTERS): Define.
9711 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
9712 core-regset.o.
9713 * config/s390/s390x.mt: Remove.
9714 * config/s390/tm-s390.h: Remove.
9715 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
9716 (TARGET_ELF64): Remove.
9717 (SKIP_TRAMPOLINE_CODE): Do not undefine.
9718 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
9719 s390*-*-* case; always set gdb_target to s390.
9720 * regformats/reg-s390.dat: Remove control registers.
9721 * regformats/reg-s390x.dat: Likewise.
9722 * s390-tdep.h: New file.
9723 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
9724 Include "inferior.h" and "s390-tdep.h".
9725 Remove private definition of offsetof.
9726 (s390_register_u_addr): Remove.
9727 (regmap_gregset, regmap_fpregset): Define.
9728 (supply_gregset, fill_gregset): Reimplement.
9729 (supply_fpregset, fill_fpregset): Likewise.
9730 (s390_inferior_tid): New function.
9731 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
9732 (fetch_inferior_registers, store_inferior_registers): Likewise.
9733 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
9734 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
9735 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
9736 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
9737 (struct gdbarch_tdep): Define.
9738 (struct s390_register_info): Define.
9739 (s390_register_info): New variable.
9740 (s390_register_name): Reimplement.
9741 (s390_register_type): New function.
9742 (s390_register_raw_size, s390x_register_raw_size): Remove.
9743 (s390_cannot_fetch_register): Remove.
9744 (s390_register_byte): Remove.
9745 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
9746 (s390_dwarf_regmap): New variable.
9747 (s390_dwarf_reg_to_regnum): New function.
9748 (s390_stab_reg_to_regnum): Remove.
9749 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
9750 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
9751 (s390_convert_register_p): Likewise.
9752 (s390_register_to_value, s390_value_to_register): Likewise.
9753 (s390_register_reggroup_p): Likewise.
9754 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9755 s390_gregset, s390x_gregset, s390_fpregset): New variables.
9756 (s390_supply_regset, s390_regset_from_core_section): New functions.
9757 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9758 (S390_FPR_SIZE): Likewise.
9759 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
9760 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9761 (S390_NUM_GPRS): Move here from tm-s390.h.
9762 (S390_NUM_FPRS): Likewise.
9763 (s390_in_function_epilogue_p): New function.
9764 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9765 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9766 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9767 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9768 Replace S390_FP_REGNUM by S390_SP_REGNUM.
9769 Remove calls to:
9770 set_gdbarch_deprecated_max_register_raw_size,
9771 set_gdbarch_deprecated_max_register_virtual_size,
9772 set_gdbarch_deprecated_register_byte,
9773 set_gdbarch_cannot_fetch_register,
9774 set_gdbarch_cannot_store_register,
9775 set_gdbarch_deprecated_register_size,
9776 set_gdbarch_deprecated_register_raw_size,
9777 set_gdbarch_deprecated_register_virtual_size,
9778 set_gdbarch_deprecated_register_virtual_type,
9779 set_gdbarch_deprecated_register_bytes.
9780 Add calls to:
9781 set_gdbarch_num_pseudo_regs,
9782 set_gdbarch_register_type,
9783 set_gdbarch_convert_register_p,
9784 set_gdbarch_register_to_value,
9785 set_gdbarch_value_to_register,
9786 set_gdbarch_register_reggroup_p,
9787 set_gdbarch_regset_from_core_section,
9788 set_gdbarch_pseudo_register_read,
9789 set_gdbarch_pseudo_register_write,
9790 set_gdbarch_in_function_epilogue_p.
9791 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9792 (s390_tdep_h): New variable.
9793
9794 2004-02-17 Jim Blandy <jimb@redhat.com>
9795
9796 * findvar.c (value_from_register): If the type has no length, just
9797 return an acceptable value --- don't report an internal error.
9798
9799 * stabsread.c (read_type): If we find any type numbers that are
9800 forward references, complain if the references aren't resolved by
9801 the time we're finished reading.
9802 (cleanup_undefined_types): Make error message more appropriate for
9803 a complaint.
9804
9805 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9806
9807 * Makefile.in (defs_h): Remove dependency on progress_h.
9808 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
9809 progress.h.
9810 * main.c (captured_main): Delete use of START_PROGRESS and
9811 END_PROGRESS.
9812
9813 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9814
9815 * objfiles.c (terminate_minimal_symbol_table): Add back
9816 initialization of MSYMBOL_TYPE.
9817
9818 2004-02-17 David Mosberger <davidm@hpl.hp.com>
9819
9820 Committed by Andrew Cagney.
9821 * Makefile.in (ia64_tdep_h): New macro.
9822 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
9823 (ia64-tdep.o): Likewise.
9824 * ia64-tdep.h: New file.
9825 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
9826 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
9827 (ia64_aix_sigcontext_register_address): Likewise.
9828 (ia64_linux_getunwind_table): Delete declaration.
9829 * ia64-linux-tdep.c: Likewise.
9830
9831 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
9832
9833 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
9834 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
9835 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
9836
9837 2004-02-17 Andrew Cagney <cagney@redhat.com>
9838
9839 * symtab.c (skip_prologue_using_sal): New function.
9840 * symtab.h (skip_prologue_using_sal): Declare.
9841 * frv-tdep.c: Include "symtab.h".
9842 (skip_prologue_using_sal): Delete function.
9843 * mips-tdep.c (skip_prologue_using_sal): Delete function.
9844 * rs6000-tdep.c (refine_prologue_limit): Mention
9845 skip_prologue_using_sal.
9846 * ia64-tdep.c (refine_prologue_limit): Ditto.
9847 * Makefile.in: Update dependencies.
9848
9849 2004-02-16 Andrew Cagney <cagney@redhat.com>
9850
9851 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
9852 START_INFERIOR_TRAPS_EXPECTED.
9853 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
9854 START_INFERIOR_TRAPS_EXPECTED.
9855 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
9856 Delete macro.
9857 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
9858 macro, moved to "nm-osf.h". Update copyright.
9859 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
9860 update copyright.
9861
9862 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
9863 and function replacing FRAMELESS_FUNCTION_INVOCATION.
9864 * blockframe.c (legacy_frameless_look_for_prologue): Rename
9865 frameless_look_for_prologue.
9866 * frame.h (legacy_frameless_look_for_prologue): Rename
9867 frameless_look_for_prologue.
9868 * gdbarch.h, gdbarch.c: Re-generate.
9869 * sh64-tdep.c (sh64_gdbarch_init): Update.
9870 * sh-tdep.c (sh_gdbarch_init): Update.
9871 * s390-tdep.c (s390_gdbarch_init): Update.
9872 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9873 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9874 * m68k-tdep.c (m68k_gdbarch_init): Update.
9875 (delta68_frame_args_address): Update.
9876 * m32r-tdep.c (m32r_gdbarch_init): Update.
9877 * hppa-tdep.c (hppa_gdbarch_init): Update.
9878 * h8300-tdep.c (h8300_gdbarch_init): Update.
9879 * frv-tdep.c (frv_gdbarch_init): Update.
9880 (frv_frameless_function_invocation): Update.
9881 * cris-tdep.c (cris_gdbarch_init): Update.
9882 (cris_frameless_function_invocation): Update.
9883 * avr-tdep.c (avr_gdbarch_init): Update.
9884 * arm-tdep.c (arm_gdbarch_init): Update.
9885 * stack.c (frame_info): Update, call predicate.
9886 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
9887 * frame.c (legacy_get_prev_frame): Update, call predicate..
9888 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
9889 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
9890 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
9891 invocation.
9892 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9893 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9894 * vax-tdep.c (vax_gdbarch_init): Ditto.
9895
9896 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
9897 function.
9898
9899 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9900
9901 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
9902 initializations.
9903
9904 2004-02-16 Andrew Cagney <cagney@redhat.com>
9905
9906 * tui/tui-windata.c: Include "gdb_string.h".
9907 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
9908 * tui/tui-layout.c, tui/tui-command.c: Ditto.
9909 * Makefile.in: Update dependencies.
9910
9911 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9912
9913 * Makefile.in (infrun.o): Add $(gdb_assert_h).
9914 * infrun.c: Include "gdb_assert.h".
9915 (singlestep_ptid, saved_singlestep_ptid)
9916 (stepping_past_singlestep_breakpoint): New variables.
9917 (resume): Set singlestep_ptid. Check for singlestep thread
9918 hop.
9919 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
9920 (handle_inferior_event): Handle singlestep thread hop.
9921
9922 2004-02-16 Andrew Cagney <cagney@redhat.com>
9923
9924 * dwarf2-frame.c (dwarf2_frame_ops): New function.
9925 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
9926 (dwarf2_frame_init_reg): Ditto.
9927
9928 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
9929 suggested by Joshua Neuheisel
9930
9931 * configure.in: Always check for curses, including pdcurses.
9932 Warn, instead of error, when no curses are found. Enable TUI when
9933 curses is available.
9934 * configure: Re-generate.
9935
9936 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9937
9938 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
9939 sh_sh4_register_convert_to_virtual.
9940 (sh_register_convert_to_raw): Rename from
9941 sh_sh4_register_convert_to_raw.
9942 (sh_pseudo_register_read): Accomodate above name change.
9943 (sh_pseudo_register_write): Ditto.
9944
9945 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9946
9947 * sh-tdep.c (sh_generic_register_name): Remove.
9948 (sh_gdbarch_init): Use sh_sh_register_name in default case.
9949
9950 2004-02-15 Andrew Cagney <cagney@redhat.com>
9951
9952 * configure.in (build_warnings): Add -Wunused-function.
9953 * configure: Re-generate.
9954
9955 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
9956 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
9957
9958 * procfs.c (procfs_init_inferior): Assume that
9959 START_INFERIOR_TRAPS_EXPECTED is defined.
9960 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
9961 * config/ns32k/tm-nbsd.h: Delete file,
9962 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
9963
9964 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
9965 * config/vax/tm-vax.h: Delete file.
9966
9967 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9968 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9969 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9970 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9971 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
9972 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9973 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
9974
9975 2004-02-15 Mark Kettenis <kettenis@gnu.org>
9976
9977 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
9978 * dwarf2-frame.c (dwarf2_frame_data): New variable.
9979 (struct dwarf2_frame_ops): New.
9980 (dwarf2_frame_default_init_reg): New function, based on
9981 dwarf2_frame_init_reg.
9982 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
9983 (dwarf2_frame_init_reg): Call architecture-specific function.
9984 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
9985 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
9986 instead of dwarf2_frame_data.
9987 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
9988 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
9989
9990 2004-02-15 Andrew Cagney <cagney@redhat.com>
9991
9992 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
9993 register_gdbarch_swap.
9994 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
9995 * f-lang.c (_initialize_f_language): Update, use
9996 DEPRECATED_REGISTER_GDBARCH_SWAP.
9997 * remote.c (_initialize_remote): Ditto.
9998 * regcache.c (_initialize_regcache): Ditto.
9999 * parse.c (_initialize_parse): Ditto.
10000 * infrun.c (_initialize_infrun): Ditto.
10001 * mi/mi-main.c (_initialize_mi_main): Ditto.
10002 * gdbtypes.c (_initialize_gdbtypes): Ditto.
10003
10004 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
10005 poking .cacheable directly.
10006 * symfile.c (symfile_bfd_open): Ditto.
10007
10008 * Makefile.in: Update all dependencies.
10009
10010 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
10011 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
10012 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
10013 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
10014 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
10015
10016 2004-02-14 Andrew Cagney <cagney@redhat.com>
10017
10018 * arch-utils.c (legacy_convert_register_p): Check
10019 DEPRECATED_REGISTER_CONVERTIBLE_P.
10020 * findvar.c (value_of_register): Ditto.
10021
10022 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
10023 * gdbarch.h, gdbarch.c: Re-generate.
10024 * arch-utils.c (deprecated_register_convertible_not): Delete.
10025 * arch-utils.h (deprecated_register_convertible_not): Delete.
10026 * mi/mi-main.c (get_register): Update. Update copyright.
10027 * infcmd.c (default_print_registers_info): Update.
10028
10029 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10030 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
10031 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
10032 * gdbarch.h, gdbarch.c: Re-generate.
10033 * frame.c (deprecated_get_next_frame_hack): Delete function.
10034 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
10035 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10036 Update.
10037 * infcall.c (call_function_by_hand): Update.
10038
10039 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
10040
10041 * symfile.c (init_entry_point_info, entry_point_address): Move
10042 from here...
10043 * objfiles.c (init_entry_point_info, entry_point_address):..to
10044 here.
10045 * symfile.h (init_entry_point_info, entry_point_address): Remove
10046 prototypes.
10047 * objfiles.h (init_entry_point_info, entry_point_address):Add
10048 prototypes.
10049 * cris-tdep.c: Remove include of symfile.h. Add include of
10050 objfiles.h.
10051 * infcall.c: Ditto.
10052 * mcore-tdep.c: Ditto.
10053 * mn10300-tdep.c: Ditto.
10054 * sh64-tdep.c: Ditto.
10055 * v850-tdep.c: Ditto.
10056 * arm-tdep.c: Remove include of symfile.h.
10057 * blockframe.c: Ditto.
10058 * coffread.c: Ditto.
10059 * dbxread.c: Ditto.
10060 * dwarf2read.c: Ditto.
10061 * dwarfread.c: Ditto.
10062 * frv-tdep.c: Ditto.
10063 * ia64-tdep.c: Ditto.
10064 * mdebugread.c: Ditto.
10065 * mipsread.c: Ditto.
10066 * rs6000-tdep.c: Ditto.
10067 * s390-tdep.c: Ditto.
10068 * sh-tdep.c: Ditto.
10069 * xstormy16-tdep.c: Ditto.
10070 * gdbarch.sh: Remove include of symfile.h.
10071 * gdbarch.c: Regenerate.
10072 * solib-irix.c (enable_break): Use entry_point_address().
10073 Add comment about include file.
10074 * xcoffread.c: Add comment about include file.
10075 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
10076 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
10077 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
10078 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
10079 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
10080
10081 2004-02-13 Andrew Cagney <cagney@redhat.com>
10082
10083 * corelow.c (core_xfer_partial): Use "struct bfd_section".
10084 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
10085 copyright.
10086 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
10087
10088 2004-02-12 Fred Fish <fnf@redhat.com>
10089
10090 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
10091 set_gdbarch_store_return_value.
10092
10093 2004-02-12 Andrew Cagney <cagney@redhat.com>
10094
10095 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
10096 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
10097 (interrupt_query): Ditto.
10098 (ofunc): Delete unused variable.
10099 * cris-tdep.c (cris_abi): Delete unused function.
10100 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
10101 (cris_get_wide_opcode, cris_get_short_size): Ditto.
10102 (cris_get_asr_quick_shift_steps): Ditto.
10103 (cris_skip_prologue_frameless_p): Ditto.
10104 * arm-tdep.c (arm_push_return_address): Delete unused function.
10105 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
10106 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
10107 * s390-tdep.c (s390_function_start): Delete unused function.
10108
10109 2004-02-12 Andrew Cagney <cagney@redhat.com>
10110
10111 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
10112 gdbarch.h, gdbarch.c: Re-generate.
10113 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
10114 to generic_prologue_frameless_p.
10115 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
10116 * arch-utils.c (generic_prologue_frameless_p): Delete function.
10117
10118 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
10119
10120 * mips-linux-tdep.c: Include "frame.h".
10121 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
10122 (mips_linux_skip_resolver): New functions.
10123 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
10124 and set_gdbarch_in_solib_call_trampoline.
10125 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
10126 to after set_gdbarch_in_solib_return_trampoline. Only set the
10127 solib hooks to mips16 functions if the OS ABI is unknown.
10128 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
10129 including "config/tm-linux.h".
10130 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
10131 * Makefile.in (mips-linux-tdep.o): Update.
10132
10133 2004-02-11 David Carlton <carlton@kealia.com>
10134
10135 * linespec.c (decode_compound): Only look for a class symbol when
10136 considering all but the rightmost component.
10137
10138 2004-02-11 Andrew Cagney <cagney@redhat.com>
10139
10140 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
10141 abi code are are separatly grouped.
10142
10143 2004-02-11 Andrew Cagney <cagney@redhat.com>
10144
10145 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
10146 * gdbarch.h, gdbarch.c: Re-generate.
10147 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10148 * v850-tdep.c (v850_gdbarch_init): Update.
10149 * sh64-tdep.c (sh64_gdbarch_init): Update.
10150 * sh-tdep.c (sh_gdbarch_init): Update.
10151 * s390-tdep.c (s390_gdbarch_init): Update.
10152 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10153 * mips-tdep.c (mips_gdbarch_init): Update.
10154 * mcore-tdep.c (mcore_gdbarch_init): Update.
10155 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10156 * m32r-tdep.c (m32r_gdbarch_init): Update.
10157 * ia64-tdep.c (ia64_gdbarch_init): Update.
10158 * hppa-tdep.c (hppa_gdbarch_init): Update.
10159 * h8300-tdep.c (h8300_gdbarch_init): Update.
10160 * frv-tdep.c (frv_gdbarch_init): Update.
10161 * d10v-tdep.c (d10v_gdbarch_init): Update.
10162 * cris-tdep.c (cris_gdbarch_init): Update.
10163 * avr-tdep.c (avr_gdbarch_init): Update.
10164 * arm-tdep.c (arm_gdbarch_init): Update.
10165 * alpha-tdep.c (alpha_gdbarch_init): Update.
10166
10167 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
10168
10169 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
10170 comma.
10171 (sh_sh4al_dsp_register_name): Ditto.
10172
10173 2004-02-10 Andrew Cagney <cagney@redhat.com>
10174
10175 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
10176 (mips_init_frame_pc_first): Delete function.
10177 (mips_frame_saved_pc): Delete function.
10178 (mips_frame_chain): Delete function.
10179 (mips_init_extra_frame_info): Delete function.
10180 (mips_xfer_register): Delete unused variable "reg".
10181 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
10182 (mips_n32n64_return_value): Delete unused variable "reg".
10183 (mips_n32n64_return_value): Delete unused variable "pos".
10184 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
10185 (mips_o32_return_value): Delete unused variable "pos".
10186 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
10187 (mips_print_fp_register): Delete unused variable "namelen"
10188 (mips_print_fp_register): Delete unused variable "flt2"
10189 (get_frame_pointer): Delete function.
10190 (cached_proc_desc): Delete static variable.
10191 (mips_pop_frame): Delete function.
10192 (mips_find_saved_regs): Delete function.
10193 (mips_get_saved_register): Delete function.
10194 (mips_saved_pc_after_call): Delete function.
10195 (SIGFRAME_BASE): Delete macro.
10196 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
10197 (SIGFRAME_PC_OFF): Delete macro.
10198 (SIGFRAME_REGSAVE_OFF): Delete macro.
10199 (mips_dump_tdep): Do not print deleted macro definitions.
10200
10201 2004-02-10 Andrew Cagney <cagney@redhat.com>
10202
10203 * Makefile.in (SFILES): Remove explictly listed tui files.
10204 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
10205
10206 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
10207
10208 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
10209 to use paddr functions to format ia64 addresses and long values.
10210 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
10211 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
10212 (get_kernel_table, ia64_find_proc_info_x): Ditto.
10213 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
10214 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
10215
10216 2004-02-10 Andrew Cagney <cagney@redhat.com>
10217
10218 * defs.h: Do not include "tui.h".
10219 * gdb_curses.h: New file.
10220 * tui/tui-hooks.h: New file.
10221 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
10222 (tui_install_hooks, tui_remove_hooks): Delete declarations.
10223 (tui_initialize_io): Delete declaration.
10224 (tui_initialize_readline: Delete redundant declaration.
10225 (struct tui_point): Delete definition.
10226 * tui/tui-data.h (struct tui_point): Define.
10227 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
10228 * utils.c: Include "tui/tui.h".
10229 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
10230 * printcmd.c [TUI]: Include "tui/tui.h".
10231 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
10232 * tui/tui-command.c: Include "gdb_curses.h".
10233 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
10234 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
10235 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
10236 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
10237 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
10238 * Makefile.in: Update all dependencies.
10239 (tui_hooks_h, gdb_curses_h): Define.
10240 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
10241
10242 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
10243
10244 * objfiles.h (struct objfile): Remove unused fields auxf1 and
10245 auxf2. Add comments about some other rarely used fields.
10246
10247 2004-02-10 Andrew Cagney <cagney@redhat.com>
10248
10249 * Makefile.in (init.c): Fix script removing duplicates. Problem
10250 reported by Peter Schauer.
10251
10252 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10253
10254 * bcache.c (bcache_xmalloc): Use obstack_init instead of
10255 obstack_specify_allocation.
10256 * objfiles.c (allocate_objfile): Ditto.
10257 * solib-sunos.c (solib_add_common_symbols)
10258 (allocate_rt_common_objfile): Ditto.
10259 * symfile.c (reread_symbols): Ditto.
10260 * gdb_obstack.h: Add comment.
10261
10262 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10263
10264 * linespec.c (decode_line_1, locate_first_half)
10265 (decode_compound, lookup_prefix_sym): Update comments. Delete old
10266 commented out code.
10267
10268 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
10269
10270 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
10271 obstack_free.
10272
10273 2004-02-09 Andrew Cagney <cagney@redhat.com>
10274
10275 * blockframe.c (find_pc_partial_function): If find_pc_overlay
10276 fails, try find_pc_section. Fix PR c++/1267.
10277 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
10278 instead of find_pc_mapped_section.
10279 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
10280 not default to the section containing PC. Fix PR symtab/1519.
10281
10282 2004-02-09 Andrew Cagney <cagney@redhat.com>
10283
10284 * Makefile.in (mips-tdep.o): Update dependencies.
10285 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
10286 "trad-frame.h".
10287 (mips_unwind_pc): Return the pseudo PC register.
10288 (mips_unwind_dummy_id): New function.
10289 (mips16_fetch_instruction): New function.
10290 (mips32_fetch_instruction): New function.
10291 (struct mips_frame_cache): Define.
10292 (mips_mdebug_frame_cache): New function.
10293 (mips_mdebug_frame_this_id): New function.
10294 (mips_mdebug_frame_prev_register): New function.
10295 (mips_mdebug_frame_unwind): Define.
10296 (mips_mdebug_frame_sniffer): New function.
10297 (mips_mdebug_frame_base_address): New function.
10298 (mips_mdebug_frame_base): Define.
10299 (mips_mdebug_frame_base_sniffer): New function.
10300 (mips_gdbarch_init): Append unwind and base sniffers. Set
10301 unwind_dummy_id.
10302
10303 2004-02-08 Andrew Cagney <cagney@redhat.com>
10304
10305 * frame.c: Print both the register number and name.
10306
10307 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
10308 and a sed into a single sed. Make .c and .o patterns more robust.
10309 (OBS): Delete.
10310 (INIT_FILES): Replace OBS with COMMON_OBS.
10311 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
10312
10313 2004-02-08 Mark Kettenis <kettenis@gnu.org>
10314
10315 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
10316 the PT_WCOOKIE request.
10317
10318 2004-02-08 Andrew Cagney <cagney@redhat.com>
10319
10320 * mips-tdep.c (mips_unwind_pc): New function.
10321 (mips_gdbarch_init): Set mips_unwind_pc.
10322
10323 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
10324 (get_frame_id): Allow the UNKNOWN_FRAME.
10325 (frame_register_unwind, get_frame_type): Ditto.
10326
10327 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
10328 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
10329 unwind_dummy_id indicates a legacy frame.
10330
10331 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
10332 * configure: Re-generate.
10333
10334 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
10335 methods.
10336
10337 2004-02-08 Andrew Cagney <cagney@redhat.com>
10338
10339 * configure.in (CONFIG_ALL): Set to Makefile target, and not
10340 makefile macro.
10341 * configure: Re-generate.
10342 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
10343 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
10344 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
10345 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
10346 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
10347 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
10348 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
10349 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
10350 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
10351 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
10352
10353 2004-02-07 Andrew Cagney <cagney@redhat.com>
10354
10355 * Makefile.in: Update all dependencies.
10356
10357 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
10358 * configure: Re-generate.
10359 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
10360 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
10361 (COMMON_OBS): Add "main.o" and "annotate.o".
10362 (ANNOTATE_OBS): Delete.
10363 (OBS): Remove ANNOTATE_OBS.
10364 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
10365 CONFIG_INITS.
10366 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
10367 against CONFIG_OBS and "main.o".
10368 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
10369 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
10370
10371 * tui/tui-command.c: Include "gdb_string.h", delete register
10372 attribute, use ISO-C function signatures.
10373 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
10374 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10375 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
10376 * tui/tui.c: Ditto.
10377
10378 * tui/tui-command.c: Change variable and function names to lower
10379 case.
10380 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
10381 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
10382 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10383 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10384 * tui/tui-winsource.c, tui/tui.c: Ditto.
10385
10386 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10387
10388 * buildsym.c (free_pending_blocks, finish_block)
10389 (record_pending_block, make_blockvector, end_symtab): Replace
10390 symbol_obstack with objfile_obstack.
10391 * coffread.c (process_coff_symbol, coff_read_struct_type)
10392 (coff_read_enum_type): Ditto.
10393 * cp-namespace.c (initialize_namespace_symtab)
10394 (check_one_possible_namespace_symbol): Ditto.
10395 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
10396 (dwarf2_symbol_mark_computed): Ditto.
10397 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
10398 * elfread.c (elf_symtab_read): Ditto.
10399 * hpread.c (hpread_symfile_init, hpread_symfile_init)
10400 (hpread_read_enum_type, hpread_read_function_type)
10401 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
10402 Ditto.
10403 * jv-lang.c (get_java_class_symtab, add_class_symbol)
10404 (java_link_class_type): Ditto.
10405 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
10406 (new_symbol): Ditto.
10407 * minsyms.c (install_minimal_symbols): Ditto.
10408 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
10409 (terminate_minimal_symbol_table): Replace symbol_obstack with
10410 objfile_obstack.
10411 (free_objfile): Remove freeing of symbol_obstack.
10412 * objfiles.h: Remove symbol_obstack field.
10413 * pa64solib.c (add_to_solist): Replace symbol_obstack with
10414 objfile_obstack.
10415 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10416 symbol_obstack.
10417 (solib_add_common_symbols): Replace symbol_obstack with
10418 objfile_obstack.
10419 * somsolib.c (som_solib_add): Ditto.
10420 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
10421 (common_block_start, common_block_end): Ditto.
10422 * symfile.c (reread_symbols): Remove freeing and init of
10423 symbol_obstack.
10424 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
10425 * symfile.h: Update comment.
10426 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
10427 stats printing.
10428 * symtab.c (symbol_set_names): Replace symbol_obstack with
10429 objfile_obstack.
10430 * symtab.h (struct general_symbol_info, struct minimal_symbol):
10431 Update comments.
10432 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
10433 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
10434 objfile_obstack.
10435
10436 2004-02-07 Andrew Cagney <cagney@redhat.com>
10437
10438 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
10439 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
10440 fields and variables.
10441 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
10442 (m_beInvisible): Delete macro.
10443 * tui/tui-data.h: Fix case case fields and variables.
10444 (m_genWinPtrIsNull): Delete macro.
10445 (tui_win_list): Rename winList.
10446 (TUI_SRC_WIN): Rename srcWin.
10447 (TUI_DISASM_WIN): Rename disassemWin.
10448 (TUI_DATA_WIN): Rename dataWin.
10449 (TUI_CMD_WIN): Rename cmdWin.
10450 (m_genWinPtrNotNull): Delete macro.
10451 (m_winPtrIsNull): Delete macro.
10452 (m_winPtrNotNull): Delete macro.
10453 (tui_win_is_source_type): Replace m_winIsSourceType
10454 (tui_win_is_auxillary): Replace m_winIsAuzillary.
10455 (tui_win_has_locator): Replace m_hasLocator.
10456 (tui_set_win_highlight): Replace m_setWinHighlightOn and
10457 m_setWinHighlightOff.
10458 * tui/tui-data.c: Update references.
10459 (tui_win_is_source_type, tui_set_win_highlight): New functions.
10460 (tui_win_has_locator, tui_win_is_auxillary): New functions.
10461 * tui/tui-command.c, tui/tui-disasm.c: Update references.
10462 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
10463 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
10464 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10465 * tui/tui-winsource.c, tui/tui.c: Ditto.
10466
10467 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10468
10469 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
10470 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
10471 StackGhost.
10472
10473 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
10474 variable `i6' to `i7'.
10475 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10476
10477 2004-02-07 Andrew Cagney <cagney@redhat.com>
10478
10479 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
10480 (TuiPoint, TuiPointPtr): Ditto.
10481 (TuiStatus, TuiStatusPtr): Ditto.
10482 (TuiWinType, TuiWinTypePtr): Ditto.
10483 (struct tui_point): Rename _TuiPoint.
10484 (tui_get_low_disassembly_address): Rename
10485 tuiGetLowDisassemblyAddress.
10486 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
10487 (tuiFree): Delete declaration.
10488 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
10489 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
10490 * tui/tui.c (tuiFree): Delete function.
10491 * cli/cli-cmds.c (disassemble_command): Update references.
10492 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
10493 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10494 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
10495 * tui/tui-winsource.c: Ditto.
10496
10497 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10498
10499 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
10500 coffstab_build_psymtabs, elfstab_build_psymtabs)
10501 (stabsect_build_psymtabs): Replace psymbol_obstack with
10502 objfile_obstack.
10503 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
10504 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
10505 Ditto.
10506 * dwarfread.c (scan_compilation_units): Ditto.
10507 * elfread.c (elfstab_offset_sections): Ditto.
10508 * hppa-tdep.c (read_unwind_info): Ditto.
10509 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
10510 (hpread_end_psymtab): Ditto.
10511 * mdebugread.c (mdebug_build_psymtabs, add_pending)
10512 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
10513 Ditto.
10514 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
10515 * objfiles.c (add_to_objfile_sections)
10516 (build_objfile_section_table): Ditto.
10517 (allocate_objfile): Remove init of psymbol_obstack.
10518 (free_objfile): Remove freeing of psymbol_obstack.
10519 * objfiles.h (struct objfile): Remove field
10520 psymbol_obstack. Update comments.
10521 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
10522 psymbol_obstack with objfile_obstack.
10523 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10524 psymbol_obstack.
10525 * somread.c (som_symfile_offsets, init_import_symbols)
10526 (init_export_symbols): Replace psymbol_obstack with
10527 objfile_obstack.
10528 * somsolib.c (som_solib_add_solib_objfile): Ditto.
10529 * symfile.c (default_symfile_offsets, syms_from_objfile)
10530 (reread_symbols): Remove freeing and init of psymbol_obstack.
10531 (cashier_psymtab): Update comment.
10532 * symmisc.c (print_objfile_statistics): Don't report stats for
10533 psymbol obstack.
10534 * symtab.h (struct general_symbol_info, struct partial_symtab):
10535 Update comments.
10536 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
10537 (xcoff_symfile_offsets): Replace psymbol_obstack with
10538 objfile_obstack.
10539
10540 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10541
10542 * objfiles.h (struct objfile): Add objfile_obstack field.
10543 Remove type_obstack field.
10544
10545 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
10546 read_structure_scope read_enumeration, new_symbol): Replace
10547 type_obstack with objfile_obstack.
10548 * dwarfread.c (struct_type, enum_type): Ditto.
10549 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
10550 (lookup_fundamental_type): Ditto.
10551 * gdbtypes.h (TYPE_ALLOC): Ditto.
10552 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
10553 (hpread_read_doc_function_type, hpread_read_struct_type)
10554 (fix_static_member_physnames, hpread_read_array_type)
10555 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
10556 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
10557 (java_link_class_type): Ditto.
10558 * mdebugread.c (parse_type): Ditto.
10559 * objfiles.c (allocate_objfile, free_objfile): Ditto.
10560 * solib-sunos.c (solib_add_common_symbols): Ditto.
10561 * stabsread.c (define_symbol, read_type, read_member_functions,
10562 read_cpp_abbrev, read_one_struct_field): Ditto.
10563 * symfile.c (reread_symbols): Ditto.
10564 * symmisc.c (print_objfile_statistics): Ditto.
10565
10566 2004-02-07 Andrew Cagney <cagney@redhat.com>
10567
10568 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
10569 (tui_exec_info_content): Rename TuiExecInfoContent.
10570 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
10571 (TuiWinInfo, TuiWinInfoPtr): Ditto.
10572 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
10573 (TuiList, TuiListPtr): Ditto.
10574 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
10575 (TuiDataType, TuiDataTypePtr): Ditto.
10576 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
10577 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
10578 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
10579 (TuiSourceElement, TuiSourceElementPtr): Ditto.
10580 (TuiDataElement, TuiDataElementPtr): Ditto.
10581 (TuiWinElement, TuiWinElementPtr): Ditto.
10582 (TuiDataInfo, TuiDataInfoPtr): Ditto.
10583 (TuiCommandElement, TuiCommandElementPtr): Ditto.
10584 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
10585 (TuiWhichElement, TuiWhichElementPtr): Ditto.
10586 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
10587 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
10588 * tui/tui-command.c, tui/tui-data.c: Update references.
10589 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
10590 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10591 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10592 * tui/tui-winsource.c, tui/tui.c: Ditto.
10593
10594 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10595
10596 * dwarf2-frame.h: Update copyright.
10597 (enum dwarf2_frame_reg_rule): New.
10598 (struct dwarf2_frame_state_reg): New.
10599 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10600 * dwarf2-frame.c: Update copyright.
10601 (enum dwarf2_reg_rule): Remove.
10602 (struct dwarf2_frame_state): Remove defenition of `struct
10603 dwarf2_frame_state_reg'.
10604 (read_reg): Call get_frame_arch to get the architecture instead of
10605 using CURRENT_GDBARCH.
10606 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
10607 DWARF2_FRAME_.
10608 (dwarf2_frame_init_reg): New function.
10609 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
10610 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
10611 initialize the register state. Prefix old `enum dwarf2_reg_rule'
10612 tags with DWARF2_FRAME_.
10613 (dwarf2_frame_prev_register): Call get_frame_arch to get the
10614 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
10615 dwarf2_reg_rule' tags with DWARF2_FRAME_.
10616
10617 2004-02-06 Andrew Cagney <cagney@redhat.com>
10618
10619 * tui/tui-data.h (struct tui_list): Rename _TuiList.
10620 (enum tui_data_type): Rename _TuiDataType.
10621 (struct tui_layout_def): Rename _TuiLayoutDef.
10622 (struct tui_source_element): Rename _TuiSourceElement.
10623 (struct tui_data_element): Rename _TuiDataElement.
10624 (struct tui_command_element): Rename _TuiCommandElement.
10625 (struct tui_locator_element): Rename _TuiLocatorElement.
10626 (union tui_which_element): Define.
10627 (struct tui_win_element): Rename _TuiWinElement.
10628 (struct tui_data_info): Rename _TuiDataInfo.
10629 (struct tui_source_info): Rename _TuiSourceInfo.
10630 (struct tui_command_info): Rename _TuiCommandInfo.
10631 (tui_initialize_static_data): Rename initializeStaticData.
10632 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
10633 (tui_alloc_win_info): Rename allocWinInfo.
10634 (tui_init_generic_part): Rename initGenericPart.
10635 (tui_init_win_info): Rename initWinInfo.
10636 (tui_alloc_content): Rename allocContent.
10637 (tui_add_content_elements): Rename addContentElements.
10638 (tui_init_content_element): Rename initContentElement.
10639 (tui_free_window): Rename freeWindow.
10640 (tui_free_win_content): Rename freeWinContent.
10641 (tui_free_data_content): Rename freeDataContent.
10642 (tui_free_all_source_wins_content): Rename
10643 freeAllSourceWinsContent.
10644 (tui_del_window): Rename tuiDelWindow.
10645 (tui_del_data_windows): Rename tuiDelDataWindows.
10646 (tui_partial_win_by_name): Rename partialWinByName.
10647 (tui_win_name): Rename winName.
10648 (tui_current_layout): Rename currentLayout.
10649 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
10650 (tui_term_height): Rename termHeight.
10651 (tui_set_term_height_to): Rename setTermHeightTo.
10652 (tui_term_width): Rename termWidth.
10653 (tui_set_term_width_to): Rename setTermWidthTo.
10654 (tui_set_gen_win_origin): Rename setGenWinOrigin.
10655 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
10656 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
10657 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
10658 (tui_source_windows): Rename sourceWindows.
10659 (tui_clear_source_windows): Rename clearSourceWindows.
10660 (tui_clear_source_windows_detail): Rename
10661 clearSourceWindowsDetail.
10662 (tui_clear_win_detail): Rename clearWinDetail.
10663 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
10664 (tui_default_tab_len): Rename tuiDefaultTabLen.
10665 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
10666 (tui_win_with_focus): Rename tuiWinWithFocus.
10667 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
10668 (tui_layout_def): Rename tuiLayoutDef.
10669 (tui_win_resized): Rename tuiWinResized.
10670 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
10671 (tui_next_win): Rename tuiNextWin.
10672 (tui_prev_win): Rename tuiPrevWin.
10673 (tui_add_to_source_windows): Rename addToSourceWindows.
10674 * tui/tui-winsource.c, tui/tui-win.c: Update references.
10675 * tui/tui-layout.c, tui/tui-source.c: Ditto.
10676 * tui/tui-stack.c, tui/tui-io.c: Ditto.
10677 * tui/tui.c, tui/tui-data.c: Ditto.
10678 * tui/tui-interp.c, tui/tui-data.c: Ditto.
10679 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
10680
10681 * tui/tui-source.h: Update copyright. Include "tui-data.h".
10682 (struct symtab): Declare.
10683 (tui_set_source_content): Rename tuiSetSourceContent.
10684 (tui_show_symtab_source): Rename tuiShowSource.
10685 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
10686 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
10687 * tui/tui-source.c: Update copyright. Update references.
10688 * tui/tui-win.c, tui/tui-winsource.c: Update references.
10689 * tui/tui-stack.c: Update references.
10690
10691 * tui/tui-win.h: Update copyright. Include "tui-data.h".
10692 (struct tui_win_info): Declare.
10693 (tui_scroll_forward): Rename tuiScrollForward.
10694 (tui_scroll_backward): Rename tuiScrollBackward.
10695 (tui_scroll_left): Rename tuiScrollLeft.
10696 (tui_scroll_right): Rename tuiScrollRight.
10697 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
10698 (tui_resize_all): Rename tuiResizeAll.
10699 (tui_refresh_all_win): Rename tuiRefreshAll.
10700 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
10701 * tui/tui-layout.c, * tui/tui-io.c: Update references.
10702 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
10703 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
10704
10705 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
10706 (tui_erase_data_content): Rename tuiEraseDataContent.
10707 (tui_display_all_data): Rename tuiDisplayAllData.
10708 (tui_check_data_values): Rename tuiCheckDataValues.
10709 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
10710 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
10711 (tui_first_data_element_no_in_line): Rename
10712 tuiFirstDataElementNoInLine.
10713 (tui_delete_data_content_windows): Rename
10714 tuiDeleteDataContentWindows.
10715 (tui_refresh_data_win): Rename tuiRefreshDataWin.
10716 (tui_display_data_from): Rename tuiDisplayDataFrom.
10717 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
10718 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
10719 * tui/tui-win.c, tui/tui-regs.c: Update references.
10720 * tui/tui-layout.c, tui/tui.c: Update references.
10721
10722 * tui/tui-wingeneral.h: Update copyright.
10723 (m_allBeVisible): Delete macro.
10724 (m_allBeInvisible): Delete macro.
10725 (struct tui_gen_win_info): Declare.
10726 (struct tui_win_info): Declare.
10727 (tui_unhighlight_win): Rename unhighlightWin.
10728 (tui_make_visible, tui_make_invisible): Replace makeVisible.
10729 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
10730 (tui_make_window): Rename makeWindow.
10731 (tui_copy_win): Rename copyWin.
10732 (tui_box_win): Rename boxWin.
10733 (tui_highlight_win): Rename highlightWin.
10734 (tui_check_and_display_highlight_if_needed): Rename
10735 checkAndDisplayHighlightIfNeeded.
10736 (tui_refresh_all): Rename refreshAll.
10737 (tui_delete_win): Rename tuiDelwin.
10738 (tui_refresh_win): Rename tuiRefreshWin.
10739 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
10740 (tui_make_visible, tui_make_invisible): New functions.
10741 (tui_make_all_visible, tui_make_all_invisible): New functions.
10742 (make_all_visible): Rename makeAllVisible.
10743 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
10744 * tui/tui-data.c, tui/tui-winsource.c: Update references.
10745 * tui/tui-windata.c, tui/tui-win.c: Update references.
10746 * tui/tui-regs.c, tui/tui-layout.c: Update references.
10747 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
10748
10749 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10750
10751 * proc-api.c (write_with_trace): Initialize local variable to
10752 silence compiler warning.
10753
10754 2004-02-06 Andrew Cagney <cagney@redhat.com>
10755
10756 * tui/tui-source.h: Do not include "defs.h".
10757 (struct tui_win_info): Declare.
10758 (tui_set_source_content_nil): Declare.
10759 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10760 (union tui_line_or_address): Rename _TuiLineOrAddress.
10761 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
10762 (tui_update_source_window): Rename tuiUpdateSourceWindow.
10763 (tui_update_source_window_as_is): Rename
10764 tuiUpdateSourceWindowAsIs.
10765 (tui_update_source_windows_with_addr): Rename
10766 tuiUpdateSourceWindowsWithAddr.
10767 (tui_update_source_windows_with_line): Rename
10768 tuiUpdateSourceWindowsWithLine.
10769 (tui_clear_source_content): Rename tuiClearSourceContent.
10770 (tui_erase_source_content): Rename tuiEraseSourceContent.
10771 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
10772 (tui_show_source_content): Rename tuiShowSourceContent.
10773 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
10774 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10775 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10776 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10777 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10778 (tui_update_exec_info): Rename tuiUpdateExecInfo.
10779 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10780 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10781 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10782 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10783 (struct tui_win_info): Declare.
10784 * tui/tui-stack.c: Update references.
10785 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10786 * tui/tui-win.c, tui/tui-source.c: Ditto.
10787 * tui/tui.c, tui/tui-disasm.c: Ditto.
10788
10789 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10790
10791 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10792 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
10793
10794 2004-02-05 Mark Kettenis <kettenis@gnu.org>
10795
10796 * infrun.c (handle_inferior_event): Allow for breakpoint
10797 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
10798 and SIGEMT. Update comments.
10799 * NEWS (Revised SPARC target): Mention support for non-executable
10800 stack.
10801
10802 2004-02-04 Mark Kettenis <kettenis@gnu.org>
10803
10804 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
10805 * inftarg.c: Update copyright year.
10806 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
10807 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
10808 (sparc_xfer_wcookie): New function.
10809 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10810 * Makefile.in (sparc-nat.o): Update dependencies.
10811 * config/sparc/nm-nbsd.h: Include "target.h".
10812 (NATIVE_XFER_WCOOKIE): New define.
10813 (sparc_xfer_wcookie): New prototype.
10814
10815 2004-02-04 Andrew Cagney <cagney@redhat.com>
10816
10817 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
10818 SYSCALL_TRAP function.
10819 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
10820
10821 2004-02-04 Andrew Cagney <cagney@redhat.com>
10822 Daniel Jacobowitz <drow@mvista.com>
10823
10824 * objfiles.h: Delete comments refering to inside_entry_func and
10825 DEPRECATED_FRAME_CHAIN_VALID.
10826 * defs.h (inside_entry_func): Update prototype..
10827 * blockframe.c (inside_entry_func): Rename to
10828 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
10829 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
10830
10831 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
10832
10833 * breakpoint.c (struct captured_parse_breakpoint_args): Move
10834 outside of #ifdef SOLIB_ADD region.
10835 (do_restore_lang_radix_cleanup): Ditto.
10836 (resolve_pending_breakpoint): Ditto.
10837
10838 2004-02-03 Andrew Cagney <cagney@redhat.com>
10839
10840 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
10841 (process_note_abi_tag_sections): Delete unused function.
10842 (ia64_read_fp): Delete unused function.
10843 (gdbarch_extract_struct_value_address): Delete declaration.
10844
10845 2004-02-02 Andrew Cagney <cagney@redhat.com>
10846
10847 * vax-tdep.c (vax_frame_chain): Delete call to
10848 deprecated_inside_entry_file.
10849 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
10850
10851 2004-02-02 Mark Kettenis <kettenis@gnu.org>
10852
10853 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
10854 column that's "empty" or "same value" when eliminating REG_RA
10855 rules.
10856
10857 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10858
10859 * NEWS: Add information about new pending breakpoint support.
10860
10861 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10862
10863 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
10864 and pending fields for pending breakpoint support.
10865 * breakpoint.c (breakpoint_enabled): Add check for not pending.
10866 (condition_command): Only parse condition if not a pending
10867 breakpoint.
10868 (print_one_breakpoint): Add support for pending breakpoints.
10869 (describe_other_breakpoints): Add checks to verify we are not
10870 dealing with pending breakpoints.
10871 (check_duplicates): Don't check pending breakpoints.
10872 (set_raw_breakpoint): Initialize pending flag.
10873 (do_restore_lang_radix_cleanup): New cleanup routine.
10874 (resolve_pending_breakpoint): New function.
10875 (re_enable_breakpoints_in_shlibs): Try and resolve any
10876 pending breakpoints via resolve_pending_breakpoint.
10877 (mention): Add pending breakpoint support.
10878 (parse_breakpoint_sals): Add new parameter to pass to
10879 decode_line_1 to indicate silent errors when files or functions
10880 are not found. Change all callers.
10881 (do_captured_parse_breakpoint): New function.
10882 (break_command_1): Change prototype to return an rc value and to
10883 take an optional pending breakpoint pointer. Support creating
10884 a pending breakpoint if a "not found" form of error occurs when
10885 parsing the breakpoint. Also support resolving an existing pending
10886 breakpoint and be silent if the resolution fails.
10887 (create_breakpoints): Change prototype to take pending breakpoint
10888 pointer. When resolving a pending breakpoint, use the new pointer
10889 to provide a conditional or commands added by the end-user.
10890 (delete_breakpoint): Add appropriate check for pending.
10891 (breakpoint_re_set_one): Ditto.
10892 (do_enable_breakpoint): Ditto.
10893
10894 2004-02-02 David Carlton <carlton@kealia.com>
10895
10896 * valops.c (enum oload_classification): New.
10897 (find_overload_match): Break implementation into separate
10898 functions; delete #if 0'd code; look for symbols within
10899 namespaces.
10900 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
10901 (find_oload_champ,oload_method_static,classify_oload_match): New.
10902 * cp-support.h: Add declaration for cp_func_name; update
10903 declaration for make_symbol_overload_list.
10904 * cp-support.c (cp_func_name): New.
10905 (overload_list_add_symbol): Fix comment, use
10906 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
10907 (make_symbol_overload_list): Take a function name and a namespace
10908 instead of a symbol; change implementation.
10909 (make_symbol_overload_list_using): New.
10910 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
10911
10912 2004-02-02 Fred Fish <fnf@redhat.com>
10913
10914 * main.c (gdb_stdtarg): Move definition to group with other
10915 gdb_stdtarg definitions and update copyright years.
10916 * remote-sim.c (gdb_os_write_stderr): Write output to
10917 gdb_stdtargerr stream instead of gdb_stdtarg stream.
10918 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
10919 gdb_stderr stream and update copyright years.
10920
10921 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10922
10923 * Makefile.in (mips-linux-nat.o): Update dependencies.
10924 * mips-linux-nat.c: Include mips-tdep.h.
10925
10926 2004-02-01 Roland McGrath <roland@redhat.com>
10927
10928 * sol-thread.c (sol_thread_xfer_partial): New function.
10929 (init_sol_thread_ops): Use that for to_xfer_partial hook.
10930 (init_sol_core_ops): Likewise.
10931
10932 * procfs.c (procfs_xfer_partial): New function.
10933 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
10934 * Makefile.in (procfs.o): Add $(auxv_h) dep.
10935
10936 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
10937 procfs_xfer_auxv function.
10938
10939 * procfs.c (procfs_make_note_section): If we can read
10940 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
10941 * linux-proc.c (linux_make_note_section): Likewise.
10942
10943 * auxv.h: New file.
10944 * auxv.c: New file.
10945 * Makefile.in (auxv_h): New variable.
10946 (COMMON_OBS): Add auxv.o here.
10947 (auxv.o): New target.
10948
10949 * corelow.c (core_xfer_partial): New function.
10950 (init_core_ops): Use it for core_ops.to_xfer_partial.
10951
10952 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
10953 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
10954 macro if that is defined.
10955
10956 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10957
10958 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
10959 and check the specified thread for each breakpoint.
10960 * breakpoint.h (bpstat_stop_status): Update prototype.
10961 * infrun.c (handle_inferior_event): Update calls to
10962 bpstat_stop_status.
10963
10964 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10965
10966 * Makefile.in (cli-cmds.o): Add $(readline_h).
10967
10968 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10969
10970 * cli/cli-cmds.c: Include readline.h.
10971 (complete_command): Pass the start of the last word to
10972 complete_line.
10973
10974 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10975
10976 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
10977 argument, and change first argument to a CORE_ADDR.
10978 * breakpoint.h (bpstat_stop_status): Update prototype.
10979 * infrun.c (adjust_pc_after_break): Add a new comment.
10980 (handle_inferior_event): Update calls to bpstat_stop_status.
10981
10982 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10983
10984 * breakpoint.h: Update copyright years.
10985
10986 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10987
10988 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
10989 (bpstat_stop_status): Don't decrement PC.
10990 * breakpoint.h (software_breakpoint_inserted_here_p): Add
10991 prototype.
10992 * infrun.c (adjust_pc_after_break): New function.
10993 (handle_inferior_event): Call it, early. Remove later references
10994 to DECR_PC_AFTER_BREAK.
10995 (normal_stop): Add commentary.
10996
10997 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10998
10999 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
11000 2004-01-27 double-free fix.
11001
11002 2004-01-31 Mark Kettenis <kettenis@gnu.org>
11003
11004 * sparc-tdep.c (sparc_fetch_wcookie): New function.
11005 (sparc32_frame_prev_register): Handle StackGhost.
11006 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
11007
11008 2004-01-29 Roland McGrath <roland@redhat.com>
11009
11010 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
11011 * configure: Regenerated.
11012
11013 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
11014 * Makefile.in (procfs.o): Add dep.
11015
11016 2004-01-28 Andrew Cagney <cagney@redhat.com>
11017
11018 * tui/tui-stack.h: Update copyright.
11019 (struct frame_info): Add opaque declaration.
11020 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
11021 (tui_show_locator_content): Rename tuiShowLocatorContent.
11022 (tui_show_frame_info): Rename tuiShowFrameInfo.
11023 * tui/tui-stack.c: Update copyright. Update references.
11024 * tui/tui-winsource.c: Update references.
11025 * tui/tui-win.c: Update references.
11026 * tui/tui-layout.c: Update references.
11027 * tui/tui-hooks.c: Update copyright, update references.
11028 * tui/tui.c: Update copyright, update references.
11029 * tui/tui-disasm.c: Update references.
11030
11031 2004-01-28 David Carlton <carlton@kealia.com>
11032
11033 * dwarf2read.c (add_partial_structure): Use demangled name if
11034 namespace equals "".
11035
11036 2004-01-27 Jim Blandy <jimb@redhat.com>
11037
11038 Clean up misapplied patch:
11039 * dwarf2read.c (determine_prefix): Change one of the two forward
11040 declarations for 'determine_prefix_aux' to a declaration for this.
11041 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
11042 argument to 'die_specification'.
11043
11044 * dwarf2read.c (read_func_scope): Re-indent comment.
11045
11046 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
11047
11048 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
11049 b->exp to NULL after freeing so that error during re-parsing or
11050 evaluation of expressions associated with breakpoint don't
11051 eventually lead to re-freeing of storage.
11052 Committed by Andrew Cagney.
11053
11054 2004-01-27 Andrew Cagney <cagney@redhat.com>
11055
11056 * source.c (ambiguous_line_spec): Delete undefined declaration.
11057 * m32r-rom.c (m32r_set_board_address): Delete unused function.
11058 (m32r_set_server_address, m32r_set_download_path): Ditto.
11059 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
11060
11061 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
11062
11063 * dwarf2read.c: Update calls to changed and renamed functions, and
11064 references to moved variables.
11065
11066 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
11067 language, language_defn, list_in_scope, and ftypes members.
11068 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
11069 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
11070 (baseaddr): Remove globals.
11071
11072 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
11073 (set_cu_language, die_is_declaration, die_specification)
11074 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
11075 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
11076 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
11077 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
11078
11079 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
11080 cu.list_in_scope. Don't initialize cu_header_offset.
11081 (add_partial_symbol): Add local baseaddr.
11082 (psymtab_to_symtab_1): Add local baseaddr. Use
11083 objfile->section_offsets for consistency. Don't initialize
11084 cu_header_offset; do initialize cu.header.offset and
11085 cu.list_in_scope.
11086 (read_file_scope, read_func_scope, read_lexical_block_scope)
11087 (dwarf_decode_lines, new_symbol): Add local baseaddr.
11088
11089 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
11090
11091 * PROBLEMS: Add gdb/1516.
11092
11093 2003-12-29 Robert Millan <robertmh@gnu.org>
11094
11095 Patch committed by Andrw Cagney.
11096 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
11097 * configure.tgt: Match knetbsd*-gnu.
11098
11099 2004-01-26 Andrew Cagney <cagney@redhat.com>
11100
11101 * breakpoint.c (catch_command_1): Delete #ifdef code.
11102 (catch_fork_command_1): Delete #ifdef wrapper.
11103 (catch_exec_command_1): Ditto.
11104 (catch_load_command_1): Ditto.
11105 (catch_unload_command_1): Ditto.
11106
11107 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
11108 (catch_breakpoint): Delete #if0ed function.
11109 (disable_catch_breakpoint): Ditto.
11110 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
11111 (disable_catch, enable_catch, delete_catch): Ditto.
11112
11113 2004-01-26 Andrew Cagney <cagney@redhat.com>
11114
11115 * remote.c (echo_check, quit_flag): Delete variables.
11116 (cisco_kernel_mode): Delete variable.
11117 (minitelnet_return, tty_input, escape_count): Delete variables.
11118 (remote_cisco_mode): Delete variable.
11119 (remote_cisco_open, remote_cisco_close): Delete function.
11120 (remote_cisco_mourn, remote_cisco_wait): Delete function.
11121 (init_remote_cisco_ops): Delete function.
11122 (_initialize_remote): Do not install "remote cisco" code.
11123 (read_frame): Delete cisco specific code.
11124 (remote_info_process): Delete function.
11125 (remote_wait): Delete cisco specific code.
11126 (remote_cisco_section_offsets): Delete function.
11127 (remote_cisco_objfile_relocate): Delete function.
11128 (remote_async_wait): Delete cisco specific code.
11129 (minitelnet, readtty, readsocket): Delete function.
11130
11131 2004-01-26 Andrew Cagney <cagney@redhat.com>
11132
11133 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
11134 comments mentioning extract_returned_value_address.
11135 * infcmd.c (print_return_value): Update. Add comments on
11136 extract_returned_value_address.
11137 * stack.c (return_command): Add comments on
11138 extract_returned_value_address.
11139 * values.c: Update comment.
11140 * m32r-tdep.c: Update comment.
11141 * sparc-tdep.c: Update comment.
11142 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
11143 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11144 * sh64-tdep.c (sh64_gdbarch_init): Update.
11145 * sh-tdep.c (sh_gdbarch_init): Update.
11146 * s390-tdep.c (s390_gdbarch_init): Update.
11147 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11148 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
11149 * m68k-tdep.c (m68k_gdbarch_init): Update.
11150 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11151 * m32r-tdep.c (m32r_gdbarch_init): Update.
11152 * ia64-tdep.c (ia64_gdbarch_init): Update.
11153 * h8300-tdep.c (h8300_gdbarch_init): Update.
11154 * frv-tdep.c (frv_gdbarch_init): Update.
11155 * arm-tdep.c (arm_gdbarch_init): Update.
11156 * alpha-tdep.c (alpha_gdbarch_init): Update.
11157
11158 2004-01-26 Andrew Cagney <cagney@redhat.com>
11159
11160 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
11161 SYMBOL_LOCATION_FUNCS
11162 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
11163 "struct symbol_ops".
11164 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
11165 type to "struct symbol_ops".
11166 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
11167 (struct symbol): Replace ".aux_value.loc.funcs" and
11168 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
11169 (SYMBOL_OBJFILE): Delete macro.
11170 (SYMBOL_LOCATION_FUNCS): Delete macro.
11171 (SYMBOL_LOCATION_BATON): Update.
11172 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
11173 intead of SYMBOL_LOCATION_FUNCS.
11174 * ax-gdb.c (gen_var_ref): Ditto.
11175 * printcmd.c (address_info): Ditto.
11176 * findvar.c (read_var_value): Ditto.
11177 (symbol_read_needs_frame): Ditto.
11178
11179 2004-01-26 Andrew Cagney <cagney@redhat.com>
11180
11181 * dwarf2read.c (read_func_scope): Document frame-base hack.
11182
11183 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11184
11185 * infcmd.c (print_return_value): Plug memory leak; delete
11186 ui_stream object. Rename argument `structure_return' to
11187 `struct_return'.
11188
11189 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11190
11191 * infcmd.c (print_return_value): Wrap long lines.
11192 (finish_command_continuation, finish_command): Remove unused
11193 variable `funcaddr'. Fix some coding-standards problems.
11194
11195 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
11196 SECT_SIZE is large enough, not whether it's exactly the right size.
11197 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
11198 TDEP->fpregset to zero.
11199
11200 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
11201 floating-point registers for traditional NetBSD core files.
11202 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
11203 TDEP->sizeof_fpregset here.
11204
11205 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11206
11207 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
11208 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
11209 function with code split out from
11210 sparc32nbsd_sigcontext_frame_cache.
11211 (sparc32nbsd_sigcontext_frame_cache): Use
11212 sparc32nbsd_sigcontext_saved_regs.
11213 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
11214 OpenBSD.
11215 * sparcobsd-tdep.c: New file.
11216 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
11217 (sparcobsd-tdep.o): New dependency.
11218 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
11219 * config/sparc/obsd.mt: New file.
11220
11221 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
11222 TDEP->fpregset to be initialized to enable core file register
11223 sets.
11224
11225 2004-01-24 Mark Kettenis <kettenis@gnu.org>
11226
11227 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
11228 Add opaque declarations.
11229 (sparc64nbsd_sigcontext_saved_regs): New prototype.
11230 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
11231 function with code split out from
11232 sparc64nbsd_sigcontext_frame_cache.
11233 (sparc64nbsd_sigcontext_frame_cache): Use
11234 sparc64nbsd_sigcontext_saved_regs.
11235 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
11236 OpenBSD.
11237 * sparc64obsd-tdep.c: New file.
11238 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
11239 (sparc64obsd-tdep.o): New dependency.
11240 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
11241 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
11242 * config/sparc/obsd64.mt: New file.
11243
11244 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
11245 read the instruction at PC.
11246
11247 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
11248 value of GDB_OSABI_DEFAULT.
11249 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
11250 instead of GDB_OSABI_NETBSD_AOUT.
11251
11252 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
11253
11254 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
11255 copyright.
11256
11257 2004-01-23 Andrew Cagney <cagney@redhat.com>
11258
11259 * printcmd.c (display_command): Replace tui_set_display call with
11260 tui_set_layout_for_display_command.
11261 * tui/tui.h (enum tui_win_type): Define.
11262 (tui_set_layout): Delete declaration.
11263 (tui_set_layout_for_display_command): Rename set_tui_layout.
11264 * tui/tui-data.h (enum tui_layout_type): Define.
11265 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
11266 "tui.h".
11267 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
11268 (tui_default_win_height): Rename tuiDefaultWinHeight.
11269 (tui_default_win_viewport_height): Rename
11270 tuiDefaultWinViewportHeight.
11271 (tui_set_layout): RenametuiSetLayout.
11272 * tui/tui-layout.c: Update references.
11273 * tui/tui.c: Update references.
11274 * tui/tui-disasm.c: Update references.
11275
11276 2004-01-23 David Carlton <carlton@kealia.com>
11277
11278 Partial workaround for PR c++/1511:
11279 * cp-namespace.c: Include frame.h.
11280 (cp_lookup_transparent_type): New
11281 (cp_lookup_transparent_type_loop): New.
11282 * cp-support.h: Declare cp_lookup_transparent_type.
11283 * symtab.c (basic_lookup_transparent_type): Renamed from
11284 lookup_transparent_type.
11285 (lookup_transparent_type): Replace old body by a call to
11286 current_language->la_lookup_transparent_type.
11287 * symtab.h: Update copyright. Declare
11288 basic_lookup_transparent_type.
11289 * language.h: Update copyright.
11290 (struct language_defn): Add la_lookup_transparent_type.
11291 * language.c: Update copyright.
11292 (unknown_language_defn): Add basic_lookup_transparent_type.
11293 (auto_language_defn): Add basic_lookup_transparent_type.
11294 (local_language_defn): Add basic_lookup_transparent_type.
11295 * ada-lang.c: Update copyright.
11296 (ada_language_defn): Add basic_lookup_transparent_type.
11297 * c-lang.c: Update copyright.
11298 (c_language_defn): Add basic_lookup_transparent_type.
11299 (cplus_language_defn): Add basic_lookup_transparent_type.
11300 (asm_language_defn): Add basic_lookup_transparent_type.
11301 (minimal_language_defn): Add basic_lookup_transparent_type.
11302 * f-lang.c: Update copyright.
11303 (f_language_defn): Add basic_lookup_transparent_type.
11304 * jv-lang.c: Update copyright.
11305 (java_language_defn): Add basic_lookup_transparent_type.
11306 * m2-lang.c: Update copyright.
11307 (m2_language_defn): Add basic_lookup_transparent_type.
11308 * objc-lang.c: Update copyright.
11309 (objc_language_defn): Add basic_lookup_transparent_type.
11310 * p-lang.c: Update copyright.
11311 (p_language_defn): Add basic_lookup_transparent_type.
11312 * scm-lang.c: Update copyright.
11313 (scm_language_defn): Add basic_lookup_transparent_type.
11314 * Makefile.in (cp-namespace.o): Depend on frame.h.
11315
11316 2004-01-23 David Carlton <carlton@kealia.com>
11317
11318 Patch for PR c++/1520:
11319 * dwarf2read.c (read_func_scope): Set processing_current_prefix
11320 properly if we have a specification die.
11321 (determine_prefix_aux): Rename from determine_prefix.
11322 (determine_prefix): Like the old determine_prefix, but never
11323 returns NULL.
11324
11325 2004-01-23 Theodore A. Roth <troth@openavr.org>
11326
11327 * avr-tdep.c: Update copyright.
11328 (avr_iaddr_p): Delete unused function.
11329 (avr_saddr_p): Delete unused function.
11330
11331 2004-01-23 David Carlton <carlton@kealia.com>
11332
11333 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
11334 Fix for PR symtab/1534.
11335
11336 2004-01-23 Mark Kettenis <kettenis@gnu.org>
11337
11338 * NEWS (New native configurations): Mention OpenBSD/sparc and
11339 OpenBSD/sparc64.
11340 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
11341 * configure.host: Likewise.
11342 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
11343 handler for OpenBSD.
11344 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
11345
11346 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11347
11348 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
11349 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
11350
11351 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
11352 * cli/cli-cmds.c (shell_escape): Likewise.
11353
11354 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
11355 OpenBSD .note.openbsd.ident sections.
11356
11357 2004-01-22 David Carlton <carlton@kealia.com>
11358
11359 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
11360 get_scope_pc_bounds.
11361 (read_file_scope): Ditto.
11362 (get_scope_pc_bounds): New function, produced by extracting code
11363 from the above two functions, consolidating it, and adding support
11364 for DW_TAG_namespace.
11365
11366 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11367
11368 * osabi.c (MAX_NOTESZ): New define.
11369 (check_note): New function.
11370 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
11371 check_note.
11372
11373 2004-01-21 Roland McGrath <roland@redhat.com>
11374
11375 * MAINTAINERS (write after approval): Add myself.
11376
11377 2004-01-21 Eli Zaretskii <eliz@gnu.org>
11378
11379 * utils.c (init_page_info): Move declarations of `rows' and
11380 `cols' before the __GO32__-specific code. Move the closing brace
11381 outside the #ifdef __GO32__..#endif block.
11382 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
11383
11384 2004-01-21 Paul Brook <paul@codesourcery.com>
11385
11386 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
11387 BPSTAT_WHAT_CHECK_SHLIBS.
11388
11389 2004-01-21 Paul Brook <paul@codesourcery.com>
11390
11391 * MAINTAINERS: Add myself to write-after-approval.
11392
11393 2004-01-20 Andrew Cagney <cagney@redhat.com>
11394
11395 * ax-gdb.c (print_axs_value): Delete unused function.
11396 * jv-lang.c (java_lookup_type): Delete unused function.
11397 * cli/cli-dump.c (dump_filetype): Delete unused function.
11398 * remote-mips.c (remote_mips_insert_hw_breakpoint)
11399 (remote_mips_remove_hw_breakpoint): Delete unused functions.
11400 (mips_getstring): Delete unused function.
11401 (pmon_insert_breakpoint): Delete #if0ed function.
11402 (PMON_MAX_BP): Delete #if0ed MACRO.
11403 (mips_pmon_bp_info): Delete #if0ed variable.
11404 (pmon_remove_breakpoint): Delete #if0ed function.
11405 * monitor.c (monitor_write_even_block): Delete unused function.
11406 (monitor_write_memory_block): Delete #if0ed code.
11407 * dink32-rom.c (dink32_load): Delete unused function.
11408 (_initialize_dink32_rom): Delete #if0ed code.
11409 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
11410
11411 * tui/tui-command.c: Update references.
11412 * tui/tui-io.c: Update references.
11413 * tui/tui-command.h: Update copyright.
11414 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
11415
11416 * source.c (ambiguous_line_spec): Delete never-defined function.
11417 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
11418 * gdbtypes.c (add_name, add_mangled_type): Ditto.
11419 * cli/cli-cmds.c (validate_comname): Ditto.
11420
11421 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
11422 "tui-data.h".
11423 (tui_set_disassem_content): Rename tuiSetDisassemContent.
11424 (tui_show_disassem): Rename tuiShowDisassem.
11425 (tui_show_disassem_and_update_source): Rename
11426 tuiVerticalDisassemScroll.
11427 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
11428 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
11429 * tui/tui.h: Update copyright.
11430 (enum tui_status): Define.
11431 * tui/tui-data.h (enum tui_scroll_direction): Define.
11432 * tui/tui-disasm.c: Update copyright. Update references.
11433 * tui/tui-winsource.c: Update copyright. Update references.
11434 * tui/tui-win.c: Update references.
11435 * tui/tui-layout.c: Update references.
11436
11437 2004-01-20 Andrew Cagney <cagney@redhat.com>
11438
11439 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
11440 sym2 to start of block.
11441
11442 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
11443
11444 * MAINTAINERS: Delete mmalloc.
11445 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
11446 * NEWS: Mention removal of --with-malloc.
11447 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
11448 * config.in: Regenerate.
11449 * configure: Regenerate.
11450 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
11451 USE_MMALLOC, MMCHECK_FORCE.
11452 * gdbinit.in: Remove mmalloc.
11453 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
11454 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
11455 * config/i386/go32.mh: Likewise.
11456 * config/i386/interix.mh: Likewise.
11457 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
11458
11459 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
11460
11461 * linespec.c (decode_variable, symtab_from_filename): Call
11462 error_silent with error message instead of throwing an exception
11463 directly.
11464 * defs.h (error_silent, error_output_message): Add prototypes.
11465 (catch_exceptions_with_msg): Ditto.
11466 * utils.c (error_silent, error_output_message): New functions.
11467 * top.c (catch_exceptions_with_msg): New function.
11468
11469 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
11470
11471 * mi/mi-cmds.h (enum print_values): Add definition.
11472
11473 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
11474 type and value for simple data types and just the name and type
11475 for complex ones, if required.
11476
11477 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
11478 children, if required.
11479
11480 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11481
11482 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
11483 unused declarations.
11484
11485 2004-01-19 Andrew Cagney <cagney@redhat.com>
11486
11487 * top.h (mapped_symbol_files): Delete declaration.
11488 * main.c (captured_main): Delete option "m" and "mapped".
11489 * objfiles.c (mapped_symbol_files): Delete variable.
11490 * symfile.c (symbol_file_command): Delete mmap code.
11491 (symbol_file_add_with_addrs_or_offsets): Ditto.
11492 (add_symbol_file_command, reread_separate_symbols): Ditto.
11493 * objfiles.h (OBJF_MAPPED): Delete.
11494 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
11495 (free_objfile) [USE_MMALLOC]: Ditto.
11496 (open_existing_mapped_file): Delete function.
11497 (open_mapped_file): Delete function.
11498 (map_to_file): Delete function.
11499
11500 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11501
11502 * infrun.c (step_into_function): Account for possible breakpoint
11503 adjustment when computing ``stop_func_start''.
11504
11505 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11506
11507 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
11508 the region size against the size of a pointer, not the size of
11509 a register as given by DEPRECATED_REGISTER_SIZE.
11510
11511 2004-01-19 Andrew Cagney <cagney@redhat.com>
11512
11513 * tui/tui-regs.h: Include "tui-data.h".
11514 (tuiFirstRegElementNoInLine): Delete declaration.
11515 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
11516 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
11517 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
11518 (tui_calculate_regs_column_count): Rename
11519 tuiCalculateRegsColumnCount.
11520 (tui_check_register_values): Rename tuiCheckRegisterValues.
11521 (tui_show_registers): Rename tuiShowRegisters.
11522 (tui_display_registers_from_line): Rename
11523 tuiDisplayRegistersFromLine.
11524 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
11525 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
11526 (tui_first_reg_element_no_inline): Rename
11527 tuiFirstRegElementNoInLine.
11528 * tui/tui-data.h: Update copyright.
11529 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
11530 * tui/tui-windata.c: Update copyright, update references.
11531 * tui/tui-regs.c: Update copyright, update references.
11532 * tui/tui-win.c: Update copyright, update references.
11533 * tui/tui-layout.c: Update copyright, update references.
11534
11535 2004-01-18 Andrew Cagney <cagney@redhat.com>
11536
11537 * tui/tui-io.c: Update copyright.
11538 (key_is_end_sequence, key_is_backspace): New functions.
11539 (key_is_command_char, key_is_start_sequence): New function.
11540 (tui_getc): Update references.
11541 * tui/tui-io.h: Update copyright.
11542 (m_tuiStartNewLine): Delete macro.
11543 (m_isBackspace, m_isDeleteChar): Delete macros.
11544 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
11545 (m_isNextPage, m_isPrevPage): Delete macros.
11546 (m_isLeftArrow, m_isRightArrow): Delete macros.
11547 (m_isXdbStyleCommandChar): Delete macro.
11548 (key_is_start_sequence): Declare, replace m_isStartSequence.
11549 (key_is_end_sequence): Declare, replace m_isEndSequence.
11550 (key_is_backspace): Declare ,replace m_isBackspace.
11551 (key_is_command_char): Declare, replace m_isCommandChar.
11552 * tui/tui-command.c: Update copyright.
11553 (tuiDispatchCtrlChar): Update references.
11554
11555 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
11556 tuiSourceWin.h.
11557
11558 * tui/tui-command.c: Rename tui/tuiCommand.c.
11559 * tui/tui-command.h: Rename tui/tuiCommand.h.
11560 * tui/tui-data.c: Rename tui/tuiData.c.
11561 * tui/tui-data.h: Rename tui/tuiData.h.
11562 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
11563 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
11564 * tui/tui-io.c: Rename tui/tuiIO.c.
11565 * tui/tui-io.h: Rename tui/tuiIO.h.
11566 * tui/tui-layout.c: Rename tui/tuiLayout.c.
11567 * tui/tui-layout.h: Rename tui/tuiLayout.h.
11568 * tui/tui-regs.c: Rename tui/tuiRegs.c.
11569 * tui/tui-regs.h: Rename tui/tuiRegs.h.
11570 * tui/tui-source.c: Rename tui/tuiSource.c.
11571 * tui/tui-source.h: Rename tui/tuiSource.h.
11572 * tui/tui-stack.c: Rename tui/tuiStack.c.
11573 * tui/tui-stack.h: Rename tui/tuiStack.h.
11574 * tui/tui-win.c: Rename tui/tuiWin.c.
11575 * tui/tui-win.h: Rename tui/tuiWin.h.
11576 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
11577 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
11578 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
11579 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
11580 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
11581 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
11582 * tui/tui-file.c: Update includes.
11583 * tui/tui-hooks.c: Update includes.
11584 * tui/tui-interp.c: Update includes.
11585 * tui/tui.c: Update includes.
11586 * Makefile.in: Update all tui/ dependencies.
11587 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
11588
11589 * Makefile.in: Update copyright. Update dependencies.
11590
11591 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
11592 problem.
11593
11594 2004-01-18 Andrew Cagney <cagney@redhat.com>
11595
11596 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11597 instead of register_gdbarch_init.
11598
11599 * remote-sds.c (tohex): Delete unused function. Update copyright.
11600 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11601 * v850-tdep.c (v850_register_virtual_size): Ditto.
11602 * target.c (normal_target_post_startup_inferior): Ditto.
11603 * source.c (ambiguous_line_spec): Ditto.
11604 * remote.c (adapt_remote_get_threadinfo): Ditto.
11605 * mi/mi-out.c (out_field_fmt): Ditto.
11606 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
11607 (output_control_change_notification): Ditto.
11608 * m68k-tdep.c (m68k_register_byte): Ditto.
11609 (m68k_remote_breakpoint_from_pc): Ditto.
11610 * ui-out.c (init_ui_out_state): Delete unused declaration.
11611 * stabsread.c (search_value): Ditto.
11612 * mi/mi-cmd-env.c (env_cli_command): Ditto.
11613 * maint.c (print_section_table): Ditto.
11614 * infrun.c (set_follow_fork_mode_command): Ditto.
11615
11616 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11617
11618 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
11619 DW_CFA_def_cfa_exporession. Add support for
11620 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
11621 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
11622
11623 2004-01-18 Andrew Cagney <cagney@redhat.com>
11624
11625 * ocd.c: Update copyright.
11626 (bdm_read_register_command): Delete unused function.
11627 (_initialize_remote_ocd): Delete commented out reference.
11628 (get_quoted_char, reset_packet): Delete #if0ed function.
11629 (output_packet, put_quoted_char): Delete #if0ed function.
11630 (stu_put_packet, stu_get_packet): Delete #if0ed function.
11631 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
11632 (BDM_BREAKPOINT): Delete #if0ed macro.
11633 (remote_timeout): Delete #if0ed variable.
11634
11635 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11636
11637 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
11638 (core-sol2.o): Remove dependency.
11639 * core-sol2.c: Remove file.
11640
11641 2004-01-17 Andrew Cagney <cagney@redhat.com>
11642
11643 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
11644 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
11645 enums.
11646
11647 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11648
11649 * remote.c: Update copyright years.
11650
11651 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11652
11653 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
11654
11655 2004-01-17 Andrew Cagney <cagney@redhat.com>
11656
11657 * mdebugread.c: Update copyright.
11658 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
11659 (parse_type, parse_procedure): Ditto.
11660 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
11661
11662 * cris-tdep.c (cris_store_struct_return): Put back accidently
11663 deleted function.
11664
11665 * gdbarch.sh: Update copyright year.
11666 * gdbarch.h, gdbarch.c: Re-generate.
11667
11668 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11669
11670 Suggested by George Anzinger.
11671 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
11672 correct stack offset. Include unknown opcode numbers in the error
11673 message.
11674
11675 2004-01-17 Andrew Cagney <cagney@redhat.com>
11676
11677 * x86-64-tdep.c (x86_64_init_abi): No need to clear
11678 extract_struct_value_address, i386 does not set it.
11679 * sparc64-tdep.c (sparc64_init_abi): Do not set
11680 extract_struct_value_address, never called.
11681 (sparc64_extract_struct_value_address): Delete function.
11682 * m68hc11-tdep.c: Update copyright.
11683 (m68hc11_gdbarch_init): Delete redundant assignment of
11684 extract_struct_value_address.
11685 * i386-tdep.c: Update copyright.
11686 (i386_gdbarch_init): Do not set extract_struct_value_address,
11687 never called.
11688 (i386_extract_struct_value_address): Delete function.
11689 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
11690 extract_struct_value_address, never called.
11691 (sparc32_extract_struct_value_address): #if 0 function. Add
11692 comments explaining its future.
11693
11694 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11695
11696 * arm-tdep.c (arm_write_pc): New function.
11697 (arm_gdbarch_init): Call set_gdbarch_write_pc.
11698
11699 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11700
11701 * breakpoint.c (must_shift_inst_regs): Delete.
11702 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
11703 and SHIFT_INST_REGS.
11704 * infcmd.c (step_1, step_1_continuation): Delete references to
11705 SHIFT_INST_REGS.
11706 * infrun.c (keep_going): Likewise.
11707 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
11708 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
11709
11710 2004-01-17 Andrew Cagney <cagney@redhat.com>
11711
11712 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11713 * gdbarch.h, gdbarch.c: Re-generate.
11714 * infcmd.c (print_return_value): Delete reference to
11715 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
11716
11717 * cris-tdep.c (cris_gdbarch_init): Do not set
11718 deprecated_extract_struct_value_address.
11719
11720 * xstormy16-tdep.c: Update copyright.
11721 (xstormy16_extract_struct_value_address): Update to current
11722 extract struct value address interface.
11723 (xstormy16_gdbarch_init): Set extract_struct_value_address.
11724 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
11725 current extract struct value address interface.
11726 (sh64_gdbarch_init): Set extract_struct_value_address.
11727
11728 * cris-tdep.c: Update copyright.
11729 (cris_extract_struct_value_address): Delete function.
11730 (struct_return_address): Delete variable.
11731 (cris_store_struct_return): Do not set struct_return_address.
11732
11733 * mcore-tdep.c: Update copyright.
11734 (mcore_extract_struct_value_address): Delete function. Update
11735 comments.
11736 (mcore_gdbarch_init): Update.
11737 * mn10300-tdep.c: Update copyright.
11738 (mn10300_extract_struct_value_address): Delete function.
11739 (mn10300_gdbarch_init): Update.
11740 * v850-tdep.c: Update copyright.
11741 (v850_extract_struct_value_address): Delete.
11742 (v850_gdbarch_init): Update.
11743 * ns32k-tdep.c: Update copyright.
11744 (ns32k_extract_struct_value_address): Delete.
11745 (ns32k_gdbarch_init): Update.
11746 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
11747 (hppa_gdbarch_init): Update.
11748 * vax-tdep.c: Update copyright.
11749 (vax_extract_struct_value_address): Delete.
11750 (vax_gdbarch_init): Update.
11751
11752 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
11753 * gdbarch.h, gdbarch.c: Re-generate.
11754 * procfs.c (procfs_fetch_registers): Delete reference to
11755 DEPRECATED_NPC_REGNUM.
11756 (procfs_store_registers): Ditto.
11757 * regcache.c (generic_target_write_pc): Simplify.
11758 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
11759
11760 * core-sol2.c (fetch_core_registers): Replace
11761 DEPRECATED_NPC_REGNUM with equivalent tdep value.
11762
11763 * hppa-tdep.c: Update copyright year.
11764 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11765 NPC_REGNUM.
11766 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11767
11768 * mips-tdep.c (mips_write_pc): New function.
11769 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11770 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
11771 (mips_find_saved_regs, mips_software_single_step: Ditto.
11772 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
11773 mips_init_extra_frame_info, mips_pop_frame): Ditto.
11774
11775 2004-01-17 Andrew Cagney <cagney@redhat.com>
11776
11777 * mips-tdep.c: Re-indent. Group functions by ABI.
11778
11779 2004-01-17 Andrew Cagney <cagney@redhat.com>
11780
11781 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11782 * gdbarch.c: Re-generate.
11783 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11784 DECR_PC_AFTER_BREAK to zero.
11785 * vax-tdep.c (vax_gdbarch_init): Ditto.
11786 * v850-tdep.c (v850_gdbarch_init): Ditto.
11787 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11788 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11789 * sh-tdep.c (sh_gdbarch_init): Ditto.
11790 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11791 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11792 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11793 * mips-tdep.c (mips_gdbarch_init): Ditto.
11794 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11795 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11796 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11797 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11798 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11799 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11800 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11801 * frv-tdep.c (frv_gdbarch_init): Ditto.
11802 * cris-tdep.c (cris_gdbarch_init): Ditto.
11803 * avr-tdep.c (avr_gdbarch_init): Ditto.
11804 * arm-tdep.c (arm_gdbarch_init): Ditto.
11805 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
11806
11807 2004-01-17 J. Brobecker <brobecker@gnat.com>
11808
11809 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
11810 Delete, no longer used.
11811 (read_subrange_type): New function, mostly extracted from
11812 read_array_type().
11813 (read_array_type): Replace extracted code by call to
11814 read_subrange_type().
11815 (dwarf2_get_attr_constant_value): New function.
11816 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
11817 (add_partial_symbol): Likewise.
11818 (process_die): Likewise.
11819 (new_symbol): Likewise.
11820 (read_type_die): Likewise.
11821
11822 2004-01-16 Andrew Cagney <cagney@redhat.com>
11823
11824 * symfile.c: Update copyright year.
11825 (compare_symbols): Delete unused function.
11826 * stabsread.c: Update copyright year.
11827 (lrs_general_complaint): Delete unused function.
11828 (ref_search_value): Ditto.
11829 (get_substring): Delete declaration.
11830 * sh64-tdep.c: Update copyright year.
11831 (sh64_get_gdb_regnum): Delete unused function.
11832 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
11833 Delete unused function.
11834
11835 2004-01-17 Mark Kettenis <kettenis@gnu.org>
11836
11837 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
11838 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
11839
11840 2004-01-16 Andrew Cagney <cagney@redhat.com>
11841
11842 Changes from Peter Schauer.
11843 * rs6000-tdep.c: Update copyright year.
11844 (rs6000_push_dummy_call): Update the stack pointer before
11845 accessing the corresponding stack region.
11846 * rs6000-nat.c: Update copyright year.
11847 (set_host_arch): Set "info.abfd" to "exec_bfd".
11848
11849 2004-01-15 Mark Kettenis <kettenis@gnu.org>
11850
11851 * blockframe.c: Update copyright year.
11852 (inside_entry_func): Don't treat a zero PC specially.
11853
11854 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
11855
11856 * gcore.c (gcore_copy_callback): Use paddr_d to print size
11857 variable.
11858 (gcore_create_callback): Ditto. Skip any memory segment that has
11859 no permissions set.
11860
11861 2004-01-14 David Carlton <carlton@kealia.com>
11862
11863 Change symbols for C++ nested types to contain the fully qualified
11864 name, if possible. (At least in the DWARF-2 case.) Partial fix
11865 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
11866 c++/895.
11867 * c-exp.y (qualified_type): Handle types nested within classes.
11868 * cp-namespace.c: Update comments.
11869 (cp_set_block_scope): Delete #if 0.
11870 (cp_lookup_nested_type): Handle types nested within classes.
11871 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
11872 when appropriate.
11873 (add_partial_symbol): Add the name of the enclosing namespace to
11874 types.
11875 (pdi_needs_namespace): New.
11876 (add_partial_namespace): Tweak comment.
11877 (add_partial_structure): New.
11878 (psymtab_to_symtab_1): Initialize processing_current_prefix
11879 here...
11880 (process_die): instead of here.
11881 (read_structure_scope): Try to figure out the name of the class or
11882 namespace that the structure might be defined within.
11883 (read_enumeration): Generate fully-qualified names, if possible.
11884 (read_namespace): Don't set name to NULL.
11885 (die_specification): New.
11886 (new_symbol): Generate fully-qualified names for types.
11887 (read_type_die): Determine appropriate prefix.
11888 (determine_prefix): New.
11889 (typename_concat): New.
11890 (class_name): New.
11891 * valops.c (value_aggregate_elt): Pass NOSIDE to
11892 value_struct_elt_for_reference.
11893 (value_struct_elt_for_reference): Make static, add NOSIDE
11894 parameter, call value_maybe_namespace_elt as a last resort.
11895 (value_namespace_elt): Break out code into
11896 value_maybe_namespace_elt.
11897 (value_maybe_namespace_elt): New.
11898
11899 2004-01-12 Andrew Cagney <cagney@redhat.com>
11900
11901 * mips-tdep.c (mips_convert_register_p): Handle both raw and
11902 cooked floating-point registers.
11903 (mips_gdbarch_init): Set convert_register_p, register_to_value,
11904 and value_to_register.
11905
11906 2004-01-13 Andrew Cagney <cagney@redhat.com>
11907
11908 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
11909 * gdbarch.c: Re-generate.
11910 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11911 FUNCTION_START_OFFSET.
11912 * v850-tdep.c (v850_gdbarch_init): Ditto.
11913 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11914 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11915 * sh-tdep.c (sh_gdbarch_init): Ditto.
11916 * s390-tdep.c (s390_gdbarch_init): Ditto.
11917 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11918 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11919 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11920 * mips-tdep.c (mips_gdbarch_init): Ditto.
11921 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11922 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11923 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11924 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11925 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11926 * i386-tdep.c (i386_gdbarch_init): Ditto.
11927 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11928 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11929 * frv-tdep.c (frv_gdbarch_init): Ditto.
11930 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11931 * cris-tdep.c (cris_gdbarch_init): Ditto.
11932 * avr-tdep.c (avr_gdbarch_init): Ditto.
11933 * arm-tdep.c (arm_gdbarch_init): Ditto.
11934 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11935
11936 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
11937
11938 * infrun.c (follow_fork_mode_ask): Remove.
11939 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
11940 (follow_fork): Simplify and remove internal error for
11941 follow_fork_mode_ask.
11942 (_initialize_infrun): Update "set follow-fork-mode" help text.
11943
11944 2004-01-13 Andrew Cagney <cagney@redhat.com>
11945
11946 * configure.in: Update copyright year.
11947 (build_warnings): Add -Wunused-label.
11948 * configure: Re-generate.
11949
11950 2004-01-12 Andrew Cagney <cagney@redhat.com>
11951
11952 * exec.h (exec_ops): Make "extern".
11953
11954 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
11955 the function is void.
11956 (mips_pseudo_register_write): Ditto.
11957
11958 2004-01-12 Andrew Cagney <cagney@redhat.com>
11959
11960 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
11961 call. Never defined.
11962 * sparc-tdep.h (struct frame_info): Add opaque declaration.
11963 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
11964 (struct sparc_gregset, struct regcache): Ditto.
11965 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
11966
11967 2004-01-12 Andrew Cagney <cagney@redhat.com>
11968
11969 * mi/ChangeLog: Delete file. Renamed to ...
11970 * mi/ChangeLog-1999-2003: New file.
11971 * tui/ChangeLog: Delete file. Renamed to ...
11972 * tui/ChangeLog-1998-2003: New file.
11973
11974 2004-01-11 Mark Kettenis <kettenis@gnu.org>
11975
11976 * sparc64nbsd-tdep.c: Include "regset.h".
11977 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
11978 Remove variables.
11979 (fetch_core_registers): Remove function.
11980 (sparc64nbsd_core_fns): Remove variable.
11981 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
11982 functions.
11983 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
11984 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11985 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
11986
11987 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
11988 sparc_extract_struct_value_address.
11989 (sparc32_gdbarch_init): Set extract_struct_value_address.
11990 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
11991 function.
11992 (sparc64_init_abi): Set extract_struct_value_address. Don't set
11993 return_value_on_stack.
11994
11995 * NEWS: Mention that %cs and %ss have been added to the AMD64
11996 configurations
11997
11998 * frame.c: Update copyright year.
11999 (get_prev_frame): Improve comment.
12000
12001 * sparc64fbsd-tdep.c: Include "regset.h".
12002 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12003 Remove variables.
12004 (fetch_core_registers): Remove function.
12005 (sparc64fbsd_core_fns): Remove variable.
12006 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
12007 functions.
12008 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
12009 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12010 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
12011
12012 * sparcnbsd-tdep.c: Include "regset.h".
12013 (fetch_core_registers): Remove function.
12014 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
12015 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
12016 functions.
12017 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
12018 TDEP->fpregset.
12019 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
12020
12021 * sparc-tdep.h (struct regset): Provide opaque declaration.
12022 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
12023 fpregset and sizeof_fpregset members.
12024 * sparc-tdep.c (struct regset): Provide opaque declaration.
12025 (sparc_regset_from_core_section): New function.
12026 (sparc32_gdbarch_init): Initialize TDEP->gregset,
12027 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
12028 Set regset_from_core_section when appropriate.
12029
12030 2004-01-10 Mark Kettenis <kettenis@gnu.org>
12031
12032 * x86-64-tdep.c (amd64_non_pod_p): New function.
12033 (amd64_classify_aggregate): Return class memory for non-POD
12034 C++ structure types.
12035
12036 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
12037 argument. Use it to reserve a register if necessary.
12038 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
12039 amd64_push_arguments.
12040
12041 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
12042
12043 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
12044 register numbers in comments.
12045 * x86-64-tdep.h: Update copyright year.
12046 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
12047 Adjust for addition of %cs and %ss.
12048 * amd64fbsd-nat.c: Update copyright year.
12049 (reg_offset): Add register offsets for %cs and %ss.
12050 * amd64fbsd-tdep.c: Update copyright year.
12051 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
12052 (amd64fbsd_sc_reg_offset): Likewise.
12053 * x86-64-linux-nat.c: Update copyright year.
12054 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
12055 and %ss.
12056 * amd64nbsd-nat.c: Update copyright year.
12057 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
12058 * amd64nbsd-tdep.c: Update copyright year.
12059 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
12060 * x86-64-linux-tdep.c: Update copyright year.
12061 (user_to_gdb_regmap): Add mapping for %cs and %ss.
12062 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
12063 * regformats/reg-x86-64.dat: Add %cs and %ss.
12064
12065 * blockframe.c (inside_entry_func): Reformat. Introduce new local
12066 variables to prevent long lines. Update comments to reflect
12067 reality.
12068
12069 2004-01-09 David Carlton <carlton@kealia.com>
12070
12071 Checked in by Elena Zannoni <ezannoni@redhat.com>.
12072 * dwarf2read.c (read_namespace): Pull out name-generating code
12073 into namespace_name. Rename previous_namespace to previous_prefix
12074 and processing_current_namespace to processing_current_prefix..
12075 (namespace_name): New function.
12076 (add_partial_symbol): Substitute uses of pdi->name with
12077 actual_name.
12078 * cp-support.h: Rename processing_current_namespace to
12079 processing_current_prefix.
12080 Update copyright year.
12081 * cp-namespace.c: Rename processing_current_namespace to
12082 processing_current_prefix.
12083 Update copyright year.
12084
12085 2004-01-09 Andrew Cagney <cagney@redhat.com>
12086
12087 * jv-valprint.c, ser-unix.c: Add missing copyright years.
12088
12089 2004-01-09 Mark Kettenis <kettenis@gnu.org>
12090
12091 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
12092 complaining.
12093 (process_one_symbol): Deal with N_PATCH stabs.
12094
12095 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
12096
12097 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
12098 ifdeffed code.
12099 Update copyright year.
12100
12101 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12102
12103 * config/pa/tm-hppa.h: Update extern declarations for
12104 hppa32_hpux_frame_saved_pc_in_sigtramp,
12105 hppa32_hpux_frame_base_before_sigtramp, and
12106 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
12107
12108 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12109
12110 * config/pa/tm-hppah.h: Update copyright years.
12111
12112 2004-01-08 Andrew Cagney <cagney@redhat.com>
12113
12114 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
12115 (mips_o32_reg_struct_has_addr): Delete function.
12116 (mips_gdbarch_init): Update.
12117 (mips_extract_struct_value_address): Delete function.
12118
12119 2004-01-08 David Mosberger <davidm@hpl.hp.com>
12120
12121 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
12122 reality.
12123
12124 2004-01-07 Andrew Cagney <cagney@redhat.com>
12125
12126 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
12127 architecture's elf flags (when available).
12128
12129 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
12130 FPU to the start, check the MIPS FPU when looking for an old
12131 architecture.
12132 (set_mipsfpu_single_command): Update the architecture.
12133 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
12134
12135 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
12136 (mips_mask_address_p): Add "tdep" parameter.
12137 (show_mask_address, mips_addr_bits_remove): Update.
12138 (mips_dump_tdep): Update.
12139 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
12140 (MIPS_STACK_ARGSIZE): Delete macro.
12141 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
12142 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
12143 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
12144 (mips_dump_tdep): Update.
12145 (MIPS_SAVED_REGSIZE): Delete macro.
12146 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
12147 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
12148 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
12149 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
12150 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
12151 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
12152 (mips_pop_frame, return_value_location): Update.
12153 (mips_n32n64_return_value, mips_dump_tdep): Update.
12154
12155 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
12156 MIPS ABI.
12157
12158 * mips-tdep.c: Update copyright.
12159 (mips_gdbarch_init): Merge two code blocks handling the register
12160 name and number layout.
12161
12162 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
12163
12164 * tracepoint.c (validate_actionline): Fix segv at EOF
12165
12166 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12167
12168 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
12169 properly for static fields.
12170
12171 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
12172 Jason Molenda <jmolenda@apple.com>
12173
12174 * disasm.c: Update copyright to include 2004.
12175 (do_mixed_source_and_assembly): For uiout asm list
12176 and tuple cleanups, initialize to null_cleanup instead of
12177 NULL and do so prior to loop. Only reset when we close off
12178 the tuple/list. Move check for whether to close off the
12179 asm tuple/list to after dump_insns call where it will be run
12180 on each loop iteration.
12181
12182 2004-01-05 Andrew Cagney <cagney@redhat.com>
12183
12184 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
12185 should be a switch case and not a label.
12186 * mips-tdep.c (mips32_next_pc): Delete unused labels
12187 "greater_equal_branch" and "less_zero_branch".
12188 * jv-valprint.c (java_print_value_fields): Delete unused label
12189 "flush_it".
12190
12191 * target.c (unpush_target): Only close a target that is in the
12192 target stack.
12193
12194 2004-01-05 Mark Kettenis <kettenis@gnu.org>
12195
12196 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
12197 address from [sp + 64] instead of %o2.
12198
12199 * frame.c (get_prev_frame): Don't try to unwind the PC. This
12200 fixes PR backtrace/1476.
12201
12202 2004-01-05 Andrew Cagney <cagney@redhat.com>
12203
12204 * libunwind-frame.h (struct frame_id): Add opaque declaration,
12205 move to start of file.
12206 * i386-tdep.h (struct regcache): Add opaque declaration.
12207 * config/ia64/nm-linux.h (struct target_ops): Add opaque
12208 declaration.
12209 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
12210 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
12211 * win32-nat.c (fake_create_process): Use ISO C style definition.
12212 * stabsread.c (define_symbol): Delete #ifndef
12213 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
12214 stabs_argument_has_addr call, macro never defined.
12215
12216 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
12217
12218 * op50-rom.c: Delete.
12219 * w89k-rom.c: Delete.
12220 * Makefile.in: Remove references.
12221
12222 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12223
12224 * x86-64-tdep.c: Update copyright year.
12225 (struct amd64_register_info): Rename from x86_64_register_info.
12226 (amd64_register_info): Rename from x86_64_register_info.
12227 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
12228 (amd64_register_name): Rename from x86_64_register_name.
12229 (amd64_register_type): Rename from x86_64_register_type.
12230 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
12231 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
12232 (amd64_dwarf_reg_to_regnum): Rename from
12233 x86_64_dwarf_reg_to_regnum.
12234 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
12235 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
12236 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
12237 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
12238 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
12239 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
12240 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
12241 (amd64_frame_cache): Rename from x86_64_frame_cache.
12242 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
12243 (amd64_frame_prev_register): Rename from
12244 x86_64_frame_prev_register.
12245 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
12246 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
12247 (amd64_sigtramp_frame_cache): Rename from
12248 x86_64_sigtramp_frame_cache.
12249 (amd64_sigtramp_frame_prev_register): Rename from
12250 x86_64_sigtramp_frame_prev_register.
12251 (amd64_sigtramp_frame_unwind): Rename from
12252 x86_64_sigtramp_frame_unwind.
12253 (amd64_sigtramp_frame_sniffer): Rename from
12254 x86_64_sigtramp_frame_sniffer.
12255 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
12256 (amd64_frame_base): Rename from x86_64_frame_base.
12257 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
12258 (amd64_frame_align): Rename from x86_64_frame_align.
12259 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
12260 (amd64_regset_from_core_section): Rename from
12261 x86_64_regset_from_core_section.
12262 (x86_64_init_abi): Update comments.
12263
12264 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
12265
12266 * MAINTAINERS (write after approval): Add myself.
12267
12268 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12269
12270 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
12271 `float' arguments.
12272
12273 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12274
12275 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
12276 such that it mentions a specific version of GCC that exhibits this
12277 bug.
12278
12279 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12280
12281 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
12282 structure that has a single `float' member, store it in %f1 in
12283 addition to %f0.
12284
12285 * sparc-sol2-nat.c: Add missing '\'.
12286
12287 * sparc-tdep.c (sparc32_return_value): New function.
12288 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
12289 Remove functions.
12290 (sparc32_gdbarch_init): Set return_value, don't set
12291 extract_return_value, store_return_value, use_struct_convention
12292 and return_value_on_stack.
12293
12294 * sparc-sol2-nat.c: Add missing ')'.
12295
12296 2004-01-03 J. Brobecker <brobecker@gnat.com>
12297
12298 * infrun.c (handle_step_into_function): New function.
12299 (handle_inferior_event): Extract out some code into the new
12300 function above.
12301
12302 2004-01-03 J. Brobecker <brobecker@gnat.com>
12303
12304 * infrun.c (handle_inferior_event): Move the declaration of
12305 real_stop_pc inside the if blocks where it is used.
12306
12307 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12308
12309 * sparc64-tdep.c (sparc64_16_byte_align_p)
12310 (sparc64_store_floating_fields, sparc64_store_floating_fields):
12311 Use check_typedef to get subtypes of structures and unions.
12312 (sparc64_store_return_value): Fix calculation of the appropriate
12313 offset into VALBUF when storing a structure or union.
12314 (sparc64_return_value): New function.
12315 (sparc64_use_struct_convention): Remove function.
12316 (sparc64_init_abi): Set return_value, don't set
12317 extract_return_value, store_return_value and
12318 use_struct_convention.
12319
12320 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
12321
12322 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
12323 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
12324 gdb/config/alpha/xm-alphaosf.h,
12325 gdb/config/powerpc/tm-ppcle-eabi.h,
12326 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
12327 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
12328 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
12329 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
12330 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
12331 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
12332 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
12333 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
12334 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
12335 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
12336 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
12337 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
12338 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
12339 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
12340 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
12341 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
12342 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
12343 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
12344 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
12345 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
12346 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
12347 Remove lines for .cvsignore files.
12348
12349 2004-01-03 J. Brobecker <brobecker@gnat.com>
12350
12351 * infrun.c: Back out the previous change.
12352
12353 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12354
12355 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
12356 sparc-*-sunos4* to the list of REMOVED configurations.
12357
12358 * configure.tgt: Add back sparc-*-vxworks*.
12359 * remote-vxsparc.c: Remove all includes except for "defs.h",
12360 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
12361 Include "sparc-tdep.h".
12362 (SPARC_R_G1): New define.
12363 (vxsparc_gregset): New variable.
12364 (ext_format_sparc): Remove extern declaration.
12365 (vx_read_register): Rewrite to use sparc32_supply_gregset and
12366 sparc32_supply_fpregset.
12367 (vx_write_register): Rewrite to use sparc32_collect_gregset,
12368 sparc_collect_rwindow and sparc32_collect_fpregset.
12369 * config/sparc/tm-vxworks.h: New file, based on recently removed
12370 tm-vxsparc.h.
12371 * config/sparc/vxworks.mt: New file, based on recently removed
12372 vxworks.mt.
12373
12374 2004-01-03 J. Brobecker <brobecker@gnat.com>
12375
12376 * infrun.c (handle_step_into_function): New function.
12377 (handle_inferior_event): Extract out some code into the new
12378 function above.
12379
12380 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12381
12382 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
12383 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
12384 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
12385 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
12386 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
12387 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
12388 (sparc_nat_h): New variable.
12389 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
12390 (tm-sun4os4.h): Remove dependency.
12391 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
12392 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
12393 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
12394 sparc-tdep.o): Update dependencies.
12395 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
12396 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
12397 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
12398 dependencies.
12399 * configure.host: Remove existing sparc-*-lynxos*,
12400 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
12401 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
12402 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
12403 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
12404 triplets.
12405 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
12406 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
12407 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
12408 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
12409 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
12410 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
12411 sparc64-*-solaris2* and sparc64-*-* triplets.
12412 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
12413 "symtab.h" and "objfiles.h".
12414 (BIAS): Remove define.
12415 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
12416 (X_DISP19): Remove macros.
12417 (sparc_fetch_instruction): Remove function.
12418 (struct gdbarch_tdep): Remove definition.
12419 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
12420 (sparc_breakpoint_from_pc): Remove function.
12421 (struct sparc64_frame_cache): Remove definition.
12422 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
12423 sparc64_unwind_pc): Remove functions.
12424 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
12425 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
12426 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
12427 (sparc64_frame_cache): Change return type to `struct
12428 sparc_frame_cache *'. Simply call sparc_frame_cache.
12429 (sparc64_frame_this_id, sparc64_frame_prev_register,
12430 sparc64_frame_base_address): Use `struct sparc_frame_cache'
12431 instead of `struct sparc64_frame_cache.
12432 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
12433 sparc_analyze_control_transfer, sparc_software_single_step,
12434 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
12435 _initialize_sparc64_tdep): Remove functions.
12436 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
12437 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
12438 macros.
12439 (sparc64_supply_gregset, sparc64_collect_gregset,
12440 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
12441 (sparc64_init_abi): New function.
12442 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
12443 inclusion guard. Include "sparc-tdep.h".
12444 (BIAS): Define.
12445 (r_tstate_offset, r_fprs_offset): New defines.
12446 (enum sparc_regnum): Remove defenition.
12447 (enum sparc64_regnum): Reformat.
12448 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
12449 (sparc64_init_abi, sparc64_supply_gregset,
12450 sparc64_collect_gregset, sparc64_supply_fpregset,
12451 sparc64_collect_fpregset): New prototypes.
12452 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
12453 Add extern declarations.
12454 (sparc64_sol2_init_abi): New prototype.
12455 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12456 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12457 prototypes.
12458 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
12459 "sparnbsd-nat.h".
12460 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
12461 functions.
12462 (_initialize_sparc64fbsd_nat): Remove initialization of
12463 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
12464 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
12465 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
12466 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
12467 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
12468 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
12469 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
12470 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
12471 (sparc64fbsd_r_y_offset): Remove variables.
12472 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12473 Make static and const.
12474 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12475 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12476 functions.
12477 (sparc64fbsd_gregset): New variable.
12478 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
12479 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
12480 and sparc64_supply_fpregset.
12481 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
12482 (sparc64fbsd_sigtramp_frame_this_id)
12483 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
12484 (sparc64fbsd_sigtramp_frame_unwind): New variable.
12485 (sparc64fbsd_sigtramp_frame_sniffer): New function.
12486 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
12487 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
12488 * sparcnbsd-tdep.c: Update copyright year. Include
12489 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
12490 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
12491 "value.h" and "sparcnbsd-tdep.h".
12492 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
12493 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
12494 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
12495 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
12496 defines.
12497 (sparcnbsd_gregset): New variable.
12498 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
12499 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
12500 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
12501 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
12502 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
12503 variables.
12504 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
12505 (sparc32nbsd_sigcontext_frame_this_id)
12506 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
12507 (sparc32nbsd_sigcontext_frame_unwind): New variable.
12508 (sparc32nbsd_sigtramp_frame_sniffer): New function.
12509 (sparcnbsd_get_longjmp_target_32,
12510 sparcnbsd_get_longjmp_target_64): Remove functions.
12511 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
12512 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
12513 sparcnbsd_init_elf): Remove.
12514 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
12515 (sparcnbsd_elf_init_abi): New functions.
12516 (_initialize_sparcnbsd_tdep): New prototype.
12517 (_initialize_sparnbsd_tdep): Update.
12518 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
12519 corelow.o. Add sparc64-nat.o and sparc-nat.o.
12520 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
12521 * config/sparc/linux.mh: Update comment.
12522 (XM_FILE, HOST_IPC): Remove variables.
12523 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
12524 sparc-linux-nat.o.
12525 * config/sparc/linux.mt: Update comment.
12526 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
12527 * config/sparc/nbsd.mt: Reformat.
12528 * config/sparc/nbsd64.mh: Update comment.
12529 (NATDEPFILES): Add sparc-nat.o.
12530 * config/sparc/nbsd64.mt: Update comment.
12531 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
12532 (TM_FILE): Set to tm-nbsd.h.
12533 * config/sparc/nbsdelf.mh: Update comment.
12534 (NATDEPFILES): Add sparc-nat.o.
12535 (XM_FILE): Delete.
12536 * config/sparc/nbsdaout.mh: Update comment.
12537 (NATDEPFILES): Add sparc-nat.o
12538 (XM_FILE): Delete.
12539 * config/sparc/nm-linux.h: Update copyright year. Don't include
12540 "config/nm-svr4.h" and "solib.h". Add protection against multiple
12541 inclusion.
12542 (KERNEL_U_SIZE): Remove define.
12543 (kernel_u_size): Remove prototype.
12544 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
12545 * config/sparc/nm-nbsd.h: Update copyright. Don't include
12546 "regcache.h".
12547 (CHILD_PREPARE_TO_STORE): Remove define.
12548 * config/sparc/nm-nbsdaout.h: Tweak some comments.
12549 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
12550 sparcnbsd-nat.c: Rewrite files.
12551 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
12552 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
12553 sparcnbsd-tdep.h: Remove files.
12554 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
12555 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
12556 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
12557 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
12558 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
12559 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
12560 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
12561 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
12562 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
12563 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
12564 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
12565 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
12566 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
12567 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
12568 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
12569 * config/sparc/linux64.mh, config/sparc/linux64.mt,
12570 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
12571 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
12572 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
12573
12574 2004-01-02 Andrew Cagney <cagney@redhat.com>
12575
12576 From 2003-12-18 Kazuhiro Inaoka:
12577 * configure.host: Add m32r-linux target.
12578
12579 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12580
12581 * top.c (print_gdb_version): Update year to 2004.
12582
12583 2004-01-02 Mark Mitchell <mark@codesourcery.com>
12584
12585 * MAINTAINERS: Add myself to the write-after-approval category.
12586
12587 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
12588
12589 From Bernardo Innocenti <bernie@develer.com>:
12590 * configure.tgt: Add uClinux target.
12591
12592 2004-01-02 Andrew Cagney <cagney@redhat.com>
12593
12594 * utils.c (do_my_cleanups): Make static, add forward declaration.
12595 * defs.h (do_my_cleanups): Delete declaration.
12596
12597 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
12598
12599 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12600 bfd/ChangeLog-0203.
12601
12602 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12603
12604 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
12605 in <machine/reg.h>.
12606 * configure, config.in: Regenerate.
12607
12608 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
12609 tui/ChangeLog-1998-2003.
12610 \f
12611 Local Variables:
12612 mode: change-log
12613 left-margin: 8
12614 fill-column: 74
12615 version-control: never
12616 End:
This page took 0.323813 seconds and 4 git commands to generate.