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