2004-04-28 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-04-28 Andrew Cagney <cagney@redhat.com>
2
3 * stack.c (print_stack_frame_stub): Delete declaration.
4 (struct print_stack_frame_args, print_stack_frame)
5 (print_frame_info, print_frame): Replace "source" with print what.
6 Replace "print" with "print_level". Replace "args" with
7 "print_args".
8 * frame.h (show_and_print_stack_frame, print_stack_frame)
9 (print_frame_info): Update declarations.
10 * stack.c (select_and_print_frame, frame_command)
11 (current_frame_command, up_command, down_command): Update calls -
12 use get_selected_frame, pass "enum print_what" for source, do not
13 call frame_relative_level.
14 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
15 * remote-rdp.c (remote_rdp_open): Ditto.
16 * remote-mips.c (common_open): Ditto.
17 * remote-e7000.c (e7000_start_remote): Ditto.
18 * ocd.c (ocd_start_remote): Ditto.
19 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
20 * infrun.c (normal_stop): Ditto.
21 * inflow.c (kill_command): Ditto.
22 * infcmd.c (finish_command): Ditto.
23 * corelow.c (core_open): Ditto.
24 * tracepoint.c (finish_tfind_command): Ditto.
25 * thread.c (info_threads_command, info_threads_command)
26 (restore_current_thread, do_captured_thread_select): Ditto.
27 * ada-tasks.c (task_command): Ditto.
28
29 2004-04-26 Orjan Friberg <orjanf@axis.com>
30
31 * frame.c: Include "observer.h".
32 (frame_observer_target_changed): New function.
33 (_initialize_frame): Attach target_changed observer.
34 * regcache.c: Include "observer.h".
35 (regcache_observer_target_changed): New function.
36 (_initialize_regcache): Attach target_changed observer.
37 * valops.c: Include "observer.h".
38 (value_assign): Notify target_changed event when modifying register.
39 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
40
41 2004-04-26 Orjan Friberg <orjanf@axis.com>
42
43 From Paul Koning <pkoning@equallogic.com>:
44 * breakpoint.c (free_valchain): New function.
45 (insert_bp_location, delete_breakpoint): Use free_valchain.
46 (remove_breakpoint): Do not remove the valchain.
47 (bpstat_stop_status): If not stopped by watchpoint, skip
48 watchpoints when generating stop status list.
49 * infrun.c (handle_inferior_event): Make
50 stepped_after_stopped_by_watchpoint a global variable.
51 * remote.c (remote_stopped_data_address): Return watch data
52 address rather than zero if stepped_after_stopped_by_watchpoint is
53 set.
54
55 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
56
57 Fix PR gdb/1626.
58 * configure.in: Check for curses after termcap.
59 On osf5.*, do not check for ncurses.
60 * configure: Regenerate.
61
62 2004-04-25 Mark Kettenis <kettenis@gnu.org>
63
64 * ppcobsd-nat.c: Include "ppc-tdep.h".
65 * Makefile.in (ppcobsd-nat.o): Update dependencies.
66
67 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
68 Fixes PR tdep/1623 and PR tdep/1624.
69
70 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
71
72 * xmodem.h, xmodem.c: Remove files.
73 * Makefile.in: Remove references to xmodem.h, xmodem.c.
74
75 2004-04-23 Randolph Chung <tausq@debian.org>
76
77 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
78 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
79 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
80 for handling stackless frames.
81 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
82
83 2004-04-23 Randolph Chung <tausq@debian.org>
84
85 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
86 starts at a pc before the frame is created.
87
88 2004-04-23 Joel Brobecker <brobecker@gnat.com>
89
90 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
91
92 2004-04-23 Jerome Guitton <guitton@gnat.fr>
93
94 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
95 use convert_typed_floating to get the appropriate format.
96
97 2004-04-22 Randolph Chung <tausq@debian.org>
98
99 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
100 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
101 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
102 (hppa_sign_extend): Add prototype.
103 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
104 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
105 (sign_extend): Rename with hppa_ prefix and make non-static. Other
106 hppa targets will also use these functions.
107 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
108 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
109 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
110 (hppa_gdbarch_init): Remove gdbarch setting of
111 skip_trampoline_code, in_solib_call_trampoline and
112 in_solib_return_trampoline.
113 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
114 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
115 hppa_in_solib_call_trampoline.
116 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
117 Moved from hppa-tdep.c.
118 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
119 in_solib_call_trampoline and in_solib_return_trampoline.
120
121 2004-04-22 Randolph Chung <tausq@debian.org>
122
123 * hppa-tdep.c (hppa_debug): New variable.
124 (find_unwind_entry, hppa_frame_cache): Add debug output.
125 (_initialize_hppa_tdep): Add command to set debug flag.
126
127 2004-04-22 Andrew Cagney <cagney@redhat.com>
128
129 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
130 "trad-frame.h".
131 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
132 signal trampoline unwinder.
133 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
134
135 2004-04-22 Mark Kettenis <kettenis@gnu.org>
136
137 Add OpenBSD/powerpc support.
138 * NEWS (New native configurations): Mention OpenBSD/powerpc.
139 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
140 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
141 (ppc_collect_fpregset): New prototypes.
142 * ppcobsd-nat.c: New file.
143 * ppcobsd-tdep.c: New file.
144 * ppcobsd-tdep.h: New file.
145 * rs6000-tdep.c: Include "regset.h".
146 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
147 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
148 New functions.
149 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
150 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
151 (rs6000-tdep.o): Update dependencies.
152 * configure.host: Add powerpc-*-openbsd.
153 * configure.tgt: Add powerpc-*-openbsd.
154 * config/powerpc/obsd.mh: New file.
155 * config/powerpc/nm-obsd.h: New file.
156 * config/powerpc/obsd.mt: New file.
157
158 2004-04-22 Andrew Cagney <cagney@redhat.com>
159
160 * frame.h (show_frame_info): Delete declaration.
161
162 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
163 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
164 * m32r-tdep.c (m32r_frame_this_id): Ditto.
165 * frv-tdep.c (frv_frame_this_id): Ditto.
166 * avr-tdep.c (avr_frame_this_id): Ditto.
167
168 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
169
170 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
171
172 2004-04-22 Jim Blandy <jimb@redhat.com>
173
174 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
175 register number zero.
176
177 2004-04-21 Michael Snyder <msnyder@redhat.com>
178
179 * mips-tdep.c (heuristic_proc_start):
180 Warning() already prefixes "Warning: ".
181
182 2004-04-21 Andrew Cagney <cagney@redhat.com>
183
184 * annotate.h (deprecated_annotate_starting_hook)
185 (deprecated_annotate_stopped_hook)
186 (deprecated_annotate_exited_hook)
187 (deprecated_annotate_signal_hook)
188 (deprecated_annotate_signalled_hook): Deprecate.
189 * tracepoint.h (deprecated_create_tracepoint_hook)
190 (deprecated_delete_tracepoint_hook)
191 (deprecated_modify_tracepoint_hook)
192 (deprecated_trace_find_hook)
193 (deprecated_trace_start_stop_hook): Deprecate.
194 * target.h (deprecated_target_new_objfile_hook): Deprecate.
195 * remote.h (deprecated_target_resume_hook)
196 (deprecated_target_wait_loop_hook): Deprecate.
197 * gdbcore.h (deprecated_exec_file_display_hook)
198 (deprecated_file_changed_hook): Deprecate.
199 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
200 * defs.h (deprecated_modify_breakpoint_hook)
201 (deprecated_command_loop_hook, deprecated_show_load_progress)
202 (deprecated_print_frame_info_listing_hook)
203 (deprecated_query_hook, deprecated_warning_hook)
204 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
205 (deprecated_delete_breakpoint_hook)
206 (deprecated_interactive_hook, deprecated_registers_changed_hook)
207 (deprecated_readline_begin_hook, deprecated_readline_hook)
208 (deprecated_readline_end_hook, deprecated_register_changed_hook)
209 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
210 (deprecated_context_hook, deprecated_target_wait_hook)
211 (deprecated_attach_hook, deprecated_detach_hook)
212 (deprecated_call_command_hook, deprecated_set_hook)
213 (deprecated_error_hook, deprecated_error_begin_hook)
214 (deprecated_ui_load_progress_hook): Deprecate.
215 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
216 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
217 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
218 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
219 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
220 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
221 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
222 * annotate.c, aix-thread.c: Update.
223
224 2004-04-21 Andrew Cagney <cagney@redhat.com>
225
226 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
227 * vaxnbsd-tdep.c: Include "gdb_string.h".
228
229 * symfile.c (symbol_file_add_from_memory): #if 0 function.
230 (add_symbol_file_from_memory_command): #if 0 function body, call
231 error instead.
232
233 2004-04-21 Andrew Cagney <cagney@redhat.com>
234
235 * gdbcore.h: Update copyright.
236 (deprecated_add_core_fns): Rename add_core_fns.
237 * win32-nat.c (_initialize_core_win32): Update.
238 * sun3-nat.c (_initialize_core_sun3): Update.
239 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
240 * rs6000-nat.c (_initialize_core_rs6000): Update.
241 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
242 * nto-tdep.c (_initialize_nto_tdep): Update.
243 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
244 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
245 * mips-nat.c (_initialize_core_mips): Update.
246 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
247 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
248 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
249 * lynx-nat.c (_initialize_core_lynx): Update.
250 * irix5-nat.c (_initialize_core_irix5): Update.
251 * i386-interix-nat.c (_initialize_core_interix): Update.
252 * cris-tdep.c (_initialize_cris_tdep): Update.
253 * corelow.c (deprecated_add_core_fns): Update.
254 * core-regset.c (_initialize_core_regset): Update.
255 * core-aout.c (_initialize_core_aout): Update.
256 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
257 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
258 * alpha-nat.c (_initialize_core_alpha): Update.
259
260 2004-04-21 Jim Blandy <jimb@redhat.com>
261
262 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
263
264 >>>>>>> 1.5719
265 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
266
267 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
268 Delete.
269 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
270 (read_attribute_value): Update calls to dwarf_alloc_block.
271 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
272 dwarf2_tmp_obstack.
273 (psymtab_to_symtab_1): Likewise. Clean up using
274 free_stack_comp_unit.
275 (add_to_cu_func_list): Use the comp_unit_obstack.
276
277 2004-04-19 Joel Brobecker <brobecker@gnat.com>
278
279 * dwarf2read.c (dwarf2_flag_true_p): New function.
280 (die_is_declaration): Use the function above. Add some comments.
281
282 2004-04-19 Mark Kettenis <kettenis@gnu.org>
283
284 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
285 architecture when registering sparcnbsd_core_osabi_sniffer.
286 Adjust comment.
287
288 2004-04-18 Mark Kettenis <kettenis@gnu.org>
289
290 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
291 return value.
292
293 Based on a patch from Brian Ford <ford@vss.fsi.com>:
294 * i386-tdep.c: Correct register numbering scheme comments
295 throughout.
296 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
297 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
298 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
299 (i386_gdb_arch_init): Likewise.
300
301 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
302 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
303 ppcnbsd-tdep.o.
304
305 * m68k-tdep.h: Tweak comments.
306 * m68k-tdep.c: Tweak comment.
307
308 2004-04-17 Randolph Chung <tausq@debian.org>
309
310 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
311 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
312 (hppa_hpux_som_init_abi): Set is_elf to 0.
313 (hppa_hpux_elf_init_abi): Set is_elf to 1.
314 * hppa-tdep.c (low_text_segment_address): Remove global.
315 (record_text_segment_lowaddr): Pass in low address as parameter. Use
316 section offset to calculate segment address.
317 (internalize_unwinds): Define low_text_segment_address as local and
318 pass to record_text_segment_lowaddr for ELF targets.
319 (hppa_gdbarch_init): Zero fill tdep structure.
320 (hppa_dump_tdep): Print tdep structure.
321 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
322
323 2004-04-17 Randolph Chung <tausq@debian.org>
324
325 * hppa-tdep.c (hppa_pseudo_register_read): Define.
326 (hppa_gdbarch_init): Set pseudo_register_read.
327 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
328 * regcache.c (supply_register): Remove check for
329 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
330
331 2004-04-17 Randolph Chung <tausq@debian.org>
332
333 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
334 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
335 (hpread_adjust_stack_address): Move to hpread.c.
336 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
337 obj_private_struct): Move from tm-hppa.h.
338 * hpread.c (hppa-tdep.h): Include.
339 (hpread_adjust_stack_address): Move from hppa-tdep.c.
340 (hpread_read_function_type, hpread_read_doc_function_type)
341 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
342 directly.
343 * pa64solib.c (hppa-tdep.h): Include.
344 * somsolib.c (hppa-tdep.h): Include.
345 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
346 inferior_status): Remove unused forward declarations.
347 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
348 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
349 obj_private_struct): Move to hppa-tdep.h.
350 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
351
352 2004-04-17 Randolph Chung <tausq@debian.org>
353
354 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
355 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
356 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
357 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
358 Remove forward declaration and make static.
359 (hppa_reg_struct_has_addr): Remove.
360
361 2004-04-16 Joel Brobecker <brobecker@gnat.com>
362
363 * observer.sh: Move comments in sed command to first column.
364
365 2004-04-16 Jason Molenda (jmolenda@apple.com)
366
367 * frame.c: Minor typeo corrections in comments.
368
369 2004-04-16 Joel Brobecker <brobecker@gnat.com>
370
371 * observer.c (observer_test_first_notification_function): Update
372 function profile.
373 (observer_test_second_notification_function): Likewise.
374 (observer_test_third_notification_function): Likewise.
375
376 2004-04-16 Mark Kettenis <kettenis@gnu.org>
377
378 From Brian Ford <ford@vss.fsi.com>:
379 * i386-tdep.c (i386_coff_init_abi): New function.
380 * i386-tdep.h (i386_coff_init_abi): New prototype.
381 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
382 register number translation functions for DWARF and DWARF 2.
383
384 2004-04-16 Joel Brobecker <brobecker@gnat.com>
385
386 * dwarf2read.c: Back out my previous change, it was incorrect.
387
388 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
389
390 * dwarf2read.c: Include "hashtab.h".
391 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
392 has_namespace_info.
393 (struct partial_die_info): Add comments. Use bitfields to reduce
394 memory footprint. Add scope, scope_set, has_specification,
395 spec_offset, die_parent, die_child, and die_sibling.
396 (peek_die_abbrev): Add prototype.
397 (partial_read_comp_unit_head): New function, broken out from
398 dwarf2_build_psymtabs_hard.
399 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
400 Use partial_read_comp_unit_head. Initialize the CU and
401 comp_unit_obstack. Update calls to read_partial_die and
402 scan_partial_symbols. Use free_stack_comp_unit and
403 load_partial_dies.
404 (scan_partial_symbols): Change PDI to a pointer. Use the child and
405 sibling pointers to walk partial DIEs. Call fixup_partial_die.
406 Update calls to helper functions. Remove NAMESPACE argument.
407 Update comments.
408 (partial_die_parent_scope, partial_die_full_name): New functions.
409 (add_partial_symbol): Remove namespace argument. Update call to
410 pdi_needs_namespace. Use partial_die_full_name. Handle
411 DW_TAG_namespace. Check has_namespace_info flag.
412 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
413 tag. Handle namespaces.
414 (add_partial_namespace, add_partial_enumeration): Simplify.
415 (guess_structure_name): New function, derived from
416 add_partial_structure.
417 (add_partial_structure): Remove.
418 (determine_class_name): Update comment.
419 (dwarf2_read_abbrevs): Set has_namespace_info flag.
420 (is_type_tag_for_partial, load_partial_dies): New functions.
421 (read_partial_die): Pass abbrev and abbrev_len as arguments.
422 Record specifications instead of following them immediately.
423 (find_partial_die_in_comp_unit, find_partial_die)
424 (fixup_partial_die, free_stack_comp_unit)
425 (hashtab_obstack_allocate, dummy_obstack_deallocate)
426 (partial_die_hash, partial_die_eq): New functions.
427 * Makefile.in (hashtab_h): Define.
428 (dwarf2read.o): Update dependencies.
429 (observer_inc, observer_h): Move to the correct section.
430
431 2004-04-15 Joel Brobecker <brobecker@gnat.com>
432
433 * dwarf2read.c (dwarf2_attribute_true_p): New function.
434 (die_is_declaration): Use the function above. Add comment.
435
436 2004-04-15 Joel Brobecker <brobecker@gnat.com>
437
438 * dwarf2read.c (read_structure_scope): Identify stub types
439 using die_is_declaration() only.
440
441 2004-04-15 Roland McGrath <roland@redhat.com>
442
443 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
444 argument instead of NAME.
445 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
446 in call to symbol_file_add_with_addrs_or_offsets.
447 (build_addr_info): New function, helper for ...
448 (symbol_file_add_from_memory): New function.
449 (add_symbol_file_from_memory_command): New function using that.
450 (_initialize_symfile): Register it for add-symbol-file-from-memory.
451 (pre_add_symbol_hook): Add const to argument type.
452 * symfile.h (symbol_file_add_from_memory): Declare it.
453
454 2004-04-15 Mark Kettenis <kettenis@gnu.org>
455
456 * NEWS (New native configurations): Mention OpenBSD/vax.
457 * configure.host: Add vax-*-openbsd*.
458 * config/vax/obsd.mh: New file.
459 * config/vax/nm-obsd.h: New file.
460
461 * vax-tdep.c: Include "regset.h".
462 (vax_supply_gregset): New function.
463 (vax_gregset): New variable.
464 (vax_regset_from_core_section): New function.
465 (vax_gdbarch_init): Set regset_from_core_section.
466 * Makefile.in (vax-tdep.o): Update dependencies.
467
468 2004-04-15 Andrew Cagney <cagney@redhat.com>
469
470 * observer.c (normal_stop_subject, observer_notify_normal_stop)
471 (observer_normal_stop_notification_stub)
472 (observer_attach_normal_stop, observer_detach_normal_stop):
473 Delete, replaced by #include "observer.inc".
474 * infrun.c (normal_stop): Pass "stop_bpstat" to
475 observer_notify_normal_stop.
476 * Makefile.in (observer_inc): Define.
477 (observer.o): Update dependencies.
478 (observer.h, observer.inc): New rules.
479 * observer.h: Delete file.
480 * observer.sh: New file.
481
482 2004-04-15 Mark Kettenis <kettenis@gnu.org>
483
484 * vax-tdep.c (vax_frame_cache): Fix typo.
485
486 2004-04-14 Mark Kettenis <kettenis@gnu.org>
487
488 * NEWS (New native configurations): Mention NetBSD/vax.
489 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
490 * config/vax/nbsdelf.mh: New file.
491 * config/vax/nbsdaout.mh: New file.
492 * config/vax/nm-nbsd.h: New file.
493 * config/vax/nm-nbsdaout.h: New file.
494
495 * vaxnbsd-tdep.c: New file.
496 * Makefile.in (vaxnbsd-tdep.o): New dependency.
497 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
498 * config/vax/nbsd.mt: New file.
499 * config/vax/tm-nbsd.h: New file.
500
501 * Makefile.in (vaxbsd-nat.o): New dependency.
502
503 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
504 * vax-tdep.c (vax_store_arguments): Remove struct_return and
505 struct_addr arguments. Don't push return value address.
506 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
507 arguments to vax_store_arguments. Store return value address in
508 R1.
509 (vax_store_struct_return, vax_extract_return_value)
510 (vax_store_return_value): Remove functions.
511 (vax_return_value): New function.
512 (vax_gdbarch_init): Set return value. Don't set
513 deprecated_store_struct_return, deprecated_extract_struct_return
514 and deprecated_store_return_value.
515
516 2004-04-14 Andreas Schwab <schwab@suse.de>
517
518 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
519 value buffer.
520 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
521
522 2004-04-14 Mark Kettenis <kettenis@gnu.org>
523
524 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
525 (vax_unwind_dummy_id): New functions.
526 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
527 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
528 variables.
529 (vax_fix_call_dummy): Remove function.
530 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
531 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
532 call_dummy_location, deprecated_call_dummy_words,
533 deprecated_sizeof_call_dummy_words,
534 deprecated_call_dummy_breakpoint_offset,
535 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
536 and deprecated_dummy_write_sp.
537
538 2004-04-13 David Carlton <carlton@kealia.com>
539
540 * MAINTAINERS: Move myself to "paper trail" section.
541
542 2004-04-12 Mark Kettenis <kettenis@gnu.org>
543
544 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
545 "trad-frame.h".
546 (vax_frame_init_saved_regs): Remove function.
547 (vax_sigtramp_saved_pc): Remove function.
548 (vax_frame_saved_pc): Remove function.
549 (vax_frame_args_address): Remove function.
550 (vax_frame_num_args): Rewrite.
551 (vax_frame_chain): Remove function.
552 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
553 VAX_FP_REGNUM.
554 (vax_pop_frame): Likewise.
555 (vax_saved_pc_after_call): Remove function.
556 (struct vax_frame_cache): New structure.
557 (vax_frame_cache): New function.
558 (vax_frame_this_id): New function.
559 (vax_frame_prev_register): New function.
560 (vax_frame_unwind): New variable.
561 (vax_frame_sniffer): New function.
562 (vax_frame_base_address): New function.
563 (vax_frame_args_address): New function.
564 (vax_frame_base): New variable.
565 (vax_unwind_pc): New function.
566 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
567 deprecated_fp_regnum, deprecated_saved_pc_after_call,
568 deprecated_frame_chain, deprecated_frame_saved_pc,
569 deprecated_frame_args_address and
570 deprecated_frame_init_saved_regs.
571 * Makefile.in (vax-tdep.o): Update dependencies.
572
573 * vaxbsd-nat.c: New file.
574
575 * vax-tdep.h: Update copyright year. Adjust comments.
576 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
577 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
578 (vax_regnum): New enum. Replacing...
579 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
580 (VAX_PS_REGNUM): ... these removed macros.
581 * vax-tdep.c (vax_register_name): Remove prototype.
582 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
583 (vax_register_byte, vax_register_raw_size,
584 vax_register_virtual_size, vax_register_virtual_type): Remove
585 functions.
586 (vax_register_type): New function.
587 (vax_breakpoint_from_pc): Reorganize.
588 (vax_gdbarch_init): Set register_type. Don't set
589 deprecated_register_size, deprecated_register_bytes,
590 deprecated_register_byte, deprecated_register_raw_size,
591 deprecated_max_register_raw_size,
592 deprecated_register_virtual_size,
593 deprecated_max_register_virtual_size and
594 deprecated_register_virtual_type. Add comment on stack direction.
595
596 2004-04-11 Mark Kettenis <kettenis@gnu.org>
597
598 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
599 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
600 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
601
602 2004-04-10 Randolph Chung <tausq@debian.org>
603
604 * MAINTAINERS (write after approval): Add myself.
605
606 2004-04-07 Randolph Chung <tausq@debian.org>
607
608 * hppa-tdep.c (hppa_inner_than): Remove.
609 (is_pa_2): Remove unused static variable.
610 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
611
612 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
613
614 * language.h (language_defn): Add new la_post_parser field.
615 * parser-defs.h (null_post_parser): New declaration (default for
616 la_post_parser).
617
618 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
619 insert call to that function.
620 (parse_exp_in_context): New function, including code formerly in
621 parse_exp_1. Calls language-dependent post-parser after
622 prefixification.
623 (parse_expression_in_context): New exported function.
624 (null_post_parser): New definition.
625 * expression.h (parse_expression_in_context): Add declaration.
626
627 * p-lang.c (pascal_language_defn): Add trivial post-parser.
628 * c-lang.c (c_language_defn): Ditto.
629 (cplus_language_defn): Ditto.
630 (asm_language_defn): Ditto.
631 (minimal_language_defn): Ditto.
632 * f-lang.c (f_language_defn): Ditto.
633 * jv-lang.c (java_language_defn): Ditto.
634 * language.c (unknown_language_defn): Ditto.
635 (auto_language_defn): Ditto.
636 (local_language_defn): Ditto.
637 * m2-lang.c (m2_language_defn): Ditto.
638 * scm-lang.c (scm_language_defn): Ditto.
639 * obj-lang.c (objc_language_defn): Ditto.
640
641 2004-04-10 Mark Kettenis <kettenis@gnu.org>
642
643 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
644 (amd64nbsd_mcontext_addr): New function.
645 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
646 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
647 with amd64nbsd_r_reg_offset, instead of building it on the fly.
648
649 * corelow.c (core_xfer_partial): Fix coding standards violation.
650 Add support for TARGET_OBJECT_WCOOKIE.
651
652 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
653 deprecated_pc_in_sigtramp.
654 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
655 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
656 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
657 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
658 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
659 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
660 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
661
662 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
663 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
664 Fix typo.
665
666 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
667 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
668 (amd64_collect_fxsave): Likewise.
669
670 * i386-sol2-tdep.c: Include "gdb_string.h".
671 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
672 name.
673 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
674
675 2004-04-10 Mark Kettenis <kettenis@gnu.org>
676
677 * i386-sol2-tdep.c: Include "solib-svr4.h".
678 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
679 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
680 * config/i386/tm-i386sol2.h: Include :solib.h".
681 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
682 solib-svr4.o and solib-legacy.o.
683 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
684 solib-svr4.o.
685
686 2004-04-09 Mark Kettenis <kettenis@gnu.org>
687
688 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
689 whether a register is supplied by PTRACE_GETFPREGS.
690 (store_inferior_registers): Likewise.
691 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
692 whether a register is supplied by PT_GETFPREGS.
693 (store_inferior_registers): Likewise.
694
695 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
696 * config/i386/linux64.mt (TDEPFILES): Likewise.
697
698 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
699
700 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
701 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
702 the program counter is in the range specified by `struct
703 gdbarch_tdep'.
704 * amd64-linux-tdep.c: Include "symtab.h".
705 (amd64_linux_pc_in_sigtramp): Remove function.
706 (amd64_linux_sigtramp_p): New function.
707 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
708 deprecated_pc_in_sigtramp.
709 * amd64nbsd-tdep.c: Include "symtab.h".
710 (amd64nbsd_sigtramp_p): New function.
711 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
712 deprecated_pc_in_sigtramp.
713 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
714 few comments.
715 (amd64obsd_pc_in_sigtramp): Remove function.
716 (amd64obsd_sigtramp_p): New function.
717 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
718 deprecated_pc_in_sigtramp.
719 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
720 (i386bsd_pc_ins_sigtramp): Remove prototype.
721 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
722 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
723 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
724 the program counter is in the range specified by `struct
725 gdbarch_tdep'.
726 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
727 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
728 (i386_go32_pc_in_sigtramp): Remove function.
729 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
730 Initialize TDEP->sigtramp_p.
731 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
732 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
733 deprecated_pc_in_sigtramp.
734 * i386-linux-tdep.c: Adjust comments.
735 (i386_linux_pc_in_sigtramp): Remove function.
736 (i386_linux_sigtramp_p): New function.
737 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
738 deprecated_pc_in_sigtramp.
739 * i386-nto-tdep.c: Update copyright year.
740 (i386nto_pc_in_sigtramp): Remove function.
741 (i386nto_sigtramp_p): New function.
742 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
743 SP_REGNUM.
744 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
745 deprecated_pc_in_sigtramp.
746 * i386-sol2-tdep.c: Update copyright year.
747 (i386_sol2_pc_in_sigtramp): Remove function.
748 (i386_sol2_sigtramp_p): New function.
749 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
750 deprecated_pc_in_sigtramp.
751 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
752 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
753 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
754 deprecated_sigtramp_start and deprecated_sigtramp_end.
755 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
756 (i386nbsd_pc_in_sigtramp): Remove function.
757 (i386nbsd_sigtramp_p): New function.
758 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
759 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
760 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
761 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
762 (i386obsd_pc_in_sigtramp): Remove function.
763 (i386obsd_sigtramp_p): New function.
764 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
765 functions.
766 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
767 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
768 TDEP->sigtramp_p.
769 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
770 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
771 dependencies.
772
773 * config/i386/i386aout.mt: Remove file.
774
775 * configure.tgt: Remove i[34567]86-*-go32*,
776 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
777 and i[34567]86-*-isc*. Set gdb_target to i386 for
778 i[34567]86-*-netware* and i[34567]86-*-*.
779 * config/i386/i386.mt: New file.
780 * config/i386/embed.mt: Remove file.
781 * config/i386/go32.mt: Remove file.
782 * config/i386/i386nw.mt: Remove file.
783 * config/i386/i386v.mt: Remove file.
784 * config/i386/tm-go32.h: Remove file.
785
786 * tui/tui-hooks.c: Include "readline/readline.h" after
787 "gdb_curses.h" instead of before.
788 * tui/tui-io.c: Likewise.
789
790 * tui/tui.c: Fix typo in comment.
791
792 * sparc64-tdep.c (sparc_address_from_register): Remove function.
793
794 2004-04-08 Andrew Cagney <cagney@redhat.com>
795
796 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
797 (deprecated_exception_support_initialized): Declare.
798 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
799 (initialize_hp_cxx_exception_support)
800 (child_enable_exception_callback): Update.
801 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
802 (deprecated_exception_support_initialized): Rename
803 deprecated_exception_catchpoints_are_fragile and
804 deprecated_exception_support_initialized.
805 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
806
807 * symtab.c (deprecated_hp_som_som_object_present): Rename
808 hp_som_som_object_present.
809 * symtab.h (deprecated_hp_som_som_object_present): Declare.
810 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
811 Update. Delete extern declaration.
812 * valops.c (hp_som_som_object_present): Ditto.
813 * parse.c (deprecated_hp_som_som_object_present)
814 (parse_nested_classes_for_hpacc): Ditto.
815 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
816 * hppa-hpux-tdep.c (hp_som_som_object_present)
817 (initialize_hp_cxx_exception_support): Ditto.
818 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
819 * cp-valprint.c (hp_som_som_object_present)
820 (cp_print_class_method): Ditto.
821 * c-typeprint.c (hp_som_som_object_present):
822 (c_type_print_base): Ditto.
823 * c-exp.y (hp_som_som_object_present): Ditto.
824
825 2004-04-08 Andrew Cagney <cagney@redhat.com>
826
827 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
828 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
829 (frame_unwind_find_by_frame): Re-implement the unwind code so
830 that it can both prepend and append sniffers. Replace
831 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
832 * tramp-frame.c (tramp_frame_append): Use
833 frame_unwind_prepend_unwinder.
834 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
835 frame_unwind_register_unwinder.
836 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
837 tramp_frame_append.
838 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
839 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
840 (mips_linux_init_abi): Update.
841
842 2004-04-08 Kevin Buettner <kevinb@redhat.com>
843
844 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
845 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
846 file support.
847
848 2004-04-07 Kevin Buettner <kevinb@redhat.com>
849
850 * ia64-tdep.c (elf.h): Don't include.
851 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
852
853 2004-04-07 Jason Molenda (jmolenda@apple.com)
854
855 * frame.h: Typeo corrections in comments.
856
857 2004-04-07 Jim Blandy <jimb@redhat.com>
858
859 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
860 %esp and %ebp
861
862 2004-04-07 Mark Kettenis <kettenis@gnu.org>
863
864 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
865 * config/sparc/linux64.mt (TDEPFILES): Likewise.
866 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
867 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
868 and solib-legacy.o.
869 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
870 solib-svr4.o.
871 * config/sparc/tm-sol2.h: Update copyright year. Include
872 "solib.h".
873
874 * sparc-sol2-tdep.c: Update copyright year. Include
875 "solib-svr4.h".
876 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
877 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
878 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
879 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
880 dependencies.
881
882 2004-04-06 Andrew Cagney <cagney@redhat.com>
883
884 * infttrace.c: Include "infttrace.h".
885 * infttrace.h: Include "target.h".
886 * Makefile.in (infttrace_h): Update.
887 (infttrace.o): Update.
888
889 2004-04-06 Andrew Cagney <cagney@redhat.com>
890
891 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
892 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
893 move extern declarations from here ...
894 * infttrace.h: ... to here.
895 * Makefile.in (hppah-nat.o): Update dependencies.
896
897 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
898 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
899 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
900 (hppa_breakpoint_from_pc): Delete.
901
902 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
903
904 2004-04-05 Andrew Cagney <cagney@redhat.com>
905
906 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
907 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
908 <sys/file.h>.
909
910 2004-04-06 Randolph Chung <tausq@debian.org>
911
912 Committed by Andrew Cagney (mechanical change).
913 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
914 exception_catchpoints_are_fragile, find_stub_with_shl_get,
915 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
916 child_enable_exception_callback, current_ex_event,
917 null_symtab_and_line, child_get_current_exception_event,
918 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
919 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
920 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
921 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
922 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
923 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
924 Move hpux-specific definitions ...
925 * hppa-hpux-tdep.c: ... to here.
926
927 2004-04-05 Andrew Cagney <cagney@redhat.com>
928
929 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
930 skip_prologue_using_sal.
931
932 2004-04-05 Andrew Cagney <cagney@redhat.com>
933
934 * config/i386/tm-i386.h: Delete file.
935 * config/i386/tm-vxworks.h: Update copyright, do not include
936 "tm-i386.h".
937 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
938 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
939 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
940 * config/i386/ncr3000.mt (TM_FILE): Delete.
941 * config/i386/interix.mt (TM_FILE): Delete.
942 * config/i386/i386v.mt (TM_FILE): Delete.
943 * config/i386/i386nw.mt (TM_FILE): Delete.
944 * config/i386/i386gnu.mt (TM_FILE): Delete.
945 * config/i386/i386aout.mt (TM_FILE): Delete.
946 * config/i386/embed.mt (TM_FILE): Delete.
947
948 2004-04-05 Kevin Buettner <kevinb@redhat.com>
949
950 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
951 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
952 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
953 (accg7_regnum): New constants.
954 (last_spr_regnum, last_pseudo_regnum): Update.
955 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
956 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
957 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
958 for accg registers.
959 (frv_register_sim_regno): Update spr_map[].
960
961 2004-04-04 Andrew Cagney <cagney@redhat.com>
962
963 * config/mips/xm-riscos.h: Delete.
964 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
965 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
966 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
967 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
968 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
969 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
970 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
971 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
972 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
973 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
974 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
975 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
976 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
977 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
978 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
979 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
980 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
981 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
982 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
983 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
984 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
985 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
986 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
987 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
988 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
989 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
990
991 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
992 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
993 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
994 * configure.host: Remove m680[01]0-sun-sunos3*,
995 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
996 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
997 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
998 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
999 mips-*-riscos*.
1000 * NEWS: Mention removed systems.
1001
1002 2004-04-04 Andrew Cagney <cagney@redhat.com>
1003
1004 GDB 6.1 release created from 6.1 branch.
1005
1006 2004-04-04 Andrew Cagney <cagney@redhat.com>
1007
1008 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
1009 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
1010 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
1011
1012 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
1013 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
1014 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
1015
1016 2004-04-03 Jim Blandy <jimb@redhat.com>
1017
1018 * MAINTAINERS: Chris Faylor has changed employers; add him to
1019 "paper trail" section, and update his E-mail address.
1020
1021 2004-04-03 Andrew Cagney <cagney@redhat.com>
1022
1023 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
1024 generic dummy frames.
1025 * dummy-frame.c: Update copyright.
1026 (dummy_frame_sniffer): Delete check for generic dummy frames.
1027
1028 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
1029 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
1030 (REG_PARM_STACK_SPACE): Delete.
1031 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
1032 Inline reference to REG_PARM_STACK_SPACE.
1033
1034 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
1035 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
1036 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
1037 (FRAME_BASE_BEFORE_SIGTRAMP)
1038 (hppa32_hpux_frame_base_before_sigtramp)
1039 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
1040 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
1041 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
1042 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
1043 (FRAME_BASE_BEFORE_SIGTRAMP)
1044 (hppa64_hpux_frame_base_before_sigtramp)
1045 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
1046
1047 2004-04-03 Andrew Cagney <cagney@redhat.com>
1048
1049 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
1050
1051 2004-04-02 Andrew Cagney <cagney@redhat.com>
1052
1053 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
1054 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
1055 * dummy-frame.h: Delete out-of-date comments.
1056 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
1057 * gdbarch.h, gdbarch.c: Re-generate.
1058
1059 2004-04-02 Joel Brobecker <brobecker@gnat.com>
1060
1061 Committed by Andrew Cagney <cagney@redhat.com>.
1062 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
1063 into account an instruction saving a register if we have already
1064 seen an earlier instruction saving that same register.
1065
1066 2004-04-02 Andrew Cagney <cagney@redhat.com>
1067
1068 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
1069 * gdbarch.h, gdbarch.c: Re-generate.
1070 * frame.c (legacy_get_prev_frame): Delete references to
1071 DEPRECATED_INIT_FRAME_PC_FIRST.
1072
1073 * infrun.c (pc_in_sigtramp): Delete function.
1074 (check_sigtramp2): Inline call to pc_in_sigtramp, use
1075 get_frame_type.
1076
1077 2004-04-02 Andrew Cagney <cagney@redhat.com>
1078
1079 * infrun.c (handle_step_into_function): Delete code conditional on
1080 legacy_frame_p.
1081 (handle_inferior_event, step_over_function): Ditto.
1082
1083 2004-04-02 Andrew Cagney <cagney@redhat.com>
1084
1085 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
1086 "previous frame inner to this frame" test.
1087
1088 2004-04-02 Andrew Cagney <cagney@redhat.com>
1089
1090 * frame.c (safe_frame_unwind_memory): New function.
1091 * frame.h (safe_frame_unwind_memory): Declare. Update description
1092 of /safe_/ methods.
1093 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
1094 "next_frame". Use safe_frame_unwind_memory.
1095 (tramp_frame_sniffer): Update call to tramp_frame_start.
1096
1097 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
1098
1099 * dwarf2read.c (dwarf2_objfile_data_key): New.
1100 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
1101 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
1102 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
1103 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
1104 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
1105 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
1106 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
1107 Remove variables.
1108 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
1109 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
1110 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
1111 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
1112 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
1113 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
1114 Remove macros.
1115 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
1116 data.
1117 (dwarf2_locate_sections, dwarf2_build_psymtabs)
1118 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
1119 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
1120 (read_partial_die, read_full_die, read_indirect_string)
1121 (dwarf_decode_line_header, dwarf_decode_macros)
1122 (dwarf2_symbol_mark_computed): Remove use of removed macros.
1123 Update uses of removed variables.
1124 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
1125 of removed macros.
1126 (_initialize_dwarf2_read): New function.
1127 * symfile.h (dwarf2_has_info): Update prototype.
1128 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
1129 * elfread.c (elf_symfile_read): Likewise.
1130
1131 2004-04-01 Jim Blandy <jimb@redhat.com>
1132
1133 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
1134 function for register numbers on all the rs6000-derived targets.
1135 (rs6000_gdbarch_init): Don't register a separate
1136 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
1137 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
1138 variants.
1139
1140 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
1141 numbering.
1142
1143 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1144
1145 * valarith.c: Update copyright notice.
1146 (value_add): Handle range types.
1147 (value_sub): Ditto.
1148 (value_equal): Ditto.
1149 (value_less): Ditto.
1150 (value_neg): Ditto.
1151 (value_complement): Ditto.
1152 (value_binop): Simplify slightly by using is_integral_type and
1153 eliminiating unnecessary COERCE_ENUMs.
1154
1155 2004-03-31 Andrew Cagney <cagney@redhat.com>
1156
1157 * frame.h (frame_unwind_id): Declare.
1158 * frame.c (frame_unwind_id): New function.
1159 (get_prev_frame_1): New function.
1160 (frame_debug_got_null_frame): New function.
1161 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
1162 code proper to prev_frame, update description.
1163 * infrun.c (step_over_function): Use frame_unwind_id.
1164
1165 2004-04-31 J. Brobecker <brobecker@gnat.com>
1166
1167 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
1168 (hppa64_push_dummy_call): Likewise.
1169
1170 2004-03-30 Jim Blandy <jimb@redhat.com>
1171
1172 From Ulrich Weigand:
1173 * utils.c (query): Do not use a va_list variable multiple times.
1174
1175 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
1176
1177 * Makefile.in (linux_nat_h): Update dependencies.
1178 * configure.in: Check for <gnu/libc-version.h>.
1179 * configure: Regenerate.
1180 * config.in: Regenerate.
1181 * linux-nat.h: Include "target.h". Add waitstatus field to
1182 struct lwp_info.
1183 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
1184 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
1185 to.
1186 (lin_lwp_handle_extended): New function. Handle clone events.
1187 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
1188 thread exit events.
1189 (child_wait): Handle clone events.
1190 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
1191 * linux-nat.c (linux_enable_event_reporting): Turn on
1192 PTRACE_O_TRACECLONE.
1193 (linux_handle_extended_wait): Handle clone events.
1194 * thread-db.c: Include <gnu/libc-version.h>.
1195 (struct private_thread_info): Add dying flag.
1196 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
1197 higher.
1198 (attach_thread): Update comments. Handle dying threads.
1199 (detach_thread): Set the dying flag.
1200 (check_event): Always call attach_thread.
1201
1202 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
1203
1204 * mips-tdep.c (mips_pdr_data): New.
1205 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
1206 (_initialize_mips_tdep): Initialize mips_pdr_data.
1207
1208 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
1209
1210 * minsyms.c (install_minimal_symbols): Move dropping leading
1211 char from linkage name from here...
1212 (prim_record_minimal_symbol_and_info): ...to here. Simplify
1213 test for "__gnu_compiled*" symbols.
1214
1215 2004-03-28 Jim Blandy <jimb@redhat.com>
1216
1217 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
1218 registers to temp register r0 and byte stores as prologue
1219 instructions.
1220
1221 2004-03-28 Andrew Cagney <cagney@redhat.com>
1222
1223 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
1224 arm*-*-*.
1225
1226 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
1227
1228 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
1229 and switch the layout to force a display of register window.
1230
1231 2004-02-26 J. Brobecker <brobecker@gnat.com>
1232
1233 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
1234 of the INTEGER class.
1235
1236 2004-03-26 Jim Blandy <jimb@redhat.com>
1237
1238 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
1239 bytes long on PPC GNU/Linux.
1240
1241 2004-03-26 David Carlton <carlton@kealia.com>
1242
1243 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
1244
1245 2004-03-25 Andrew Cagney <cagney@redhat.com>
1246
1247 * PROBLEMS: Add general section titles, remove references to
1248 specific releases.
1249
1250 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
1251
1252 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
1253 INT_REGISTER_SIZE.
1254 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
1255 FP_REGISTER_VIRTUAL_SIZE.
1256 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
1257 of DEPRECATED_REGISTER_RAW_SIZE.
1258 (arm_register_type): Add gdbarch argument.
1259 (arm_register_raw_size, arm_register_virtual_size): Delete.
1260 (arm_register_byte, arm_extract_return_value)
1261 (arm_store_return_value, arm_get_longjmp_target): Update references
1262 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
1263 (arm_gdbarch_init): Likewise. Don't set
1264 deprecated_register_raw_size, deprecated_register_virtual_size,
1265 deprecated_max_register_raw_size,
1266 deprecated_max_register_virtual_size, or
1267 deprecated_max_register_virtual_type. Do set register_type.
1268 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
1269 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
1270 (FP_REGISTER_VIRTUAL_SIZE): Delete.
1271 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
1272 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
1273 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
1274 INT_REGISTER_SIZE.
1275 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
1276 (remote_rdp_store_register): Likewise.
1277
1278 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
1279
1280 * Makefile.in (mips-linux-tdep.o): Update dependencies.
1281 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
1282 to after osabi initialization.
1283 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
1284 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
1285 functions.
1286 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
1287 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
1288 variables.
1289 (mips_linux_init_abi): Append signal trampoline unwinders.
1290
1291 2004-03-24 Andrew Cagney <cagney@redhat.com>
1292
1293 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
1294 * tramp-frame.c: Include "gdb_assert.h".
1295 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
1296 correct sizeof.
1297 (tramp_frame_append): Validate the tramp frame's instructions.
1298 * Makefile.in (tramp-frame.o): Update dependencies.
1299
1300 2004-03-23 Andrew Cagney <cagney@redhat.com>
1301
1302 * trad-frame.h (trad_frame_set_reg_addr): Declare.
1303
1304 2004-03-23 Andrew Cagney <cagney@redhat.com>
1305
1306 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
1307 Nasser as past testsuite/lib/ (and other) maintainers.
1308
1309 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
1310
1311 * infcmd.c (attach_command): Reread symbols if we already have
1312 an exec file.
1313
1314 2004-03-23 Andrew Cagney <cagney@redhat.com>
1315
1316 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
1317
1318 2004-03-23 Andrew Cagney <cagney@redhat.com>
1319
1320 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
1321 * gdbarch.h, gdbarch.c: Re-generate.
1322 * i386obsd-tdep.c (i386obsd_init_abi): Update.
1323 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
1324 * i386bsd-tdep.c (i386bsd_init_abi): Update.
1325 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
1326 (DEPRECATED_SIGTRAMP_START): Update.
1327 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
1328 (DEPRECATED_SIGTRAMP_START): Update.
1329 * blockframe.c (find_pc_sect_partial_function): Update.
1330 * arch-utils.c (legacy_pc_in_sigtramp): Update.
1331
1332 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
1333
1334 * remote.c (remote_open_1): Reopen the exec file and reread symbols
1335 if necessary.
1336
1337 2004-03-23 Andrew Cagney <cagney@redhat.com>
1338
1339 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
1340 predicate, deprecate.
1341 * gdbarch.h, gdbarch.c: Re-generate.
1342 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
1343 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
1344 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
1345 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
1346 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
1347 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
1348 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
1349 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
1350 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
1351 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
1352 * blockframe.c (find_pc_partial_function): Update.
1353 * breakpoint.c (bpstat_what): Update.
1354 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
1355 * frv-linux-tdep.c (frv_linux_init_abi): Update.
1356 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
1357 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
1358 * i386-interix-tdep.c (i386_interix_init_abi): Update.
1359 * i386-linux-tdep.c (i386_linux_init_abi): Update.
1360 * i386-nto-tdep.c (i386nto_init_abi): Update.
1361 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
1362 * i386-tdep.c (i386_sigtramp_frame_sniffer)
1363 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
1364 * i386bsd-tdep.c (i386bsd_init_abi): Update.
1365 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
1366 * i386obsd-tdep.c (i386obsd_init_abi): Update.
1367 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
1368 * infrun.c (pc_in_sigtramp): Update.
1369 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
1370 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
1371 * mips-tdep.c (mips_gdbarch_init): Update.
1372 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
1373 * ppc-linux-tdep.c: Update comment.
1374 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
1375 * shnbsd-tdep.c (shnbsd_init_abi): Update.
1376 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
1377 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
1378 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
1379 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
1380 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
1381 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
1382 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
1383 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
1384
1385 2004-03-23 Andrew Cagney <cagney@redhat.com>
1386
1387 * tramp-frame.h, tramp-frame.h: New files.
1388 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
1389 Update rules to include "tramp-frame.h" and "tramp-frame.c".
1390
1391 * Makefile.in: Update all dependencies.
1392
1393 2004-03-23 Andrew Cagney <cagney@redhat.com>
1394
1395 * Makefile.in (trad_frame_h): Add $(frame_h).
1396 * trad-frame.h: Update copyright. Include "frame.h".
1397 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
1398 (trad_frame_set_id, trad_frame_get_id): Declare.
1399 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
1400 * trad-frame.c: Update copyright.
1401 (struct trad_frame_cache): Define.
1402 (trad_frame_cache_zalloc): New function.
1403 (trad_frame_set_id, trad_frame_get_id): New functions.
1404 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
1405
1406 2004-03-22 Andrew Cagney <cagney@redhat.com>
1407
1408 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
1409 s390_pltstub_unwind_cache.
1410 (s390_stub_frame_unwind_cache): Rename
1411 s390_pltstub_frame_unwind_cache.
1412 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
1413 (s390_stub_frame_prev_register): Rename
1414 s390_pltstub_frame_prev_register.
1415 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
1416 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
1417
1418 From Ulrich Weigand:
1419 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
1420 pointer calls like PLT calls.
1421
1422 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
1423
1424 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
1425 PC rather than the partial function start address. Use the start
1426 address to sanity check the found PDR.
1427
1428 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
1429
1430 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
1431 linux_handle_extended_wait.
1432
1433 2004-03-22 Andrew Cagney <cagney@redhat.com>
1434
1435 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
1436 function.
1437
1438 * frame.h (generic_pop_current_frame): Delete declaration.
1439 (deprecate_pop_dummy_frame): Deprecate
1440 generic_pop_dummy_frame.
1441 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
1442 (generic_pop_current_frame): Delete function.
1443 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
1444 generic_pop_current_frame.
1445 * v850-tdep.c (v850_pop_frame): Update.
1446 * mcore-tdep.c (mcore_pop_frame): Update.
1447 * sh64-tdep.c (sh64_pop_frame): Update.
1448 * h8300-tdep.c (h8300_pop_frame): Update.
1449
1450 2004-03-22 Andrew Cagney <cagney@redhat.com>
1451
1452 * frame.h (deprecated_pc_in_call_dummy): Rename
1453 generic_pc_in_call_dummy.
1454 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
1455 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
1456 generic_pc_in_call_dummy.
1457 (pc_in_dummy_frame): Make static.
1458 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
1459 * gdbarch.h, gdbarch.c: Re-generate.
1460 * dummy-frame.c (dummy_frame_sniffer): Simplify.
1461 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
1462 (legacy_get_prev_frame): Ditto.
1463 * inferior.h: Delete reference to generic_pc_in_call_dummy in
1464 comment.
1465
1466 2004-03-21 Andrew Cagney <cagney@redhat.com>
1467
1468 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
1469 declaration and out-of-date comment.
1470 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
1471 Delete function.
1472 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1473 deprecated_pc_in_call_dummy.
1474
1475 * infrun.c (handle_inferior_event): For non legacy frames, use the
1476 frame ID and frame type to identify a signal trampoline. Update
1477 comments.
1478
1479 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
1480
1481 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
1482 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
1483
1484 2004-03-21 Andrew Cagney <cagney@redhat.com>
1485
1486 * frame-unwind.h: Update copyright.
1487 (struct frame_data): Add opaque declaration.
1488 (frame_sniffer_ftype): Declare.
1489 (struct frame_unwind): Add "unwind_data" and "sniffer".
1490 (frame_unwind_register_unwinder): Declare.
1491 (frame_unwind_find_by_frame): Add parameter "this_cache".
1492 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
1493 (legacy_get_prev_frame, legacy_get_prev_frame)
1494 (get_frame_type): Pass the prologue_cache to
1495 frame_unwind_find_by_frame.
1496 * frame-unwind.c (struct frame_unwind_table_entry): Add field
1497 "unwinder".
1498 (frame_unwind_register_unwinder): New function.
1499 (frame_unwind_find_by_frame): Handle an unwind sniffer.
1500
1501 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
1502
1503 * bcache.c (print_percentage): Use floating point to avoid
1504 incorrect results when portion*100 overflows.
1505
1506 2004-03-19 Kevin Buettner <kevinb@redhat.com>
1507
1508 * ppc_tdep.h (ppc_linux_frame_saved_pc)
1509 (ppc_linux_init_extra_frame_info)
1510 (ppc_linux_frameless_function_invocation)
1511 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
1512 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
1513 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
1514 (rs6000_frame_chain): Delete declarations.
1515 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
1516 (ppc_linux_init_extra_frame_info)
1517 (ppc_linux_frameless_function_invocation)
1518 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
1519 (ppc_linux_init_abi): Remove registration of above deleted functions.
1520 * rs6000-tdep.c (rs6000_init_extra_frame_info)
1521 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
1522 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
1523 (rs6000_pop_frame, rs6000_frameless_function_invocation)
1524 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
1525 (rs6000_gdbarch_init): Remove registration of above deleted functions.
1526 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
1527 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
1528 frame management for all OSABIs.
1529
1530 2004-03-19 Andrew Cagney <cagney@redhat.com>
1531
1532 Committed by Kevin Buettner <kevinb@redhat.com>.
1533
1534 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
1535 Update copyright.
1536 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
1537 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
1538 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
1539 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
1540 unwinders. #ifdef legacy frame code.
1541 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
1542 "frame-base.h".
1543 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
1544 (struct rs6000_frame_cache, rs6000_frame_cache)
1545 (rs6000_frame_this_id, rs6000_frame_prev_register)
1546 (rs6000_frame_sniffer, rs6000_frame_unwind)
1547 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
1548 (rs6000_frame_base): Implement a traditional frame unwinder.
1549 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
1550 frame unwinder.
1551
1552 2004-03-19 Kevin Buettner <kevinb@redhat.com>
1553
1554 * breakpoint.c (adjust_breakpoint_address): Don't adjust
1555 breakpoint address for watchpoints or the catch eventpoints.
1556 Add new paramter ``bptype''. Adjust all callers.
1557
1558 2004-03-19 Andrew Cagney <cagney@redhat.com>
1559
1560 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
1561
1562 * PROBLEMS: Delete note that ARM does not use frame code, problem
1563 fixed.
1564
1565 2004-03-18 Andrew Cagney <cagney@redhat.com>
1566
1567 * stack.c (return_command): Delete code wrapped in #ifdef
1568 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
1569
1570 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
1571
1572 2004-03-18 Andrew Cagney <cagney@redhat.com>
1573
1574 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
1575 DEPRECATED_IN_SIGTRAMP.
1576 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
1577 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
1578 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
1579 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
1580 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
1581 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
1582 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
1583 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
1584 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
1585 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
1586
1587 2004-03-18 Andrew Cagney <cagney@redhat.com>
1588
1589 * frame-base.c: Update copyright. Include "gdb_obstack.h".
1590 (struct frame_base_table_entry): Define.
1591 (struct frame_base_table): Re-implement as a linked list.
1592 (frame_base_init): Re-implement.
1593 (frame_base_table): Delete function.
1594 (append_predicate): Delete function.
1595 (frame_base_append_sniffer): Update.
1596 (frame_base_set_default): Update.
1597 (frame_base_find_by_frame): Update.
1598 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
1599 * Makefile.in (frame-base.o): Update dependencies.
1600
1601 2004-03-17 Andrew Cagney <cagney@redhat.com>
1602
1603 * frame.c (legacy_get_prev_frame): Pass correct frame to
1604 frame_unwind_find_by_frame.
1605
1606 2004-03-17 David Carlton <carlton@kealia.com>
1607
1608 * NEWS: Mention C++ nested types and namespaces
1609
1610 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
1611
1612 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
1613 and "Regressions since gdb 5.3.". Add known regressions since
1614 gdb 6.0.
1615
1616 2004-03-16 David Carlton <carlton@kealia.com>
1617
1618 * dwarf2read.c (process_structure_scope): Process children even
1619 when we're a declaration.
1620
1621 2004-03-16 Andrew Cagney <cagney@redhat.com>
1622
1623 * symtab.h (find_pc_sect_partial_function): Delete declaration.
1624 * blockframe.c (find_pc_partial_function)
1625 (find_pc_sect_partial_function): Merge into a single
1626 find_pc_partial_function.
1627
1628 2004-03-16 Mark Kettenis <kettenis@gnu.org>
1629
1630 * i386bsd-nat.c: s/regno/regnum/g.
1631 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
1632 FP0_REGNUM.
1633 (store_inferior_registers): Likewise.
1634
1635 2004-03-16 Mark Kettenis <kettenis@gnu.org>
1636
1637 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
1638 of i387_fill_fsave.
1639 (store_inferior_registers): Call i387_collect_fsave and
1640 i387_collect_fxsave instead of i387_fill_fsave and
1641 i387_fill_fxsave.
1642
1643 2004-03-15 Andrew Cagney <cagney@redhat.com>
1644
1645 * Makefile.in (frame-unwind.o): Update dependencies.
1646 * frame-unwind.c: Include "gdb_obstack.h".
1647 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
1648 parameter.
1649 (append_predicate): Delete function.
1650 (struct frame_unwind_table_entry): New structure.
1651 (struct frame_unwind_table): Replace "sniffer" with "head" and
1652 "tail".
1653 (frame_unwind_append_sniffer): Update.
1654 (frame_unwind_find_by_frame): Update.
1655 (_initialize_frame_unwind): Registe frame_unwind_init using
1656 gdbarch_data_register_pre_init.
1657
1658 2004-03-15 Mark Kettenis <kettenis@gnu.org>
1659
1660 * i386bsd-nat.c: Update copyright year.
1661 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
1662 define unconditionally.
1663
1664 2004-03-15 Mark Kettenis <kettenis@gnu.org>
1665
1666 * i387-tdep.h (i387_collect_fsave): New prototype.
1667 * i387-tdep.c (i387_collect_fsave): New function containing most
1668 of the code from i387_fill_fsave.
1669 (i387_fill_fsave): Call i387_collect_fsave.
1670
1671 2004-03-15 Mark Kettenis <kettenis@gnu.org>
1672
1673 * i386-linux-tdep.c: Update copyright year.
1674 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
1675 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
1676 svr4_ilp32_link_map_offsets instead of
1677 i386_linux_svr4_fetch_link_map_offsets.
1678
1679 2004-03-15 David Carlton <carlton@kealia.com>
1680
1681 Fix for PR c++/1553:
1682 * dwarf2read.c (read_structure_type): Determine type name by
1683 calling determine_class_name.
1684 (determine_class_name): New.
1685 (determine_prefix): Look at TYPE_TAG_NAME and call
1686 determine_class_name when appropriate.
1687 (determine_prefix_aux, class_name): Delete.
1688 (read_namespace): Set die->type.
1689
1690 2004-03-15 Kevin Buettner <kevinb@redhat.com>
1691
1692 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
1693 unused macro definition. The definition in target.h (or perhaps
1694 elsewhere) takes precedence.
1695
1696 2004-03-15 Andrew Cagney <cagney@redhat.com>
1697
1698 * ppc-tdep.h: Update copyright.
1699 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
1700 function signatures to match "regsets.h".
1701 * ppc-linux-tdep.c: Include "regset.h".
1702 (ELF_GREGSET_SIZE): Delete.
1703 (right_supply_register): New function.
1704 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
1705 using right_supply_register.
1706 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
1707 functions.
1708 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
1709 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
1710 (_initialize_ppc_linux_tdep): Do not register
1711 ppc_linux_regset_core_fns.
1712 (ppc_linux_regset_from_core_section): Replace
1713 fetch_core_registers.
1714 (ppc_linux_regset_core_fns): Delete.
1715 * ppc-linux-nat.c: (right_fill_reg): New function.
1716 (supply_gregset): Update call to ppc_linux_supply_gregset.
1717 (fill_gregset): Clear the register set, use right_fill_reg.
1718 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
1719 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
1720
1721 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
1722 unsigned.
1723
1724 2004-03-15 Andrew Cagney <cagney@redhat.com>
1725
1726 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
1727 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
1728 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
1729 and register_gdbarch_data.
1730 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
1731 (struct gdbarch_data): Replace "init" by "pre_init" and
1732 "post_init".
1733 * gdbarch.h, gdbarch.c: Re-generate.
1734 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
1735 with"obstack", use OBSTACK_ZALLOC.
1736 (dwarf2_frame_ops): Delete.
1737 (dwarf2_frame_set_init_reg): Use gdbarch_data.
1738 (dwarf2_frame_init_reg): Use gdbarch_data.
1739 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
1740 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
1741 (_initialize_svr4_solib): Update.
1742 * user-regs.c (_initialize_user_regs): Update.
1743 * reggroups.c (_initialize_reggroup): Update.
1744 * regcache.c (_initialize_regcache): Update.
1745 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
1746 * libunwind-frame.c (_initialize_libunwind_frame): Update.
1747 * gnu-v3-abi.c (init_gnuv3_ops): Update.
1748 * frame-unwind.c (_initialize_frame_unwind): Update.
1749 * frame-base.c (_initialize_frame_base): Update.
1750 * user-regs.c (user_reg_add): Update.
1751 * reggroups.c (reggroup_add): Update.
1752 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
1753 * libunwind-frame.c (libunwind_frame_set_descr): Update.
1754 * frame-unwind.c (frame_unwind_append_sniffer): Update.
1755 * frame-base.c (frame_base_table): Update.
1756 * remote.c (_initialize_remote): Update.
1757 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
1758
1759 2004-03-15 Andrew Cagney <cagney@redhat.com>
1760
1761 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
1762
1763 2004-03-15 Kevin Buettner <kevinb@redhat.com>
1764
1765 * Makefile.in (frv-linux-tdep.o): Add dependencies.
1766 * frv-linux-tdep.c: New file.
1767 * frv-tdep.c (struct gdbarch_tdep): Add new field
1768 ``sigcontext_reg_addr''.
1769 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
1770 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
1771 (frv_sigramp_frame_sniffer): New functions.
1772 (frv_sigtramp_frame_unwind): New static global.
1773 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
1774 sniffers.
1775 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
1776 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
1777
1778 2004-03-15 Kevin Buettner <kevinb@redhat.com>
1779
1780 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
1781 but not via a call to error(), when unable to read memory.
1782
1783 2004-03-15 Kevin Buettner <kevinb@redhat.com>
1784
1785 * frv-tdep.c (frv_call_dummy_words): Delete.
1786 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
1787
1788 2004-03-15 Andrew Cagney <cagney@redhat.com>
1789
1790 * infrun.c (handle_step_into_function, step_over_function): Only
1791 update and use STEP_FRAME_ID when the system is using legacy
1792 frames. Update comments.
1793
1794 2004-03-14 Mark Kettenis <kettenis@gnu.org>
1795
1796 * amd64-linux-tdep.h: Remove file.
1797 * amd64-linux-tdep.c: Don't include "inferior.h" and
1798 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
1799 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
1800 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
1801 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
1802 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
1803 macros.
1804 (user_to_gdb_regmap): Remove variable.
1805 (amd64_linux_gregset_reg_offset): New variable.
1806 (amd64_core_fns): Remove variable.
1807 (fetch_core_registers): Remove function.
1808 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
1809 functions.
1810 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
1811 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
1812 * Makefile.in (amd64_linux_tdep_h): Remove.
1813 (amd64-linux-nat.o): Update dependencies.
1814 (amd64-linux-tdep.o): Update dependencies.
1815
1816 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
1817 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
1818 functions.
1819 (fetch_inferior_registers, store_inferior_registers): Rewrite.
1820
1821 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
1822 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
1823
1824 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
1825
1826 * dwarf2read.c (read_structure_type): Rename from
1827 read_structure_scope. Don't create a symbol or call process_die.
1828 Return immediately if die->type is set. Call read_type_die before
1829 dwarf2_add_member_fn.
1830 (process_structure_scope): New function.
1831 (read_enumeration_type, process_enumeration_scope): New functions,
1832 broken out from read_enumeration. Don't create the enumeration
1833 type if it has already been created.
1834 (read_enumeration): Removed.
1835 (process_die): Call read_structure_type, process_structure_scope,
1836 read_enumeration_type, and process_enumeration_scope. Just call
1837 new_symbol for base and subrange types. Add a comment about other
1838 type dies.
1839 (read_type_die): Call read_enumeration_type.
1840 (add_partial_structure, new_symbol): Update comments.
1841
1842 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
1843
1844 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
1845
1846 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
1847
1848 * tui/tui-win.h (tui_get_cmd_list): Declare.
1849 * tui/tui-win.c (tui_command): New function.
1850 (tui_get_cmd_list): New function.
1851 (_initialize_tui_win): Moved initialization of tui command in
1852 tui_get_cmd_list.
1853
1854 * tui/tui-data.c (init_content_element): Setup new data members.
1855 (init_win_info): Likewise.
1856 (free_content_elements): Free it.
1857 * tui/tui-data.h (struct tui_data_element): Store the register
1858 content to print.
1859 (struct tui_data_info): Keep the current register group.
1860
1861 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
1862
1863 * tui/tui-regs.h (tui_show_registers): Update prototype.
1864 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
1865 (tui_resize_all): No need to calculate anything for register window.
1866 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
1867 (tui_set_register_element, tui_set_general_regs_content): Remove.
1868 (tui_set_special_regs_content): Remove.
1869 (tui_set_general_and_special_regs_content): Remove.
1870 (tui_set_float_regs_content): Remove.
1871 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
1872 (tui_set_regs_content): Remove.
1873 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
1874 (tui_v_show_registers_command_support): Remove.
1875 (tui_show_registers): Use a reggroup to specify the registers to show.
1876 (tui_show_register_group): New function.
1877 (tui_display_registers_from): Compute the layout of register window
1878 and refresh with new API; be sure to delete old register windows.
1879 (tui_check_register_values): Update to use tui_get_register and
1880 tui_display_data.
1881 (tui_display_register): Just refresh the register window part.
1882 (tui_register_format): Format registers and save in tui_data_element.
1883 (tui_get_register): New to combine tui_reg_value_has_changed and
1884 tui_get_register_raw_value; fix to use the new gdb API.
1885 (tui_show_float_command): Renamed tui_reg_float_command.
1886 (tui_show_general_command): Renamed tui_reg_general_command.
1887 (tui_show_special_command): Renamed tui_reg_system_command.
1888 (_initialize_tui_regs): Remove unused commands.
1889
1890 2004-03-13 Mark Kettenis <kettenis@gnu.org>
1891
1892 * NEWS (New native configurations): Mention OpenBSD/amd64.
1893
1894 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
1895 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
1896 Remove defines.
1897 * config/i386/nm-fbsd64.h: Likewise.
1898 * config/i386/nm-obsd.h: Likewise.
1899 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
1900 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
1901
1902 2004-03-12 Kevin Buettner <kevinb@redhat.com>
1903
1904 * frv-tdep.c (set_variant_scratch_registers): New function.
1905 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
1906 New constants.
1907
1908 From Richard Sandiford <rsandifo@redhat.com>:
1909 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
1910
1911 2004-03-12 Kevin Buettner <kevinb@redhat.com>
1912
1913 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
1914 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
1915 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
1916 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
1917 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
1918 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
1919 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
1920 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
1921 definitions from frv-tdep.c to frv-tdep.h.
1922
1923 2004-03-12 Kevin Buettner <kevinb@redhat.com>
1924
1925 Add shared library support for FR-V FDPIC ABI:
1926 * Makefile.in (solib-frv.o): Add dependencies.
1927 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
1928 New functions.
1929 (frv_push_dummy_call): Add support for FDPIC ABI.
1930 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
1931 for FDPIC ABI.
1932 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
1933 (frv_fdpic_find_canonical_descriptor): Declare.
1934 * solib-frv.c: New file.
1935 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
1936 * config/frv/tm-frv.h (solib.h): Include.
1937
1938 2004-03-12 Kevin Buettner <kevinb@redhat.com>
1939
1940 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
1941 (frv-tdep.o): Update dependencies.
1942 * frv-tdep.h: New file.
1943 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
1944 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
1945 constants.
1946 (struct gdbarch_tdep): Add new member ``frv_abi''.
1947 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
1948 functions.
1949 (new_variant): Set ``frv_abi'' field.
1950 (gdb_arch_init): Detect FDPIC executables.
1951
1952 2004-03-12 Mark Kettenis <kettenis@gnu.org>
1953
1954 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
1955 wrapper.
1956
1957 2004-03-11 Andrew Cagney <cagney@redhat.com>
1958
1959 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
1960
1961 2004-03-11 Kevin Buettner <kevinb@redhat.com>
1962
1963 * solist.h (master_so_list): New function.
1964 * solib.c (master_so_list): Likewise.
1965 * solib-svr4.c (enable_break): Iterate over so_list entries
1966 obtained from master list instead of entries obtained directly
1967 via svr4_current_sos().
1968
1969 2004-03-10 Ben Elliston <bje@gnu.org>
1970
1971 * MAINTAINERS: Update my mail address.
1972
1973 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
1974
1975 * remote-m32r-sdi.c: Support hardware watchpoint.
1976
1977 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
1978
1979 * user-regs.c: Update copyright years.
1980 (struct user_regs): Rename to gdb_user_regs.
1981 (append_user_reg, builtin_user_regs, user_regs_init)
1982 (user_reg_add, user_reg_map_name_to_regnum)
1983 (usernum_to_user_reg): Update.
1984
1985 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
1986
1987 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
1988 (skip_children): New functions.
1989 (locate_pdi_sibling): Call skip_children.
1990
1991 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
1992
1993 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
1994 * gdbtypes.c (check_typedef): Update comments.
1995
1996 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
1997
1998 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
1999 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
2000 pointer. Update comment about comp_unit_head.
2001 (struct abbrev_info): Shorten two int flags.
2002 (dwarf_alloc_abbrev): Take a CU argument.
2003 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
2004 each time through the loop. Update cleanup argument.
2005 (psymtab_to_symtab_1): Update cleanup call.
2006 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
2007 abbrev_obstack.
2008 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
2009 Just call obstack_free and clear the pointer.
2010
2011 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
2012
2013 * infrun.c (handle_inferior_event): Remove short-circuit code for
2014 events in a different thread.
2015
2016 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
2017
2018 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
2019 print the whole transfer.
2020 (initialize_targets): Update description of "set debug target".
2021
2022 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
2023
2024 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
2025
2026 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
2027
2028 * MAINTAINERS (write after approval): Add myself.
2029
2030 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
2031
2032 * sh-tdep.c (sh_print_registers_info): Use for loop.
2033 Don't skip multiple registers when a float register is encountered.
2034
2035 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
2036
2037 Fix PR tdep/1291.
2038 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
2039 to official SH documentation.
2040
2041 2004-03-07 Andrew Cagney <cagney@redhat.com>
2042
2043 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
2044 unused function.
2045
2046 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
2047
2048 * arm-tdep.c (thumb_get_next_pc): Handle BX.
2049 (arm_get_next_pc): Handle BX and BLX.
2050
2051 2004-03-07 Andrew Cagney <cagney@redhat.com>
2052
2053 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
2054 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
2055 HPPA_SP_REGNUM.
2056 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
2057 (hppa_target_read_fp): Delete.
2058 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
2059 register_virtual_size, max_register_raw_size,
2060 max_register_virtual_size, register_byte, register_size,
2061 target_read_fp, fp_regnum, and register_bytes. Set register_type
2062 instead of register_virtual_type.
2063 (hppa32_register_type, hppa64_register_type): Replace
2064 hppa32_register_virtual_type and hppa64_register_virtual_type.
2065 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
2066 (HPPA_FP_REGNUM): Define.
2067
2068 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
2069
2070 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
2071 (pa_do_registers_info): Delete.
2072 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
2073 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
2074 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
2075
2076 * infcall.c (legacy_push_dummy_code): Delete #ifdef
2077 GDB_TARGET_IS_HPPA code.
2078 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
2079 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
2080 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
2081 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
2082 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
2083 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
2084 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
2085 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
2086 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
2087 (hppa_frameless_function_invocation, hppa64_store_return_value)
2088 (hppa_store_struct_return, hppa64_extract_return_value)
2089 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
2090 (hppa32_call_dummy_length, hppa64_call_dummy_length)
2091 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
2092 (find_proc_framesize, deposit_21, restore_pc_queue)
2093 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
2094 (rp_saved, pc_in_linker_stub): Delete.
2095
2096 Unconditionally enable 64-bit frame and ABI code.
2097 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
2098 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
2099 push_dummy_frame, fix_call_dummy, push_arguments,
2100 call_dummy_location, extract_return_value, use_struct_convention,
2101 store_return_value, store_struct_return, saved_pc_after_call,
2102 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
2103 frame_chain, frame_chain_valid, frameless_function_invocation,
2104 frame_saved_pc, and pop_frame.
2105
2106 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
2107 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
2108 (hppa_gdbarch_init): Do not set PC_REGNUM.
2109
2110 2004-03-06 Mark Kettenis <kettenis@gnu.org>
2111
2112 * config/alpha/tm-fbsd.h: Remove file.
2113 * config/alpha/fbsd.mt: Tweak comment.
2114 (TM_FILE): Set to tm-alpha.h.
2115
2116 2004-03-05 Andrew Cagney <cagney@redhat.com>
2117
2118 * infrun.c (step_over_function): When non-legacy code, and no
2119 step_frame_id, use the unwinder to get the caller's frame ID.
2120
2121 2004-03-05 Mark Kettenis <kettenis@gnu.org>
2122
2123 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
2124 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
2125 bfd_arch_unknown. Adjust comment.
2126
2127 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
2128 * i386obsd-tdep.c: Correct spelling in comment.
2129 * i386nbsd-tdep.c: Correct spelling in comment.
2130 * sparc-tdep.c: Correct spelling in comments.
2131
2132 2004-03-05 David Carlton <carlton@kealia.com>
2133
2134 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
2135 bug.
2136
2137 2004-03-05 Mark Kettenis <kettenis@gnu.org>
2138
2139 * sparc-tdep.c: Fix typo in comment.
2140
2141 2004-03-04 J. Brobecker <brobecker@gnat.com>
2142
2143 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
2144
2145 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
2146
2147 * dwarf2read.c: Add comment describing memory lifetimes.
2148 (struct dwarf2_pinfo): Update comment.
2149 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
2150 (read_enumeration, new_symbol): Don't use obsavestring.
2151
2152 2004-03-04 Mark Kettenis <kettenis@gnu.org>
2153
2154 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
2155 instead of amd64_fill_fxsave.
2156 * amd64bsd-nat.c (store_inferior_registers): Likewise.
2157 * amd64fbsd-nat.c (fill_fpregset): Likewise.
2158
2159 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
2160 Reorganize code a bit.
2161
2162 2004-03-04 Orjan Friberg <orjanf@axis.com>
2163
2164 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
2165 when the frame pointer is pushed. Don't set the frame pointer's
2166 address on the stack unless it's actually located there.
2167 Set the SRP's address on the stack correctly when the PC is still in
2168 the prologue.
2169 (cris_return_value): New function.
2170 (cris_gdbarch_init): Clear deprecated store_return_value,
2171 extract_return_value.
2172
2173 2004-03-02 Jim Blandy <jimb@redhat.com>
2174
2175 * stabsread.c (reg_value_complaint): The maximum register number
2176 is one less than the number of registers.
2177
2178 2004-03-02 Andrew Cagney <cagney@redhat.com>
2179
2180 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
2181 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
2182 trailing comma and redundant assignment of I386_ST0_REGNUM.
2183 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
2184 32-bit segment registers.
2185
2186 2004-03-01 Andrew Cagney <cagney@redhat.com>
2187
2188 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
2189 use frame_relative_level and get_next_frame.
2190
2191 2004-02-29 Andrew Cagney <cagney@redhat.com>
2192
2193 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
2194 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
2195 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
2196 Delete macro.
2197
2198 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
2199
2200 * inflow.c (terminal_inferior): Don't give up the terminal if we
2201 previously couldn't get the inferior's terminal state.
2202
2203 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
2204
2205 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
2206 PC_REGNUM.
2207
2208 2004-02-28 Andrew Cagney <cagney@redhat.com>
2209
2210 * NEWS: Refer to GDB 6.1.
2211 * README: Refer to GDB 6.1.
2212 * PROBLEMS: Refer to GDB 6.1.
2213
2214 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
2215
2216 * thread-db.c (disable_thread_signals): Remove unused function.
2217
2218 2004-02-28 Mark Kettenis <kettenis@gnu.org>
2219
2220 * amd64-nat.c: Include "gdb_string.h".
2221 (amd64_collect_native_gregset): Zero-extend the 32-bit
2222 general-purpose registers and %eip.
2223
2224 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
2225 * amd64-tdep.c (amd64_collect_fxsave): New function.
2226 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
2227
2228 * i387-tdep.h: Update copyright year.
2229 (i387_collect_fxsave): New prototype.
2230 * i387-tdep.c: Update copyright year.
2231 (i387_collect_fxsave): New function containing most of the code
2232 from i387_fill_fxsave.
2233 (i387_fill_fxsave): Call i387_collect_fxsave.
2234
2235 2004-02-28 Andrew Cagney <cagney@redhat.com>
2236
2237 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
2238 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
2239
2240 2004-02-28 Mark Kettenis <kettenis@gnu.org>
2241
2242 * amd64-tdep.c (amd64_frame_cache): Fix comment.
2243
2244 2004-02-28 Andrew Cagney <cagney@redhat.com>
2245
2246 * utils.c: Use "", instead of <>, to include readline.
2247 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
2248 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
2249 * source.c, solib.c, exec.c, event-top.c: Ditto.
2250 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
2251 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
2252 * Makefile.in: Update all dependencies.
2253 (readline_tilde_h, readline_history_h): Define.
2254 (readline_headers): Delete.
2255
2256 2004-02-28 Mark Kettenis <kettenis@gnu.org>
2257
2258 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
2259 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
2260 "config/i386/tm-lx64.h".
2261
2262 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
2263 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
2264 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
2265
2266 2004-02-28 Andrew Cagney <cagney@redhat.com>
2267
2268 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
2269
2270 * breakpoint.c (_initialize_breakpoint): Use
2271 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
2272 Add help to show command.
2273
2274 2004-02-28 Mark Kettenis <kettenis@gnu.org>
2275
2276 * i386-nat.c: Reformat to be closer to coding standards.
2277 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
2278 `retval'. Make variables `align' and `size' local to while-loop.
2279 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
2280 (_initialize_i386_nat): New prototype.
2281
2282 * tui/tui.c: Include <readline/readline.h> instead of
2283 "readline/readline.h". Include it after <term.h> and
2284 "gdb_curses.h".
2285
2286 2004-02-27 Andrew Cagney <cagney@redhat.com>
2287
2288 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
2289 the new frame unwind code.
2290 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
2291 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
2292 PCOQ_HEAD_REGNUM.
2293
2294 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
2295 "return_value" and "push_dummy_call".
2296 (hppa32_use_struct_convention): Delete unused function.
2297 (hppa32_store_return_value): Delete unused function.
2298 (hppa32_extract_return_value): Delete unused function.
2299 (hppa32_stack_align): Delete function.
2300
2301 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
2302
2303 * coffread.c (enter_linenos): Don't let rawptr reference memory
2304 outside linetab[]'s limits.
2305
2306 2004-02-27 Andrew Cagney <cagney@redhat.com>
2307
2308 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
2309 inferior stack space - the stack needs to grow upwards.
2310 (hppa32_frame_align): New function.
2311 (hppa64_frame_align): Replace hppa_frame_align.
2312 (hppa_gdbarch_init): Update.
2313
2314 2004-02-26 Orjan Friberg <orjanf@axis.com>
2315
2316 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
2317 (dwarf2-frame.h): Include.
2318 (enum cris_regnums): New enum CRIS_FP_REGNUM.
2319 Remove static variables related to ABI setting.
2320 (struct gdbarch_tdep): Remove cris_abi member.
2321 (struct frame_extra_info): Remove.
2322 (cris_unwind_cache, stack_item): New structs.
2323 (cris_frame_unwind, cris_frame_base): New variables.
2324 (push_stack_item, pop_stack_item)
2325 (cris_frame_unwind_cache, cris_frame_this_id)
2326 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
2327 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
2328 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
2329 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
2330 (cris_reg_struct_has_addr): New functions.
2331 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
2332 (cris_frame_saved_pc, cris_saved_pc_after_call,
2333 (cris_store_struct_return, cris_frameless_function_invocation)
2334 (cris_pop_frame, cris_skip_prologue_main)
2335 (cris_abi_original_store_return_value)
2336 (cris_abi_v2_store_return_value)
2337 (cris_abi_original_extract_return_value)
2338 (cris_abi_v2_extract_return_value)
2339 (cris_abi_original_reg_struct_has_addr)
2340 (cris_abi_v2_reg_struct_has_addr)
2341 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
2342 (cris_push_return_address, cris_abi_update): Remove.
2343 (_initialize_cris_tdep): Remove ABI command.
2344 (cris_dump_tdep): Ditto.
2345 (cris_gdbarch_init): Remove ABI command.
2346 Set store_return_value, extract_return_value, push_dummy_code,
2347 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
2348 frame_unwind_append_sniffer, frame_base_set_default.
2349 Clear deprecated init_frame_pc, push_arguments, store_return_value,
2350 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
2351 sizeof_call_dummy_words, get_saved_register, push_return_address,
2352 pop_frame, store_struct_return, frame_init_saved_regs,
2353 init_extra_frame_info, frameless_function_invocation, frame_chain,
2354 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
2355 dummy_write_sp.
2356
2357 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
2358
2359 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
2360 * valprint.c (print_hex_chars): Change from static to external.
2361 (print_char_chars): New function.
2362 * printcmd.c (print_scalar_formatted): For integer and enum types
2363 that are longer than LONGEST, perform processing via appropriate
2364 print_*_chars routines.
2365
2366 2004-02-26 Andrew Cagney <cagney@redhat.com>
2367
2368 * Makefile.in: Update dependencies.
2369 Changes from Ulrich Weigand,
2370 * s390-tdep.c: Include "dwarf2-frame.h".
2371 (s390_dwarf2_frame_init_reg): New function.
2372 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
2373 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
2374
2375 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
2376
2377 * breakpoint.c (pending_break_support): New setting variable.
2378 (break_command_1): Account for pending_break_support setting
2379 when creating pending breakpoints.
2380 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
2381 (_initialize_breakpoint): Add "set breakpoint pending" and
2382 "show breakpoint pending" commands.
2383
2384 2004-02-26 Andrew Cagney <cagney@redhat.com>
2385
2386 Fix PR i18n/1570.
2387 * charset.c (backslashable, backslashed, represented): Remove 'e'
2388 from list of escaped characters, not part of ISO-C.
2389
2390 2004-02-25 J. Brobecker <brobecker@gnat.com>
2391
2392 From Peter Schauer <schauer@pdf.de>:
2393 * tui/tui.c: Move system header includes after local includes.
2394 Fixes a build failure on solaris systems.
2395
2396 2004-02-25 J. Brobecker <brobecker@gnat.com>
2397
2398 * configure.in: Refine the previous change.
2399 * configure: Regenerate.
2400
2401 2004-02-25 Mark Kettenis <kettenis@gnu.org>
2402
2403 * amd64-tdep.h: Renamed from x86-64-tdep.h.
2404 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
2405 "amd64-tdep.h" instead of "x86-64-tdep.h".
2406 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
2407 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
2408 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
2409 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
2410 and "x86-64-tdep.c".
2411 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
2412 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
2413 and "x86-64-tdep.c".
2414 * amd64bsd-nat.c: Update copyright year.
2415 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
2416 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
2417 "x86-64-tdep.h".
2418 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
2419 "x86-64-tdep.h".
2420 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
2421 "x86-64-tdep.h".
2422 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
2423 "x86-64-tdep.h".
2424 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
2425 "x86-64-tdep.h".
2426 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
2427 "x86-64-tdep.h".
2428 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
2429 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
2430 * Makefile.in (amd64_linux_tdep_h): Renamed from
2431 x86_64_linux_tdep_h.
2432 (amd64_tdep_h): Renamed from x86_64_tdep_h.
2433 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
2434 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
2435 (amd64obsd-tdep.o): Update dependencies.
2436 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
2437 dependencies.
2438 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
2439 dependencies.
2440 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
2441 amd64-linux-nat.c amd64-linux-tdep.c.
2442 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
2443 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
2444 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
2445 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
2446 amd64-tdep.o and amd64-linux-tdep.o.
2447 (TM_FILE): Set to tm-linux64.h.
2448 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
2449 (NAT_FILE): Set to nm-linux64.h.
2450 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
2451 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
2452 amd64-tdep.o.
2453 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
2454 amd64-tdep.o.
2455 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
2456 amd64-tdep.o.
2457
2458 2004-02-25 Roland McGrath <roland@redhat.com>
2459
2460 * remote.c (remote_protocol_qPart_auxv): New variable.
2461 (init_all_packet_configs): Initialize it.
2462 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
2463 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
2464 (show_remote_cmd): Call it.
2465 (_initialize_remote): Initialize commands.
2466 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
2467 service TARGET_OBJECT_AUXV requests.
2468
2469 2004-02-25 J. Brobecker <brobecker@gnat.com>
2470
2471 * configure.in: Make sure that the wborder function is available.
2472 Otherwise, search for it in the cur_colr library.
2473 * configure: Regenerate.
2474
2475 2004-02-25 Andrew Cagney <cagney@redhat.com>
2476
2477 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
2478
2479 2004-02-25 Mark Kettenis <kettenis@gnu.org>
2480
2481 * config/i386/tm-x86-64linux.h: Tweak comments.
2482
2483 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
2484
2485 * MAINTAINERS: Add self to write-after-approval list.
2486
2487 2004-02-25 Andrew Cagney <cagney@redhat.com>
2488
2489 PR cli/1566. Problem found, and fix suggested by David Allan.
2490 * cli/cli-script.c (execute_control_command): Unconditionally
2491 install a cleanup. Default "ret" to "invalid_control". Use
2492 "break" instead of "return" to escape from the switch.
2493
2494 2004-02-24 J. Brobecker <brobecker@gnat.com>
2495
2496 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
2497 with the lines macro defined in term.h on AiX.
2498 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
2499 a collision with the label_width macro defined in term.h on AiX.
2500
2501 2004-02-23 David Mosberger <davidm@hpl.hp.com>
2502
2503 Committed by Kevin Buettner <kevinb@redhat.com>.
2504
2505 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
2506 * ia64-tdep.c (ia64_write_pc): Make it a global function.
2507 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
2508 instead of ia64_write_pc().
2509 * ia64-linux-tdep.c (regcache.h): Include.
2510 (ia64_linux_write_pc): New function.
2511
2512 2004-02-23 Roland McGrath <roland@redhat.com>
2513
2514 * auxv.c (info_auxv_command): Fix typos in error messages.
2515
2516 2004-02-23 Mark Kettenis <kettenis@gnu.org>
2517
2518 * x86-64-tdep.h: Tweak comment.
2519 (enum amd64_regnum): New.
2520 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
2521 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
2522 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
2523 (X86_64_XMM1_REGNUM): Removed.
2524 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
2525 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
2526 prototypes for renamed functions.
2527 * x86-64-tdep.c: Fix typo.
2528 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
2529 register numbers.
2530 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
2531 Use constants from `enum amd64_regnum' for register numbers.
2532 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
2533 (amd64_analyze_prologue, amd64_frame_cache,
2534 amd64_sigtramp_frame_cache): Use constants from `enum
2535 amd64_regnum' for register numbers.
2536 (amd64_supply_fpregset): Adjust for renamed functions.
2537 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
2538 `enum amd64_regnum' for register numbers.
2539 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
2540 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
2541 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
2542 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
2543 (amd64_linux_fill_gregset): Adjust for renamed macros.
2544 (fetch_core_registers): Adjust for renamed functions.
2545 (amd64_linux_init_abi): Adjust for renamed functions.
2546 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
2547 renamed functions.
2548 * amd64-nat.c: Adjust for renamed macros.
2549 * amd64bsd-nat.c (fetch_inferior_registers)
2550 (store_inferior_registers): Use constants from `enum amd64_regnum'
2551 for register numbers. Adjust for renamed variables.
2552 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
2553 renamed variables.
2554 (_initialize_amd64fbsd_nat): Use constants from `enum
2555 amd64_regnum' for register numbers.
2556 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
2557 `enum amd64_regnum' for register numbers.
2558 (amd64fbsd_init_abi): Adjust for renamed functions.
2559 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
2560 `enum amd64_regnum' for register numbers.
2561 (amd64nbsd_init_abi): Adjust for renamed functions.
2562 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
2563 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
2564 `enum amd64_regnum' for register numbers.
2565 (amd64obsd_init_abi): Adjust for renamed functions.
2566 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
2567
2568 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
2569
2570 * breakpoint.c (print_one_breakpoint): Do not output spaces
2571 after printing <PENDING> for a pending breakpoint.
2572
2573 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
2574
2575 * printcmd.c (print_scalar_formatted): Initialize val_long
2576 to remove compiler warning message.
2577
2578 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
2579
2580 * defs.h (nquery, yquery): New prototypes.
2581 * breakpoint.c (break_command_1): Use new nquery interface.
2582 * utils.c (defaulted_query, nquery, yquery): New functions.
2583
2584 2004-02-23 Andrew Cagney <cagney@redhat.com>
2585
2586 * hppa-tdep.c (hppa_frame_align): New function.
2587 (hppa32_push_dummy_call): New function.
2588 (hppa64_push_dummy_call): New function.
2589 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
2590 disabled.
2591
2592 * infcall.c (legacy_push_dummy_code): Don't call deprecated
2593 FIX_CALL_DUMMY when push_dummy_call is available.
2594 (call_function_by_hand, push_dummy_code): Ditto.
2595
2596 2004-02-22 Andrew Cagney <cagney@redhat.com>
2597
2598 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
2599 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
2600 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
2601 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
2602 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
2603 call_dummy_location to ON_STACK.
2604
2605 2004-02-22 Mark Kettenis <kettenis@gnu.org>
2606
2607 * x86-64-linux-tdep.c: Tweak comment.
2608 (amd64_linux_supply_gregset): Renamed from
2609 x86_64_linux_supply_gresget.
2610 (amd64_linux_fill_gregset): Renamed from
2611 x86_64_linux_fill_gregset.
2612 (fetch_core_registers): Adjust for renamed functions.
2613 (amd64_core_fns): Renamed from x86_64_core_fns.
2614 (amd64_linux_sigtramp_start): Renamed from
2615 x86_64_linux_sigtramp_start.
2616 (amd64_linux_pc_in_sigtramp): Renamed from
2617 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
2618 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
2619 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
2620 (amd64_linux_sigcontext_addr): Renamed from
2621 x86_64_linux_sigcontext_addr.
2622 (amd64_linux_sc_reg_offset): Renamed from
2623 x86_64_linux_sc_reg_offset.
2624 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
2625 Adjust for renamed functions and variables.
2626 (_initialize_amd64_linux_tdep): Renamed from
2627 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
2628 variables.
2629 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
2630 Adjust for renamed functions.
2631
2632 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
2633 from x86_64_linux_gregset64_reg_offset.
2634 (amd64_linux_gregset32_reg_offset): Rename from
2635 x86_64_linux_gregset64_reg_offset.
2636 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
2637 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
2638 (amd64_linux_dr_set_control): Renamed from
2639 x86_64_linux_dr_set_control. Adjust for renamed functions.
2640 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
2641 Adjust for renamed functions.
2642 (amd64_linux_dr_reset_addr): Renamed from
2643 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
2644 (amd64_linux_dr_get_status): Renamed from
2645 x86_64_linux_dr_get_status. Adjust for renamed functions.
2646 (_initialize_amd64_linux_nat): Renamed from
2647 _initialize_x86_64_linux_nat. Adjust for renamed variables and
2648 functions.
2649 * config/i386/nm-x86-64linux.h: Update copyright year.
2650 Adjust for renamed functions.
2651
2652 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
2653 amd64fbsd_sigtramp_start.
2654 (amd64fbsd_sigtramp_end_addr): Renamed from
2655 amd64fbsd_sigtramp_end.
2656 (amd64fbsd_init_abi): Adjust for renamed variables.
2657 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
2658 variables.
2659 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
2660 amd64fbsd_sigtramp_start.
2661 (amd64fbsd_sigtramp_end_addr): Renamed from
2662 amd64fbsd_sigtramp_end.
2663
2664 2004-02-22 Andrew Cagney <cagney@redhat.com>
2665
2666 * hppa-tdep.c (hppa32_return_value): New function.
2667 (hppa64_return_value): New function.
2668 (hppa_gdbarch_init): Set return_value; keep disabled.
2669
2670 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
2671 struct-return and inferior function call methods.
2672
2673 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
2674 "frame-base.h".
2675 (struct hppa_frame_cache): Define.
2676 (hppa_frame_cache, hppa_frame_this_id): New functions.
2677 (hppa_frame_prev_register): New function.
2678 (hppa_frame_unwind, hppa_frame_base): New variables.
2679 (hppa_frame_unwind_sniffer): New function.
2680 (hppa_frame_base_address, hppa_unwind_pc): New function.
2681 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
2682 sniffer, and frame base sniffer; keep disabled.
2683 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
2684 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
2685
2686 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
2687 to predicates for "seriously old code".
2688
2689 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
2690 runtime if(0).
2691
2692 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
2693 unsigned.
2694 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
2695
2696 * config/pa/tm-hppa.h: Update copyright.
2697 (DEPRECATED_INIT_FRAME_PC): Delete macro.
2698 (deprecated_init_frame_pc_default): Delete declaration.
2699 (hppa_frame_init_saved_regs): Delete declaration.
2700 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
2701 * hppa-tdep.c: Include "arch-utils.h".
2702 (hppa_gdbarch_init): Set deprecated init_frame_pc
2703 and deprecated frame_init_saved_regs.
2704 (hppa_frame_init_saved_regs): Make static.
2705
2706 2004-02-22 Mark Kettenis <kettenis@gnu.org>
2707
2708 Remove old 386BSD support.
2709 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
2710 * configure.host: Remove i[34567]86-*-bsd*.
2711 * configure.tgt: Remove i[34567]86-*-bsd*.
2712 * i386b-nat.c: Removed.
2713 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
2714 (i386b-nat.o): Remove dependencies.
2715
2716 * config/i386/i386bsd.mh: Removed.
2717 * config/i386/i386bsd.mt: Removed.
2718 * config/i386/nm-i386bsd.h: Removed.
2719 * config/i386/tm-i386bsd.h: Removed.
2720 * config/i386/xm-i386bsd.h: Removed.
2721
2722 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
2723
2724 * amd64fbsd-tdep.c: Include "solib-svr4.h".
2725 (amd64fbsd_init_abi): Set link map offsets.
2726 * amd64nbsd-tdep.c: Include "slib-svr4.h".
2727 (amd64nbsd_init_abi): Set link map offsets.
2728 * amd64obsd-tdep.c: Include "solib-svr4.h".
2729 (amd64obsd_init_abi): Set link map offsets.
2730 * i386fbsd-tdep.c: Include "solib-svr4.h".
2731 (i386fbsd_init_abi): Set link map offsets.
2732 * i386nbsd-tdep.c: Include "solib-svr4.h".
2733 (i386nbsdelf_init_abi): Set link map offsets.
2734 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
2735 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
2736 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
2737 solib-legacy.o and core-aout.o. Reformat.
2738 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
2739 solib-svr4.o, solib-legacy.o. Reformat.
2740 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
2741 * config/i386/nbsdelf.mh: Reformat.
2742 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
2743 solib-svr4.o, solib-legacy.o and corelow.o.
2744 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
2745 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
2746 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
2747 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
2748 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
2749 (TM_FILE): Set to tm-fbsd.h.
2750 * config/i386/nbsd.mt (TDEPFILES): Reformat.
2751 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
2752 solib-svr4.o.
2753 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
2754 solib-svr4.o.
2755 (TM_FILE): Set to nm-nbsd.h.
2756 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
2757 Simplify shared library support. Don't include "elf/common.h".
2758 (SVR4_SHARED_LIBS): Don't define.
2759 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
2760 "solib.h".
2761 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
2762 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
2763 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
2764 Don't include "i386/tm-i386.h". Include "solib.h".
2765 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
2766 Don't include "i386/tm-i386.h".
2767 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
2768 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
2769 Include "i386/xm-i386.h".
2770 (HOST_LONG_DOUBLE_FORMAT): Remove.
2771
2772 Fix OpenBSD/i386 sigtramp recognition.
2773 * i386-tdep.h: Update copyright year.
2774 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
2775 (i386bsd_sigtramp_end): New prototypes.
2776 (i386fbsd_sigtramp_start_addr): Renamed from
2777 i386fbsd_sigtramp_start.
2778 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
2779 (i386obsd_sigtramp_start_addr): Renamed from
2780 i386obsd_sigtramp_start.
2781 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
2782 * i386bsd-tdep.c: Update copyright year.
2783 (i386bsd_pc_in_sigtramp): Make public.
2784 * i386fbsd-nat.c: Update copyright year.
2785 (_initialize_i386fbsd_nat): Adjust for renamed variables.
2786 * i386fbsd-tdep.c: Update copyright year.
2787 (i386fbsd_sigtramp_start_addr): Renamed from
2788 i386fbsd_sigtramp_start.
2789 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
2790 (i386fbsdaout_init_abi): Adjust for renamed variables.
2791 * i386obsd-nat.c: Update copyright year.
2792 (_initialize_i386obsd_nat): Adjust for renamed variables.
2793 * i386obsd-tdep.c: Include "target.h".
2794 (i386obsd_page_size): New variable.
2795 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
2796 (i386obsd_sigtramp_end): New functions.
2797 (i386obsd_sigtramp_start_addr): Renamed from
2798 i386obsd_sigtramp_start.
2799 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
2800 (i386obsd_init_abi): Adjust for renamed variables. Set
2801 pc_in_sigtramp, sigtramp_start and sigtramp_end.
2802 * Makefile.in (i386obsd-tdep.o): Update dependencies.
2803
2804 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
2805 trampoline change in OpenBSD kernel.
2806
2807 * amd64-nat.c: Update copyright year.
2808 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
2809 architecture from REGCACHE.
2810
2811 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
2812 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
2813
2814 2004-02-21 Mark Kettenis <kettenis@gnu.org>
2815
2816 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
2817 i[34567]86-*-openbsd3.[0-3].
2818 * config/i386/obsdaout.mh: New file.
2819
2820 * config/i386/obsd.mh (MH_FLAGS): Remove.
2821
2822 Fix PR build/1549.
2823 * i386obsd-tdep.c: Update copyright years. Include
2824 "solib-svr4.h".
2825 (i386obsd_init_abi): Don't set regset_from_core_section here.
2826 (i386obsd_aout_init_abi): New function. Set
2827 regset_from_core_section here.
2828 (i386obsd_elf_init_abi): New function.
2829 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
2830 * Makefile.in (i386obsd-tdep.o): Update dependecies.
2831 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2832 (TM_FILE): Set to tm-nbsd.h.
2833
2834 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
2835 solib-sunos.o.
2836
2837 * solib-svr4.h: Update copyright year.
2838 (svr4_ilp32_fetch_link_map_offsets)
2839 (svr4_lp64_fetch_link_map_offsets): New prototype.
2840 * solib-svr4.c: Update copyright year.
2841 (svr4_ilp32_fetch_link_map_offsets)
2842 (svr4_lp64_fetch_link_map_offsets): New function.
2843
2844 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
2845
2846 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
2847 to the partial symbol table.
2848
2849 2004-02-20 J. brobecker <brobecker@gnat.com>
2850
2851 * PROBLEMS: Add description of problem documented under gdb/1560.
2852
2853 2004-02-20 Mark Kettenis <kettenis@gnu.org>
2854
2855 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
2856 comments.
2857 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
2858 functions.
2859 (amd64obsd_init_abi): Reorder initializations. Use
2860 amd64obsd_r_reg_offset to initialize the general-purpose register
2861 set details. Set regset_from_core_section.
2862 (_initialize_amd64obsd_tdep): Rename from
2863 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
2864 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
2865 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
2866
2867 * NEWS (New native configurations): Mention OpenBSD/alpha.
2868 * configure.tgt: Add alpha*-*-openbsd*.
2869 * configure.host: Add alpha*-*-openbsd*.
2870 * alphanbsd-tdep.c: Update copyright year.
2871 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
2872
2873 2004-02-20 Andrew Cagney <cagney@redhat.com>
2874
2875 Fix PR tdep/1372.
2876 * configure.tgt: Delete target "none-*-*".
2877 * configure.host: Delete host "none-*-*".
2878 * config/none/none.mh: Delete file.
2879 * config/none/none.mt: Delete file.
2880 * config/none/xm-none.h: Delete file.
2881 * config/none/tm-none.h: Delete file.
2882 * config/none/nm-none.h: Delete file.
2883
2884 2004-02-19 Fred Fish <fnf@redhat.com>
2885
2886 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
2887 cache->uses_fp prior to setting it.
2888
2889 2004-02-19 Fred Fish <fnf@redhat.com>
2890
2891 Fix for PR breakpoint/1558.
2892 * sh-tdep.c (IS_JSR): New macro.
2893 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
2894
2895 2004-02-19 Jim Blandy <jimb@redhat.com>
2896
2897 * findvar.c (value_from_register): Doc fix.
2898
2899 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
2900
2901 * printcmd.c (print_scalar_formatted): Do not check for sizeof
2902 type being greater than sizeof of host's LONGEST. Always use
2903 unpack_long() unless format 'f' chosen.
2904
2905 2004-02-19 Joel Brobecker <brobecker@gnat.com>
2906
2907 Committed by Elena Zannoni <ezannoni@redhat.com>
2908
2909 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
2910 contains a symbol wich is the best, non-exact match for the given
2911 pc. Update comments.
2912
2913 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
2914
2915 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
2916 macro, which was part of the now removed Mach 3 port.
2917 * utils.c (request_quit): Ditto.
2918
2919 2004-02-18 Mark Kettenis <kettenis@gnu.org>
2920
2921 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
2922 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
2923
2924 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2925
2926 Committed by Mark Kettenis <kettenis@gnu.org>.
2927
2928 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
2929 Define.
2930
2931 2004-02-18 Andrew Cagney <cagney@redhat.com>
2932
2933 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
2934 CONFIG_INSTALL and CONFIG_UNINSTALL.
2935 * configure: Re-generate.
2936 * interps.h (INTERP_TUI): Define.
2937 * Makefile.in: Update dependencies.
2938 (TUI): New macro.
2939 (tui-main.o): Specify dependencies.
2940 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
2941 * tui/tui-main.c: New file.
2942
2943 2004-02-18 Mark Kettenis <kettenis@gnu.org>
2944
2945 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
2946 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
2947 dependencies.
2948 * configure.host: Add x86_64-*-openbsd*.
2949 * configure.tgt: Add x86_64-*-openbsd*.
2950 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
2951
2952 * tui/tui.c: Don't include <malloc.h>.
2953
2954 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
2955 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
2956 amd64nbsd-tdep.c.
2957
2958 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
2959 static. Remove extraneous whitespace.
2960 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
2961 static.
2962
2963 2004-02-17 Jim Blandy <jimb@redhat.com>
2964
2965 * findvar.c (value_from_register): Doc fix.
2966
2967 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2968
2969 Committed by Jim Blandy <jimb@redhat.com>.
2970
2971 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
2972 CORE_ADDR as type for selectors. Correct types for GNU run time
2973 message lookup function to use double indirection.
2974 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
2975 * objc-lang.h (lookup_child_selector): Adapt prototype.
2976
2977 * s390-nat.c (SUBOFF): New macro.
2978 (supply_gregset, fill_gregset): Use it to handle debugging
2979 of 32-bit exectuables running under a 64-bit kernel.
2980 * s390-tdep.c: Include "solib-svr4.h".
2981 (s390_svr4_fetch_link_map_offset): New function.
2982 (s390x_svr_fetch_link_map_offset): Likewise.
2983 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
2984 * Makefile.in (s390-tdep.o): Update dependencies.
2985
2986 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
2987 "frame-unwind.h".
2988 (s390_readinstruction): Reformat. Use read_memory_nobpt.
2989 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
2990 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
2991 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
2992 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
2993 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
2994 S390_SIGNAL_FRAMESIZE,
2995 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
2996 (struct frame_extra_info): Remove.
2997 (s390_memset_extra_info): Remove.
2998 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
2999 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
3000 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
3001 (is_rse): Renamed to ...
3002 (is_rsy): ... this. Support long displacements.
3003 (is_rxe): Renamed to ...
3004 (is_rxy): ... this. Support long displacements.
3005 (compute_x_addr): Support long displacements.
3006 (struct s390_prologue_data): New data type.
3007 (s390_on_stack): Change API to use struct s390_prologue_data.
3008 (s390_store): Reimplement.
3009 (s390_load): New function.
3010 (s390_get_signal_frame_info): Remove.
3011 (s390_get_frame_info): Remove, replace by ...
3012 (s390_analyze_prolog): ... this new function.
3013 (s390_check_function_end): Remove.
3014 (s390_function_start): Remove.
3015 (s390_frameless_function_invokation): Remove.
3016 (s390_is_sigreturn): Remove.
3017 (s390_init_frame_pc_first): Remove.
3018 (s390_init_frame_extra_info): Remove.
3019 (s390_frame_init_saved_regs): Remove.
3020 (s390_frame_saved_pc_nofix): Remove.
3021 (s390_frame_saved_pc): Remove.
3022 (s390_frame_chain): Remove.
3023 (s390_fp_regnum, s390_read_fp): Remove.
3024 (s390_pop_frame_regular, s390_pop_frame): Remove.
3025 (s390_saved_pc_after_call): Remove.
3026 (s390_skip_prologue): Reimplement.
3027 (s390_in_function_epilogue_p): Support long displacements.
3028 (struct s390_unwind_cache): New data structure.
3029 (s390_frame_unwind_cache): New function.
3030 (s390_prologue_frame_unwind_cache): Likewise.
3031 (s390_backchain_frame_unwind_cache): Likewise.
3032 (s390_frame_this_id, s390_frame_prev_register): Likewise.
3033 (s390_frame_unwind): Define.
3034 (s390_frame_sniffer): New function.
3035 (struct s390_pltstub_unwind_cache): New data structure.
3036 (s390_pltstub_frame_unwind_cache): New function.
3037 (s390_pltstub_frame_this_id): Likewise.
3038 (s390_pltstub_frame_prev_register): Likewise.
3039 (s390_pltstub_frame_unwind): Define.
3040 (s390_pltstub_frame_sniffer): New function.
3041 (struct s390_sigtramp_unwind_cache): New data structure.
3042 (s390_sigtramp_frame_unwind_cache): New function.
3043 (s390_sigtramp_frame_this_id): Likewise.
3044 (s390_sigtramp_frame_prev_register): Likewise.
3045 (s390_sigtramp_frame_unwind): Define.
3046 (s390_sigtramp_frame_sniffer): New function.
3047 (s390_frame_base_address, s390_local_base_address): New functions.
3048 (s390_frame_base): Define.
3049 (s390_unwind_pc, s390_unwind_sp): New function.
3050 (s390_push_dummy_call): Use new frame base location.
3051 (s390_unwind_dummy_id): Likewise.
3052 (s390_gdbarch_init): Remove calls to:
3053 set_gdbarch_frameless_function_invocation,
3054 set_gdbarch_deprecated_init_frame_pc,
3055 set_gdbarch_deprecated_frame_chain,
3056 set_gdbarch_deprecated_frame_init_saved_regs,
3057 set_gdbarch_deprecated_pop_frame,
3058 set_gdbarch_deprecated_init_extra_frame_info,
3059 set_gdbarch_deprecated_init_frame_pc_first,
3060 set_gdbarch_deprecated_target_read_fp,
3061 set_gdbarch_deprecated_frame_saved_pc,
3062 set_gdbarch_deprecated_saved_pc_after_call,
3063 set_gdbarch_deprecated_fp_regnum.
3064 Add calls to:
3065 set_gdbarch_in_solib_call_trampoline,
3066 frame_unwind_append_sniffer,
3067 frame_base_set_default,
3068 set_gdbarch_unwind_pc,
3069 set_gdbarch_unwind_sp.
3070 * Makefile.in (s390-tdep.o): Update dependencies.
3071
3072 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
3073 (S390_STACK_FRAME_OVERHEAD): Remove.
3074 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
3075 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
3076 (s390_promote_integer_argument): Remove.
3077 (s390_cannot_extract_struct_value_address): Remove.
3078 (s390_use_struct_convention, s390_store_struct_return): Remove.
3079 (s390_extract_return_value, s390_store_return_value): Remove.
3080 (s390_return_value_convention, s390_return_value): New functions.
3081 (is_float_singleton): Handle typedefs.
3082 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
3083 Remove, replace by ...
3084 (s390_function_arg_pass_by_reference, s390_function_arg_float,
3085 s390_function_arg_integer): ... these new functions.
3086 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
3087 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
3088 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
3089 Fill in tdep->abi.
3090 Remove calls to:
3091 set_gdbarch_deprecated_store_struct_return,
3092 set_gdbarch_deprecated_extract_return_value,
3093 set_gdbarch_deprecated_store_return_value,
3094 set_gdbarch_use_struct_convention,
3095 set_gdbarch_extract_struct_value_address,
3096 set_gdbarch_deprecated_pc_in_call_dummy,
3097 set_gdbarch_deprecated_push_arguments,
3098 set_gdbarch_deprecated_save_dummy_frame_tos,
3099 set_gdbarch_deprecated_push_return_address,
3100 set_gdbarch_deprecated_sizeof_call_dummy_words,
3101 set_gdbarch_deprecated_call_dummy_words,
3102 set_gdbarch_deprecated_dummy_write_sp.
3103 Add calls to:
3104 set_gdbarch_push_dummy_call,
3105 set_gdbarch_unwind_dummy_id,
3106 set_gdbarch_return_value.
3107
3108 * config/s390/nm-linux.h: Update comments.
3109 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
3110 (STOPPED_BY_WATCHPOINT): Redefine.
3111 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
3112 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
3113 (s390_stopped_by_watchpoint): Likewise.
3114 (watch_area_cnt): Remove.
3115 * s390-nat.c: Update comments.
3116 (watch_area): Remove typedef.
3117 Global replace watch_area by struct watch_area.
3118 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
3119 (s390_stopped_by_watchpoint): Remove pid argument,
3120 use s390_inferior_tid. Add short-cut for the no watchpoint case.
3121 (s390_fix_watch_points): Remove pid argument,
3122 use s390_inferior_tid. Recompute area spanned by watchpoints.
3123 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
3124 argument. Reimplement.
3125
3126 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
3127 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
3128 (FETCH_INFERIOR_REGISTERS): Define.
3129 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
3130 core-regset.o.
3131 * config/s390/s390x.mt: Remove.
3132 * config/s390/tm-s390.h: Remove.
3133 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
3134 (TARGET_ELF64): Remove.
3135 (SKIP_TRAMPOLINE_CODE): Do not undefine.
3136 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
3137 s390*-*-* case; always set gdb_target to s390.
3138 * regformats/reg-s390.dat: Remove control registers.
3139 * regformats/reg-s390x.dat: Likewise.
3140 * s390-tdep.h: New file.
3141 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
3142 Include "inferior.h" and "s390-tdep.h".
3143 Remove private definition of offsetof.
3144 (s390_register_u_addr): Remove.
3145 (regmap_gregset, regmap_fpregset): Define.
3146 (supply_gregset, fill_gregset): Reimplement.
3147 (supply_fpregset, fill_fpregset): Likewise.
3148 (s390_inferior_tid): New function.
3149 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
3150 (fetch_inferior_registers, store_inferior_registers): Likewise.
3151 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
3152 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
3153 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
3154 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
3155 (struct gdbarch_tdep): Define.
3156 (struct s390_register_info): Define.
3157 (s390_register_info): New variable.
3158 (s390_register_name): Reimplement.
3159 (s390_register_type): New function.
3160 (s390_register_raw_size, s390x_register_raw_size): Remove.
3161 (s390_cannot_fetch_register): Remove.
3162 (s390_register_byte): Remove.
3163 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
3164 (s390_dwarf_regmap): New variable.
3165 (s390_dwarf_reg_to_regnum): New function.
3166 (s390_stab_reg_to_regnum): Remove.
3167 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
3168 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
3169 (s390_convert_register_p): Likewise.
3170 (s390_register_to_value, s390_value_to_register): Likewise.
3171 (s390_register_reggroup_p): Likewise.
3172 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
3173 s390_gregset, s390x_gregset, s390_fpregset): New variables.
3174 (s390_supply_regset, s390_regset_from_core_section): New functions.
3175 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
3176 (S390_FPR_SIZE): Likewise.
3177 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
3178 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
3179 (S390_NUM_GPRS): Move here from tm-s390.h.
3180 (S390_NUM_FPRS): Likewise.
3181 (s390_in_function_epilogue_p): New function.
3182 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
3183 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
3184 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
3185 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
3186 Replace S390_FP_REGNUM by S390_SP_REGNUM.
3187 Remove calls to:
3188 set_gdbarch_deprecated_max_register_raw_size,
3189 set_gdbarch_deprecated_max_register_virtual_size,
3190 set_gdbarch_deprecated_register_byte,
3191 set_gdbarch_cannot_fetch_register,
3192 set_gdbarch_cannot_store_register,
3193 set_gdbarch_deprecated_register_size,
3194 set_gdbarch_deprecated_register_raw_size,
3195 set_gdbarch_deprecated_register_virtual_size,
3196 set_gdbarch_deprecated_register_virtual_type,
3197 set_gdbarch_deprecated_register_bytes.
3198 Add calls to:
3199 set_gdbarch_num_pseudo_regs,
3200 set_gdbarch_register_type,
3201 set_gdbarch_convert_register_p,
3202 set_gdbarch_register_to_value,
3203 set_gdbarch_value_to_register,
3204 set_gdbarch_register_reggroup_p,
3205 set_gdbarch_regset_from_core_section,
3206 set_gdbarch_pseudo_register_read,
3207 set_gdbarch_pseudo_register_write,
3208 set_gdbarch_in_function_epilogue_p.
3209 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
3210 (s390_tdep_h): New variable.
3211
3212 2004-02-17 Jim Blandy <jimb@redhat.com>
3213
3214 * findvar.c (value_from_register): If the type has no length, just
3215 return an acceptable value --- don't report an internal error.
3216
3217 * stabsread.c (read_type): If we find any type numbers that are
3218 forward references, complain if the references aren't resolved by
3219 the time we're finished reading.
3220 (cleanup_undefined_types): Make error message more appropriate for
3221 a complaint.
3222
3223 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
3224
3225 * Makefile.in (defs_h): Remove dependency on progress_h.
3226 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
3227 progress.h.
3228 * main.c (captured_main): Delete use of START_PROGRESS and
3229 END_PROGRESS.
3230
3231 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
3232
3233 * objfiles.c (terminate_minimal_symbol_table): Add back
3234 initialization of MSYMBOL_TYPE.
3235
3236 2004-02-17 David Mosberger <davidm@hpl.hp.com>
3237
3238 Committed by Andrew Cagney.
3239 * Makefile.in (ia64_tdep_h): New macro.
3240 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
3241 (ia64-tdep.o): Likewise.
3242 * ia64-tdep.h: New file.
3243 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
3244 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
3245 (ia64_aix_sigcontext_register_address): Likewise.
3246 (ia64_linux_getunwind_table): Delete declaration.
3247 * ia64-linux-tdep.c: Likewise.
3248
3249 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
3250
3251 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
3252 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
3253 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
3254
3255 2004-02-17 Andrew Cagney <cagney@redhat.com>
3256
3257 * symtab.c (skip_prologue_using_sal): New function.
3258 * symtab.h (skip_prologue_using_sal): Declare.
3259 * frv-tdep.c: Include "symtab.h".
3260 (skip_prologue_using_sal): Delete function.
3261 * mips-tdep.c (skip_prologue_using_sal): Delete function.
3262 * rs6000-tdep.c (refine_prologue_limit): Mention
3263 skip_prologue_using_sal.
3264 * ia64-tdep.c (refine_prologue_limit): Ditto.
3265 * Makefile.in: Update dependencies.
3266
3267 2004-02-16 Andrew Cagney <cagney@redhat.com>
3268
3269 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
3270 START_INFERIOR_TRAPS_EXPECTED.
3271 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
3272 START_INFERIOR_TRAPS_EXPECTED.
3273 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
3274 Delete macro.
3275 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
3276 macro, moved to "nm-osf.h". Update copyright.
3277 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
3278 update copyright.
3279
3280 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
3281 and function replacing FRAMELESS_FUNCTION_INVOCATION.
3282 * blockframe.c (legacy_frameless_look_for_prologue): Rename
3283 frameless_look_for_prologue.
3284 * frame.h (legacy_frameless_look_for_prologue): Rename
3285 frameless_look_for_prologue.
3286 * gdbarch.h, gdbarch.c: Re-generate.
3287 * sh64-tdep.c (sh64_gdbarch_init): Update.
3288 * sh-tdep.c (sh_gdbarch_init): Update.
3289 * s390-tdep.c (s390_gdbarch_init): Update.
3290 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3291 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
3292 * m68k-tdep.c (m68k_gdbarch_init): Update.
3293 (delta68_frame_args_address): Update.
3294 * m32r-tdep.c (m32r_gdbarch_init): Update.
3295 * hppa-tdep.c (hppa_gdbarch_init): Update.
3296 * h8300-tdep.c (h8300_gdbarch_init): Update.
3297 * frv-tdep.c (frv_gdbarch_init): Update.
3298 (frv_frameless_function_invocation): Update.
3299 * cris-tdep.c (cris_gdbarch_init): Update.
3300 (cris_frameless_function_invocation): Update.
3301 * avr-tdep.c (avr_gdbarch_init): Update.
3302 * arm-tdep.c (arm_gdbarch_init): Update.
3303 * stack.c (frame_info): Update, call predicate.
3304 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
3305 * frame.c (legacy_get_prev_frame): Update, call predicate..
3306 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
3307 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
3308 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
3309 invocation.
3310 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3311 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3312 * vax-tdep.c (vax_gdbarch_init): Ditto.
3313
3314 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
3315 function.
3316
3317 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
3318
3319 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
3320 initializations.
3321
3322 2004-02-16 Andrew Cagney <cagney@redhat.com>
3323
3324 * tui/tui-windata.c: Include "gdb_string.h".
3325 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
3326 * tui/tui-layout.c, tui/tui-command.c: Ditto.
3327 * Makefile.in: Update dependencies.
3328
3329 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
3330
3331 * Makefile.in (infrun.o): Add $(gdb_assert_h).
3332 * infrun.c: Include "gdb_assert.h".
3333 (singlestep_ptid, saved_singlestep_ptid)
3334 (stepping_past_singlestep_breakpoint): New variables.
3335 (resume): Set singlestep_ptid. Check for singlestep thread
3336 hop.
3337 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
3338 (handle_inferior_event): Handle singlestep thread hop.
3339
3340 2004-02-16 Andrew Cagney <cagney@redhat.com>
3341
3342 * dwarf2-frame.c (dwarf2_frame_ops): New function.
3343 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
3344 (dwarf2_frame_init_reg): Ditto.
3345
3346 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
3347 suggested by Joshua Neuheisel
3348
3349 * configure.in: Always check for curses, including pdcurses.
3350 Warn, instead of error, when no curses are found. Enable TUI when
3351 curses is available.
3352 * configure: Re-generate.
3353
3354 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
3355
3356 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
3357 sh_sh4_register_convert_to_virtual.
3358 (sh_register_convert_to_raw): Rename from
3359 sh_sh4_register_convert_to_raw.
3360 (sh_pseudo_register_read): Accomodate above name change.
3361 (sh_pseudo_register_write): Ditto.
3362
3363 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
3364
3365 * sh-tdep.c (sh_generic_register_name): Remove.
3366 (sh_gdbarch_init): Use sh_sh_register_name in default case.
3367
3368 2004-02-15 Andrew Cagney <cagney@redhat.com>
3369
3370 * configure.in (build_warnings): Add -Wunused-function.
3371 * configure: Re-generate.
3372
3373 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
3374 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
3375
3376 * procfs.c (procfs_init_inferior): Assume that
3377 START_INFERIOR_TRAPS_EXPECTED is defined.
3378 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
3379 * config/ns32k/tm-nbsd.h: Delete file,
3380 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
3381
3382 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
3383 * config/vax/tm-vax.h: Delete file.
3384
3385 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
3386 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
3387 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
3388 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
3389 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
3390 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
3391 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
3392
3393 2004-02-15 Mark Kettenis <kettenis@gnu.org>
3394
3395 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
3396 * dwarf2-frame.c (dwarf2_frame_data): New variable.
3397 (struct dwarf2_frame_ops): New.
3398 (dwarf2_frame_default_init_reg): New function, based on
3399 dwarf2_frame_init_reg.
3400 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
3401 (dwarf2_frame_init_reg): Call architecture-specific function.
3402 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
3403 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
3404 instead of dwarf2_frame_data.
3405 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
3406 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
3407
3408 2004-02-15 Andrew Cagney <cagney@redhat.com>
3409
3410 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
3411 register_gdbarch_swap.
3412 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
3413 * f-lang.c (_initialize_f_language): Update, use
3414 DEPRECATED_REGISTER_GDBARCH_SWAP.
3415 * remote.c (_initialize_remote): Ditto.
3416 * regcache.c (_initialize_regcache): Ditto.
3417 * parse.c (_initialize_parse): Ditto.
3418 * infrun.c (_initialize_infrun): Ditto.
3419 * mi/mi-main.c (_initialize_mi_main): Ditto.
3420 * gdbtypes.c (_initialize_gdbtypes): Ditto.
3421
3422 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
3423 poking .cacheable directly.
3424 * symfile.c (symfile_bfd_open): Ditto.
3425
3426 * Makefile.in: Update all dependencies.
3427
3428 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
3429 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
3430 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
3431 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
3432 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
3433
3434 2004-02-14 Andrew Cagney <cagney@redhat.com>
3435
3436 * arch-utils.c (legacy_convert_register_p): Check
3437 DEPRECATED_REGISTER_CONVERTIBLE_P.
3438 * findvar.c (value_of_register): Ditto.
3439
3440 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
3441 * gdbarch.h, gdbarch.c: Re-generate.
3442 * arch-utils.c (deprecated_register_convertible_not): Delete.
3443 * arch-utils.h (deprecated_register_convertible_not): Delete.
3444 * mi/mi-main.c (get_register): Update. Update copyright.
3445 * infcmd.c (default_print_registers_info): Update.
3446
3447 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
3448 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
3449 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
3450 * gdbarch.h, gdbarch.c: Re-generate.
3451 * frame.c (deprecated_get_next_frame_hack): Delete function.
3452 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
3453 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
3454 Update.
3455 * infcall.c (call_function_by_hand): Update.
3456
3457 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
3458
3459 * symfile.c (init_entry_point_info, entry_point_address): Move
3460 from here...
3461 * objfiles.c (init_entry_point_info, entry_point_address):..to
3462 here.
3463 * symfile.h (init_entry_point_info, entry_point_address): Remove
3464 prototypes.
3465 * objfiles.h (init_entry_point_info, entry_point_address):Add
3466 prototypes.
3467 * cris-tdep.c: Remove include of symfile.h. Add include of
3468 objfiles.h.
3469 * infcall.c: Ditto.
3470 * mcore-tdep.c: Ditto.
3471 * mn10300-tdep.c: Ditto.
3472 * sh64-tdep.c: Ditto.
3473 * v850-tdep.c: Ditto.
3474 * arm-tdep.c: Remove include of symfile.h.
3475 * blockframe.c: Ditto.
3476 * coffread.c: Ditto.
3477 * dbxread.c: Ditto.
3478 * dwarf2read.c: Ditto.
3479 * dwarfread.c: Ditto.
3480 * frv-tdep.c: Ditto.
3481 * ia64-tdep.c: Ditto.
3482 * mdebugread.c: Ditto.
3483 * mipsread.c: Ditto.
3484 * rs6000-tdep.c: Ditto.
3485 * s390-tdep.c: Ditto.
3486 * sh-tdep.c: Ditto.
3487 * xstormy16-tdep.c: Ditto.
3488 * gdbarch.sh: Remove include of symfile.h.
3489 * gdbarch.c: Regenerate.
3490 * solib-irix.c (enable_break): Use entry_point_address().
3491 Add comment about include file.
3492 * xcoffread.c: Add comment about include file.
3493 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
3494 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
3495 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
3496 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
3497 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
3498
3499 2004-02-13 Andrew Cagney <cagney@redhat.com>
3500
3501 * corelow.c (core_xfer_partial): Use "struct bfd_section".
3502 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
3503 copyright.
3504 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
3505
3506 2004-02-12 Fred Fish <fnf@redhat.com>
3507
3508 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
3509 set_gdbarch_store_return_value.
3510
3511 2004-02-12 Andrew Cagney <cagney@redhat.com>
3512
3513 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
3514 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
3515 (interrupt_query): Ditto.
3516 (ofunc): Delete unused variable.
3517 * cris-tdep.c (cris_abi): Delete unused function.
3518 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
3519 (cris_get_wide_opcode, cris_get_short_size): Ditto.
3520 (cris_get_asr_quick_shift_steps): Ditto.
3521 (cris_skip_prologue_frameless_p): Ditto.
3522 * arm-tdep.c (arm_push_return_address): Delete unused function.
3523 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
3524 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
3525 * s390-tdep.c (s390_function_start): Delete unused function.
3526
3527 2004-02-12 Andrew Cagney <cagney@redhat.com>
3528
3529 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
3530 gdbarch.h, gdbarch.c: Re-generate.
3531 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
3532 to generic_prologue_frameless_p.
3533 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
3534 * arch-utils.c (generic_prologue_frameless_p): Delete function.
3535
3536 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
3537
3538 * mips-linux-tdep.c: Include "frame.h".
3539 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
3540 (mips_linux_skip_resolver): New functions.
3541 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
3542 and set_gdbarch_in_solib_call_trampoline.
3543 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
3544 to after set_gdbarch_in_solib_return_trampoline. Only set the
3545 solib hooks to mips16 functions if the OS ABI is unknown.
3546 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
3547 including "config/tm-linux.h".
3548 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
3549 * Makefile.in (mips-linux-tdep.o): Update.
3550
3551 2004-02-11 David Carlton <carlton@kealia.com>
3552
3553 * linespec.c (decode_compound): Only look for a class symbol when
3554 considering all but the rightmost component.
3555
3556 2004-02-11 Andrew Cagney <cagney@redhat.com>
3557
3558 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
3559 abi code are are separatly grouped.
3560
3561 2004-02-11 Andrew Cagney <cagney@redhat.com>
3562
3563 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
3564 * gdbarch.h, gdbarch.c: Re-generate.
3565 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3566 * v850-tdep.c (v850_gdbarch_init): Update.
3567 * sh64-tdep.c (sh64_gdbarch_init): Update.
3568 * sh-tdep.c (sh_gdbarch_init): Update.
3569 * s390-tdep.c (s390_gdbarch_init): Update.
3570 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3571 * mips-tdep.c (mips_gdbarch_init): Update.
3572 * mcore-tdep.c (mcore_gdbarch_init): Update.
3573 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3574 * m32r-tdep.c (m32r_gdbarch_init): Update.
3575 * ia64-tdep.c (ia64_gdbarch_init): Update.
3576 * hppa-tdep.c (hppa_gdbarch_init): Update.
3577 * h8300-tdep.c (h8300_gdbarch_init): Update.
3578 * frv-tdep.c (frv_gdbarch_init): Update.
3579 * d10v-tdep.c (d10v_gdbarch_init): Update.
3580 * cris-tdep.c (cris_gdbarch_init): Update.
3581 * avr-tdep.c (avr_gdbarch_init): Update.
3582 * arm-tdep.c (arm_gdbarch_init): Update.
3583 * alpha-tdep.c (alpha_gdbarch_init): Update.
3584
3585 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
3586
3587 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
3588 comma.
3589 (sh_sh4al_dsp_register_name): Ditto.
3590
3591 2004-02-10 Andrew Cagney <cagney@redhat.com>
3592
3593 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
3594 (mips_init_frame_pc_first): Delete function.
3595 (mips_frame_saved_pc): Delete function.
3596 (mips_frame_chain): Delete function.
3597 (mips_init_extra_frame_info): Delete function.
3598 (mips_xfer_register): Delete unused variable "reg".
3599 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
3600 (mips_n32n64_return_value): Delete unused variable "reg".
3601 (mips_n32n64_return_value): Delete unused variable "pos".
3602 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
3603 (mips_o32_return_value): Delete unused variable "pos".
3604 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
3605 (mips_print_fp_register): Delete unused variable "namelen"
3606 (mips_print_fp_register): Delete unused variable "flt2"
3607 (get_frame_pointer): Delete function.
3608 (cached_proc_desc): Delete static variable.
3609 (mips_pop_frame): Delete function.
3610 (mips_find_saved_regs): Delete function.
3611 (mips_get_saved_register): Delete function.
3612 (mips_saved_pc_after_call): Delete function.
3613 (SIGFRAME_BASE): Delete macro.
3614 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
3615 (SIGFRAME_PC_OFF): Delete macro.
3616 (SIGFRAME_REGSAVE_OFF): Delete macro.
3617 (mips_dump_tdep): Do not print deleted macro definitions.
3618
3619 2004-02-10 Andrew Cagney <cagney@redhat.com>
3620
3621 * Makefile.in (SFILES): Remove explictly listed tui files.
3622 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
3623
3624 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
3625
3626 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
3627 to use paddr functions to format ia64 addresses and long values.
3628 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
3629 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
3630 (get_kernel_table, ia64_find_proc_info_x): Ditto.
3631 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
3632 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
3633
3634 2004-02-10 Andrew Cagney <cagney@redhat.com>
3635
3636 * defs.h: Do not include "tui.h".
3637 * gdb_curses.h: New file.
3638 * tui/tui-hooks.h: New file.
3639 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
3640 (tui_install_hooks, tui_remove_hooks): Delete declarations.
3641 (tui_initialize_io): Delete declaration.
3642 (tui_initialize_readline: Delete redundant declaration.
3643 (struct tui_point): Delete definition.
3644 * tui/tui-data.h (struct tui_point): Define.
3645 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
3646 * utils.c: Include "tui/tui.h".
3647 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
3648 * printcmd.c [TUI]: Include "tui/tui.h".
3649 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
3650 * tui/tui-command.c: Include "gdb_curses.h".
3651 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
3652 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
3653 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
3654 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
3655 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
3656 * Makefile.in: Update all dependencies.
3657 (tui_hooks_h, gdb_curses_h): Define.
3658 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
3659
3660 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
3661
3662 * objfiles.h (struct objfile): Remove unused fields auxf1 and
3663 auxf2. Add comments about some other rarely used fields.
3664
3665 2004-02-10 Andrew Cagney <cagney@redhat.com>
3666
3667 * Makefile.in (init.c): Fix script removing duplicates. Problem
3668 reported by Peter Schauer.
3669
3670 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
3671
3672 * bcache.c (bcache_xmalloc): Use obstack_init instead of
3673 obstack_specify_allocation.
3674 * objfiles.c (allocate_objfile): Ditto.
3675 * solib-sunos.c (solib_add_common_symbols)
3676 (allocate_rt_common_objfile): Ditto.
3677 * symfile.c (reread_symbols): Ditto.
3678 * gdb_obstack.h: Add comment.
3679
3680 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
3681
3682 * linespec.c (decode_line_1, locate_first_half)
3683 (decode_compound, lookup_prefix_sym): Update comments. Delete old
3684 commented out code.
3685
3686 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
3687
3688 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
3689 obstack_free.
3690
3691 2004-02-09 Andrew Cagney <cagney@redhat.com>
3692
3693 * blockframe.c (find_pc_partial_function): If find_pc_overlay
3694 fails, try find_pc_section. Fix PR c++/1267.
3695 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
3696 instead of find_pc_mapped_section.
3697 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
3698 not default to the section containing PC. Fix PR symtab/1519.
3699
3700 2004-02-09 Andrew Cagney <cagney@redhat.com>
3701
3702 * Makefile.in (mips-tdep.o): Update dependencies.
3703 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
3704 "trad-frame.h".
3705 (mips_unwind_pc): Return the pseudo PC register.
3706 (mips_unwind_dummy_id): New function.
3707 (mips16_fetch_instruction): New function.
3708 (mips32_fetch_instruction): New function.
3709 (struct mips_frame_cache): Define.
3710 (mips_mdebug_frame_cache): New function.
3711 (mips_mdebug_frame_this_id): New function.
3712 (mips_mdebug_frame_prev_register): New function.
3713 (mips_mdebug_frame_unwind): Define.
3714 (mips_mdebug_frame_sniffer): New function.
3715 (mips_mdebug_frame_base_address): New function.
3716 (mips_mdebug_frame_base): Define.
3717 (mips_mdebug_frame_base_sniffer): New function.
3718 (mips_gdbarch_init): Append unwind and base sniffers. Set
3719 unwind_dummy_id.
3720
3721 2004-02-08 Andrew Cagney <cagney@redhat.com>
3722
3723 * frame.c: Print both the register number and name.
3724
3725 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
3726 and a sed into a single sed. Make .c and .o patterns more robust.
3727 (OBS): Delete.
3728 (INIT_FILES): Replace OBS with COMMON_OBS.
3729 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
3730
3731 2004-02-08 Mark Kettenis <kettenis@gnu.org>
3732
3733 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
3734 the PT_WCOOKIE request.
3735
3736 2004-02-08 Andrew Cagney <cagney@redhat.com>
3737
3738 * mips-tdep.c (mips_unwind_pc): New function.
3739 (mips_gdbarch_init): Set mips_unwind_pc.
3740
3741 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
3742 (get_frame_id): Allow the UNKNOWN_FRAME.
3743 (frame_register_unwind, get_frame_type): Ditto.
3744
3745 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
3746 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
3747 unwind_dummy_id indicates a legacy frame.
3748
3749 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
3750 * configure: Re-generate.
3751
3752 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
3753 methods.
3754
3755 2004-02-08 Andrew Cagney <cagney@redhat.com>
3756
3757 * configure.in (CONFIG_ALL): Set to Makefile target, and not
3758 makefile macro.
3759 * configure: Re-generate.
3760 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
3761 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
3762 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
3763 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
3764 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
3765 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
3766 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
3767 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
3768 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
3769 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
3770
3771 2004-02-07 Andrew Cagney <cagney@redhat.com>
3772
3773 * Makefile.in: Update all dependencies.
3774
3775 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
3776 * configure: Re-generate.
3777 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
3778 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
3779 (COMMON_OBS): Add "main.o" and "annotate.o".
3780 (ANNOTATE_OBS): Delete.
3781 (OBS): Remove ANNOTATE_OBS.
3782 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
3783 CONFIG_INITS.
3784 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
3785 against CONFIG_OBS and "main.o".
3786 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
3787 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
3788
3789 * tui/tui-command.c: Include "gdb_string.h", delete register
3790 attribute, use ISO-C function signatures.
3791 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
3792 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
3793 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
3794 * tui/tui.c: Ditto.
3795
3796 * tui/tui-command.c: Change variable and function names to lower
3797 case.
3798 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
3799 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
3800 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
3801 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
3802 * tui/tui-winsource.c, tui/tui.c: Ditto.
3803
3804 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
3805
3806 * buildsym.c (free_pending_blocks, finish_block)
3807 (record_pending_block, make_blockvector, end_symtab): Replace
3808 symbol_obstack with objfile_obstack.
3809 * coffread.c (process_coff_symbol, coff_read_struct_type)
3810 (coff_read_enum_type): Ditto.
3811 * cp-namespace.c (initialize_namespace_symtab)
3812 (check_one_possible_namespace_symbol): Ditto.
3813 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
3814 (dwarf2_symbol_mark_computed): Ditto.
3815 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
3816 * elfread.c (elf_symtab_read): Ditto.
3817 * hpread.c (hpread_symfile_init, hpread_symfile_init)
3818 (hpread_read_enum_type, hpread_read_function_type)
3819 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
3820 Ditto.
3821 * jv-lang.c (get_java_class_symtab, add_class_symbol)
3822 (java_link_class_type): Ditto.
3823 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
3824 (new_symbol): Ditto.
3825 * minsyms.c (install_minimal_symbols): Ditto.
3826 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
3827 (terminate_minimal_symbol_table): Replace symbol_obstack with
3828 objfile_obstack.
3829 (free_objfile): Remove freeing of symbol_obstack.
3830 * objfiles.h: Remove symbol_obstack field.
3831 * pa64solib.c (add_to_solist): Replace symbol_obstack with
3832 objfile_obstack.
3833 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
3834 symbol_obstack.
3835 (solib_add_common_symbols): Replace symbol_obstack with
3836 objfile_obstack.
3837 * somsolib.c (som_solib_add): Ditto.
3838 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
3839 (common_block_start, common_block_end): Ditto.
3840 * symfile.c (reread_symbols): Remove freeing and init of
3841 symbol_obstack.
3842 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
3843 * symfile.h: Update comment.
3844 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
3845 stats printing.
3846 * symtab.c (symbol_set_names): Replace symbol_obstack with
3847 objfile_obstack.
3848 * symtab.h (struct general_symbol_info, struct minimal_symbol):
3849 Update comments.
3850 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
3851 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
3852 objfile_obstack.
3853
3854 2004-02-07 Andrew Cagney <cagney@redhat.com>
3855
3856 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
3857 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
3858 fields and variables.
3859 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
3860 (m_beInvisible): Delete macro.
3861 * tui/tui-data.h: Fix case case fields and variables.
3862 (m_genWinPtrIsNull): Delete macro.
3863 (tui_win_list): Rename winList.
3864 (TUI_SRC_WIN): Rename srcWin.
3865 (TUI_DISASM_WIN): Rename disassemWin.
3866 (TUI_DATA_WIN): Rename dataWin.
3867 (TUI_CMD_WIN): Rename cmdWin.
3868 (m_genWinPtrNotNull): Delete macro.
3869 (m_winPtrIsNull): Delete macro.
3870 (m_winPtrNotNull): Delete macro.
3871 (tui_win_is_source_type): Replace m_winIsSourceType
3872 (tui_win_is_auxillary): Replace m_winIsAuzillary.
3873 (tui_win_has_locator): Replace m_hasLocator.
3874 (tui_set_win_highlight): Replace m_setWinHighlightOn and
3875 m_setWinHighlightOff.
3876 * tui/tui-data.c: Update references.
3877 (tui_win_is_source_type, tui_set_win_highlight): New functions.
3878 (tui_win_has_locator, tui_win_is_auxillary): New functions.
3879 * tui/tui-command.c, tui/tui-disasm.c: Update references.
3880 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
3881 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
3882 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
3883 * tui/tui-winsource.c, tui/tui.c: Ditto.
3884
3885 2004-02-07 Mark Kettenis <kettenis@gnu.org>
3886
3887 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
3888 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
3889 StackGhost.
3890
3891 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
3892 variable `i6' to `i7'.
3893 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
3894
3895 2004-02-07 Andrew Cagney <cagney@redhat.com>
3896
3897 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
3898 (TuiPoint, TuiPointPtr): Ditto.
3899 (TuiStatus, TuiStatusPtr): Ditto.
3900 (TuiWinType, TuiWinTypePtr): Ditto.
3901 (struct tui_point): Rename _TuiPoint.
3902 (tui_get_low_disassembly_address): Rename
3903 tuiGetLowDisassemblyAddress.
3904 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
3905 (tuiFree): Delete declaration.
3906 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
3907 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
3908 * tui/tui.c (tuiFree): Delete function.
3909 * cli/cli-cmds.c (disassemble_command): Update references.
3910 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
3911 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
3912 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
3913 * tui/tui-winsource.c: Ditto.
3914
3915 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
3916
3917 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
3918 coffstab_build_psymtabs, elfstab_build_psymtabs)
3919 (stabsect_build_psymtabs): Replace psymbol_obstack with
3920 objfile_obstack.
3921 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
3922 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
3923 Ditto.
3924 * dwarfread.c (scan_compilation_units): Ditto.
3925 * elfread.c (elfstab_offset_sections): Ditto.
3926 * hppa-tdep.c (read_unwind_info): Ditto.
3927 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
3928 (hpread_end_psymtab): Ditto.
3929 * mdebugread.c (mdebug_build_psymtabs, add_pending)
3930 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
3931 Ditto.
3932 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
3933 * objfiles.c (add_to_objfile_sections)
3934 (build_objfile_section_table): Ditto.
3935 (allocate_objfile): Remove init of psymbol_obstack.
3936 (free_objfile): Remove freeing of psymbol_obstack.
3937 * objfiles.h (struct objfile): Remove field
3938 psymbol_obstack. Update comments.
3939 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
3940 psymbol_obstack with objfile_obstack.
3941 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
3942 psymbol_obstack.
3943 * somread.c (som_symfile_offsets, init_import_symbols)
3944 (init_export_symbols): Replace psymbol_obstack with
3945 objfile_obstack.
3946 * somsolib.c (som_solib_add_solib_objfile): Ditto.
3947 * symfile.c (default_symfile_offsets, syms_from_objfile)
3948 (reread_symbols): Remove freeing and init of psymbol_obstack.
3949 (cashier_psymtab): Update comment.
3950 * symmisc.c (print_objfile_statistics): Don't report stats for
3951 psymbol obstack.
3952 * symtab.h (struct general_symbol_info, struct partial_symtab):
3953 Update comments.
3954 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
3955 (xcoff_symfile_offsets): Replace psymbol_obstack with
3956 objfile_obstack.
3957
3958 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
3959
3960 * objfiles.h (struct objfile): Add objfile_obstack field.
3961 Remove type_obstack field.
3962
3963 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
3964 read_structure_scope read_enumeration, new_symbol): Replace
3965 type_obstack with objfile_obstack.
3966 * dwarfread.c (struct_type, enum_type): Ditto.
3967 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
3968 (lookup_fundamental_type): Ditto.
3969 * gdbtypes.h (TYPE_ALLOC): Ditto.
3970 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
3971 (hpread_read_doc_function_type, hpread_read_struct_type)
3972 (fix_static_member_physnames, hpread_read_array_type)
3973 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
3974 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
3975 (java_link_class_type): Ditto.
3976 * mdebugread.c (parse_type): Ditto.
3977 * objfiles.c (allocate_objfile, free_objfile): Ditto.
3978 * solib-sunos.c (solib_add_common_symbols): Ditto.
3979 * stabsread.c (define_symbol, read_type, read_member_functions,
3980 read_cpp_abbrev, read_one_struct_field): Ditto.
3981 * symfile.c (reread_symbols): Ditto.
3982 * symmisc.c (print_objfile_statistics): Ditto.
3983
3984 2004-02-07 Andrew Cagney <cagney@redhat.com>
3985
3986 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
3987 (tui_exec_info_content): Rename TuiExecInfoContent.
3988 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
3989 (TuiWinInfo, TuiWinInfoPtr): Ditto.
3990 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
3991 (TuiList, TuiListPtr): Ditto.
3992 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
3993 (TuiDataType, TuiDataTypePtr): Ditto.
3994 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
3995 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
3996 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
3997 (TuiSourceElement, TuiSourceElementPtr): Ditto.
3998 (TuiDataElement, TuiDataElementPtr): Ditto.
3999 (TuiWinElement, TuiWinElementPtr): Ditto.
4000 (TuiDataInfo, TuiDataInfoPtr): Ditto.
4001 (TuiCommandElement, TuiCommandElementPtr): Ditto.
4002 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
4003 (TuiWhichElement, TuiWhichElementPtr): Ditto.
4004 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
4005 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
4006 * tui/tui-command.c, tui/tui-data.c: Update references.
4007 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
4008 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
4009 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
4010 * tui/tui-winsource.c, tui/tui.c: Ditto.
4011
4012 2004-02-07 Mark Kettenis <kettenis@gnu.org>
4013
4014 * dwarf2-frame.h: Update copyright.
4015 (enum dwarf2_frame_reg_rule): New.
4016 (struct dwarf2_frame_state_reg): New.
4017 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
4018 * dwarf2-frame.c: Update copyright.
4019 (enum dwarf2_reg_rule): Remove.
4020 (struct dwarf2_frame_state): Remove defenition of `struct
4021 dwarf2_frame_state_reg'.
4022 (read_reg): Call get_frame_arch to get the architecture instead of
4023 using CURRENT_GDBARCH.
4024 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
4025 DWARF2_FRAME_.
4026 (dwarf2_frame_init_reg): New function.
4027 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
4028 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
4029 initialize the register state. Prefix old `enum dwarf2_reg_rule'
4030 tags with DWARF2_FRAME_.
4031 (dwarf2_frame_prev_register): Call get_frame_arch to get the
4032 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
4033 dwarf2_reg_rule' tags with DWARF2_FRAME_.
4034
4035 2004-02-06 Andrew Cagney <cagney@redhat.com>
4036
4037 * tui/tui-data.h (struct tui_list): Rename _TuiList.
4038 (enum tui_data_type): Rename _TuiDataType.
4039 (struct tui_layout_def): Rename _TuiLayoutDef.
4040 (struct tui_source_element): Rename _TuiSourceElement.
4041 (struct tui_data_element): Rename _TuiDataElement.
4042 (struct tui_command_element): Rename _TuiCommandElement.
4043 (struct tui_locator_element): Rename _TuiLocatorElement.
4044 (union tui_which_element): Define.
4045 (struct tui_win_element): Rename _TuiWinElement.
4046 (struct tui_data_info): Rename _TuiDataInfo.
4047 (struct tui_source_info): Rename _TuiSourceInfo.
4048 (struct tui_command_info): Rename _TuiCommandInfo.
4049 (tui_initialize_static_data): Rename initializeStaticData.
4050 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
4051 (tui_alloc_win_info): Rename allocWinInfo.
4052 (tui_init_generic_part): Rename initGenericPart.
4053 (tui_init_win_info): Rename initWinInfo.
4054 (tui_alloc_content): Rename allocContent.
4055 (tui_add_content_elements): Rename addContentElements.
4056 (tui_init_content_element): Rename initContentElement.
4057 (tui_free_window): Rename freeWindow.
4058 (tui_free_win_content): Rename freeWinContent.
4059 (tui_free_data_content): Rename freeDataContent.
4060 (tui_free_all_source_wins_content): Rename
4061 freeAllSourceWinsContent.
4062 (tui_del_window): Rename tuiDelWindow.
4063 (tui_del_data_windows): Rename tuiDelDataWindows.
4064 (tui_partial_win_by_name): Rename partialWinByName.
4065 (tui_win_name): Rename winName.
4066 (tui_current_layout): Rename currentLayout.
4067 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
4068 (tui_term_height): Rename termHeight.
4069 (tui_set_term_height_to): Rename setTermHeightTo.
4070 (tui_term_width): Rename termWidth.
4071 (tui_set_term_width_to): Rename setTermWidthTo.
4072 (tui_set_gen_win_origin): Rename setGenWinOrigin.
4073 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
4074 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
4075 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
4076 (tui_source_windows): Rename sourceWindows.
4077 (tui_clear_source_windows): Rename clearSourceWindows.
4078 (tui_clear_source_windows_detail): Rename
4079 clearSourceWindowsDetail.
4080 (tui_clear_win_detail): Rename clearWinDetail.
4081 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
4082 (tui_default_tab_len): Rename tuiDefaultTabLen.
4083 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
4084 (tui_win_with_focus): Rename tuiWinWithFocus.
4085 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
4086 (tui_layout_def): Rename tuiLayoutDef.
4087 (tui_win_resized): Rename tuiWinResized.
4088 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
4089 (tui_next_win): Rename tuiNextWin.
4090 (tui_prev_win): Rename tuiPrevWin.
4091 (tui_add_to_source_windows): Rename addToSourceWindows.
4092 * tui/tui-winsource.c, tui/tui-win.c: Update references.
4093 * tui/tui-layout.c, tui/tui-source.c: Ditto.
4094 * tui/tui-stack.c, tui/tui-io.c: Ditto.
4095 * tui/tui.c, tui/tui-data.c: Ditto.
4096 * tui/tui-interp.c, tui/tui-data.c: Ditto.
4097 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
4098
4099 * tui/tui-source.h: Update copyright. Include "tui-data.h".
4100 (struct symtab): Declare.
4101 (tui_set_source_content): Rename tuiSetSourceContent.
4102 (tui_show_symtab_source): Rename tuiShowSource.
4103 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
4104 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
4105 * tui/tui-source.c: Update copyright. Update references.
4106 * tui/tui-win.c, tui/tui-winsource.c: Update references.
4107 * tui/tui-stack.c: Update references.
4108
4109 * tui/tui-win.h: Update copyright. Include "tui-data.h".
4110 (struct tui_win_info): Declare.
4111 (tui_scroll_forward): Rename tuiScrollForward.
4112 (tui_scroll_backward): Rename tuiScrollBackward.
4113 (tui_scroll_left): Rename tuiScrollLeft.
4114 (tui_scroll_right): Rename tuiScrollRight.
4115 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
4116 (tui_resize_all): Rename tuiResizeAll.
4117 (tui_refresh_all_win): Rename tuiRefreshAll.
4118 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
4119 * tui/tui-layout.c, * tui/tui-io.c: Update references.
4120 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
4121 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
4122
4123 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
4124 (tui_erase_data_content): Rename tuiEraseDataContent.
4125 (tui_display_all_data): Rename tuiDisplayAllData.
4126 (tui_check_data_values): Rename tuiCheckDataValues.
4127 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
4128 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
4129 (tui_first_data_element_no_in_line): Rename
4130 tuiFirstDataElementNoInLine.
4131 (tui_delete_data_content_windows): Rename
4132 tuiDeleteDataContentWindows.
4133 (tui_refresh_data_win): Rename tuiRefreshDataWin.
4134 (tui_display_data_from): Rename tuiDisplayDataFrom.
4135 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
4136 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
4137 * tui/tui-win.c, tui/tui-regs.c: Update references.
4138 * tui/tui-layout.c, tui/tui.c: Update references.
4139
4140 * tui/tui-wingeneral.h: Update copyright.
4141 (m_allBeVisible): Delete macro.
4142 (m_allBeInvisible): Delete macro.
4143 (struct tui_gen_win_info): Declare.
4144 (struct tui_win_info): Declare.
4145 (tui_unhighlight_win): Rename unhighlightWin.
4146 (tui_make_visible, tui_make_invisible): Replace makeVisible.
4147 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
4148 (tui_make_window): Rename makeWindow.
4149 (tui_copy_win): Rename copyWin.
4150 (tui_box_win): Rename boxWin.
4151 (tui_highlight_win): Rename highlightWin.
4152 (tui_check_and_display_highlight_if_needed): Rename
4153 checkAndDisplayHighlightIfNeeded.
4154 (tui_refresh_all): Rename refreshAll.
4155 (tui_delete_win): Rename tuiDelwin.
4156 (tui_refresh_win): Rename tuiRefreshWin.
4157 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
4158 (tui_make_visible, tui_make_invisible): New functions.
4159 (tui_make_all_visible, tui_make_all_invisible): New functions.
4160 (make_all_visible): Rename makeAllVisible.
4161 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
4162 * tui/tui-data.c, tui/tui-winsource.c: Update references.
4163 * tui/tui-windata.c, tui/tui-win.c: Update references.
4164 * tui/tui-regs.c, tui/tui-layout.c: Update references.
4165 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
4166
4167 2004-02-06 Mark Kettenis <kettenis@gnu.org>
4168
4169 * proc-api.c (write_with_trace): Initialize local variable to
4170 silence compiler warning.
4171
4172 2004-02-06 Andrew Cagney <cagney@redhat.com>
4173
4174 * tui/tui-source.h: Do not include "defs.h".
4175 (struct tui_win_info): Declare.
4176 (tui_set_source_content_nil): Declare.
4177 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
4178 (union tui_line_or_address): Rename _TuiLineOrAddress.
4179 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
4180 (tui_update_source_window): Rename tuiUpdateSourceWindow.
4181 (tui_update_source_window_as_is): Rename
4182 tuiUpdateSourceWindowAsIs.
4183 (tui_update_source_windows_with_addr): Rename
4184 tuiUpdateSourceWindowsWithAddr.
4185 (tui_update_source_windows_with_line): Rename
4186 tuiUpdateSourceWindowsWithLine.
4187 (tui_clear_source_content): Rename tuiClearSourceContent.
4188 (tui_erase_source_content): Rename tuiEraseSourceContent.
4189 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
4190 (tui_show_source_content): Rename tuiShowSourceContent.
4191 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
4192 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
4193 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
4194 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
4195 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
4196 (tui_update_exec_info): Rename tuiUpdateExecInfo.
4197 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
4198 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
4199 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
4200 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
4201 (struct tui_win_info): Declare.
4202 * tui/tui-stack.c: Update references.
4203 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
4204 * tui/tui-win.c, tui/tui-source.c: Ditto.
4205 * tui/tui.c, tui/tui-disasm.c: Ditto.
4206
4207 2004-02-06 Mark Kettenis <kettenis@gnu.org>
4208
4209 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
4210 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
4211
4212 2004-02-05 Mark Kettenis <kettenis@gnu.org>
4213
4214 * infrun.c (handle_inferior_event): Allow for breakpoint
4215 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
4216 and SIGEMT. Update comments.
4217 * NEWS (Revised SPARC target): Mention support for non-executable
4218 stack.
4219
4220 2004-02-04 Mark Kettenis <kettenis@gnu.org>
4221
4222 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
4223 * inftarg.c: Update copyright year.
4224 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
4225 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
4226 (sparc_xfer_wcookie): New function.
4227 * sparc-tdep.c (sparc_fetch_wcookie): New function.
4228 * Makefile.in (sparc-nat.o): Update dependencies.
4229 * config/sparc/nm-nbsd.h: Include "target.h".
4230 (NATIVE_XFER_WCOOKIE): New define.
4231 (sparc_xfer_wcookie): New prototype.
4232
4233 2004-02-04 Andrew Cagney <cagney@redhat.com>
4234
4235 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
4236 SYSCALL_TRAP function.
4237 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
4238
4239 2004-02-04 Andrew Cagney <cagney@redhat.com>
4240 Daniel Jacobowitz <drow@mvista.com>
4241
4242 * objfiles.h: Delete comments refering to inside_entry_func and
4243 DEPRECATED_FRAME_CHAIN_VALID.
4244 * defs.h (inside_entry_func): Update prototype..
4245 * blockframe.c (inside_entry_func): Rename to
4246 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
4247 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
4248
4249 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
4250
4251 * breakpoint.c (struct captured_parse_breakpoint_args): Move
4252 outside of #ifdef SOLIB_ADD region.
4253 (do_restore_lang_radix_cleanup): Ditto.
4254 (resolve_pending_breakpoint): Ditto.
4255
4256 2004-02-03 Andrew Cagney <cagney@redhat.com>
4257
4258 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
4259 (process_note_abi_tag_sections): Delete unused function.
4260 (ia64_read_fp): Delete unused function.
4261 (gdbarch_extract_struct_value_address): Delete declaration.
4262
4263 2004-02-02 Andrew Cagney <cagney@redhat.com>
4264
4265 * vax-tdep.c (vax_frame_chain): Delete call to
4266 deprecated_inside_entry_file.
4267 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
4268
4269 2004-02-02 Mark Kettenis <kettenis@gnu.org>
4270
4271 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
4272 column that's "empty" or "same value" when eliminating REG_RA
4273 rules.
4274
4275 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
4276
4277 * NEWS: Add information about new pending breakpoint support.
4278
4279 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
4280
4281 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
4282 and pending fields for pending breakpoint support.
4283 * breakpoint.c (breakpoint_enabled): Add check for not pending.
4284 (condition_command): Only parse condition if not a pending
4285 breakpoint.
4286 (print_one_breakpoint): Add support for pending breakpoints.
4287 (describe_other_breakpoints): Add checks to verify we are not
4288 dealing with pending breakpoints.
4289 (check_duplicates): Don't check pending breakpoints.
4290 (set_raw_breakpoint): Initialize pending flag.
4291 (do_restore_lang_radix_cleanup): New cleanup routine.
4292 (resolve_pending_breakpoint): New function.
4293 (re_enable_breakpoints_in_shlibs): Try and resolve any
4294 pending breakpoints via resolve_pending_breakpoint.
4295 (mention): Add pending breakpoint support.
4296 (parse_breakpoint_sals): Add new parameter to pass to
4297 decode_line_1 to indicate silent errors when files or functions
4298 are not found. Change all callers.
4299 (do_captured_parse_breakpoint): New function.
4300 (break_command_1): Change prototype to return an rc value and to
4301 take an optional pending breakpoint pointer. Support creating
4302 a pending breakpoint if a "not found" form of error occurs when
4303 parsing the breakpoint. Also support resolving an existing pending
4304 breakpoint and be silent if the resolution fails.
4305 (create_breakpoints): Change prototype to take pending breakpoint
4306 pointer. When resolving a pending breakpoint, use the new pointer
4307 to provide a conditional or commands added by the end-user.
4308 (delete_breakpoint): Add appropriate check for pending.
4309 (breakpoint_re_set_one): Ditto.
4310 (do_enable_breakpoint): Ditto.
4311
4312 2004-02-02 David Carlton <carlton@kealia.com>
4313
4314 * valops.c (enum oload_classification): New.
4315 (find_overload_match): Break implementation into separate
4316 functions; delete #if 0'd code; look for symbols within
4317 namespaces.
4318 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
4319 (find_oload_champ,oload_method_static,classify_oload_match): New.
4320 * cp-support.h: Add declaration for cp_func_name; update
4321 declaration for make_symbol_overload_list.
4322 * cp-support.c (cp_func_name): New.
4323 (overload_list_add_symbol): Fix comment, use
4324 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
4325 (make_symbol_overload_list): Take a function name and a namespace
4326 instead of a symbol; change implementation.
4327 (make_symbol_overload_list_using): New.
4328 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
4329
4330 2004-02-02 Fred Fish <fnf@redhat.com>
4331
4332 * main.c (gdb_stdtarg): Move definition to group with other
4333 gdb_stdtarg definitions and update copyright years.
4334 * remote-sim.c (gdb_os_write_stderr): Write output to
4335 gdb_stdtargerr stream instead of gdb_stdtarg stream.
4336 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
4337 gdb_stderr stream and update copyright years.
4338
4339 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
4340
4341 * Makefile.in (mips-linux-nat.o): Update dependencies.
4342 * mips-linux-nat.c: Include mips-tdep.h.
4343
4344 2004-02-01 Roland McGrath <roland@redhat.com>
4345
4346 * sol-thread.c (sol_thread_xfer_partial): New function.
4347 (init_sol_thread_ops): Use that for to_xfer_partial hook.
4348 (init_sol_core_ops): Likewise.
4349
4350 * procfs.c (procfs_xfer_partial): New function.
4351 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
4352 * Makefile.in (procfs.o): Add $(auxv_h) dep.
4353
4354 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
4355 procfs_xfer_auxv function.
4356
4357 * procfs.c (procfs_make_note_section): If we can read
4358 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
4359 * linux-proc.c (linux_make_note_section): Likewise.
4360
4361 * auxv.h: New file.
4362 * auxv.c: New file.
4363 * Makefile.in (auxv_h): New variable.
4364 (COMMON_OBS): Add auxv.o here.
4365 (auxv.o): New target.
4366
4367 * corelow.c (core_xfer_partial): New function.
4368 (init_core_ops): Use it for core_ops.to_xfer_partial.
4369
4370 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
4371 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
4372 macro if that is defined.
4373
4374 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
4375
4376 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
4377 and check the specified thread for each breakpoint.
4378 * breakpoint.h (bpstat_stop_status): Update prototype.
4379 * infrun.c (handle_inferior_event): Update calls to
4380 bpstat_stop_status.
4381
4382 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
4383
4384 * Makefile.in (cli-cmds.o): Add $(readline_h).
4385
4386 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
4387
4388 * cli/cli-cmds.c: Include readline.h.
4389 (complete_command): Pass the start of the last word to
4390 complete_line.
4391
4392 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
4393
4394 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
4395 argument, and change first argument to a CORE_ADDR.
4396 * breakpoint.h (bpstat_stop_status): Update prototype.
4397 * infrun.c (adjust_pc_after_break): Add a new comment.
4398 (handle_inferior_event): Update calls to bpstat_stop_status.
4399
4400 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
4401
4402 * breakpoint.h: Update copyright years.
4403
4404 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
4405
4406 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
4407 (bpstat_stop_status): Don't decrement PC.
4408 * breakpoint.h (software_breakpoint_inserted_here_p): Add
4409 prototype.
4410 * infrun.c (adjust_pc_after_break): New function.
4411 (handle_inferior_event): Call it, early. Remove later references
4412 to DECR_PC_AFTER_BREAK.
4413 (normal_stop): Add commentary.
4414
4415 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
4416
4417 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
4418 2004-01-27 double-free fix.
4419
4420 2004-01-31 Mark Kettenis <kettenis@gnu.org>
4421
4422 * sparc-tdep.c (sparc_fetch_wcookie): New function.
4423 (sparc32_frame_prev_register): Handle StackGhost.
4424 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
4425
4426 2004-01-29 Roland McGrath <roland@redhat.com>
4427
4428 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
4429 * configure: Regenerated.
4430
4431 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
4432 * Makefile.in (procfs.o): Add dep.
4433
4434 2004-01-28 Andrew Cagney <cagney@redhat.com>
4435
4436 * tui/tui-stack.h: Update copyright.
4437 (struct frame_info): Add opaque declaration.
4438 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
4439 (tui_show_locator_content): Rename tuiShowLocatorContent.
4440 (tui_show_frame_info): Rename tuiShowFrameInfo.
4441 * tui/tui-stack.c: Update copyright. Update references.
4442 * tui/tui-winsource.c: Update references.
4443 * tui/tui-win.c: Update references.
4444 * tui/tui-layout.c: Update references.
4445 * tui/tui-hooks.c: Update copyright, update references.
4446 * tui/tui.c: Update copyright, update references.
4447 * tui/tui-disasm.c: Update references.
4448
4449 2004-01-28 David Carlton <carlton@kealia.com>
4450
4451 * dwarf2read.c (add_partial_structure): Use demangled name if
4452 namespace equals "".
4453
4454 2004-01-27 Jim Blandy <jimb@redhat.com>
4455
4456 Clean up misapplied patch:
4457 * dwarf2read.c (determine_prefix): Change one of the two forward
4458 declarations for 'determine_prefix_aux' to a declaration for this.
4459 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
4460 argument to 'die_specification'.
4461
4462 * dwarf2read.c (read_func_scope): Re-indent comment.
4463
4464 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
4465
4466 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
4467 b->exp to NULL after freeing so that error during re-parsing or
4468 evaluation of expressions associated with breakpoint don't
4469 eventually lead to re-freeing of storage.
4470 Committed by Andrew Cagney.
4471
4472 2004-01-27 Andrew Cagney <cagney@redhat.com>
4473
4474 * source.c (ambiguous_line_spec): Delete undefined declaration.
4475 * m32r-rom.c (m32r_set_board_address): Delete unused function.
4476 (m32r_set_server_address, m32r_set_download_path): Ditto.
4477 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
4478
4479 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
4480
4481 * dwarf2read.c: Update calls to changed and renamed functions, and
4482 references to moved variables.
4483
4484 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
4485 language, language_defn, list_in_scope, and ftypes members.
4486 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
4487 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
4488 (baseaddr): Remove globals.
4489
4490 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
4491 (set_cu_language, die_is_declaration, die_specification)
4492 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
4493 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
4494 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
4495 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
4496
4497 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
4498 cu.list_in_scope. Don't initialize cu_header_offset.
4499 (add_partial_symbol): Add local baseaddr.
4500 (psymtab_to_symtab_1): Add local baseaddr. Use
4501 objfile->section_offsets for consistency. Don't initialize
4502 cu_header_offset; do initialize cu.header.offset and
4503 cu.list_in_scope.
4504 (read_file_scope, read_func_scope, read_lexical_block_scope)
4505 (dwarf_decode_lines, new_symbol): Add local baseaddr.
4506
4507 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
4508
4509 * PROBLEMS: Add gdb/1516.
4510
4511 2003-12-29 Robert Millan <robertmh@gnu.org>
4512
4513 Patch committed by Andrw Cagney.
4514 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
4515 * configure.tgt: Match knetbsd*-gnu.
4516
4517 2004-01-26 Andrew Cagney <cagney@redhat.com>
4518
4519 * breakpoint.c (catch_command_1): Delete #ifdef code.
4520 (catch_fork_command_1): Delete #ifdef wrapper.
4521 (catch_exec_command_1): Ditto.
4522 (catch_load_command_1): Ditto.
4523 (catch_unload_command_1): Ditto.
4524
4525 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
4526 (catch_breakpoint): Delete #if0ed function.
4527 (disable_catch_breakpoint): Ditto.
4528 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
4529 (disable_catch, enable_catch, delete_catch): Ditto.
4530
4531 2004-01-26 Andrew Cagney <cagney@redhat.com>
4532
4533 * remote.c (echo_check, quit_flag): Delete variables.
4534 (cisco_kernel_mode): Delete variable.
4535 (minitelnet_return, tty_input, escape_count): Delete variables.
4536 (remote_cisco_mode): Delete variable.
4537 (remote_cisco_open, remote_cisco_close): Delete function.
4538 (remote_cisco_mourn, remote_cisco_wait): Delete function.
4539 (init_remote_cisco_ops): Delete function.
4540 (_initialize_remote): Do not install "remote cisco" code.
4541 (read_frame): Delete cisco specific code.
4542 (remote_info_process): Delete function.
4543 (remote_wait): Delete cisco specific code.
4544 (remote_cisco_section_offsets): Delete function.
4545 (remote_cisco_objfile_relocate): Delete function.
4546 (remote_async_wait): Delete cisco specific code.
4547 (minitelnet, readtty, readsocket): Delete function.
4548
4549 2004-01-26 Andrew Cagney <cagney@redhat.com>
4550
4551 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
4552 comments mentioning extract_returned_value_address.
4553 * infcmd.c (print_return_value): Update. Add comments on
4554 extract_returned_value_address.
4555 * stack.c (return_command): Add comments on
4556 extract_returned_value_address.
4557 * values.c: Update comment.
4558 * m32r-tdep.c: Update comment.
4559 * sparc-tdep.c: Update comment.
4560 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
4561 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4562 * sh64-tdep.c (sh64_gdbarch_init): Update.
4563 * sh-tdep.c (sh_gdbarch_init): Update.
4564 * s390-tdep.c (s390_gdbarch_init): Update.
4565 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4566 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
4567 * m68k-tdep.c (m68k_gdbarch_init): Update.
4568 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4569 * m32r-tdep.c (m32r_gdbarch_init): Update.
4570 * ia64-tdep.c (ia64_gdbarch_init): Update.
4571 * h8300-tdep.c (h8300_gdbarch_init): Update.
4572 * frv-tdep.c (frv_gdbarch_init): Update.
4573 * arm-tdep.c (arm_gdbarch_init): Update.
4574 * alpha-tdep.c (alpha_gdbarch_init): Update.
4575
4576 2004-01-26 Andrew Cagney <cagney@redhat.com>
4577
4578 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
4579 SYMBOL_LOCATION_FUNCS
4580 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
4581 "struct symbol_ops".
4582 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
4583 type to "struct symbol_ops".
4584 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
4585 (struct symbol): Replace ".aux_value.loc.funcs" and
4586 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
4587 (SYMBOL_OBJFILE): Delete macro.
4588 (SYMBOL_LOCATION_FUNCS): Delete macro.
4589 (SYMBOL_LOCATION_BATON): Update.
4590 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
4591 intead of SYMBOL_LOCATION_FUNCS.
4592 * ax-gdb.c (gen_var_ref): Ditto.
4593 * printcmd.c (address_info): Ditto.
4594 * findvar.c (read_var_value): Ditto.
4595 (symbol_read_needs_frame): Ditto.
4596
4597 2004-01-26 Andrew Cagney <cagney@redhat.com>
4598
4599 * dwarf2read.c (read_func_scope): Document frame-base hack.
4600
4601 2004-01-25 Mark Kettenis <kettenis@gnu.org>
4602
4603 * infcmd.c (print_return_value): Plug memory leak; delete
4604 ui_stream object. Rename argument `structure_return' to
4605 `struct_return'.
4606
4607 2004-01-25 Mark Kettenis <kettenis@gnu.org>
4608
4609 * infcmd.c (print_return_value): Wrap long lines.
4610 (finish_command_continuation, finish_command): Remove unused
4611 variable `funcaddr'. Fix some coding-standards problems.
4612
4613 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
4614 SECT_SIZE is large enough, not whether it's exactly the right size.
4615 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
4616 TDEP->fpregset to zero.
4617
4618 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
4619 floating-point registers for traditional NetBSD core files.
4620 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
4621 TDEP->sizeof_fpregset here.
4622
4623 2004-01-25 Mark Kettenis <kettenis@gnu.org>
4624
4625 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
4626 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
4627 function with code split out from
4628 sparc32nbsd_sigcontext_frame_cache.
4629 (sparc32nbsd_sigcontext_frame_cache): Use
4630 sparc32nbsd_sigcontext_saved_regs.
4631 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
4632 OpenBSD.
4633 * sparcobsd-tdep.c: New file.
4634 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
4635 (sparcobsd-tdep.o): New dependency.
4636 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
4637 * config/sparc/obsd.mt: New file.
4638
4639 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
4640 TDEP->fpregset to be initialized to enable core file register
4641 sets.
4642
4643 2004-01-24 Mark Kettenis <kettenis@gnu.org>
4644
4645 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
4646 Add opaque declarations.
4647 (sparc64nbsd_sigcontext_saved_regs): New prototype.
4648 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
4649 function with code split out from
4650 sparc64nbsd_sigcontext_frame_cache.
4651 (sparc64nbsd_sigcontext_frame_cache): Use
4652 sparc64nbsd_sigcontext_saved_regs.
4653 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
4654 OpenBSD.
4655 * sparc64obsd-tdep.c: New file.
4656 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
4657 (sparc64obsd-tdep.o): New dependency.
4658 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
4659 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
4660 * config/sparc/obsd64.mt: New file.
4661
4662 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
4663 read the instruction at PC.
4664
4665 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
4666 value of GDB_OSABI_DEFAULT.
4667 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
4668 instead of GDB_OSABI_NETBSD_AOUT.
4669
4670 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
4671
4672 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
4673 copyright.
4674
4675 2004-01-23 Andrew Cagney <cagney@redhat.com>
4676
4677 * printcmd.c (display_command): Replace tui_set_display call with
4678 tui_set_layout_for_display_command.
4679 * tui/tui.h (enum tui_win_type): Define.
4680 (tui_set_layout): Delete declaration.
4681 (tui_set_layout_for_display_command): Rename set_tui_layout.
4682 * tui/tui-data.h (enum tui_layout_type): Define.
4683 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
4684 "tui.h".
4685 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
4686 (tui_default_win_height): Rename tuiDefaultWinHeight.
4687 (tui_default_win_viewport_height): Rename
4688 tuiDefaultWinViewportHeight.
4689 (tui_set_layout): RenametuiSetLayout.
4690 * tui/tui-layout.c: Update references.
4691 * tui/tui.c: Update references.
4692 * tui/tui-disasm.c: Update references.
4693
4694 2004-01-23 David Carlton <carlton@kealia.com>
4695
4696 Partial workaround for PR c++/1511:
4697 * cp-namespace.c: Include frame.h.
4698 (cp_lookup_transparent_type): New
4699 (cp_lookup_transparent_type_loop): New.
4700 * cp-support.h: Declare cp_lookup_transparent_type.
4701 * symtab.c (basic_lookup_transparent_type): Renamed from
4702 lookup_transparent_type.
4703 (lookup_transparent_type): Replace old body by a call to
4704 current_language->la_lookup_transparent_type.
4705 * symtab.h: Update copyright. Declare
4706 basic_lookup_transparent_type.
4707 * language.h: Update copyright.
4708 (struct language_defn): Add la_lookup_transparent_type.
4709 * language.c: Update copyright.
4710 (unknown_language_defn): Add basic_lookup_transparent_type.
4711 (auto_language_defn): Add basic_lookup_transparent_type.
4712 (local_language_defn): Add basic_lookup_transparent_type.
4713 * ada-lang.c: Update copyright.
4714 (ada_language_defn): Add basic_lookup_transparent_type.
4715 * c-lang.c: Update copyright.
4716 (c_language_defn): Add basic_lookup_transparent_type.
4717 (cplus_language_defn): Add basic_lookup_transparent_type.
4718 (asm_language_defn): Add basic_lookup_transparent_type.
4719 (minimal_language_defn): Add basic_lookup_transparent_type.
4720 * f-lang.c: Update copyright.
4721 (f_language_defn): Add basic_lookup_transparent_type.
4722 * jv-lang.c: Update copyright.
4723 (java_language_defn): Add basic_lookup_transparent_type.
4724 * m2-lang.c: Update copyright.
4725 (m2_language_defn): Add basic_lookup_transparent_type.
4726 * objc-lang.c: Update copyright.
4727 (objc_language_defn): Add basic_lookup_transparent_type.
4728 * p-lang.c: Update copyright.
4729 (p_language_defn): Add basic_lookup_transparent_type.
4730 * scm-lang.c: Update copyright.
4731 (scm_language_defn): Add basic_lookup_transparent_type.
4732 * Makefile.in (cp-namespace.o): Depend on frame.h.
4733
4734 2004-01-23 David Carlton <carlton@kealia.com>
4735
4736 Patch for PR c++/1520:
4737 * dwarf2read.c (read_func_scope): Set processing_current_prefix
4738 properly if we have a specification die.
4739 (determine_prefix_aux): Rename from determine_prefix.
4740 (determine_prefix): Like the old determine_prefix, but never
4741 returns NULL.
4742
4743 2004-01-23 Theodore A. Roth <troth@openavr.org>
4744
4745 * avr-tdep.c: Update copyright.
4746 (avr_iaddr_p): Delete unused function.
4747 (avr_saddr_p): Delete unused function.
4748
4749 2004-01-23 David Carlton <carlton@kealia.com>
4750
4751 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
4752 Fix for PR symtab/1534.
4753
4754 2004-01-23 Mark Kettenis <kettenis@gnu.org>
4755
4756 * NEWS (New native configurations): Mention OpenBSD/sparc and
4757 OpenBSD/sparc64.
4758 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
4759 * configure.host: Likewise.
4760 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
4761 handler for OpenBSD.
4762 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
4763
4764 2004-01-22 Mark Kettenis <kettenis@gnu.org>
4765
4766 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
4767 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
4768
4769 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
4770 * cli/cli-cmds.c (shell_escape): Likewise.
4771
4772 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
4773 OpenBSD .note.openbsd.ident sections.
4774
4775 2004-01-22 David Carlton <carlton@kealia.com>
4776
4777 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
4778 get_scope_pc_bounds.
4779 (read_file_scope): Ditto.
4780 (get_scope_pc_bounds): New function, produced by extracting code
4781 from the above two functions, consolidating it, and adding support
4782 for DW_TAG_namespace.
4783
4784 2004-01-22 Mark Kettenis <kettenis@gnu.org>
4785
4786 * osabi.c (MAX_NOTESZ): New define.
4787 (check_note): New function.
4788 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
4789 check_note.
4790
4791 2004-01-21 Roland McGrath <roland@redhat.com>
4792
4793 * MAINTAINERS (write after approval): Add myself.
4794
4795 2004-01-21 Eli Zaretskii <eliz@gnu.org>
4796
4797 * utils.c (init_page_info): Move declarations of `rows' and
4798 `cols' before the __GO32__-specific code. Move the closing brace
4799 outside the #ifdef __GO32__..#endif block.
4800 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
4801
4802 2004-01-21 Paul Brook <paul@codesourcery.com>
4803
4804 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
4805 BPSTAT_WHAT_CHECK_SHLIBS.
4806
4807 2004-01-21 Paul Brook <paul@codesourcery.com>
4808
4809 * MAINTAINERS: Add myself to write-after-approval.
4810
4811 2004-01-20 Andrew Cagney <cagney@redhat.com>
4812
4813 * ax-gdb.c (print_axs_value): Delete unused function.
4814 * jv-lang.c (java_lookup_type): Delete unused function.
4815 * cli/cli-dump.c (dump_filetype): Delete unused function.
4816 * remote-mips.c (remote_mips_insert_hw_breakpoint)
4817 (remote_mips_remove_hw_breakpoint): Delete unused functions.
4818 (mips_getstring): Delete unused function.
4819 (pmon_insert_breakpoint): Delete #if0ed function.
4820 (PMON_MAX_BP): Delete #if0ed MACRO.
4821 (mips_pmon_bp_info): Delete #if0ed variable.
4822 (pmon_remove_breakpoint): Delete #if0ed function.
4823 * monitor.c (monitor_write_even_block): Delete unused function.
4824 (monitor_write_memory_block): Delete #if0ed code.
4825 * dink32-rom.c (dink32_load): Delete unused function.
4826 (_initialize_dink32_rom): Delete #if0ed code.
4827 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
4828
4829 * tui/tui-command.c: Update references.
4830 * tui/tui-io.c: Update references.
4831 * tui/tui-command.h: Update copyright.
4832 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
4833
4834 * source.c (ambiguous_line_spec): Delete never-defined function.
4835 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
4836 * gdbtypes.c (add_name, add_mangled_type): Ditto.
4837 * cli/cli-cmds.c (validate_comname): Ditto.
4838
4839 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
4840 "tui-data.h".
4841 (tui_set_disassem_content): Rename tuiSetDisassemContent.
4842 (tui_show_disassem): Rename tuiShowDisassem.
4843 (tui_show_disassem_and_update_source): Rename
4844 tuiVerticalDisassemScroll.
4845 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
4846 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
4847 * tui/tui.h: Update copyright.
4848 (enum tui_status): Define.
4849 * tui/tui-data.h (enum tui_scroll_direction): Define.
4850 * tui/tui-disasm.c: Update copyright. Update references.
4851 * tui/tui-winsource.c: Update copyright. Update references.
4852 * tui/tui-win.c: Update references.
4853 * tui/tui-layout.c: Update references.
4854
4855 2004-01-20 Andrew Cagney <cagney@redhat.com>
4856
4857 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
4858 sym2 to start of block.
4859
4860 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
4861
4862 * MAINTAINERS: Delete mmalloc.
4863 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
4864 * NEWS: Mention removal of --with-malloc.
4865 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
4866 * config.in: Regenerate.
4867 * configure: Regenerate.
4868 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
4869 USE_MMALLOC, MMCHECK_FORCE.
4870 * gdbinit.in: Remove mmalloc.
4871 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
4872 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
4873 * config/i386/go32.mh: Likewise.
4874 * config/i386/interix.mh: Likewise.
4875 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
4876
4877 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
4878
4879 * linespec.c (decode_variable, symtab_from_filename): Call
4880 error_silent with error message instead of throwing an exception
4881 directly.
4882 * defs.h (error_silent, error_output_message): Add prototypes.
4883 (catch_exceptions_with_msg): Ditto.
4884 * utils.c (error_silent, error_output_message): New functions.
4885 * top.c (catch_exceptions_with_msg): New function.
4886
4887 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
4888
4889 * mi/mi-cmds.h (enum print_values): Add definition.
4890
4891 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
4892 type and value for simple data types and just the name and type
4893 for complex ones, if required.
4894
4895 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
4896 children, if required.
4897
4898 2004-01-19 Kevin Buettner <kevinb@redhat.com>
4899
4900 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
4901 unused declarations.
4902
4903 2004-01-19 Andrew Cagney <cagney@redhat.com>
4904
4905 * top.h (mapped_symbol_files): Delete declaration.
4906 * main.c (captured_main): Delete option "m" and "mapped".
4907 * objfiles.c (mapped_symbol_files): Delete variable.
4908 * symfile.c (symbol_file_command): Delete mmap code.
4909 (symbol_file_add_with_addrs_or_offsets): Ditto.
4910 (add_symbol_file_command, reread_separate_symbols): Ditto.
4911 * objfiles.h (OBJF_MAPPED): Delete.
4912 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
4913 (free_objfile) [USE_MMALLOC]: Ditto.
4914 (open_existing_mapped_file): Delete function.
4915 (open_mapped_file): Delete function.
4916 (map_to_file): Delete function.
4917
4918 2004-01-19 Kevin Buettner <kevinb@redhat.com>
4919
4920 * infrun.c (step_into_function): Account for possible breakpoint
4921 adjustment when computing ``stop_func_start''.
4922
4923 2004-01-19 Kevin Buettner <kevinb@redhat.com>
4924
4925 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
4926 the region size against the size of a pointer, not the size of
4927 a register as given by DEPRECATED_REGISTER_SIZE.
4928
4929 2004-01-19 Andrew Cagney <cagney@redhat.com>
4930
4931 * tui/tui-regs.h: Include "tui-data.h".
4932 (tuiFirstRegElementNoInLine): Delete declaration.
4933 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
4934 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
4935 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
4936 (tui_calculate_regs_column_count): Rename
4937 tuiCalculateRegsColumnCount.
4938 (tui_check_register_values): Rename tuiCheckRegisterValues.
4939 (tui_show_registers): Rename tuiShowRegisters.
4940 (tui_display_registers_from_line): Rename
4941 tuiDisplayRegistersFromLine.
4942 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
4943 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
4944 (tui_first_reg_element_no_inline): Rename
4945 tuiFirstRegElementNoInLine.
4946 * tui/tui-data.h: Update copyright.
4947 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
4948 * tui/tui-windata.c: Update copyright, update references.
4949 * tui/tui-regs.c: Update copyright, update references.
4950 * tui/tui-win.c: Update copyright, update references.
4951 * tui/tui-layout.c: Update copyright, update references.
4952
4953 2004-01-18 Andrew Cagney <cagney@redhat.com>
4954
4955 * tui/tui-io.c: Update copyright.
4956 (key_is_end_sequence, key_is_backspace): New functions.
4957 (key_is_command_char, key_is_start_sequence): New function.
4958 (tui_getc): Update references.
4959 * tui/tui-io.h: Update copyright.
4960 (m_tuiStartNewLine): Delete macro.
4961 (m_isBackspace, m_isDeleteChar): Delete macros.
4962 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
4963 (m_isNextPage, m_isPrevPage): Delete macros.
4964 (m_isLeftArrow, m_isRightArrow): Delete macros.
4965 (m_isXdbStyleCommandChar): Delete macro.
4966 (key_is_start_sequence): Declare, replace m_isStartSequence.
4967 (key_is_end_sequence): Declare, replace m_isEndSequence.
4968 (key_is_backspace): Declare ,replace m_isBackspace.
4969 (key_is_command_char): Declare, replace m_isCommandChar.
4970 * tui/tui-command.c: Update copyright.
4971 (tuiDispatchCtrlChar): Update references.
4972
4973 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
4974 tuiSourceWin.h.
4975
4976 * tui/tui-command.c: Rename tui/tuiCommand.c.
4977 * tui/tui-command.h: Rename tui/tuiCommand.h.
4978 * tui/tui-data.c: Rename tui/tuiData.c.
4979 * tui/tui-data.h: Rename tui/tuiData.h.
4980 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
4981 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
4982 * tui/tui-io.c: Rename tui/tuiIO.c.
4983 * tui/tui-io.h: Rename tui/tuiIO.h.
4984 * tui/tui-layout.c: Rename tui/tuiLayout.c.
4985 * tui/tui-layout.h: Rename tui/tuiLayout.h.
4986 * tui/tui-regs.c: Rename tui/tuiRegs.c.
4987 * tui/tui-regs.h: Rename tui/tuiRegs.h.
4988 * tui/tui-source.c: Rename tui/tuiSource.c.
4989 * tui/tui-source.h: Rename tui/tuiSource.h.
4990 * tui/tui-stack.c: Rename tui/tuiStack.c.
4991 * tui/tui-stack.h: Rename tui/tuiStack.h.
4992 * tui/tui-win.c: Rename tui/tuiWin.c.
4993 * tui/tui-win.h: Rename tui/tuiWin.h.
4994 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
4995 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
4996 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
4997 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
4998 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
4999 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
5000 * tui/tui-file.c: Update includes.
5001 * tui/tui-hooks.c: Update includes.
5002 * tui/tui-interp.c: Update includes.
5003 * tui/tui.c: Update includes.
5004 * Makefile.in: Update all tui/ dependencies.
5005 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
5006
5007 * Makefile.in: Update copyright. Update dependencies.
5008
5009 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
5010 problem.
5011
5012 2004-01-18 Andrew Cagney <cagney@redhat.com>
5013
5014 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
5015 instead of register_gdbarch_init.
5016
5017 * remote-sds.c (tohex): Delete unused function. Update copyright.
5018 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
5019 * v850-tdep.c (v850_register_virtual_size): Ditto.
5020 * target.c (normal_target_post_startup_inferior): Ditto.
5021 * source.c (ambiguous_line_spec): Ditto.
5022 * remote.c (adapt_remote_get_threadinfo): Ditto.
5023 * mi/mi-out.c (out_field_fmt): Ditto.
5024 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
5025 (output_control_change_notification): Ditto.
5026 * m68k-tdep.c (m68k_register_byte): Ditto.
5027 (m68k_remote_breakpoint_from_pc): Ditto.
5028 * ui-out.c (init_ui_out_state): Delete unused declaration.
5029 * stabsread.c (search_value): Ditto.
5030 * mi/mi-cmd-env.c (env_cli_command): Ditto.
5031 * maint.c (print_section_table): Ditto.
5032 * infrun.c (set_follow_fork_mode_command): Ditto.
5033
5034 2004-01-18 Mark Kettenis <kettenis@gnu.org>
5035
5036 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
5037 DW_CFA_def_cfa_exporession. Add support for
5038 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
5039 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
5040
5041 2004-01-18 Andrew Cagney <cagney@redhat.com>
5042
5043 * ocd.c: Update copyright.
5044 (bdm_read_register_command): Delete unused function.
5045 (_initialize_remote_ocd): Delete commented out reference.
5046 (get_quoted_char, reset_packet): Delete #if0ed function.
5047 (output_packet, put_quoted_char): Delete #if0ed function.
5048 (stu_put_packet, stu_get_packet): Delete #if0ed function.
5049 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
5050 (BDM_BREAKPOINT): Delete #if0ed macro.
5051 (remote_timeout): Delete #if0ed variable.
5052
5053 2004-01-18 Mark Kettenis <kettenis@gnu.org>
5054
5055 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
5056 (core-sol2.o): Remove dependency.
5057 * core-sol2.c: Remove file.
5058
5059 2004-01-17 Andrew Cagney <cagney@redhat.com>
5060
5061 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
5062 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
5063 enums.
5064
5065 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
5066
5067 * remote.c: Update copyright years.
5068
5069 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
5070
5071 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
5072
5073 2004-01-17 Andrew Cagney <cagney@redhat.com>
5074
5075 * mdebugread.c: Update copyright.
5076 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
5077 (parse_type, parse_procedure): Ditto.
5078 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
5079
5080 * cris-tdep.c (cris_store_struct_return): Put back accidently
5081 deleted function.
5082
5083 * gdbarch.sh: Update copyright year.
5084 * gdbarch.h, gdbarch.c: Re-generate.
5085
5086 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
5087
5088 Suggested by George Anzinger.
5089 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
5090 correct stack offset. Include unknown opcode numbers in the error
5091 message.
5092
5093 2004-01-17 Andrew Cagney <cagney@redhat.com>
5094
5095 * x86-64-tdep.c (x86_64_init_abi): No need to clear
5096 extract_struct_value_address, i386 does not set it.
5097 * sparc64-tdep.c (sparc64_init_abi): Do not set
5098 extract_struct_value_address, never called.
5099 (sparc64_extract_struct_value_address): Delete function.
5100 * m68hc11-tdep.c: Update copyright.
5101 (m68hc11_gdbarch_init): Delete redundant assignment of
5102 extract_struct_value_address.
5103 * i386-tdep.c: Update copyright.
5104 (i386_gdbarch_init): Do not set extract_struct_value_address,
5105 never called.
5106 (i386_extract_struct_value_address): Delete function.
5107 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
5108 extract_struct_value_address, never called.
5109 (sparc32_extract_struct_value_address): #if 0 function. Add
5110 comments explaining its future.
5111
5112 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
5113
5114 * arm-tdep.c (arm_write_pc): New function.
5115 (arm_gdbarch_init): Call set_gdbarch_write_pc.
5116
5117 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
5118
5119 * breakpoint.c (must_shift_inst_regs): Delete.
5120 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
5121 and SHIFT_INST_REGS.
5122 * infcmd.c (step_1, step_1_continuation): Delete references to
5123 SHIFT_INST_REGS.
5124 * infrun.c (keep_going): Likewise.
5125 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
5126 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
5127
5128 2004-01-17 Andrew Cagney <cagney@redhat.com>
5129
5130 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
5131 * gdbarch.h, gdbarch.c: Re-generate.
5132 * infcmd.c (print_return_value): Delete reference to
5133 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5134
5135 * cris-tdep.c (cris_gdbarch_init): Do not set
5136 deprecated_extract_struct_value_address.
5137
5138 * xstormy16-tdep.c: Update copyright.
5139 (xstormy16_extract_struct_value_address): Update to current
5140 extract struct value address interface.
5141 (xstormy16_gdbarch_init): Set extract_struct_value_address.
5142 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
5143 current extract struct value address interface.
5144 (sh64_gdbarch_init): Set extract_struct_value_address.
5145
5146 * cris-tdep.c: Update copyright.
5147 (cris_extract_struct_value_address): Delete function.
5148 (struct_return_address): Delete variable.
5149 (cris_store_struct_return): Do not set struct_return_address.
5150
5151 * mcore-tdep.c: Update copyright.
5152 (mcore_extract_struct_value_address): Delete function. Update
5153 comments.
5154 (mcore_gdbarch_init): Update.
5155 * mn10300-tdep.c: Update copyright.
5156 (mn10300_extract_struct_value_address): Delete function.
5157 (mn10300_gdbarch_init): Update.
5158 * v850-tdep.c: Update copyright.
5159 (v850_extract_struct_value_address): Delete.
5160 (v850_gdbarch_init): Update.
5161 * ns32k-tdep.c: Update copyright.
5162 (ns32k_extract_struct_value_address): Delete.
5163 (ns32k_gdbarch_init): Update.
5164 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
5165 (hppa_gdbarch_init): Update.
5166 * vax-tdep.c: Update copyright.
5167 (vax_extract_struct_value_address): Delete.
5168 (vax_gdbarch_init): Update.
5169
5170 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
5171 * gdbarch.h, gdbarch.c: Re-generate.
5172 * procfs.c (procfs_fetch_registers): Delete reference to
5173 DEPRECATED_NPC_REGNUM.
5174 (procfs_store_registers): Ditto.
5175 * regcache.c (generic_target_write_pc): Simplify.
5176 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
5177
5178 * core-sol2.c (fetch_core_registers): Replace
5179 DEPRECATED_NPC_REGNUM with equivalent tdep value.
5180
5181 * hppa-tdep.c: Update copyright year.
5182 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
5183 NPC_REGNUM.
5184 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
5185
5186 * mips-tdep.c (mips_write_pc): New function.
5187 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
5188 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
5189 (mips_find_saved_regs, mips_software_single_step: Ditto.
5190 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
5191 mips_init_extra_frame_info, mips_pop_frame): Ditto.
5192
5193 2004-01-17 Andrew Cagney <cagney@redhat.com>
5194
5195 * mips-tdep.c: Re-indent. Group functions by ABI.
5196
5197 2004-01-17 Andrew Cagney <cagney@redhat.com>
5198
5199 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
5200 * gdbarch.c: Re-generate.
5201 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5202 DECR_PC_AFTER_BREAK to zero.
5203 * vax-tdep.c (vax_gdbarch_init): Ditto.
5204 * v850-tdep.c (v850_gdbarch_init): Ditto.
5205 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
5206 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5207 * sh-tdep.c (sh_gdbarch_init): Ditto.
5208 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5209 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5210 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5211 * mips-tdep.c (mips_gdbarch_init): Ditto.
5212 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5213 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5214 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
5215 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5216 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
5217 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5218 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5219 * frv-tdep.c (frv_gdbarch_init): Ditto.
5220 * cris-tdep.c (cris_gdbarch_init): Ditto.
5221 * avr-tdep.c (avr_gdbarch_init): Ditto.
5222 * arm-tdep.c (arm_gdbarch_init): Ditto.
5223 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
5224
5225 2004-01-17 J. Brobecker <brobecker@gnat.com>
5226
5227 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
5228 Delete, no longer used.
5229 (read_subrange_type): New function, mostly extracted from
5230 read_array_type().
5231 (read_array_type): Replace extracted code by call to
5232 read_subrange_type().
5233 (dwarf2_get_attr_constant_value): New function.
5234 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
5235 (add_partial_symbol): Likewise.
5236 (process_die): Likewise.
5237 (new_symbol): Likewise.
5238 (read_type_die): Likewise.
5239
5240 2004-01-16 Andrew Cagney <cagney@redhat.com>
5241
5242 * symfile.c: Update copyright year.
5243 (compare_symbols): Delete unused function.
5244 * stabsread.c: Update copyright year.
5245 (lrs_general_complaint): Delete unused function.
5246 (ref_search_value): Ditto.
5247 (get_substring): Delete declaration.
5248 * sh64-tdep.c: Update copyright year.
5249 (sh64_get_gdb_regnum): Delete unused function.
5250 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
5251 Delete unused function.
5252
5253 2004-01-17 Mark Kettenis <kettenis@gnu.org>
5254
5255 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
5256 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
5257
5258 2004-01-16 Andrew Cagney <cagney@redhat.com>
5259
5260 Changes from Peter Schauer.
5261 * rs6000-tdep.c: Update copyright year.
5262 (rs6000_push_dummy_call): Update the stack pointer before
5263 accessing the corresponding stack region.
5264 * rs6000-nat.c: Update copyright year.
5265 (set_host_arch): Set "info.abfd" to "exec_bfd".
5266
5267 2004-01-15 Mark Kettenis <kettenis@gnu.org>
5268
5269 * blockframe.c: Update copyright year.
5270 (inside_entry_func): Don't treat a zero PC specially.
5271
5272 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
5273
5274 * gcore.c (gcore_copy_callback): Use paddr_d to print size
5275 variable.
5276 (gcore_create_callback): Ditto. Skip any memory segment that has
5277 no permissions set.
5278
5279 2004-01-14 David Carlton <carlton@kealia.com>
5280
5281 Change symbols for C++ nested types to contain the fully qualified
5282 name, if possible. (At least in the DWARF-2 case.) Partial fix
5283 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
5284 c++/895.
5285 * c-exp.y (qualified_type): Handle types nested within classes.
5286 * cp-namespace.c: Update comments.
5287 (cp_set_block_scope): Delete #if 0.
5288 (cp_lookup_nested_type): Handle types nested within classes.
5289 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
5290 when appropriate.
5291 (add_partial_symbol): Add the name of the enclosing namespace to
5292 types.
5293 (pdi_needs_namespace): New.
5294 (add_partial_namespace): Tweak comment.
5295 (add_partial_structure): New.
5296 (psymtab_to_symtab_1): Initialize processing_current_prefix
5297 here...
5298 (process_die): instead of here.
5299 (read_structure_scope): Try to figure out the name of the class or
5300 namespace that the structure might be defined within.
5301 (read_enumeration): Generate fully-qualified names, if possible.
5302 (read_namespace): Don't set name to NULL.
5303 (die_specification): New.
5304 (new_symbol): Generate fully-qualified names for types.
5305 (read_type_die): Determine appropriate prefix.
5306 (determine_prefix): New.
5307 (typename_concat): New.
5308 (class_name): New.
5309 * valops.c (value_aggregate_elt): Pass NOSIDE to
5310 value_struct_elt_for_reference.
5311 (value_struct_elt_for_reference): Make static, add NOSIDE
5312 parameter, call value_maybe_namespace_elt as a last resort.
5313 (value_namespace_elt): Break out code into
5314 value_maybe_namespace_elt.
5315 (value_maybe_namespace_elt): New.
5316
5317 2004-01-12 Andrew Cagney <cagney@redhat.com>
5318
5319 * mips-tdep.c (mips_convert_register_p): Handle both raw and
5320 cooked floating-point registers.
5321 (mips_gdbarch_init): Set convert_register_p, register_to_value,
5322 and value_to_register.
5323
5324 2004-01-13 Andrew Cagney <cagney@redhat.com>
5325
5326 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
5327 * gdbarch.c: Re-generate.
5328 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5329 FUNCTION_START_OFFSET.
5330 * v850-tdep.c (v850_gdbarch_init): Ditto.
5331 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
5332 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5333 * sh-tdep.c (sh_gdbarch_init): Ditto.
5334 * s390-tdep.c (s390_gdbarch_init): Ditto.
5335 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5336 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5337 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5338 * mips-tdep.c (mips_gdbarch_init): Ditto.
5339 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5340 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5341 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5342 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
5343 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5344 * i386-tdep.c (i386_gdbarch_init): Ditto.
5345 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5346 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5347 * frv-tdep.c (frv_gdbarch_init): Ditto.
5348 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5349 * cris-tdep.c (cris_gdbarch_init): Ditto.
5350 * avr-tdep.c (avr_gdbarch_init): Ditto.
5351 * arm-tdep.c (arm_gdbarch_init): Ditto.
5352 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5353
5354 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
5355
5356 * infrun.c (follow_fork_mode_ask): Remove.
5357 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
5358 (follow_fork): Simplify and remove internal error for
5359 follow_fork_mode_ask.
5360 (_initialize_infrun): Update "set follow-fork-mode" help text.
5361
5362 2004-01-13 Andrew Cagney <cagney@redhat.com>
5363
5364 * configure.in: Update copyright year.
5365 (build_warnings): Add -Wunused-label.
5366 * configure: Re-generate.
5367
5368 2004-01-12 Andrew Cagney <cagney@redhat.com>
5369
5370 * exec.h (exec_ops): Make "extern".
5371
5372 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
5373 the function is void.
5374 (mips_pseudo_register_write): Ditto.
5375
5376 2004-01-12 Andrew Cagney <cagney@redhat.com>
5377
5378 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
5379 call. Never defined.
5380 * sparc-tdep.h (struct frame_info): Add opaque declaration.
5381 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
5382 (struct sparc_gregset, struct regcache): Ditto.
5383 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
5384
5385 2004-01-12 Andrew Cagney <cagney@redhat.com>
5386
5387 * mi/ChangeLog: Delete file. Renamed to ...
5388 * mi/ChangeLog-1999-2003: New file.
5389 * tui/ChangeLog: Delete file. Renamed to ...
5390 * tui/ChangeLog-1998-2003: New file.
5391
5392 2004-01-11 Mark Kettenis <kettenis@gnu.org>
5393
5394 * sparc64nbsd-tdep.c: Include "regset.h".
5395 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
5396 Remove variables.
5397 (fetch_core_registers): Remove function.
5398 (sparc64nbsd_core_fns): Remove variable.
5399 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
5400 functions.
5401 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
5402 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
5403 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
5404
5405 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
5406 sparc_extract_struct_value_address.
5407 (sparc32_gdbarch_init): Set extract_struct_value_address.
5408 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
5409 function.
5410 (sparc64_init_abi): Set extract_struct_value_address. Don't set
5411 return_value_on_stack.
5412
5413 * NEWS: Mention that %cs and %ss have been added to the AMD64
5414 configurations
5415
5416 * frame.c: Update copyright year.
5417 (get_prev_frame): Improve comment.
5418
5419 * sparc64fbsd-tdep.c: Include "regset.h".
5420 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
5421 Remove variables.
5422 (fetch_core_registers): Remove function.
5423 (sparc64fbsd_core_fns): Remove variable.
5424 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
5425 functions.
5426 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
5427 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
5428 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
5429
5430 * sparcnbsd-tdep.c: Include "regset.h".
5431 (fetch_core_registers): Remove function.
5432 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
5433 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
5434 functions.
5435 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
5436 TDEP->fpregset.
5437 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
5438
5439 * sparc-tdep.h (struct regset): Provide opaque declaration.
5440 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
5441 fpregset and sizeof_fpregset members.
5442 * sparc-tdep.c (struct regset): Provide opaque declaration.
5443 (sparc_regset_from_core_section): New function.
5444 (sparc32_gdbarch_init): Initialize TDEP->gregset,
5445 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
5446 Set regset_from_core_section when appropriate.
5447
5448 2004-01-10 Mark Kettenis <kettenis@gnu.org>
5449
5450 * x86-64-tdep.c (amd64_non_pod_p): New function.
5451 (amd64_classify_aggregate): Return class memory for non-POD
5452 C++ structure types.
5453
5454 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
5455 argument. Use it to reserve a register if necessary.
5456 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
5457 amd64_push_arguments.
5458
5459 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
5460
5461 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
5462 register numbers in comments.
5463 * x86-64-tdep.h: Update copyright year.
5464 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
5465 Adjust for addition of %cs and %ss.
5466 * amd64fbsd-nat.c: Update copyright year.
5467 (reg_offset): Add register offsets for %cs and %ss.
5468 * amd64fbsd-tdep.c: Update copyright year.
5469 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
5470 (amd64fbsd_sc_reg_offset): Likewise.
5471 * x86-64-linux-nat.c: Update copyright year.
5472 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
5473 and %ss.
5474 * amd64nbsd-nat.c: Update copyright year.
5475 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
5476 * amd64nbsd-tdep.c: Update copyright year.
5477 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
5478 * x86-64-linux-tdep.c: Update copyright year.
5479 (user_to_gdb_regmap): Add mapping for %cs and %ss.
5480 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
5481 * regformats/reg-x86-64.dat: Add %cs and %ss.
5482
5483 * blockframe.c (inside_entry_func): Reformat. Introduce new local
5484 variables to prevent long lines. Update comments to reflect
5485 reality.
5486
5487 2004-01-09 David Carlton <carlton@kealia.com>
5488
5489 Checked in by Elena Zannoni <ezannoni@redhat.com>.
5490 * dwarf2read.c (read_namespace): Pull out name-generating code
5491 into namespace_name. Rename previous_namespace to previous_prefix
5492 and processing_current_namespace to processing_current_prefix..
5493 (namespace_name): New function.
5494 (add_partial_symbol): Substitute uses of pdi->name with
5495 actual_name.
5496 * cp-support.h: Rename processing_current_namespace to
5497 processing_current_prefix.
5498 Update copyright year.
5499 * cp-namespace.c: Rename processing_current_namespace to
5500 processing_current_prefix.
5501 Update copyright year.
5502
5503 2004-01-09 Andrew Cagney <cagney@redhat.com>
5504
5505 * jv-valprint.c, ser-unix.c: Add missing copyright years.
5506
5507 2004-01-09 Mark Kettenis <kettenis@gnu.org>
5508
5509 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
5510 complaining.
5511 (process_one_symbol): Deal with N_PATCH stabs.
5512
5513 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
5514
5515 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
5516 ifdeffed code.
5517 Update copyright year.
5518
5519 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
5520
5521 * config/pa/tm-hppa.h: Update extern declarations for
5522 hppa32_hpux_frame_saved_pc_in_sigtramp,
5523 hppa32_hpux_frame_base_before_sigtramp, and
5524 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
5525
5526 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
5527
5528 * config/pa/tm-hppah.h: Update copyright years.
5529
5530 2004-01-08 Andrew Cagney <cagney@redhat.com>
5531
5532 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
5533 (mips_o32_reg_struct_has_addr): Delete function.
5534 (mips_gdbarch_init): Update.
5535 (mips_extract_struct_value_address): Delete function.
5536
5537 2004-01-08 David Mosberger <davidm@hpl.hp.com>
5538
5539 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
5540 reality.
5541
5542 2004-01-07 Andrew Cagney <cagney@redhat.com>
5543
5544 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
5545 architecture's elf flags (when available).
5546
5547 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
5548 FPU to the start, check the MIPS FPU when looking for an old
5549 architecture.
5550 (set_mipsfpu_single_command): Update the architecture.
5551 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
5552
5553 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
5554 (mips_mask_address_p): Add "tdep" parameter.
5555 (show_mask_address, mips_addr_bits_remove): Update.
5556 (mips_dump_tdep): Update.
5557 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
5558 (MIPS_STACK_ARGSIZE): Delete macro.
5559 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
5560 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
5561 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
5562 (mips_dump_tdep): Update.
5563 (MIPS_SAVED_REGSIZE): Delete macro.
5564 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
5565 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
5566 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
5567 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
5568 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
5569 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
5570 (mips_pop_frame, return_value_location): Update.
5571 (mips_n32n64_return_value, mips_dump_tdep): Update.
5572
5573 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
5574 MIPS ABI.
5575
5576 * mips-tdep.c: Update copyright.
5577 (mips_gdbarch_init): Merge two code blocks handling the register
5578 name and number layout.
5579
5580 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
5581
5582 * tracepoint.c (validate_actionline): Fix segv at EOF
5583
5584 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
5585
5586 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
5587 properly for static fields.
5588
5589 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
5590 Jason Molenda <jmolenda@apple.com>
5591
5592 * disasm.c: Update copyright to include 2004.
5593 (do_mixed_source_and_assembly): For uiout asm list
5594 and tuple cleanups, initialize to null_cleanup instead of
5595 NULL and do so prior to loop. Only reset when we close off
5596 the tuple/list. Move check for whether to close off the
5597 asm tuple/list to after dump_insns call where it will be run
5598 on each loop iteration.
5599
5600 2004-01-05 Andrew Cagney <cagney@redhat.com>
5601
5602 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
5603 should be a switch case and not a label.
5604 * mips-tdep.c (mips32_next_pc): Delete unused labels
5605 "greater_equal_branch" and "less_zero_branch".
5606 * jv-valprint.c (java_print_value_fields): Delete unused label
5607 "flush_it".
5608
5609 * target.c (unpush_target): Only close a target that is in the
5610 target stack.
5611
5612 2004-01-05 Mark Kettenis <kettenis@gnu.org>
5613
5614 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
5615 address from [sp + 64] instead of %o2.
5616
5617 * frame.c (get_prev_frame): Don't try to unwind the PC. This
5618 fixes PR backtrace/1476.
5619
5620 2004-01-05 Andrew Cagney <cagney@redhat.com>
5621
5622 * libunwind-frame.h (struct frame_id): Add opaque declaration,
5623 move to start of file.
5624 * i386-tdep.h (struct regcache): Add opaque declaration.
5625 * config/ia64/nm-linux.h (struct target_ops): Add opaque
5626 declaration.
5627 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
5628 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
5629 * win32-nat.c (fake_create_process): Use ISO C style definition.
5630 * stabsread.c (define_symbol): Delete #ifndef
5631 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
5632 stabs_argument_has_addr call, macro never defined.
5633
5634 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
5635
5636 * op50-rom.c: Delete.
5637 * w89k-rom.c: Delete.
5638 * Makefile.in: Remove references.
5639
5640 2004-01-04 Mark Kettenis <kettenis@gnu.org>
5641
5642 * x86-64-tdep.c: Update copyright year.
5643 (struct amd64_register_info): Rename from x86_64_register_info.
5644 (amd64_register_info): Rename from x86_64_register_info.
5645 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
5646 (amd64_register_name): Rename from x86_64_register_name.
5647 (amd64_register_type): Rename from x86_64_register_type.
5648 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
5649 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
5650 (amd64_dwarf_reg_to_regnum): Rename from
5651 x86_64_dwarf_reg_to_regnum.
5652 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
5653 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
5654 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
5655 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
5656 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
5657 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
5658 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
5659 (amd64_frame_cache): Rename from x86_64_frame_cache.
5660 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
5661 (amd64_frame_prev_register): Rename from
5662 x86_64_frame_prev_register.
5663 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
5664 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
5665 (amd64_sigtramp_frame_cache): Rename from
5666 x86_64_sigtramp_frame_cache.
5667 (amd64_sigtramp_frame_prev_register): Rename from
5668 x86_64_sigtramp_frame_prev_register.
5669 (amd64_sigtramp_frame_unwind): Rename from
5670 x86_64_sigtramp_frame_unwind.
5671 (amd64_sigtramp_frame_sniffer): Rename from
5672 x86_64_sigtramp_frame_sniffer.
5673 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
5674 (amd64_frame_base): Rename from x86_64_frame_base.
5675 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
5676 (amd64_frame_align): Rename from x86_64_frame_align.
5677 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
5678 (amd64_regset_from_core_section): Rename from
5679 x86_64_regset_from_core_section.
5680 (x86_64_init_abi): Update comments.
5681
5682 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
5683
5684 * MAINTAINERS (write after approval): Add myself.
5685
5686 2004-01-04 Mark Kettenis <kettenis@gnu.org>
5687
5688 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
5689 `float' arguments.
5690
5691 2004-01-04 Mark Kettenis <kettenis@gnu.org>
5692
5693 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
5694 such that it mentions a specific version of GCC that exhibits this
5695 bug.
5696
5697 2004-01-03 Mark Kettenis <kettenis@gnu.org>
5698
5699 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
5700 structure that has a single `float' member, store it in %f1 in
5701 addition to %f0.
5702
5703 * sparc-sol2-nat.c: Add missing '\'.
5704
5705 * sparc-tdep.c (sparc32_return_value): New function.
5706 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
5707 Remove functions.
5708 (sparc32_gdbarch_init): Set return_value, don't set
5709 extract_return_value, store_return_value, use_struct_convention
5710 and return_value_on_stack.
5711
5712 * sparc-sol2-nat.c: Add missing ')'.
5713
5714 2004-01-03 J. Brobecker <brobecker@gnat.com>
5715
5716 * infrun.c (handle_step_into_function): New function.
5717 (handle_inferior_event): Extract out some code into the new
5718 function above.
5719
5720 2004-01-03 J. Brobecker <brobecker@gnat.com>
5721
5722 * infrun.c (handle_inferior_event): Move the declaration of
5723 real_stop_pc inside the if blocks where it is used.
5724
5725 2004-01-03 Mark Kettenis <kettenis@gnu.org>
5726
5727 * sparc64-tdep.c (sparc64_16_byte_align_p)
5728 (sparc64_store_floating_fields, sparc64_store_floating_fields):
5729 Use check_typedef to get subtypes of structures and unions.
5730 (sparc64_store_return_value): Fix calculation of the appropriate
5731 offset into VALBUF when storing a structure or union.
5732 (sparc64_return_value): New function.
5733 (sparc64_use_struct_convention): Remove function.
5734 (sparc64_init_abi): Set return_value, don't set
5735 extract_return_value, store_return_value and
5736 use_struct_convention.
5737
5738 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
5739
5740 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
5741 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
5742 gdb/config/alpha/xm-alphaosf.h,
5743 gdb/config/powerpc/tm-ppcle-eabi.h,
5744 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
5745 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
5746 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
5747 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
5748 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
5749 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
5750 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
5751 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
5752 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
5753 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
5754 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
5755 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
5756 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
5757 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
5758 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
5759 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
5760 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
5761 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
5762 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
5763 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
5764 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
5765 Remove lines for .cvsignore files.
5766
5767 2004-01-03 J. Brobecker <brobecker@gnat.com>
5768
5769 * infrun.c: Back out the previous change.
5770
5771 2004-01-03 Mark Kettenis <kettenis@gnu.org>
5772
5773 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
5774 sparc-*-sunos4* to the list of REMOVED configurations.
5775
5776 * configure.tgt: Add back sparc-*-vxworks*.
5777 * remote-vxsparc.c: Remove all includes except for "defs.h",
5778 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
5779 Include "sparc-tdep.h".
5780 (SPARC_R_G1): New define.
5781 (vxsparc_gregset): New variable.
5782 (ext_format_sparc): Remove extern declaration.
5783 (vx_read_register): Rewrite to use sparc32_supply_gregset and
5784 sparc32_supply_fpregset.
5785 (vx_write_register): Rewrite to use sparc32_collect_gregset,
5786 sparc_collect_rwindow and sparc32_collect_fpregset.
5787 * config/sparc/tm-vxworks.h: New file, based on recently removed
5788 tm-vxsparc.h.
5789 * config/sparc/vxworks.mt: New file, based on recently removed
5790 vxworks.mt.
5791
5792 2004-01-03 J. Brobecker <brobecker@gnat.com>
5793
5794 * infrun.c (handle_step_into_function): New function.
5795 (handle_inferior_event): Extract out some code into the new
5796 function above.
5797
5798 2004-01-02 Mark Kettenis <kettenis@gnu.org>
5799
5800 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
5801 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
5802 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
5803 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
5804 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
5805 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
5806 (sparc_nat_h): New variable.
5807 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
5808 (tm-sun4os4.h): Remove dependency.
5809 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
5810 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
5811 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
5812 sparc-tdep.o): Update dependencies.
5813 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
5814 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
5815 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
5816 dependencies.
5817 * configure.host: Remove existing sparc-*-lynxos*,
5818 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
5819 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
5820 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
5821 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
5822 triplets.
5823 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
5824 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
5825 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
5826 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
5827 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
5828 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
5829 sparc64-*-solaris2* and sparc64-*-* triplets.
5830 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
5831 "symtab.h" and "objfiles.h".
5832 (BIAS): Remove define.
5833 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
5834 (X_DISP19): Remove macros.
5835 (sparc_fetch_instruction): Remove function.
5836 (struct gdbarch_tdep): Remove definition.
5837 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
5838 (sparc_breakpoint_from_pc): Remove function.
5839 (struct sparc64_frame_cache): Remove definition.
5840 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
5841 sparc64_unwind_pc): Remove functions.
5842 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
5843 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
5844 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
5845 (sparc64_frame_cache): Change return type to `struct
5846 sparc_frame_cache *'. Simply call sparc_frame_cache.
5847 (sparc64_frame_this_id, sparc64_frame_prev_register,
5848 sparc64_frame_base_address): Use `struct sparc_frame_cache'
5849 instead of `struct sparc64_frame_cache.
5850 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
5851 sparc_analyze_control_transfer, sparc_software_single_step,
5852 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
5853 _initialize_sparc64_tdep): Remove functions.
5854 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
5855 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
5856 macros.
5857 (sparc64_supply_gregset, sparc64_collect_gregset,
5858 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
5859 (sparc64_init_abi): New function.
5860 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
5861 inclusion guard. Include "sparc-tdep.h".
5862 (BIAS): Define.
5863 (r_tstate_offset, r_fprs_offset): New defines.
5864 (enum sparc_regnum): Remove defenition.
5865 (enum sparc64_regnum): Reformat.
5866 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
5867 (sparc64_init_abi, sparc64_supply_gregset,
5868 sparc64_collect_gregset, sparc64_supply_fpregset,
5869 sparc64_collect_fpregset): New prototypes.
5870 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
5871 Add extern declarations.
5872 (sparc64_sol2_init_abi): New prototype.
5873 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
5874 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
5875 prototypes.
5876 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
5877 "sparnbsd-nat.h".
5878 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
5879 functions.
5880 (_initialize_sparc64fbsd_nat): Remove initialization of
5881 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
5882 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
5883 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
5884 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
5885 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
5886 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
5887 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
5888 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
5889 (sparc64fbsd_r_y_offset): Remove variables.
5890 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
5891 Make static and const.
5892 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
5893 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
5894 functions.
5895 (sparc64fbsd_gregset): New variable.
5896 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
5897 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
5898 and sparc64_supply_fpregset.
5899 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
5900 (sparc64fbsd_sigtramp_frame_this_id)
5901 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
5902 (sparc64fbsd_sigtramp_frame_unwind): New variable.
5903 (sparc64fbsd_sigtramp_frame_sniffer): New function.
5904 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
5905 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
5906 * sparcnbsd-tdep.c: Update copyright year. Include
5907 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
5908 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
5909 "value.h" and "sparcnbsd-tdep.h".
5910 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
5911 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
5912 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
5913 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
5914 defines.
5915 (sparcnbsd_gregset): New variable.
5916 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
5917 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
5918 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
5919 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
5920 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
5921 variables.
5922 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
5923 (sparc32nbsd_sigcontext_frame_this_id)
5924 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
5925 (sparc32nbsd_sigcontext_frame_unwind): New variable.
5926 (sparc32nbsd_sigtramp_frame_sniffer): New function.
5927 (sparcnbsd_get_longjmp_target_32,
5928 sparcnbsd_get_longjmp_target_64): Remove functions.
5929 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
5930 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
5931 sparcnbsd_init_elf): Remove.
5932 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
5933 (sparcnbsd_elf_init_abi): New functions.
5934 (_initialize_sparcnbsd_tdep): New prototype.
5935 (_initialize_sparnbsd_tdep): Update.
5936 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
5937 corelow.o. Add sparc64-nat.o and sparc-nat.o.
5938 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
5939 * config/sparc/linux.mh: Update comment.
5940 (XM_FILE, HOST_IPC): Remove variables.
5941 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
5942 sparc-linux-nat.o.
5943 * config/sparc/linux.mt: Update comment.
5944 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
5945 * config/sparc/nbsd.mt: Reformat.
5946 * config/sparc/nbsd64.mh: Update comment.
5947 (NATDEPFILES): Add sparc-nat.o.
5948 * config/sparc/nbsd64.mt: Update comment.
5949 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
5950 (TM_FILE): Set to tm-nbsd.h.
5951 * config/sparc/nbsdelf.mh: Update comment.
5952 (NATDEPFILES): Add sparc-nat.o.
5953 (XM_FILE): Delete.
5954 * config/sparc/nbsdaout.mh: Update comment.
5955 (NATDEPFILES): Add sparc-nat.o
5956 (XM_FILE): Delete.
5957 * config/sparc/nm-linux.h: Update copyright year. Don't include
5958 "config/nm-svr4.h" and "solib.h". Add protection against multiple
5959 inclusion.
5960 (KERNEL_U_SIZE): Remove define.
5961 (kernel_u_size): Remove prototype.
5962 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
5963 * config/sparc/nm-nbsd.h: Update copyright. Don't include
5964 "regcache.h".
5965 (CHILD_PREPARE_TO_STORE): Remove define.
5966 * config/sparc/nm-nbsdaout.h: Tweak some comments.
5967 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
5968 sparcnbsd-nat.c: Rewrite files.
5969 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
5970 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
5971 sparcnbsd-tdep.h: Remove files.
5972 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
5973 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
5974 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
5975 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
5976 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
5977 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
5978 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
5979 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
5980 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
5981 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
5982 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
5983 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
5984 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
5985 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
5986 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
5987 * config/sparc/linux64.mh, config/sparc/linux64.mt,
5988 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
5989 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
5990 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
5991
5992 2004-01-02 Andrew Cagney <cagney@redhat.com>
5993
5994 From 2003-12-18 Kazuhiro Inaoka:
5995 * configure.host: Add m32r-linux target.
5996
5997 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
5998
5999 * top.c (print_gdb_version): Update year to 2004.
6000
6001 2004-01-02 Mark Mitchell <mark@codesourcery.com>
6002
6003 * MAINTAINERS: Add myself to the write-after-approval category.
6004
6005 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
6006
6007 From Bernardo Innocenti <bernie@develer.com>:
6008 * configure.tgt: Add uClinux target.
6009
6010 2004-01-02 Andrew Cagney <cagney@redhat.com>
6011
6012 * utils.c (do_my_cleanups): Make static, add forward declaration.
6013 * defs.h (do_my_cleanups): Delete declaration.
6014
6015 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
6016
6017 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
6018 bfd/ChangeLog-0203.
6019
6020 2004-01-02 Mark Kettenis <kettenis@gnu.org>
6021
6022 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
6023 in <machine/reg.h>.
6024 * configure, config.in: Regenerate.
6025
6026 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
6027 tui/ChangeLog-1998-2003.
6028 \f
6029 Local Variables:
6030 mode: change-log
6031 left-margin: 8
6032 fill-column: 74
6033 version-control: never
6034 End:
This page took 0.145417 seconds and 5 git commands to generate.