OSDN Git Service

* features/Makefile: Generate regformats for mips-linux and
[pf3gnuchains/pf3gnuchains4x.git] / gdb / ChangeLog
1 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
2
3         * features/Makefile: Generate regformats for mips-linux and
4         mips64-linux.
5         * features/sort-regs.xsl: Correct typo.
6         * regformats/reg-mips.dat, regformats/reg-mips64.dat: Delete.
7         * regformats/mips-linux.dat, regformats/mips64-linux.dat: New generated
8         files.
9
10 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
11
12         * config/mips/linux.mh (TDEP_XML): New.
13         * features/mips-linux.xml, features/mips64-linux.xml: New files.
14         * mips-linux-nat.c (mips_linux_register_addr): Handle
15         MIPS_RESTART_REGNUM.
16         (mips64_linux_register_addr): Likewise.
17         (super_xfer_partial, mips_linux_xfer_partial): New.
18         (_initialize_mips_linux_nat): Add them to the target_ops.
19         * mips-linux-tdep.c (mips_supply_gregset): Handle MIPS_RESTART_REGNUM.
20         (mips_fill_gregset, mips64_supply_gregset, mips64_fill_gregset)
21         (mips_linux_o32_sigframe_init)
22         (mips_linux_n32n64_sigframe_init): Likewise.
23         (mips_linux_write_pc, mips_linux_restart_reg_p): New.
24         (mips_linux_init_abi): Use mips_linux_write_pc.  Check for the
25         "org.gnu.gdb.mips.linux" feature.
26         * mips-linux-tdep.h (MIPS_RESTART_REGNUM): New constant.
27         (mips_linux_restart_reg_p): New prototype.
28         * mips-tdep.c (mips_gdbarch_init): Pass tdesc_data to the OS/ABI
29         initialization routine.
30         * Makefile.in (mips-linux-tdep.o, mips-linux-nat.o): Update.
31
32 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
33
34         * Makefile.in (mips-tdep.o): Update.
35         * mips-tdep.c (struct register_alias, mips_o32_aliases)
36         (mips_n32_n64_aliases, mips_register_aliases): New.
37         (mips_register_name): Call tdesc_register_name.
38         (mips_tdesc_register_reggroup_p): New.
39         (mips_pseudo_register_type, value_of_mips_user_reg): New.
40         (mips_gdbarch_init): Add target-described register support.
41         Register aliases for register names.
42         * target-descriptions.c (tdesc_register_name): Make global.
43         (tdesc_register_in_reggroup_p): New function, broken out from
44         tdesc_register_reggroup_p.
45         (tdesc_register_reggroup_p): Use it.
46         * target-descriptions.h (tdesc_register_name)
47         (tdesc_register_in_reggroup_p): New prototypes.
48         * NEWS: Correct formatting.  Mention MIPS register support.
49         * features/mips-cp0.xml, features/mips-fpu.xml,
50         features/mips64-cp0.xml, gdb/features/mips64-fpu.xml, mips-cpu.xml,
51         features/mips64-cpu.xml: New files.
52
53 2007-06-13  Markus Deuling  <deuling@de.ibm.com>
54
55         * gdbarch.sh (TARGET_ADDR_BIT): Replace by gdbarch_addr_bit.
56         * valops.c (value_cast): Likewise.
57         * utils.c (strlen_paddr, paddr, paddr_nz, paddress): Likewise.
58         * ui-out.c (ui_out_field_core_addr): Likewise.
59         * tracepoint.c (tracepoints_info): Likewise.
60         * symtab.c (print_msymbol_info): Likewise.
61         * solib-irix.c (irix_current_sos)
62         (irix_open_symbol_file_object): Likewise.
63         * remote.c (build_remote_gdbarch_data): Likewise.
64         * prologue-value.c (make_pv_area): Likewise.
65         * procfs.c (info_mappings_callback): Likewise.
66         * printcmd.c (print_scalar_formatted)
67         (deprecated_print_address_numeric): Likewise.
68         * memattr.c (mem_info_command): Likewise.
69         * linux-nat.c (linux_nat_info_proc_cmd): Likewise.
70         * gdbtypes.c (build_flt, gdbtypes_post_init): Likewise.
71         * exec.c (print_section_info): Likewise.
72         * dwarf2read.c (read_subrange_type): Likewise.
73         * dwarf2loc.c (find_location_expression): Likewise.
74         * dwarf2expr.c (dwarf2_read_address, unsigned_address_type)
75         (signed_address_type, execute_stack_op): Likewise.
76         * breakpoint.c (print_one_breakpoint, breakpoint_1): Likewise.
77         * gdbarch.c, gdbarch.h: Regenerate.
78
79 2007-06-13  Markus Deuling  <deuling@de.ibm.com>
80
81         * gdbarch.sh (TARGET_ARCHITECTURE): Replace by gdbarch_bfd_arch_info.
82         * arch-utils.c (show_architecture): Likewise.
83         * remote-mips.c (mips_open): Likewise
84         * nto-tdep.c (nto_find_and_open_solib)
85         (nto_init_solib_absolute_prefix): Likewise.
86         * nto-procfs (procfs_open): Likewise.
87         * m68hc11-tdep.c (gdb_print_insn_m68hc11): Likewise.
88         * gcore.c (default_gcore_mach, default_gcore_arch): Likewise.
89         * gdbarch.c, gdbarch.h: Regenerate.
90
91 2007-06-13  Markus Deuling  <deuling@de.ibm.com>
92
93         * gdbarch.sh (TARGET_BFD_VMA_BIT): Replace by gdbarch_bfd_vma_bit.
94         * gdbtypes.c (build_flt): Likewise.
95         * gdbarch.c, gdbarch.h: Regenerate.
96
97 2007-06-13  Markus Deuling  <deuling@de.ibm.com>
98
99         * gdbarch.sh (BREAKPOINT_FROM_PC): Replace by
100         gdbarch_breakpoint_from_pc.
101         * s390-tdep.c (s390_gdbarch_init): Likewise (comment).
102         * remote.c (remote_insert_breakpoint)
103         (remote_insert_hw_breakpoint): Likewise.
104         * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Likewise.
105         * mips-tdep.c (mips_breakpoint_from_pc): Likewise (comment).
106         * breakpoint.h (bp_target_info): Likewise (comment).
107         * breakpoint.c (read_memory_nobpt): Likewise.
108         * mem-break.c (default_memory_insert_breakpoint): Likewise.
109         (symtab.h, breakpoint.h): Remove include. Remove unnecessary comment.
110         * gdbarch.c, gdbarch.h: Regenerate.
111
112 2007-06-13  Markus Deuling  <deuling@de.ibm.com>
113
114         * gdbarch.sh (TARGET_PTR_BIT): Replace with gdbarch_ptr_bit.
115         * solib-svr4.c (svr4_truncate_ptr): Likewise.
116         * solib-pa64.c (read_dynamic_info): Likewise.
117         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Likewise.
118         * solib.c (info_sharedlibrary_command): Likewise.
119         * s390-nat.c (SUBOFF): Likewise.
120         * p-valprint.c (pascal_val_print): Likewise.
121         * procfs.c (info_proc_mappings): Likewise.
122         * printcmd.c (decode_format): Likewise.
123         * nto-tdep.c (nto_truncate_ptr): Likewise.
124         * mips-linux-tdep.c (mips_linux_get_longjmp_target)
125         (mips64_linux_get_longjmp_target): Likewise.
126         * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
127         * jv-valprint.c (java_value_print): Likewise.
128         * jv-lang.c (get_java_object_header_size): Likewise.
129         * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Likewise.
130         * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code)
131         (hppa_hpux_unwind_adjust_stub): Likewise.
132         * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
133         * gdbtypes.c (make_pointer_type, make_reference_type)
134         (smash_to_memberptr_type): Likewise.
135         * gdbarch.c, gdbarch.h: Regenerate.
136
137 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
138
139         * mips-tdep.c (mips_print_register): Remove unused ALL argument.
140         (print_gp_register_row): Stop before printing a register bigger
141         than the ABI register size.
142         (mips_print_registers_info): Update call to mips_print_register.
143
144 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
145
146         * expression.h (enum exp_opcode): Document a register name for
147         OP_REGISTER.
148         * parse.c (write_dollar_variable): Write the register name for
149         OP_REGISTER.
150         (operator_length_standard): Expect the register name following
151         OP_REGISTER.
152         * ada-lang.c (resolve_subexp): Likewise.
153         * ax-gdb.c (gen_expr): Likewise.
154         * eval.c (evaluate_subexp_standard): Likewise.
155         * expprint.c (print_subexp_standard, dump_subexp_body_standard):
156         Likewise.
157         * tracepoint.c (encode_actions): Likewise.
158
159 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
160
161         * utils.c (set_screen_size): Use INT_MAX for default columns.
162
163 2007-06-13  Ulrich Weigand  <uweigand@de.ibm.com>
164
165         * remote.c (remote_protocol_features): Add qXfer:spu:read and
166         qXfer:spu:write packet types.
167
168 2007-06-12  Markus Deuling  <deuling@de.ibm.com>
169
170         * gdbarch.sh (DEPRECATED_STACK_ALIGN): Remove.
171         * gdbarch.c, gdbarch.h: Regenerate.
172
173 2007-06-12  Markus Deuling  <deuling@de.ibm.com>
174
175         * gdbarch.sh (STAB_REG_TO_REGNUM): Replace by
176         gdbarch_stab_reg_to_regnum.
177         * stabsread.c (define_symbol): Likewise.
178         * gdbarch.sh (ECOFF_REG_TO_REGNUM): Replace by
179         gdbarch_ecoff_reg_to_regnum.
180         * mdebugread.c (parse_symbol): Likewise.
181         * i386-tdep.c (i386_gdbarch_init): Likewise (comment).
182         * gdbarch.sh (DWARF_REG_TO_REGNUM): Replace by
183         gdbarch_dwarf_reg_to_regnum.
184         * gdbarch.sh (SDB_REG_TO_REGNUM): Replace by gdbarch_sdb_reg_to_regnum.
185         * coffread.c (process_coff_symbol): Likewise.
186         * gdbarch.sh (DWARF2_REG_TO_REGNUM): Replace by
187         gdbarch_dwarf2_reg_to_regnum.
188         * dwarf2loc.c (dwarf_expr_read_reg,dwarf2_evaluate_loc_desc)
189         (locexpr_describe_location): Likewise.
190         * dwarf2-frame.c (read_reg,execute_cfa_program,dwarf2_frame_cache)
191         (dwarf2_frame_prev_register,dwarf2_signal_frame_this_id): Likewise.
192         * dwarf2loc.c (DWARF2_REG_TO_REGNUM): Remove macro.
193         * dwarf2read.c (DWARF2_REG_TO_REGNUM): Remove macro.
194         * gdbarch.c, gdbarch.h: Regenerate.
195
196 2007-06-12  Markus Deuling  <deuling@de.ibm.com>
197
198         * gdbarch.sh (SMASH_TEXT_ADDRESS): Replace by
199         gdbarch_smash_text_address.
200         * somread.c (som_symtab_read): Likewise.
201         * elfread.c (record_minimal_symbol): Likewise.
202         * dbxread.c (process_one_symbol): Likewise.
203         * coffread.c (coff_symtab_read): Likewise.
204         * gdbarch.c, gdbarch.h: Regenerate.
205
206 2007-06-12  Markus Deuling  <deuling@de.ibm.com>
207
208         * gdbarch.sh (REGISTER_TO_VALUE): Replace by gdbarch_register_to_value.
209         * findvar.c (value_from_register): Likewise.
210         * gdbarch.sh (VALUE_TO_REGISTER): Replace by gdbarch_value_to_register.
211         * valops.c (value_assign): Likewise.
212         * gdbarch.sh (CONVERT_REGISTER_P): Replace by
213         gdbarch_convert_register_p.
214         * findvar.c (value_from_register): Likewise.
215         * valops.c (value_assign): Likewise.
216         * gdbarch.c, gdbarch.h: Regenerate.
217
218 2007-06-12  Markus Deuling  <deuling@de.ibm.com>
219
220         * gdbarch.sh (REGISTER_SIM_REGNO): Replace by
221         gdbarch_register_sim_regno.
222         * sim-regno.h (sim_regno): Likewise (comment).
223         * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Likewise.
224         * gdbarch.c, gdbarch.h: Regenerate.
225
226 2007-06-12  Markus Deuling  <deuling@de.ibm.com>
227
228         * gdbarch.sh (TARGET_VIRTUAL_FRAME_POINTER): Replace by
229         gdbarch_virtual_frame_pointer.
230         * tracepoint.c (encode_actions): Likewise.
231         * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Likewise.
232         * ax-gdb.c (gen_frame_args_address, gen_frame_locals_address): Likewise.
233         * gdbarch.c, gdbarch.h: Regenerate.
234
235 2007-06-12  Markus Deuling  <deuling@de.ibm.com>
236
237         * gdbarch.sh (TARGET_FLOAT_BIT): Replace by gdbarch_float_bit.
238         * p-lang.c (pascal_create_fundamental_type): Likewise.
239         * objc-lang.c (objc_create_fundamental_type): Likewise.
240         * mdebugread.c (_initialize_mdebugread): Likewise.
241         * m2-lang.c (m2_create_fundamental_type)
242         (_initialize_m2_language): Likewise.
243         * gdbtypes.c (build_gdbtypes): Likewise.
244         * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
245         * doublest.c (floatformat_from_length): Likewise.
246         * c-lang.c (c_create_fundamental_type): Likewise.
247         * ada-lang.c (ada_create_fundamental_type)
248         (ada_language_arch_info): Likewise.
249         * gdbarch.sh (TARGET_FLOAT_FORMAT): Replace by gdbarch_float_format.
250         * value.c (unpack_double): Likewise (comment).
251         * gdbtypes.c (build_gdbtypes): Likewise.
252         * doublest.c (floatformat_from_length): Likewise.
253         * gdbarch.sh (TARGET_DOUBLE_BIT): Replace by gdbarch_double_bit.
254         * valarith.c (value_binop): Likewise.
255         * p-lang.c (pascal_create_fundamental_type): Likewise.
256         * objc-lang.c (objc_create_fundamental_type): Likewise.
257         * mdebugread.c (_initialize_mdebugread): Likewise.
258         * m2-lang.c (m2_create_fundamental_type): Likewise.
259         * gdbtypes.c (build_gdbtypes): Likewise.
260         * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
261         * doublest.c (floatformat_from_length): Likewise.
262         * cris-tdep.c (cris_gdbarch_init): Likewise (comment).
263         * c-lang.c (c_create_fundamental_type): Likewise.
264         * ada-lex.l (processReal): Likewise.
265         * ada-lang.c (ada_create_fundamental_type)
266         (ada_language_arch_info): Likewise.
267         * gdbarch.sh (TARGET_DOUBLE_FORMAT): Replace by gdbarch_double_format.
268         * value.c (unpack_double): Likewise (comment).
269         * gdbtypes.c (build_gdbtypes): Likewise.
270         * doublest.c (floatformat_from_length): Likewise.
271         * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Replace by
272         gdbarch_long_double_bit.
273         * p-lang.c (pascal_create_fundamental_type): Likewise.
274         * objc-lang.c (objc_create_fundamental_type): Likewise.
275         * m2-lang.c (m2_create_fundamental_type): Likewise.
276         * gdbtypes.c (build_gdbtypes): Likewise.
277         * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
278         * doublest.c (floatformat_from_length): Likewise.
279         * c-lang.c (c_create_fundamental_type): Likewise.
280         * ada-lex.l (processReal): Likewise.
281         * ada-lang.c (ada_create_fundamental_type)
282         (ada_language_arch_info): Likewise.
283         * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Replace by
284         gdbarch_long_double_format.
285         * gdbtypes.c (build_gdbtypes): Likewise.
286         * doublest.c (floatformat_from_length): Likewise.
287         * gdbarch.c, gdbarch.h: Regenerate.
288
289 2007-06-12  Markus Deuling  <deuling@de.ibm.com>
290
291         * gdbarch.sh (TARGET_SHORT_BIT): Replace by gdbarch_int_bit.
292         * ada-lang.c (ada_create_fundamental_type)
293         (ada_language_arch_info): Likewise.
294         * c-lang.c (c_create_fundamental_type): Likewise.
295         * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
296         * gdbtypes.c (build_gdbtypes, gdbtypes_post_init): Likewise.
297         * m2-lang.c (m2_create_fundamental_type): Likewise.
298         * objc-lang.c (objc_create_fundamental_type): Likewise.
299         * p-lang.c (pascal_create_fundamental_type): Likewise.
300         * gdbarch.sh (TARGET_INT_BIT): Replace by gdbarch_int_bit.
301         * c-exp.y (parse_number): Likewise.
302         * objc-exp.y (parse_number): Likewise.
303         * ada-lex.l (processInt): Likewise.
304         * f-exp.y (parse_number): Likewise.
305         * p-exp.y (parse_number): Likewise.
306         * ada-lang.c (ada_create_fundamental_type, ada_language_arch_info)
307         (gdbtypes_post_init, build_gdbtypes): Likewise.
308         * p-lang.c (pascal_create_fundamental_type): Likewise.
309         * parse.c (build_parse): Likewise.
310         * xcoffread.c (_initialize_xcoffread): Likewise.
311         * stabsread.c (define_symbol, read_one_struct_field, read_enum_type)
312         (read_range_type): Likewise.
313         * objc-lang.c (objc_create_fundamental_type): Likewise.
314         * f-lang.c (build_fortran_types, f_create_fundamental_type): Likewise.
315         * m2-lang.c (m2_create_fundamental_type, _initialize_m2_language)
316         (m2_create_fundamental_type): Likewise.
317         * c-lang.c (c_create_fundamental_type): Likewise.
318         * coffread.c (coff_read_enum_type): Likewise.
319         * mdebugread.c (parse_symbol, _initialize_mdebugread): Likewise.
320         * dwarf2read.c (new_symbol): Likewise.
321         * gdbarch.sh (TARGET_LONG_BIT): Replace by gdbarch_long_bit.
322         * c-exp.y (parse_number): Likewise.
323         * objc-exp.y (parse_number): Likewise.
324         * ada-lex.l (processInt): Likewise.
325         * f-exp.y (parse_number): Likewise.
326         * p-exp.y (parse_number): Likewise.
327         * valarith.c (value_binop): Likewise.
328         * symfile.c (read_target_long_array, simple_overlay_update_1): Likewise.
329         * ada-lang.c (ada_create_fundamental_type)
330         (ada_language_arch_info): Likewise.
331         * gdbtypes.c (build_gdbtypes, gdbtypes_post_init): Likewise.
332         * symfile.c (TARGET_LONG_BYTES): Likewise.
333         * p-lang.c (pascal_create_fundamental_type): Likewise.
334         * objc-lang.c (objc_create_fundamental_type): Likewise.
335         * m2-lang.c (m2_create_fundamental_type): Likewise.
336         * f-lang.c (f_create_fundamental_type): Likewise.
337         * c-lang.c (c_create_fundamental_type): Likewise.
338         * coffread.c (decode_base_type): Likewise.
339         * gdbarch.sh (TARGET_LONG_LONG_BIT): Replace by gdbarch_long_long_bit.
340         * c-exp.y (parse_number): Likewise.
341         * objc-exp.y (parse_number): Likewise.
342         * p-exp.y (parse_number): Likewise.
343         * ada-lang.c (ada_create_fundamental_type)
344         (ada_language_arch_info): Likewise.
345         * gdbtypes.c (gdbtypes_post_init, build_gdbtypes): Likewise.
346         * stabsread.c (read_range_type): Likewise.
347         * p-lang.c (pascal_create_fundamental_type): Likewise.
348         * objc-lang.c (objc_create_fundamental_type): Likewise.
349         * m2-lang.c (m2_create_fundamental_type): Likewise.
350         * f-lang.c (f_create_fundamental_type): Likewise.
351         * c-lang.c (c_create_fundamental_type): Likewise.
352         * gdbarch.c, gdbarch.h: Regenerate.
353
354 2007-06-12  Andreas Schwab  <schwab@suse.de>
355
356         * frame-unwind.h (frame_dealloc_cache_ftype): Define.
357         (struct frame_unwind): Add dealloc_cache.
358         * frame.c (reinit_frame_cache): Call dealloc_cache on all caches.
359
360         * libunwind-frame.h (libunwind_frame_dealloc_cache): Declare.
361         * libunwind-frame.c (libunwind_frame_dealloc_cache): Define.
362         (libunwind_frame_unwind): Set dealloc_cache.
363         * ia64-tdep.c (ia64_libunwind_frame_unwind): Set dealloc_cache.
364
365 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
366             Markus Deuling  <deuling@de.ibm.com>
367
368         * remote.c (remote_write_qxfer): New function.
369         (remote_xfer_partial): Add handling for TARGET_OBJECT_SPU.
370         (remote_read_qxfer): Do not cache empty objects.
371         (_initialize_remote): Add PACKET_qXfer_spu_read and
372         PACKET_qXfer_spu_write.
373
374 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
375
376         * target.h (enum target_object): Add TARGET_OBJECT_SPU.
377         * spu-linux-nat.c (spu_xfer_partial): Handle TARGET_OBJECT_SPU.
378
379         * spu-tdep.h (SPU_NUM_PSEUDO_REGS): Add 5 pseudo registers.
380         (enum spu_regnum): Add SPU_FPSCR_REGNUM, SPU_SRR0_REGNUM,
381         SPU_LSLR_REGNUM, SPU_DECR_REGNUM, SPU_DECR_STATUS_REGNUM.
382         * spu-tdep.c (infospucmdlist): New variable.
383         (spu_register_name): Handle additional pseudo registers.
384         (spu_register_type): Likewise.
385         (spu_pseudo_register_read): Likewise.
386         (spu_pseudo_register_write): Likewise.
387         (spu_pseudo_register_read_spu): New function.
388         (spu_pseudo_register_write_spu): Likewise.
389         (info_spu_event_command): New function.
390         (info_spu_signal_command): Likewise.
391         (info_spu_mailbox_list): Likewise.
392         (info_spu_mailbox_command): Likewise.
393         (spu_mfc_get_bitfield): Likewise.
394         (info_spu_dma_cmdlist): Likewise.
395         (info_spu_dma_command): Likewise.
396         (info_spu_proxydma_command): Likewise.
397         (info_spu_command): Likewise.
398         (_initialize_spu_tdep): Install "info spu" commands.
399
400 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
401
402         * spu-linux-nat.c (spu_proc_xfer_spu): Do not return failure when
403         accessing non-seekable spufs files.
404
405 2007-06-09  Markus Deuling  <deuling@de.ibm.com>
406
407         * gdbarch.sh (SKIP_TRAMPOLINE_CODE): Replace by
408         gdbarch_skip_trampoline_code.
409         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Likewise (comment).
410         * objc-lang.c (objc_skip_trampoline)
411         (objc_submethod_helper_data): Likewise.
412         * m32c-lang.c (m32c_skip_trampoline_code): Likewise (comment).
413         * infrun.c (handle_inferior_event): Likewise.
414         * gnu-v3-abi.c (gnuv3_skip_trampoline): Likewise.
415         * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Replace by
416         gdbarch_in_solib_return_trampoline.
417         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Likewise (comment).
418         * infrun.c (handle_inferior_event): Likewise.
419         * hppa-tdep.c (hppa_stub_unwind_sniffer): Likewise.
420         * gdbarch.c, gdbarch.h: Regenerate.
421
422 2007-06-09  Markus Deuling  <deuling@de.ibm.com>
423
424         * gdbarch.sh (SKIP_PROLOGUE): Replace by gdbarch_skip_prologue.
425         * symtab.c (find_function_start_sal, in_prologue): Likewise.
426         * linespec.c (minsym_found): Likewise.
427         * infrun.c (step_into_function): Likewise.
428         * gdbarch.c, gdbarch.h: Regenerate.
429
430 2007-06-09  Markus Deuling  <deuling@de.ibm.com>
431
432         * gdbarch.sh (NAME_OF_MALLOC): Replace by gdbarch_name_of_malloc.
433         * valops.c (value_allocate_space_in_inferior): Likewise.
434         * gdbarch.c, gdbarch.h: Regenerate.
435
436 2007-06-09  Markus Deuling  <deuling@de.ibm.com>
437
438         * gdbarch.sh (MEMORY_INSERT_BREAKPOINT): Replace by
439         gdbarch_memory_insert_breakpoint.
440         * mem-break.c (memory_insert_breakpoint): Likewise.
441         * gdbarch.sh (MEMORY_REMOVE_BREAKPOINT): Replace by
442         gdbarch_memory_remove_breakpoint.
443         * mem-break.c (memory_remove_breakpoint): Likewise.
444         * gdbarch.c, gdbarch.h: Regenerate.
445
446 2007-06-09  Markus Deuling  <deuling@de.ibm.com>
447
448         * gdbarch.sh (FETCH_TLS_LOAD_MODULE_ADDRESS): Replace by
449         gdbarch_fetch_tls_load_module_address.
450         * gdbarch.sh (FETCH_TLS_LOAD_MODULE_ADDRESS_P): Replace by
451         gdbarch_fetch_tls_load_module_address_p.
452         * gdbarch.c, gdbarch.h: Regenerate.
453
454 2007-06-09  Markus Deuling  <deuling@de.ibm.com>
455
456         * gdbarch.sh (DECR_PC_AFTER_BREAK): Replace by
457         gdbarch_decr_pc_after_break.
458         * tracepoint.c (trace_dump_command): Likewise.
459         * solib-sunos.c (sunos_solib_create_inferior_hook): Likewise.
460         * linux-thread-db.c (check_event): Likewise.
461         * linux-nat.c (cancel_breakpoints_callback): Likewise.
462         * infrun.c (adjust_pc_after_break, normal_stop): Likewise.
463         * frame.h: Likewise (comment).
464         * dummy-frame.c (deprecated_pc_in_call_dummy): Likewise.
465         * aix-thread.c (aix_thread_wait): Likewise.
466         * gdbarch.c, gdbarch.h: Regenerate.
467
468 2007-06-09  Markus Deuling  <deuling@de.ibm.com>
469
470         * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS): Replace by
471         gdbarch_address_class_type_flags.
472         * dwarf2read.c (read_tag_pointer_type): Likewise.
473         * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS_P): Replace by
474         gdbarch_address_class_type_flags_p.
475         * dwarf2read.c (read_tag_pointer_type): Likewise.
476         * gdbarch.c, gdbarch.h: Regenerate.
477
478 2007-06-09  Markus Deuling  <deuling@de.ibm.com>
479
480         * gdbarch.sh (ADDR_BITS_REMOVE): Replace by gdbarch_addr_bits_remove.
481         * value.c (value_as_address): Likewise (comment).
482         * remote-mips.c (common_breakpoint): Likewise.
483         * regcache.c (read_pc_pid): Likewise.
484         * printcmd.c (do_one_display): Likewise.
485         * monitor.c (monitor_write_memory, monitor_read_memory)
486         (monitor_insert_breakpoint): Likewise.
487         * mips-tdep.c (heuristic_proc_start): Likewise.
488         * infrun.c (insert_step_resume_breakpoint_at_frame)
489         (insert_step_resume_breakpoint_at_caller): Likewise.
490         * buildsym.c (record_line): Likewise.
491         * arm-tdep.c (arm_scan_prologue, thumb_get_next_pc)
492         (arm_get_next_pc): Likewise.
493         * armnbsd-nat.c (arm_supply_gregset, fetch_register, store_register)
494         (store_regs): Likewise.
495         * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
496         * arm-linux-nat.c (fetch_register, fetch_regs): Likewise.
497         * gdbarch.c, gdbarch.h: Regenerate.
498
499 2007-06-09  Markus Deuling  <deuling@de.ibm.com>
500
501         * gdbarch.sh (REGISTER_NAME): Replace by gdbarch_register_name.
502         * tracepoint.c (scope_info): Likewise.
503         * target.c (debug_print_register): Likewise.
504         * stack.c (frame_info): Likewise.
505         * sh-tdep.c (sh_register_reggroup_p): Likewise.
506         * sh64-tdep.c (sh64_do_fp_register, sh64_do_register)
507         (sh64_media_print_registers_info)
508         (sh64_compact_print_registers_info): Likewise.
509         * rs6000-tdep.c (rs6000_register_reggroup_p): Likewise.
510         * remote-sim.c (gdbsim_fetch_register): Likewise.
511         * remote.c (packet_reg): Likewise (comment).
512         * reggroups.c (default_register_reggroup_p): Likewise.
513         * regcache.c (regcache_dump): Likewise.
514         * printcmd.c (address_info): Likewise.
515         * ppc-linux-nat.c (fetch_register, store_register): Likewise.
516         * mt-dep.c (mt_registers_info): Likewise.
517         * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Likewise (comment).
518         * mips-tdep.c (mips_register_reggroup_p, mips_read_fp_register_single)
519         (mips_read_fp_register_double, mips_print_fp_register)
520         (mips_print_register, print_gp_register_row, mips_print_registers_info)
521         (mips_register_sim_regno): Likewise.
522         * m68klinux-nat.c (regmap, fetch_register, store_register): Likewise.
523         * inf-ptrace.c (inf_ptrace_fetch_register)
524         (inf_ptrace_store_register): Likewise.
525         * infcmd.c (default_print_registers_info): Likewise.
526         * ia64-linux-nat.c (ia64_linux_fetch_register)
527         (ia64_linux_store_register): Likewise.
528         * i386-linux-nat.c (fetch_register, store_register): Likewise.
529         * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Likewise.
530         * hppa-linux-nat.c (fetch_register, store_register): Likewise.
531         * hppa-hpux-nat.c (hppa_hpux_fetch_register)
532         (hppa_hpux_store_register): Likewise.
533         * findvar.c (locate_var_value): Likewise.
534         * dwarf2loc.c (locexpr_describe_location): Likewise.
535         * dwarf2-frame.c (execute_cfa_program): Likewise.
536         * arm-tdep.c (arm_push_dummy_call): Likewise.
537         * arch-utils.c (legacy_register_sim_regno): Likewise.
538         * alpha-tdep.c (alpha_register_reggroup_p): Likewise.
539         * alpha-nat.c (fetch_osf_core_registers): Likewise.
540         * mi/mi-main.c (mi_cmd_data_list_register_names)
541         (mi_cmd_data_list_changed_registers, mi_cmd_data_list_register_values)
542         (mi_cmd_data_write_register_values): Likewise.
543         * gdbarch.c, gdbarch.h: Regenerate.
544
545 2007-06-07  Daniel Jacobowitz  <dan@codesourcery.com>
546
547         * target-memory.c (blocks_to_erase): Correct off-by-one error.
548
549 2007-06-06  Vladimir Prus  <vladimir@codesourcery.com>
550         
551         * remote.c (process_g_packet): Don't check size.
552         * gdbarch.sh: Remove register_bytes_ok.
553         * gdbarch.c: Regenerated.
554         * gdbarch.h: Regenerated.
555         * m68k-tdep.c (REGISTER_BYTES_NOFP): Remove.
556         (m68k_register_bytes_ok): Remove.
557         (m68k_gdbarch_init): Don't register m68k_register_bytes_ok.
558         
559 2007-06-06  Andreas Schwab  <schwab@suse.de>
560
561         * libunwind-frame.c (unw_destroy_addr_space_p): Define.
562         (destroy_addr_space_name): Define.
563         (libunwind_load): Get address of destroy_addr_space function.
564         (libunwind_frame_cache): Destroy unw_addr_space_t object before
565         returning unsuccessfully.
566         (libunwind_frame_sniffer): Destroy unw_addr_space_t object before
567         returning.
568         (libunwind_sigtramp_frame_sniffer): Likewise.
569         (libunwind_get_reg_special): Likewise.
570
571 2007-06-06  Markus Deuling  <deuling@de.ibm.com>
572
573         * gdbarch.sh (FETCH_POINTER_ARGUMENT): Replace by
574         gdbarch_fetch_pointer_argument.
575         * objc-lang.c (OBJC_FETCH_POINTER_ARGUMENT): Likewise.
576         * gdbarch.c, gdbarch.h: Regenerate.
577
578 2007-06-06  Markus Deuling  <deuling@de.ibm.com>
579
580         * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Replace by
581         gdbarch_have_nonsteppable_watchpoint.
582         * infrun.c (handle_inferior_event, adjust_pc_after_break): Likewise.
583         * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Replace by
584         gdbarch_cannot_step_breakpoint.
585         * infrun.c (resume): Likewise.
586         * gdbarch.c, gdbarch.h: Regenerate.
587
588 2007-06-06  Markus Deuling  <deuling@de.ibm.com>
589
590         * gdbarch.sh (FRAME_ARGS_SKIP): Replace by gdbarch_frame_args_skip.
591         * stack.c (print_frame_args): Likewise.
592         * gdbarch.sh (FRAME_NUM_ARGS): Replace by gdbarch_frame_num_args.
593         * stack.c (print_args_stub, frame_info): Likewise.
594         * gdbarch.sh (FRAME_NUM_ARGS_P): Replace by gdbarch_frame_num_args_p.
595         * stack.c (print_args_stub, frame_info): Likewise.
596         * gdbarch.c, gdbarch.h: Regenerate.
597
598 2007-06-06  Markus Deuling  <deuling@de.ibm.com>
599
600         * gdbarch.sh (COFF_MAKE_MSYMBOL_SPECIAL): Replace by
601         gdbarch_coff_make_msymbol_special.
602         * coffread.c (coff_symtab_read): Likewise.
603         * gdbarch.sh (ELF_MAKE_MSYMBOL_SPECIAL): Replace by
604         gdbarch_elf_make_msymbol_special.
605         * elfread.c (elf_symtab_read): Likewise.
606         * mips-tdep.c (mips_elf_make_msymbol_special): Likewise (comment).
607         * sh64-tdep.c (MSYMBOL_IS_SPECIAL): Likewise (comment).
608         * gdbarch.c, gdbarch.h: Regenerate.
609
610 2007-06-06  Markus Deuling  <deuling@de.ibm.com>
611
612         * gdbarch.sh (FRAME_RED_ZONE_SIZE): Replace by
613         gdbarch_frame_red_zone_size.
614         * gdbarch.c, gdbarch.h: Regenerate.
615
616 2007-06-06  Markus Deuling  <deuling@de.ibm.com>
617
618         * gdbarch.sh (INNER_THAN): Replace by gdbarch_inner_than.
619         * infcall.c (call_function_by_hand): Likewise.
620         * gcore.c (derive_stack_segment): Likewise.
621         * frame.c (frame_id_inner): Likewise.
622         * arch-utils.c (core_addr_lessthan): Likewise (comment).
623         * ada-lang.c (ensure_lval): Likewise.
624         * gdbarch.c, gdbarch.h: Regenerate.
625
626 2007-06-06  Markus Deuling  <deuling@de.ibm.com>
627
628         * gdbarch.sh (ADDRESS_TO_POINTER): Replace by
629         gdbarch_address_to_pointer.
630         * findvar.c (store_typed_address): Likewise.
631         * gdbtypes.c (make_pointer_type): Likewise (comment).
632         * procfs.c (procfs_address_to_host_pointer): Likewise.
633         * std-regs.c (value_of_builtin_frame_reg): Likewise.
634         (value_of_builtin_frame_fp_reg): Likewise.
635         (value_of_builtin_frame_pc_reg): Likewise.
636         * utils.c (paddress): Likewise (comment).
637         * gdbarch.sh (POINTER_TO_ADDRESS): Replace by
638         gdbarch_pointer_to_address.
639         * findvar.c (extract_typed_address): Likewise.
640         * gdbtypes.c (make_pointer_type): Likewise (comment).
641         * valops.c (value_cast): Likewise (comment).
642         * gdbarch.c, gdbarch.h: Regenerate.
643
644 2007-06-06  Markus Deuling  <deuling@de.ibm.com>
645
646         * gdbarch.sh (GET_LONGJMP_TARGET): Replace by gdbarch_get_longjmp_target.
647         * infrun.c (handle_inferior_event): Likewise.
648         * gdbarch.sh (GET_LONGJMP_TARGET_P): Replace by
649         gdbarch_get_longjmp_target_p.
650         * breakpoint.c (breakpoint_re_set): Likewise.
651         * infrun.c (handle_inferior_event): Likewise.
652         * gdbarch.c, gdbarch.h: Regenerate.
653
654 2007-06-06  Ulrich Weigand  <uweigand@de.ibm.com>
655
656         * hppa-hpux-tdep.c (args_for_find_stub, HP_ACC_EH_notify_hook,
657         HP_ACC_EH_set_hook_value, HP_ACC_EH_notify_callback, HP_ACC_EH_break,
658         HP_ACC_EH_catch_throw, HP_ACC_EH_catch_catch, __eh_notification,
659         hp_cxx_exception_support, hp_cxx_exception_support_initialized,
660         eh_notify_hook_addr, eh_notify_callback_addr, eh_break_addr,
661         eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior,
662         find_stub_with_shl_get, cover_find_stub_with_shl_get,
663         initialize_hp_cxx_exception_support, child_enable_exception_callback,
664         current_ex_event, child_get_current_exception_event): Remove.
665         (hppa_hpux_inferior_created): Remove.
666         (hppa_hpux_init_abi): Do not install hppa_hpux_inferior_created.
667
668         * breakpoint.h (deprecated_exception_catchpoints_are_fragile): Remove.
669         (deprecated_exception_support_initialized): Remove.
670         * breakpoint.c (deprecated_exception_catchpoints_are_fragile): Remove.
671         (deprecated_exception_support_initialized): Remove.
672         (breakpoint_init_inferior): Remove handling of non-zero
673         deprecated_exception_catchpoints_are_fragile.
674
675         * symtab.h (deprecated_hp_som_som_object_present): Remove.
676         * symtab.c (deprecated_hp_som_som_object_present): Remove.
677         * c-typeprint.c (c_type_print_base): Remove handling of non-zero
678         deprecated_hp_som_som_object_present.
679         * eval.c (evaluate_subexp_standard): Likewise.
680         * valops.c (value_cast): Likewise.
681
682         * parse.c (parse_nested_classes_for_hpacc, coloncolon): Remove.
683         * parser-defs.h (parse_nested_classes_for_hpacc): Remove.
684         * c-exp.y (yylex): Do not call parse_nested_classes_for_hpacc.
685
686 2007-06-06  Ulrich Weigand  <uweigand@de.ibm.com>
687
688         * objfiles.h (ImportEntry, ExportEntry): Remove types.
689         (struct objfile): Remove import_list, import_list_size,
690         export_list, export_list_size members.
691         (is_in_import_list): Remove prototype.
692         * objfiles.c (is_in_import_list): Remove.
693         * somread.c (init_import_symbols, init_export_symbols): Remove.
694         (som_symfile_read): Do not call init_import_symbols.  Do not
695         set objfile->export_list and objfile->export_list_size.
696
697 2007-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
698
699         * dwarf2read.c (dwarf2_symbol_mark_computed): Fix formatting.
700         Use the original objfile if necessary.
701
702 2007-06-04  Daniel Jacobowitz  <dan@codesourcery.com>
703
704         * defs.h (ldirname): New prototype.
705         * dwarf2read.c (read_file_scope): Use DW_AT_name if DW_AT_comp_dir is
706         missing.
707         * utils.c (ldirname): New function.
708         * xml-tdesc.c (file_read_description_xml): Use ldirname.
709
710 2007-06-01  Ulrich Weigand  <uweigand@de.ibm.com>
711
712         * spu-tdep.c (spu_push_dummy_call): Store stack back chain.
713
714 2007-06-01  Joel Brobecker  <brobecker@adacore.com>
715
716         * solib-svr4.c (svr4_solib_create_inferior_hook): Remove warning.
717
718 2007-06-01  Ulrich Weigand  <uweigand@de.ibm.com>
719
720         * irix5-nat.c (JB_ELEMENT_SIZE, get_longjmp_target): Remove.
721
722 2007-06-01  Ulrich Weigand  <uweigand@de.ibm.com>
723
724         * ppc-linux-tdep.c (INSTR_SC, INSTR_LI_R0_0x6666, INSTR_LI_R0_0x7777,
725         INSTR_LI_R0_NR_sigreturn, INSTR_LI_R0_NR_rt_sigreturn): Remove.
726         (PPC_LINUX_SIGNAL_FRAMESIZE, PPC_LINUX_REGS_PTR_OFFSET,
727         PPC_LINUX_HANDLER_PTR_OFFSET): Remove.
728         (ppc_linux_in_sigtramp, insn_is_sigreturn,
729         ppc_linux_at_sigtramp_return_path): Remove.
730
731 2007-05-31  Markus Deuling  <deuling@de.ibm.com>
732
733         * xtensa-tdep.c (XTENSA_IS_ENTRY, extract_call_winsize)
734         (xtensa_register_write_masked, xtensa_register_read_masked)
735         (xtensa_extract_return_value, xtensa_store_return_value
736         (xtensa_push_dummy_call, xtensa_breakpoint_from_pc): Replace 
737         TARGET_BYTE_ORDER by gdbarch_byte_order.
738         * sh-tdep.c (sh_breakpoint_from_pc, gdb_print_insn_sh)
739         (sh_justify_value_in_reg, sh_next_flt_argreg, sh_push_dummy_call_fpu)
740         (sh_extract_return_value_fpu, sh_store_return_value_fpu): Likewise.
741         * sh64-tdep.c (sh64_breakpoint_from_pc, gdb_print_insn_sh64)
742         (sh64_push_dummy_call, sh64_extract_return_value)
743         (sh64_store_return_value, sh64_register_convert_to_virtual)
744         (sh64_register_convert_to_raw, sh64_pseudo_register_read)
745         (sh64_pseudo_register_write, sh64_do_fp_register)
746         (sh64_frame_prev_register): Likewise.
747         * score-tdep.c (score_print_insn, score_breakpoint_from_pc)
748         (score_return_value, score_push_dummy_call, score_fetch_inst): Likewise.
749         * rs6000-tdep.c (rs6000_breakpoint_from_pc, rs6000_push_dummy_call)
750         (e500_move_ev_register,gdb_print_insn_powerpc): Likewise.
751         * remote-m32r-sdi.c (m32r_resume, m32r_wait): Likewise.
752         * ppc-linux-nat.c (store_register): Likewise.
753         * nto-tdep.c (nto_find_and_open_solib)
754         (nto_init_solib_absolute_prefix): Likewise.
755         * mips-tdep.c (mips_pseudo_register_read, mips_pseudo_register_write)
756         (mips_convert_register_p, mips_eabi_push_dummy_call)
757         (mips_n32n64_push_dummy_call, mips_n32n64_return_value)
758         (mips_o32_push_dummy_call, mips_o32_return_value)
759         (mips_o64_push_dummy_call, mips_o64_return_value, mips_o64_return_value)
760         (mips_read_fp_register_single, mips_read_fp_register_double)
761         (mips_print_register, print_gp_register_row, gdb_print_insn_mips)
762         (mips_breakpoint_from_pc): Likewise.
763         * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Likewise.
764         * mips-linux-tdep.c (mips64_supply_fpregset, mips64_fill_fpregset)
765         (mips_linux_o32_sigframe_init): Likewise.
766         * m32r-tdep.c (m32r_memory_insert_breakpoint)
767         (m32r_memory_remove_breakpoint, m32r_breakpoint_from_pc): Likewise.
768         * libunwind-frame.c (libunwind_frame_cache, libunwind_frame_sniffer)
769         (libunwind_sigtramp_frame_sniffer, libunwind_get_reg_special): Likewise.
770         * iq2000-tdep.c (iq2000_breakpoint_from_pc): Likewise.
771         * coffread.c (process_coff_symbol): Likewise.
772         * arm-tdep.c (convert_from_extended, convert_to_extended)
773         (gdb_print_insn_arm): Likewise.
774
775 2007-05-31  Markus Deuling  <deuling@de.ibm.com>
776
777         * gdbarch.sh (NUM_REGS): Replace by gdbarch_num_regs.
778         * i386-tdep.c (i386_dbx_reg_to_regnum)
779         (i386_svr4_reg_to_regnum): Likewise.
780         * inf-ptrace.c (inf_ptrace_fetch_registers)
781         (inf_ptrace_store_registers): Likewise.
782         * corelow.c (get_core_registers): Likewise.
783         * i386-linux-nat.c (supply_gregset, fill_gregset)
784         (i386_linux_fetch_inferior_registers)
785         (i386_linux_store_inferior_registers): Likewise.
786         * remote.c (init_remote_state,packet_reg_from_regnum)
787         (packet_reg_from_pnum,process_g_packet,remote_fetch_registers)
788         (remote_prepare_to_store,store_registers_using_G)
789         (remote_store_registers,remote_arch_state): Likewise.
790         * tracepoint.c (encode_actions): Likewise.
791         * mi/mi-main.c (mi_cmd_data_list_register_names)
792         (mi_cmd_data_list_changed_registers,mi_cmd_data_list_register_values)
793         (mi_cmd_data_write_register_values): Likewise.
794         * tui/tui-regs.c (tui_show_register_group)
795         (tui_show_register_group): Likewise.
796         * xtensa-tdep.h (FP_ALIAS): Likewise.
797         * xtensa-tdep.c (xtensa_register_name,xtensa_register_type)
798         (xtensa_reg_to_regnum,xtensa_pseudo_register_read)
799         (xtensa_pseudo_register_write,xtensa_register_reggroup_p): Likewise.
800         * win32-nat.c (do_win32_fetch_inferior_registers)
801         (do_win32_store_inferior_registers,fetch_elf_core_registers
802         * user-regs.h: Likewise (comment).
803         * user-regs.c (user_reg, user_reg_map_name_to_regnum): Likewise.
804         * trad-frame.c (trad_frame_alloc_saved_regs): Likewise.
805         * target-descriptions.h: Likewise (comment).
806         * target-descriptions.c (tdesc_use_registers): Likewise (comment).
807         * target.c (debug_print_register): Likewise.
808         * stack.c (frame_info): Likewise.
809         * stabsread.c (define_symbol): Likewise.
810         * sh64-tdep.c (sh64_do_pseudo_register,sh64_print_register)
811         (sh64_media_print_registers_info)
812         (sh64_compact_print_registers_info): Likewise.
813         * rs6000-tdep.c (rs6000_register_sim_regno): Likewise.
814         * rs6000-nat.c (fetch_register,store_register): Likewise.
815         * remote-sim.c (one2one_register_sim_regno,gdbsim_fetch_register)
816         (gdbsim_fetch_register,gdbsim_store_register): Likewise.
817         * remote-mips.c (mips_fetch_registers,mips_store_registers): Likewise.
818         * remote-m32r-sdi.c (m32r_fetch_registers)
819         (m32r_store_registers): Likewise.
820         * reggroups.c (default_register_reggroup_p): Likewise.
821         * regcache.c (init_regcache_descr,register_size,regcache,regcache_save)
822         (regcache_restore,regcache_dump): Likewise.
823         * monitor.c (monitor_fetch_registers,monitor_store_registers): Likewise.
824         * mips-tdep.c (mips_xfer_register,mips_register_name)
825         (mips_register_reggroup_p,mips_pseudo_register_read)
826         (mips_pseudo_register_write,mips_convert_register_p,mips_register_type)
827         (mips_unwind_pc,mips_unwind_sp,mips_unwind_dummy_id,set_reg_offset)
828         (mips16_scan_prologue,mips_insn16_frame_cache,reset_saved_regs)
829         (mips32_scan_prologue,mips_insn32_frame_cache,read_next_frame_reg)
830         (mips_n32n64_return_value,mips_o32_return_value,mips_o64_return_value)
831         (print_gp_register_row,mips_print_registers_info)
832         (mips_stab_reg_to_regnum,mips_dwarf_dwarf2_ecoff_reg_to_regnum)
833         (mips_register_sim_regno): Likewise.
834         * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
835         (mips_linux_n32n64_sigframe_init): Likewise.
836         * mips-linux-nat.c (mips_linux_register_addr)
837         (mips64_linux_register_addr): Likewise.
838         * findvar.c (value_of_register): Likewise.
839         * infcmd.c (default_print_registers_info,registers_info)
840         (print_vector_info,print_float_info): Likewise.
841         * mips64obsd-tdep.c (mips64obsd_sigframe_init): Likewise.
842         * inf-child.c (inf_child_fetch_inferior_registers): Likewise.
843         * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Likewise.
844         * m68hc11-tdep.c (m68hc11_frame_unwind_cache(: Likewise.
845         * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
846         * ia64-linux-nat.c (ia64_register_addr,ia64_cannot_fetch_register)
847         (ia64_cannot_store_register,ia64_linux_fetch_registers)
848         (ia64_linux_store_registers): Likewise.
849         * hpux-thread.c (hpux_thread_fetch_registers)
850         (hpux_thread_store_registers): Likewise.
851         * h8300-tdep.c (E_PSEUDO_CCR_REGNUM,E_PSEUDO_EXR_REGNUM)
852         (h8300_init_frame_cache,h8300_frame_cache,h8300_frame_prev_register)
853         (h8300_register_type): Likewise.
854         * dwarf2-frame.c (dwarf2_frame_cache)
855         (dwarf2_frame_state_alloc_regs): Likewise.
856         * cris-tdep.c (cris_register_size,cris_cannot_fetch_register)
857         (cris_cannot_store_register,crisv32_cannot_fetch_register)
858         (crisv32_cannot_store_register,cris_register_name): Likewise.
859         * avr-tdep.c (avr_frame_unwind_cache): Likewise.
860         * arch-utils.c (legacy_register_sim_regno)
861         (legacy_virtual_frame_pointer): Likewise.
862         * arm-tdep.c (arm_make_prologue_cache,arm_register_sim_regno):Likewise.
863         * arm-tdep.h: Likewise (comment).
864         * frv-tdep.c (frv_register_sim_regno): Likewise.
865         * m68klinux-nat.c (old_fetch_inferior_registers)
866         (old_store_inferior_registers): Likewise.
867         * m32c-tdep.c (m32c_virtual_frame_pointer): Likewise.
868         * irix5-nat.c (fetch_core_registers): Likewise.
869         * hppa-tdep.c (hppa_frame_cache): Likewise.
870         * hppa-linux-nat.c (hppa_linux_register_addr)
871         (hppa_linux_fetch_inferior_registers)
872         (hppa_linux_store_inferior_registers): Likewise.
873         * hppa-hpux-nat.c (hppa_hpux_fetch_inferior_registers)
874         (hppa_hpux_store_inferior_registers): Likewise.
875         * amd64-nat.c (amd64_native_gregset_reg_offset)
876         (amd64_supply_native_gregset,amd64_collect_native_gregset): Likewise.
877         * dbug-rom.c (dbug_regname): Likewise.
878         * m68hc11-tdep.c (m68hc11_frame_unwind_cache)
879         (HARD_PAGE_REGNUM (comment)): Likewise.
880         * gdbarch.sh (NUM_PSEUDO_REGS): Replace by gdbarch_num_pseudo_regs.
881         * i386-tdep.c (i386_dbx_reg_to_regnum)
882         (i386_svr4_reg_to_regnum): Likewise.
883         * mi/mi-main.c (mi_cmd_data_list_register_names)
884         (mi_cmd_data_list_changed_registers,mi_cmd_data_list_register_values)
885         (mi_cmd_data_write_register_values): Likewise.
886         * gdbarch.c, gdbarch.h: Regenerate.
887         * tui/tui-regs.c (tui_show_register_group): Likewise.
888         * xtensa-tdep.h (FP_ALIAS): Likewise.
889         * user-regs.h: Likewise (comment).
890         * user-regs.c (user_reg, user_reg_map_name_to_regnum): Likewise.
891         * trad-frame.c (trad_frame_alloc_saved_regs): Likewise.
892         * target-descriptions.h: Likewise (comment).
893         * target.c (debug_print_register): Likewise.
894         * stack.c (frame_info): Likewise.
895         * stabsread.c (define_symbol): Likewise.
896         * sh64-tdep.c (sh64_print_register,sh64_media_print_registers_info)
897         (sh64_compact_print_registers_info): Likewise.
898         * rs6000-tdep.c (rs6000_register_sim_regno): Likewise.
899         * regcache.c (init_regcache_descr,register_size,regcache,regcache_save
900         (regcache_restore,regcache_dump): Likewise.
901         * mips-tdep.c (print_gp_register_row,mips_print_registers_info)
902         (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
903         (mips_stab_reg_to_regnum): Likewise.
904         * findvar.c (value_of_register): Likewise.
905         * infcmd.c (default_print_registers_info,registers_info)
906         (print_vector_info,print_float_info): Likewise.
907         * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Likewise.
908         * h8300-tdep.c (h8300_register_type): Likewise.
909         * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
910         * frame.h (SIZEOF_FRAME_SAVED_REGS): Likewise.
911         * xtensa-tdep.c (xtensa_register_type,xtensa_reg_to_regnum)
912         (xtensa_pseudo_register_read,xtensa_pseudo_register_write): Likewise.
913         * parse.c: Remove comment.
914         * gdbarch.c, gdbarch.h: Regenerate
915
916 2007-05-31  Markus Deuling  <deuling@de.ibm.com>
917
918         * gdbarch.sh (CANNOT_FETCH_REGISTER): Replace by
919         gdbarch_cannot_fetch_register.
920         * alpha-nat.c (fetch_osf_core_registers): Likewise.
921         * hppa-linux-nat.c (fetch_register): Likewise.
922         * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
923         * m68klinux-nat.c (fetch_register): Likewise.
924         * mipsnbsd-tdep.c (mipsnbsd_supply_reg, mipsnbsd_supply_fpreg):
925         Likewise.
926         * gdbarch.sh (CANNOT_STORE_REGISTER): Replace by
927         gdbarch_cannot_store_register.
928         * hppa-linux-nat.c (store_register): Likewise.
929         * inf-ptrace.c (inf_ptrace_store_register): Likewise.
930         * regcache.c (regcache_raw_write): Likewise.
931         * m68klinux-nat.c (store_register): Likewise.
932         * mipsnbsd-tdep.c (mipsnbsd_fill_reg, mipsnbsd_fill_fpreg): Likewise.
933         * gdbarch.c, gdbarch.h: Regenerate.
934
935 2007-05-31  Markus Deuling  <deuling@de.ibm.com>
936
937         * gdbarch.sh (TARGET_OSABI): Replace by gdbarch_osabi.
938         * gdbarch.c, gdbarch.h: Regenerate.
939
940 2007-05-31  Markus Deuling  <deuling@de.ibm.com>
941
942         * gdbarch.sh (TARGET_CHAR_SIGNED): Replace by gdbarch_char_signed.
943         * gdbtypes.c (build_gdbtypes, gdbtypes_post_init): Likewise.
944         * gdbarch.c, gdbarch.h: Regenerate.
945
946 2007-05-31  Markus Deuling  <deuling@de.ibm.com>
947
948         * gdbarch.sh (TARGET_BYTE_ORDER): Replace by gdbarch_byte_order.
949         * ax-gdb.c (gen_bitfield_ref): Likewise.
950         * mi/mi-main.c (get_register): Likewise.
951         * findvar.c (default_value_from_register, extract_signed_integer)
952         (extract_unsigned_integer, extract_long_unsigned_integer)
953         (store_signed_integer, store_unsigned_integer): Likewise.
954         * regcache.c (regcache_dump): Likewise.
955         * value.c (lookup_internalvar, value_of_internalvar)
956         (set_internalvar): Likewise.
957         * defs.h: Likewise.
958         * valprint.c (print_binary_chars, print_octal_chars)
959         (print_decimal_chars, print_hex_chars, print_char_chars): Likewise.
960         * infcmd.c (default_print_registers_info): Likewise.
961         * arch-utils.c (selected_byte_order, show_endian): Likewise.
962         * stabsread.c (define_symbol): Likewise.
963         * doublest.c (floatformat_from_length, floatformat_from_type)
964         (extract_typed_floating, store_typed_floating): Likewise.
965         * gdbarch.c, gdbarch.h: Regenerate.
966
967 2007-05-31  Markus Deuling  <deuling@de.ibm.com>
968
969         * gdbarch.sh (CALL_DUMMY_LOCATION): Replace by
970         gdbarch_call_dummy_location.
971         * infcall.c (call_function_by_hand): Likewise.
972         * inferior.h: Change comment.
973         * arch-utils.c: Change comment.
974         * gdbarch.c, gdbarch.h: Regenerate.
975
976 2007-05-28  Joel Brobecker  <brobecker@adacore.com>
977
978         * solib-aix5.c: Delete.
979         * Makefile.in (solib-aix5.o): Delete rule.
980
981 2007-05-23  Daniel Jacobowitz  <dan@codesourcery.com>
982
983         * breakpoint.h (enum bpstat_what_main_action): Remove
984         BPSTAT_WHAT_THROUGH_SIGTRAMP.
985         * infrun.c (process_event_stop_test): Do not check for it.
986
987 2007-05-22  Chris Dearman  <chris@mips.com>
988             Maciej W. Rozycki  <macro@mips.com>
989
990         * ser-unix.c (show_serial_hwflow): New function.
991         (hardwire_raw): Add hardware flow control support.
992         (_initialize_ser_hardwire): Add "set/show remoteflow".
993         * Makefile.in (ser-unix.o): Depend on $(gdbcmd_h).
994         * NEWS: Document the new command.
995
996 2007-05-21  Ulrich Weigand  <uweigand@de.ibm.com>
997
998         * config/i386/tm-linux.h (sys_quotactl): Do not define.
999         * configure.ac (sys_quotactl, START_INFERIOR_TRAPS_EXPECTED): Do not
1000         define for i[[3456]]86-*-linux* native configurations.
1001         * config.in, configure: Regenerate.
1002
1003 2007-05-19  Joel Brobecker  <brobecker@adacore.com>
1004
1005         * rs6000-nat.c (xcoff_relocate_symtab): Do nothing if debugging
1006         a core file. Add comment in the function description.
1007
1008 2007-05-18  Caroline Tice  <ctice@apple.com>
1009
1010         * c-valprint.c (c_value_print):  If the initialized field of the
1011         value struct is 0, print out "[uninitialized]" before the value.
1012         * dwarf2expr.c (execute_stack_op): Initialize ctx->initialized field; 
1013         allow DW_OP_GNU_uninit as legal op following a DW_OP_reg op or a 
1014         DW_OP_regx op; add case for DW_OP_GNU_uninit and update
1015         ctx->initialized appropriately. Verify no location op follows
1016         DW_OP_GNU_uninit.
1017         * dwarf2expr.h (struct dwarf_expr_context): New field, initialized.
1018         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Add call to 
1019         set_value_initialized.
1020         * dwarf2read.c (dwarf_stack_op_name): Add case for DW_OP_GNU_uninit.
1021         (decode_locdesc): Add case for DW_OP_GNU_uninit.
1022         * value.c (struct value):  New field, initialized.
1023         (allocate_value): Initialize new field.
1024         (set_value_initialized): New function.
1025         (value_initialized): New function.
1026         * value.h (value_initialized): New extern declaration.
1027         (set_value_initialized): Likewise.
1028         
1029 2007-05-18  Caroline Tice  <ctice@apple.com>
1030
1031         * MAINTAINERS (Write After Approval): Add self.
1032         
1033 2007-05-17  Joel Brobecker  <brobecker@adacore.com>
1034
1035         * gdbtypes.c (make_reference_type): Preserve the type chain
1036         and set the length of all the variants of the pointer type.
1037
1038 2007-05-17  Joel Brobecker  <brobecker@adacore.com>
1039
1040         * gdbtypes.c (make_pointer_type): Preserve the pointer type chain
1041         and set the length of all the variants of the pointer type.
1042
1043 2007-05-17  Maciej W. Rozycki  <macro@mips.com>
1044
1045         * mips-tdep.c (mips_n32n64_push_dummy_call): Fix and reformat a
1046         comment.
1047         (mips_o64_push_dummy_call): Reformat a comment.
1048
1049 2007-05-17  Qinwei  <qinwei@sunnorth.com.cn>
1050
1051         * score-tdep.c (score_frame_cache->fp, score_analyze_prologue)
1052         (score_prologue_frame_base_address): Return fp to keep gdb print
1053         local variables correctly when debugging information is stabs.
1054
1055         (score_analyze_prologue): For software watchpoint, fetch all the
1056         instructions from range [startaddr, pc] once and identify them locally
1057         to reduce memory access.
1058         (score_malloc_and_get_memblock, score_free_memblock)
1059         (score_adjust_memblock_ptr): New functions.
1060         (score_fetch_inst): Fetch single instruction or mutiple instructions.
1061
1062         (score_target_can_use_watch, score_stopped_by_watch)
1063         (score_target_insert_watchpoint, score_target_remove_watchpoint)
1064         (score_target_insert_hw_breakpoint, score_target_remove_hw_breakpoint):
1065         New functions for remote & local hw-watchpoint and hw-breakpoint.
1066
1067 2007-05-16  Alfred M. Szmidt  <ams@gnu.org>
1068
1069         * reply_mig_hack.awk: Check for `auto const mach_msg_type_t'
1070         declarations as well.
1071
1072 2007-05-16  Ulrich Weigand  <uweigand@de.ibm.com>
1073
1074         * config/arm/embed.mt (DEPRECATED_TM_FILE): Set to tm-arm.h.
1075         * config/arm/tm-embed.h: Delete file.
1076
1077         * arm-tdep.h (arm_software_single_step): Declare.
1078         * arm-tdep.c (arm_software_single_step): Make global.
1079         (arm_gdbarch_init): Move set_gdbarch_software_single_step call
1080         from here to ...
1081         * arm-linux-tdep.c (arm_linux_init_abi): ... here ...
1082         * armnbsd-tdep.c (arm_netbsd_init_abi_common): ... here ...
1083         * armobsd-tdep.c (armobsd_init_abi): ... here ...
1084         * arm-wince-tdep.c (arm_wince_init_abi): ... and here.
1085
1086         * arm-tdep.c (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT): No longer
1087         allow defines to be overriden by TM file.
1088         (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Likewise.  Also,
1089         change default to {0xbe,0xbe}.
1090         * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint,
1091         arm_obsd_thumb_be_breakpoint): New global variables.
1092         (armobsd_init_abi): Override tdep->thumb_breakpoint and
1093         tdep->thumb_breakpoint_size.
1094         * arm-wince-tdep.c (arm_wince_thumb_le_breakpoint): New variable.
1095         (arm_wince_init_abi): Override tdep->thumb_breakpoint and 
1096         tdep->thumb_breakpoint_size.
1097
1098         * arm-tdep.c (arm_gdbarch_init): Add set_gdbarch_skip_trampoline_code.
1099
1100 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
1101
1102         * NEWS: Mention removed "set mips stack-arg-size" and "set mips
1103         saved-gpreg-size".
1104
1105         * mips-tdep.c (MIPS32_REGSIZE, MIPS64_REGSIZE): New constants.
1106         (size_auto, size_32, size_64, size_enums, mips_abi_regsize_string)
1107         (mips_stack_argsize_string, mips_stack_argsize): Delete.
1108         (mips_abi_regsize): Simplify.
1109         (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
1110         (mips_n32n64_return_value, mips_o32_push_dummy_call)
1111         (mips_o32_return_value, mips_o64_push_dummy_call)
1112         (mips_o64_return_value): Propogate constant register sizes.  Use the
1113         ABI register size instead of mips_stack_argsize.
1114         (mips_dump_tdep): Don't print mips_stack_argsize.
1115         (_initialize_mips_tdep): Remove saved-gpreg-size and stack-arg-size
1116         settings.
1117
1118 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
1119
1120         * config/mips/linux.mt (DEPRECATED_TM_FILE): Delete.
1121         * config/mips/tm-linux.h: Delete.
1122         * mips-linux-tdep.c (mips_svr4_so_ops): New.
1123         (mips_linux_in_dynsym_resolve_code): Make static.  Use
1124         svr4_in_dynsym_resolve_code.
1125         (mips_linux_init_abi): Initialize mips_svr4_so_ops.  Call
1126         set_solib_ops.
1127         * solib-svr4.c (svr4_in_dynsym_resolve_code, svr4_so_ops): Make
1128         global.
1129         * solib-svr4.h (svr4_so_ops, svr4_in_dynsym_resolve_code): Declare.
1130         * Makefile.in (mips-linux-tdep.o): Update.
1131         * solib.c (set_solib_ops): New.
1132         (current_target_so_ops): Update comment.
1133         * solib.h (set_solib_ops): New prototype.
1134
1135 2007-05-16  Chris Dearman  <chris@mips.com>
1136
1137         * printcmd.c (do_examine): Fix typos in a comment.
1138
1139 2007-05-16  Richard Sandiford  <richard@codesourcery.com>
1140
1141         * configure.ac: Allow sysroots to be relocated under $prefix as
1142         well as $exec_prefix.
1143         * configure: Regenerate.
1144
1145 2007-05-14  Ulrich Weigand  <uweigand@de.ibm.com>
1146
1147         * hppa-hpux-tdep.c: Do not include <dl.h> or <machine/save_state.h>.
1148         (offsetof): Do not define.
1149         (find_stub_with_shl_get): Use numerical value 3 instead of
1150         symbolic value TYPE_PROCEDURE.
1151
1152 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
1153
1154         * gdb_proc_service.h (paddr_t): Delete typedef.
1155         * proc-service.c (ps_addr_to_core_addr, core_addr_to_ps_addr): New.
1156         (ps_xfer_memory): Take a psaddr_t.  Use ps_addr_to_core_addr.
1157         (ps_pglobal_lookup): Take a psaddr_t *.  Use core_addr_to_ps_addr.
1158         (ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite): Take a psaddr_t.
1159         * sol-thread.c (gdb_ps_addr_t): Use psaddr_t instead of paddr_t.
1160         * Makefile.in (proc-service.o): Update.
1161
1162 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
1163
1164         * Makefile.in (mips-tdep.o): Update.
1165         * mips-tdep.c (mips_gdbarch_init): Register the dwarf2 CFI
1166         unwinder.
1167
1168 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
1169
1170         * dwarf2-frame.c (dwarf2_frame_prev_register): Use pack_long
1171         instead of store_typed_address.
1172         * value.c (pack_long): New.
1173         (value_from_longest): Use it.
1174         * value.h (pack_long): New prototype.
1175
1176 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
1177
1178         * dwarf2-frame.c (read_encoded_value): Correct typo.  Use
1179         DW_EH_PE_signed if appropriate.
1180
1181 2007-05-14  Paul Brook  <paul@codesourcery.com>
1182             Daniel Jacobowitz  <dan@codesourcery.com>
1183
1184         * dwarf2read.c (dwarf2_debug_line_missing_file_complaint): New
1185         function.
1186         (dwarf_decode_lines): Check for line info without a file.
1187
1188 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
1189
1190         * linux-thread-db.c (thread_db_pid_to_str): Print thread IDs
1191         as hexadecimal.
1192
1193 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
1194
1195         * jv-exp.y (push_fieldnames): Use STRUCTOP_PTR instead of
1196         STRUCTOP_STRUCT.
1197         * jv-lang.c (evaluate_subexp_java): Handle STRUCTOP_PTR instead of
1198         STRUCTOP_STRUCT.
1199         * jv-typeprint.c (java_print_type): Do not crash on NULL varstring.
1200
1201 2007-05-14  Ulrich Weigand  <uweigand@de.ibm.com>
1202
1203         * gdbarch.sh (read_sp): Remove.
1204         * gdbarch.c, gdbarch.h: Regenerate.
1205         * frame.c (frame_sp_unwind): Do not call TARGET_READ_SP.
1206
1207         * avr-tdep.c (avr_read_sp): Remove.
1208         (avr_unwind_sp): New function.
1209         (avr_gdbarch_init): Install unwind_sp instead of read_sp callback.
1210         * mips-tdep.c (mips_read_sp): Remove.
1211         (mips_unwind_sp): New function.
1212         (mips_gdbarch_init): Install unwind_sp instead of read_sp callback.
1213         * score-tdep.c (score_read_unsigned_register): Remove.
1214         (score_read_sp): Remove.
1215         (score_unwind_sp): New function.
1216         (score_gdbarch_init): Install unwind_sp instead of read_sp callback.
1217
1218 2007-05-14  Maxim Grigoriev  <maxim2405@gmail.com>
1219
1220         * buildsym.c (start_subfile): Handle absolute pathnames
1221         while comparing subfile names.
1222
1223 2007-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
1224
1225         * hppa-hpux-tdep.c: Include "regcache.h".
1226         * hppa-linux-tdep.c: Likewise.
1227         * hppa-tdep.c: Include "gdb_stdint.h".
1228         (find_unwind_entry): Cast host pointer to uintptr_t before passing
1229         it to paddr_nz.
1230         * Makefile.in: Update dependencies.
1231
1232 2007-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
1233
1234         * blockframe.c: Remove obsolete comments.
1235         * alpha-nat.c (fetch_osf_core_registers): Update comment.
1236         * arm-tdep.h (enum gdb_regnum): Remove obsolete part of comment.
1237         * hppa-tdep.h (enum hppa_regnum): Likewise.
1238         * mips-tdep.h: Likewise.
1239         * m68hc11-tdep.c: Likewise.
1240
1241 2007-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
1242
1243         * inferior.h (read_sp): Remove prototype.
1244         * regcache.c (read_sp): Remove.
1245         * gcore.c (derive_stack_segment): Use get_frame_sp instead of read_sp.
1246         * infcall.c (call_function_by_hand): Likewise.
1247         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use regcache instead
1248         of calling read_sp.
1249         * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
1250
1251 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
1252
1253         * i386-linux-nat.c (i386_linux_resume): Use regcache functions 
1254         instead of read_register and read_register_pid.
1255
1256         * ia64-linux-nat.c (enable_watchpoints_in_psr): Use REGCACHE 
1257         argument instead of PTID.  Use regcache functions instead of
1258         read_register_pid.
1259         (ia64_linux_insert_watchpoint): Update call.
1260         (ia64_linux_stopped_data_address): Use regcache functions
1261         instead of read_register_pid and write_register_pid.
1262
1263 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
1264
1265         * libunwind-frame.h (struct regcache): Add forward declaration.
1266         (libunwind_get_reg_special): Add REGCACHE argument.
1267         * libunwind-frame.c (libunwind_get_reg_special): Add REGCACHE
1268         argument.  Pass it to unw_init_remote_p.
1269
1270         * ia64-tdep.c (ia64_pseudo_register_read): Pass regcache to
1271         libunwind_get_reg_special.
1272         (ia64_access_reg): Remove "write" case.
1273         (ia64_access_fpreg): Likewise.  Read from next_frame passed
1274         as callback argument instead of from current_regcache.
1275         (ia64_access_rse_reg): Remove "write" case.  Read from regcache
1276         passed as callback argument instead of from current_regcache.
1277         (ia64_access_rse_fpreg): New function.
1278         (ia64_unw_rse_acce): Use it instead of ia64_access_fpreg.
1279
1280 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
1281
1282         * NEWS: Mention SPU overlay support.
1283
1284 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
1285
1286         * spu-tdep.c (spu_frame_unwind_cache): Add comment.
1287
1288 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
1289
1290         * breakpoint.c (remove_breakpoint): Do not remove software
1291         breakpoints in unmapped overlay sections.
1292
1293 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
1294
1295         * spu-tdep.c: Include "observer.h".
1296         (spu_frame_unwind_cache): Unwind PC through overlay return stubs.
1297         (spu_overlay_data): New variable.
1298         (struct spu_overlay_table): New type.
1299         (spu_get_overlay_table, spu_overlay_update_osect, spu_overlay_update,
1300         spu_overlay_new_objfile): New functions.
1301         (spu_gdbarch_init): Install spu_overlay_update.
1302         (_initialize_spu_tdep): Register spu_overlay_new_objfile, 
1303         allocate spu_overlay_data objfile data.
1304
1305 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
1306
1307         * gdbarch.sh (overlay_update): New gdbarch function.
1308         (struct obj_section): Add forward declaration.
1309         * gdbarch.c, gdbarch.h: Regenerate.
1310
1311         * symfile.c (simple_overlay_update): Make global.
1312         (target_overlay_update): Remove variable.
1313         (overlay_is_mapped): Call gdbarch_overlay_update instead of
1314         target_overlay_update.
1315         (overlay_load_command): Likewise.
1316         * symfile.h (struct obj_section): Add forward declaration.
1317         (simple_overlay_update): Add prototype.
1318
1319         * m32r-tdep.c (m32r_gdbarch_init): Install simple_overlay_update.
1320
1321 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
1322
1323         * observer.sh: Add "struct objfile" forward declaration.
1324         * target.h (deprecated_target_new_objfile_hook): Remove.
1325         * symfile.c (deprecated_target_new_objfile_hook): Remove.
1326         (clear_symtab_users): Call observer_notify_new_objfile.
1327         (symbol_file_add_with_addrs_or_offsets): Likewise.
1328         * rs6000-nat.c: Include "observer.h".
1329         (vmap_ldinfo): Call observer_notify_new_objfile.
1330         (xcoff_relocate_core): Likewise.
1331         * remote.c (remote_new_objfile_chain): Remove.
1332         (remote_new_objfile): Do not call remote_new_objfile_chain.
1333         (_initialize_remote): Use observer_attach_new_objfile.
1334         * tui/tui-hooks.c (tui_target_new_objfile_chain): Remove.
1335         (tui_new_objfile_hook): Do not call tui_target_new_objfile_chain.
1336         (_initialize_tui_hooks): Use observer_attach_new_objfile.
1337         * aix-thread.c: Include "observer.h".
1338         (target_new_objfile_chain): Remove.
1339         (new_objfile): Do not call target_new_objfile_chain.
1340         (_initialize_aix_thread): Use observer_attach_new_objfile.
1341         * hpux-thread.c: Include "observer.h"
1342         (target_new_objfile_chain): Remove.
1343         (hpux_thread_new_objfile): Make static.  Do not call
1344         target_new_objfile_chain.
1345         (_initialize_hpux_thread): Use observer_attach_new_objfile.
1346         * linux-thread-db.c: Include "observer.h".
1347         (target_new_objfile_chain): Remove.
1348         (thread_db_new_objfile): Do not call target_new_objfile_chain.
1349         (_initialize_thread_db): Use observer_attach_new_objfile.
1350         * sol-thread.c: Include "observer.h".
1351         (target_new_objfile_chain): Remove.
1352         (sol_thread_new_objfile): Make static.  Do not call
1353         target_new_objfile_chain.
1354         (_initialize_sol_thread): Use observer_attach_new_objfile.
1355         * Makefile.in (aix-thread.o, hpux-thread.o, linux-thread-db.o,
1356         rs6000-nat.o, sol-thread.o, tui-hooks.o): Add dependency on
1357         $(observer_h).
1358
1359 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
1360
1361         * gdbarch.sh (remote_translate_xfer_address): Remove.
1362         * gdbarch.h, gdbarch.c: Regenerate.
1363         * arch-utils.c (generic_remote_translate_xfer_address): Remove.
1364         * arch-utils.h (generic_remote_translate_xfer_address): Remove.
1365         * remote.c (remote_write_bytes_aux, remote_read_bytes): Do not
1366         call gdbarch_remote_translate_xfer_address.
1367         * frv-tdep.c (frv_gdbarch_init): Do not call
1368         set_gdbarch_remote_translate_xfer_address.
1369         * ia64-tdep.c (ia64_remote_translate_xfer_address): Remove.
1370         (ia64_gdbarch_init): Do not install it.
1371
1372 2007-05-11  Bob Wilson  <bob.wilson@acm.org>
1373
1374         * NEWS: Mention change in handling the -tui option.
1375
1376 2007-05-11  Daniel Jacobowitz  <dan@codesourcery.com>
1377
1378         * linux-thread-db.c (enable_thread_event_reporting): Fix comment
1379         typo.
1380
1381 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
1382
1383         * breakpoint.c (single_step_breakpoint_inserted_here_p): New function.
1384         (breakpoint_inserted_here_p): Call it.
1385         (software_breakpoint_inserted_here_p): Likewise.
1386
1387 2007-05-10  Ulrich Weigand  <uweigand@de.ibm.com>
1388
1389         * inf-ptrace.c (inf_ptrace_register_u_offset): Adapt parameter list.
1390         (inf_ptrace_fetch_register): Add register_u_offset callback parameters
1391         GDBARCH and STORE_P.  Handle callback (CORE_ADDR) -1 return value.
1392         (inf_ptrace_store_register): Likewise.
1393         (inf_ptrace_trad_target): Adapt register_u_offset parameter list.
1394         * inf-ptrace.h (inf_ptrace_trad_target): Likewise.
1395
1396         * vax-nat.c (vax_register_u_offset): Adapt parameter list.
1397
1398         * linux-nat.c (linux_trad_target): Adapt parameter list.
1399         * linux-nat.h (linux_trad_target): Likewise.
1400
1401         * alpha-linux-nat.c (alpha_linux_register_u_offset): Adapt parameters.
1402
1403         * mips-linux-nat.c (mips_linux_cannot_fetch_register): Remove.
1404         (mips_linux_cannot_store_register): Likewise.
1405         (mips_linux_register_addr): Add GDBARCH and STORE_P parameters.
1406         Return (CORE_ADDR) -1 for registers that cannot be fetched or
1407         stored via ptrace.  Use GDBARCH instead of current_gdbarch.
1408         (mips64_linux_register_addr): Likewise.
1409         (mips_linux_register_u_offset): Adapt parameter list.  Pass
1410         GDBARCH and STORE_P on to mips{64}_linux_register_addr.
1411
1412         * config/mips/linux.mh (NAT_FILE): Set to config/nm-linux.h.
1413         * config/mips/nm-linux.h: Delete file.
1414
1415 2007-05-10  Pedro Alves  <pedro_alves@portugalmail.pt>
1416
1417         * remote.c (remote_detach): Error out if remote can't detach.
1418
1419 2007-05-10  Luis Machado  <luisgpm@br.ibm.com>
1420
1421         * rs6000-tdep.c: (deal_with_atomic_sequence) Stores branch
1422         instruction's opcode in the "opcode" variable and declares new
1423         variable "closing_insn".
1424
1425 2007-05-10  Chris Dearman  <chris@mips.com>
1426             Maciej W. Rozycki  <macro@mips.com>
1427
1428         * cli/cli-setshow.c (do_setshow_command): Remove trailing
1429         whitespace when setting a var_filename.
1430
1431 2007-05-09  Bob Wilson  <bob.wilson@acm.org>
1432         
1433         * main.c (captured_main): Recognize -tui option and print an error
1434         message when the TUI is not configured.
1435         
1436 2007-05-09  Andreas Schwab  <schwab@suse.de>
1437
1438         * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Don't
1439         set removed members.
1440         (mipsnbsd_lp64_fetch_link_map_offsets): Likewise.
1441
1442 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
1443
1444         * gdbarch.sh (deprecated_store_struct_return): Remove.
1445         * gdbarch.c, gdbarch.h: Regenerate.
1446         * frv-tdep.c (frv_store_struct_return): Remove.
1447         (frv_gdbarch_init): Do not install it.
1448
1449 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
1450
1451         * config/i386/nm-i386sol2.h (USE_PROC_FS): Do not define.
1452         * config/mips/nm-irix5.h (USE_PROC_FS): Do not define.
1453         * config/nm-linux.h (USE_PROC_FS): Do not undefine.
1454
1455 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
1456
1457         * spu-linux-nat.c: Include "gdb_stdint.h".
1458         (fetch_ppc_register): Use uint64_t instead of unsigned long long.
1459         (fetch_ppc_memory_1, store_ppc_memory_1): Likewise.
1460         (fetch_ppc_memory, store_ppc_memory): Fix coding style.
1461         (spu_symbol_file_add_from_memory): Use strtoulst instead of sscanf.
1462         (spu_child_wait): Mark up string for translation.
1463
1464 2007-05-08  Paul Gilliam  <pgilliam@us.ibm.com>
1465             Luis Machado  <luisgpm@br.ibm.com>
1466
1467         * rs6000-tdep.c: (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION,
1468         STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION, BC_MASK,
1469         BC_INSTRUCTION): Define.
1470         (deal_with_atomic_sequence): New function.
1471         (rs6000_software_single_step): Call deal_with_atomic_sequence.
1472         (rs6000_gdbarch_init): Install deal_with_atomic_sequence as
1473         gdbarch_software_single_step routine.
1474
1475 2007-05-07  Ulrich Weigand  <uweigand@de.ibm.com>
1476
1477         * spu-linux-nat.c (fetch_ppc_register, fetch_ppc_memory_1,
1478         store_ppc_memory_1, fetch_ppc_memory, store_ppc_memory,
1479         parse_spufs_run, spu_bfd_iovec_pread, spu_bfd_open,
1480         spu_symbol_file_add_from_memory, spu_child_post_startup_inferior,
1481         spu_child_post_attach, spu_fetch_inferior_registers,
1482         spu_store_inferior_registers, spu_xfer_partial): Store PPE-side
1483         memory addresses as ULONGEST, not CORE_ADDR.
1484
1485 2007-05-07  Ulrich Weigand  <uweigand@de.ibm.com>
1486
1487         * gdbarch.sh: Add skip_permanent_breakpoint callback.
1488         * gdbarch.h, gdbarch.c: Regenerate.
1489
1490         * infrun.c (SKIP_PERMANENT_BREAKPOINT): Remove default definition.
1491         (resume): Call gdbarch_skip_permanent_breakpoint instead of
1492         SKIP_PERMANENT_BREAKPOINT.  Inline default case.
1493
1494         * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): Make static.
1495         Add REGCACHE argument.  Use it instead of read/write_register.
1496         (hppa_hpux_init_abi): Install hppa_skip_permanent_breakpoint.
1497
1498         * config/pa/tm-hppah.h: Delete file.
1499         * config/pa/hppa64.mt (DEPRECATED_TM_FILE): Set to tm-hppa.h.
1500         * config/pa/hppahpux.mt (DEPRECATED_TM_FILE): Likewise.
1501
1502 2007-05-07  Daniel Jacobowitz  <dan@codesourcery.com>
1503
1504         * Makefile.in (c-lang.o, gnu-v3-abi.o): Update.
1505         * NEWS: Mention improved C++ thunk support.
1506         * c-lang.c (cplus_language_defn): Mention cplus_skip_trampoline.
1507         * cp-abi.c (cplus_skip_trampoline): New.
1508         * cp-abi.h (cplus_skip_trampoline): New prototype.
1509         (struct cp_abi_ops): Add skip_trampoline member.
1510         * gnu-v3-abi.c (gnuv3_skip_trampoline): New.
1511         (init_gnuv3_ops): Set skip_trampoline.
1512
1513 2007-05-06  Daniel Jacobowitz  <dan@codesourcery.com>
1514
1515         * rs6000-tdep.c (struct frame_extra_info): Delete.
1516
1517 2007-05-06  Daniel Jacobowitz  <dan@codesourcery.com>
1518
1519         * linux-thread-db.c: Update some FIXME comments.
1520         (thread_db_xfer_partial): Delete.
1521         (init_thread_db_ops): Do not set to_xfer_partial.
1522
1523 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
1524
1525         * inftarg.c, infptrace.c: Remove files.
1526         * Makefile.in (ALLDEPFILES): Remove inftarg.c and infptrace.c
1527         (inftarg.o, infptrace.o): Remove rules.
1528         * gdbcore.h (register_addr): Remove prototype.
1529         * inferior.h (kill_inferior, store_inferior_registers,
1530         fetch_inferior_registers, attach, detach, ptrace_wait, child_resume,
1531         call_ptrace, pre_fork_inferior): Remove prototypes.
1532         * target.h (child_xfer_memory, child_pid_to_exec_file, 
1533         child_core_file_to_sym_file, child_post_attach,
1534         child_post_startup_inferior, child_acknowledge_created_inferior,
1535         child_insert_fork_catchpoint, child_remove_fork_catchpoint,
1536         child_insert_vfork_catchpoint, child_remove_vfork_catchpoint,
1537         child_insert_exec_catchpoint, child_remove_exec_catchpoint,
1538         child_follow_fork, child_reported_exec_events_per_exec_call,
1539         child_has_exited, child_thread_alive): Remove prototypes.
1540
1541 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
1542
1543         * sparc-nat.h (sparc_fetch_inferior_registers): Add prototype.
1544         (sparc_store_inferior_registers): Likewise.
1545         * sparc-nat.c (fetch_inferior_registers): Rename to ...
1546         (sparc_fetch_inferior_registers): ... this.
1547         (store_inferior_registers): Rename to ...
1548         (sparc_store_inferior_registers): ... this.
1549         (sparc_target): Update callback names.
1550         * sparc-linux.nat.c (_initialize_sparc_linux_nat): Likewise. 
1551         * sparc64-linux.nat.c (_initialize_sparc64_linux_nat): Likewise. 
1552
1553 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
1554
1555         * linux-nat.c (child_post_attach): Rename to ...
1556         (linux_child_post_attach): ... this.  Make static.
1557         (child_follow_fork): Rename to ...
1558         (linux_child_follow_fork): ... this.  Make static.
1559         (child_insert_fork_catchpoint): Rename to ...
1560         (linux_child_insert_fork_catchpoint): ... this.  Make static.
1561         (child_insert_vfork_catchpoint): Rename to ...
1562         (linux_child_insert_vfork_catchpoint): ... this.  Make static.
1563         (child_insert_exec_catchpoint): Rename to ...
1564         (linux_child_insert_exec_catchpoint): ... this.  Make static.
1565         (child_pid_to_exec_file): Rename to ...
1566         (linux_child_pid_to_exec_file): ... this.  Make static.
1567         Add prototype.
1568         (linux_handle_extended_wait): Update call.
1569         (linux_xfer_partial): Update callback routine names.
1570
1571 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
1572
1573         * configure.host (alpha*-*-osf[12]*): Remove support.
1574         * NEWS: Mention removed configurations.
1575
1576         * config/alpha/alpha-osf1.mh: Delete file.
1577         * config/alpha/alpha-osf2.mh: Delete file.
1578         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove inftarg.o
1579         and infptrace.o.
1580         * config/alpha/nm-osf.h: Delete file.
1581         * config/alpha/nm-osf2.h: Delete file.
1582         * config/alpha/nm-osf3.h: Do not include "nm-osf2.h".
1583         (START_INFERIOR_TRAPS_EXPECTED): Copy from nm-osf.h.
1584         (PROCFS_DONT_TRACE_FAULTS): Copy from nm-osf2.h.
1585
1586         * alpha-nat.c (ALPHA_UNIQUE_PTRACE_ADDR): Do not define.
1587         (register_addr, kernel_u_size): Remove.
1588         Do not check for "defined(USE_PROC_FS) || defined(HAVE_GREGSET_T)".
1589
1590 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
1591
1592         * regcache.c (regcache_invalidate): New function.
1593         (register_cached): Remove.
1594         (set_register_cached): Remove.
1595         (deprecated_registers_fetched): Remove.
1596         (registers_changed): Use regcache_invalidate instead
1597         of set_register_cached.
1598         (regcache_raw_read): Update comment.
1599
1600         * regcache.h (regcache_invalidate): Add prototype.
1601         (register_cached): Remove.
1602         (set_register_cached): Remove.
1603         (deprecated_registers_fetched): Remove.
1604
1605         * findvar.c (value_of_register): Do not call register_cached.
1606         * frame.c (frame_register): Likewise.
1607         * tui/tui-regs.c (tui_get_register): Likewise.
1608
1609         * remote.c (fetch_register_using_p): Do not call set_register_cached.
1610         (process_g_packet): Likewise.
1611         (remote_fetch_registers): Likewise.
1612         * remote-sim.c (gdbsim_fetch_register): Likewise.
1613         * mt-tdep.c (mt_select_coprocessor): Replace set_register_cached call
1614         by regcache_invalidate.
1615         (mt_pseudo_register_write): Likewise.
1616         * sh-tdep.c (sh_pseudo_register_write): Likewise.
1617
1618         * corelow.c (get_core_registers): Replace deprecated_registers_fetched
1619         call by loop over regcache_raw_supply (..., NULL).
1620
1621 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
1622
1623         * target.h (struct target_ops): Add REGCACHE parameter to
1624         to_prepare_to_store.
1625         (target_prepare_to_store): Likewise.
1626         * target.c (debug_to_prepare_to_store): Add REGCACHE parameter.
1627         (update_current_target): Adapt prepare_to_store de_fault rule.
1628
1629         * regcache.c (regcache_raw_write): Pass regcache to
1630         target_prepare_to_store.
1631
1632         * inftarg.c (child_prepare_to_store): Add REGCACHE parameter.
1633         Do not call CHILD_PREPARE_TO_STORE.
1634         * gnu-nat.c (gnu_prepare_to_store): Likewise.
1635         * procfs.c (procfs_prepare_to_store): Likewise.
1636
1637         * inf-child.c (inf_child_prepare_to_store): Add REGCACHE parameter.
1638         * go32-nat.c (go32_prepare_to_store): Likewise.
1639         * monitor.c (monitor_prepare_to_store): Likewise.
1640         * nto-procfs.c (procfs_prepare_to_store): Likewise.
1641         * remote-m32r-sdi.c (m32r_prepare_to_store): Likewise.
1642         * remote-mips.c (mips_prepare_to_store): Likewise.
1643         * remote-sim.c (gdbsim_prepare_to_store): Likewise.
1644         * win32-nat.c (win32_prepare_to_store): Likewise.
1645
1646         * remote.c (remote_prepare_to_store): Add REGCACHE parameter.
1647         Use it instead of current_regcache.
1648
1649         * hpux-thread.c (hpux_thread_prepare_to_store): Add REGCACHE
1650         parameter.  Pass it on to next target.
1651         * sol-thread.c (sol_thread_prepare_to_store): Likewise.
1652
1653 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
1654
1655         * target.h (struct regcache): Add forward declaration.
1656         (struct target_ops): Add REGCACHE parameter to to_fetch_registers
1657         and to_store_registers target operations.
1658         (target_fetch_registers, target_store_registers): Update.
1659
1660         * regcache.c (regcache_raw_read): Replace register_cached by
1661         regcache_valid_p.  Pass regcache to target_fetch_registers.
1662         (regcache_raw_write): Pass regcache to target_store_registers.
1663
1664         * arm-linux-nat.c (store_fpregister, store_fpregs, store_register,
1665         store_regs, store_wmmx_regs): Replace register_cached by
1666         regcache_valid_p.
1667
1668         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd): Pass current_regcache
1669         to target_fetch_registers calls.
1670         * corelow.c (core_open): Likewise.
1671         * linux-nat.c (linux_nat_corefile_thread_callback): Likewise.
1672         * proc-service.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
1673         ps_lsetfpregs): Likewise.
1674         * sol-thread.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
1675         ps_lsetfpregs): Likewise.
1676         * win32-nat.c (win32_resume): Likewise.
1677         * ia64-tdep.c (ia64_store_return_value): Pass current_regcache
1678         to target_store_registers call.
1679         * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
1680
1681         * inferior.h (store_inferior_registers): Update prototype.
1682         (fetch_inferior_registers): Likewise.
1683         * gnu-nat.c (gnu_store_registers, gnu_fetch_registers): Likewise.
1684         * mips-linux-nat.c (super_fetch_registers, super_store_registers):
1685         Update function pointer signatures.
1686
1687         * aix-thread.c (aix_thread_fetch_registers): Add REGCACHE parameter,
1688         use it instead of current_regcache, update calls.
1689         (aix_thread_store_registers): Likewise.
1690         * alphabsd-nat.c (alphabsd_fetch_inferior_registers): Likewise.
1691         (alphabsd_store_inferior_registers): Likewise.
1692         * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Likewise.
1693         (amd64bsd_store_inferior_registers): Likewise.
1694         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers): Likewise.
1695         (amd64_linux_store_inferior_registers): Likewise.
1696         * arm-linux-nat.c (fetch_fpregister, fetch_fpregs, store_fpregister,
1697         store_fpregs, fetch_register, fetch_regs, store_register, store_regs,
1698         fetch_wmmx_regs, store_wmmx_regs): Likewise.
1699         (arm_linux_fetch_inferior_registers): Likewise.
1700         (arm_linux_store_inferior_registers): Likewise.
1701         * armnbsd-nat.c (fetch_register, fetch_regs, fetch_fp_register,
1702         fetch_fp_regs, armnbsd_fetch_registers): Likewise.
1703         (store_register, store_regs, store_fp_register, store_fp_regs,
1704         armnbsd_store_registers): Likewise.
1705         * bsd-kvm.c (bsd_kvm_fetch_pcb, bsd_kvm_fetch_registers): Likewise.
1706         * bsd-uthread.c (bsd_uthread_fetch_registers): Likewise.
1707         (bsd_uthread_store_registers): Likewise.
1708         * corelow.c (get_core_registers): Likewise.
1709         * go32-nat.c (fetch_register, go32_fetch_registers, store_register,
1710         go32_store_registers): Likewise.
1711         * hppabsd-nat.c (hppabsd_fetch_registers): Likewise.
1712         (hppabsd_store_registers): Likewise.
1713         * hppa-hpux-nat.c (hppa_hpux_fetch_register): Likewise.
1714         (hppa_hpux_fetch_inferior_registers): Likewise.
1715         (hppa_hpux_store_register): Likewise.
1716         (hppa_hpux_store_inferior_registers): Likewise.
1717         * hppa-linux-nat.c (fetch_register, store_register): Likewise.
1718         (hppa_linux_fetch_inferior_registers): Likewise.
1719         (hppa_linux_store_inferior_registers): Likewise.
1720         * hpux-thread.c (hpux_thread_fetch_registers): Likewise.
1721         (hpux_thread_store_registers): Likewise.
1722         * i386bsd-nat.c (i386bsd_fetch_inferior_registers): Likewise.
1723         (i386bsd_store_inferior_registers): Likewise.
1724         * i386gnu-nat.c (fetch_fpregs, gnu_fetch_registers, store_fpregs,
1725         gnu_store_registers): Likewise.
1726         * i386-linux-nat.c (fetch_register, store_register, fetch_regs,
1727         store_regs, fetch_fpregs, store_fpregs, fetch_fpxregs, store_fpxregs):
1728         Likewise.
1729         (i386_linux_fetch_inferior_registers): Likewise.
1730         (i386_linux_store_inferior_registers): Likewise.
1731         * ia64-linux-nat.c (ia64_linux_fetch_register): Likewise.
1732         (ia64_linux_fetch_registers): Likewise.
1733         (ia64_linux_store_register): Likewise.
1734         (ia64_linux_store_registers): Likewise.
1735         * inf-child.c (inf_child_fetch_inferior_registers): Likewise.
1736         (inf_child_store_inferior_registers): Likewise.
1737         * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
1738         (inf_ptrace_fetch_registers): Likewise.
1739         (inf_ptrace_store_register): Likewise.
1740         (inf_ptrace_store_registers): Likewise.
1741         * infptrace.c (fetch_register, store_register): Likewise.
1742         (fetch_inferior_registers, store_inferior_registers): Likewise.
1743         * m32r-linux-nat.c (fetch_regs, store_regs): Likewise.
1744         (m32r_linux_fetch_inferior_registers): Likewise.
1745         (m32r_linux_store_inferior_registers): Likewise.
1746         * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Likewise.
1747         (m68kbsd_store_inferior_registers): Likewise.
1748         * m68klinux-nat.c (fetch_register, old_fetch_inferior_registers,
1749         store_register, old_store_inferior_registers, fetch_regs, store_regs,
1750         fetch_fpregs, store_fpregs): Likewise.
1751         (m68k_linux_fetch_inferior_registers): Likewise.
1752         (m68k_linux_store_inferior_registers): Likewise.
1753         * m88kbsd-nat.c (m88kbsd_fetch_inferior_registers): Likewise.
1754         (m88kbsd_store_inferior_registers): Likewise.
1755         * mips64obsd-nat.c (mips64obsd_fetch_inferior_registers): Likewise.
1756         (mips64obsd_store_inferior_registers): Likewise.
1757         * mips-linux-nat.c (mips64_linux_regsets_fetch_registers): Likewise.
1758         (mips64_linux_regsets_store_registers): Likewise.
1759         (mips64_linux_fetch_registers): Likewise.
1760         (mips64_linux_store_registers): Likewise.
1761         * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers): Likewise.
1762         (mipsnbsd_store_inferior_registers): Likewise.
1763         * monitor.c (monitor_fetch_register, monitor_store_register): Likewise.
1764         (monitor_fetch_registers, monitor_store_registers): Likewise.
1765         * nto-procfs.c (procfs_fetch_registers): Likewise.
1766         (procfs_store_registers): Likewise.
1767         * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register,
1768         fetch_register, supply_vrregset, fetch_altivec_registers,
1769         fetch_ppc_registers, ppc_linux_fetch_inferior_registers): Likewise.
1770         (store_altivec_register, store_spe_register, store_register, 
1771         fill_vrregset, store_altivec_registers, store_ppc_registers,
1772         ppc_linux_store_inferior_registers): Likewise.
1773         * ppcnbsd-nat.c (ppcnbsd_fetch_inferior_registers): Likewise.
1774         (ppcnbsd_store_inferior_registers): Likewise.
1775         * ppcobsd-nat.c (ppcobsd_fetch_registers): Likewise.
1776         (ppcobsd_store_registers): Likewise.
1777         * procfs.c (procfs_fetch_registers, procfs_store_registers): Likewise.
1778         * remote.c (fetch_register_using_p, process_g_packet,
1779         fetch_registers_using_g, remote_fetch_registers): Likewise.
1780         (store_register_using_P, store_registers_using_G, 
1781         remote_store_registers): Likewise.
1782         * remote-m32r-sdi.c (m32r_fetch_registers, m32r_fetch_register,
1783         m32r_store_register, m32r_store_register): Likewise.
1784         * remote-mips.c (mips_fetch_registers, mips_store_registers): Likewise.
1785         * remote-sim.c (gdbsim_fetch_register): Likewise.
1786         (gdbsim_store_register): Likewise.
1787         * rs6000-nat.c (fetch_register, store_register): Likewise.
1788         (rs6000_fetch_inferior_registers): Likewise.
1789         (rs6000_store_inferior_registers): Likewise.
1790         * s390-nat.c (fetch_regs, store_regs): Likewise.
1791         (fetch_fpregs, store_fpregs): Likewise.
1792         (s390_linux_fetch_inferior_registers): Likewise.
1793         (s390_linux_store_inferior_registers): Likewise.
1794         * shnbsd-nat.c (shnbsd_fetch_inferior_registers): Likewise.
1795         (shnbsd_store_inferior_registers): Likewise.
1796         * sol-thread.c (sol_thread_fetch_registers): Likewise.
1797         (sol_thread_store_registers): Likewise.
1798         * sparc-nat.c (fetch_inferior_registers): Likewise.
1799         (store_inferior_registers): Likewise.
1800         * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
1801         (spu_store_inferior_registers): Likewise.
1802         * target.c (debug_print_register): Likewise.
1803         (debug_to_fetch_registers, debug_to_store_registers): Likewise.
1804         * vaxbsd-nat.c (vaxbsd_fetch_inferior_registers): Likewise.
1805         (vaxbsd_store_inferior_registers): Likewise.
1806         * win32-nat.c (do_win32_fetch_inferior_registers): Likewise.
1807         (win32_fetch_inferior_registers): Likewise.
1808         (win32_store_inferior_registers): Likewise.
1809
1810 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
1811
1812         * gdbcore.h (struct regcache): Add forward declaration.
1813         (struct core_fns): Add REGCACHE argument to core_read_registers
1814         callback.
1815         * corelow.c (get_core_register_section): Add REGCACHE argument,
1816         use it instead of current_regcache, pass it to core_read_registers
1817         callback.
1818         (get_core_registers): Add current_regcache as parameter to
1819         get_core_register_section calls.
1820
1821         * alpha-nat.c (fetch_osf_core_registers): Add REGCACHE argument,
1822         use it instead of current_regcache.
1823         * armnbsd-nat.c (fetch_core_registers): Likewise.
1824         (fetch_elfcore_registers): Likewise.
1825         * core-regset.c (fetch_core_registers): Likewise.
1826         * cris-tdep.c (fetch_core_registers): Likewise.
1827         * irix5-nat.c (fetch_core_registers): Likewise.
1828         * m68klinux-nat.c (fetch_core_registers): Likewise.
1829         * mips-linux-tdep.c (fetch_core_registers): Likewise.
1830         * win32-nat.c (fetch_elf_core_registers): Likewise.
1831
1832 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
1833
1834         * gregset.h (struct regcache): Add forward declaration.
1835         (supply_gregset): Add REGCACHE parameter, make GREGS const.
1836         (supply_fpregset): Add REGCACHE parameter, make FPREGS const.
1837         (supply_fpxregset): Add REGCACHE parameter, make FPXREGS const.
1838         (fill_gregset): Add REGCACHE parameter.
1839         (fill_fpregset): Likewise.
1840         (fill_fpxregset): Likewise.
1841
1842         Update all definitions accordingly:
1843         * alphabsd-nat.c, alpha-linux-nat.c, alpha-nat.c, amd64-linux-nat.c,
1844         arm-linux-nat.c, hppa-linux-nat.c, i386gnu-nat.c, i386-linux-nat.c,
1845         i386-sol2-nat.c, i386v4-nat.c, ia64-linux-nat.c, irix5-nat.c, 
1846         m32r-linux-nat.c, m68klinux-nat.c, mips-linux-nat.c, ppc-linux-nat.c,
1847         s390-nat.c, sparc64-linux-nat.c, sparc-linux-nat.c, sparc-sol2-nat.c 
1848         (supply_gregset): Add REGCACHE parameter, use it instead of 
1849         current_regcache.  Make GREGSETP parameter const, adapt casts.
1850         (supply_fpregset): Add REGCACHE parameter, use it instead of
1851         current_regcache.  Make FPREGSETP parameter const, adapt casts.
1852         (fill_gregset): Add REGCACHE parameter, use it instead of
1853         current_regcache.
1854         (fill_fpregset): Likewise.
1855
1856         Update all callers to pass in current_regcache as the new argument:
1857         * core-regset.c: Include "regcache.h".
1858         (fetch_core_registers): Update supply_gregset,and supply_fpregset calls.
1859         * procfs.c: Include "regcache.h".
1860         (procfs_fetch_registers): Update supply_gregset, supply_fpregset calls.
1861         (procfs_store_registers): Update fill_gregset, fill_fpregset calls.
1862         (procfs_do_thread_registers): Likewise.
1863         (procfs_make_note_section): Likewise.
1864         * proc-service.c: Include "regcache.h".
1865         (ps_lgetregs): Update fill_gregset call.
1866         (ps_lsetregs): Update supply_gregset call.
1867         (ps_lgetfpregs): Update fill_fpregset call.
1868         (ps_lsetfpregs): Update supply_fpregset call.
1869         * sol-thread.c (sol_thread_fetch_registers): Update supply_gregset,
1870         supply_fpregset calls.
1871         (sol_thread_store_registers): Update fill_gregset, fill_fpregset calls.
1872         (ps_lgetregs): Update fill_gregset call.
1873         (ps_lsetregs): Update supply_gregset call.
1874         (ps_lgetfpregs): Update fill_fpregset call.
1875         (ps_lsetfpregs): Update supply_fpregset call.
1876         
1877         * linux-nat.c (linux_nat_do_thread_registers): Update fill_gregset,
1878         fill_fpregset, and fill_fpxregset calls.
1879         * i386-linux-nat.c (fetch_regs): Update supply_gregset call.
1880         (store_regs): Update fill_gregset call.
1881         (fetch_fpregs): Update supply_fpregset call.
1882         (store_fpregs): Update fill_fpregset call.
1883         (fetch_fpxregs): Update supply_fpxregset call.
1884         (store_fpxregs): Update fill_fpxregset call.
1885         * m32r-linux-nat.c (fetch_regs): Update supply_gregset call.
1886         (store_regs): Update fill_gregset call.
1887         * m68klinux-nat.c (fetch_regs): Update supply_gregset call.
1888         (store_regs): Update fill_gregset call.
1889         (fetch_fpregs): Update supply_fpregset call.
1890         (store_fpregs): Update fill_fpregset call.
1891         (fetch_core_registers): Update supply_gregset, supply_fpregset calls.
1892         * s390-nat.c (fetch_regs): Update supply_gregset call.
1893         (store_regs): Update fill_gregset call.
1894         (fetch_fpregs): Update supply_fpregset call.
1895         (store_fpregs): Update fill_fpregset call.
1896
1897         * Makefile.in (core-regset.o, procfs.o, proc-service.o): Update
1898         dependencies.
1899
1900 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
1901
1902         * monitor.c (monitor_supply_register): Add REGCACHE parameter, use
1903         it instead of current_regcache.
1904         (parse_register_dump): Add REGCACHE parameter, pass it to 
1905         supply_register callback.
1906         (monitor_dump_reg_block): Add REGCACHE parameter, pass it to
1907         parse_register_dump.
1908         (monitor_dump_regs): Add REGCACHE parameter, pass it to
1909         parse_register_dump and dumpregs callback.
1910         (monitor_wait): Pass current_regcache to parse_register_dump and
1911         monitor_dump_regs.
1912         (monitor_fetch_register): Pass current_regcache to
1913         monitor_supply_register.
1914         (monitor_fetch_registers): Pass current_regcache to
1915         monitor_dump_regs.
1916         * monitor.h (struct monitor_ops): Add REGCACHE parameter to
1917         supply_register and dumpregs callbacks.
1918         (monitor_supply_register, monitor_dump_reg_block): Update
1919         prototypes.
1920         * dbug-rom.c (dbug_supply_register): Add REGCACHE parameter.  Pass
1921         it to monitor_supply_register.
1922         * dink32-rom.c (dink32_supply_register): Likewise.
1923         * ppcbug-rom.c (ppcbug_supply_register): Likewise.
1924         * m32r-rom.c (m32r_supply_register): Likewise.  Also, use REGCACHE
1925         instead of current_regcache.
1926
1927 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
1928
1929         * i386-nto-tdep.c (i386nto_supply_gregset, i386nto_supply_fpregset):
1930         Add REGCACHE parameter.  Use it instead of current_regcache.
1931         (i386nto_supply_regset): Add REGCACHE parameter, pass it to
1932         i386nto_supply_gregset and i386nto_supply_fpregset.
1933         (i386nto_regset_fill): Add REGCACHE parameter; use it instead
1934         of current_regcache.
1935
1936         * nto-procfs.c (procfs_fetch_registers): Pass current_regcache to
1937         nto_supply_ helper functions.
1938         (procfs_store_registers): Pass current_regcache to nto_regset_fill.
1939
1940         * nto-tdep.c (nto_dummy_supply_regset): Add REGCACHE parameter.
1941
1942         * nto-tdep.h (struct nto_target_ops): Add REGCACHE parameter to
1943         supply_greget, supply_fpregset, supply_altregset, supply_regset,
1944         and regset_fill member function pointers.
1945         (nto_dummy_supply_regset): Adapt prototype.
1946
1947 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
1948
1949         * shnbsd-tdep.c (shnbsd_supply_reg): Add REGCACHE parameter, use it
1950         instead of current_regcache.  Make REGS const.
1951         (shnbsd_fill_reg): Add REGCACHE parameter; replace current_regcache.
1952         * shnbsd-tdep.h (shnbsd_supply_reg, shnbsd_fill_reg): Update
1953         prototypes.
1954         * shnbsd-nat.c: Include "regcache.h".
1955         (shnbsd_fetch_inferior_registers): Pass current_regcache to
1956         shnbsd_supply_reg.
1957         (shnbsd_store_inferior_registers): Pass current_regcache to
1958         shnbsd_fill_reg.
1959         * Makefile.in (shbsd-nat.o): Update dependencies.
1960
1961 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
1962
1963         * mips-linux-tdep.c (supply_32bit_reg): Add REGCACHE parameter.  Use it
1964         instead of current_regcache.
1965         (mips_supply_gregset): Likewise.  Pass REGCACHE to supply_32bit_reg.
1966         Make GREGSETP const, remove superfluous casts.
1967         (mips_fill_gregset): Add REGCACHE parameter; replace current_regcache.
1968         (mips_supply_fpregset): Likewise.  Make FPREGSETP const, remove 
1969         superfluous casts.
1970         (mips_fill_fpregset): Add REGCACHE parameter; replace current_regcache.
1971         (supply_64bit_reg): Likewise
1972         (mips64_supply_gregset): Likewise.  Pass REGCACHE to supply_64bit_reg.
1973         Make GREGSETP const, adapt casts accordingly.
1974         (mips64_fill_gregset): Add REGCACHE parameter; replace current_regcache.
1975         (mips64_supply_fpregset): Likewise.  Make FPREGSET const, adapt
1976         casts accordingly.
1977         (mips64_fill_fpregset): Add REGCACHE parameter; replace current_regcache.
1978         (fetch_core_registers): Pass current_regcache to mips{64}_(supply|fill)_
1979         helper routines.
1980         * mips-linux-tdep.h (mips_supply_gregset, mips_fill_gregset,
1981         mips_supply_fpregset, mips_fill_fpregset, mips64_supply_gregset,
1982         mips64_fill_gregset, mips64_supply_fpregset, mips64_fill_fpregset):
1983         Adapt prototypes.
1984         * mips-linux-nat.c: Include "regcache.h".
1985         (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Pass
1986         current_regcache to mips{64}_(supply|fill)_ helper routines.
1987         (mips64_linux_regsets_fetch_registers): Likewise.
1988         (mips64_linux_regsets_store_registers): Likewise.
1989
1990         * mipsnbsd-tdep.c (mipsnbsd_supply_reg, mipsnbsd_supply_fpreg): Add
1991         REGCACHE argument; replace current_regcache.  Make REGS const.
1992         (mipsnbds_fill_reg, mipsnbsd_fill_fpreg): Add REGCACHE argument;
1993         replace current_regcache.
1994         * mipsnbsd-tdep.h (ipsnbsd_supply_reg, mipsnbsd_supply_fpreg,
1995         mipsnbds_fill_reg, mipsnbsd_fill_fpreg): Adapt prototypes.
1996         * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers,
1997         mipsnbsd_store_inferior_registers): Pass current_regcache to
1998         mipsnbsd_(supply|fill)_... helper routines.
1999
2000         * Makefile.in (mips-linux-nat.o): Update dependencies.
2001
2002 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
2003
2004         * i387-tdep.c (i387_fill_fsave, i387_fill_fxsave): Remove.
2005         * i387-tdep.h (i387_fill_fsave, i387_fill_fxsave): Remove prototypes.
2006         * i368-linux-nat.c (supply_fpregset, supply_fpxregset): Replace
2007         i387_fill_fsave and i387_fill_fxsave calls by inline copies.
2008         * i386-nto-tdep.c (i386nto_regset_fill): Likewise.
2009         * i386gnu-nat.c (store_fpregs): Likewise.
2010         * i386v4-nat.c (fill_fpregset): Likewise.
2011         * go32-nat.c (store_register, go32_store_registers): Likewise.
2012
2013 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
2014
2015         * cris-tdep.c (supply_gregset): Rename to ...
2016         (cris_supply_gregset): ... this.  Add REGCACHE parameter.  Use it
2017         instead of current_regcache.
2018         (fetch_core_registers): Update call.  Pass current_regcache.
2019
2020 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
2021
2022         * arnmnbsd-nat.c (supply_gregset): Rename to ...
2023         (arm_supply_gregset): ... this.  Add REGCACHE parameter.
2024         Use it instead of current_regcache.
2025         (supply_fparegset): Rename to ...
2026         (arm_supply_fparegset): ... this.  Add REGCACHE parameter.
2027         Use it instead of current_regcache.
2028         (fetch_regs, fetch_fp_regs): Update calls.  Pass current_regcache.
2029         (fetch_core_registers, fetch_elfcore_registers): Likewise.
2030
2031 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
2032
2033         * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs,
2034         alpha_supply_fp_regs, alpha_fill_fp_regs): Add REGCACHE parameter,
2035         use it instead of current_regcache.
2036         * alpha-tdep.h (struct regcache): Add forward declaration.
2037         (alpha_supply_int_regs, alpha_fill_int_regs, alpha_supply_fp_regs,
2038         alpha_fill_fp_regs): Update prototypes.
2039
2040         * alpha-nat.c: (supply_gregset, fill_gregset, supply_fpregset,
2041         fill_fpregset): Pass current_regcache to alpha_supply/fill_ routines.
2042         * alpha-linux-nat.c: Include "regcache.h".
2043         (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Pass
2044         current_regcache to alpha_supply/fill_ routines.
2045
2046         * alphabsd-tdep.c: Include "regcache.h".
2047         (alphabsd_supply_reg, alphabsd_supply_fpreg): Add REGCACHE paramter,
2048         pass it to alpha_supply_ routines.  Make REGS const.
2049         (alphabsd_fill_reg, alphabsd_fill_fpreg): Add REGCACHE parameter,
2050         pass it to alpha_fill_ routines.
2051         * alphabsd-tdep.h (struct regcache): Add forward declaration.
2052         (alphabsd_supply_reg, alphabsd_fill_reg, alphabsd_supply_fpreg,
2053         alphabsd_fill_fpreg): Update prototypes.
2054
2055         * alphanbsd-nat.c (supply_gregset, fill_gregset, supply_fpregset,
2056         fill_fpregset, alphabsd_fetch_inferior_registers,
2057         alphabsd_store_inferior_registers): Pass current_regcache to
2058         alphabsd_supply/fill_ routines.
2059
2060         * Makefile.in (alpha-linux-nat.o, alphabsd-tdep.o): Update
2061         dependencies.
2062
2063 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
2064
2065         * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs,
2066         supply_sprs64, supply_sprs32): Add REGCACHE parameter, use it
2067         instead of current_regcache.
2068         (fetch_regs_user_thread, fetch_regs_kernel_thread): Add
2069         REGCACHE parameter, pass it to supply_ routines.
2070         (aix_thread_fetch_registers): Pass current_regcache to
2071         fetch_regs_user_thread and fetch_regs_kernel_thread.
2072
2073         (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs64, fill_sprs32):
2074         Add REGCACHE parameter, use it instead of current_regcache.
2075         Call regcache_valid_p instead of register_cached.
2076         (store_regs_user_thread, store_regs_kernel_thread): Likewise.
2077         Also, pass REGCACHE to fill_ routines.
2078         (aix_thread_store_registers): Pass current_regcache to
2079         store_regs_user_thread and store_regs_kernel_thread.
2080
2081 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
2082
2083         * m32r-linux-nat.c (supply_gregset): Do not modify contents
2084         pointed to by GREGSETP.
2085
2086 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
2087
2088         * irix5-nat.c (fill_gregset): Use regcache_raw_collect instead
2089         of regcache_raw_read_signed.
2090         (fill_fpregset): Use regcache_raw_collect instead of
2091         regcache_raw_read.
2092
2093 2007-05-03  Kevin Buettner  <kevinb@redhat.com>
2094
2095         * mips-tdep.c (mips_eabi_push_dummy_call): When pushing floating
2096         point arguments, test explicitly for use of the EABI32 ABI
2097         instead of inferring this condition from tests on register
2098         sizes.
2099
2100 2007-05-03  Kevin Buettner  <kevinb@redhat.com>
2101
2102         * breakpoint.c (set_raw_breakpoint): Adjust breakpoint's address
2103         prior to allocating its location.
2104
2105 2007-05-02  Maciej W. Rozycki  <macro@mips.com>
2106
2107         * mips-tdep.c (mips_o32_push_dummy_call): Remove conditions
2108         based on mips_abi_regsize() whose result is known in advance.
2109         (mips_o64_push_dummy_call): Likewise.
2110
2111 2007-04-29  Ulrich Weigand  <uweigand@de.ibm.com>
2112
2113         * m68klinux-nat.c: Remove #ifndef USE_PROC_FS check.
2114         * m68k-tdep.c: Remove code within #ifdef USE_PROC_FS.
2115
2116         * mips-linux-nat.c: Include "gregset.h".
2117         (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Move
2118         from mips-linux-tdep.c.  Change parameter type to gdb_gregset_t.
2119         * mips-linux-tdep.c (supply_gregset, fill_gregset, supply_fpregset,
2120         fill_fpregset): Move to mips-linux-nat.c.
2121
2122         * Makefile.in (m68k-tdep.o, mips-linux-nat.o): Update dependencies.
2123
2124 2007-04-28  Ulrich Weigand  <uweigand@de.ibm.com>
2125
2126         * regcache.c (deprecated_read_register_gen): Remove, inline ...
2127         (read_register): ... here.
2128         (deprecated_write_register_gen): Remove, inline ...
2129         (write_register): ... here.
2130         * regcache.h (deprecated_read_register_gen): Remove prototype.
2131         (deprecated_write_register_gen): Likewise.
2132
2133         * remote-sim.c (gdbsim_store_register): Replace call to
2134         deprecated_read_register_gen with regcache_cooked_read.
2135         * target.c (debug_print_register): Replace calls to
2136         deprecated_read_register_gen and read_register with
2137         regcache_cooked_read.
2138
2139 2007-04-28  Ulrich Weigand  <uweigand@de.ibm.com>
2140
2141         * hpux-thread.c (hpux_thread_store_registers): Use
2142         regcache_raw_collect, not regcache_raw_read.
2143         * irix5-nat.c (fetch_core_registers): Use regcache_raw_supply,
2144         not regcache_raw_write.
2145
2146 2007-04-28  Ulrich Weigand  <uweigand@de.ibm.com>
2147
2148         * gdbarch.sh: Remove deprecated_register_byte.
2149         * gdbarch.c, gdbarch.h: Regenerate.
2150         * arch-utils.h (generic_register_size, generic_register_byte): Remove.
2151         * arch-utils.c (generic_register_size, generic_register_byte): Remove.
2152
2153         * regcache.h (regcache_valid_p): Make REGCACHE parameter const.
2154         * regcache.c (regcache_valid_p): Allow to query cooked registers in
2155         read-only register caches.  Make REGCACHE parameter const.
2156         (regcache_dump): Do not check DEPRECATED_REGISTER_BYTE.
2157
2158         * mi/mi-main.c (old_regs): Remove.
2159         (mi_setup_architecture_data, _initialize_mi_main): Remove.
2160         (register_changed_p): Reimplement to compare two register caches.
2161         (mi_cmd_data_list_changed_registers): Update caller.
2162         * mi/mi-main.h (mi_setup_architecture_data): Remove.
2163         * mi/mi-interp.c (mi_interpreter_init): Do not call
2164         mi_setup_architecture_data.
2165
2166 2007-04-28  Ulrich Weigand  <uweigand@de.ibm.com>
2167
2168         * alpha-nat.c (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE): Do not define,
2169         inline definition at the places the macros are used.
2170         * alpha-linux-nat.c (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE): Likewise.
2171
2172 2007-04-28  Ulrich Weigand  <uweigand@de.ibm.com>
2173
2174         * rs6000-aix-tdep.c: Include "regcache.h", "regset.h", and
2175         "gdb_string.h".
2176         (rs6000_aix32_reg_offsets, rs6000_aix64_reg_offsets): New variables.
2177         (rs6000_aix_supply_regset, rs6000_aix_collect_regset): New functions.
2178         (rs6000_aix32_regset, rs6000_aix64_regset): New variables.
2179         (rs6000_aix_regset_from_core_section): New function.
2180         (rs6000_aix_init_osabi): Register it.
2181         (_initialize_rs6000_aix_tdep): Register GDB_OSABI_AIX osabi and
2182         sniffer for bfd_arch_powerpc as well as bfd_arch_rs6000. 
2183         * rs6000-nat.c (CoreRegs): Do not define type.
2184         (fetch_core_registers, rs6000_core_fns): Remove.
2185         (_initialize_core_rs6000): Do not register it.  Rename to ...
2186         (_initialize_rs6000_nat): ... this.
2187         * Makefile.in (rs6000-aix-tdep.o): Update dependencies.
2188
2189 2007-04-27  Kevin Buettner  <kevinb@redhat.com>
2190
2191         * dwarf2expr.c (unsigned_address_type): Add forward declaration.
2192         (dwarf2_read_address): Sign extend return address as required by
2193         target architecture.
2194
2195 2007-04-27  Kevin Buettner  <kevinb@redhat.com>
2196
2197         * solib-frv.c (lm_base): Bail out if the main executable has
2198         not been relocated.
2199
2200 2007-04-27  Ulrich Weigand  <uweigand@de.ibm.com>
2201
2202         * alpha-linux-tdep.c (alpha_linux_supply_fpregset): Correct location
2203         of FPCR register in fpregset.
2204
2205 2007-04-27  Maciej W. Rozycki  <macro@mips.com>
2206
2207         * Makefile.in (gdbtk-wrapper.o): Update dependencies.
2208         (gdbtk-varobj.o, gdbtk-cmds.o, gdbtk-stack.o): Likewise.
2209
2210 2007-04-27  Ulrich Weigand  <uweigand@de.ibm.com>
2211
2212         * config/rs6000/nm-rs6000.h (CHILD_SPECIAL_WAITSTATUS): Remove.
2213         * rs6000-nat.c (rs6000_wait): New function.
2214         (_initialize_core_rs6000): Install it as to_wait target method.
2215         * target.c (store_waitstatus): Don't check CHILD_SPECIAL_WAITSTATUS.
2216
2217 2007-04-27  Ulrich Weigand  <uweigand@de.ibm.com>
2218
2219         * config/rs6000/nm-rs6000.h (TARGET_CREATE_INFERIOR_HOOK): Remove.
2220         * fork-child.c (fork_inferior): Don't call TARGET_CREATE_INFERIOR_HOOK.
2221         * rs6000-nat.c (super_create_inferior): New variable.
2222         (rs6000_create_inferior): Make static.  Adapt argument list.  Call
2223         original version of create_inferior via super_create_inferior.
2224         (_initialize_core_rs6000): Install to_create_inferior target method.
2225
2226 2007-04-27  Ulrich Weigand  <uweigand@de.ibm.com>
2227
2228         * aix-thread.c (aix_thread_xfer_memory): Replace by ...
2229         (aix_thread_xfer_partial): ... this.
2230         (init_aix_thread_ops): Install to_xfer_partial instead
2231         of deprecated_xfer_memory target method.
2232
2233         * config/powerpc/aix.mh (NATDEPFILES): Remove infptrace.o
2234         and inftarg.o, add inf-ptrace.o.
2235         * config/rs6000/nm-rs6000.h (FETCH_INFERIOR_REGISTERS,
2236         CHILD_XFER_MEMORY, KERNEL_U_SIZE, kernel_u_size): Remove.
2237         * rs6000-nat.c: Include "inf-ptrace.h" and "gdb_stdint.h".
2238         (fetch_inferior_registers): Rename to ...
2239         (rs6000_fetch_inferior_registers): ... this.  Make static.
2240         (store_inferior_registers): Rename to ...
2241         (rs6000_store_inferior_registers): ... this.  Make static.
2242         (read_word, child_xfer_memory): Remove.
2243         (rs6000_xfer_partial): New function.
2244         (kernel_u_size): Remove.
2245         (_initialize_core_rs6000): Add inf_ptrace-based target.
2246         * Makefile.in (rs6000-nat.o): Update dependencies.
2247
2248 2007-04-27  Ulrich Weigand  <uweigand@de.ibm.com>
2249
2250         * inf-ptrace.c: Include "gdb_stdint.h".
2251         (inf_ptrace_xfer_partial): Use "uintptr_t" instead of "long" as 
2252         intermediate type when casting CORE_ADDR to PTRACE_TYPE_ARG3.
2253         (inf_ptrace_fetch_register): Add intermediate cast to "uintptr_t"
2254         before casting CORE_ADDR to PTRACE_TYPE_ARG3.
2255         (inf_ptrace_store_register): Likewise.
2256         * Makefile.in (inf-ptrace.o): Update dependencies.
2257
2258 2007-04-27  Ulrich Weigand  <uweigand@de.ibm.com>
2259
2260         * configure.host (rs6000-*-*): Merge with powerpc-*-aix* rules.
2261         * configure.tgt (rs6000-*-*): Likewise.
2262         * config/rs6000/aix4.mh: Delete file.
2263         * config/rs6000/aix4.mt: Delete file.
2264         * config/rs6000/rs6000.mh: Delete file.
2265         * config/rs6000/rs6000.mt: Delete file.
2266
2267         * config/powerpc/nm-aix.h: Delete file.
2268         * config/powerpc/aix.mh (NAT_FILE): Set to config/rs6000/nm-rs6000.h.
2269
2270 2007-04-27  Ulrich Weigand  <uweigand@de.ibm.com>
2271
2272         * aix-thread.c (fill_sprs32): Change argument types to "uint32_t *".
2273         Remove obsolete part of comment.
2274         (store_regs_user_thread): Use uint32_t temporaries when calling
2275         fill_sprs32.
2276         (store_regs_kernel_thread): Likewise.  Add assertion to verify
2277         correct size of struct ptsprs members.
2278         (aix_thread_xfer_memory): Fix type of myaddr.
2279         (aix_thread_extra_thread_info): Fix compiler warning.
2280         * rs6000-nat.c (rs6000_ptrace64): Change type of buf to "void *".
2281         (fetch_register, store_register): Adapt callers.
2282
2283 2007-04-27  Ulrich Weigand  <uweigand@de.ibm.com>
2284
2285         * vec.h (vec_free): Rename to vec_free_.  Adapt users.
2286
2287 2007-04-25  Ulrich Weigand  <uweigand@de.ibm.com>
2288
2289         * alpha-linux-tdep.c: Include "gdb_string.h", "regset.h",
2290         and "regcache.h".
2291         (alpha_linux_supply_gregset, alpha_linux_supply_fpregset): New.
2292         (alpha_linux_gregset, alpha_linux_fpregset): New variables.
2293         (alpha_linux_regset_from_core_section): New function.
2294         (alpha_linux_init_abi): Install it.
2295         * alpha-linux-nat.c: Do not include "gdbcore.h".  Include
2296         "alpha-tdep.h", <sys/ptrace.h>, <alpha/ptrace.h>,
2297         <sys/procfs.h>, and "gregset.h".
2298         (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE, ALPHA_UNIQUE_PTRACE_ADDR):
2299         Move from config/alpha/nm-linux.h.
2300         (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Copy
2301         from alpha-nat.c.
2302         (alpha_linux_register_u_offset): Inline register_addr from alpha-nat.c.
2303         * alpha-nat.c: Remove #ifdef __linux__ section.
2304         (fetch_elf_core_registers, alpha_elf_core_fns): Remove.
2305         (_initialize_core_alpha): Do not register alpha_elf_core_fns.
2306         (ALPHA_UNIQUE_PTRACE_ADDR, ALPHA_REGSET_UNIQUE): Define unconditionally.
2307         (ALPHA_REGSET_BASE): Move from config/alpha/nm-osf.h.
2308         * config/alpha/alpha-linux.mh (NAT_FILE): Set to config/nm-linux.h.
2309         (NATDEPFILES): Remove alpha-nat.o.
2310         * config/alpha/nm-linux.h: Delete file.
2311         * config/alpha/nm-osf.h (ALPHA_REGSET_BASE): Move to alpha-nat.c.
2312         * Makefile.in (alpha-linux-nat.o): Update dependencies.
2313         (alpha-linux-tdep.o): Likewise.
2314
2315 2007-04-25  Ulrich Weigand  <uweigand@de.ibm.com>
2316
2317         * mips-linux-nat.c: No longer include "gdbcore.h".
2318         (mips_linux_register_addr): Move from mips-linux-tdep.c.
2319         (mips64_linux_register_addr): Likewise.
2320         (mips_linux_register_u_offset): Call mips_linux_register_addr or
2321         mips64_linux_register_addr instead of register_addr.
2322         * mips-linux-tdep.c (mips_linux_register_addr,
2323         mips64_linux_register_addr): Move to mips-linux-nat.c.
2324         (register_addr): Remove.
2325         (register_addr_data, init_register_addr_data): Remove.
2326         (_initialize_mips_linux_tdep): Do not initialize register_addr_data.
2327         (set_mips_linux_register_addr): Remove.
2328         (mips_linux_init_abi): Do not call set_mips_linux_register_addr.
2329         * Makefile.in (mips-linux-nat.o): Update dependencies.
2330
2331 2007-04-25  Ulrich Weigand  <uweigand@de.ibm.com>
2332
2333         * linux-nat.c (linux_register_u_offset): Remove.
2334         (linux_target_install_ops): New function.
2335         (linux_target): Use it.
2336         (linux_trad_target): New function.
2337         * linux-nat.h (linux_trad_target): Declare.
2338
2339         * alpha-linux-nat.c: Include "gdbcore.h".
2340         (alpha_linux_register_u_offset): New function.
2341         (_initialize_alpha_linux_nat): Use linux_trad_target.
2342
2343         * mips-linux-nat.c: Include "gdbcore.h".
2344         (mips_linux_register_u_offset): New function.
2345         (_initialize_mips_linux_nat): Use linux_trad_target.
2346
2347         * config/arm/linux.mh (NAT_FILE): Set to config/nm-linux.h.
2348         * config/arm/nm-linux.h: Delete file.
2349
2350         * config/i386/nm-linux64.h (FETCH_INFERIOR_REGISTERS): Remove.
2351         * config/i386/nm-linux.h (FETCH_INFERIOR_REGISTERS): Remove.
2352
2353         * config/ia64/linux.mh (NAT_FILE): Set to config/nm-linux.h.
2354         * config/ia64/nm-linux.h: Delete file.
2355
2356         * config/m32r/linux.mh (NAT_FILE): Set to config/nm-linux.h.
2357         * config/m32r/nm-linux.h: Delete file.
2358
2359         * config/m68k/linux.mh (NAT_FILE): Set to config/nm-linux.h.
2360         * config/m68k/nm-linux.h: Delete file.
2361
2362         * config/pa/linux.mh (NAT_FILE): Set to config/nm-linux.h.
2363         * config/pa/nm-linux.h: Delete file.
2364
2365         * config/powerpc/linux.mh (NAT_FILE): Set to config/nm-linux.h.
2366         * config/powerpc/ppc64-linux.mh (NAT_FILE): Likewise.
2367         * config/powerpc/nm-linux.h: Delete file.
2368
2369         * config/s390/s390.mh (NAT_FILE): Set to config/nm-linux.h.
2370         * config/s390/nm-linux.h: Delete file.
2371
2372         * config/sparc/linux.mh (NAT_FILE): Set to config/nm-linux.h.
2373         * config/sparc/linux64.mh (NAT_FILE): Likewise.
2374         * config/sparc/nm-linux.h: Delete file.
2375
2376         * Makefile.in (alpha-linux-nat.o): Update dependencies.
2377         (mips-linux-nat.o): Likewise.
2378
2379 2007-04-25  Ulrich Weigand  <uweigand@de.ibm.com>
2380
2381         * core-aout.c: Delete file.
2382         * Makefile.in (ALLDEPFILES): Remove core-aout.c.
2383         (core-aout.o): Delete rule.
2384         * gdbcore.h (kernel_u_addr, KERNEL_U_ADDR): Remove.
2385
2386         * config/alpha/nm-linux.h (U_REGS_OFFSET): Remove.
2387
2388         * arm-linux-nat.c (arm_linux_kernel_u_size): Remove.
2389         * config/arm/nm-linux.h (U_REGS_OFFSET, KERNEL_U_SIZE,
2390         KERNEL_U_ADDR): Remove.
2391
2392         * i386-linux-nat.c (register_u_addr, kernel_u_size): Remove.
2393         (cannot_fetch_register, cannot_store_register): Remove.
2394         (fetch_register): Inline cannot_fetch_register and register_addr.
2395         (store_register): Inline cannot_store_register and register_addr.
2396         * config/i386/linux.mh (NATDEPFILES): Remove core-aout.o.
2397         * config/i386/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR,
2398         REGISTER_U_ADDR, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER):
2399         Remove.
2400
2401         * m68klinux-nat.c (m68k_linux_register_u_addr, kernel_u_size): Remove.
2402         (fetch_register): Inline register_addr.
2403         (store_register): Inline register_addr.
2404         * config/m68k/linux.mh (NATDEPFILES): Remove core-aout.o.
2405         * config/m68k/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR,
2406         U_REGS_OFFSET, REGISTER_U_ADDR): Remove.
2407
2408         * config/mips/nm-irix5.h (REGISTER_U_ADDR): Remove.
2409         * config/mips/nm-linux.h (KERNEL_U_SIZE, U_REGS_OFFSET,
2410         REGISTER_U_ADDR): Remove.
2411
2412         * hppa-linux-nat.c (register_addr): Rename to ...
2413         (hppa_linux_register_addr): ... this.  Make static.
2414         (fetch_register, store_register): Adapt callers.
2415         * config/pa/nm-linux.h (U_REGS_OFFSET): Remove.
2416
2417         * ppc-linux-nat.c (kernel_u_size): Remove.
2418         * config/powerpc/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR): Remove.
2419
2420         * vax-nat.c (vax_kernel_u_addr, vax_register_u_addr): Make static.
2421         * config/vax/vax.mh (NATDEPFILES): Remove core-aout.o.
2422         (NAT_FILE): Remove.
2423         * config/vax/nm-vax.h: Delete file.
2424
2425 2007-04-20  Mark Shinwell  <shinwell@codesourcery.com>
2426
2427         * MAINTAINERS (Write After Approval): Add myself.
2428
2429 2007-04-20  Mark Shinwell  <shinwell@codesourcery.com>
2430
2431         * Makefile.in: Adjust dependencies of m68klinux-tdep.c.
2432         * m68klinux-tdep.c (m68k_uclinux_sigcontext_reg_offset): New.
2433         (m68k_linux_sigcontext_reg_offset): Fix typo.
2434         (target_is_uclinux): New.
2435         (m68k_linux_inferior_created): New.
2436         (m68k_linux_get_sigtramp_info):  Check for uClinux or
2437         normal Linux.  Use m68k_uclinux_sigcontext_reg_offset for
2438         uClinux.
2439         (_initialize_m68k_linux_tdep): Register
2440         m68k_linux_inferior_created.
2441
2442 2007-04-19  Pedro Alves  <pedro_alves@portugalmail.pt>
2443
2444         * win32-nat.c (win32_detach): Remove delete_command call.
2445         Resume inferior with win32_resume instead of win32_continue.
2446
2447 2007-04-19  Jerome Guitton  <guitton@adacore.com>
2448
2449         * ser-mingw.c (fd_is_file): New function.
2450         (file_select_thread): New function.
2451         (ser_console_wait_handle): Add special handling for files.
2452
2453 2007-04-18  Denis Pilat  <denis.pilat@st.com>
2454
2455         * dwarf2read.c (read_subrange_type): Use DW_ATE_signed default type
2456         when missing from DW_TAG_subrange_type.  Remove the handling of null
2457         return from die_type.
2458
2459 2007-04-18  Maciej W. Rozycki  <macro@mips.com>
2460
2461         * mips-tdep.c (mips_eabi_push_dummy_call): Revert the last
2462         change to rearrange some brackets.
2463         (mips_n32n64_push_dummy_call): Likewise.
2464         (mips_o32_push_dummy_call): Likewise.
2465         (mips_o64_push_dummy_call): Likewise.
2466
2467 2007-04-18  Denis Pilat  <denis.pilat@st.com>
2468
2469         * infcmd.c (post_create_inferior): Start with a call to 
2470         target_terminal_ours.
2471
2472 2007-04-17  Maciej W. Rozycki  <macro@mips.com>
2473
2474         * mips-tdep.c (mips_eabi_push_dummy_call): Rearrange some
2475         brackets.
2476         (mips_n32n64_push_dummy_call): Likewise.  Reformat some
2477         expressions.
2478         (mips_o32_push_dummy_call): Likewise.
2479         (mips_o64_push_dummy_call): Likewise.
2480
2481 2007-04-17  Maciej W. Rozycki  <macro@mips.com>
2482
2483         * mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
2484         comment.
2485
2486 2007-04-17  Maciej W. Rozycki  <macro@mips.com>
2487
2488         * mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
2489         comment.
2490         (mips_o32_push_dummy_call): Likewise.
2491
2492 2007-04-17  Andreas Schwab  <schwab@suse.de>
2493
2494         * symtab.c (skip_prologue_using_sal): Allow the end of the prologue
2495         sal to be bigger than the end of the function.
2496
2497 2007-04-17  Maciej W. Rozycki  <macro@mips.com>
2498             Nigel Stephens  <nigel@mips.com>
2499
2500         * mips-tdep.c (mips_o32_push_dummy_call): Take account of
2501         argument alignment requirements when calculating stack space
2502         required.  When aligning an arg register to eight bytes
2503         boundary, align stack_offset too.  Write floating-point
2504         arguments to the appropriate integer register if need go there.
2505         (mips_o64_push_dummy_call): Likewise.
2506
2507 2007-04-14  Ulrich Weigand  <uweigand@de.ibm.com>
2508
2509         * gdbarch.sh (software_single_step): Remove "insert_breakpoints_p" and
2510         "sig" arguments, add "regcache" argument.
2511         * gdbarch.c, gdbarch.h: Regenerate.
2512
2513         * infrun.c (resume): Update SOFTWARE_SINGLE_STEP call arguments.
2514         (handle_inferior_event): Call remove_single_step_breakpoints directly
2515         instead of calling SOFTWARE_SINGLE_STEP to remove breakpoints.
2516
2517         * alpha-tdep.c (alpha_software_single_step): Update argument list.
2518         Remove handling of !insert_breakpoints_p case.
2519         * arm-tdep.c (arm_software_single_step): Likewise.
2520         * cris-tdep.c (cris_software_single_step): Likewise.
2521         * mips-tdep.c (mips_software_single_step): Likewise.
2522         * rs6000-tdep.c (rs6000_software_single_step): Likewise.
2523         * sparc-tdep.c (sparc_software_single_step): Likewise.
2524         * spu-tdep.c (spu_software_single_step): Likewise.
2525
2526         * alpha-tdep.h (alpha_software_single_step): Update prototype.
2527         * mips-tdep.h (mips_software_single_step): Likewise.
2528         * rs6000-tdep.h (rs6000_software_single_step): Likewise.
2529         * sparc-tdep.h (sparc_software_single_step): Likewise.
2530
2531 2007-04-14  Ulrich Weigand  <uweigand@de.ibm.com>
2532
2533         * alpha-tdep.c (alpha_software_single_step): Do not call write_pc
2534         when removing single-step breakpoints.
2535
2536 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
2537
2538         * varobj.h (varobj_set_frozen): New
2539         (varobj_get_frozen): New.
2540         (varobj_update): New parameter explicit.
2541         * varobj.c (struct varobj): New fields frozen
2542         and not_fetched.
2543         (varobj_set_frozen, varobj_get_frozen): New.
2544         (install_new_value): Don't fetch values for 
2545         frozen variable object, or children thereof.  Allow
2546         a frozen variable object to have non-fetched value.
2547         (varobj_update): Allow updating child variables.
2548         Don't traverse frozen children.
2549         (new_variable): Initialize the frozen field.
2550         (c_value_of_variable): Return NULL for frozen
2551         variable without any value yet. 
2552         * mi/mi-cmd-var.c (varobj_update_one): New parameter
2553         'explicit'.
2554         (mi_cmd_var_create): Output the 'frozen' field,
2555         as soon as testsuite is adjusted to expect that field.
2556         (mi_cmd_var_set_frozen): New.
2557         (mi_cmd_var_update): Pass the 'explicit' parameter to
2558         varobj_update_one.
2559         * mi/mi-cmds.c (mi_cmds): Register '-var-set-frozen'.
2560         * mi/mi-cmds.h (mi_cmd_var_set_frozen): Declare.
2561         
2562 2007-04-13  Paul Brook  <paul@codesourcery.com>
2563
2564         * target-descriptions.c (tdesc_named_type): Add ieee_single and
2565         ieee_double.
2566         * doc/gdb.texinfo: Document ieee_single and ieee_double target types.
2567
2568 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
2569
2570         * mips-mdebug-tdep.c, mips-mdebug-tdep.h, ocd.c, ocd.h, ppc-bdm.c,
2571         remote-e7000.c, remote-hms.c, remote-utils.c, remote-utils.h,
2572         scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h, scm-valprint.c,
2573         ser-e7kpc.c, sh3-rom.c, stop-gdb.c: Delete.
2574         * Makefile.in: Remove references to deleted files.
2575         * README: Do not mention deleted ROM monitor interfaces.
2576         * defs.h (enum language): Delete language_scm.
2577         * expprint.c (print_subexp_standard): Do not handle OP_EXPRSTRING.
2578         (dump_subexp_body_standard): Likewise.
2579         * parse.c (operator_length_standard): Likewise.
2580         * expression.h (enum exp_opcode): Delete OP_EXPRSTRING.
2581         * remote-mips.c: Do not include remote-utils.h.
2582         * remote-sim.c: Likewise.  Use remote_debug instead of sr_get_debug
2583         throughout.
2584         * value.c: Do not include scm-lang.h.
2585         (unpack_long): Delete scm_unpack call.
2586         * config/h8300/h8300.mt, config/mips/embed.mt,
2587         config/powerpc/ppc-eabi.mt, config/powerpc/ppc-sim.mt,
2588         config/sh/embed.mt, config/sh/linux.mt: Remove references to
2589         deleted files.
2590         * NEWS: Mention removed files.
2591
2592 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
2593
2594         * symfile.c (add_psymbol_with_dem_name_to_list): Remove.
2595         * symfile.h (add_psymbol_with_dem_name_to_list): Remove prototype.
2596
2597 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
2598
2599         * NEWS: Mention removal of HP aCC support.
2600
2601 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
2602
2603         * solib-svr4.c (IGNORE_FIRST_LINK_MAP_ENTRY): Do not ignore the
2604         first entry for static executables.
2605         (breakpoint_addr): Delete unused variable.
2606         (elf_locate_base): Search for _r_debug in static executables.
2607         (enable_break): Do not set breakpoint_addr.  Scan solib_break_names
2608         also.
2609
2610 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
2611
2612         * breakpoint.c (update_breakpoints_after_exec, print_it_typical)
2613         (bpstat_what, print_one_breakpoint, allocate_bp_location)
2614         (mention): Remove bp_through_sigtramp support.
2615         * breakpoint.h (enum bptype): Remove bp_through_sigtramp.
2616
2617 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
2618
2619         * breakpoint.c (bpstat_what): Give step-resume higher priority than
2620         shlib events.
2621
2622 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
2623
2624         * infrun.c: Doc fixes.
2625         (handle_inferior_event): Clarify debug message.
2626         (insert_step_resume_breakpoint_at_sal): Print a debug message.
2627
2628 2007-04-12  Ulrich Weigand  <uweigand@de.ibm.com>
2629
2630         * configure.tgt (arm-*-nto*, sh-*-nto*): Remove.
2631
2632 2007-04-12  Ulrich Weigand  <uweigand@de.ibm.com>
2633
2634         * config/m68k/tm-monitor.h: Delete file.
2635         * config/m68k/monitor.mt (DEPRECATED_TM_FILE): Remove.
2636         * m68k-tdep.c (m68k_gdbarch_init): set_gdbarch_decr_pc_after_break
2637         call moved to ...
2638         * m68kbsd-tdep.c (m68kbsd_init_abi): ... here and ...
2639         * m68klinux-tdep.c (m68k_linux_init_abi): ... here.
2640
2641 2007-04-12  Luis Machado  <luisgpm@br.ibm.com>
2642
2643         * gdbarch.sh (software_single_step): Change the return type
2644         from void to int and reformatted some comments to <= 80
2645         columns.
2646         * gdbarch.c, gdbarch.h: Regenerated.
2647         * alpha-tdep.c (alpha_software_single_step): Likewise.
2648         * alpha-tdep.h (alpha_software_single_step): Likewise.
2649         * arm-tdep.c (arm_software_single_step): Likewise.
2650         * cris-tdep.c (cris_software_single_step): Likewise.
2651         * mips-tdep.c (mips_software_single_step): Likewise.
2652         * mips-tdep.h (mips_software_single_step): Likewise.
2653         * rs6000-tdep.c (rs6000_software_single_step): Likewise.
2654         * rs6000-tdep.h (rs6000_software_single_step): Likewise.
2655         * sparc-tdep.c (sparc_software_single_step): Likewise.
2656         * sparc-tdep.h (sparc_software_single_step): Likewise.
2657         * spu-tdep.c (spu_software_single_step): Likewise.
2658         * infrun.c (resume): Check the return value from SOFTWARE_SINGLE_STEP
2659         and act accordingly.
2660
2661 2007-04-11  Steve Ellcey  <sje@cup.hp.com>
2662
2663         * configure.ac (build_warnings): Add -Wno-char-subscripts.
2664         * configure: Regenerate.
2665         * doc/gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
2666
2667 2007-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2668
2669         * libunwind-frame.c (LIBUNWIND_SO): Use major version number for `.so'.
2670
2671 2007-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2672
2673         * gdbtypes.h (TYPE_FLAG_STUB_SUPPORTED, TYPE_STUB_SUPPORTED): New
2674         macros.
2675         (TYPE_IS_OPAQUE): Empty vs. opaque structures are now
2676         distinct on the TYPE_STUB_SUPPORTED debug targets.
2677         * dwarf2read.c (read_structure_type): Set TYPE_FLAG_STUB_SUPPORTED.
2678
2679 2007-04-11  Joel Brobecker  <brobecker@adacore.com>
2680
2681         * sparc-tdep.c (X_RS2): New macro.
2682         (sparc_skip_stack_check): New function.
2683         (sparc_analyze_prologue): Adjust PC past stack probing
2684         sequence if necessary.
2685
2686 2007-04-10  Andreas Schwab  <schwab@suse.de>
2687
2688         * rs6000-tdep.c (rs6000_dwarf2_reg_to_regnum): Decode 64 as CR
2689         register.
2690
2691 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
2692
2693         * breakpoint.c (gdb_breakpoint_query): Really return an
2694         enum gdb_rc.
2695         (gdb_breakpoint): Likewise.
2696         * thread.c (gdb_list_thread_ids): Likewise.
2697         (gdb_thread_select): Likewise.
2698         * mi/mi-main.c (mi_cmd_thread_select): Expect an enum gdb_rc.
2699         (mi_cmd_thread_list_ids): Remove bogus initialization.
2700
2701 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
2702
2703         * Makefile.in (SFILES): Remove hpacc-abi.c.
2704         (COMMON_OBS): Remove hpacc-abi.o.
2705         (ALLDEPFILES): Remove hpread.c and $(HPREAD_SOURCE).
2706         (hpacc-abi.o, hpread.o): Delete rules.
2707         * somread.c: Delete extern declarations from hpread.c.
2708         (som_symfile_read): Do not call do_pxdb or hpread_build_psymtabs.
2709         (som_symfile_finish): Do not call hpread_symfile_finish.
2710         (som_symfile_init): Do not call hpread_symfile_init.
2711         * config/pa/hppa64.mt (TDEPFILES): Remove hpread.o.
2712         * config/pa/hppahpux.mt (TDEPFILES): Likewise.
2713         * hpacc-abi.c, hpread.c: Deleted.
2714
2715 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
2716
2717         * solib-svr4.c (enable_break): Simplify return value.
2718         (svr4_solib_create_inferior_hook): Do not warn if enable_break fails.
2719
2720 2007-04-10  Andreas Schwab  <schwab@suse.de>
2721
2722         * solib-svr4.h (struct link_map_offsets): Remove l_addr_size,
2723         l_ld_size, l_next_size, l_prev_size, l_name_size.
2724
2725         * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Use extract_typed_address
2726         to extract addresses from link map.
2727         (LM_DYNAMIC_FROM_LINK_MAP): Likewise.
2728         (LM_NEXT): Likewise.
2729         (LM_NAME): Likewise.
2730         (IGNORE_FIRST_LINK_MAP_ENTRY): Likewise.
2731         (elf_locate_base): Likewise.
2732         (open_symbol_file_object): Likewise.
2733         (svr4_fetch_objfile_link_map): Likewise.
2734         (SOLIB_EXTRACT_ADDRESS): Remove unused macro.
2735         (HAS_LM_DYNAMIC_FROM_LINK_MAP): Test l_ld_offset instead of
2736         l_ld_size.
2737         (svr4_ilp32_fetch_link_map_offsets): Don't set removed members.
2738         (svr4_lp64_fetch_link_map_offsets): Likewise.
2739
2740         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Don't set
2741         removed members.  Set l_ld_offset to -1 if not present.
2742
2743 2007-04-08  Vladimir Prus  <vladimir@codesourcery.com>
2744         
2745         Pass stderr of program run with "target remote |"
2746         via gdb_stderr.
2747         * serial.c (serial_open): Set error_fd to -1.
2748         * serial.h (struct serial): New field error_fd.
2749         (struct serial_opts): New field avail.
2750         * ser-pipe.c (pipe_open): Create another pair
2751         of sockets.  Pass stderr to gdb.
2752         * ser-mingw.c (pipe_windows_open): Pass
2753         PEX_STDERR_TO_PIPE to pex_run.  Initialize
2754         sd->error_fd.
2755         (pipe_avail): New.
2756         (_initialize_ser_windows): Hook pipe_avail.
2757         * ser-base.c (generic_readchar): Check if there's
2758         anything in stderr channel and route that to gdb_stderr.
2759
2760 2007-04-03  Pedro Alves  <pedro_alves@portugalmail.pt>
2761
2762         * dbxread.c (read_ofile_symtab): Move current_objfile
2763         clearing to after end_stabs.
2764
2765 2007-04-01  Andreas Schwab  <schwab@suse.de>
2766
2767         * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Use parameter
2768         gdbarch instead of current_gdbarch.
2769
2770 2007-04-01  Vladimir Prus  <vladimir@codesourcery.com>
2771
2772         * varobj.c (varobj_create): Keep varobj value
2773         NULL when evaluating the type.
2774         
2775 2007-03-31  Pedro Alves  <pedro_alves@portugalmail.pt>
2776
2777         * NEWS: Mention new Windows CE support.
2778
2779 2007-03-30  Pedro Alves  <pedro_alves@portugalmail.pt>
2780
2781         * configure.tgt: Move mips*-*-pe and sh*-*-pe to 
2782         the obsoletion stanza.
2783         * NEWS: Mention deleted targets.
2784
2785         * config/sh/tm-wince.h: Remove.
2786         * config/sh/wince.mt: Remove.
2787         * config/mips/tm-wince.h: Remove.
2788         * config/mips/wince.mt: Remove.
2789
2790         * wince.c: Remove.
2791         * wince-stub.c: Remove.
2792         * wince-stub.h: Remove.
2793         * Makefile.in (wince.o): Remove rule.
2794         (wince-stub.o): Likewise.
2795
2796         * mips-tdep.c (mips_next_pc): Make static.
2797         * mips-tdep.h (mips_next_pc): Remove declaration.
2798         * arm-tdep.c (arm_pc_is_thumb): Make static.
2799         (thumb_get_next_pc): Likewise.
2800         (arm_get_next_pc): Likewise.
2801         * arm-tdep.h (arm_pc_is_thumb_dummy): Remove declaration.
2802         (arm_pc_is_thumb): Likewise.
2803         (thumb_get_next_pc): Likewise.
2804         (arm_get_next_pc): Likewise.
2805
2806 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
2807
2808         * MAINTAINERS: Remove d10v entry.
2809         * Makefile.in (SFILES): Remove dwarfread.c.
2810         (COMMON_OBS): Remove dwarfread.o.
2811         (gdb_sim_d10v_h, abug-rom.o, cpu32bug-rom.o, d10v-tdep.o, dwarfread.o)
2812         (remote-est.o, rom68k-rom.o): Delete.
2813         * NEWS: Mention removal of d10v, target abug, target cpu32bug,
2814         target est, target rom68k, and DWARF 1.
2815         * configure.tgt: Mark d10v as removed.
2816         * dwarf2read.c: Doc update.
2817         * elfread.c (struct elfinfo): Remove dboffset, dbsize, lnoffset,
2818         and lnsize.
2819         (elf_locate_sections): Do not set them.
2820         (elf_symfile_read): Do not call dwarf_build_psymtabs.
2821         * symfile.h (dwarf_build_psymtabs): Delete prototype.
2822         * config/m68k/monitor.mt (TDEPFILES): Prune.
2823         * abug-rom.c, cpu32bug-rom.c, d10v-tdep.c, dwarfread.c,
2824         remote-est.c, rom68k-rom.c, config/d10v/d10v.mt: Delete.
2825
2826 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
2827
2828         * doublest.c (convert_floatformat_to_doublest): Use
2829         floatformat_classify.
2830         (floatformat_is_nan): Rename to...
2831         (floatformat_classify): ...this.  Return more information.
2832         * doublest.h (enum float_kind): New.
2833         (floatformat_is_nan): Replace prototype...
2834         (floatformat_classify): ...with this one.
2835         * valprint.c (print_floating): Use floatformat_classify.  Handle
2836         infinity.
2837
2838 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
2839
2840         * README: Mention ISO C library requirement.
2841
2842 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
2843
2844         * Makefile.in (SFILES): Remove nlmread.c.
2845         (COMMON_OBS): Remove nlmread.o.
2846         (nlmread.o): Delete rule.
2847         * README: Delete reference to remote-st.c.
2848         * acinclude.m4 (CY_AC_TCL_LYNX_POSIX): Delete.
2849         * defs.h (enum gdb_osabi): Delete GDB_OSABI_NETWARE and
2850         GDB_OSABI_LYNXOS.
2851         * i386-tdep.c (i386_nw_init_abi, i386_nlm_osabi_sniffer): Delete.
2852         (_initialize_i386_tdep): Do not reference them.
2853         * nlmread.c: Delete file.
2854         * osabi.c (gdb_osabi_names): Remove NetWare and LynxOS.
2855         * target.c: Doc update.
2856         * thread.c: Delete commented include.
2857         * config/alpha/tm-alpha.h: Doc update.
2858
2859 2007-03-30  Chris Dearman  <chris@mips.com>
2860
2861         * utils.c (string_to_core_addr): Comment typo.
2862
2863 2007-03-30  Chris Dearman  <chris@mips.com>
2864
2865         * mips-tdep.c: Comment typo.
2866
2867 2007-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
2868
2869         * config/alpha/nm-osf.h (PTRACE_XFER_TYPE): Remove.
2870         * config/mips/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove.
2871         * config/sparc/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove.
2872         * config/powerpc/nm-ppc64-linux.h: Remove file.
2873         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Set to nm-linux.h.
2874         * inferior.h (PTRACE_ARG3_TYPE): Do not define.
2875         (call_ptrace): Change type of third argument to PTRACE_TYPE_ARG3.
2876         * infptrace.c (call_ptrace): Likewise.
2877         * m68klinux-nat.c (PTRACE_XFER_TYPE): Do not define.
2878         (fetch_register): Replace PTRACE_ARG3_TYPE by PTRACE_TYPE_ARG3
2879         and PTRACE_XFER_TYPE by PTRACE_TYPE_RET.
2880         (store_register): Likewise.
2881
2882 2007-03-29  Joel Brobecker  <brobecker@adacore.com>
2883
2884         * Makefile.in (varobj.o): Add missing dependency.
2885
2886 2007-03-29  Michael Snyder  <msnyder@access-company.com>
2887
2888         * MAINTAINERS: Update my email address.
2889
2890 2007-03-29  Joel Brobecker  <brobecker@adacore.com>
2891
2892         Add support for exception handling with multiple versions of
2893         the Ada runtime:
2894         * ada-lang.c: Update general comments on how Ada exception catchpoints
2895         are implemented.
2896         (raise_sym_name, raise_unhandled_sym_name, raise_assert_sym_name)
2897         (__gnat_raise_nodefer_with_msg): Delete.
2898         (ada_unhandled_exception_name_addr_ftype): New type.
2899         (exception_support_info): New type.
2900         (ada_unhandled_exception_name_addr): Add forward declaration.
2901         (ada_unhandled_exception_name_addr_from_raise): Likewise.
2902         (default_exception_support_info): New constant.
2903         (exception_support_info_fallback): Likewise.
2904         (exception_info): New global variable.
2905         (ada_exception_support_info_sniffer): New function.
2906         (ada_executable_changed_observer): Likewise.
2907         (ada_unhandled_exception_name_addr_from_raise): Renamed from
2908         ada_unhandled_exception_name_addr.
2909         (ada_unhandled_exception_name_addr): Reimplement to match the
2910         latest Ada runtime implementation.
2911         (error_breakpoint_runtime_sym_not_found): Delete.
2912         (ada_exception_sym_name): Get the exception sym name from
2913         exception_info rather than hardcoding it.
2914         (ada_exception_sal): Add call to ada_exception_support_info_sniffer.
2915         Update error handling.
2916         * Makefile.in (ada-lang.o): Add dependency on observer.h.
2917
2918 2007-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
2919
2920         * Makefile.in (coff_solib_h, coff-solib.o, i386v-nat.o, lynx-nat.o)
2921         (remote-st.o, uw-thread.o): Delete.
2922         (HFILES_NO_SRCDIR, ALLDEPFILES): Update.
2923         * configure.host: Move hppa*-*-hiux*, i[34567]86-ncr-*,
2924         i[34567]86-*-dgux*, i[34567]86-*-lynxos*, i[34567]86-*-sco3.2v5*,
2925         i[34567]86-*-sco3.2v4*, i[34567]86-*-sco*, i[34567]86-*-sysv4.2*,
2926         i[34567]86-*-sysv4*, i[34567]86-*-sysv5*, i[34567]86-*-unixware2*,
2927         i[34567]86-*-unixware*, i[34567]86-*-sysv*, i[34567]86-*-isc*, and
2928         rs6000-*-lynxos* to an obsoletion stanza.
2929         * configure.tgt: Move hppa*-*-hiux*, i[34567]86-ncr-*,
2930         i[34567]86-*-lynxos*, m68*-cisco*-*, m68*-tandem-*, m68*-*-os68k*,
2931         and rs6000-*-lynxos* to an obsoletion stanza.  Do not mention
2932         i[34567]86-*-netware*.
2933         * NEWS: Mention deleted targets.
2934
2935         * coff-solib.c, coff-solib.h, i386v-nat.c, lynx-nat.c, remote-st.c,
2936         uw-thread.c, config/nm-lynx.h, config/i386/i386sco.mh,
2937         config/i386/i386sco4.mh, config/i386/i386sco5.mh, config/i386/i386v.mh,
2938         config/i386/i386v4.mh, config/i386/i386v42mp.mh,
2939         config/i386/ncr3000.mh, config/i386/ncr3000.mt,
2940         config/i386/nm-i386sco.h, config/i386/nm-i386sco4.h,
2941         config/i386/nm-i386sco5.h, config/i386/nm-i386v.h,
2942         config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h,
2943         config/m68k/cisco.mt, config/m68k/os68k.mt, config/m68k/st2000.mt,
2944         config/m68k/tm-cisco.h, config/m68k/tm-os68k.h,
2945         config/rs6000/rs6000lynx.mh, config/rs6000/rs6000lynx.mt,
2946         config/rs6000/tm-rs6000ly.h: Delete files.
2947
2948 2007-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
2949
2950         * defs.h (deprecated_registers_changed_hook): Delete declaration.
2951         * interps.c (clear_interpreter_hooks): Do not clear
2952         deprecated_registers_changed_hook.
2953         * regcache.c (registers_changed): Do not call it.
2954         * top.c (deprecated_registers_changed_hook): Do not define it.
2955         * mi/mi-interp.c (mi_command_loop): Do not clear it.
2956         * tui/tui-hooks.c (tui_install_hooks): Do not install it.
2957         (tui_remove_hooks): Do not remove it.
2958         (tui_selected_frame_level_changed_hook): Check for negative level.
2959         Use get_selected_frame.
2960         (tui_registers_changed_hook): Deleted.
2961
2962 2007-03-29  Joel Brobecker  <brobecker@adacore.com>
2963
2964         * stabsread.c (add_undefined_type): Add extra parameter.
2965         Now handles nameless types separately.
2966         (struct nat): New type.
2967         (noname_undefs, noname_undefs_allocated, noname_undefs_length):
2968         New static variables.
2969         (read_type): Update calls to add_undefined_type.
2970         (add_undefined_type_noname): New function.
2971         (add_undefined_type_1): Renames from add_undefined_type.
2972         (cleanup_undefined_types_noname): New function.
2973         (cleanup_undefined_types_1): Renames cleanup_undefined_types.
2974         (cleanup_undefined_types): New handles nameless types separately.
2975         (_initialize_stabsread): Initialize our new static constants.
2976
2977 2007-03-29  Denis Pilat  <denis.pilat@st.com>
2978
2979         * configure.ac: Test for signal.h.
2980         * configure, config.in: Regenerate.
2981
2982 2007-03-29  Denis Pilat  <denis.pilat@st.com>
2983
2984         * stack.c (print_stack_frame): Always use LOC_AND_ADDRESS in MI output.
2985         * infrun.c (normal_stop): Remove MI specific frame printing treatment.
2986
2987 2007-03-29  Pedro Alves  <pedro_alves@portugalmail.pt>
2988
2989         * arm-wince-tdep.c: New.
2990         * config/arm/wince.mt (DEPRECATED_TM_FILE): Use tm-arm.h.
2991         (MT_CFLAGS): Delete.
2992         (TM_CLIBS): Delete.
2993         (TDEPFILES): Add arm-wince-tdep.o, corelow.o, solib.o,
2994         solib-legacy.o, solib-svr4.o, and remove wince.o.
2995         * configure.tgt (arm*-*-mingw32ce*): Add.
2996         * signals/signals.c [HAVE_SIGNAL_H]: Check.
2997         (do_target_signal_to_host): Silence 'not used' warning.
2998         * config/arm/tm-wince.h: Remove.
2999
3000 2007-03-28  Ulrich Weigand  <uweigand@de.ibm.com>
3001
3002         * arch-utils.c (legacy_pc_in_sigtramp): Remove.
3003         * arch-utils.h (legacy_pc_in_sigtramp): Remove.
3004
3005         * config/ia64/linux.mt (DEPRECATED_TM_FILE): Remove.
3006         * config/ia64/tm-linux.h: Remove file.
3007         * ia64-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp callback.
3008         * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Use it instead of
3009         legacy_pc_in_sigtramp.
3010         (ia64_gdbarch_init): Initialize tdep->pc_in_sigtramp.
3011         * ia64-linux-tdep.c (ia64_linux_pc_in_sigtramp): Make static.
3012         Remove func_name argument.
3013         (ia64_linux_init_abi): Install it as tdep->pc_in_sigtramp.
3014
3015         * infrun.c (HAVE_STEPPABLE_WATCHPOINT): Do not redefine.
3016         * target.c (update_current_target): Add to_have_steppable_watchpoint.
3017         * target.h (struct target_ops):  Add to_have_steppable_watchpoint.
3018         (HAVE_STEPPABLE_WATCHPOINT): Define.
3019
3020         * config/ia64/linux.mh (NATDEPFILES): Remove core-aout.o.
3021         * config/ia64/nm-linux.h (KERNEL_U_ADDR, U_REGS_OFFSET,
3022         CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER,
3023         TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_STEPPABLE_WATCHPOINT,
3024         STOPPED_BY_WATCHPOINT, target_stopped_data_address,
3025         target_insert_watchpoint, target_remove_watchpoint): Remove.
3026         (FETCH_INFERIOR_REGISTERS): Define.
3027         * ia64-linux-nat.c (ia64_register_addr): Make static.
3028         (ia64_cannot_fetch_register, ia64_cannot_store_register): Likewise.
3029         (ia64_linux_insert_watchpoint): Make static.  Remove ptid_p argument.
3030         (ia64_linux_remove_watchpoint): Likewise.  Add type argument.
3031         (ia64_linux_stopped_data_address): Make static.  Add target_ops.
3032         (ia64_linux_stopped_by_watchpoint): Make static.
3033         (ia64_linux_can_use_hw_breakpoint): New function.
3034         (ia64_linux_fetch_register, ia64_linux_fetch_registers): Likewise.
3035         (ia64_linux_store_register, ia64_linux_store_registers): Likewise.
3036         (_initialize_ia64_linux_nat): Install register and watchpoint ops.
3037
3038 2007-03-28  Pedro Alves  <pedro_alves@portugalmail.pt>
3039
3040         * linespec.c: Include language.h.
3041         (find_methods): Add language parameter.  Call
3042         lookup_symbol_in_language.  Pass language down.
3043         (add_matching_methods): Likewise.  Call
3044         lookup_symbol_in_language.
3045         (add_constructors): Likewise.
3046         (find_method): Pass sym_class to collect_methods.
3047         (collect_methods): Add sym_class parameter.  Pass language
3048         down.
3049         * symtab.c (lookup_symbol): Rename to ...
3050         (lookup_symbol_in_language): ... this.  Add language
3051         parameter.  Use passed language instead of current_language.
3052         (lookup_symbol): New as wrapper around
3053         lookup_symbol_in_language.
3054         (lookup_symbol_aux): Add language parameter.  Use passed
3055         language instead of current_language.
3056         (search_symbols): Indent.
3057         * symtab.h (enum language): Forward declare.
3058         (lookup_symbol_in_language): Declare.
3059         (lookup_symbol): Update description.
3060         * ada-lang.h (lookup_symbol_in_language): Remove declaration.
3061         * ada-lang.c (restore_language): Remove.
3062         (lookup_symbol_in_language): Remove.
3063
3064 2007-03-27  Pedro Alves  <pedro_alves@portugalmail.pt>
3065
3066         * breakpoint.c (bpstat_num): Add int *num parameter.
3067         * breakpoint.h (bpstat_num): Likewise.
3068         * infcmd.c (continue_command): Adjust to new bpstat_num
3069         interface.
3070         (program_info): Likewise.
3071
3072 2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
3073
3074         * config/sh/tm-sh.h: Remove file.
3075         * config/sh/embed.mt (DEPRECATED_TM_FILE): Remove.
3076         * config/sh/linux.mt (DEPRECATED_TM_FILE): Remove.
3077         * config/sh/nbsd.mt (DEPRECATED_TM_FILE): Remove.
3078         * config/sh/tm-wince.h: Do not include "sh/tm-sh.h".
3079
3080 2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
3081
3082         * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT,
3083         DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Remove.
3084         * remote.c: Remove code under #ifdef DEPRECATED_REMOTE_BREAKPOINT,
3085         DEPRECATED_BIG_REMOTE_BREAKPOINT, DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
3086         * sh-tdep.c (sh_breakpoint_from_pc): Return remote breakpoint
3087         sequence if target_shortname is "remote".
3088
3089 2007-03-27  Anton Blanchard  <anton@samba.org>
3090
3091         * rs6000-tdep.c (rs6000_frame_cache): Use tdep->lr_frame_offset
3092         instead of wordsize when looking for the LR in a stack frame.
3093
3094 2007-03-27  Andreas Schwab  <schwab@suse.de>
3095             Daniel Jacobowitz  <dan@codesourcery.com>
3096
3097         * dwarf2-frame.c (dwarf2_frame_eh_frame_regnum): Rename to...
3098         (dwarf2_frame_adjust_regnum): ...this.  Make static.  Add eh_frame_p
3099         argument.  Update all callers.
3100         (struct dwarf2_frame_ops): Replace eh_frame_regnum with adjust_regnum.
3101         (dwarf2_frame_set_eh_frame_regnum): Rename to...
3102         (dwarf2_frame_set_adjust_regnum): ...this.  Update argument type.
3103         * dwarf2frame.h (dwarf2_frame_set_eh_frame_regnum): Rename to...
3104         (dwarf2_frame_set_adjust_regnum): ...this.
3105         (dwarf2_frame_eh_frame_regnum): Delete prototype.
3106         * rs6000-tdep.c: Include "dwarf2-frame.h".
3107         (rs6000_adjust_frame_regnum): Define.
3108         (rs6000_gdbarch_init): Enable use of DWARF CFI frame unwinder.
3109         Register rs6000_adjust_frame_regnum.
3110
3111         * Makefile.in (rs6000-tdep.o): Update dependencies.
3112
3113 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
3114
3115         * Makefile.in: Add support for a "pdf" target.
3116
3117 2007-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
3118
3119         * amd64-tdep.c (amd64_init_frame_cache): New function.
3120         (amd64_alloc_frame_cache, amd64_skip_prologue): Use it.
3121
3122 2007-03-26  Nigel Stephens  <nigel@mips.com>
3123             Maciej W. Rozycki  <macro@mips.com>
3124
3125         * ui-out.c (ui_out_field_core_addr): Truncate address to
3126         TARGET_ADDR_BIT size before printing.
3127
3128 2007-03-22  Nigel Stephens  <nigel@mips.com>
3129             Maciej W. Rozycki  <macro@mips.com>
3130
3131         * remote-mips.c (mips_xfer_memory): Update prototype.
3132
3133 2007-03-22  Joel Brobecker  <brobecker@adacore.com>
3134
3135         * symfile.h: #include "symtab.h"
3136
3137 2007-03-22  Denis Pilat  <denis.pilat@st.com>
3138
3139         * utils.c (pagination_on_command, pagination_off_command):
3140         Remove useless prototypes.
3141
3142 2007-03-21  Pierre Muller  <muller@ics.u-strasbg.fr>
3143
3144         Fix PR pascal/2232.
3145         * p-valprint.c (pascal_object_print_value): Use type_name_no_tag 
3146         instead of TYPE_NAME for object base class name.
3147
3148
3149 2007-03-19  Kevin Buettner  <kevinb@redhat.com>
3150
3151         * mep-tdep.c (mep_analyze_frame_prologue, mep_frame_this_id):
3152         Specify frame type in calls to frame_func_unwind().
3153
3154 2007-03-13  Daniel Jacobowitz  <dan@codesourcery.com>
3155
3156         * rs6000-tdep.c (rs6000_skip_prologue): Use skip_prologue_using_sal.
3157         (rs6000_in_function_epilogue_p): Use extract_unsigned_integer.
3158         (refine_prologue_limit): Delete.
3159         (skip_prologue): Don't call it.  Use extract_unsigned_integer.
3160         Assume lim_pc is set.  Correct check for incomplete prologues.
3161         Do not skip clobbers of the frame pointer.
3162         * symtab.c (skip_prologue_using_sal): Fail if there is only one
3163         sal.
3164
3165 2007-03-13  Nathan Froyd  <froydnj@codesourcery.com>
3166
3167         * frame.c (frame_pop): Check to see whether there's a frame to
3168         which we can pop first.
3169
3170 2007-03-13  Nathan Froyd  <froydnj@codesourcery.com>
3171
3172         * MAINTAINERS (Write After Approval): Add myself.
3173
3174 2007-03-09  Markus Deuling  <deuling@de.ibm.com>
3175
3176         * infrun.c (breakpoints_failed): Remove unnecessary variable.
3177         (handle_inferior_event): Remove unnecessary braces.
3178         * breakpoint.c (bpstat_what): Remove wrong comment.
3179
3180 2007-03-09  Ulrich Weigand  <uweigand@de.ibm.com>
3181
3182         * spu-tdep.c (spu_in_function_epilogue_p): New function.
3183         (spu_gdbarch_init): Install it.
3184
3185 2007-03-08  Ulrich Weigand  <uweigand@de.ibm.com>
3186
3187         * spu-linux-nat.c (spu_xfer_partial): Return -1 for unsupported
3188         object types, not 0.
3189
3190 2007-03-08  Ulrich Weigand  <uweigand@de.ibm.com>
3191
3192         * spu-tdep.c (spu_frame_align): New function.
3193         (spu_gdbarch_init): Install it.  Set call dummy location to ON_STACK.
3194
3195 2007-03-08  Ulrich Weigand  <uweigand@de.ibm.com>
3196
3197         * spu-tdep.c (spu_unwind_pc): Mask off interrupt enable bit.
3198         (spu_software_single_step): Likewise.
3199         (spu_read_pc, spu_write_pc): New functions.
3200         (spu_gdbarch_init): Install them.
3201
3202 2007-03-08  Ulrich Weigand  <uweigand@de.ibm.com>
3203
3204         * cli/cli-dump.c (struct callback_data): load_offset needs to 
3205         have signed long type.
3206
3207 2007-03-07  Joel Brobecker  <brobecker@adacore.com>
3208
3209         * mips-tdep.c (mips_insn16_frame_cache, mips_insn32_frame_sniffer):
3210         Revert the previous change that had some unexpected side-effects
3211         on mips32.
3212         (mips_insn16_frame_cache, mips_insn32_frame_cache): Use the proper
3213         function to get the address of the calling instruction.
3214
3215 2007-03-07  Denis Pilat  <denis.pilat@st.com>
3216
3217         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Replace
3218         get_selected_frame by deprecated_safe_get_selected_frame.
3219
3220 2007-03-02  Mark Kettenis  <kettenis@gnu.org>
3221
3222         * shnbsd-tdep.c: Include "regset.h", "gdb_assert.h" and
3223         "gdb_string.h".  Don't include "nbsd-tdep.h".
3224         (SIZEOF_STRUCT_REG): Remove.
3225         (SHNBSD_SIZEOF_GREGS): New.
3226         (shnbsd_supply_gregset, shnbsd_collect_gregset)
3227         (shnbsd_regset_from_core_section): New functions.
3228         (fetch_core_registers, fetch_elfcore_registers): Remove functions.
3229         (shnbsd_supply_reg, shnbsd_fill_reg): Simply call
3230         shnbsd_supply_gregset, shnbsd_collect_gregset.
3231         (shnbsd_gregset): New variable.
3232         (shnbsd_init_abi): Set regset_from_core_section.
3233         (GDB_OSABI_NETBSD_CORE): New define.
3234         (shnbsd_core_osabi_sniffer): New function.
3235         (_initialize_shnbsd_tdep): Register shnbsd_core_osabi_sniffer.
3236         * Makefile.in (shnbsd-tdep.o): Update dependencies.
3237         * config/sh/nbsd.mt (TDEPFILES): Add corelow.o, remove
3238         nbsd-tdep.o.
3239         * config/sh/obsd.mt (TDEPFILES): Remove nbsd-tdep.o.
3240
3241 2007-02-28  Joel Brobecker  <brobecker@adacore.com>
3242
3243         * gdbtypes.c (replace_type): Fix typo that caused us to not update
3244         length of the types referenced by the new type CV ring.
3245
3246 2007-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
3247
3248         * frame.c (frame_pop, frame_observer_target_changed): Call
3249         reinit_frame_cache.
3250         (flush_cached_frames): Rename to reinit_frame_cache and delete
3251         old implementation.
3252         * frame.h (flush_cached_frames): Delete prototype and update comment.
3253
3254         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): Call
3255         reinit_frame_cache instead of flush_cached_frames.  Do not call
3256         select_frame after reinit_frame_cache.
3257         * corelow.c (core_open): Likewise.
3258         * gdbarch.sh (deprecated_current_gdbarch_select_hack): Likewise.
3259         * infrun.c (prepare_to_proceed, context_switch)
3260         (handle_inferior_event): Likewise.
3261         * linux-fork.c (fork_load_infrun_state): Likewise.
3262         * ocd.c (ocd_start_remote): Likewise.
3263         * remote-e7000.c (e7000_start_remote): Likewise.
3264         * remote-mips.c (device): Likewise.
3265         * thread.c (switch_to_thread): Likewise.
3266         * tracepoint.c (finish_tfind_command): Likewise.
3267         * gdbarch.c: Regenerated.
3268
3269 2007-02-28  Jerome Guitton  <guitton@adacore.com>
3270             Joel Brobecker  <brobecker@adacore.com>
3271
3272         * gdbtypes.c (check_typedef): Do not replace stub type if
3273         the resolved type is not defined in the same objfile.
3274
3275 2007-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
3276
3277         * top.c (gdb_readline_wrapper_cleanup): Remove invalid assertion.
3278
3279 2007-02-28  Joel Brobecker  <brobecker@adacore.com>
3280
3281         * stabsread.c (define_symbol): Create an associated STRUCT_DOMAIN
3282         symbol for Ada units when the symbol is defined using 't' rather
3283         than 'Tt' as symbol descriptor.
3284
3285 2007-02-28  Ulrich Weigand  <uweigand@de.ibm.com>
3286
3287         * config/mips/tm-nbsd.h: Delete file.
3288         * config/mips/nbsd.mt (DEPRECATED_TM_FILE): Remove.
3289         * config/sh/tm-nbsd.h: Delete file.
3290         * config/sh/nbsd.mt (DEPRECATED_TM_FILE): Set to tm-sh.h.
3291
3292 2007-02-28  Joel Brobecker  <brobecker@adacore.com>
3293
3294         * mi/mi-cmd-var.c (varobj_update_one): Remove reference to
3295         unused WRONG_PARAM value since it was recently deleted.
3296
3297 2007-02-28  Vladimir Prus  <vladimir@codesourcery.com>
3298
3299         * varobj.c (varobj_update): Free temporary vectors.
3300
3301 2007-02-28  Ulrich Weigand  <uweigand@de.ibm.com>
3302
3303         * config/powerpc/linux.mt (DEPRECATED_TM_FILE): Set to tm-ppc-eabi.h.
3304         * config/powerpc/tm-linux.h: Delete file.
3305         * config/powerpc/tm-ppc-eabi.h: Do not include "rs6000/tm-rs6000.h".
3306         (PROCESS_LINENUMBER_HOOK): Do not undefine.
3307         (TEXT_SEGMENT_BASE): Do not redefine.
3308         * config/rs6000/nm-rs6000.h (CHILD_SPECIAL_WAITSTATUS): Move here
3309         from config/rs6000/tm-rs6000.h.
3310         (TARGET_CREATE_INFERIOR_HOOK, rs6000_create_inferior): Likewise.
3311         * config/rs6000/tm-rs6000.h (struct frame_info): Remove declaration.
3312         (TEXT_SEGMENT_BASE): Remove.
3313         (IN_SOLIB_RETURN_TRAMPOLINE): Remove.
3314         (rs6000_in_solib_return_trampoline): Remove.
3315         (SKIP_TRAMPOLINE_CODE): Remove.
3316         (rs6000_skip_trampoline_code): Remove.
3317         (CHILD_SPECIAL_WAITSTATUS): Move to config/rs6000/nm-rs6000.h.
3318         (TARGET_CREATE_INFERIOR_HOOK, rs6000_create_inferior): Likewise.
3319         (FP0_REGNUM): Remove.
3320         (rs6000_find_toc_address_hook): Move to rs6000-tdep.h.
3321         (rs6000_set_host_arch_hook): Remove.
3322         * Makefile.in (rs6000-nat.o): Add dependency on $(rs6000_tdep_h).
3323         (rs6000-aix-tdep.o): Add dependency on $(ppc_tdep_h).
3324         * ppc-tdep.h (struct gdbarch_tdep): Add field text_segment_base.
3325         * rs6000-aix-tdep.c: Include "ppc-tdep.h".
3326         (rs6000_aix_init_osabi): Set text_segment_base tdep field.
3327         * rs6000-nat.c: Include "rs6000-tdep.h".
3328         (exec_one_dummy_insn): Replace TEXT_SEGMENT_BASE by tdep field.
3329         (set_host_arch): Rename to ...
3330         (rs6000_create_inferior): ... this.  Make public.
3331         (_initialize_core_rs6000): Do not set rs6000_set_host_arch_hook.
3332         * rs6000-tdep.c (rs6000_set_host_arch_hook): Remove.
3333         (rs6000_create_inferior): Remove.
3334         (branch_dest): Replace TEXT_SEGMENT_BASE by tdep field.
3335         (rs6000_gdbarch_init): Call set_gdbarch_fp0_regnum,
3336         set_gdbarch_in_solib_return_trampoline, and
3337         set_gdbarch_skip_trampoline_code.
3338         * rs6000-tdep.h (rs6000_find_toc_address_hook): Move here
3339         from config/rs6000/tm-rs6000.h.
3340
3341 2007-02-27  Joel Brobecker  <brobecker@adacore.com>
3342
3343         * buildsym.c (record_producer): Do nothing if no producer is provided.
3344
3345 2007-02-27  Nick Roberts  <nickrob@snap.net.nz>
3346
3347         * varobj.c (varobj_update): Remove unused local.  Use gdb_assert
3348         to check changelist is non-NULL.  Call error if the frontend tries
3349         to update a non-root variable.
3350
3351         * varobj.h (enum varobj_update_error): Delete WRONG_PARAM value.
3352
3353 2007-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
3354
3355         * dwarf2-frame.c (dwarf2_frame_cache, dwarf2_frame_this_id)
3356         (dwarf2_frame_sniffer): Update.
3357         (dwarf2_signal_frame_this_id): New function.
3358         (dwarf2_signal_frame_unwind): Use it.
3359         (dwarf2_frame_base_sniffer): Use frame_unwind_address_in_block.
3360         * frame.c (frame_func_unwind): Add this_type argument.
3361         (get_frame_func): Update.
3362         (frame_unwind_address_in_block): Add this_type argument and check it.
3363         Fix a typo.
3364         (get_frame_address_in_block): Update.
3365         * frame.h (enum frame_type): Move higher in the file.
3366         (frame_unwind_address_in_block, frame_func_unwind): Add enum frame_type
3367         argument.
3368
3369         * alpha-mdebug-tdep.c, alpha-tdep.c, amd64-tdep.c, amd64obsd-tdep.c,
3370         arm-tdep.c, avr-tdep.c, cris-tdep.c, frv-tdep.c, h8300-tdep.c,
3371         hppa-tdep.c, i386-tdep.c, i386obsd-tdep.c, ia64-tdep.c,
3372         libunwind-frame.c, m32c-tdep.c, m32r-linux-tdep.c, m32r-tdep.c,
3373         m68hc11-tdep.c, m68k-tdep.c, m88k-tdep.c, mips-mdebug-tdep.c,
3374         mips-tdep.c, mn10300-tdep.c, mt-tdep.c, rs6000-tdep.c, s390-tdep.c,
3375         score-tdep.c, sh-tdep.c, sh64-tdep.c, sparc-tdep.c,
3376         sparc64obsd-tdep.c, spu-tdep.c, v850-tdep.c, vax-tdep.c,
3377         xstormy16-tdep.c, xtensa-tdep.c: Update calls to
3378         frame_func_unwind and frame_unwind_address_in_block to specify
3379         the frame type.  Use frame_unwind_address_in_block instead of
3380         frame_pc_unwind in sniffers.
3381
3382 2007-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
3383
3384         * frame.c (deprecated_selected_frame): Rename to...
3385         (selected_frame): ...this.  Make static.
3386         (get_selected_frame, select_frame): Update.
3387         * frame.h (deprected_select_frame): Delete.
3388         (deprecated_safe_get_selected_frame): Update comments.
3389
3390         * breakpoint.c, cli/cli-cmds.c, f-valprint.c, infcmd.c, inflow.c,
3391         infrun.c, stack.c, tui/tui-disasm.c, tui/tui-source.c,
3392         tui/tui-winsource.c, valops.c, varobj.c, findvar.c, macroscope.c,
3393         parse.c, regcache.h, sh64-tdep.c, tui/tui-hooks.c, tui/tui-win.c,
3394         tui/tui.c: Replace references to deprecated_selected_frame.
3395
3396 2007-02-27  Fred Fish  <fnf@specifix.com>
3397
3398         * rs6000-tdep.c (skip_prologue): Recognize addi instructions that 
3399         directly decrement the stack pointer, accumulate their operand into 
3400         the stack offset, and mark the function as not being frameless.
3401
3402 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
3403
3404         * arch-utils.c (selected_byte_order): New.
3405         * arch-utils.h (selected_byte_order): New prototype.
3406         * remote-sim.c (gdbsim_open): Use selected_byte_order.
3407
3408 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
3409
3410         * symfile.c (place_section): Check SEC_ALLOC.  Do not check VMA.
3411         (default_symfile_offsets): Check VMA here.  Update section VMAs.
3412
3413 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
3414
3415         * remote.c (init_remote_state): Add special handling for placeholder
3416         registers.
3417
3418 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
3419
3420         * Makefile.in (XMLFILES): Include $(TDEP_XML).
3421         (filenames_h): New variable.
3422         (clean): Clean up xml-builtin.c and stamp-xml.
3423         (arm-linux-nat.o): Update.
3424         * config/arm/linux.mh (TDEP_XML): Define.
3425         * arm-linux-nat.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
3426         (arm_linux_has_wmmx_registers): New.
3427         (GET_THREAD_ID): Fix typo.
3428         (IWMMXT_REGS_SIZE): Define.
3429         (fetch_wmmx_regs, store_wmmx_regs): New.
3430         (arm_linux_fetch_inferior_registers): Use fetch_wmmx_regs.
3431         (arm_linux_store_inferior_registers): Use store_wmmx_regs.
3432         (super_xfer_partial, arm_linux_xfer_partial): New.
3433         (_initialize_arm_linux_nat): Use them.
3434         * xml-support.c (fetch_xml_builtin): Move outside HAVE_LIBEXPAT.
3435         (xml_builtin_xfer_partial): New function.
3436         * xml-support.h (xml_builtin_xfer_partial): New prototype.
3437         * NEWS: Update mention of iWMMXt support.
3438
3439 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
3440
3441         * arm-tdep.c (arm_scan_prologue): Do not record FPA register saves
3442         if there are no FPA registers.
3443         (arm_dwarf_reg_to_regnum): New function.
3444         (arm_register_type, arm_register_name): Return minimal values for
3445         unsupported registers.
3446         (arm_register_sim_regno): Handle iWMMXt registers.
3447         (arm_gdbarch_init): Record missing FPA registers if indicated by
3448         a target description.  Recognize iWMMXt registers.  Only register
3449         "info float" for FPA.  Use ARM_NUM_REGS.  Register
3450         arm_dwarf_reg_to_regnum.
3451         * arm-tdep.h (enum gdb_regnum): Add ARM_NUM_REGS and iWMMXt
3452         constants.
3453         (struct gdbarch_tdep): Add have_fpa_registers.
3454         * features/xscale-iwmmxt.xml: Update capitalization.
3455         * regformats/arm-with-iwmmxt.dat: Regenerated.
3456
3457 2007-02-24  Kevin Buettner  <kevinb@redhat.com>
3458
3459         * NEWS (New targets): Add entry for the Toshiba Media Processor.
3460
3461 2007-02-23  Kevin Buettner  <kevinb@redhat.com>
3462
3463         * MAINTAINERS (mep): New target.
3464
3465 2007-02-23  Kevin Buettner  <kevinb@redhat.com>
3466
3467         From Jim Blandy, Dave Brolley, Kevin Buettner, Don Howard, and
3468         Richard Sandiford:
3469         * Makefile.in (elf_mep_h, mep_desc_h, mep_opc_h): New variables.
3470         (mep-tdep.o): New rule.
3471         * configure.tgt (mep-*-*): New target.
3472         * mep-tdep.c: New file.
3473         * config/mep/mep.mt: New file.
3474
3475 2007-02-22  Markus Deuling  <deuling@de.ibm.com>
3476
3477         * infrun.c (inferior_stop_reason, print_stop_reason): Remove
3478         BREAKPOINT_HIT and STOP_UNKNOWN.
3479
3480 2007-02-22  Markus Deuling  <deuling@de.ibm.com>
3481
3482         * valops.c (value_ind): Fix unary * handling of TYPE_CODE_INT. 
3483
3484 2007-02-20  Joel Brobecker  <brobecker@adacore.com>
3485
3486         * gdb_expat.h (XMLCALL): Define if not already defined.
3487
3488 2007-02-20  Andreas Schwab  <schwab@suse.de>
3489
3490         * Makefile.in (symfile.o): Update dependencies.
3491
3492 2007-02-20  Daniel Jacobowitz  <dan@codesourcery.com>
3493
3494         * MAINTAINERS: Disable -Werror for cris simulator.  Build
3495         sparc64-solaris2.10 instead of the broken sparc-elf.
3496         * solib-frv.c: Include "solib.h".
3497         * Makefile.in (solib-frv.o): Update.
3498         * mt-tdep.c (mt_gdbarch_init): Correct typo in floatformats patch.
3499         * xtensa-tdep.c (xtensa_regset_from_core_section): Cast size_t to int.
3500         (xtensa_frame_this_id, xtensa_frame_prev_register)
3501         (xtensa_push_dummy_call): Use %p.
3502
3503 2007-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
3504
3505         * avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
3506         ia64-tdep.c, m68k-tdep.c, mips-linux-tdep.c, ppcobsd-tdep.c,
3507         sparc-linux-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
3508         * Makefile.in (avr-tdep.o, hppabsd-tdep.o, hppa-tdep.o, i386-tdep.o)
3509         (ia64-tdep.o, m68k-tdep.o, mips-linux-tdep.o, ppcobsd-tdep.o)
3510         (sparc-linux-tdep.o): Update.
3511
3512 2007-02-15  Maxim Grigoriev  <maxim2405@gmail.com>
3513
3514         * xtensa-tdep.h (xtensa_reg_mask_t): New.
3515         (xtensa_mask_t): Change mask field to be a separate array.
3516         * xtensa-tdep.c (extract_call_winsize, xtensa_pseudo_register_read)
3517         (xtensa_pseudo_register_write, xtensa_unwind_pc)
3518         (xtensa_unwind_dummy_id, xtensa_push_dummy_call)
3519         (xtensa_breakpoint_from_pc): Remove implicit type casting.
3520         * xtensa-config.c (mask0, mask1, mask2, mask3, mask4, mask5)
3521         (mask6, mask7, mask8, mask9, mask10, mask11, mask12, mask13)
3522         (mask14, mask15): Rename to
3523         (xtensa_mask0, xtensa_mask1, xtensa_mask2, xtensa_mask3)
3524         (xtensa_mask4, xtensa_mask5, xtensa_mask6, xtensa_mask7)
3525         (xtensa_mask8, xtensa_mask9, xtensa_mask10, xtensa_mask11)
3526         (xtensa_mask12, xtensa_mask13, xtensa_mask14, xtensa_mask15): this.
3527         (xtensa_submask0, xtensa_submask1, xtensa_submask2, xtensa_submask3)
3528         (xtensa_submask4, xtensa_submask5, xtensa_submask6, xtensa_submask7)
3529         (xtensa_submask8, xtensa_submask9, xtensa_submask10)
3530         (xtensa_submask11, xtensa_submask12, xtensa_submask13)
3531         (xtensa_submask14, xtensa_submask15): New.
3532         (rmap): Follow strict aliasing rules doing static initialization.
3533
3534 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3535
3536         * target-descriptions.c (tdesc_named_type): Move code_ptr and data_ptr
3537         handling from here...
3538         (tdesc_register_type): ...to here.
3539         * xml-tdesc.c (tdesc_start_reg): Allow code_ptr and data_ptr.
3540         * features/arm-core.xml: Use code_ptr and data_ptr.
3541
3542 2007-02-13  Denis Pilat  <denis.pilat@st.com>
3543
3544         * varobj.h (enum varobj_update_error): New enum.
3545         * varobj.c (struct varobj_root): Add is_valid member.
3546         (varobj_get_type): Check for invalid varobj.
3547         (varobj_get_attributes): Likewise.
3548         (variable_editable):Likewise.
3549         (varobj_update): Likewise.  Use varobj_update_error.
3550         (new_root_variable): Set root varobj as valid by default.
3551         (varobj_invalidate): New function.
3552         * symfile.c (clear_symtab_users): Use varobj_invalidate.
3553         * mi/mi-cmd-var.c (varobj_update_one): Change return type to void.
3554         Use varobj_update_error.
3555
3556 2007-02-12  Pierre Muller  <muller@ics.u-strasbg.fr>
3557
3558         Fix PR pascal/2223.
3559         * dwarfread.c (set_cu_language): Recognize DW_LANG_Pascal83 as
3560         Pascal language marker.
3561         * dwarf2read.c (set_cu_language): Likewise.
3562
3563 2007-02-12  Corinna Vinschen  <vinschen@redhat.com>
3564
3565         * win32-nat.c (win32_wait): Reset terminal pgrp to GDB.
3566         (do_initial_win32_stuff): Call terminal_init_inferior_with_pgrp
3567         instead of target_terminal_init since inferior_ptid isn't set yet.
3568
3569 2007-02-10  Pedro Alves  <pedro_alves@portugalmail.pt>
3570
3571         * MAINTAINERS (Write After Approval): Add myself.
3572
3573 2007-02-09  Fred Fish  <fnf@specifix.com>
3574
3575         Based on work by Apple Computer, Inc.
3576         * event-top.c (async_request_quit): Call quit() whenever either
3577         quit_flag is set or immediate_quit is set.
3578
3579 2007-02-09  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3580
3581         * ada-lang.c (remove_out_of_scope_renamings): Change third parameter's
3582         type to a pointer to const struct block.
3583         (ada_lookup_symbol_list): Don't cast away constness when calling
3584         remove_out_of_scope_renamings.
3585
3586 2007-02-09  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3587
3588         * linux-nat.c (linux_nat_find_memory_regions): Don't check the
3589         address of 'filename'; it is always non null.
3590
3591 2007-02-09  Joel Brobecker  <brobecker@adacore.com>
3592
3593         * exec.c (add_to_section_table): Do not discard empty sections.
3594
3595 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
3596
3597         * features/Makefile, features/arm-with-iwmmxt.xml,
3598         features/gdbserver-regs.xsl, features/number-regs.xsl,
3599         features/sort-regs.xsl, features/xscale-iwmmxt.xml: New files.
3600         * regformats/arm-with-iwmmxt.dat: Generate.
3601         * NEWS: Mention iWMMXt.
3602
3603 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
3604
3605         * Makefile.in (arm-tdep.o, eval.o, target-descriptions.o)
3606         (xml-tdesc.o): Update.
3607         * xml-support.c: Add a comment.
3608         (gdb_xml_enums_boolean): New variable.
3609         (gdb_xml_parse_attr_enum): Use strcasecmp.
3610         * xml-support.h (gdb_xml_enums_boolean): Declare.
3611         * xml-tdesc.c (struct tdesc_parsing_data): Record current_feature,
3612         next_regnum, and current_union.
3613         (tdesc_start_feature, tdesc_start_reg, tdesc_start_union)
3614         (tdesc_end_union, tdesc_start_field, tdesc_start_vector)
3615         (field_attributes, union_children, reg_attributes, union_attributes)
3616         (vector_attributes, feature_attributes, feature_children): New.
3617         (target_children): Make static.  Add <feature>.
3618         (tdesc_elements): Make static.
3619         * target-descriptions.c (struct tdesc_reg, tdesc_reg_p, type_p)
3620         (struct tdesc_feature, tdesc_feature_p): New types.
3621         (struct target_desc): Add features member.
3622         (struct tdesc_arch_data, tdesc_data): New.
3623         (target_find_description): Clarify error message.  Warn about
3624         ignored register descriptions.
3625         (tdesc_has_registers, tdesc_find_feature, tdesc_feature_name)
3626         (tdesc_named_type, tdesc_data_init, tdesc_data_alloc)
3627         (tdesc_data_cleanup, tdesc_numbered_register)
3628         (tdesc_numbered_register_choices, tdesc_find_register)
3629         (tdesc_register_name, tdesc_register_type)
3630         (tdesc_remote_register_number, tdesc_register_reggroup_p)
3631         (set_tdesc_pseudo_register_name, set_tdesc_pseudo_register_type)
3632         (set_tdesc_pseudo_register_reggroup_p, tdesc_use_registers)
3633         (tdesc_free_reg, tdesc_create_reg, tdesc_free_feature)
3634         (tdesc_create_feature, tdesc_record_type): New.
3635         (free_target_description): Free features.
3636         (_initialize_target_descriptions): Initialize tdesc_data.
3637         * arch-utils.c (default_remote_register_number): New.
3638         * arch-utils.h (default_remote_register_number): New prototype.
3639         * target-descriptions.h (set_tdesc_pseudo_register_name)
3640         (set_tdesc_pseudo_register_type, set_tdesc_pseudo_register_reggroup_p)
3641         (tdesc_use_registers, tdesc_data_alloc, tdesc_data_cleanup)
3642         (tdesc_numbered_register, tdesc_numbered_register_choices)
3643         (tdesc_has_registers, tdesc_find_feature, tdesc_feature_name)
3644         (tdesc_named_type, tdesc_create_feature, tdesc_record_type)
3645         (tdesc_create_reg): Declare.
3646         * gdbarch.sh (remote_register_number): New entry.
3647         * gdbarch.c, gdbarch.h: Regenerate.
3648         * remote.c (init_remote_state): Use gdbarch_remote_register_number.
3649         * features/gdb-target.dtd: Add feature, reg, vector, union, and field.
3650
3651         * arm-tdep.c (arm_register_aliases): New.
3652         (arm_register_name_strings): Rename to...
3653         (arm_register_names): ...this.  Make const.  Delete the old version.
3654         (current_option, arm_register_byte): Delete.
3655         (set_disassembly_style): Simplify.  Do not adjust arm_register_names.
3656         (value_of_arm_user_reg): New.
3657         (arm_gdbarch_init): Verify any described registers.  Call
3658         tdesc_use_registers.  Don't use arm_register_byte.  Create aliases
3659         for standard register names.
3660         (_initialize_arm_tdep): Do not adjust arm_register_names.
3661         * user-regs.c (struct user_reg): Add baton member.
3662         (append_user_reg, user_reg_add_builtin, user_regs_init)
3663         (user_reg_add, value_of_user_reg): Use a baton for user
3664         register functions.
3665         * std-regs.c: Update.
3666         * user-regs.h (user_reg_read_ftype, user_reg_add_builtin)
3667         (user_reg_add): Add baton argument.
3668         * NEWS: Mention target description register support.
3669         * features/arm-core.xml, features/arm-fpa.xml: New.
3670         * eval.c (evaluate_subexp_standard): Allow ptype $register
3671         when the program is not running.
3672
3673 2007-02-09  Nick Roberts  <nickrob@snap.net.nz>
3674
3675         * mi/mi-cmd-var.c (mi_cmd_var_create):  Add value field.
3676
3677 2007-02-08  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3678
3679         * rs6000-tdep.c (gdb_print_insn_powerpc): Set
3680         info->disassembler_options to "any".
3681
3682 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
3683
3684         * varobj.c (install_new_value): Only call value_get_print_value
3685         if changeable.
3686
3687 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
3688
3689         Reported by timeless@gmail.com:
3690         * gdb/target.c (target_flash_erase): Do not return void value.
3691         (target_flash_done): Likewise.
3692         * gdb/cli/cli-cmds.c (source_command): Likewise.
3693
3694 2007-02-08  Fred Fish  <fnf@specifix.com>
3695
3696         Based on work by Apple Computer, Inc.
3697         * event-top.c (handle_sigint): Set quit_flag.
3698         (async_request_quit): Don't set quit_flag.  Avoid calling quit()
3699         if quit_flag has already been reset.
3700
3701 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
3702
3703         * ser-mingw.c (pipe_windows_close): Move variable initialization back
3704         up.
3705
3706 2007-02-08  Fred Fish  <fnf@specifix.com>
3707
3708         * defs.h (request_quit): Remove declaration.
3709         * utils.c (request_quit): Remove definition.
3710
3711 2007-02-08  Joel Brobecker  <brobecker@gnat.com>
3712             Jan Kratochvil  <jan.kratochvil@redhat.com>
3713             Daniel Jacobowitz  <dan@codesourcery.com>
3714
3715         * rs6000-tdep.c (bl_to_blrl_insn_p): New function.
3716         (skip_prologue): Allow bl->blrl used by PIC code.
3717
3718 2007-02-08  Mark Kettenis  <kettenis@gnu.org>
3719             Daniel Jacobowitz  <dan@codesourcery.com>
3720
3721         * cp-valprint.c (cp_print_value_fields, cp_print_value): Always
3722         initialize tmp_obstack.
3723         * p-valprint.c (pascal_object_print_value_fields)
3724         (pascal_object_print_value): Likewise.
3725
3726 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
3727
3728         * features/feature_to_c.sh: Use %s to avoid problems with nawk.
3729
3730 2007-02-08  Mark Kettenis  <kettenis@gnu.org>
3731
3732         * sparcnbsd-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
3733         * Makefile.in (sparcnbsd-tdep.o): Update dependencies.
3734
3735 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
3736
3737         * xml-tdesc.c (struct tdesc_xml_cache, tdesc_xml_cache_s)
3738         (xml_cache): New.
3739         (tdesc_parse_xml): Cache expanded descriptions.
3740
3741 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
3742
3743         * Makefile.in (XMLFILES): New.
3744         (COMMON_OBS): Add xml-builtin.o.
3745         (xml-builtin.c, stamp-xml): New rules.
3746         (xml-tdesc.o): Update.
3747         * features/feature_to_c.sh: New file.
3748         * xml-support.c (MAX_XINCLUDE_DEPTH): Define.
3749         (struct gdb_xml_parser): Add dtd_name and is_xinclude.
3750         (gdb_xml_start_element): Initialize scope after possibly reallocating
3751         scopes.  Move cleanup later.  Handle the XInclude description
3752         specially.
3753         (gdb_xml_end_element): Only parse the body if there is a current element.
3754         Call XML_DefaultCurrent if there is no element.
3755         (gdb_xml_fetch_external_entity, gdb_xml_use_dtd): New.
3756         (struct xinclude_parsing_data, xinclude_start_include)
3757         (xinclude_end_include, xml_xinclude_default)
3758         (xml_xinclude_start_doctype, xml_xinclude_end_doctype)
3759         (xml_xinclude_xml_decl, xml_xinclude_cleanup, xinclude_attributes)
3760         (xinclude_elements, xml_process_xincludes, fetch_xml_builtin): New.
3761         * xml-support.h (xml_fetch_another, xml_process_xincludes)
3762         (fetch_xml_builtin, xml_builtin, gdb_xml_use_dtd): New declarations.
3763         * xml-tdesc.c (tdesc_parse_xml): Add fetcher_baton argument.  Expand
3764         XInclude directives.  Use the compiled in DTD.
3765         (fetch_xml_from_file): Add baton argument.  Treat it as a containing
3766         directory name.  Do not warn here.
3767         (file_read_description_xml): Update call.  Warn here instead.  Pass
3768         a dirname as baton.
3769         (fetch_available_features_from_target): New.
3770         (target_read_description_xml): Use it.
3771         * features/gdb-target.dtd: Add copyright notice.  Use xinclude.dtd
3772         to handle XInclude.
3773         * features/xinclude.dtd: New file.
3774
3775 2007-02-05  Daniel Jacobowitz  <dan@codesourcery.com>
3776
3777         * linux-thread-db.c (check_for_thread_db): Return early if we have
3778         no libthread_db support.
3779
3780 2007-02-05  Daniel Jacobowitz  <dan@codesourcery.com>
3781
3782         * mi/mi-parse.h: Include <sys/time.h>.
3783
3784 2007-02-05  Nick Roberts  <nickrob@snap.net.nz>
3785
3786         * mi/mi-cmd-stack.c (list_args_or_locals): Use common_val_print
3787         instead of print_variable_value to print values.
3788
3789 2007-02-03  Nick Roberts  <nickrob@snap.net.nz>
3790
3791         * mi/mi-main.c: Numerous formatting changes.
3792         (mi_cmd_data_write_register_values): Replace clause inadvertantly
3793         removed in my previous change.
3794
3795 2007-02-03   Eli Zaretskii  <eliz@gnu.org>
3796
3797         * mi/mi-main.c (mi_load_progress, timestamp, print_diff_now):
3798         Use 1000000L instead of 1000000.
3799
3800 2007-02-03  Nick Roberts  <nickrob@snap.net.nz>
3801
3802             Based on work by Apple Computer, Inc.
3803
3804         * configure.ac: Test for sys/resource.h and getrusage.
3805         * configure, config.in: Regenerate.
3806
3807         * mi/mi-main.c: Include <sys/resource.h> if present.
3808         (rusage): Declare if HAVE_GETRUSAGE.
3809         (current_command_ts, do_timings): New static variables.
3810         (timestamp, print_diff_now, print_diff, timeval_diff):
3811         New static timing functions.
3812         (mi_cmd_enable_timings): New function for new MI command.
3813         (captured_mi_execute_command, mi_execute_async_cli_command): 
3814         Call timing functions.
3815
3816         * mi/mi-cmds.c (mi_cmds): Add entry for new MI command
3817         -enable-timings.
3818
3819         * mi/mi-cmds.h (mi_cmd_enable_timings): New extern.
3820
3821         * mi/mi-parse.h: (mi_timestamp): New structure.
3822         (mi_parse): Add mi_timestamp* member.
3823
3824 2007-02-02  Denis Pilat  <denis.pilat@st.com>
3825
3826         * thread.c (make_cleanup_restore_current_thread): New function.
3827         (info_threads_command): Use of make_cleanup_restore_current_thread
3828         to restore the current thread and the selected frame.
3829         (restore_selected_frame): New function.
3830         (struct current_thread_cleanup): Add frame_id field.
3831         (do_restore_current_thread_cleanup): Add restoring of the selected
3832         frame.
3833         (make_cleanup_restore_current_thread): Likewise.
3834         (thread_apply_all_command): backup the selected frame while 
3835         entering the function and restore it at exit.
3836         (thread_apply_command): Likewise.
3837
3838 2007-02-02  Denis Pilat  <denis.pilat@st.com>
3839
3840         * MAINTAINERS (Write After Approval): Add myself to the list.
3841
3842 2007-02-01  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3843
3844         * gdb/remote-m32r.sdi.c (m32r_fetch_register): Change PWD mask.
3845         (m32r_store_register): Ditto.
3846
3847 2007-01-30  Vladimir Prus  <vladimir@codesourcery.com>
3848
3849         * ser-mingw.c (pipe_windows_open)
3850         (pipe_windows_read, pipe_windows_write): Declare
3851         variables at the top of the function.
3852
3853 2007-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
3854
3855         * doublest.c (floatformat_from_length): Use the right element from
3856         gdbarch floatformats.
3857         (floatformat_from_type, extract_typed_floating)
3858         (store_typed_floating): Likewise.
3859         * doublest.h: Remove declarations for undefined floatformat arrays.
3860         * gdbarch.sh (float_format, double_format, long_double_format): Change
3861         to pairs.
3862         (pformat): Update for pairs.
3863         * gdbarch.c, gdbarch.h: Regenerated.
3864         * gdbtypes.c (floatformats_ieee_single, floatformats_ieee_double)
3865         (floatformats_ieee_double_littlebyte_bigword)
3866         (floatformats_i387_ext, floatformats_m68881_ext, floatformats_arm_ext)
3867         (floatformats_ia64_spill, floatformats_ia64_quad, floatformats_vax_f)
3868         (floatformats_vax_d): New variables.
3869         (builtin_type_ieee_single, builtin_type_ieee_double)
3870         (builtin_type_arm_ext, builtin_type_ia64_spill)
3871         (builtin_type_ia64_quad): Replace arrays with individual types.
3872         (builtin_type_ieee_single_big, builtin_type_ieee_single_little)
3873         (builtin_type_ieee_double_big, builtin_type_ieee_double_little)
3874         (builtin_type_ieee_double_littlebyte_bigword, builtin_type_i960_ext)
3875         (builtin_type_m88110_ext, builtin_type_m88110_harris_ext)
3876         (builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword)
3877         (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
3878         (builtin_type_ia64_quad_big, builtin_type_ia64_quad_little): Delete
3879         unused and endian-specific types.
3880         (recursive_dump_type): Update for floatformat pairs.
3881         (build_flt): Move higher.  Handle bit == -1.  Take a floatformat pair.
3882         (build_gdbtypes): Use build_flt.
3883         (_initialize_gdbtypes): Update set of initialized types.
3884         * gdbtypes.h: Update declarations to match gdbtypes.c.
3885         (struct main_type): Store a pointer to two floatformats.
3886         * arch-utils.c (default_float_format, default_double_format): Delete.
3887         * arch-utils.h (default_float_format, default_double_format): Delete.
3888
3889         * arm-tdep.c, avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
3890         ia64-tdep.c,  iq2000-tdep.c, m68k-tdep.c, m88k-tdep.c,
3891         mips-linux-tdep.c, mips-tdep.c, mt-tdep.c, ppcobsd-tdep.c,
3892         sparc-linux-tdep.c, sparc-tdep.c, sparcnbsd-tdep.c, spu-tdep.c,
3893         vax-tdep.c, alpha-tdep.c, ppc-sysv-tdep.c: Update.
3894
3895 2007-01-29  Joel Brobecker  <brobecker@adacore.com>
3896
3897         * target.c (maintenance_print_target_stack): New function.
3898         (initialize_targets): Add new "maintenance print target-stack"
3899         command.
3900
3901 2007-01-28  Mark Kettenis  <kettenis@gnu.org>
3902
3903         * dwarf2read.c (new_symbol): Handle DW_AT_decl_file being zero.
3904
3905 2007-01-27  Daniel Jacobowitz  <dan@codesourcery.com>
3906
3907         * dwarf2loc.h (struct dwarf2_locexpr_baton): Change size to a long.
3908         (struct dwarf2_loclist_baton): Likewise.
3909
3910 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
3911
3912         * cli/cli-script.c: Include breakpoint.h.
3913         (build_command_line): Require arguments only for if and while
3914         commands.
3915         (get_command_line, execute_user_command, execute_control_command):
3916         Fix wording of warning messages.
3917         (print_command_lines): Print breakpoint commands.
3918         (execute_control_command): Call commands_from_control_command to
3919         handle the `commands' command inside a body of a flow-control
3920         command.
3921         (read_next_line): Recognize the `commands' command and build a
3922         command line structure for it.
3923         (recurse_read_control_structure, read_command_lines): Handle
3924         `commands' similarly to `if' and `while'.
3925
3926         * breakpoint.c (get_number_trailer): Document the special meaning
3927         of NULL as the first argument PP.
3928         (commands_from_control_command): New function.
3929
3930         * breakpoint.h (commands_from_control_command): Add prototype.
3931
3932         * defs.h (commands_control): New enumerated value for enum
3933         command_control_type.
3934
3935 2007-01-26  Joel Brobecker  <brobecker@adacore.com>
3936
3937         * ada-lang.c (ada_exception_breakpoint_ops): Fix typo in function name.
3938         (ada_exception_sal): Update accordingly.
3939
3940 2007-01-26  Jan Kratochvil <jan.kratochvil@redhat.com>
3941
3942         * c-valprint.c (c_val_print): Require strings to be of no-signed CHARs.
3943         * NEWS: Describe CHAR array vs. string identifcation rules.
3944
3945 2007-01-25  Paul Brook  <paul@codesourcery.com>
3946
3947         * arm-tdep.c (arm_get_next_pc): Fix bitfield off-by-one error.
3948
3949 2007-01-24  Jim Blandy  <jimb@codesourcery.com>
3950
3951         * dwarf2loc.c (dwarf2_evaluate_loc_desc): When the location
3952         expression is empty, bother to return the 'optimized out' value we
3953         construct.  (Thanks to Carl Burch.)
3954
3955 2007-01-24  Vladimir Prus  <vladimir@codesourcery.com>
3956
3957         * varobj.c (c_value_of_root, c_value_of_child)
3958         (cplus_describe_child): Don't call release_value.
3959
3960 2007-01-24  Thiemo Seufer  <ths@mips.com>
3961
3962         * mips-linux-tdep.c (mips_linux_n64_rt_sigframe): Fix struct
3963         initialization.
3964
3965 2007-01-24  Vladimir Prus  <vladimir@codesourcery.com>
3966
3967         Refactor getting children name, value and type access 
3968         for varobjs in C++.
3969         * varobj.c (get_type_deref): Remove.
3970         (adjust_value_for_child_access): New.
3971         (c_number_of_children): Use the above.
3972         (c_describe_child): Likewise.
3973         (enum accessibility): New.
3974         (match_accessibility): New function.
3975         (cplus_describe_child): New function.
3976         (cplus_name_of_child, cplus_value_of_child)
3977         (cplus_type_of_child): Reimplement in terms
3978         of cplus_describe_child.
3979         (cplus_number_of_children): Use 
3980         adjust_value_for_child_access.
3981         
3982 2007-01-24  Vladimir Prus  <vladimir@codesourcery.com>
3983
3984         Fix computation of the 'editable' attribute and
3985         value changeability for for references.
3986         * varobj.c (get_value_type): New function.
3987         (c_variable_editable): Use get_value_type.
3988         (varobj_value_is_changeable): Likewise.
3989                 
3990 2007-01-24  Joel Brobecker  <brobecker@adacore.com>
3991
3992         * source.c (find_and_open_source): Try rewriting the source
3993         path inside filename if dirname is NULL.
3994
3995 2007-01-24  Joel Brobecker  <brobecker@adacore.com>
3996
3997         * dwarf2read.c (add_partial_symbol): Create an extra partial
3998         symbol in the VAR_DOMAIN for Ada structures, unions or enums.
3999         (new_symbol): Likewise for symbols.
4000
4001 2007-01-24  Nick Roberts  <nickrob@snap.net.nz>
4002
4003         * mi/mi-main.c (mi_cmd_execute): Call free_all_values.
4004
4005 2007-01-23  Vladimir Prus  <vladimir@codesourcery.com>
4006         
4007         * value.c (value_primitive_field): Copy the full 'location' 
4008         contents, instead of assuming that copying ADDRESS will 
4009         bring over everything in the union.  Remove obsolete comment.
4010         
4011 2007-01-23  Masaki Muranaka  <monaka@monami-software.com>
4012
4013         * m32c-tdep.c (make_regs, m32c_analyze_prologue)
4014         (m32c_skip_trampoline_code, m32c_m16c_address_to_pointer)
4015         (m32c_m16c_pointer_to_address): Separate code from declarations.
4016
4017 2007-01-23  Nick Hudson  <nick.hudson@dsl.pipex.com>
4018
4019         * target.c (update_current_target): Correct typo.
4020
4021 2007-01-22  Masaki Muranaka  <monaka@monami-software.com>
4022
4023         * xstormy16-tdep.c (xstormy16_skip_prologue): Separate code from a
4024         declaration.
4025
4026 2007-01-11  Andrew Cagney  <cagney@redhat.com>
4027             Daniel Jacobowitz  <dan@codesourcery.com>
4028             Jan Kratochvil  <jan.kratochvil@redhat.com>
4029
4030         * dwarf2-frame.c (execute_cfa_program): New support of
4031         `DW_CFA_GNU_negative_offset_extended'.
4032
4033 2007-01-21  Daniel Jacobowitz  <dan@codesourcery.com>
4034
4035         * NEWS: Mention flash support for "load" and new remote packets.
4036
4037 2007-01-21  Markus Deuling  <deuling@de.ibm.com>
4038
4039         * breakpoint.c (delete_command): Skip redundant loop iterations.
4040
4041 2007-01-21  Daniel Jacobowitz  <dan@codesourcery.com>
4042
4043         * gdbarch.sh (register_type): Update comment.
4044         * gdbarch.h: Regenerated.
4045         * arch-utils.c (generic_register_size): Call register_type.
4046         * ia64-tdep.c (ia64_extract_return_value): Likewise.
4047         * m32c-tdep.c (check_for_saved): Likewise.
4048         * mips-tdep.c (mips_print_register, print_gp_register_row)
4049         (mips_print_registers_info): Likewise.
4050         * sh-tdep.c (sh_pseudo_register_read, sh_pseudo_register_write):
4051         Likewise.
4052         * sh64-tdep.c (sh64_pseudo_register_read, sh64_pseudo_register_write)
4053         (sh64_do_register, sh64_print_register)
4054         (sh64_media_print_registers_info): Likewise.
4055         * tui/tui-regs.c (tui_register_format): Likewise.
4056
4057 2007-01-21  Daniel Jacobowitz  <dan@codesourcery.com>
4058
4059         * objfiles.h (ALL_PRIMARY_SYMTABS): Define.
4060
4061         * ada-lang.c (symtab_for_sym, ada_lookup_symbol_list)
4062         (ada_lookup_symbol): Use ALL_PRIMARY_SYMTABS.
4063         * cp-support.c (make_symbol_overload_list_qualified): Likewise.
4064         * symtab.c (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
4065         (basic_lookup_transparent_type, find_pc_sect_symtab, search_symbols)
4066         (make_symbol_completion_list): Likewise.
4067
4068 2007-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4069             Daniel Jacobowitz  <dan@codesourcery.com>
4070
4071         * buildsym.c (end_symtab): Use preallocated symtab if available.
4072         Fill in SYMBOL_SYMTAB.
4073         * buildsym.h (struct subfile): Add symtab member.
4074         * dwarf2read.c (struct dwarf2_cu): Add line_header.
4075         (struct file_entry): Add symtab.
4076         (free_cu_line_header): New function.
4077         (read_file_scope): Use it.  Save line_header in the cu.  Process
4078         lines before DIEs.
4079         (add_file_name): Initialize new symtab member.
4080         (dwarf_decode_lines): Create symtabs for included files.
4081         (new_symbol): Set SYMBOL_SYMTAB.
4082         * symtab.c (lookup_symbol): Use SYMBOL_SYMTAB.
4083         (search_symbols): Likewise.
4084         * symtab.h (struct symbol): Add symtab member.
4085         (SYMBOL_SYMTAB): Define.
4086
4087 2007-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
4088
4089         * symfile.c (allocate_symtab): Remove INIT_EXTRA_SYMTAB_INFO.
4090
4091 2007-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
4092
4093         * arch-utils.c (show_endian): Correct reversed condition.
4094
4095 2007-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4096
4097         * MAINTAINERS (Write After Approval): Add myself.
4098
4099 2007-01-16  Daniel Jacobowitz  <dan@codesourcery.com>
4100             Vladimir Prus  <vladimir@codesourcery.com>
4101
4102         Fix 'selected frame' varobjs.
4103         * varobj.c (struct varobj): Remove the error field.
4104         (varobj_set_value): Don't check var->error.
4105         (install_new_value): Don't set var->error.
4106         (varobj_update): Always pass the new value
4107         of the root via install_new_value.
4108         (create_child): Don't set error field.
4109         (new_variable): Likewise.
4110         (c_value_of_root): Always reevaluate the value
4111         of selected frame varobjs in the selected frame.
4112         Don't call reinit_frame_cache.
4113
4114 2007-01-15  Joel Brobecker  <brobecker@adacore.com>
4115
4116         * source.c (_initialize_source): Improve the help text of
4117         the substitute-path commands.
4118
4119 2007-01-14  Mark Kettenis  <kettenis@gnu.org>
4120
4121         * frv-tdep.c (frv_gdbarch_init, frv_register_name)
4122         (frv_breakpoint_from_pc, frv_gdbarch_adjust_breakpoint_address)
4123         (frv_skip_prologue): Remove prototypes.
4124         (frv_adjust_breakpoint_address): Renamed from
4125         frv_gdbarch_adjust_breakpoint_address.
4126         (frv_gdbarch_init): Adjust.
4127
4128 2007-01-13  Mark Kettenis  <kettenis@gnu.org>
4129
4130         * gdbarch.sh (deprecated_extract_return_value)
4131         (deprecated_store_return_value): Remove.
4132         (extract_return_value, store_return_value): Remove default values.
4133         * gdbarch.c, gdbarch.h: Regenerate.
4134         * arch-utils.c, arch-utils.h (legacy_extract_return_value)
4135         (legacy_store_return_value): Remove.
4136         * regcache.c, regcache.h (deprecated_grub_regcache_for_registers):
4137         Remove.
4138
4139         * mi/mi-main.c: Remove obsolete comment.
4140
4141         * regcache.c, regcache.h (deprecated_register_bytes)
4142         (deprecated_read_register_bytes)
4143         (deprecated_write_register_bytes): Remove.
4144
4145         * frame.c (get_frame_register_bytes, put_frame_register_bytes):
4146         Don't forget to move destination pointer.
4147
4148 2007-01-01  Mark Kettenis  <kettenis@gnu.org>
4149
4150         * config/i386/nm-i386gnu.h (CHILD_PREPARE_TO_STORE): Remove.
4151
4152 2007-01-11  Ulrich Weigand  <uweigand@de.ibm.com>
4153
4154         * spu-tdep.c (spu_analyze_prologue): Fix erroneous backtrace
4155         past entry function with recent newlib.
4156
4157 2007-01-11  Vladimir Prus  <vladimir@codesourcery.com>
4158
4159         * gdb.texinfo (GDB/MI Variable Objects): Improve the 
4160         introduction.  Specify -var-update more exactly.
4161
4162 2007-01-11  Daniel Jacobowitz  <dan@codesourcery.com>
4163
4164         * frame.c (get_prev_frame_1): Check PC_REGNUM before using it.
4165
4166 2007-01-10  Jim Blandy  <jimb@codesourcery.com>
4167
4168         * MAINTAINERS (Global Maintainers): Ulrich Weigand has accepted
4169         the Global Maintainers' invitation to be a global maintainer.
4170
4171 2007-01-10  Daniel Jacobowitz  <dan@codesourcery.com>
4172
4173         * infrun.c (singlestep_pc): New variable.
4174         (resume): Set singlestep_pc.
4175         (context_switch): Add a debugging message.  Flush the frame cache.
4176         (handle_inferior_event): Add debugging messages.  Handle thread
4177         hops when a software single step has completed.  Let context_switch
4178         handle flushing the frame cache.
4179
4180 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
4181
4182         * NEWS: Mention target descriptions, "set tdesc filename",
4183         "unset tdesc filename", "show tdesc filename", and
4184         qXfer:features:read.
4185         * arch-utils.c (choose_architecture_for_target): New function.
4186         (gdbarch_info_fill): Call it.
4187         * target-descriptions.c (struct property): Make members non-const.
4188         (struct target_desc): Add arch member.
4189         (target_description_filename): New variable.
4190         (target_find_description): Try via XML first.
4191         (tdesc_architecture): New.
4192         (free_target_description, make_cleanup_free_target_description): New.
4193         (set_tdesc_property): Call xstrdup.
4194         (set_tdesc_architecture, tdesc_set_cmdlist, tdesc_show_cmdlist)
4195         (tdesc_unset_cmdlist, unset_tdesc_cmd, unset_tdesc_filename_cmd)
4196         (set_tdesc_cmd, show_tdesc_cmd, set_tdesc_filename_cmd)
4197         (show_tdesc_filename_cmd, _initialize_target_descriptions): New.
4198         * target-descriptions.h (tdesc_architecture)
4199         (make_cleanup_free_target_description, set_tdesc_architecture): New
4200         prototypes.
4201         * Makefile.in (SFILES): Add xml-tdesc.c.
4202         (COMMON_OBS): Add xml-tdesc.o.
4203         (target-descriptions.o): Update.
4204         (xml-tdesc.o): New rule.
4205         * xml-tdesc.c, xml-tdesc.h: New files.
4206         * remote.c (PACKET_qXfer_features): New enum.
4207         (remote_protocol_features): Add qXfer:features:read.
4208         (remote_xfer_partial): Handle TARGET_OBJECT_AVAILABLE_FEATURES.
4209         (_initialize_remote): Register qXfer:features:read.
4210         * target.h (enum target_object): Add TARGET_OBJECT_AVAILABLE_FEATURES.
4211         * features/gdb-target.dtd: New file.
4212
4213 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
4214
4215         * copyright.sh: Clarify error.
4216
4217 2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4218
4219         * symtab.c (matching_bfd_sections): Fix VMA matching for
4220         prelinked objects.
4221
4222 2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4223
4224         * minsyms.c (lookup_minimal_symbol_by_pc_section): Handle
4225         nested symbols.
4226
4227 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
4228
4229         Updated copyright notices for most files.
4230
4231 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
4232
4233         * copyright.sh (prunes): Add step-line.inp and step-line.c.
4234
4235 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
4236
4237         * configure.ac (DEBUGDIR_RELOCATABLE): Define for debugdir inside
4238         exec_prefix.
4239         (TARGET_SYSTEM_ROOT_RELOCATABLE): Allow for exec_prefix being
4240         '${prefix}'.
4241         * configure, config.in: Regenerate.
4242         * defs.h (debug_file_directory): Declare.
4243         * main.c (captured_main): Canonicalize gdb_sysroot.  Assume
4244         TARGET_SYSTEM_ROOT is defined.  Initialize debug_file_directory and
4245         relocate it if DEBUGDIR_RELOCATABLE.
4246         * symfile.c (debug_file_directory): Make non-static.
4247         (find_separate_debug_file): Look for debug info for SYSROOT/PATH
4248         in DEBUGDIR/PATH if DEBUGDIR is inside SYSROOT.
4249         (_initialize_symfile): Don't initialize debug_file_directory here.
4250
4251 2007-01-09  Jim Blandy  <jimb@codesourcery.com>
4252
4253         * score-tdep.c (score_push_dummy_call): Don't mix declarations and
4254         statements.
4255
4256 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
4257
4258         * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Use
4259         frame_unwind_register to recurse.
4260         * alpha-tdep.c (alpha_sigtramp_frame_prev_register): Likewise.
4261         (alpha_heuristic_frame_prev_register): Likewise.
4262         * h8300-tdep.c (h8300_frame_prev_register): Likewise.
4263         * m32c-tdep.c (m32c_prev_register): Likewise.
4264         * frame.c (frame_register_unwind_location): Remove FIXME.
4265
4266 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
4267             Eli Zaretskii  <eliz@gnu.org>
4268
4269         * copyright.sh: New file.
4270
4271 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
4272
4273         * configure.ac: Check for XML_StopParser.
4274         * xml-support.c (gdb_xml_body_text): Check for an error.
4275         (gdb_xml_start_element_wrapper): Conditionalize call to XML_StopParser.
4276         (gdb_xml_end_element_wrapper): Likewise.
4277         * config.in, configure: Regenerated.
4278
4279 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
4280
4281         * varobj.c (install_new_value): Always update print_value.
4282         (value_get_print_value): Immediately return NULL for missing
4283         values.
4284
4285 2007-01-08  Jim Blandy  <jimb@codesourcery.com>
4286
4287         * configure.ac: Tighten pattern for extracting value of
4288         DEPRECATED_TM_FILE from the target makefile fragment.
4289         * configure: Regenerated.
4290
4291 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
4292
4293         * linux-nat.c (struct simple_pid_list): Add status.
4294         (add_to_pid_list): Record the PID's status.
4295         (linux_record_stopped_pid): Likewise.  Make static.
4296         (pull_pid_from_list): Return the saved status.
4297         (linux_nat_handle_extended): Deleted.
4298         (linux_handle_extended_wait): Combine with linux_nat_handle_extended.
4299         Make static.  Handle non-SIGSTOP for a new thread's first signal.
4300         (flush_callback): Handle unexpected pending signals.
4301         (linux_nat_wait): Update calls to changed functions.
4302         * linux-nat.h (linux_record_stopped_pid, linux_handle_extended_wait):
4303         Remove prototypes for newly static functions.
4304
4305 2007-01-08  Ulrich Weigand  <uweigand@de.ibm.com>
4306
4307         * gdbarch.sh (value_from_register): New gdbarch function.
4308         * gdbarch.c, gdbarch.h: Regenerate.
4309         * findvar.c (default_value_from_register): New function.
4310         (value_from_register): Use gdbarch_value_from_register.
4311         * value.h (default_value_from_register): Declare.
4312         * spu-tdep.c (spu_convert_register_p, spu_register_to_value,
4313         spu_value_to_register): Remove.
4314         (spu_value_from_register): New function.
4315         (spu_gdbarch_init): Do not call set_gdbarch_convert_register_p,
4316         set_gdbarch_register_to_value, set_gdbarch_value_to_register.
4317         Call set_gdbarch_value_from_register.
4318         * s390-tdep.c (s390_convert_register_p, s390_register_to_value,
4319         s390_value_to_register): Remove.
4320         (s390_value_from_register): New function.
4321         (s390_gdbarch_init): Do not call set_gdbarch_convert_register_p,
4322         set_gdbarch_register_to_value, set_gdbarch_value_to_register.
4323         Call set_gdbarch_value_from_register.
4324
4325 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
4326
4327         * NEWS: Add "set sysroot" and "show sysroot".
4328         * solib.c (solib_absolute_prefix): Delete.  Replace
4329         all uses with gdb_sysroot.
4330         (_initialize_solib): Add "set sysroot" and "show sysroot".
4331         Make "solib-absolute-prefix" an alias to it.
4332
4333 2007-01-08  Ulrich Weigand  <uweigand@de.ibm.com>
4334
4335         * frame.c (get_frame_register_bytes): New function.
4336         (put_frame_register_bytes): Likewise.
4337         * frame.h (get_frame_register_bytes): Declare.
4338         (put_frame_register_bytes): Likewise.
4339         * findvar.c (value_from_register): Always construct lval_register
4340         values.  Use get_frame_register_bytes.
4341         * valops.c (value_assign): Use get_frame_register_bytes and
4342         put_frame_register_bytes.
4343
4344 2007-01-08  Jim Blandy  <jimb@codesourcery.com>
4345
4346         * MAINTAINERS: Update Stan Shebs' email address.
4347
4348 2007-01-07  Joel Brobecker  <brobecker@adacore.com>
4349
4350         * ada-lang.c (is_known_support_routine): Improve the implementation.
4351
4352 2007-01-06  Joel Brobecker  <brobecker@adacore.com>
4353
4354         * ada-lang.c: Add include of source.h.
4355         (is_known_support_routine): Improve the check verifying that the file
4356         associated to this frame exists.
4357         * Makefile.in (ada-lang.o): Add dependency on source.h.
4358
4359 2007-01-07  Jim Blandy  <jimb@codesourcery.com>
4360
4361         * ax-general.c (ax_const_l): Select proper opcode for the given
4362         value.
4363
4364 2007-01-05  Vladimir Prus  <vladimir@codesourcery.com>
4365
4366         * varobj.c (c_value_of_root): Don't select frame if variable
4367         object is out of scope.
4368
4369 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
4370
4371         * varobj.c (struct varobj): New member print_value.
4372         (install_new_value): Compare last printed value with current one
4373         instead of contents.
4374         (new_variable): Initialize var->print_value to NULL.
4375         (free_variable): Free var->print_value.
4376         (value_get_print_value): New function derived from
4377         c_value_of_variable.
4378         (c_value_of_variable): Use value_get_print_value.
4379
4380 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
4381
4382         * i386-tdep.c (i386_analyze_stack_align): Add comment.
4383
4384 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
4385
4386         * NEWS: Add entries for new catch commands.
4387
4388 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
4389
4390         * dwarf2read.c (partial_die_info): Add field has_byte_size.
4391         (add_partial_symbol): Correct identification of external references.
4392         (process_structure_scope): Likewise.
4393         (read_partial_die): Handle DW_AT_byte_size attribute.
4394
4395 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
4396
4397         * xml-support.c (gdb_xml_end_element): Remove wrong backslashes.
4398
4399 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
4400
4401         * varobj.c (get_type_deref): Fix variable objects for references to
4402         pointers.
4403
4404 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
4405
4406         * symtab.c (find_pc_sect_psymtab): Add comments.  Handle psymtabs
4407         with no symbols.
4408
4409 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
4410
4411         * memory-map.c (struct_memory_map_parsing_data): Remove most
4412         members.  Make property_name an array.
4413         (free_memory_map_parsing_data, memory_map_start_element)
4414         (memory_map_end_element, memory_map_character_data): Delete.
4415         (memory_map_start_memory, memory_map_end_memory)
4416         (memory_map_start_property, memory_map_end_property): New functions.
4417         (property_attributes, memory_children, memory_type_enum)
4418         (memory_attributes, memory_map_children, memory_map_elements): New.
4419         (parse_memory_map): Rewrite.
4420         * xml-support.c (debug_xml): New.
4421         (xml_get_required_attribute, xml_get_integer_attribute)
4422         (xml_get_enum_value, free_xml_parser, make_cleanup_free_xml_parser):
4423         Delete.
4424         (struct scope_level, struct gdb_xml_parser, gdb_xml_body_text)
4425         (gdb_xml_debug, gdb_xml_error, gdb_xml_values_cleanup)
4426         (gdb_xml_start_element, gdb_xml_start_element_wrapper)
4427         (gdb_xml_end_element, gdb_xml_end_element_wrapper, gdb_xml_cleanup)
4428         (gdb_xml_create_parser_and_cleanup, gdb_xml_parse)
4429         (gdb_xml_parse_ulongest, gdb_xml_parse_attr_ulongest)
4430         (gdb_xml_parse_attr_enum, show_debug_xml, _initialize_xml_support):
4431         New.
4432         * xml-support.h (struct gdb_xml_value, gdb_xml_attribute_handler)
4433         (enum gdb_xml_attribute_flag, struct gdb_xml_attribute)
4434         (enum gdb_xml_element_flag, struct gdb_xml_element)
4435         (gdb_xml_element_start_handler, gdb_xml_element_end_handler)
4436         (struct gdb_xml_enum): New.
4437         (gdb_xml_create_parser_and_cleanup, gdb_xml_parse, gdb_xml_debug)
4438         (gdb_xml_error, gdb_xml_parse_attr_ulongest)
4439         (gdb_xml_parse_attr_enum, gdb_xml_parse_ulongest): New prototypes.
4440         (xml_get_required_attribute, xml_get_integer_attribute)
4441         (xml_get_enum_value, make_cleanup_free_xml_parser): Delete prototypes.
4442         * Makefile.in (xml_support_h, xml-support.o): Update.
4443
4444 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
4445
4446         * Makefile.in (eval.o): Update dependencies.
4447         * eval.c: Include "ui-out.h" and "exceptions.h".
4448         (evaluate_subexp_standard): Use TRY_CATCH around value_of_variable.
4449         Use value_zero if an error occurs when avoiding side effects.
4450         * varobj.c (c_value_of_root): Initialize new_val.
4451
4452 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
4453
4454         * varobj.c (varobj_list_children): Stop if the number of children is
4455         unknown.
4456         (c_number_of_children):
4457
4458 2007-01-04  Mark Kettenis  <kettenis@gnu.org>
4459
4460         * alpha-tdep.c (alpha_register_name): Use ARRAY_SIZE.
4461         (alpha_read_insn, alpha_skip_prologue, alpha_heuristic_proc_start)
4462         (alpha_heuristic_frame_unwind_cache, alpha_next_pc)
4463         (alpha_gdbarch_init): Use ALPHA_INSN_SIZE, ALPHA_REGISTER_SIZE and
4464         sizeof, instead of hardcoded constants.
4465
4466 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
4467
4468         * CONTRIBUTE: Use sourceware.org.
4469
4470 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
4471
4472         * buildsym.c (start_subfile): Handle producer.
4473         (record_producer): New function.
4474         * buildsym.h (struct subfile): Include producer.
4475         (record_producer): New prototype.
4476         * dwarf2-frame.c (struct dwarf2_cie): Add version and augmentation.
4477         (struct dwarf2_frame_state): Add armcc_cfa_offsets_sf and
4478         armcc_cfa_offsets_reversed.
4479         (execute_cfa_program): Handle armcc_cfa_offsets_sf.
4480         (dwarf2_frame_find_quirks): New function.
4481         (dwarf2_frame_cache): Call it.  Handle armcc_cfa_offsets_reversed.
4482         (decode_frame_entry_1): Record the CIE version.  Record the
4483         augmentation.  Skip armcc augmentations.
4484         * dwarf2read.c (read_file_scope): Save the producer.
4485         * symtab.h (struct symtab): Rename unused version member to
4486         producer.
4487
4488 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
4489
4490         * configure.ac (build_warnings): Use -Wall and
4491         -Wdeclaration-after-statement.
4492         * configure: Regenerated.
4493
4494 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
4495
4496         Simplify access to variours properties of child
4497         variable objects in C.
4498         * varobj.c (value_struct_element_index): New function.
4499         (c_describe_child): New function.
4500         (c_name_of_child, c_value_of_child)
4501         (c_type_of_child): Rewrite to use c_describe_child.
4502
4503 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
4504
4505         gdb/
4506         * varobj.c: Include "vec.h". 
4507         (varobj_p): New typedef, declare vector of those.
4508         (struct varobj): Use vector for the 'children' member.
4509         (child_exists): Remove.
4510         (save_child_in_parent): Remove.
4511         (remove_child_from_parent): Remove.
4512         (struct varobj_child): Remove.
4513         (struct vstack): Remove.
4514         (vpush, vpop): Remove.
4515         (varobj_list_children): Adjust to work work vector.
4516         (varobj_update): Likewise. Use vectors for
4517         working stack and result.
4518         (delete_variable_1): Likewise.
4519         * Makefile.in (varobj.o): Update dependencies.
4520
4521 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
4522
4523         Port from Apple's version.
4524         gdb/
4525         * varobj.c (type_changeable): Rename to...
4526         (varobj_value_is_changeable_p): ...this. Adjust all callers.
4527         (is_root_p): New function. Use it everywhere.
4528
4529 2007-01-04  Jim Blandy  <jimb@codesourcery.com>
4530
4531         * glibc-tdep.c (glibc_skip_solib_resolver): Look for '_dl_fixup',
4532         then plain 'fixup'.
4533
4534 2007-01-04  Joel Brobecker  <brobecker@adacore.com>
4535
4536         * hpread.c (hpread_start_psymtab): Remove unnecessary extern.
4537
4538 2007-01-04  Joel Brobecker  <brobecker@adacore.com>
4539
4540         * hpread.c (hpread_type_lookup): Fix compilation failure.
4541
4542 2007-01-04  Qinwei  <qinwei@sunnorth.com.cn>
4543
4544         * NEWS: New port to S+core.
4545         * MAINTAINERS (Write After Approval, Responsible Maintainers):
4546         Add myself.
4547
4548         * Makefile.in: Add dependencies for S+core files.
4549         * configure.tgt (score*, score-*-*): Add S+core target.
4550         * config/score/embed.mt: New file.
4551         * score-tdep.c: New file.
4552         * score-tdep.h: New file.
4553
4554 2007-01-04  Joel Brobecker  <brobecker@adacore.com>
4555
4556         * ada-lang.c (ada_evaluate_subexp) [OP_TYPE]: Return a value with
4557         the appropriate type rather than a bogus void type.
4558
4559 2007-01-04  Joel Brobecker  <brobecker@adacore.com>
4560
4561         * ada-lang.h (ada_find_printable_frame): Remove.
4562         (ada_exception_catchpoint_p, ada_decode_exception_location)
4563         (ada_decode_assert_location): Add declaration.
4564         * ada-lang.c: Add include of annotate.h and valprint.h.
4565         (exception_catchpoint_kind): New enum.
4566         (function_name_from_pc, is_known_support_routine)
4567         (ada_find_printable_frame, ada_unhandled_exception_name_addr)
4568         (ada_exception_name_addr_1, ada_exception_name_addr)
4569         (print_it_exception, print_one_exception, print_mention_exception)
4570         (print_it_catch_exception, print_one_catch_exception)
4571         (print_mention_catch_exception, catch_exception_breakpoint_ops)
4572         (print_it_catch_exception_unhandled)
4573         (print_one_catch_exception_unhandled)
4574         (print_mention_catch_exception_unhandled, print_it_catch_assert)
4575         (print_one_catch_assert, print_mention_catch_assert)
4576         (ada_exception_catchpoint_p, error_breakpoint_runtime_sym_not_found)
4577         (ada_get_next_arg, catch_ada_exception_command_split)
4578         (ada_exception_sym_name, ada_exception_sym_name)
4579         (ada_exception_breakption_ops, ada_exception_catchpoint_cond_string)
4580         (ada_parse_catchpoint_condition, ada_exception_sal)
4581         (ada_decode_exception_location)
4582         (ada_decode_assert_location): New function.
4583         (catch_exception_unhandled_breakpoint_ops): New global variable.
4584         (catch_assert_breakpoint_ops): New global variable.
4585         * breakpoint.c: Add include of ada-lang.h.
4586         (print_one_breakpoint): Do not print the condition for Ada
4587         exception catchpoints.
4588         (create_ada_exception_breakpoint): New function.
4589         (catch_ada_exception_command, catch_assert_command): New function.
4590         (catch_command_1): Add support for the new "catch exception" and
4591         "catch assert" commands.
4592         (_initialize_breakpoint): Add help description for the new catch
4593         commands.
4594         * Makefile.in (ada-lang.o): Add dependency on annotate.h and
4595         valprint.h.
4596         (breakpoint.o): Add dependency on ada-lang.h.
4597
4598 2007-01-03  Pedro Alves  <pedro_alves@portugalmail.pt>
4599
4600         * coffread.c (cs_to_section): If bfd_section is found, always
4601         return its section index.
4602         (coff_symtab_read): Determine the minimal_symbol_type using the
4603         bfd_section flags.
4604
4605 2007-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4606             Daniel Jacobowitz  <dan@codesourcery.com>
4607
4608         * Makefile.in (top.o): Update.
4609         * top.c (gdb_readline_wrapper_done, gdb_readline_wrapper_result)
4610         (saved_after_char_processing_hook, gdb_readline_wrapper_line)
4611         (struct gdb_readline_wrapper_cleanup, gdb_readline_wrapper_cleanup):
4612         New.
4613         (gdb_readline_wrapper): Rewrite to use asynchronous readline.
4614
4615 2007-01-03  Mark Kettenis  <kettenis@gnu.org>
4616
4617         * arm-linux-tdep.c (arm_linux_extract_return_value): Remove.
4618         (arm_linux_init_abi): Don't set deprecated_extract_return_value.
4619
4620 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
4621
4622         * ada-lang.c (find_struct_field): Initialize *byte_offset_p.
4623         * breakpoint.c (do_enable_breakpoint): Ignore both mem_cnt and i.
4624         * c-typeprint.c (c_type_print_varspec_suffix): Don't test length
4625         greater than or equal to zero.
4626         * m2-typeprint.c (m2_array): Likewise.
4627         * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
4628         * gdbtypes.c (copy_type_recursive): Correct == typo.
4629         * i386-tdep.c (i386_skip_prologue): Remove stray semicolon.
4630         * linux-nat.c (linux_nat_info_proc_cmd): Don't compare a pointer
4631         greater than zero.
4632         * macroscope.c (sal_macro_scope): Don't name a local variable "main".
4633         (default_macro_scope): Remove unused variable.
4634         * prologue-value.h (pv_area_find_reg): Don't name an argument
4635         "register".
4636         * remote-fileio.c (remote_fio_func_map): Add missing braces.
4637         * remote.c (sigint_remote_twice_token, sigint_remote_token): Change
4638         type.
4639         (cleanup_sigint_signal_handler): Remove casts.
4640         * valprint.c (val_print): Use a volatile local for the modified
4641         argument.
4642         * varobj.c (languages): Remove extra array dimension.
4643         (varobj_create): Correct access to languages array.
4644         * mi/mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Add
4645         missing braces.
4646         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
4647         * mi/mi-cmd-env.c (mi_cmd_env_path, mi_cmd_env_dir): Likewise.
4648         * mi/mi-getopt.c (mi_valid_noargs): Likewise.
4649         * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
4650         (mi_cmd_data_write_memory): Likewise.
4651         * signals/signals.c (target_signal_to_string): Cast to int before
4652         comparing.
4653         * tui/tui-layout.c (init_and_make_win): Take and return a void *.
4654         Update all callers.
4655
4656 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
4657
4658         * NEWS: Mention pointer to member improvements.
4659         * Makefile.in (gnu-v3-abi.o): Delete special rule.
4660         (eval.o, gnu-v3-abi.o, ia64-tdep.o): Update.
4661         * ada-valprint.c (ada_print_scalar): Update for new type codes.
4662         * c-typeprint.c (c_print_type): Update for new type codes.
4663         (c_type_print_varspec_prefix, c_type_print_varspec_suffix)
4664         (c_type_print_base): Likewise.
4665         (c_type_print_args): Rewrite.
4666         * c-valprint.c (c_val_print): Update for new type codes.  Remove
4667         support for references to members.  Treat methods like functions.
4668         * cp-abi.c (cplus_print_method_ptr, cplus_method_ptr_size)
4669         (cplus_make_method_ptr, cplus_method_ptr_to_value): New.
4670         * cp-abi.h (cplus_print_method_ptr, cplus_method_ptr_size)
4671         (cplus_make_method_ptr, cplus_method_ptr_to_value): New prototypes.
4672         (struct cp_abi_ops): Add corresponding members.
4673         * cp-valprint.c (cp_print_class_method): Delete.
4674         (cp_find_class_member): New function.
4675         (cp_print_class_member): Use it.  Simplify support for bogus
4676         member pointers.
4677         * dwarf2read.c (quirk_gcc_member_function_pointer): Use
4678         lookup_methodptr_type.
4679         (read_tag_ptr_to_member_type): Likewise, and lookup_memberptr_type.
4680         * eval.c (evaluate_subexp_standard): Implement EVAL_SKIP for
4681         OP_SCOPE.  Update call to value_aggregate_elt.  Rewrite member
4682         pointer support.
4683         (evaluate_subexp_for_address): Handle OP_SCOPE explicitly.  Handle
4684         references returned by user defined operators.
4685         * f-typeprint.c (f_print_type, f_type_print_varspec_prefix)
4686         (f_type_print_varspec_suffix): Remove support for member pointers.
4687         * gdbtypes.c (lookup_memberptr_type): Renamed from lookup_member_type
4688         and adjusted.
4689         (smash_to_memberptr_type): Likewise, from smash_to_member_type.
4690         (lookup_methodptr_type): New.
4691         (rank_one_type): Adjust for TYPE_CODE_MEMBERPTR.
4692         (recursive_dump_type): Update for new types.
4693         * gdbtypes.h (enum type_code): Replace TYPE_CODE_MEMBER with
4694         TYPE_CODE_MEMBERPTR and TYPE_CODE_METHODPTR.
4695         (lookup_memberptr_type, lookup_methodptr_type)
4696         (smash_to_memberptr_type): New prototypes.
4697         (smash_to_method_type): Formatting fix.
4698         (lookup_member_type, smash_to_member_type): Delete prototypes.
4699         * gnu-v3-abi.c (gnuv3_get_vtable, gnuv3_get_virtual_fn): New.
4700         Do not rely on debug information for the vptr or the method's
4701         enclosing type.  Handle function descriptors for IA64.
4702         (gnuv3_virtual_fn_field): Rewrite using the new functions.
4703         (gnuv3_find_method_in, gnuv3_print_method_ptr)
4704         (gnuv3_method_ptr_size, gnuv3_make_method_ptr)
4705         (gnuv3_method_ptr_to_value): New.
4706         (init_gnuv3_ops): Set new members of gnu_v3_abi_ops.
4707         * hpread.c (hpread_type_lookup): Update for new types.
4708         * infcall.c (value_arg_coerce): Likewise.
4709         * m2-typeprint.c (m2_print_type): Remove explicit support
4710         for member pointers.
4711         * m2-valprint.c (m2_val_print): Likewise.
4712         * p-typeprint.c (pascal_type_print_varspec_prefix)
4713         (pascal_type_print_varspec_suffix, pascal_type_print_base): Likewise.
4714         * p-valprint.c (pascal_val_print): Likewise.
4715         (pascal_object_print_class_method, pascal_object_print_class_member):
4716         Delete.
4717         * p-lang.h (pascal_object_print_class_method)
4718         (pascal_object_print_class_member): Delete prototypes.
4719         * stabsread.c (read_type): Update for new types.
4720         * typeprint.c (print_type_scalar): Likewise.
4721         * valops.c (value_struct_elt_for_reference, value_namespace_elt)
4722         (value_maybe_namespace_elt, value_aggregate_elt): Add want_address
4723         argument.  Construct a pointer to member if the address of a
4724         function or data member is requested.
4725         (value_cast_pointers): Don't modify the input value.
4726         (value_cast): Adjust pointer to member handling for new types.
4727         Allow null pointer to member constants.  Don't modify the input
4728         value.
4729         (value_ind): Remove pointer to member check.  Handle function
4730         descriptors for function pointers.
4731         (value_struct_elt, value_find_oload_method_list, check_field):
4732         Remove pointer to member checks.
4733         * value.c (unpack_long): Allow pointers to data members.
4734         (value_from_longest): Allow member pointers.
4735         * value.h (value_aggregate_elt): Add want_address.
4736         * varobj.c (c_variable_editable): Remove check for members.
4737         * gdbarch.sh: Add vtable_function_descriptors and vbit_in_delta.
4738         * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Handle descriptors
4739         in virtual tables.
4740         (ia64_gdbarch_init): Call set_gdbarch_vtable_function_descriptors.
4741         * c-lang.h (cp_print_class_method): Delete prototype.
4742         * arm-tdep.c (arm_gdbarch_init): Call set_gdbarch_vbit_in_delta.
4743         * mips-tdep.c (mips_gdbarch_init): Likewise.
4744         * gdbarch.c, gdbarch.h: Regenerated.
4745
4746 2007-01-01  Mark Kettenis  <kettenis@gnu.org>
4747
4748         * rs6000-tdep.c (rs6000_use_struct_convention)
4749         (rs6000_extract_return_value, rs6000_store_return_value)
4750         (rs6000_extract_struct_value_address): Remove.
4751         (rs6000_return_value): New function.
4752         (rs6000_gdbarch_init): Don't set deprecated_extract_return_value,
4753         store_return_value, deprecated_extract_struct_value_address and
4754         deprecated_use_struct_convention.  Use rs6000_return_value
4755         instead.
4756
4757 2007-01-02  Nick Roberts  <nickrob@snap.net.nz>
4758
4759         * mi/mi-cmds.c (mi_cmds): Remove entries for -display-delete,
4760         -display-disable, -display-enable, -display-insert and
4761         -display-list.
4762
4763 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
4764
4765         * breakpoint.c (remove_breakpoint): Remove dead code.
4766
4767 2007-01-01  Nick Roberts  <nickrob@snap.net.nz>
4768
4769         * varobj.c: Include block.h.
4770         (c_value_of_root): Check scope within nested statements.
4771
4772 2007-01-01  Mark Kettenis  <kettenis@gnu.org>
4773
4774         * mi/mi-main.c (mi_cmd_data_write_register_values): Use
4775         regcache_cooked_write_signed instead of
4776         deprecated_write_register_bytes.
4777
4778 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
4779
4780         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2006.
4781
4782 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
4783
4784         Followed the Start of New Year Procedure:
4785         * ChangeLog-2006: New file, containing all the entries for 2006.
4786         * ChangeLog: Removed all 2006 entries, and changed the reference
4787         to the previous ChangeLog to point to ChangeLog 2006.
4788         * top.c (print_gdb_version): Update copyright year.
4789
4790 2007-01-01  Mark Kettenis  <kettenis@gnu.org>
4791
4792         * Makefile.in (remote-sds.o): Remove.
4793         * remote-sds.c: Delete.
4794
4795 For older changes see ChangeLog-2006.
4796 \f
4797 Local Variables:
4798 mode: change-log
4799 left-margin: 8
4800 fill-column: 74
4801 version-control: never
4802 End: