2007-10-30 Markus Deuling <deuling@de.ibm.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2007-10-30 Markus Deuling <deuling@de.ibm.com>
2
3 * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Use get_frame_arch
4 to get at the current architecture by frame_info.
5
6 2007-10-30 Markus Deuling <deuling@de.ibm.com>
7
8 * f-lang.c (build_fortran_types): Replace current_gdbarch by gdbarch.
9
10 2007-10-30 Markus Deuling <deuling@de.ibm.com>
11
12 * core-regset.c (fetch_core_registers): Use get_regcache_arch to get at
13 the current architecture by regcache.
14
15 2007-10-30 Markus Deuling <deuling@de.ibm.com>
16
17 * corelow.c (get_core_registers): Use get_regcache_arch to get at the
18 current architecture by regcache.
19
20 2007-10-30 Markus Deuling <deuling@de.ibm.com>
21
22 * bsd-uthread.c (bsd_uthread_fetch_registers)
23 (bsd_uthread_store_registers): Use get_regcache_arch to get at the
24 current architecture by regcache.
25
26 2007-10-30 Markus Deuling <deuling@de.ibm.com>
27
28 * avr-tdep.c (avr_frame_unwind_cache, avr_frame_prev_register): Use
29 get_frame_arch to get at the current architecture by frame_info.
30
31 2007-10-30 Markus Deuling <deuling@de.ibm.com>
32
33 * arm-tdep.c (arm_get_next_pc): Replace current_gdbarch by gdbarch.
34
35 2007-10-30 Markus Deuling <deuling@de.ibm.com>
36
37 * armnbsd-nat.c (arm_supply_gregset, fetch_register, store_register)
38 (store_regs): Use get_regcache_arch to get at the current architecture
39 by regcache.
40
41 2007-10-30 Markus Deuling <deuling@de.ibm.com>
42
43 * arm-linux-tdep.c (arm_linux_supply_gregset): Use get_regcache_arch
44 to get at the current architecture by regcache.
45
46 2007-10-30 Markus Deuling <deuling@de.ibm.com>
47
48 * alphabsd-nat.c (alphabsd_fetch_inferior_registers)
49 (alphabsd_store_inferior_registers): Use get_regcache_arch to get at
50 the current architecture by regcache.
51
52 2007-10-30 Markus Deuling <deuling@de.ibm.com>
53
54 * ada-lang.c (ada_language_arch_info): Replace current_gdbarch by
55 gdbarch.
56
57 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
58
59 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Check the selected
60 soft float and vector ABIs. Support the generic vector ABI for
61 AltiVec types.
62 (do_ppc_sysv_return_value): Likewise. Correct argument types and
63 casts.
64 (ppc64_sysv_abi_push_dummy_call): Assert that floating point is
65 supported.
66 * ppc-tdep.h (enum powerpc_vector_abi): New.
67 (struct gdbarch_tdep): Add soft_float and vector_abi.
68 * rs6000-tdep.c (setpowerpccmdlist, showpowerpccmdlist)
69 (powerpc_soft_float_global, powerpc_vector_strings)
70 (powerpc_vector_abi_global, powerpc_vector_abi_string): New.
71 (rs6000_gdbarch_init): Check for soft-float and vector ABI markings.
72 (set_powerpc_command, show_powerpc_command, powerpc_set_soft_float)
73 (powerpc_set_vector_abi): New.
74 (_initialize_rs6000_tdep): Register "set powerpc" and "show powerpc"
75 commands.
76 * Makefile.in (elf_ppc_h): New.
77 (rs6000-tdep.o): Update.
78
79 2007-10-29 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
80
81 * ppc-linux-tdep.c (ppc32_linux_reg_offsets): Corrected
82 swapped offsets and VRSAVE offset.
83 (ppc64_linux_reg_offsets): Corrected swapped offsets.
84 (ppc32_linux_vrregset): Added.
85 (ppc_linux_regset_from_core_section): Added support for
86 .reg-ppc-vmx section.
87 * ppc-tdep.h (ppc_altivec_support_p): Declare.
88 (ppc_supply_vrregset): Declare.
89 (ppc_collect_vrregset): Declare.
90 * rs6000-tdep.c (ppc_altivec_support_p): Added.
91 (ppc_supply_vrregset): Added.
92 (ppc_collect_vrregset): Added.
93 * corelow.c (get_core_registers): Added support for
94 .reg-ppc-vmx section.
95
96 2007-10-29 Joel Brobecker <brobecker@adacore.com>
97
98 GDB 6.7.1 released.
99
100 2007-10-26 Jim Blandy <jimb@codesourcery.com>
101
102 * ax-gdb.h (expr_to_address_and_size): Delete declaration for
103 deleted function.
104
105 * tracepoint.c (tracepoint_operation): Report the deletion event
106 after we have unlinked the tracepoint from the list, and use the
107 proper tracepoint number.
108
109 * ax-gdb.c (expr_to_agent): Delete unused function.
110 (expr_to_address_and_size): Delete #if 0'd function.
111 * ax-gdb.h (expr_to_agent): Delete declaration.
112
113 * ax-gdb.c (gen_cast): Remove redundant assignment to
114 value->type. Doc fix.
115
116 * ax-general.c (gen_traced_pop, gen_int_literal)
117 (gen_usual_arithmetic): Check for typedefs.
118
119 2007-10-26 Joel Brobecker <brobecker@adacore.com>
120
121 * parse.c (prefixify_expression): Minor reformatting.
122
123 2007-10-25 Daniel Jacobowitz <dan@codesourcery.com>
124
125 * version.in: Use dot instead of dash.
126
127 2007-10-25 Daniel Jacobowitz <dan@codesourcery.com>
128
129 * linux-thread-db.c (check_for_thread_db): Only print if info_verbose.
130
131 2007-10-25 Pedro Alves <pedro_alves@portugalmail.pt>
132
133 * memory-map.c (parse_memory_map): Don't use an empty struct
134 initializer.
135
136 2007-10-25 Pedro Alves <pedro_alves@portugalmail.pt>
137
138 * signals/signals.c (signals): Update pointer to enum
139 target_signal declaration.
140
141 2007-10-25 Wu Zhou <woodzltc@cn.ibm.com>
142 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
143 Jim Blandy <jimb@codesourcery.com>
144
145 * dwarf2read.c (read_partial_die): check the value
146 of DW_AT_calling_convention in Fortran programs.
147
148 2007-10-25 Wu Zhou <woodzltc@cn.ibm.com>
149 Thiago Jung Bauermann <bauerman@br.ibm.com>
150
151 * c-exp.y (YYSTYPE): Add typed_val_decfloat for decimal
152 floating point in YYSTYPE union.
153 (DECFLOAT) Add token and expression element handling code.
154 (parse_number): Parse DFP constants, which end with suffix 'df',
155 'dd' or 'dl'. Return DECFLOAT.
156 * eval.c (evaluate_subexp_standard): Call value_from_decfloat to
157 handle OP_DECFLOAT.
158 * expression.h (enum exp_opcode): Add an opcode (OP_DECFLOAT)
159 for DFP constants.
160 (union exp_element): Add decfloatconst to represent DFP
161 elements, which is 16 bytes by default.
162 * parse.c (write_exp_elt_decfloatcst): New function to write a
163 decimal float const into the expression.
164 (operator_length_standard): Set operator length for OP_DECFLOAT
165 to 4.
166 * parser-defs.h (write_exp_elt_decfloatcst): Prototype.
167 * valarith.c (value_neg): Add code to handle the negation
168 operation of DFP values.
169 * value.c (value_from_decfloat): New function to get the value
170 from a decimal floating point.
171 * value.h (value_from_decfloat): Prototype.
172
173 2007-10-25 Wu Zhou <woodzltc@cn.ibm.com>
174 Thiago Jung Bauermann <bauerman@br.ibm.com>
175
176 * c-lang.c (c_create_fundamental_type): Create fundamental
177 types for DFP.
178 * c-typeprint.c (c_type_print_varspec_prefix): Add
179 TYPE_CODE_DECFLOAT to no prefix needed case.
180 (c_type_print_varspec_suffix): Add TYPE_CODE_DECFLOAT to no
181 suffix needed case.
182 * c-valprint.c (c_val_print): Call print_decimal_floating to
183 print DFP values.
184 * dwarf2read.c (read_base_type): Read DW_ATE_decimal_float
185 attribute code and return TYPE_CODE_DECFLOAT.
186 (dwarf_base_type): Set dwarf2_fundamental_type for DFP values.
187 * gdbtypes.c (gdbtypes_post_init): Initialize builtin_decfloat,
188 builtin_decdouble and builtin_declong.
189 * gdbtypes.h (enum type_code): Add TYPE_CODE_DECFLOAT as a
190 type code for DFP.
191 (FT_DECFLOAT, FT_DBL_PREC_DECFLOAT, FT_EXT_PREC_DECFLOAT): New
192 types, for decimal floating point.
193 (FT_NUM_MEMBERS): Increment, new types added.
194 (struct builtin_type): Add builtin_decfloat, builtin_decdouble
195 and builtin_declong.
196 * valprint.c (print_decimal_floating): New function to print DFP
197 values.
198 * value.h (print_decimal_floating): Prototype.
199
200 2007-10-25 Wu Zhou <woodzltc@cn.ibm.com>
201 Thiago Jung Bauermann <bauerman@br.ibm.com>
202
203 * Makefile.in (LIBDECNUMBER_DIR, LIBDECNUMBER, LIBDECNUMBER_SRC
204 LIBDECNUMBER_CFLAGS): New macros for libdecnumber.
205 (INTERNAL_CFLAGS_BASE): Add LIBDECNUMBER_CFLAGS in.
206 (INSTALLED_LIBS): Add -ldecnumber in.
207 (CLIBS): Add LIBDECNUMBER in.
208 (decimal128_h, decimal64_h, decimal32_h): New macros for decimal
209 headers.
210 (dfp_h): New macros for decimal floating point.
211 (dfp.o): New target.
212 (COMMON_OBS): Add dfp.o in.
213 (c-exp.o): Add dfp_h as dependency.
214 (valprint.o): Add dfp_h as dependency.
215 (value.o): Add dfp_h as dependency.
216 * dfp.h: New header file for decimal floating point support in
217 GDB.
218 * dfp.c: New source file for decimal floating point support in
219 GDB. Implement decimal_from_string and decimal_to_string based
220 on libdecnumber API.
221 * configure.ac: Add AC_C_BIGENDIAN test.
222 * config.in, configure: Regenerate.
223
224 2007-10-25 David Ung <davidu@mips.com>
225 Maciej W. Rozycki <macro@mips.com>
226
227 PR exp/1926
228 * infcmd.c (registers_info): Check for a user register before
229 calling target's gdbarch_print_registers_info(). If found to be
230 so, extract the implicit value of user register and call
231 print_scalar_formatted().
232 * Makefile.in: (infcmd.o): Add $(user_regs_h).
233
234 2007-10-25 Joel Brobecker <brobecker@adacore.com>
235
236 * NEWS: Document status of hppa64-hpux support.
237
238 2007-10-24 Ulrich Weigand <uweigand@de.ibm.com>
239
240 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
241 set_solib_ops to install SVR4 operations.
242 (_initialize_svr4_solib): Do not set current_target_so_ops.
243
244 * config/i386/i386gnu.mh (NATDEPFILES): Move solib.o, solib-svr4.o ...
245 * config/i386/i386gnu.mt (TDEPFILES): ... to here.
246
247 2007-10-24 Ulrich Weigand <uweigand@de.ibm.com>
248
249 * solib-svr4.c (legacy_svr4_fetch_link_map_offsets_hook): Remove.
250 (solib_svr4_init): Initialize fetch_link_map_offsets to NULL.
251 * solib-svr4.h (legacy_svr4_fetch_link_map_offsets_hook): Remove.
252 * solib-legacy.c: Remove file.
253
254 * config/alpha/alpha-linux.mt (TDEPFILES): Remove solib-legacy.o.
255 * config/arm/linux.mt (TDEPFILES): Likewise.
256 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
257 * config/ia64/linux.mt (TDEPFILES): Likewise.
258 * config/m32r/linux.mt (TDEPFILES): Likewise.
259 * config/powerpc/linux.mt (TDEPFILES): Likewise.
260 * config/s390/s390.mt (TDEPFILES): Likewise.
261
262 * alpha-linux-tdep.c (alpha_linux_init_abi): Call
263 set_solib_svr4_fetch_link_map_offsets.
264 * i386gnu-tdep.c (i386gnu_init_abi): Likewise.
265 * ia64-linux-tdep.c (ia64_linux_init_abi): Likewise.
266
267 * i386gnu-tdep.c: Include "solib-svr4.h".
268 * Makefile.in: Update dependencies.
269
270 2007-10-24 Ulrich Weigand <uweigand@de.ibm.com>
271
272 * i386-nto-tdep.c: Include "solib.h".
273 (i386nto_init_abi): Use set_solib_ops instead of overwriting
274 current_target_so_ops members.
275 * solist.h (TARGET_SO_RELOCATE_SECTION_ADDRESSES): Remove.
276 (TARGET_SO_FIND_AND_OPEN_SOLIB): Remove.
277 (TARGET_SO_IN_DYNSYM_RESOLVE_CODE): Remove.
278 * Makefile.in: Update dependencies.
279
280 2007-10-24 Ulrich Weigand <uweigand@de.ibm.com>
281
282 * arm-wince-tdep.c: Include "solib.h" and "solib-target.h".
283 (arm_wince_init_abi): Call set_solib_ops.
284 * i386-cygwin-tdep.c: Include "solib.h" and "solib-target.h".
285 (i386_cygwin_init_abi): Call set_solib_ops.
286 * solib-target.c: Include "solib-target.h".
287 (solib_target_so_ops): Make global.
288 (_initialize_solib_target): Do not set current_target_so_ops.
289 * solib-target.h: New file.
290 * Makefile.in: Update dependencies.
291
292 2007-10-24 Ulrich Weigand <uweigand@de.ibm.com>
293
294 * mips-irix-tdep.c: Include "gdb_string.h", "solib.h", "solib-irix.h".
295 (mips_irix_init_abi): Call set_solib_ops.
296 * solib-irix.c: Include "solib.h" and "solib-irix.h".
297 (irix_so_ops): Make global.
298 (_initialize_irix_solib): Do not set current_target_so_ops.
299 * solib-irix.h: New file.
300 * Makefile.in: Update dependencies.
301
302 2007-10-24 Ulrich Weigand <uweigand@de.ibm.com>
303
304 * configure.tgt: Remove hppa*64*-*-hpux11* special case.
305 * config/pa/hppa64.mt: Delete file.
306 * config/pa/hppahpux.mt (MT_CFLAGS): Remove.
307 (TDEPFILES): Move somread.o to ...
308 * config/pa/hpux.mh (NATDEPFILES): ... here.
309
310 * configure.ac: Add check for elf_hp.h header.
311 Search libdl and libxpdl for dlgetmodinfo.
312 * config.in, configure: Regenerate.
313 * solib-pa64.c: Conditionalize compilation on #ifdef HAVE_ELF_HP_H
314 instead of #ifndef PA_SOM_ONLY. Include "solib.h".
315 (pa64_solib_select): Take gdbarch instead of tdep argument. Call
316 set_solib_ops instead of modifying current_target_so_ops.
317 * solib-pa64.h (pa64_solib_select): Update prototype.
318 * solib-som.c: Remove include of "som.h". Include "solib.h".
319 (som_solib_select): Take gdbarch instead of tdep argument. Call
320 set_solib_ops instead of modifying current_target_so_ops.
321 * solib-som.h (som_solib_select): Update prototype.
322 * hppa-hpux-tdep.c (hppa_hpux_som_init_abi): Pass gdbarch instead
323 of tdep to som_solib_select call.
324 (hppa_hpux_elf_init_abi): Pass gdbarch instead of tdep to
325 pa64_solib_select call.
326 * Makefile.in: Update dependencies.
327
328 2007-10-24 Ulrich Weigand <uweigand@de.ibm.com>
329
330 * frv-tdep.c: Include "solib.h".
331 (frv_gdbarch_init): Call set_solib_ops.
332 * frv-tdep.h (struct target_so_ops): Add forward reference.
333 (frv_so_ops): Add extern declaration.
334 * solib-frv.c (frv_so_ops): Make global.
335 (_initialize_frv_solib): Do not set current_target_so_ops.
336 * Makefile.in: Update dependencies.
337
338 2007-10-24 Ulrich Weigand <uweigand@de.ibm.com>
339
340 * solib.c (solib_global_lookup): Use solib_ops instead of global
341 current_target_so_ops.
342
343 2007-10-24 Ulrich Weigand <uweigand@de.ibm.com>
344
345 * config/frv/frv.mt (DEPRECATED_TM_FILE): Remove.
346 * config/frv-tm-frv.h: Delete file.
347
348 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
349
350 * NEWS: Mention gdbserver support for non-libthread_db operation.
351
352 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
353
354 * amd64-tdep.c (amd64_convert_register_p): Delete.
355 (amd64_init_abi): Use i387_convert_register_p.
356 * alpha-tdep.c (alpha_convert_register_p): Return zero for
357 eight byte types.
358 (alpha_register_to_value, alpha_value_to_register): Do not handle
359 eight byte types.
360 * i386-tdep.c (i386_convert_register_p): Use i387_convert_register_p.
361 * i387-tdep.c (i387_convert_register_p): New.
362 (i387_register_to_value, i387_value_to_register): Update comments.
363 * i387-tdep.h (i387_convert_register_p): Declare.
364 * ia64-tdep.c (ia64_convert_register_p): Return zero for
365 builtin_type_ia64_ext.
366 (ia64_gdbarch_init): Do not initialize builtin_type_ia64_ext here.
367 (_initialize_ia64_tdep): Initialize builtin_type_ia64_ext here.
368 * m68k-tdep.c (m68k_convert_register_p): Return zero for
369 builtin_type_m68881_ext.
370 (m68k_register_to_value, m68k_value_to_register): Update comments.
371
372 2007-10-24 Nathan Sidwell <nathan@codesourcery.com>
373
374 * target-memory.c (claim_memory): Propagate baton for split memory
375 requests.
376
377 2007-10-24 Pedro Alves <pedro_alves@portugalmail.pt>
378
379 PR gdb/2341
380 * sol-thread.c (sol_thread_fetch_registers): Work around gcc 3.4
381 alias warning bug.
382
383 2007-10-24 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
384
385 * symtab.c (find_line_symtab): scan through psymtabs
386 when exact_match is zero.
387
388 2007-10-23 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
389
390 * mips-tdep.c (LL_OPCODE, LLD_OPCODE, SC_OPCODE, SCD_OPCODE): Define.
391 (deal_with_atomic_sequence): New.
392 (mips_software_single_step): Use it.
393
394 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
395
396 PR gdb/2336
397 * configure.ac: Modify $LIBINTL before the BFD check.
398 * configure: Regenerated.
399
400 2007-10-23 Joel Brobecker <brobecker@adacore.com>
401
402 * buildsym.c (free_pending_blocks): Remove commented-out code.
403 (make_blockvector): Likewise. Re-use free_pending_blocks.
404 (end_symtab): Remove commented-out code.
405
406 2007-10-22 Daniel Jacobowitz <dan@codesourcery.com>
407
408 * top.c (command_loop): Fix output for shrinkage.
409
410 2007-10-22 Daniel Jacobowitz <dan@codesourcery.com>
411
412 * cp-name-parser.y (exp1): Add & ( var ) as a reference expression.
413 (exp): Remove and document function-like casts.
414
415 2007-10-22 Daniel Jacobowitz <dan@codesourcery.com>
416
417 * cp-support.c: Include "safe-ctype.h".
418 (cp_already_canonical): New function.
419 (cp_canonicalize_string): Use it. Return NULL for already canonical
420 strings.
421 (mangled_name_to_comp): Update call to cp_demangled_name_to_comp.
422 (cp_func_name, remove_params): Likewise.
423 (cp_find_first_component_aux): Use ISSPACE.
424 * cp-support.h (cp_demangled_name_to_comp): Correct comment. Remove
425 MEMORY_P argument.
426 * cp-name-parser.y (ALLOC_CHUNK): Define.
427 (struct demangle_info): Add PREV and NEXT. Increase the size of
428 COMPS.
429 (d_grab): Convert to a function.
430 (allocate_info): Rewrite.
431 (cp_demangled_name_to_comp): Remove MEMORY argument. Do not use
432 strlen. Update call to allocate_info. Do not free it on failure.
433 (main): Update calls to cp_demangled_name_to_comp.
434 * Makefile.in (cp-support.o): Update.
435
436 2007-10-22 Markus Deuling <deuling@de.ibm.com>
437
438 * std-regs.c (value_of_builtin_frame_fp_reg)
439 value_of_builtin_frame_pc_reg, value_of_builtin_frame_sp_reg)
440 value_of_builtin_frame_ps_reg): Use get_frame_arch to get at the
441 current architecture by frame_info.
442
443 2007-10-22 Markus Deuling <deuling@de.ibm.com>
444
445 * reggroups.c (default_register_reggroup_p): Replace current_gdbarch
446 by gdbarch.
447
448 2007-10-22 Markus Deuling <deuling@de.ibm.com>
449
450 * infcmd.c (default_print_registers_info, print_return_value)
451 (print_vector_info, print_float_info): Replace current_gdbarch by
452 gdbarch.
453 (registers_info): Use get_frame_arch to get at the current
454 architecture by frame_info.
455
456 2007-10-22 Markus Deuling <deuling@de.ibm.com>
457
458 * i387-tdep.c (i387_collect_fsave, i387_collect_fxsave): Use
459 get_regcache_arch to get at the current architecture by regcache.
460
461 2007-10-22 Markus Deuling <deuling@de.ibm.com>
462
463 * target.c (debug_print_register): Use get_regcache_arch to get at the
464 current architecture by regcache.
465
466 2007-10-21 Daniel Jacobowitz <dan@codesourcery.com>
467
468 * dwarf2read.c (read_file_scope): Add a comment.
469 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_type)
470 (read_enumeration_type, process_enumeration_scope, read_array_type)
471 (read_typedef, read_base_type, read_subrange_type)
472 (read_unspecified_type): Use dwarf2_name.
473
474 2007-10-21 Daniel Jacobowitz <dan@codesourcery.com>
475
476 * coffread.c (coff_symfile_finish): Call dwarf2_free_objfile.
477 * dwarf2read.c (dwarf2_free_objfile): New.
478 * elfread.c (elf_symfile_finish): Call dwarf2_free_objfile.
479 * symfile.h (dwarf2_free_objfile): Declare.
480
481 2007-10-21 Joel Brobecker <brobecker@adacore.com>
482
483 * hppa-hpux-nat.c (hppa_hpux_store_register): Add missing semi-colon.
484
485 2007-10-21 Luis Machado <luisgpm@br.ibm.com>
486
487 * rs6000-tdep.c (ppc_dwarf2_frame_init_reg): New function.
488 * (rs6000_gdbarch_init): Install ppc_dwarf2_frame_init_reg as
489 default dwarf2_frame_set_init_reg function.
490
491 2007-10-21 Pedro Alves <pedro_alves@portugalmail.pt>
492
493 * NEWS: Mention native MinGW configuration.
494
495 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
496
497 * gdbarch.sh: Remove "macro" column of input table. Remove handling
498 of "macro" column throughout the file. Remove (empty) "macro" entry
499 of all gdbarch functions.
500
501 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
502
503 * gdbarch.sh (sofun_address_maybe_missing): New gdbarch variable.
504 * gdbarch.c, gdbarch.h: Regenerate.
505 * dbxread.c (find_stab_function_addr): Define unconditionally.
506 (read_dbx_symtab): Use gdbarch_sofun_address_maybe_missing
507 instead of SOFUN_ADDRESS_MAYBE_MISSING.
508 (end_psymtab): Likewise.
509 (process_one_symbol): Likewise.
510 * mdebugread.c (parse_partial_symbols): Likewise.
511
512 * symtab.h (struct minimal_symbol): Always define "filename" member.
513 * elfread.c (elf_symtab_read): Use msym->filename unconditionally.
514 * minsyms.c (lookup_minimal_symbol): Likewise.
515 * symmisc.c (dump_msymbols): Likewise.
516
517 * config/i386/i386sol2.mt (DEPRECATED_TM_FILE): Remove.
518 * config/i386/linux.mt (DEPRECATED_TM_FILE): Remove.
519 * config/i386/tm-i386sol2.h: Remove file.
520 * config/i386/tm-linux.h: Remove file.
521 * i386-linux-tdep.c (i386_linux_init_abi): Add call to
522 set_gdbarch_sofun_address_maybe_missing.
523 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
524
525 * config/powerpc/linux.mt (DEPRECATED_TM_FILE): Remove.
526 * config/powerpc/nbsd.mt (DEPRECATED_TM_FILE): Remove.
527 * config/powerpc/obsd.mt (DEPRECATED_TM_FILE): Remove.
528 * config/powerpc/ppc-eabi.mt (DEPRECATED_TM_FILE): Remove.
529 * config/powerpc/ppc-sim.mt (DEPRECATED_TM_FILE): Remove.
530 * config/powerpc/tm-ppc-eabi.h: Remove file.
531 * rs6000-tdep.c (rs6000_gdbarch_init): Add call to
532 set_gdbarch_sofun_address_maybe_missing.
533
534 * config/sparc/sol2-64.mt (DEPRECATED_TM_FILE): Remove.
535 * config/sparc/sol2.mt (DEPRECATED_TM_FILE): Remove.
536 * config/sparc/tm-sol2.h: Remove file.
537 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Add call to
538 set_gdbarch_sofun_address_maybe_missing.
539 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
540
541 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
542
543 * gdbarch.sh (static_transform_name): New gdbarch callback.
544 * gdbarch.c, gdbarch.h: Regenerate.
545 * dbxread.c (read_dbx_symtab): Use gdbarch_static_transform_name
546 instead of STATIC_TRANSFORM_NAME.
547 * mdebugread.c (parse_partial_symbols): Likewise.
548 * stabsread.c (define_symbol): Likewise.
549 * xcoffread.c (scan_xcoff_symtab): Likewise.
550
551 * config/i368/tm-i386sol2.h (STATIC_TRANSFORM_NAME): Remove.
552 (IS_STATIC_TRANSFORM_NAME): Remove.
553 * i386-tdep.c (sunpro_static_transform_name): Remove, move to ...
554 * i386-sol2-tdep.c (i386_sol2_static_transform_name): ... here.
555 (i386_sol2_init_abi): Install it.
556
557 * config/sparc/tm-sol2.h (STATIC_TRANSFORM_NAME): Remove.
558 (IS_STATIC_TRANSFORM_NAME): Remove.
559 * sparc-tdep.c (sparc_stabs_unglobalize_name): Remove, move to ...
560 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): ... here.
561 (sparc32_sol2_init_abi): Install it.
562 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
563 * sparc-tdep.h (sparc_sol2_static_transform_name): Add prototype.
564
565 2007-10-18 Daniel Jacobowitz <dan@codesourcery.com>
566
567 * mips-tdep.c (mips_xfer_register): Take a gdbarch argument.
568 (mips_n32n64_return_value, mips_o32_return_value)
569 (mips_o64_return_value): Update calls to mips_xfer_register.
570
571 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
572
573 * frame.c (frame_unwind_unsigned_register): Delete.
574 (frame_sp_unwind): Use frame_unwind_register_unsigned instead.
575 * frame.h (frame_unwind_unsigned_register): Delete prototype.
576
577 * alpha-linux-tdep.c, alpha-mdebug-tdep.c, alpha-tdep.c,
578 avr-tdep.c, cris-tdep.c, frv-tdep.c, m68hc11-tdep.c, mn10300-tdep.c,
579 mt-tdep.c: Replace frame_unwind_unsigned_register with
580 frame_unwind_register_unsigned.
581
582 2007-10-16 Pedro Alves <pedro_alves@portugalmail.pt>
583
584 * config/i386/mingw.mh, config/i386/mingw.mt: New files.
585 * configure.tgt (i[34567]86-*-mingw32*): Set gdb_target = mingw.
586 * win32-nat.c: Only include cygwin.h on Cygwin host. Don't
587 include procfs.h.
588 (cygwin_load_start, cygwin_load_end, cygwin_exceptions): Disable
589 if not building on Cygwin.
590 (win32_make_so, handle_output_debug_string, handle_exception)
591 (do_initial_win32_stuff): Wrap Cygwin specific code in __CYGWIN__.
592 (win32_attach): Only fallback to Cygwin pids if building on
593 Cygwin.
594 (win32_pid_to_exec_file): Disable Cygwin specific code, if not
595 building on Cygwin.
596 (win32_create_inferior): Disable starting the inferior through a
597 shell, environment var processing and tty handling if not building
598 on Cygwin.
599 (cygwin_pid_to_str): Rename to ...
600 (win32_pid_to_str): ... this.
601 (init_win32_ops): Update use of win32_pid_to_str. Disable "shell"
602 and "cygwin-exceptions" commands if not building on Cygwin.
603
604 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
605
606 * doc/gdb.texinfo: Add TSIZE definition, removed
607 statement about unbounded arrays being unimplemented.
608 * m2-valprint.c (m2_print_array_contents): New function.
609 (m2_print_unbounded_array): New function.
610 (m2_print_array_contents): New function.
611 * m2-typeprint.c (m2_unbounded_array): New function.
612 (m2_is_unbounded_array): New function.
613 (m2_print_type): Test for unbounded array when walking
614 across structs.
615 * m2-lang.h: Added extern m2_is_unbounded_array.
616 * m2-lang.c (evaluate_subexp_modula2): New function.
617 (exp_descriptor_modula2): New structure.
618 (m2_language_defn): Use exp_descriptor_modula2.
619 * m2-exp.y: Added TSIZE and binary subscript.
620
621 2007-10-16 Daniel Jacobowitz <dan@codesourcery.com>
622
623 * mi/mi-main.c (captured_mi_execute_command): Clear mi_error_message
624 after freeing it.
625
626 2007-10-16 Kevin Buettner <kevinb@redhat.com>
627
628 * m32r-tdep.c (decode_prologue): Sign extend offset for
629 "addi sp, xx" case.
630 (m32r_frame_unwind_cache): Likewise.
631
632 2007-10-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
633
634 * rs6000-tdep.c (skip_prologue): Restore comment with
635 function description to its proper place.
636
637 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
638
639 * NEWS: Mention gdbserver PowerPC improvements.
640
641 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
642
643 * features/Makefile (WHICH): Add PowerPC register definitions.
644 (rs6000/powerpc-32-expedite, rs6000/powerpc-e500-expedite)
645 (rs6000/powerpc-64-expedite): New macros.
646 ($(outdir)/%.dat): Handle subdirectories.
647 * regformats/rs6000/powerpc-32.dat, regformats/rs6000/powerpc-64.dat,
648 regformats/rs6000/powerpc-e500.dat: New generated files.
649
650 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
651
652 * ppc-linux-nat.c (ppc_linux_read_description): New.
653 (_initialize_ppc_linux_nat): Set to_read_description.
654 * ppc-tdep.h (tdesc_powerpc_e500): Declare.
655
656 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
657
658 * NEWS: Document target described register support for PowerPC.
659 * ppc-tdep.h: Remove ppc_spr constants.
660 (struct gdbarch_tdep): Remove regs, ppc_sr0_regnum, and
661 ppc_builtin_type_vec128 members.
662 (PPC_R0_REGNUM, PPC_F0_REGNUM, PPC_PC_REGNUM, PPC_MSR_REGNUM)
663 (PPC_CR_REGNUM, PPC_LR_REGNUM, PPC_CTR_REGNUM, PPC_XER_REGNUM)
664 (PPC_FPSCR_REGNUM, PPC_MQ_REGNUM, PPC_SPE_UPPER_GP0_REGNUM)
665 (PPC_SPE_ACC_REGNUM, PPC_SPE_FSCR_REGNUM, PPC_VR0_REGNUM)
666 (PPC_VSCR_REGNUM, PPC_VRSAVE_REGNUM, PPC_NUM_REGS): New constants.
667 * rs6000-tdep.c: Include preparsed descriptions.
668 (init_sim_regno_table): Do not iterate over pseudo registers.
669 Look up segment registers by name. Use sim_spr_register_name
670 for SPRs.
671 (rs6000_register_sim_regno): Call init_sim_regno_table here.
672 (rs6000_builtin_type_vec128): Delete.
673 (rs6000_register_name): Only handle SPE pseudo registers and upper
674 halves. Call tdesc_register_name for everything else.
675 (rs6000_register_type): Delete. Replace with...
676 (rs6000_pseudo_register_type): ...this new function. Only handle
677 SPE pseudo registers.
678 (rs6000_register_reggroup_p): Delete. Replace with...
679 (rs6000_pseudo_register_reggroup_p): ...this new function. Only
680 handle SPE pseudo registers.
681 (rs6000_convert_register_p): Use ppc_fp0_regnum instead of
682 "struct reg".
683 (rs6000_register_to_value, rs6000_value_to_register): Remove check
684 of reg->fpr.
685 (e500_register_reggroup_p): Delete.
686 (STR, R, R4, R8, R16, F, P8, R32, R64, R0, A4, S, S4, SN4, S64)
687 (COMMON_UISA_REGS, PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS)
688 (PPC_SEGMENT_REGS, PPC_OEA_SPRS, PPC_ALTIVEC_REGS, PPC_SPE_GP_REGS)
689 (PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): Delete macros.
690 (registers_powerpc, registers_403, registers_403GC, registers_505)
691 (registers_860, registers_601, registers_602, registers_603)
692 (registers_604, registers_750, registers_7400, registers_e500): Delete
693 variables.
694 (struct variant): Delete nregs, npregs, num_tot_regs, and regs. Add
695 tdesc.
696 (tot_num_registers, num_registers, num_pseudo_registers): Delete.
697 (variants): Delete outdated comment. Use standard target descriptions
698 instead of "struct reg" arrays.
699 (init_variants): Delete.
700 (rs6000_gdbarch_init): Do not guess word size from the BFD
701 architecture if we have a target description. Select a variant
702 before creating a new architecture. Use the variant's target
703 description if the target did not define a register layout.
704 Validate target-supplied registers. Reject mismatches. Use
705 fixed register numbers and new constants instead of magic
706 numbers. Call set_gdbarch_ps_regnum. Call tdesc_use_registers.
707 (_initialize_rs6000_tdep): Initialize the preparsed target
708 descriptions.
709 * target-descriptions.c (tdesc_predefined_types): Add int128 and
710 uint128.
711 (tdesc_find_register_early): New function.
712 (tdesc_numbered_register): Use it.
713 (tdesc_register_size): New function.
714 (tdesc_use_registers): Take a target_desc argument. Do not use
715 gdbarch_target_desc.
716 * target-descriptions.h (tdesc_use_registers): Update prototype
717 and comment.
718 (tdesc_register_size): New prototype.
719 * Makefile.in (powerpc_32_c, powerpc_403_c, powerpc_403gc_c)
720 (powerpc_505_c, powerpc_601_c, powerpc_602_c, powerpc_603_c)
721 (powerpc_604_c, powerpc_64_c, powerpc_7400_c, powerpc_750_c)
722 (powerpc_860_c, powerpc_e500_c, rs6000_c): New macros.
723 (rs6000-tdep.o): Update.
724 * arm-tdep.c (arm_gdbarch_init): Update call to tdesc_use_registers.
725 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
726 * mips-tdep.c (mips_gdbarch_init): Likewise.
727
728 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
729
730 * features/rs6000/powerpc-32.c, features/rs6000/powerpc-403.c,
731 features/rs6000/powerpc-403gc.c, features/rs6000/powerpc-505.c,
732 features/rs6000/powerpc-601.c, features/rs6000/powerpc-602.c,
733 features/rs6000/powerpc-603.c, features/rs6000/powerpc-604.c,
734 features/rs6000/powerpc-64.c, features/rs6000/powerpc-7400.c,
735 features/rs6000/powerpc-750.c, features/rs6000/powerpc-860.c,
736 features/rs6000/powerpc-e500.c, features/rs6000/rs6000.c: New
737 generated files.
738
739 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
740
741 * features/rs6000/power-altivec.xml, features/rs6000/power-core.xml,
742 features/rs6000/power-fpu.xml, features/rs6000/power-oea.xml,
743 features/rs6000/power-spe.xml, features/rs6000/power64-core.xml: New
744 feature descriptions for standard PowerPC register sets.
745
746 * features/rs6000/powerpc-32.xml, features/rs6000/powerpc-403.xml,
747 features/rs6000/powerpc-403gc.xml, features/rs6000/powerpc-505.xml,
748 features/rs6000/powerpc-601.xml, features/rs6000/powerpc-602.xml,
749 features/rs6000/powerpc-603.xml, features/rs6000/powerpc-604.xml,
750 features/rs6000/powerpc-64.xml, features/rs6000/powerpc-7400.xml,
751 features/rs6000/powerpc-750.xml, features/rs6000/powerpc-860.xml,
752 features/rs6000/powerpc-e500.xml, features/rs6000/rs6000.xml: New
753 target descriptions for PowerPC processors.
754
755 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
756
757 * target-descriptions.c (tdesc_predefined_types): New.
758 (tdesc_named_type): Use it.
759 (tdesc_type_id, maint_print_c_tdesc_cmd): New functions.
760 (_intialize_target_descriptions): Register "maint print c-tdesc".
761 * features/Makefile (XMLTOC, CFILES, GDB): New macros.
762 (cfiles, %.c): New rules.
763 * features/arm-with-iwmmxt.c, features/mips-linux.c,
764 features/mips64-linux.c: New generated files.
765
766 * arm-linux-nat.c: Include preparsed description instead of
767 "xml-support.h".
768 (super_xfer_partial, arm_linux_xfer_partial): Remove.
769 (arm_linux_read_description): New function.
770 (_initialize_arm_linux_nat): Set to_read_description instead of
771 to_xfer_partial. Initialize preparsed description.
772 * config/arm/linux.mh (TDEP_XML): Delete.
773 * mips-linux-nat.c: Include preparsed descriptions instead of
774 "xml-support.h".
775 (super_xfer_partial, mips_linux_xfer_partial): Remove.
776 (mips_linux_read_description): New function.
777 (_initialize_mips_linux_nat): Set to_read_description instead of
778 to_xfer_partial. Initialize preparsed description.
779 * config/mips/linux.mh (TDEP_XML): Delete.
780 * Makefile.in (XMLFILES): Remove $(TDEP_XML).
781 (features_headers, arm_with_iwmmxt_c, mips_linux_c)
782 (mips64_linux_c): New macros.
783 (arm-linux-nat.o, mips-linux-nat.o): Update.
784
785 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
786
787 * cp-abi.c (set_cp_abi_as_auto_default): ARI fix:
788 Replace xasprintf by xstrprintf.
789 symfile-mem.c (add_vsyscall_page): Ditto.
790
791 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
792
793 * ia64-linux-nat.c (ia64_register_addr): Add gdbarch parameter,
794 replacing use of global current_gdbarch.
795 (ia64_cannot_fetch_register, ia64_cannot_store_register): Likewise.
796 (ia64_linux_fetch_register, ia64_linux_store_register): Update callers.
797
798 * ia64-tdep.c (SIGCONTEXT_REGISTER_ADDRESS): Remove macro.
799 (ia64_sigtramp_frame_init_saved_regs): Add next_frame parameter,
800 replace uses of SIGCONTEXT_REGISTER_ADDRESS.
801 (ia64_sigtramp_frame_cache): Update caller.
802
803 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
804
805 * gdbarch.sh (deprecated_use_struct_convention): Remove.
806 (extract_return_value, store_return_value): Remove.
807 (return_value): Remove default implementation.
808 * gdbarch.c, gdbarch.h: Regenerate.
809
810 * stack.c (return_command): Remove compatibility hack.
811 * arch-utils.c (legacy_return_value): Remove.
812 * arch-utils.h (legacy_return_value): Likewise.
813
814 * arch-utils.c (always_use_struct_convention): Remove.
815 * arch-utils.h (always_use_struct_convention): Likewise.
816 * value.c (generic_use_struct_convention): Remove.
817 * defs.h (generic_use_struct_convention): Likewise.
818
819 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
820
821 * avr-tdep.c (avr_return_value): New function.
822 (avr_gdbarch_init): Call set_gdbarch_return_value instead of
823 set_gdbarch_extract_return_value.
824
825 * fvr-tdep.c (frv_return_value): New function.
826 (frv_gdbarch_init): Call set_gdbarch_return_value instead of
827 set_gdbarch_extract_return_value, set_gdbarch_store_return_value,
828 and set_gdbarch_deprecated_use_struct_convention.
829
830 * ia64-tdep.c (ia64_use_struct_convention): Make static.
831 Add check for structure, union, or array types.
832 (ia64_extract_return_value): Make static.
833 (ia64_store_return_value): Make static. Support multi-word values.
834 (ia64_return_value): New function.
835 (ia64_gdbarch_init): Call set_gdbarch_return_value instead of
836 set_gdbarch_extract_return_value, set_gdbarch_store_return_value,
837 and set_gdbarch_deprecated_use_struct_convention.
838
839 2007-10-12 Joel Brobecker <brobecker@adacore.com>
840
841 * solib-target.c (solib_target_parse_libraries)
842 [HAVEHAVE_LIBEXPAT not defined]: Fix thinko in return type.
843
844 2007-10-12 Jim Blandy <jimb@codesourcery.com>
845
846 * serial.h (struct serial_ops): Document read_prim to return zero
847 at EOF.
848 * ser-base.c (do_ser_base_readchar): Return SERIAL_EOF when
849 read_prim returns zero, not SERIAL_TIMEOUT.
850
851 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
852
853 * alpha-mdebug-tdep.c: Include "gdb_string.h".
854 (find_proc_desc): Add fix-up code for setjmp procedure descriptor.
855 * mdebugread.c (parse_procedure): Remove setjmp fix-up code.
856 * Makefile.in (alpha-mdebug-tdep.o): Update dependencies.
857
858 * config/alpha/alpha.mt (DEPRECATED_TM_FILE): Remove.
859 * config/alpha/alpha-linux.mt (DEPRECATED_TM_FILE): Remove.
860 * config/alpha/alpha-osf1.mt (DEPRECATED_TM_FILE): Remove.
861 * config/alpha/fbsd.mt (DEPRECATED_TM_FILE): Remove.
862 * config/alpha/tm-alpha.h: Remove file.
863
864 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
865
866 * breakpoint.c (breakpoint_sals_to_pc): Do not check for
867 DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE.
868
869 * config/pa/tm-hppa.h: Delete file.
870 * config/pa/hppa64.mt: Do not set DEPRECATED_TM_FILE.
871 * config/pa/hppahpux.mt: Likewise.
872 * config/pa/hppa.mt: Likewise.
873 * config/pa/linux.mt: Likewise.
874 * hppa-tdep.c (hppa_pc_requires_run_before_use): Delete.
875
876 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
877
878 * config/arm/nm-nbsdaout.h: Remove file.
879 * config/nm-nbsdaout.h: Likewise.
880 * config/nm-nbsd.h: Likewise.
881
882 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
883
884 * block.h (struct block): Remove "gcc_compile_flag" member.
885 (BLOCK_GCC_COMPILED): Remove.
886 * block.c (allocate_block): Do not clear BLOCK_GCC_COMPILED.
887 * buildsym.c (finish_block): Do not set it.
888 * symmisc.c (dump_symtab_1): Do not dump it.
889
890 * value.h (using_struct_return): Remove "gcc_p" argument.
891 * value.c (using_struct_return): Likewise.
892 * eval.c (evaluate_subexp_standard): Adapt callers.
893 * infcall.c (call_function_by_hand): Likewise.
894 * stack.c (return_command): Likewise.
895 * sparc-tdep.c (sparc32_push_dummy_code): Likewise.
896
897 * gdbarch.sh (push_dummy_code): Remove "using_gcc" parameter.
898 * gdbarch.c, gdbarch.h: Regenerate.
899 * cris-tdep.c (cris_push_dummy_code): Adapt prototype.
900 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Likewise.
901 * sparc-tdep.c (sparc32_push_dummy_code): Likewise.
902 * infcall.c (generic_push_dummy_code, push_dummy_code): Likewise.
903 (push_dummy_code, call_function_by_hand): Adapt callers.
904
905 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
906
907 * infcmd.c (print_return_value): Remove STRUCT_RETURN argument.
908 (finish_command_continuation, finish_command): Adapt callers.
909
910 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
911
912 * infcall.c (call_function_by_hand): Remove special handling
913 for HP aCC compiled code.
914
915 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
916
917 * cris-tdep.c (cris_push_dummy_call): Support arguments passed by
918 reference. Fix endianness bugs.
919 (cris_reg_struct_has_address): Remove.
920 (cris_gdbarch_init): Remove set_gdbarch_deprecated_reg_struct_has_addr
921 and set_gdbarch_deprecated_use_struct_convention calls.
922
923 * gdbarch.sh (deprecated_reg_struct_has_addr): Remove.
924 * gdbarch.c, gdbarch.h: Regenerate.
925 * infcall.c (call_function_by_hand): Remove handling of
926 deprecated_reg_struct_has_addr.
927
928 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
929 Kazu Hirata <kazu@codesourcery.com>
930
931 * breakpoint.c (do_enable_breakpoint): Delay enabling until after
932 checking watchpoint resources.
933
934 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
935
936 * memattr.c (inaccessible_by_default): Change the initial
937 value to 1.
938
939 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
940
941 PR gdb/2280
942 * coffread.c (read_one_sym): Check for read errors.
943
944 2007-10-11 Ulrich Weigand <uweigand@de.ibm.com>
945
946 * linux-nat.c (lin_lwp_attach_lwp): Use "Linux kernel 2.6.19"
947 instead of "Linux 2.6.19" in comment.
948 (linux_xfer_partial): Use "GNU/Linux target" instead of
949 "Linux target" in comment.
950 * m68klinux-tdep.c (m68k_linux_inferior_created): Likewise.
951 (m68k_linux_get_sigtramp_info): Likewise.
952
953 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
954
955 * MAINTAINERS (language support): List Joel and Paul as
956 Ada maintainers.
957
958 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
959
960 * dbxread.c (process_one_symbol): Remove VARIABLES_INSIDE_BLOCK
961 checks.
962 * config/arm/embed.mt, config/arm/linux.mt, config/arm/wince.mt: Do
963 not set DEPRECATED_TM_FILE.
964 * config/arm/tm-arm.h: Delete file.
965
966 2007-10-11 Luis Machado <luisgpm@br.ibm.com>
967
968 * MAINTAINERS (Write After Approval): Add self.
969
970 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
971
972 * buildsym.c (record_line): Remove empty lines followed by
973 end-of-sequence markers.
974
975 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
976
977 * configure.tgt: Recognize fido-*-elf.
978
979 2007-10-10 Joel Brobecker <brobecker@adacore.com>
980
981 GDB 6.7 released.
982
983 2007-10-10 Markus Deuling <deuling@de.ibm.com>
984
985 * stack.c (print_frame_args, frame_info, return_command): Use
986 get_regcache_arch or get_frame_arch to get at the current architecture
987 by regcache or by frame, respectively.
988
989 2007-10-10 Markus Deuling <deuling@de.ibm.com>
990
991 * rs6000-nat.c (fetch_register, store_register)
992 (rs6000_fetch_inferior_registers, rs6000_store_inferior_registers): Use
993 get_regcache_arch to get at the current architecture by regcache.
994
995 * rs6000-tdep.c (rs6000_push_dummy_call, rs6000_return_value)
996 (rs6000_register_reggroup_p, e500_move_ev_registe, rs6000_unwind_pc)
997 (rs6000_unwind_dummy_id, rs6000_frame_cache, rs6000_dump_tdep): Replace
998 current_gdbarch by gdbarch.
999 (rs6000_skip_trampoline_code, rs6000_register_to_value)
1000 (rs6000_value_to_register): Use get_frame_arch to get at the current
1001 architecture by frame_info.
1002
1003 2007-10-10 Markus Deuling <deuling@de.ibm.com>
1004
1005 * sparc-tdep.c (sparc_supply_rwindow, sparc_collect_rwindow): Use
1006 get_regcache_arch to get at the current architecture by regcache.
1007
1008 * sparc64-tdep.c (sparc64_supply_gregset, sparc64_collect_gregset)
1009 (sparc64_supply_fpregset, sparc64_collect_fpregset): Use
1010 get_regcache_arch to get at the current architecture by regcache.
1011
1012 * sparc64nbsd-nat. (sparc64nbsd_supply_gregset)
1013 (sparc64nbsd_collect_gregset, sparc64nbsd_supply_fpregset)
1014 (sparc64nbsd_collect_fpregset): Use get_regcache_arch to get at the
1015 current architecture by regcache.
1016
1017 2007-10-10 Markus Deuling <deuling@de.ibm.com>
1018
1019 * remote-mips.c (mips_wait, mips_fetch_registers)
1020 (mips_store_registers): Use get_regcache_arch to get at the
1021 current architecture by regcache.
1022
1023 * mipsnbsd-tdep.c (mipsnbsd_supply_reg, mipsnbsd_fill_reg)
1024 (mipsnbsd_supply_fpreg, mipsnbsd_fill_fpreg): Use get_regcache_arch to
1025 get at the current architecture by regcache.
1026 (mipsnbsd_sigtramp_offset): Use get_frame_arch to get at the current
1027 architecture by frame_info.
1028
1029 * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers)
1030 (mipsnbsd_store_inferior_registers): Use get_regcache_arch to get at
1031 the current architecture by regcache.
1032
1033 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
1034 (mips64_linux_get_longjmp_target, mips_linux_o32_sigframe_init)
1035 (mips_linux_n32n64_sigframe_init): Use get_frame_arch to get at the
1036 current architecture by frame_info.
1037 (supply_32bit_reg, mips_supply_gregset, mips_fill_gregset)
1038 (mips_supply_fpregset, mips_fill_fpregset, supply_64bit_reg)
1039 (mips64_supply_gregset, mips64_fill_gregset, mips64_supply_fpregset)
1040 (mips64_fill_fpregset, mips_linux_write_pc): Use get_regcache_arch to
1041 get at the current architecture by regcache.
1042
1043 * mips-linux-nat.c (mips_linux_register_addr)
1044 (mips64_linux_register_addr): Replace current_gdbarch by gdbarch.
1045 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset)
1046 (mips64_linux_regsets_fetch_registers)
1047 (mips64_linux_regsets_store_registers): Use get_regcache_arch to get at
1048 the current architecture by regcache.
1049
1050 * mips64obsd-tdep.c (mips64obsd_sigframe_init): Use get_frame_arch to
1051 get at the current architecture by frame_info.
1052
1053 2007-10-10 Markus Deuling <deuling@de.ibm.com>
1054
1055 * mips-tdep.c (mips_xfer_register): Use get_regcache_arch to get at the
1056 current architecture by regcache.
1057 (mips2_fp_compat, mips32_next_pc, mips16_scan_prologue)
1058 (mips_insn16_frame_cache, mips32_scan_prologue, mips_insn32_frame_cache)
1059 (mips_stub_frame_cache, mips_read_fp_register_single)
1060 (mips_read_fp_register_double, mips_print_fp_register)
1061 (mips_print_register, print_gp_register_row): Use get_frame_arch to get
1062 at the current architecture by frame_info.
1063 (mips_register_reggroup_p, mips_pseudo_register_read, mips_unwind_sp)
1064 (mips_pseudo_register_write, mips_register_type, mips_unwind_pc)
1065 (mips_unwind_dummy_id, mips_eabi_push_dummy_call)
1066 (mips_n32n64_push_dummy_call, mips_n32n64_return_value)
1067 (mips_o32_push_dummy_call, mips_o32_return_value)
1068 (mips_o64_push_dummy_call, mips_o64_return_value)
1069 (mips_print_registers_info, mips_dump_tdep): Replace current_gdbarch by
1070 gdbarch.
1071
1072 2007-10-10 Markus Deuling <deuling@de.ibm.com>
1073
1074 * xtensa-tdep.c (xtensa_register_type, xtensa_pseudo_register_read)
1075 (xtensa_pseudo_register_write, xtensa_register_reggroup_p)
1076 (xtensa_unwind_pc, xtensa_unwind_dummy_id, xtensa_push_dummy_call)
1077 (xtensa_dump_tdep): Replace current_gdbarch by gdbarch.
1078 (xtensa_register_write_masked, xtensa_register_read_masked)
1079 (xtensa_supply_gregset, xtensa_store_return_value)
1080 (xtensa_extract_return_value): Use get_regcache_arch to get at the
1081 current architecture by regcache.
1082 (xtensa_frame_cache, call0_frame_get_reg_at_entry, call0_frame_cache)
1083 (xtensa_frame_prev_register): Use get_frame_arch to get at the current
1084 architecture by frame_info.
1085
1086 2007-10-10 Daniel Jacobowitz <dan@codesourcery.com>
1087
1088 * arm-tdep.c (struct arm_prologue_cache): Remove frameoffset.
1089 (thumb_analyze_prologue): Move pv_area_store_would_trash call
1090 out of loop. Do not set cache->frameoffset.
1091 (arm_scan_prologue): Use prologue-value mechanism. Do not set
1092 frameoffset. Simplify framesize.
1093 (arm_make_prologue_cache, arm_normal_frame_base): Do not use
1094 frameoffset.
1095 * arm-tdep.h (enum gdb_regnum): Add ARM_IP_REGNUM.
1096
1097 2007-10-10 Daniel Jacobowitz <dan@codesourcery.com>
1098
1099 * target.c (update_current_target): Call setup_target_debug.
1100 (push_target): Do not call it here.
1101
1102 2007-10-09 Michael Snyder <msnyder@specifix.com>
1103
1104 * MAINTAINERS: Update my email address.
1105
1106 2007-10-09 Markus Deuling <deuling@de.ibm.com>
1107
1108 * xtensa-tdep.c: Replace following current-gdbarch based macros by
1109 their expression:
1110 (xtensa_pseudo_register_read)
1111 (xtensa_pseudo_register_write): XTENSA_TARGET_FLAGS.
1112 (ARG_NOF, ARG_1ST, xtensa_extract_return_value)
1113 (xtensa_store_return_value, xtensa_push_dummy_call): CALL_ABI.
1114 (xtensa_pseudo_register_read)
1115 (xtensa_pseudo_register_write): ISA_USE_WINDOWED_REGISTERS.
1116 (xtensa_breakpoint_from_pc): ISA_USE_DENSITY_INSTRUCTIONS.
1117 (xtensa_register_type, xtensa_supply_gregset, xtensa_frame_cache)
1118 (xtensa_frame_prev_register): NUM_AREGS.
1119 (xtensa_pseudo_register_read, xtensa_pseudo_register_write,
1120 (xtensa_supply_gregset, xtensa_frame_cache, xtensa_frame_prev_register,
1121 (xtensa_extract_return_value, xtensa_store_return_value): WB_REGNUM.
1122 (xtensa_supply_gregset, xtensa_frame_cache)
1123 (xtensa_frame_prev_register): WS_REGNUM.
1124 (xtensa_supply_gregset): LBEG_REGNUM, LEND_REGNUM, LCOUNT_REGNUM,
1125 SAR_REGNUM, EXCCAUSE_REGNUM, EXCVADDR_REGNUM
1126 (xtensa_register_name, xtensa_register_type, xtensa_reg_to_regnum)
1127 (xtensa_pseudo_register_read, xtensa_pseudo_register_write)
1128 (xtensa_register_reggroup_p): REGMAP.
1129 (call0_track_op): LITBASE_REGNUM.
1130 (xtensa_register_type, xtensa_reg_to_regnum, call0_frame_cache):A0_BASE
1131 (xtensa_supply_gregset, call0_frame_get_reg_at_entry)
1132 (xtensa_frame_prev_register, AREG_NUMBER)
1133 (xtensa_register_type): AR_BASE.
1134 (xtensa_pseudo_register_read, xtensa_pseudo_register_write): FP_ALIAS.
1135 (AREG_NUMBER): AREGS_MASK, WB_MASK, A0_REGNUM.
1136 (ARG_1ST, xtensa_pseudo_register_read, xtensa_pseudo_register_write)
1137 (xtensa_frame_cache, xtensa_frame_prev_register)
1138 (xtensa_extract_return_value, xtensa_store_return_value)
1139 (xtensa_push_dummy_call, call0_frame_cache): A0_REGNUM.
1140 (xtensa_register_type, xtensa_pseudo_register_read, xtensa_frame_cache)
1141 (xtensa_pseudo_register_write, xtensa_unwind_dummy_id)
1142 (xtensa_frame_prev_register, xtensa_push_dummy_call)
1143 (call0_frame_cache): A1_REGNUM.
1144 (xtensa_extract_return_value, xtensa_store_return_value): A2_REGNUM.
1145 (xtensa_push_dummy_call): A4_REGNUM.
1146 (ARGS_FIRST_REG): A6_REGNUM.
1147 (xtensa_pseudo_register_read, xtensa_pseudo_register_write)
1148 (xtensa_frame_prev_register): A15_REGNUM.
1149 * xtensa-tdep.h: Delete current_gdbarch based macros after replacing
1150 them in the appropriate source file:
1151 XTENSA_TARGET_FLAGS, SPILL_LOCATION, SPILL_SIZE, CALL_ABI, NUM_AREGS,
1152 ISA_USE_WINDOWED_REGISTERS, ISA_USE_DENSITY_INSTRUCTIONS, WB_REGNUM,
1153 ISA_USE_EXCEPTIONS, ISA_USE_EXT_L32R, DEBUG_DATA_VADDR_TRAP_COUNT,
1154 DEBUG_INST_VADDR_TRAP_COUNT, ISA_MAX_INSN_SIZE, DEBUG_NUM_IBREAKS,
1155 DEBUG_NUM_DBREAKS, WS_REGNUM, LBEG_REGNUM, LEND_REGNUM, SAR_REGNUM,
1156 REGMAP, LITBASE_REGNUM, DEBUGCAUSE_REGNUM, EXCCAUSE_REGNUM, AR_BASE,
1157 EXCVADDR_REGNUM, NUM_IBREAKS, REGMAP_BYTES, NUM_CONTEXTS, FP_ALIAS,
1158 FP_LAYOUT, FP_LAYOUT_BYTES, GREGMAP, AREGS_MASK, WB_MASK, A0_REGNUM,
1159 A1_REGNUM, A2_REGNUM, A3_REGNUM, A4_REGNUM, A5_REGNUM, A6_REGNUM,
1160 A7_REGNUM, A8_REGNUM, A9_REGNUM, A10_REGNUM, A11_REGNUM, A12_REGNUM,
1161 A13_REGNUM, A14_REGNUM, A15_REGNUM.
1162
1163 2007-10-09 Markus Deuling <deuling@de.ibm.com>
1164
1165 * h8300-tdep.c (h8300_frame_cache): Use get_frame_arch to get at
1166 the current architecture by frame_info.
1167 (h8300_frame_prev_register
1168 (h8300_print_register): Replace current_gdbarch by gdbarch.
1169 (h8300_print_registers_info, h8300_register_type)
1170 (h8300_register_type): Likewise.
1171
1172 2007-10-09 Markus Deuling <deuling@de.ibm.com>
1173
1174 * i386-linux-nat.c (fetch_register): Use get_regcache_arch to get at
1175 the current architecture by regcache.
1176 (store_register, supply_gregset, fill_gregset, i386_linux_resume)
1177 (i386_linux_fetch_inferior_registers)
1178 (i386_linux_store_inferior_registers): Likewise.
1179 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Likewise.
1180 * i386-nto-tdep.c (i386nto_supply_gregset): Likewise.
1181 * i386v4-nat.c (supply_fpregset, fill_fpregset): Likewise.
1182 * i386-tdep.c (i386_unwind_pc): Replace current_gdbarch by gdbarch.
1183 (i386_extract_return_value, i386_store_return_value): Likewise.
1184 * i386-tdep.c (i386_frame_prev_register): Use get_frame_arch to get at
1185 the current architecture by frame_info.
1186 (i386_sigtramp_frame_cache, i386_get_longjmp_target)
1187 (i386_register_to_value, i386_value_to_register): Likewise.
1188
1189 2007-10-09 Markus Deuling <deuling@de.ibm.com>
1190
1191 * monitor.c (monitor_supply_register): Use get_regcache_arch to get at
1192 the current architecture by regcache.
1193 (monitor_store_register, monitor_store_registers): Likewise.
1194
1195 2007-10-09 Markus Deuling <deuling@de.ibm.com>
1196
1197 * dbug-rom.c (dbug_supply_register): Use get_regcache_arch to get at
1198 the current architecture by regcache.
1199
1200 2007-10-09 Markus Deuling <deuling@de.ibm.com>
1201
1202 * arch-utils.c (legacy_return_value): Replace current_gdbarch by
1203 gdbarch.
1204
1205 2007-10-09 Markus Deuling <deuling@de.ibm.com>
1206
1207 * frame.c (frame_pc_unwind): Use get_frame_arch to get at the current
1208 architecture by frame.
1209 (frame_save_as_regcache, frame_register_unwind, get_prev_frame_1)
1210 (inside_main_func, frame_sp_unwind): Likewise.
1211
1212 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
1213
1214 * solib-svr4.c (enable_break): Add the dynamic linker also if
1215 auxv succeeds.
1216
1217 2007-10-09 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
1218
1219 * MAINTAINERS (Write After Approval): Add self.
1220
1221 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
1222
1223 * stabsread.c (read_huge_number): Initialize local variable to 0.
1224
1225 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
1226
1227 * p-lang.h (pascal_main_name): Add declaration.
1228 * p-lang.c (GPC_P_INITIALIZE, GPC_MAIN_PROGRAM_NAME_1)
1229 (GPC_MAIN_PROGRAM_NAME_2): New constants.
1230 (pascal_main_name): New function.
1231 * symtab.c: Include p-lang.h.
1232 (find_main_name): Add call to pascal_main_name.
1233 * Makefile.in (symtab.o): Add dependency on p-lang.h.
1234
1235 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
1236
1237 * stabsread.c (read_huge_number): Fix handling of octal
1238 representation when the bit width is known.
1239 (read_range_type): Record unsigned integral types with their size,
1240 when the type size is known.
1241
1242 2007-10-08 Thiago Jung Bauermann <bauerman@br.ibm.com>
1243
1244 * MAINTAINERS (Write After Approval): Add self.
1245
1246 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
1247
1248 * breakpoint.c (print_one_breakpoint_location): ARI fix:
1249 Replace asprintf by xstrprintf.
1250
1251 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
1252
1253 * linux-fork.c: ARI fix: include "gdb_dirent.h" instead of <dirent.h>.
1254 Makefile.in (linux-fork.o): Add gdb_dirent.h dependency.
1255
1256 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
1257
1258 * linux-fork.c: Move "gdb_wait.h" include back to the position of
1259 <sys/wait.h> include before last commit.
1260
1261 2007-10-08 Maciej W. Rozycki <macro@mips.com>
1262
1263 * mips-tdep.c (mips32_next_pc): Fix a typo in BGTZL.
1264
1265 2007-10-08 Markus Deuling <deuling@de.ibm.com>
1266
1267 * aix-thread.c (supply_gprs64, supply_fprs, supply_sprs64)
1268 (supply_sprs32, fetch_regs_user_thread, fetch_regs_kernel_thread)
1269 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs64, fill_sprs32)
1270 (store_regs_user_thread, store_regs_kernel_thread): Use
1271 get_regcache_arch or get_frame_arch to get at the current architecture
1272 by regcache or by frame, respectively.
1273
1274 2007-10-08 Markus Deuling <deuling@de.ibm.com>
1275
1276 * sh64-tdep.c (sh64_push_dummy_call, sh64_register_type)
1277 (sh64_pseudo_register_read, sh64_pseudo_register_write)
1278 (sh64_do_fp_register, sh64_do_pseudo_register, sh64_do_register)
1279 (sh64_print_register, sh64_media_print_registers_info)
1280 (sh64_compact_print_registers_info, sh64_unwind_sp)
1281 (sh64_unwind_pc): Replace current_gdbarch by gdbarch.
1282 (sh64_show_media_regs, sh64_show_compact_regs, sh64_frame_cache)
1283 (sh64_frame_prev_register): Use FRAME to recognize current
1284 architecture.
1285
1286 2007-10-08 Markus Deuling <deuling@de.ibm.com>
1287
1288 * sh-tdep.c (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu)
1289 (sh_sh2a_register_type, sh_sh3e_register_type, sh_sh4_register_type)
1290 (sh_register_reggroup_p, sh_dwarf2_frame_init_reg): Replace
1291 current_gdbarch by gdbarch.
1292 (sh_generic_show_regs, sh3_show_reg, sh2e_show_regs, sh2a_show_regs)
1293 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
1294 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs, sh_frame_cache)
1295 (sh_frame_prev_register, sh_unwind_sp, sh_unwind_pc): Use FRAME to
1296 recognize current architecture.
1297
1298 2007-10-08 Markus Deuling <deuling@de.ibm.com>
1299
1300 * remote.c (init_remote_state, fetch_register_using_p)
1301 (process_g_packet, remote_fetch_registers, remote_prepare_to_store)
1302 (store_register_using_P, store_registers_using_G)
1303 (remote_store_registers): Use get_regcache_arch or get_frame_arch to
1304 get at the current architecture by regcache or by frame, respectively.
1305
1306 2007-10-08 Markus Deuling <deuling@de.ibm.com>
1307
1308 * m68k-tdep.c (m68k_register_to_value, m68k_value_to_register)
1309 (m68k_svr4_extract_return_value, m68k_svr4_store_return_value)
1310 (m68k_frame_prev_register, m68k_get_longjmp_target): Use
1311 get_regcache_arch or get_frame_arch to get at the current architecture
1312 by regcache or by frame, respectively.
1313 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
1314 * m68klinux-nat.c (fetch_register, old_fetch_inferior_registers)
1315 (store_register, old_store_inferior_registers, supply_gregset)
1316 (supply_fpregset, fill_fpregset): Likewise.
1317 * m68k-tdep.c (m68k_register_type, m68k_unwind_pc, m68k_dump_tdep):
1318 Replace current_gdbarch by gdbarch.
1319
1320 2007-10-08 Markus Deuling <deuling@de.ibm.com>
1321
1322 * irix5-nat.c (supply_gregset, fill_gregset, supply_fpregset)
1323 (fill_fpregset, fetch_core_registers): Use get_regcache_arch or
1324 get_frame_arch to get at the current architecture by regcache or by
1325 frame, respectively.
1326
1327 2007-10-08 Markus Deuling <deuling@de.ibm.com>
1328
1329 * ia64-tdep.c (ia64_pseudo_register_read, ia64_pseudo_register_write):
1330 Replace current_gdbarch by gdbarch.
1331 * ia64-tdep.c (ia64_frame_prev_register
1332 (ia64_sigtramp_frame_prev_register)
1333 (ia64_libunwind_frame_prev_register): Use get_regcache_arch or
1334 get_frame_arch to get at the current architecture by regcache or by
1335 frame, respectively.
1336 * ia64-linux-nat.c (ia64_linux_fetch_register)
1337 (ia64_linux_fetch_registers, ia64_linux_store_register)
1338 (ia64_linux_store_registers): Likewise.
1339
1340 2007-10-08 Markus Deuling <deuling@de.ibm.com>
1341
1342 * hppa-tdep.c (hppa_stub_unwind_sniffer, hppa_dump_tdep): Replace
1343 current_gdbarch by gdbarch.
1344 * hppa-linux-nat.c (fetch_register, store_register)
1345 (hppa_linux_fetch_inferior_registers)
1346 (hppa_linux_store_inferior_registers): Use get_regcache_arch or
1347 get_frame_arch to get at the current architecture by regcache or by
1348 frame, respectively.
1349 * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code
1350 (hppa_hpux_unwind_adjust_stub): Likewise.
1351 * hppa-hpux-nat.c (hppa_hpux_fetch_register, hppa_hpux_store_register)
1352 (hppa_hpux_fetch_inferior_registers)
1353 (hppa_hpux_store_inferior_registers): Likewise.
1354
1355 2007-10-08 Markus Deuling <deuling@de.ibm.com>
1356
1357 * cris-tdep.c (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
1358 (cris_scan_prologue, crisv32_scan_prologue, find_step_target)
1359 (cris_software_single_step, cris_supply_gregset): Use get_regcache_arch
1360 or get_frame_arch to get at the current architecture by regcache or by
1361 frame, respectively.
1362 * cris-tdep.c (crisv32_single_step_through_delay, cris_push_dummy_call)
1363 (cris_unwind_pc, cris_unwind_sp, cris_register_type, cris_dump_tdep)
1364 (crisv32_register_type, cris_dwarf2_frame_init_reg): Replace
1365 current_gdbarch by gdbarch.
1366
1367 2007-10-08 Markus Deuling <deuling@de.ibm.com>
1368
1369 * arm-tdep.c (arm_scan_prologue, arm_make_prologue_cache)
1370 (thumb_get_next_pc, arm_get_next_pc, arm_extract_return_value)
1371 (arm_store_return_value): Use get_regcache_arch or get_frame_arch to
1372 get at the current architecture by regcache or by·frame, respectively.
1373 (arm_push_dummy_call, arm_dump_tdep): Replace current_gdbarch by
1374 gdbarch.
1375
1376 2007-10-08 Markus Deuling <deuling@de.ibm.com>
1377
1378 * amd64-tdep.c (amd64_frame_prev_register, amd64_sigtramp_frame_cache):
1379 Use get_regcache_arch or get_frame_arch to get at the current
1380 architecture by regcache or by frame, respectively.
1381 * amd64-linux-tdep.c (amd64_linux_sigcontext_addr): Likewise.
1382 * amd64-nat.c (amd64_supply_native_gregset)
1383 (amd64_collect_native_gregset): Replace current_gdbarch by gdbarch.
1384
1385 2007-10-08 Markus Deuling <deuling@de.ibm.com>
1386
1387 * alpha-tdep.c (alpha_register_reggroup_p): Replace current_gdbarch by
1388 gdbarch.
1389 * alpha-linux-nat.c (alpha_linux_register_u_offset): Likewise.
1390 (alpha_sigtramp_frame_unwind_cache, alpha_sigtramp_frame_this_id)
1391 (alpha_sigtramp_frame_sniffer, alpha_next_pc): Use get_regcache_arch or
1392 get_frame_arch to get at the current architecture by regcache or by
1393 frame, respectively.
1394 * alpha-nat.c (fetch_osf_core_registers): Likewise.
1395
1396 2007-10-08 Markus Deuling <deuling@de.ibm.com>
1397
1398 * dwarf2-frame.c (read_reg, execute_cfa_program, dwarf2_frame_cache)
1399 (dwarf2_frame_default_init_reg, dwarf2_frame_prev_register): Replace
1400 current_gdbarch by gdbarch.
1401 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Likewise.
1402
1403 2007-10-08 Markus Deuling <deuling@de.ibm.com>
1404
1405 * regcache.c (init_regcache_descr, register_type, read_pc_pid)
1406 (write_pc_pid, regcache_dump): Replace current_gdbarch by gdbarch.
1407 * regcache.c (regcache_raw_write): Use get_regcache_arch or
1408 get_frame_arch to get at the current architecture by regcache or by
1409 frame, respectively.
1410
1411 2007-10-08 Markus Deuling <deuling@de.ibm.com>
1412
1413 * findvar.c (value_of_register, locate_var_value): Use
1414 get_regcache_arch or get_frame_arch to get at the current architecture
1415 by regcache or by frame, respectively.
1416 * findvar.c (default_value_from_register, value_from_register): Replace
1417 current_gdbarch by gdbarch.
1418
1419 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
1420
1421 * config/i386/nm-i386.h (CHILD_POST_STARTUP_INFERIOR): ARI fix: Remove.
1422
1423 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
1424
1425 * linux-fork.c: ARI fix: include "gdb_wait.h" instead of <sys/wait.h>.
1426 Makefile.in (linux-fork.o): Add gdb_wait.h dependency.
1427
1428 2007-10-05 Daniel Jacobowitz <dan@codesourcery.com>
1429
1430 * remote.c (get_offsets): Only call free_symfile_segment_data if
1431 data was allocated.
1432
1433 2007-10-03 Pierre Muller <muller@ics.u-strasbg.fr>
1434
1435 * objc-exp.y: ARI fix: remove 4 PARAMS.
1436
1437 2007-10-03 Daniel Jacobowitz <dan@codesourcery.com>
1438
1439 * NEWS: Use uniform spacing. Correct version number for GDB 6.7
1440 news. Mention XML support for M68K in GDB 6.7.
1441
1442 2007-10-03 Daniel Jacobowitz <dan@codesourcery.com>
1443
1444 * gdbtypes.c (create_range_type): Do not set TYPE_FIELD_TYPE for the
1445 bounds.
1446 (init_vector_type): Use builtin_type_int32.
1447
1448 2007-10-02 Ulrich Weigand <uweigand@de.ibm.com>
1449
1450 * s390-tdep.c (s390_regset_from_core_section): Allow excess section
1451 size to enable bi-arch generate-core-file support.
1452
1453 2007-10-02 Markus Deuling <deuling@de.ibm.com>
1454
1455 * spu-tdep.c (info_spu_signal_command): Fix output for SPU signal.
1456
1457 2007-10-02 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
1458
1459 * tui/tui-interp.c (tui_init): Initialize tui's SIGWINCH
1460 signal handler.
1461 * tui/tui-win.c (tui_initialize_win): New function for
1462 initializing tui's SIGWINCH signal handler.
1463 * tui/tui-win.h (tui_initialize_win): Declare.
1464
1465 2007-10-02 Ulrich Weigand <uweigand@de.ibm.com>
1466
1467 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Cast
1468 pointer to uintptr_t before casting to CORE_ADDR.
1469
1470 2007-10-02 Markus Deuling <deuling@de.ibm.com>
1471
1472 * linux-nat.c (PTRACE_GETSIGINFO): Add define.
1473
1474 2007-10-02 Mark Mitchell <mark@codesourcery.com>
1475
1476 * mingw-hdep.c (gdb_select): Stop helper threads before returning.
1477 * ser-mingw.c (enum select_thread_state): New type.
1478 (struct ser_console_state): Add have_started and thread_state.
1479 (select_thread_wait): New function.
1480 (thread_fn_type): New type.
1481 (create_select_thread): New function.
1482 (destroy_select_thread): Likewise.
1483 (start_select_thread): Likewise.
1484 (stop_select_thread): Likewise.
1485 (console_select_thread): Use new functions.
1486 (pipe_select_thread): Likewise.
1487 (file_select_thread): Likewise.
1488 (ser_console_wait_handle): Likewise.
1489 (ser_console_done_wait_handle): Likewise.
1490 (ser_console_close): Likewise.
1491 (free_pipe_state): Likewise.
1492 (pipe_wait_handle): Likewise.
1493 (pipe_done_wait_handle): Likewise.
1494 (struct net_windows_state): Derive from ser_console_state.
1495 (net_windows_select_thread): Use new functions.
1496 (net_windows_wait_handle): Likewise.
1497 (net_windows_done_wait_handle): Likewise.
1498 (net_windows_close): Likewise.
1499
1500 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
1501
1502 * inflow.c (terminal_ours_1): Remove useless line.
1503
1504 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
1505
1506 * mips-tdep.c (mips_read_fp_register_double): Correct check for
1507 odd FP registers.
1508 (mips_print_fp_register): Correct check for even FP registers.
1509 (mips_virtual_frame_pointer): New function.
1510 (mips_gdbarch_init): Call set_gdbarch_virtual_frame_pointer.
1511
1512 2007-09-30 Mike Frysinger <vapier@gentoo.org>
1513
1514 * value.h (lookup_only_internalvar): New prototype.
1515 (create_internalvar): Likewise.
1516 * value.c (lookup_only_internalvar): New function.
1517 (create_internalvar): Likewise.
1518 (lookup_internalvar): Use new lookup_only_internalvar and
1519 create_internalvar functions.
1520 * parse.c (write_dollar_variable): Look up $ symbols in internal
1521 table first rather than last.
1522
1523 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
1524
1525 * linux-nat.c (linux_nat_new_thread): New variable.
1526 (linux_child_follow_fork): Set inferior_ptid to include LWP ID. Use
1527 linux_nat_switch_fork.
1528 (lwp_list): Make public.
1529 (add_lwp): Call linux_nat_new_thread.
1530 (lin_lwp_attach_lwp, linux_nat_attach): Call add_lwp after stopping
1531 the new thread.
1532 (resume_callback): Clear lp->siginfo. Remove unused variable.
1533 (linux_nat_resume): Assert that the LWP list is already initialized.
1534 Clear lp->siginfo.
1535 (save_siginfo): New.
1536 (stop_wait_callback, linux_nat_wait): Call it.
1537 (linux_nat_set_new_thread, linux_nat_get_siginfo): New.
1538 * linux-nat.h (struct lwp_info): Add siginfo.
1539 (lwp_list, linux_nat_set_new_thread, linux_nat_get_siginfo): Declare.
1540 (ALL_LWPS): Define.
1541
1542 * amd64-linux-nat.c (amd64_linux_dr): New.
1543 (amd64_linux_dr_get): Take a PTID argument. Correct typo.
1544 (amd64_linux_dr_set): Take a PTID argument.
1545 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use ALL_LWPS.
1546 (amd64_linux_dr_reset_addr): Use amd64_linux_dr_set_addr.
1547 (amd64_linux_dr_get_status): Pass inferior_ptid to amd64_linux_dr_get.
1548 (amd64_linux_new_thread): New.
1549 (_initialize_amd64_linux_nat): Call linux_nat_set_new_thread.
1550 * i386-linux-nat.c (i386_linux_dr): New.
1551 (i386_linux_dr_get, i386_linux_dr_set): Take a PTID argument.
1552 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use ALL_LWPS.
1553 (i386_linux_dr_reset_addr): Use i386_linux_dr_set_addr.
1554 (i386_linux_dr_get_status): Pass inferior_ptid to i386_linux_dr_get.
1555 (i386_linux_new_thread): New.
1556 (i386_linux_resume): Remove unnecessary PID check.
1557 (_initialize_i386_linux_nat): Call linux_nat_set_new_thread.
1558 * ia64-linux-nat.c (enable_watchpoints_in_psr): Take PTID argument.
1559 (fetch_debug_register, fetch_debug_register_pair): Delete.
1560 (debug_registers): New.
1561 (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint): Use
1562 ALL_LWPS and debug_registers.
1563 (ia64_linux_new_thread): New.
1564 (ia64_linux_stopped_data_address): Use linux_nat_get_siginfo.
1565 (_initialize_ia64_linux_nat): Call linux_nat_set_new_thread.
1566 * ppc-linux-nat.c (last_stopped_data_address): Delete.
1567 (saved_dabr_value): New.
1568 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
1569 ALL_LWPS.
1570 (ppc_linux_new_thread): New.
1571 (ppc_linux_stopped_data_address): Use linux_nat_get_siginfo.
1572 (ppc_linux_stopped_by_watchpoint): Call ppc_linux_stopped_data_address.
1573 (_initialize_ppc_linux_nat): Call linux_nat_set_new_thread.
1574 * s390-nat.c (s390_stopped_by_watchpoint): Clear the watchpoint status
1575 after reading it.
1576 (s390_fix_watch_points): Take a PTID argument.
1577 (s390_insert_watchpoint, s390_remove_watchpoint): Use ALL_LWPS.
1578 (_initialize_s390_nat): Call linux_nat_set_new_thread.
1579
1580 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
1581 Jeff Johnston <jjohnstn@redhat.com>
1582
1583 * breakpoint.c (watchpoints_triggered): New.
1584 (bpstat_stop_status): Remove STOPPED_BY_WATCHPOINT argument.
1585 Check watchpoint_triggered instead. Combine handling for software
1586 and hardware watchpoints. Do not use target_stopped_data_address
1587 here. Always check a watchpoint if its scope breakpoint triggers.
1588 Do not stop for thread or overlay events. Improve check for
1589 triggered watchpoints without a value change.
1590 (watch_command_1): Insert the scope breakpoint first. Link the
1591 scope breakpoint to the watchpoint.
1592 * breakpoint.h (enum watchpoint_triggered): New.
1593 (struct breakpoint): Add watchpoint_triggered.
1594 (bpstat_stop_status): Update prototype.
1595 (watchpoints_triggered): Declare.
1596 * infrun.c (enum infwait_status): Add infwait_step_watch_state.
1597 (stepped_after_stopped_by_watchpoint): Delete.
1598 (handle_inferior_event): Make stepped_after_stopped_by_watchpoint
1599 local. Handle infwait_step_watch_state. Update calls to
1600 bpstat_stop_status. Use watchpoints_triggered to check
1601 watchpoints.
1602 * remote.c (stepped_after_stopped_by_watchpoint): Remove extern.
1603 (remote_stopped_data_address): Do not check it.
1604
1605 2007-09-29 Daniel Jacobowitz <dan@codesourcery.com>
1606
1607 * configure.ac: Add $LIBINTL when testing libbfd.
1608 * configure: Regenerated.
1609
1610 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
1611
1612 * NEW: Mention pending breakpoint changes and
1613 support for breakpoints at multiple locations.
1614
1615 2007-09-27 Daniel Jacobowitz <dan@codesourcery.com>
1616
1617 * arm-linux-tdep.c (arm_linux_software_single_step): New.
1618 (arm_linux_init_abi): Use it.
1619 * arm-tdep.c (arm_get_next_pc): Make global. Handle all-ones
1620 condition correctly.
1621 * arm-tdep.h (arm_get_next_pc): Declare.
1622 * Makefile.in (arm-linux-tdep.o): Update.
1623
1624 2007-09-26 Vladimir Prus <vladimir@codesourcery.com>
1625
1626 * varobj.c (install_new_value): Don't
1627 call value_get_print_value when a value is
1628 lazy. Update the print_value member in a
1629 single place.
1630
1631 2007-09-26 Vladimir Prus <vladimir@codesourcery.com>
1632
1633 * breakpoint.c (create_breakpoint): Set
1634 condition on each location, not on the first
1635 location of breakpoint.
1636
1637 2007-09-26 Jim Blandy <jimb@codesourcery.com>
1638
1639 * remote.c (getpkt_sane): Fix error message. No animals were
1640 harmed in the making of this debugger.
1641
1642 2007-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1643
1644 * p-typeprint.c: Fix 11 ARI reported problems.
1645 (pascal_print_type): Fix 4 operator at end of line.
1646 (pascal_type_print_method_args) : Replace 2 DEPRECATED_STREQN macros
1647 using strncmp function.
1648 (pascal_type_print_base): Fix 2 operator at end of line.
1649 (pascal_type_print_base) : Replace 3 DEPRECATED_STREQN macros
1650 using strncmp function.
1651
1652
1653 2007-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1654
1655 * Fix PR pascal/2231
1656 dwarf2read.c (read_subroutine_type):
1657 All pascal functions are prototyped.
1658
1659 2007-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1660
1661 * Fix PR pascal/2283
1662 p-valprint.c (pascal_val_print): correct current language check.
1663 Also print array of char as strings.
1664
1665
1666 2007-09-26 David Ung <davidu@mips.com>
1667 Maciej W. Rozycki <macro@mips.com>
1668
1669 * mips-tdep.c (mips_n32n64_return_value): Fix a comment.
1670
1671 2007-09-25 Pierre Muller <muller@ics.u-strasbg.fr>
1672
1673 * p-exp.y: Fix 12 ARI reported problems.
1674 (name_not_typename): Fix 2 operator at end of line issues.
1675 (yylex): Fix 3 operator at end of line issues.
1676 Replace 7 DEPRECATED_STREQ macros using strcmp function.
1677
1678 2007-09-25 David Ung <davidu@mips.com>
1679 Maciej W. Rozycki <macro@mips.com>
1680
1681 * mips-tdep.c (mips_n32n64_return_value): Per N32/N64 ABI
1682 rules return composite types in registers as appropriate.
1683
1684 2007-09-24 Jim Blandy <jimb@codesourcery.com>
1685
1686 * symfile.h (struct symfile_segment_data): Doc fixes.
1687 * symfile.c (symfile_map_offsets_to_segments): Doc fixes.
1688 Assert that we were passed some loaded segment addresses,
1689 and that sections' segment numbers are valid.
1690 Simplify offset calculation.
1691 * remote.c (get_offsets): Clarify selection of relocate-by-segment
1692 strategy, and set num_segments correctly. Delete redundant
1693 assignments to do_sections.
1694
1695 2007-09-24 Daniel Jacobowitz <dan@codesourcery.com>
1696
1697 * frame.c (get_prev_frame_1): Also check for PC in the same register.
1698
1699 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
1700
1701 * breakpoint.c (remove_sal): New.
1702 (expand_line_sal_maybe): New.
1703 (create_breakpoints): Call expand_line_sal_maybe.
1704 (clear_command): Add comment.
1705 (breakpoint_re_set_one): Call expand_line_sal_maybe.
1706 * linespec.c (decode_indirect): Set explicit_pc to 1.
1707 (decode_all_digits): Set explicit_line to 1.
1708 (append_expanded_sal): New.
1709 (expand_line_sal): New.
1710 * linespec.h (expand_line_sal): Declare.
1711 * symtab.c (init_sal): Initialize explicit_pc
1712 and explicit_line.
1713 * symtab.h (struct symtab_and_line): New fields
1714 explicit_pc and explicit_line.
1715
1716 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
1717
1718 * infcall.c (call_function_by_hand): Handle language-specific
1719 pass and return by reference.
1720
1721 * cp-abi.c (cp_pass_by_reference): New.
1722 * cp-abi.h (cp_pass_by_reference): Declare.
1723 (struct cp_abi_ops): Add pass_by_reference.
1724 * gnu-v3-abi.c (gnuv3_pass_by_reference): New.
1725 (init_gnuv3_ops): Set pass_by_reference.
1726
1727 * language.c (language_pass_by_reference): New.
1728 (default_pass_by_reference): New.
1729 (unknown_language_defn, auto_language_defn, local_language_defn): Add
1730 default_pass_by_reference.
1731 * langauge.h (struct language_defn): Add la_pass_by_reference.
1732 (language_pass_by_reference, default_pass_by_reference): Declare.
1733 * ada-lang.c (ada_language_defn): Add default_pass_by_reference.
1734 * c-lang.c (c_language_defn, asm_language_defn)
1735 (minimal_language_defn): Likewise.
1736 (cplus_language_defn): Add cp_pass_by_reference.
1737 * f-lang.c (f_language_defn): Add default_pass_by_reference.
1738 * jv-lang.c (java_language_defn): Likewise.
1739 * m2-lang.c (m2_language_defn): Likewise.
1740 * objc-lang.c (objc_language_defn): Likewise.
1741 * p-lang.c (pascal_language_defn): Likewise.
1742 * scm-lang.c (scm_language_defn): Likewise
1743
1744 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
1745
1746 Allow a code breakpoint to have several locations
1747 associated with it.
1748 * breakpoint.h (enum enable_state): Remove the
1749 bp_shlib_disabled enumerator.
1750 (struct bp_location): New members shlib_disabled,
1751 global_next, enabled and function_name.
1752 Rename pending to condition_not_parsed.
1753
1754 * breakpoint.c (ALL_BP_LOCATIONS): Iterate over global_next.
1755 (ALL_BP_LOCATIONS_SAFE): Likewise.
1756 (breakpoint_enabled): Don't check for pending.
1757 (condition_command): Free and update all locations of
1758 a breakpoint.
1759 (insert_bp_location): Adjust.
1760 (software_breakpoint_inserted_here_p): Don't care
1761 if breakpoint is enabled, as soon as it's inserted.
1762 (print_it_typical): Print bpstat's location, not
1763 bpstat's breakpoint's location.
1764 (bpstat_stop_status): Iterate over all locations, not
1765 all breakpoints.
1766 (print_breakpoint_location): New.
1767 (print_one_breakpoint): Renamed to
1768 (print_one_breakpoint_location): ...this. Take
1769 parameters to describe which location is being
1770 printed. Modify code to properly print header
1771 for several locations and individual locations.
1772 (print_one_breakpoint): Print all locations.
1773 (breakpoint_has_pc): New.
1774 (describe_other_breakpoints): Use the above.
1775 (check_duplicates): Renamed to...
1776 (check_duplicates_for): .. this.
1777 (check_duplicates): Use check_duplicates_for.
1778 (allocate_bp_location): Adjust.
1779 (set_raw_breakpoint_without_location): New,
1780 extracted from set_raw_breakpoint.
1781 (set_breakpoint_location_function): New.
1782 (set_raw_breakpoint): Use
1783 set_raw_breakpoint_without_location.
1784 (make_breakpoint_permanent): Mark all locations
1785 as inserted.
1786 (disable_breakpoints_in_shlibs): Iterate over
1787 locations.
1788 (disable_breakpoints_in_unloaded_shlib): Likewise.
1789 (re_enable_breakpoints_in_shlibs): Likewise.
1790 (mention): Say "pending" when breakpoint has
1791 zero locations. If breakpoint has more than one
1792 location, say so.
1793 (add_location_to_breakpoint): New.
1794 (create_breakpoint): Accept symtabs_and_lines, not
1795 symtab_and_line. Pass extra sals to
1796 add_location_to_breakpoint.
1797 (create_breakpoints): Pass symtabs_and_lines to
1798 create_breakpoints.
1799 (break_command_1): Make pending breakpoints
1800 have zero locations.
1801 (do_captured_breakpoint): Remove wrong allocation.
1802 (clear_command): Iterate over all locations.
1803 (unlink_locations_from_global_list): Renamed
1804 from unlink_location_from_global_list. Remove
1805 all locations.
1806 (delete_breakpoint): Remove all locations.
1807 Iterate over all locations when deciding which
1808 other location to re-enable.
1809 (all_locations_are_pending): New.
1810 (update_breakpoint_locations): Renamed from
1811 update_breakpoint_location. Try to match old
1812 and new locations using names of containing
1813 functions.
1814 (breakpoint_re_set_one): Adjust.
1815 (find_location_by_number): New.
1816 (disable_command): Allow disabling individual location.
1817 (enable_command): Allow enabling individual location.
1818 * breakpoint.c: Adjust all uses of breakpoint's
1819 enable state to for bp_shlib_disabled change.
1820
1821 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
1822
1823 * breakpoint.c (do_restore_lang_radix_cleanup): Remove.
1824 (resolve_pending_breakpoint): Remove.
1825 (re_enable_breakpoints_in_shlibs): Remove.
1826 (unlink_locations_from_global_list): New.
1827 (update_breakpoint_locations): New.
1828 (breakpoint_re_set_one): Don't bail out on pending breakpoints.
1829 Use parse_condition and update_breakpoint_location to
1830 reset breakpoint. Ignore 'symbol not found' error from
1831 decode_line_1.
1832 (breakpoint_re_set): Don't emit newline before the
1833 reason why breakpoint is not reset.
1834 (do_enable_breakpoint): Don't specially process pending
1835 breakpoints.
1836 (free_bp_location): New.
1837 (break_command_1): For pending breakpoints, initialize
1838 all fields of a sal with zeroes.
1839 * breakpoint.h (re_enable_breakpoints_in_shlibs): Remove.
1840 * infcmd.c (post_create_inferior): Don't call
1841 re_enable_breakpoints_in_shlibs.
1842 * infrun.c (handle_inferior_event): Likewise.
1843 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
1844 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
1845 * win32-nat.c (get_win32_debug_event): Likewise.
1846
1847 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
1848
1849 * breakpoint.c (create_breakpoint): Split from
1850 create_breakpoints, implementing most of its logic.
1851 Take just a single sal, single address string and
1852 single condition. Do not take parsed condition at
1853 all.
1854 (create_breakpoints): Just call create_breakpoint
1855 for each sal.
1856 (find_condition_and_thread): New.
1857 (break_command_1): Use find_condition_and_thread.
1858 Do not keep parsed conditions.
1859 (do_captured_breakpoint): Don't convert
1860 condition string to struct expression.
1861
1862 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
1863
1864 * breakpoint.h (struct breakpoint): Move the cond
1865 field to...
1866 (struct bp_location): Here.
1867 * breakpoint.c (condition_command, bpstat_stop_status)
1868 (print_one_breakpoint, allocate_bp_location)
1869 (solib_load_unload_1, create_fork_vfork_event_catchpoint)
1870 (create_exec_event_catchpoint, create_breakpoints)
1871 (break_command_1, watch_command_1, handle_gnu_v3_exceptions)
1872 (create_ada_exception_breakpoint, set_breakpoint_sal)
1873 (delete_breakpoint, breakpoint_re_set_one): Adjust.
1874 * tui/tui-winsource.c (tui_update_breakpoint_info): Adjust.
1875
1876 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
1877
1878 Associate bp_stat with bp_location, not breakpoint.
1879 * breakpoint.h (breakpoint_at): Change type
1880 to bp_location*.
1881 * breakpoint.c (bpstat_alloc): Take bp_location,
1882 not breakpoint.
1883 (bpstat_find_breakpoint): Look at bpstat's location's
1884 owner, not at bpstat->breakpoint_at.
1885 (bpstat_find_step_resume_breakpoint): Likewise.
1886 (bpstat_num): Likewise.
1887 (print_it_typical): Likewise.
1888 (print_bp_stop_message): Likewise.
1889 (watchpoint_check): Likewise.
1890 (bpstat_what): Likewise.
1891 (bpstat_get_triggered_catchpoints): Likewise.
1892 (breakpoint_auto_delete): Likewise.
1893 (delete_breakpoint): Likewise.
1894 (bpstat_stop_status): Pass location, not breakpoint,
1895 to bpstat_alloc. Look at bpstat's location's
1896 owner, not at bpstat->breakpoint_at.
1897
1898 2007-09-21 Jim Blandy <jimb@codesourcery.com>
1899
1900 * macrotab.h (new_macro_table): Document that removing information
1901 from an obstack/bcache-managed macro table leaks memory.
1902 * macrotab.c (macro_free, macro_bcache_free): Instead of asserting
1903 that data is never freed in obstack/bcache-managed macro tables,
1904 just leak the storage.
1905 (macro_undef): If we're undefining a macro at exactly the same
1906 source location that we defined it, simply remove the definition
1907 altogether.
1908
1909 2007-09-21 Joel Brobecker <brobecker@adacore.com>
1910
1911 * symfile.h (struct sym_fns): Add new field sym_read_linetable.
1912 * coffread.c, dbxread.c, elfread.c, mipsread.c somread.c:
1913 Adjust the struct sym_fns object accordingly by setting
1914 the new field to NULL.
1915 * xcoffread.c (aix_process_linenos): Make static.
1916 (xcoff_sym_fns): Set new field to aix_process_linenos.
1917 * buildsym.c (end_symtab): Replace call to PROCESS_LINENUMBER_HOOK
1918 by call to new the new sym_fns sym_read_linetable function.
1919 * config/powerpc/aix.mt (DEPRECATED_TM_FILE): Delete.
1920 * config/rs6000/tm-rs6000.h: Delete.
1921
1922 2007-09-21 David Ung <davidu@mips.com>
1923 Maciej W. Rozycki <macro@mips.com>
1924
1925 * mips-tdep.c (mips_n32n64_push_dummy_call): Per N32/N64 ABI
1926 rules do not treat composite types specially.
1927
1928 2007-09-20 Maciej W. Rozycki <macro@mips.com>
1929
1930 * mips-tdep.c (mips32_in_function_epilogue_p): New function.
1931 (mips16_in_function_epilogue_p): Likewise.
1932 (mips_in_function_epilogue_p): Likewise.
1933 (mips_gdbarch_init): Register mips_in_function_epilogue_p().
1934
1935 2007-09-19 Joel Brobecker <brobecker@adacore.com>
1936
1937 * configure.ac: Add check for "etext".
1938 * configure, config.in: Regenerate.
1939 * maint.c (TEXTEND): Only define if either _etext or etext
1940 are available.
1941 Disable the profiling functionality if TEXTEND is not defined.
1942
1943 2007-09-19 Daniel Jacobowitz <dan@codesourcery.com>
1944
1945 * mips-tdep.c (mips_stub_frame_cache): Correct the saved return
1946 address register. Correct the call to frame_id_build.
1947 (mips_stub_frame_sniffer): Use the stub unwinder when the PC
1948 is invalid.
1949
1950 2007-09-18 Joel Brobecker <brobecker@adacore.com>
1951
1952 * ia64-tdep.c (refine_prologue_limit): Make sure we don't scan
1953 the linetable past the function end.
1954
1955 2007-09-18 James E. Wilson <wilson@specifix.com>
1956
1957 * MAINTAINERS: Update my email address.
1958
1959 2007-09-18 Jerome Guitton <guitton@adacore.com>
1960
1961 * inf-ttrace.c (inf_ttrace_private_thread_info): New structure type.
1962 (inf_ttrace_delete_dying_threads_callback): New function.
1963 (inf_ttrace_resume): After resuming the execution, iterate over
1964 the dying threads to delete them for the thread list.
1965 (inf_ttrace_wait): on TTEVT_LWP_EXIT and TTEVT_LWP_TERMINATE,
1966 mark the corresponding thread as dying instead of removing it
1967 from the thread list.
1968 (inf_ttrace_thread_alive): return 0 for dying threads.
1969
1970 2007-09-17 Joel Brobecker <brobecker@adacore.com>
1971
1972 * infrun.c (insert_step_resume_breakpoint_at_frame): Add assertion
1973 that return_frame is not null.
1974
1975 2007-09-17 Joel Brobecker <brobecker@adacore.com>
1976
1977 * solib-svr4.c: Add include of "auxv.h".
1978 (enable_break): Use the AT_BASE auxiliary entry if available.
1979 * Makefile.in (solib-svr4.o): Update dependencies.
1980
1981 2007-09-17 Joel Brobecker <brobecker@adacore.com>
1982
1983 * NEWS: Create a new section for the next release branch.
1984 Rename the section of the current branch, now that it has
1985 been cut.
1986
1987 2007-09-17 Jerome Guitton <guitton@adacore.com>
1988
1989 * dwarf2loc.c (dwarf_expr_frame_base): Guard against NULL.
1990 * Makefile.in (dwarf2loc.o): Depend on gdb_assert.h.
1991
1992 2007-09-16 Vladimir Prus <vladimir@codesourcery.com>
1993
1994 * mi/mi-cmds.c (mi_cmds): Register -list-features.
1995 * mi/mi-cmds.h (mi_cmd_list_features): New.
1996 * mi/mi-main.c (mi_cmd_list_features): New.
1997
1998 2007-09-11 Joel Brobecker <brobecker@adacore.com>
1999
2000 GDB 6.7 branch created (branch timestamp: 2007-09-07 14:00 UTC)
2001 * version.in: Bump version to 6.7.50-20070911-cvs.
2002
2003 2007-09-10 Daniel Jacobowitz <dan@codesourcery.com>
2004
2005 * thread.c (free_thread): Do not delete the step resume breakpoint
2006 right away.
2007
2008 2007-09-10 Daniel Jacobowitz <dan@codesourcery.com>
2009
2010 * arch-utils.c (gdbarch_info_fill): Also try core_bfd.
2011 * corelow.c (core_read_description): New.
2012 (init_core_ops): Set to_read_description.
2013 * gdbarch.sh: Add gdbarch_core_read_description.
2014 * mips-linux-tdep.c (mips_linux_core_read_description): New.
2015 (mips_linux_init_abi): Call set_gdbarch_core_read_description.
2016 * mips-tdep.c (mips_tdesc_gp32, mips_tdesc_gp64): New.
2017 (mips_register_g_packet_guesses): Use them.
2018 (_initialize_mips_tdep): Initialize them.
2019 * mips-tdep.h (mips_tdesc_gp32, mips_tdesc_gp64): Declare.
2020 * gdbarch.h, gdbarch.c: Regenerated.
2021
2022 2007-09-10 Ulrich Weigand <uweigand@de.ibm.com>
2023
2024 * infrun.c (stepping_past_breakpoint): New global variable.
2025 (stepping_past_breakpoint_ptid): Likewise.
2026 (prepare_to_proceed): Add STEP parameter. Do not check for Ctrl-C.
2027 Only switch threads if we need to single-step over a breakpoint hit
2028 in the previously selected thread. If stepping, remember previous
2029 thread to switch back to in STEPPING_PAST_BREAKPOINT[_PTID]. Call
2030 switch_to_thread instead of copying its contents.
2031 (proceed): Pass STEP to prepare_to_proceed. Always set ONEPROC if
2032 prepare_to_proceed returns true.
2033 (init_wait_for_inferior): Reset STEPPING_PAST_BREAKPOINT.
2034 (context_switch): Call switch_to_thread.
2035 (handle_inferior_event): Switch back to previous thread if requested
2036 in STEPPING_PAST_BREAKPOINT[_PTID] by prepare_to_proceed.
2037 * gdbthread.h (switch_to_thread): Add prototype.
2038 * thread.c (switch_to_thread): Make global.
2039
2040 2007-09-07 Pierre Muller <muller@ics.u-strasbg.fr>
2041
2042 * p-valprint.c: Fix 7 ARI reported problems.
2043 (pascal_val_print): Fix one operator at end of line issue.
2044 Use paddress function to remove use of
2045 deprecated_print_address_numeric function (2 times).
2046 Use SYMBOL_LINKAGE_NAME instead of DEPRECATED_SYMBOL_NAME.
2047 (pascal_value_print): Fix 3 operator at end of line issues.
2048
2049 2007-09-07 Daniel Jacobowitz <dan@codesourcery.com>
2050
2051 PR gdb/2103
2052 * arm-tdep.c (arm_in_call_stub): Delete.
2053 (arm_skip_stub): Handle from_arm and from_thumb stubs.
2054
2055 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
2056
2057 * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Handle other integer
2058 types.
2059
2060 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
2061 Jim Blandy <jimb@codesourcery.com>
2062
2063 * NEWS: Update description of string changes. Mention print/s.
2064 * c-valprint.c (textual_element_type): New.
2065 (c_val_print): Use it. Do not skip address printing for pointers
2066 with a string format.
2067 (c_value_print): Doc update.
2068 * dwarf2read.c (read_array_type): Use make_vector_type.
2069 * gdbtypes.c (make_vector_type): New.
2070 (init_vector_type): Use it.
2071 (gdbtypes_post_init): Initialize builtin_true_unsigned_char.
2072 (_initialize_gdbtypes): Mark int8_t and uint8_t as TYPE_FLAG_NOTTEXT.
2073 * gdbtypes.h (struct builtin_type): Add builtin_true_unsigned_char.
2074 (TYPE_FLAG_NOTTEXT, TYPE_NOTTEXT): New.
2075 (make_vector_type): New.
2076 * printcmd.c (print_formatted): Only handle 's' and 'i' for examine.
2077 Call the language print routine for string format.
2078 (print_scalar_formatted): Call val_print for string format. Handle
2079 unsigned original types for char format.
2080 (validate_format): Do not reject string format.
2081 * stabsread.c (read_type): Use make_vector_type.
2082 * xml-tdesc.c (tdesc_start_vector): Use init_vector_type.
2083
2084 2007-09-04 Michael Snyder <msnyder@access-company.com>
2085
2086 * expprint.c (print_subexp_standard): Check strchr for null.
2087 * Makefile.in (expprint.o): Depend on gdb_assert.h.
2088
2089 * gnu-v2-abi.c (gnuv2_value_rtti_type): Guard against null.
2090
2091 * stabsread.c (patch_block_status): Guard against null.
2092 * Makefile.in (stabsread.o): Depend on gdb_assert.h.
2093
2094 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
2095
2096 * printcmd.c (printf_command): Handle ptr_arg. Correct typo
2097 in internal error message.
2098
2099 2007-09-04 Pedro Alves <pedro_alves@portugalmail.pt>
2100 Daniel Jacobowitz <dan@codesourcery.com>
2101
2102 * infcmd.c (post_create_inferior): Update comment.
2103 (run_command_1): Always call post_create_inferior with 0 as
2104 from_tty.
2105
2106 * i386-cygwin-tdep.h: New.
2107 * i386-cygwin-tdep.c: Include "i386-cygwin-tdep.h".
2108 (win32_xfer_shared_library): Make it extern.
2109
2110 * win32-nat.c: Include gdb_obstack.h and xml-support.h and
2111 i386-cygwin-tdep.h.
2112 (win32_so_ops): Delete.
2113 (get_relocated_section_addrs): Delete.
2114 (solib_symbols_add): Delete.
2115 (register_loaded_dll): Delete.
2116 (win32_make_so): New.
2117 (handle_load_dll): Use win32_make_so.
2118 (win32_free_so): Free the passed in so.
2119 (win32_relocate_section_addresses): Delete.
2120 (win32_solib_create_inferior_hook): Delete.
2121 (handle_unload_dll): Don't add PE offset here. Free so with
2122 win32_free_so instead of free_so.
2123 (win32_special_symbol_handling): Delete.
2124 (get_win32_debug_event): Remove unneeded calls. Set state to
2125 TARGET_WAITKIND_LOADED on a dll unload.
2126 (do_initial_win32_stuff): Clear cygwin_load_start and
2127 cygwin_load_end.
2128 (map_code_section_args): Delete.
2129 (dll_code_sections_add): Delete.
2130 (core_section_load_dll_symbols): Delete.
2131 (win32_xfer_shared_libraries): New.
2132 (win32_current_sos): Delete.
2133 (win32_xfer_partial): New.
2134 (open_symbol_file_object): Delete.
2135 (in_dynsym_resolve_code): Delete.
2136 (init_win32_ops): Set win32_xfer_partial as to_xfer_partial member
2137 of win32_ops. Remove win32_so_ops settings. Don't set
2138 current_target_so_ops here.
2139
2140 * Makefile.in (i386_cygwin_tdep_h): New variable.
2141 (i386-cygwin-tdep.o): Update dependencies.
2142 (win32-nat.o): Update dependencies.
2143
2144 2007-09-04 Pedro Alves <pedro_alves@portugalmail.pt>
2145 Daniel Jacobowitz <dan@codesourcery.com>
2146
2147 * gdbarch.sh (core_xfer_shared_libraries): New.
2148
2149 * corelow.c (core_xfer_partial): Handle TARGET_OBJECT_LIBRARIES.
2150
2151 * gdb_obstack.h (obstack_grow_str, obstack_grow_str0): New.
2152
2153 * xml-support.c (gdb_xml_parse): Debug output tweaks.
2154 (xml_escape_text): New.
2155 * xml-support.h (xml_escape_text): Declare.
2156
2157 * config/i386/cygwin.mh (NATDEPFILES): Move corelow.o to ...
2158 * config/i386/cygwin.mt (TDEPFILES): ... here.
2159
2160 * win32-nat.c: (fetch_elf_core_registers): Delete.
2161 (win32_elf_core_fn): Delete.
2162 (_initialize_core_win32): Delete.
2163
2164 * i386-cygwin-tdep.c: Include "regset.h", "gdb_objstack.h",
2165 "xml-support.h" and "gdbcore.h".
2166 (i386_win32_gregset_reg_offset): New.
2167 (I386_WIN32_SIZEOF_GREGSET): New.
2168 (i386_win32_regset_from_core_section): New.
2169 (win32_xfer_shared_library): New.
2170 (struct cpms_data): New.
2171 (core_process_module_section): New.
2172 (win32_core_xfer_shared_libraries): New.
2173 (i386_cygwin_skip_trampoline_code): Register gregset_reg_offset,
2174 gregset_num_regs, sizeof_gregset members of tdep. Register
2175 regset_from_core_section and core_xfer_shared_libraries callbacks.
2176
2177 * Makefile.in (i386-cygwin-tdep.o): Update dependencies.
2178 * gdbarch.h, gdbarch.c: Regenerate.
2179
2180 2007-09-03 Daniel Jacobowitz <dan@codesourcery.com>
2181
2182 * corelow.c (core_xfer_partial): Pass writebuf to
2183 deprecated_xfer_memory in TARGET_OBJECT_MEMORY write case.
2184
2185 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
2186
2187 * arm-tdep.h (arm_skip_stub): Declare.
2188 * arm-wince-tdep.c: Don't include "solib-svr4.h". Include
2189 "gdbcore.h".
2190 (arm_pe_skip_trampoline_code): New function.
2191 (arm_wince_init_abi): Register arm_pe_skip_trampoline_code as
2192 gdbarch_skip_trampoline_code callback.
2193 * Makefile.in (arm-wince-tdep.o): Update dependencies.
2194
2195 2007-09-03 Daniel Jacobowitz <dan@codesourcery.com>
2196
2197 * MAINTAINERS: Move Fred Fish to Past Maintainers.
2198
2199 2007-09-03 Daniel Jacobowitz <dan@codesourcery.com>
2200
2201 * configure.ac: Add --with-expat.
2202 * configure: Regenerated.
2203
2204 2007-09-03 Andreas Schwab <schwab@suse.de>
2205
2206 * configure.ac: Accept --with-system-readline.
2207 (READLINE, READLINE_DEPS, READLINE_CFLAGS): Define and substitute.
2208 * configure: Regenerate.
2209 * Makefile.in (READLINE, READLINE_DEPS, READLINE_CFLAGS): Use
2210 substituted values.
2211 (CDEPS): Use $(READLINE_DEPS) instead of $(READLINE).
2212
2213 2007-09-03 Maxim Grigoriev <maxim2405@gmail.com>
2214 Daniel Jacobowitz <dan@codesourcery.com>
2215
2216 * mi-main.c (mi_load_progress): Handle MI2 and MI3 interpreters.
2217
2218 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2219
2220 * top.c (print_gdb_version): Fixed a string end-of-line compiler error.
2221
2222 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
2223
2224 * top.c (print_gdb_version): Update for GPL version 3.
2225
2226 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2227
2228 * NEWS: Mention the build-id .debug files verification.
2229
2230 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2231
2232 * linux-nat.c (linux_nat_make_corefile_notes): Fixed a buffer overflow.
2233
2234 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2235
2236 * Makefile.in (symfile.o): Update dependencies.
2237 * symfile.c (symbol_file_add_with_addrs_or_offsets): Initialize the
2238 DEBUGFILE variable. FIND_SEPARATE_DEBUG_FILE called only if !PSYMTABS.
2239 (struct build_id): New structure.
2240 (build_id_bfd_get, build_id_verify, build_id_to_debug_filename): New.
2241 (find_separate_debug_file): New variable BUILD_ID.
2242 Call BUILD_ID_BFD_GET with BUILD_ID_TO_DEBUG_FILENAME as the first try.
2243
2244 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
2245
2246 * varobj.c (struct varobj): Fix comment
2247 for the type member not to lie when it can be
2248 NULL.
2249
2250 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
2251
2252 Implement -var-info-path-expression.
2253
2254 * mi/mi-cmds.h (mi_cmd_var_info_path_expression):
2255 Declare.
2256 * mi/mi-cmds.c (mi_cmds): Register var-info-path-expression.
2257 * mi/mi-cmd-var.c (mi_cmd_var_info_path_expression): New.
2258 * varobj.c (struct varobj): New field 'path_expr'.
2259 (c_path_expr_of_child, cplus_path_expr_of_child)
2260 (java_path_expr_of_child): New.
2261 (struct language_specific): New field path_expr_of_child.
2262 (varobj_create): Initialize the path_expr field.
2263 (varobj_get_path_expr): New.
2264 (new_variable): Initialize the path_expr field.
2265 (free_variable): Free the path_expr field.
2266 (adjust_value_for_children_access): New parameter
2267 WAS_TYPE.
2268 (c_number_of_children): Adjust.
2269 (c_describe_child): New parameter CFULL_EXPRESSION.
2270 Compute full expression.
2271 (c_value_of_child, c_type_of_child): Adjust.
2272 (cplus_number_of_children): Adjust.
2273 (cplus_describe_child): New parameter CFULL_EXPRESSION.
2274 Compute full expression.
2275 (cplus_name_of_child, cplus_value_of_child)
2276 (cplus_type_of_child): Adjust.
2277 * varobj.h (varobj_get_path_expr): Declare.
2278
2279 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
2280
2281 * mi/mi-cmd-var.c (print_varobj): If a varobj
2282 type is NULL, don't try to print it.
2283
2284 2007-08-30 Alan Modra <amodra@bigpond.net.au>
2285
2286 * ppc-linux-nat.c (right_fill_reg): Delete.
2287 (supply_gregset): Use ppc_supply_gregset.
2288 (supply_fpregset): Use ppc_supply_fpregset.
2289 (fill_gregset): Use ppc_collect_gregset.
2290 (fill_fpregset): Use ppc_collect_fpregset.
2291 * ppc-linux-tdep.c (PPC_LINUX_PT_*): Don't define.
2292 (right_supply_register, ppc_linux_supply_gregset): Delete.
2293 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): Delete.
2294 (ppc_linux_supply_fpregset): Delete.
2295 (ppc_linux_collect_gregset): New function.
2296 (ppc32_linux_reg_offsets, ppc64_linux_reg_offsets): New.
2297 (ppc32_linux_gregset, ppc64_linux_gregset): Update to use reg offsets,
2298 ppc_linux_supply_gregset, and ppc_collect_gregset.
2299 (ppc_linux_fpregset): Rename to ppc32_linux_fpregset and update.
2300 (ppc_linux_gregset, ppc_linux_fpregset): New functions.
2301 (ppc_linux_regset_from_core_section): Update.
2302 * ppc-tdep.h (ppc_linux_gregset, ppc_linux_fpregset): Declare.
2303 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Delete.
2304 (struct ppc_reg_offsets): Add gpr_size, xr_size, fpscr_size fields.
2305 * ppcobsd-tdep.c (ppcobsd_supply_gregset): Delete FIXME and assert.
2306 (ppcobsd_collect_gregset): Likewise.
2307 (_initialize_ppcnbsd_tdep): Init gpr_size, xr_size, fpscr_size.
2308 * ppcnbsd-tdep.c (_initialize_ppcobsd_tdep): Likewise.
2309 * ppcobsd-nat.c (_initialize_ppcobsd_nat): Likewise.
2310 * rs6000-aix-tdep.c (rs6000_aix32_reg_offsets): Likewise.
2311 (rs6000_aix64_reg_offsets): Likewise.
2312 (rs6000_aix_supply_regset): Call ppc_supply_fpregset without testing
2313 ppc_floating_point_unit_p.
2314 (rs6000_aix_collect_regset): Similarly.
2315 * rs6000-tdep.c (ppc_supply_reg): Add regsize param. Adjust offset
2316 when regsize is larger than regcache register size.
2317 (ppc_collect_reg): Similarly zero pad when regsize is larger than
2318 regcache register size.
2319 (ppc_greg_offset): New function, split out from..
2320 (ppc_supply_gregset): ..here. Separate code handling all regs from
2321 single reg case. Correct xer offset.
2322 (ppc_fpreg_offset): New function, split out from..
2323 (ppc_supply_fpregset): ..here. Separate code handling all regs from
2324 single reg case.
2325 (ppc_collect_gregset, ppc_collect_fpregset): Likewise.
2326 (ppc_supply_fpregset, ppc_collect_fpregset): Don't assert we have
2327 a fp unit, instead return if no fp.
2328
2329 2007-08-29 Jim Blandy <jimb@codesourcery.com>
2330
2331 * breakpoint.c (watch_command_1): Remove '#ifdef HPUXHPPA' block;
2332 this code has not been compiled for two years.
2333
2334 2007-08-29 Michael Snyder <msnyder@access-company.com>
2335
2336 * event-top.c (gdb_readline2): Return after EOF.
2337
2338 2007-08-29 Joel Brobecker <brobecker@adacore.com>
2339
2340 * symtab.c: Remove a function that has been commented out 3 years ago.
2341
2342 2007-08-29 Randolph Chung <tausq@debian.org>
2343
2344 * hppa-tdep.c (hppa32_cannot_fetch_register)
2345 (hppa64_cannot_fetch_register): New functions.
2346 (hppa_gdbarch_init): Set cannot_fetch_register appropriately.
2347 * hppa-tdep.h (hppa_regnum): Add HPPA_CR26_REGNUM.
2348
2349 2007-08-28 Michael Snyder <msnyder@access-company.com>
2350
2351 * mi/mi-cmd-var.c (mi_print_value_p): No longer necessary to
2352 check for null before calling check_typedef.
2353
2354 * NEWS: Mention Coverity bug fixes.
2355
2356 2007-08-27 Markus Deuling <deuling@de.ibm.com>
2357
2358 * spu-tdep.c (spu_pointer_to_address): New function.
2359 (spu_integer_to_address): Likewise.
2360 (spu_gdbarch_init): Add spu_pointer_to_address and
2361 spu_integer_to_address to gdbarch.
2362
2363 2007-08-26 Pedro Alves <pedro_alves@portugalmail.pt>
2364
2365 * arm-wince-tdep.c (ARM_WINCE_JB_PC): Change to 10.
2366
2367 2007-08-23 Joel Brobecker <brobecker@adacore.com>
2368
2369 * Makefile.in (copying.c): Use the top-level COPYING3 as the file
2370 that contains the GDB license.
2371 * copying.awk: Adjust to the GPLv3 wording.
2372 * copying.c: Regenerate.
2373
2374 2007-08-23 Joel Brobecker <brobecker@adacore.com>
2375
2376 * copying.awk: Protoization, and i18n markup.
2377
2378 2007-08-23 Joel Brobecker <brobecker@adacore.com>
2379
2380 * config/djgpp/djconfig.sh: Switch license to GPLv3.
2381 * copyright.sh: Likewise.
2382 * gdb-events.sh: Likewise.
2383 * gdb_gcore.sh: Likewise.
2384 * gdb_mbuild.sh: Likewise.
2385 * gdbarch.sh: Likewise.
2386 * observer.sh: Likewise.
2387 * features/feature_to_c.sh: Likewise.
2388 * regformats/regdat.sh: Likewise.
2389
2390 2007-08-23 Joel Brobecker <brobecker@adacore.com>
2391
2392 Switch the license of all .c files to GPLv3.
2393 Switch the license of all .h files to GPLv3.
2394 Switch the license of all .cc files to GPLv3.
2395
2396 2007-08-23 Joel Brobecker <brobecker@adacore.com>
2397
2398 * configure.ac: Switch license to GPLv3.
2399
2400 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
2401
2402 * mips-tdep.c (mips_gdbarch_init): Use Tag_GNU_MIPS_ABI_FP to
2403 determine the file's FPU type.
2404
2405 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
2406
2407 * mips-tdep.c (mips_n32n64_fp_arg_chunk_p): New.
2408 (mips_n32n64_push_dummy_call): Always increment float_argreg along
2409 with argreg. Use mips_n32n64_fp_arg_chunk_p.
2410
2411 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
2412
2413 * solib-svr4.c (scan_dyntag): Only read target memory when necessary.
2414 Fix formatting.
2415 (elf_locate_base): Look for DT_MIPS_RLD_MAP first. Expand comments.
2416 (elf_lookup_lib_symbol): Fix formatting.
2417
2418 2007-08-21 Michael Snyder <msnyder@access-company.com>
2419
2420 * dbxread.c (read_dbx_symtab): Guard null deref.
2421 Break up long line.
2422
2423 * valops.c (find_overload_match): Guard against NULL.
2424
2425 2007-08-21 Daniel Jacobowitz <dan@codesourcery.com>
2426
2427 * MAINTAINERS (Patch Champions): Remove self.
2428
2429 2007-08-21 Chris Smith <chris.smith@st.com>
2430
2431 * cli/cli-script.c (read_command_lines): Call dont_repeat for each
2432 line.
2433
2434 2007-08-18 Michael Snyder <msnyder@access-company.com>
2435
2436 * stabsread.c (dbx_lookup_type): Memory leak.
2437
2438 * event-loop.c (delete_async_signal_handler): Move pointer null
2439 test to before pointer dereference.
2440
2441 * ui-out.c (append_header_to_list): Possible cut and paste error.
2442
2443 * MAINTAINERS: white space tweak.
2444
2445 2007-08-17 Michael Snyder <msnyder@access-company.com>
2446
2447 * stack.c (print_frame): Memory leak.
2448
2449 * completer.c (filename_completer): Avoid memory leak.
2450 Remove unnecessary nested block.
2451
2452 * c-exp.y (parse_number): Memory leak.
2453
2454 * completer.c (location_completer): Must free 'fn_list', except
2455 in the one case where it is returned (as 'list').
2456
2457 * varobj.c (value_of_root): Memory leak.
2458
2459 * gdbtypes.h (virtual_base_list): Remove export decl.
2460 * gdbtypes.c (virtual_base_list): Make static. Not called outside.
2461 (virtual_base_index): Memory leak.
2462 (virtual_base_index_skip_primaries): Ditto.
2463
2464 2007-08-17 Maxim Grigoriev <maxim2405@gmail.com>
2465
2466 * xtensa-tdep.c (ARG_NOF, ARG_1ST, PS_WOE, PS_EXC, C0_MAXOPDS)
2467 (C0_NREGS, C0_CLESV, C0_SP, C0_FP, C0_RA, C0_ARGS, C0_NARGS)
2468 (C0_CONST, C0_INEXP, C0_NOSTK): New macros.
2469 (xtensa_read_register): New function.
2470 (xtensa_windowed_frame_cache, xtensa_call0_frame_cache, xtensa_c0reg)
2471 (xtensa_insn_kind): New types.
2472 (xtensa_frame_cache, xtensa_alloc_frame_cache, xtensa_frame_cache)
2473 (xtensa_frame_prev_register, xtensa_return_value, xtensa_skip_prologue)
2474 (xtensa_verify_config, xtensa_pseudo_register_read)
2475 (xtensa_pseudo_register_write, xtensa_extract_return_value)
2476 (xtensa_store_return_value)
2477 (xtensa_push_dummy_call): Extended to support Xtensa Call0 ABI.
2478 (windowing_enabled, extract_call_winsize, xtensa_unwind_dummy_id)
2479 (xtensa_frame_this_id, xtensa_frame_prev_register)
2480 (xtensa_register_type, xtensa_reg_to_regnum): Cosmetic changes.
2481 (call0_frame_cache, call0_frame_get_reg_at_entry)
2482 (call0_classify_opcode, call0_track_op)
2483 (call0_analyze_prologue, call0_frame_cache): New functions.
2484
2485 2007-08-17 Vladimir Prus <vladimir@codesourcery.com>
2486
2487 * breakpoint.c (bpstat_free): New.
2488 (bpstat_clear): Use bpstat_free.
2489 (delete_breakpoint): Document why we cannot
2490 remove bpstats from stop_bpstat.
2491 * breakpoint.h (bpstat_free): Declare.
2492
2493 2007-08-16 Michael Snyder <msnyder@access-company.com>
2494
2495 * event-loop.c (gdb_wait_for_event): Move statement into "if" block.
2496
2497 2007-08-15 Paul Hilfinger <hilfinger@adacore.com>
2498 Joel Brobecker <brobecker@adacore.com>
2499
2500 * ada-lang.c (resolve_subexp): Correct arity of binary operators.
2501
2502 2007-08-15 Paul Hilfinger <hilfinger@adacore.com>
2503 Joel Brobecker <brobecker@adacore.com>
2504
2505 * ada-lang.c (possible_user_operator_p): Alternative fix to last
2506 checkin guarding against NULL.
2507
2508 2007-08-14 Michael Snyder <msnyder@access-company.com>
2509
2510 * tui-command.c, tui-data.c, tui-disasm.c, tui-file.c, tui-io.c,
2511 tui-layout.c, tui-regs.c, tui-source.c, tui-win.c, tui-windata.c,
2512 tui-wingeneral.c, tui-winsource.c: Coding standard, && and ||
2513 go at beginning of new line.
2514
2515 * tui-data.c, tui-data.h, tui-disasm.c, tui-disasm.h, tui-hooks.c,
2516 tui-io.c, tui-layout.c, tui-layout.h, tui-out.c, tui-regs.c,
2517 tui-source.c, tui-source.h, tui-stack.c, tui-win.c, tui-win.h,
2518 tui-windata.c, tui-windata.h, tui-wingeneral.c, tui-winsource.c,
2519 tui-winsource.h, tui.c, tui.h: Function declarations and
2520 definitions, wrap long lines.
2521
2522 * tui-command.c, tui-data.c, tui-disasm.c, tui-layout.c,
2523 tui-regs.c, tui-win.c, tui-windata.c, tui-winsource.c, tui.c:
2524 Reformat block comments to GNU standard.
2525
2526 * tui-command.c, tui-data.c, tui-data.h, tui-disasm.c, tui-file.c,
2527 tui-hooks.c, tui-interp.c, tui-io.c, tui-layout.c, tui-out.c,
2528 tui-regs.c, tui-regs.h, tui-source.c, tui-stack.c, tui-win.c,
2529 tui-windata.c, tui-wingeneral.c, tui-winsource.c, tui-winsource.h,
2530 tui.c, tui.h: Comment reformatting to coding standard (capitals,
2531 spaces after periods, etc).
2532
2533 * tui-data.c, tui-data.h, tui-disasm.c, tui-hooks.c, tui-layout.c,
2534 tui-regs.c, tui-source.c, tui-stack.c, tui-win.c, tui-windata.c,
2535 tui-wingeneral.c, tui-wingeneral.h, tui-winsource.c, tui.c,
2536 tui-winsource.h: Whitespace changes, fix pointer declarations
2537 to be consistant.
2538
2539 2007-08-14 Joel Brobecker <brobecker@adacore.com>
2540 Michael Snyder <msnyder@access-company.com>
2541
2542 * ada-lang.c (field_alignment): Guard against NULL.
2543
2544 2007-08-14 Joel Brobecker <brobecker@adacore.com>
2545
2546 * MAINTAINERS (Global Maintainers): Add self.
2547
2548 2007-08-14 Michael Snyder <msnyder@access-company.com>
2549
2550 * mi/mi-interp.c (mi_cmd_interpreter_exec): Dead code, dead variable.
2551
2552 * ada-lang.c (possible_user_operator_p): Guard against NULL.
2553
2554 * varobj.c (cplus_describe_child): Guard against null.
2555 Use "NULL" instead of "0" to initialize pointers.
2556
2557 2007-08-14 Daniel Jacobowitz <dan@codesourcery.com>
2558
2559 * arm-tdep.c (arm_gdbarch_init): Allow unknown ABI and FPU settings
2560 to match any gdbarch with matching OSABI. Set default ABI and FPU
2561 after running the OSABI handler.
2562
2563 2007-08-14 Daniel Jacobowitz <dan@codesourcery.com>
2564
2565 * config/i386/linux.mh (NATDEPFILES): Move corelow.o from here...
2566 * config/i386/linux.mt (TDEPFILES): ...to here.
2567
2568 2007-08-14 Vladimir Prus <vladimir@codesourcery.com>
2569
2570 * breakpoint.c (disable_breakpoints_in_shlibs): Remove
2571 the 'silent' parameter and code to implement that.
2572 * breakpoint.h (disable_breakpoints_in_shlibs): Adjust
2573 prototype.
2574 * win32-nat.c: Adjust.
2575 * solib.c: Adjust.
2576
2577 2007-08-14 Vladimir Prus <vladimir@codesourcery.com>
2578
2579 * breakpoint.c (update_breakpoints_after_exec): Don't
2580 set address to zero.
2581
2582 2007-08-13 Michael Snyder <msnyder@access-company.com>
2583
2584 * valops.c: Whitespace clean-up.
2585
2586 * tui/tui-winsource.c (tui_alloc_source_buffer): Clean up allocation.
2587
2588 * event-top.c (command_line_handler): Memory leak.
2589
2590 * mi/mi-cmd-var.c (mi_cmd_var_set_format): Memory leak.
2591 No need to make copy.
2592
2593 * source.c (find_source_lines): Require symtab 's'.
2594
2595 2007-08-11 Michael Snyder <msnyder@access-company.com>
2596
2597 * completer.c: Spelling fix in comments.
2598
2599 2007-08-10 Michael Snyder <msnyder@access-company.com>
2600
2601 * gdbtypes.c: Coding standard cleanup.
2602 * gdbtypes.c: Comment/whitespace cleanup.
2603
2604 * stabsread.c (read_huge_number): Attempt to compute value before
2605 values that it depends on.
2606
2607 * linespec.c (decode_dollar): Dead code, ptr can't be non-null.
2608 (decode_objc): Use "NULL" instead of 0.
2609 (find_method): Ditto.
2610 (decode_all_digits): Ditto.
2611 (decode_dollar): Ditto.
2612
2613 * mi/mi-main.c (mi_cmd_data_evaluate_expression): Resource leak.
2614
2615 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Memory leak.
2616
2617 * solib-svr4.c (enable_break): Don't free tmp_pathname until
2618 after closing bfd.
2619
2620 * completer.c: Comment/whitespace cleanup.
2621
2622 2007-08-10 Joel Brobecker <brobecker@adacore.com>
2623
2624 * Makefile.in (i386nbsd-nat.o): Add missing dependency.
2625
2626 2007-08-10 Maxim Grigoriev <maxim2405@gmail.com>
2627
2628 * remote-fileio.c (remote_fileio_resize_fd_map): Initialize newly
2629 allocated file descriptors.
2630
2631 2007-08-10 Joel Brobecker <brobecker@adacore.com>
2632
2633 * Makefile.in: Minor cleanup throughout; add some missing variables,
2634 add some missing rules, remove some rules that are no longer needed,
2635 and fix the dependencies in several rules.
2636
2637 2007-08-10 Ludovic Courtès <ludo@gnu.org>
2638
2639 * Makefile.in (SFILES): Add scm-{exp,lang,valprint}.c.
2640 (scm_lang_h, scm_tags_h): New.
2641 (COMMON_OBS): Add scm-{exp,lang,valprint}.o.
2642 (scm-exp.o, scm-lang.o, scm-valprint.o): New targets.
2643 * defs.h (enum language): Add `language_scm'.
2644
2645 * MAINTAINERS: Add Emacs local variables to use UTF-8 upon
2646 opening.
2647
2648 2007-08-09 Ludovic Courtès <ludo@gnu.org>
2649
2650 * MAINTAINERS (Write After Approval): Add myself.
2651
2652 2007-08-09 Michael Snyder <msnyder@access-company.com>
2653
2654 * solib.c (solib_open): Memory leak -- openp returns xmalloc buffer.
2655
2656 2007-08-09 Joel Brobecker <brobecker@adacore.com>
2657
2658 * solib-som.c (som_relocate_section_addresses): Stop saving
2659 the $CODE$ section in the so_list structure.
2660
2661 2007-08-08 Maxim Grigoriev <maxim2405@gmail.com>
2662
2663 * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): New.
2664 (xtensa_register_group_t): Add entries for coprocessors.
2665 * xtensa-tdep.c (xtensa_init_reggroups): New register groups.
2666 (xtensa_add_reggroups): Likewise.
2667 (xtensa_register_reggroup_p): Likewise.
2668 (xtensa_coprocessor_register_group): New function.
2669 (xtensa_cp): New.
2670
2671 2007-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2672
2673 * serial.c (serial_open): Fix the OPEN parameter macro expansion.
2674
2675 2007-08-08 Michael Snyder <msnyder@access-company.com>
2676
2677 * target.c (target_read_string): Guard against null.
2678
2679 * varobj.c (value_of_root): Move alloc after return to avoid leak.
2680
2681 * tui/tui-layout.c (tui_set_layout): Dead code, dead variable.
2682 (tui_set_layout_for_display_command): Mem leak.
2683
2684 * top.c (command_line_input): Memory leak.
2685
2686 * solib-svr4.c (open_symbol_file_object): Memory leak.
2687 (svr4_current_sos): Ditto.
2688 (enable_break): Ditto.
2689
2690 * cp-valprint.c (cp_print_hpacc_virtual_table_entries): Memory leak.
2691
2692 * dwarf2read.c (add_partial_symbol): Memory leak.
2693
2694 2007-08-06 Michael Snyder <msnyder@access-company.com>
2695
2696 * ada-lang.c (desc_bounds): Comparison of function address to NULL.
2697
2698 2007-08-05 Jim Blandy <jimb@codesourcery.com>
2699
2700 * macroexp.c (init_buffer): Remove testing code that overrides the
2701 caller's length guess.
2702 (gather_arguments): Use a larger initial size, now that the vector
2703 growth code has been exercised.
2704
2705 2007-08-05 Pedro Alves <pedro_alves@portugalmail.pt>
2706
2707 * solib-target.c (solib_target_relocate_section_addresses): Add
2708 orig_delta to addr_high.
2709
2710 2007-08-04 Michael Snyder <msnyder@access-company.com>
2711
2712 * remote-fileio.c (remote_fileio_func_write): Memory leak.
2713
2714 * breakpoint.c (print_one_breakpoint): Off by one error.
2715
2716 * tracepoint.c (add_register): Off by one error.
2717 (stringify_collection_list): Free malloc buffer.
2718
2719 2007-08-03 Michael Snyder <msnyder@access-company.com>
2720
2721 * mi-cmd-var.c (mi_cmd_var_delete): Remove unused variable,
2722 stop memory leak, straighten out cleanups.
2723
2724 * jv-lang.c (java_link_class_type): Guard against NULL.
2725
2726 2007-08-02 Michael Snyder <msnyder@access-company.com>
2727
2728 * gdbtypes.c (create_set_type): Test should only be done within
2729 the preceeding if block. Otherwise, variable is uninitialized.
2730
2731 * gdbtypes.c (check_typedef): Guard NULL.
2732
2733 2007-08-01 Michael Snyder <msnyder@access-company.com>
2734
2735 * cli/cli-decode.c (lookup_cmd): Check for null earlier, to
2736 avoid dereference in lookup_cmd_1.
2737
2738 * tui/tui-data.c (tui_alloc_content): Move assign out of if,
2739 clean up long lines.
2740 (tui_alloc_generic_win_info): Tidy by using XMALLOC macro.
2741 (tui_alloc_win_info): Ditto.
2742 (tui_add_content_elements): Ditto.
2743 * tui/tui-file.c (tui_file_magic): Ditto.
2744
2745 2007-07-31 Michael Snyder <msnyder@access-company.com>
2746
2747 * breakpoint.c (breakpoint_init_inferior): Add 'else' to 'if'.
2748 True and false paths are mutually exclusive.
2749
2750 * event-top.c (command_line_handler): Add pedantic return.
2751
2752 * f-valprint.c (info_common_command): Bail out to prevent null
2753 pointer deref. Break up a long line.
2754
2755 * exec.c (xfer_memory): Remove redundant condition from 'if'.
2756
2757 * symfile.c (reread_separate_symbols): Free xmalloced memory.
2758
2759 * printcmd.c (build_address_symbolic): Remove dead code and dead
2760 variable.
2761
2762 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
2763
2764 * linespec.c (minsym_found): Advance to the next line if possible.
2765
2766 2007-07-31 Pedro Alves <pedro_alves@portugalmail.pt>
2767
2768 * arm-wince-tdep.c (arm_wince_init_abi): Remove svr4 related call.
2769 * config/arm/wince.mt (TDEPFILES): Remove solib-legacy.o and
2770 solib-svr4.o, and add solib-target.o
2771
2772 2007-07-27 Michael Snyder <msnyder@access-company.com>
2773
2774 * tui/tui-data.c (tui_alloc_generic_win_info): Wrong arg for sizeof.
2775
2776 2007-07-26 Maciej W. Rozycki <macro@linux-mips.org>
2777
2778 * MAINTAINERS (Write After Approval): Add myself.
2779
2780 2007-07-26 Maciej W. Rozycki <macro@mips.com>
2781
2782 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
2783 for include files.
2784
2785 2007-07-25 Maciej W. Rozycki <macro@mips.com>
2786
2787 * Makefile.in (MAKEHTMLFLAGS): Remove "-glossary".
2788
2789 2007-07-24 Michael Snyder <msnyder@access-company.com>
2790
2791 * solib-svr4.c (svr4_fetch_objfile_link_map): Null pointer check of
2792 'buffer' must cover both branches that call strcmp (Coverity).
2793
2794 * stack.c (print_frame_args): Check return value of lookup_symbol.
2795
2796 * ax-gdb.c (find_field): Guard against null ptr.
2797
2798 2007-07-24 Ulrich Weigand <uweigand@de.ibm.com>
2799
2800 * regformats/reg-spu.dat: Fix order of npc, id registers.
2801
2802 2007-07-24 Ulrich Weigand <uweigand@de.ibm.com>
2803
2804 * target.c (memory_xfer_partial): Accesses to unmapped overlay
2805 sections should always go to the executable file.
2806
2807 2004-07-20 Chris Dearman <chris@mips.com>
2808
2809 * mips-tdep.c (heuristic_proc_start): Add more MIPS16 function
2810 prologue instructions.
2811
2812 2007-07-20 Maciej W. Rozycki <macro@mips.com>
2813
2814 * mips-tdep.c (mips_next_pc): Use is_mips16_addr() instead of
2815 a direct test.
2816
2817 2007-07-20 Chris Dearman <chris@mips.com>
2818 Maciej W. Rozycki <macro@mips.com>
2819
2820 * mips-tdep.c (fetch_mips_16): Fix typos and reformat the
2821 description.
2822
2823 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
2824 Daniel Jacobowitz <dan@codesourcery.com>
2825
2826 * config/i386/cygwin.mt (TDEPFILES): Add solib-target.o.
2827 * coff-pe-read.c (read_pe_exported_syms): Delete verbose
2828 printf.
2829 * NEWS: Mention gdbserver DLL support.
2830
2831 2007-07-17 Daniel Jacobowitz <dan@codesourcery.com>
2832
2833 * dwarf2read.c (dwarf_decode_lines): Detect address size mismatches.
2834
2835 2007-07-16 H.J. Lu <hongjiu.lu@intel.com>
2836
2837 * i386-linux-nat.c (fetch_regs): Work around gcc 3.4 alias
2838 warning bug.
2839
2840 2007-07-13 Kevin Buettner <kevinb@redhat.com>
2841
2842 * mep-tdep.c (mep_analyze_prologue): Update comment for BRA
2843 instruction case.
2844
2845 2007-07-12 Kevin Buettner <kevinb@redhat.com>
2846
2847 * mep-tdep.c (IS_BRA, BRA_DISP): New macros.
2848 (mep_analyze_prologue): Add case for BRA instruction.
2849
2850 2007-07-12 Ulrich Weigand <uweigand@de.ibm.com>
2851
2852 * solib-svr4.c (LM_ADDR_CHECK): Relax prelink recognition heuristic.
2853
2854 2007-07-10 Nick Roberts <nickrob@snap.net.nz>
2855
2856 * breakpoint.c: Include "top.h".
2857 (breakpoint_1): Don't set convenience variable $_ if server prefix
2858 is used.
2859 (_initialize_breakpoint): Describe this behaviour in command help.
2860
2861 2007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
2862
2863 * solib-target.c (library_list_start_segment): Cast address to
2864 CORE_ADDR.
2865
2866 2007-07-06 Mark Kettenis <kettenis@gnu.org>
2867
2868 * bsd-uthread.c (bsd_uthread_wait): Don't try to fetch thread IDs
2869 for terminated processes.
2870
2871 2007-07-05 Michael Snyder <msnyder@access-company.com>
2872
2873 * event-top.c (cli_command_loop): Prompt string can (and should)
2874 be freed after call to readline (Coverity). Also move local var
2875 declarations into block where they are used.
2876
2877 * tui/tui-interp.c (tui_command_loop): Prompt string can (and
2878 should) be freed after call to readline (Coverity). Also move
2879 local var declarations into block where they are used.
2880
2881 2007-07-03 Andreas Schwab <schwab@suse.de>
2882
2883 * linux-nat.c (linux_nat_info_proc_cmd): Fix parsing of columns in
2884 /proc/../stat.
2885
2886 2007-07-03 Paul Gilliam <pgilliam@us.ibm.com>
2887 Thiago Bauermann <bauerman@br.ibm.com>
2888 Joseph S. Myers <joseph@codesourcery.com>
2889 Daniel Jacobowitz <dan@codesourcery.com>
2890
2891 * remote.c (remote_check_symbols): Use
2892 gdbarch_convert_from_func_ptr_addr.
2893 * infcall.c (find_function_addr): Handle function descriptors
2894 without debugging information.
2895 * ppc-linux-tdep.c (ppc_linux_convert_from_func_ptr_addr): Renamed
2896 from ppc64_linux_convert_from_func_ptr_addr. Handle -msecure-plt.
2897 (ppc_linux_init_abi): Always set convert_from_func_ptr_addr.
2898 * solib-svr4.c (solib_break_names): Remove "._dl_debug_state".
2899 (bfd_lookup_symbol): Do not take a SECT_FLAGS argument. Always
2900 allow SEC_CODE and SEC_DATA.
2901 (enable_break): Update calls. Pass current_target to solib_add.
2902 Use gdbarch_convert_from_func_ptr_addr.
2903
2904 2007-07-03 Ilko Iliev <iliev@ronetix.at>
2905 Daniel Jacobowitz <dan@codesourcery.com>
2906
2907 * symfile.c (print_transfer_performance): Avoid integer overflow.
2908 Use larger units.
2909
2910 2007-07-03 Markus Deuling <deuling@de.ibm.com>
2911
2912 * cp-namespace.c (lookup_symbol_file): Add block to
2913 lookup_symbol_global call.
2914 * Makefile.in (solist_h): Add dependency on symtab header.
2915 (symtab.o): Add dependency on solist header.
2916 * solib.c (solib_global_lookup): New function.
2917 * solib-svr4.c (scan_dyntag): Likewise.
2918 (elf_locate_base): Call helper routine scan_dyntag.
2919 (elf_lookup_lib_symbol): New function.
2920 (_initialize_svr4_solib): Add elf_lookup_lib_symbol to svr4_so_ops.
2921 * solist.h (symtab.h): New include.
2922 (struct target_so_ops): New member lookup_lib_global_symbol.
2923 (solib_global_lookup): New prototype.
2924 * symtab.c: New include solist.h.
2925 (lookup_objfile_from_block): New function.
2926 (lookup_global_symbol_from_objfile): New function.
2927 (basic_lookup_symbol_nonlocal): Add block to lookup_symbol_global call.
2928 (lookup_symbol_global): Call library-specific lookup procedure.
2929 * symtab.h (lookup_global_symbol_from_objfile): New prototype.
2930
2931 * NEWS: Document framework.
2932
2933 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
2934
2935 * target-descriptions.c (tdesc_create_reg): Do not set reg->type
2936 to NULL.
2937
2938 * cli/cli-script.c (build_command_line): Update NULL check.
2939
2940 2007-07-02 Michael Snyder <msnyder@access-company.com>
2941
2942 * p-exp.y (yylex): Memory leak, 'uptokstart' must be freed (Coverity).
2943
2944 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
2945
2946 * Makefile.in (XMLFILES): Add library-list.dtd.
2947 (ALLDEPFILES): Add solib-target.o.
2948 (solib-target.o): New rule.
2949 * remote.c (PACKET_qXfer_libraries): New constant.
2950 (remote_protocol_features): Add qXfer:libraries:read.
2951 (remote_wait): Recognize library stop replies.
2952 (remote_async_wait): Likewise. Fix typo.
2953 (remote_xfer_partial): Handle TARGET_OBJECT_LIBRARIES.
2954 (init_remote_async_ops): Fix typo.
2955 (_initialize_remote): Register "set remote library-info-packet".
2956 * solib-som.c (som_current_sos): Set addr_low and addr_high.
2957 * solib-target.c: New file.
2958 * solib.c (solib_map_sections): Use addr_low and addr_high instead
2959 of textsection.
2960 (info_sharedlibrary_command): Likewise.
2961 (solib_add_library, solib_remove_library): New.
2962 * solist.h (struct so_list): Replace textsection with addr_low and
2963 addr_high.
2964 * target.h (enum target_object): Add TARGET_OBJECT_LIBRARIES.
2965 * NEWS: Describe new qXfer:libraries:read and shared library
2966 event support.
2967 * features/library-list.dtd: New.
2968
2969 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
2970
2971 * infrun.c (inferior_ignoring_startup_exec_events): Delete.
2972 (start_remote): Use STOP_QUIETLY_REMOTE.
2973 (handle_inferior_event): Do not condition TARGET_WAITKIND_LOADED
2974 support on a SOLIB_ADD definition. Update breakpoints_inserted.
2975 Update to match shared library event breakpoint support. Only
2976 resume if appropriate. Handle STOP_QUIETLY_REMOTE.
2977 (normal_stop): Handle TARGET_WAITKIND_LOADED.
2978 * fork-child.c (startup_inferior): Do not set
2979 inferior_ignoring_startup_exec_events
2980 * inferior.h (inferior_ignoring_startup_exec_events): Delete
2981 declaration.
2982 (enum stop_kind): Improve documentation. Add STOP_QUIETLY_REMOTE.
2983
2984 2007-07-02 Markus Deuling <deuling@de.ibm.com>
2985
2986 * breakpoint.c (insert_bp_location): Remove dead code
2987 (DISABLE_UNSETTABLE_BREAK).
2988 (disable_breakpoints_in_shlibs)
2989 (disable_breakpoints_in_unloaded_shlib): Likewise (comment).
2990
2991 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
2992
2993 * breakpoint.c (reattach_breakpoints): Do not use remove_breakpoint.
2994 Call insert_bp_location.
2995
2996 2007-07-01 H.J. Lu <hongjiu.lu@intel.com>
2997
2998 * core-regset.c (fetch_core_registers): Work around gcc 3.4
2999 alias warning bug.
3000
3001 2007-07-01 Daniel Jacobowitz <dan@codesourcery.com>
3002
3003 * minsyms.c (lookup_minimal_symbol_by_pc_section): Search fewer
3004 objfiles.
3005
3006 2007-07-01 Daniel Jacobowitz <dan@codesourcery.com>
3007
3008 * top.c (gdb_readline_wrapper_line): Call rl_callback_handler_remove.
3009 (struct gdb_readline_wrapper_cleanup): Remove prompt_orig.
3010 (gdb_readline_wrapper_cleanup): Do not reset the prompt.
3011 (gdb_readline_wrapper): Do not save the prompt. Pass our prompt
3012 to display_gdb_prompt.
3013
3014 2007-07-01 Daniel Jacobowitz <dan@codesourcery.com>
3015
3016 PR symtab/2161
3017 * target.c (memory_xfer_partial): Do not continue past targets with
3018 all memory.
3019
3020 2007-06-30 Andreas Schwab <schwab@suse.de>
3021
3022 * m68k-tdep.c (m68k_ps_type): New.
3023 (m68k_init_types): New.
3024 (m68k_register_type): Use m68k_ps_type for PS register.
3025 (_initialize_m68k_tdep): Call m68k_init_types.
3026
3027 * m68k-tdep.c (m68k_gdbarch_init): Don't infer coldfire flavour
3028 from the generic m68k arch.
3029
3030 2007-06-28 Michael Snyder <msnyder@access-company.com>
3031
3032 * m2-typeprint.c (m2_print_type): Move pointer ref after null test
3033 (Coverity).
3034
3035 * linux-thread-db.c (thread_db_get_thread_local_address): Add
3036 gdb_assert before using return value of find_thread_pid (Coverity).
3037
3038 * source.c (unset_substitute_path_command): Plug leak (Coverity).
3039
3040 * cli/cli-script.c (build_command_line): Add null pointer guard
3041 (Coverity).
3042
3043 2007-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3044
3045 * linux-thread-db.c (thread_db_attach): Delete.
3046 (thread_db_detach): Typo fix. Call target_mourn_inferior
3047 instead of fixing up proc_handle.
3048 (have_threads_callback, have_threads): New functions.
3049 (thread_db_wait): Remove dead proc_handle.pid check. Only
3050 translate PTIDs if we have registered threads. Check for new
3051 threads if we have none.
3052 (thread_db_create_inferior, thread_db_post_startup_inferior): Delete.
3053 (find_new_threads_callback): Only enable event reporting if TID == 0.
3054 (same_ptid_callback): New.
3055 (thread_db_get_thread_local_address): Check for new threads.
3056 (init_thread_db_ops): Don't set to_attach, to_create_inferior,
3057 or to_post_startup_inferior.
3058
3059 2007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
3060
3061 * infrun.c (adjust_pc_after_break): Do not assume software single-step
3062 is always active if SOFTWARE_SINGLE_STEP_P is true.
3063 (resume): Use gdbarch_software_single_step[_p] instead of
3064 SOFTWARE_SINGLE_STEP[_P].
3065 (handle_inferior_event): Do not check for SOFTWARE_SINGLE_STEP_P.
3066
3067 * gdbarch.sh (software_single_step): Remove target macro.
3068 * gdbarch.h, gdbarch.c: Regenerate.
3069
3070 2007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
3071
3072 * gdbarch.sh (gdbarch_swap_ftype, deprecated_register_gdbarch_swap,
3073 DEPRECATED_REGISTER_GDBARCH_SWAP): Remove.
3074 (struct gdbarch_swap, struct gdbarch_swap_registration,
3075 struct gdbarch_swap_registry, gdbarch_swap_registry,
3076 current_gdbarch_swap_init_hack, current_gdbarch_swap_out_hack,
3077 current_gdbarch_swap_in_hack): Remove.
3078 (find_arch_by_info): Do not call current_gdbarch_swap_init_hack.
3079 (gdbarch_find_by_info): Do not call current_gdbarch_swap_in_hack
3080 and current_gdbarch_swap_out_hack, update current_gdbarch directly.
3081 (deprecated_current_gdbarch_select_hack): Likewise.
3082 * gdbarch.h, gdbarch.c: Regenerate.
3083
3084 2007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
3085
3086 * infrun.c (clear_proceed_status): Clean up stop_registers.
3087 (normal_stop): Allocate regcache for stop_registers.
3088 (struct inferior_status): Remove stop_registers member.
3089 (save_inferior_status): Do not save stop_registers.
3090 (restore_inferior_status): Do not restore stop_registers.
3091 (discard_inferior_status): Do not discard stop_registers.
3092 (build_infrun): Remove.
3093 (_initialize_infrun): Do not swap stop_registers.
3094
3095 2007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
3096
3097 * remote.c (remote_address_masked): If remote_address_size is zero,
3098 default to target address size.
3099 (build_remote_gdbarch_data): Remove.
3100 (_initialize_remote): Do not swap remote_address_size.
3101
3102 2007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
3103
3104 * gdbtypes.h (builtin_type_true_char, builtin_type_void,
3105 builtin_type_char, builtin_type_short, builtin_type_int,
3106 builtin_type_long, builtin_type_signed_char,
3107 builtin_type_unsigned_char, builtin_type_unsigned_short,
3108 builtin_type_unsigned_int, builtin_type_unsigned_long,
3109 builtin_type_float, builtin_type_double, builtin_type_long_double,
3110 builtin_type_complex, builtin_type_double_complex, builtin_type_string,
3111 builtin_type_bool, builtin_type_long_long,
3112 builtin_type_unsigned_long_long, builtin_type_void_data_ptr,
3113 builtin_type_void_func_ptr, builtin_type_CORE_ADDR): Replace global
3114 variable declaration with compatibility macro.
3115 * gdbtypes.c (builtin_type_true_char, builtin_type_void,
3116 builtin_type_char, builtin_type_short, builtin_type_int,
3117 builtin_type_long, builtin_type_signed_char,
3118 builtin_type_unsigned_char, builtin_type_unsigned_short,
3119 builtin_type_unsigned_int, builtin_type_unsigned_long,
3120 builtin_type_float, builtin_type_double, builtin_type_long_double,
3121 builtin_type_complex, builtin_type_double_complex, builtin_type_string,
3122 builtin_type_bool, builtin_type_long_long,
3123 builtin_type_unsigned_long_long, builtin_type_void_data_ptr,
3124 builtin_type_void_func_ptr, builtin_type_CORE_ADDR): Remove.
3125 (build_gdbtypes): Remove.
3126 (_initialize_gdbtypes): Do not call build_gdbtypes, move installing
3127 opaque-type-resolution command here. Do not call
3128 deprecated_register_gdbarch_swap.
3129
3130 2007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
3131
3132 * gdbtypes.h (struct builtin_type): New members nodebug_text_symbol,
3133 nodebug_data_symbol, nodebug_unknown_symbol, and nodebug_tls_symbol.
3134 * gdbtypes.c (gdbtypes_post_init): Initialize nodebug_ default types.
3135
3136 * parse.c (msym_text_symbol_type, msym_data_symbol_type): Remove.
3137 (msym_unknown_symbol_type, msym_tls_symbol_type): Remove.
3138 (write_exp_msymbol): Use builtin nodebug_ types instead of them.
3139 (build_parse): Remove.
3140 (_initialize_parse): Do not call build_parse. Do not register
3141 msym_ types for gdbarch-swapping.
3142
3143 * dwarf2read.c (new_symbol): Use default nodebug_data_symbol type
3144 instead of creating private type.
3145
3146 * xcoffread.c (func_symbol_type, var_symbol_type): Remove.
3147 (_initialize_xcoffread): Do not initialized them.
3148 (process_xcoff_symbol): Use builtin nodebug_ types instead of them.
3149
3150 * mdebugread.c (nodebug_func_symbol_type): Remove.
3151 (nodebug_var_symbol_type): Remove.
3152 (_initialize_mdebugread): Do not initialize them.
3153 (parse_symbol): Use builtin nodebug_ type instead of them.
3154 (parse_procedure): Likewise.
3155
3156 2007-06-21 Chris Dearman <chris@mips.com>
3157
3158 * printcmd.c (do_one_display): If display/i, start with an initial
3159 line feed to avoid bad layout if there is a branch delay slot.
3160
3161 2007-06-21 Nigel Stephens <nigel@mips.com>
3162 Maciej W. Rozycki <macro@mips.com>
3163
3164 * disasm.c (gdb_print_insn): Return the number of branch delay
3165 slot instructions too.
3166 * disasm.h (gdb_print_insn): Update prototype.
3167 * printcmd.c (branch_delay_insns): New variable to record the
3168 number of delay slot instructions after disassembling a branch.
3169 (print_formatted): Record the number of branch delay slot
3170 instructions.
3171 (do_examine): When disassembling, if the last instruction
3172 disassembled has any branch delay slots, then bump the count so
3173 that they get disassembled too.
3174 * tui/tui-disasm.c (tui_disassemble): Update the call to
3175 gdb_print_insn().
3176 * NEWS: Document the new behaviour.
3177
3178 2007-06-21 Andreas Schwab <schwab@suse.de>
3179
3180 * regcache.c (write_pc_pid): Restore missing else.
3181
3182 2007-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3183
3184 * regcache.c (regcache_print): Use get_current_regcache ()
3185 instead of current_regcache.
3186
3187 2007-06-20 H.J. Lu <hongjiu.lu@intel.com>
3188
3189 PR 4606
3190 * gcore.c (gcore_command): Use bfd_make_section_anyway_with_flags
3191 instead of bfd_make_section_anyway.
3192 (gcore_create_callback): Likewise. Also set SEC_NEVER_LOAD
3193 when clearing SEC_LOAD.
3194
3195 2007-06-19 Joseph Myers <joseph@codesourcery.com>
3196
3197 * arm-tdep.c (arm_push_dummy_call): Correct padding of partial
3198 registers for big-endian.
3199
3200 2007-06-19 Markus Deuling <deuling@de.ibm.com>
3201
3202 * gdbarch.sh (TARGET_PRINT_INSN): Replace by gdbarch_print_insn.
3203 * disasm.c (dump_insns, gdb_print_insn): Likewise.
3204 * gdbarch.c, gdbarch.h: Regenerate.
3205
3206 2007-06-19 Markus Deuling <deuling@de.ibm.com>
3207
3208 * gdbarch.sh (BELIEVE_PCC_PROMOTION): Replace by
3209 gdbarch_believe_pcc_promotion.
3210 * stabsread.c (define_symbol): Likewise.
3211 Remove unnecessary definition.
3212 * coffread.c (process_coff_symbol): Remove unnecessary code.
3213 * gdbarch.c, gdbarch.h: Regenerate.
3214
3215 2007-06-19 Daniel Jacobowitz <dan@codesourcery.com>
3216
3217 * configure.ac: Do not use ${objdir}.
3218 * configure: Regenerated.
3219
3220 2007-06-18 Ulrich Weigand <uweigand@de.ibm.com>
3221
3222 * gdbarch.sh (deprecated_register_size): Remove.
3223 * gdbarch.h, gdbarch.c: Regenerate.
3224
3225 * arm-tdep.c (arm_push_dummy_call): Replace DEPRECATED_REGISTER_SIZE
3226 by INT_REGISTER_SIZE.
3227 (thumb_get_next_pc, arm_return_in_memory): Likewise.
3228 (arm_gdbarch_init): Do not call set_gdbarch_deprecated_register_size.
3229 * ia64-tdep.c (ia64_gdbarch_init): Do not call
3230 set_gdbarch_deprecated_register_size.
3231
3232 2007-06-18 Markus Deuling <deuling@de.ibm.com>
3233
3234 * gdbarch.sh (DEPRECATED_FP_REGNUM): Replace by
3235 gdbarch_deprecated_fp_regnum.
3236 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
3237 * remote-mips.c (mips_wait, mips_fetch_registers): Likewise.
3238 * arch-utils.c (legacy_virtual_frame_pointer): Likewise.
3239 * arch-utils.h (gdbarch_virtual_frame_pointer_ftype): Likewise
3240 (comment).
3241 * gdbarch.c, gdbarch.h: Regenerate.
3242
3243 2007-06-18 Markus Deuling <deuling@de.ibm.com>
3244
3245 * gdbarch.sh (EXTRACT_RETURN_VALUE): Replace with
3246 gdbarch_extract_return_value.
3247 * value.c (generic_use_struct_convention): Likewise (comment).
3248 * ia64-tdep.c (ia64_use_struct_convention): Likewise (comment).
3249 * arch-utils.c (legacy_return_value): Likewise.
3250 * arch-utils.h (legacy_return_value): Likewise (comment).
3251 * gdbarch.sh (STORE_RETURN_VALUE): Replace by
3252 gdbarch_store_return_value.
3253 * stack.c (return_command): Likewise (comment).
3254 * arch-utils.h (legacy_return_value): Likewise (comment).
3255 * arch-utils.c (legacy_return_value): Likewise.
3256 * gdbarch.c, gdbarch.h: Regenerate.
3257
3258 2007-06-18 Markus Deuling <deuling@de.ibm.com>
3259
3260 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Replace by
3261 gdbarch_deprecated_use_struct_convention.
3262 * arch-utils.c (legacy_return_value): Likewise.
3263 * gdbarch.c, gdbarch.h: Regenerate.
3264
3265 2007-06-18 Markus Deuling <deuling@de.ibm.com>
3266
3267 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Replace by
3268 gdbarch_deprecated_function_start_offset.
3269 * symtab.c (find_function_start_sal)skip_prologue_using_sal): Likewise.
3270 * linespec.c (minsym_found): Likewise.
3271 * infrun.c (handle_inferior_event): Likewise.
3272 * infcall.c (find_function_addr): Likewise.
3273 * cli/cli-cmds.c (disassemble_command): Likewise.
3274 * gdbarch.c, gdbarch.h: Regenerate.
3275
3276 2007-06-18 Markus Deuling <deuling@de.ibm.com>
3277
3278 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Replace by
3279 gdbarch_deprecated_reg_struct_has_addr.
3280 * infcall.c (call_function_by_hand): Likewise.
3281 (DEPRECATED_REG_STRUCT_HAS_ADDR_P): Replace by
3282 * gdbarch_deprecated_reg_struct_has_addr_p.
3283 * infcall.c (call_function_by_hand): Likewise.
3284 * gdbarch.c, gdbarch.h: Regenerate.
3285
3286 2007-06-18 Markus Deuling <deuling@de.ibm.com>
3287
3288 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
3289 * sh-tdep.c (sh_extract_struct_value_address): Remove.
3290 (sh_gdbarch_init): Remove
3291 set_gdbarch_deprecated_extract_struct_value_address.
3292 * sh64-tdep.c (sh64_extract_struct_value_address): Remove.
3293 (sh64_gdbarch_init): Remove
3294 set_gdbarch_deprecated_extract_struct_value_address.
3295 * ia64-tdep.c (ia64_extract_struct_value_address): Remove.
3296 (ia64_gdbarch_init): Remove
3297 set_gdbarch_deprecated_extract_struct_value_address.
3298 * frv-tdep.c (frv_extract_struct_value_address): Remove.
3299 (frv_gdbarch_init): Remove
3300 set_gdbarch_deprecated_extract_struct_value_address.
3301 * gdbarch.c, gdbarch.h: Regenerate.
3302
3303 2007-06-18 Markus Deuling <deuling@de.ibm.com>
3304
3305 * gdbarch.sh (SP_REGNUM): Replace by gdbarch_sp_regnum.
3306 * v850-tdep.c (v850_unwind_sp): Likewise.
3307 * std-regs.c (value_of_builtin_frame_sp_reg): Likewise.
3308 * stack.c (frame_info): Likewise.
3309 * stabsread.c (define_symbol): Likewise.
3310 * sh-tdep.c (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu)
3311 (sh_dwarf2_frame_init_reg, sh_frame_cache, sh_frame_prev_register)
3312 (sh_unwind_sp): Likewise.
3313 * sh64-tdep.c (sh64_push_dummy_call, sh64_frame_cache)
3314 (sh64_frame_prev_register, sh64_unwind_sp): Likewise.
3315 * rs6000-tdep.c (rs6000_push_dummy_call, rs6000_unwind_dummy_id)
3316 (rs6000_frame_cache): Likewise.
3317 * rs6000-nat.c (store_register): Likewise.
3318 * remote-mips.c (mips_wait): Likewise.
3319 * procfs.c (procfs_fetch_registers, procfs_store_registers): Likewise.
3320 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
3321 (ppc64_sysv_abi_push_dummy_call): Likewise.
3322 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
3323 * ppcobsd-nat.c (ppcobsd_supply_pcb): Likewise.
3324 * ppcnbsd-tdep.c (ppcnbsd_sigtramp_cache_init): Likewise.
3325 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache): Likewise.
3326 * m32r-rom.c (m32r_supply_register): Likewise.
3327 * frame.c (frame_sp_unwind): Likewise.
3328 * mips-tdep.c (mips_insn16_frame_cache)
3329 (mips_insn32_frame_cache): Likewise (comment).
3330 * m68klinux-nat.c (supply_gregset): Likewise.
3331 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
3332 * ia64-tdep.c (ia64_frame_prev_register): Likewise.
3333 * i386-tdep.c (i386_get_longjmp_target): Likewise.
3334 * dwarf2-frame.c (dwarf2_frame_default_init_reg): Likewise.
3335 * cris-tdep.c (cris_regnums, cris_sigcontext_addr)
3336 (cris_sigtramp_frame_unwind_cache, cris_push_dummy_call)
3337 (cris_scan_prologue, crisv32_scan_prologue, cris_unwind_sp)
3338 (cris_register_type, crisv32_register_type)
3339 (cris_dwarf2_frame_init_reg): Likewise.
3340 * arch-utils.c (legacy_virtual_frame_pointer): Likewise.
3341 * amd64-tdep.c (amd64_frame_prev_register): Likewise.
3342 * amd64-linux-tdep.c (amd64_linux_sigcontext_addr): Likewise.
3343 * libunwind-frame.c (libunwind_frame_cache): Likewise.
3344
3345 * gdbarch.sh (PC_REGNUM): Replace by gdbarch_pc_regnum.
3346 * regcache.c (read_pc_pid, generic_target_write_pc): Likewise.
3347 * xtensa-tdep.c (xtensa_register_type, xtensa_supply_gregset)
3348 (xtensa_unwind_pc, xtensa_frame_cache, xtensa_frame_prev_register)
3349 (xtensa_extract_return_value, xtensa_store_return_value): Likewise.
3350 * v850-tdep.c (v850_unwind_pc): Likewise.
3351 * stack.c (frame_info): Likewise.
3352 * sh-tdep.c (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs)
3353 (sh2a_show_regs, sh2a_nofpu_show_regs, sh3e_show_regs)
3354 (sh3_dsp_show_regs, sh4_show_regs, sh4_nofpu_show_regs)
3355 (sh_dwarf2_frame_init_reg, sh_frame_prev_register, sh_unwind_pc)
3356 (sh_dsp_show_regs): Likewise.
3357 * shnbsd-tdep.c (shnbsd_supply_gregset)
3358 (shnbsd_collect_gregset): Likewise.
3359 * shnbsd-nat.c (GETREGS_SUPPLIES): Likewise.
3360 * sh64-tdep.c (sh64_compact_reg_base_num, sh64_show_media_regs)
3361 (sh64_frame_prev_register, sh64_unwind_pc): Likewise.
3362 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
3363 (6000_register_reggroup_p, rs6000_unwind_pc)
3364 (rs6000_frame_cache): Likewise.
3365 * rs6000-nat.c (regmap, rs6000_fetch_inferior_registers)
3366 (rs6000_store_inferior_registers): Likewise.
3367 * remote-mips.c (mips_wait, mips_load): Likewise.
3368 * procfs.c (procfs_fetch_registers, procfs_store_registers): Likewise.
3369 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
3370 * ppcobsd-nat.c (ppcobsd_supply_pcb): Likewise.
3371 * ppcnbsd-tdep.c (ppcnbsd_sigtramp_cache_init): Likewise.
3372 * ppcnbsd-nat.c (getregs_supplies, ppcnbsd_supply_pcb): Likewise.
3373 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache): Likewise.
3374 * ppc-linux-nat.c (ppc_register_u_addr, fetch_ppc_registers)
3375 (store_ppc_registers, fill_gregset): Likewise.
3376 * mips-tdep.c (mips_stub_frame_cache, mips_gdbarch_init): Likewise.
3377 * mipsnbsd-tdep.c (mipsnbsd_supply_reg, mipsnbsd_fill_reg): Likewise.
3378 * mipsnbsd-nat.c (getregs_supplies): Likewise.
3379 * m68k-tdep.c (m68k_register_type, m68k_unwind_pc): Likewise.
3380 * m68klinux-nat.c (supply_gregset): Likewise.
3381 * irix5-nat.c (fill_gregset): Likewise.
3382 * i386-tdep.c (i386_unwind_pc): Likewise.
3383 * i386-linux-nat.c (i386_linux_resume): Likewise.
3384 * frame.c (get_prev_frame_1): Likewise.
3385 * dwarf2-frame.c (dwarf2_frame_default_init_reg): Likewise.
3386 * dbug-rom.c (dbug_supply_register): Likewise.
3387 * cris-tdep.c (cris_sigtramp_frame_unwind_cache, cris_scan_prologue)
3388 (crisv32_scan_prologue, cris_unwind_pc, cris_register_size)
3389 (cris_register_type, crisv32_register_type, crisv32_register_name)
3390 (cris_dwarf2_frame_init_reg, find_step_target)
3391 (cris_software_single_step, cris_supply_gregset)
3392 (cris_regnums): Likewise.
3393 * alpha-linux-nat.c (alpha_linux_register_u_offset): Likewise.
3394 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3395 (fill_sprs64, fill_sprs32, store_regs_user_thread): Likewise.
3396 * std-regs.c (value_of_builtin_frame_pc_reg): Likewise.
3397 * mips-linux-tdep.c (mips_linux_write_pc): Likewise.
3398
3399 * gdbarch.sh (PS_REGNUM): Replace by gdbarch_ps_regnum.
3400 * dbug-rom.c (dbug_supply_register): Likewise.
3401 * xtensa-tdep.c (xtensa_supply_gregset, xtensa_frame_cache)
3402 (xtensa_frame_prev_register, xtensa_push_dummy_call): Likewise.
3403 * win32-nat.c (win32_resume): Likewise.
3404 * std-regs.c (value_of_builtin_frame_ps_reg): Likewise.
3405 * m68k-tdep.c (m68k_register_type): Likewise.
3406 * m68klinux-nat.c (supply_gregset): Likewise.
3407
3408 * gdbarch.sh (FP0_REGNUM): Replace by gdbarch_fp0_regnum.
3409 * sh-tdep.c (sh_extract_return_value_fpu, sh_store_return_value_fpu)
3410 (sh2e_show_regs, sh2a_show_regs, sh3e_show_regs, sh4_show_regs)
3411 (sh_sh2a_register_type, sh_sh3e_register_type, sh_sh4_register_type)
3412 (fv_reg_base_num, dr_reg_base_num): Likewise.
3413 * sh64-tdep.c (sh64_fv_reg_base_num, sh64_dr_reg_base_num)
3414 (sh64_fpp_reg_base_num, sh64_compact_reg_base_num, sh64_push_dummy_call)
3415 (sh64_extract_return_value, sh64_store_return_value)
3416 (sh64_show_media_regs, sh64_show_compact_regs, sh64_register_type)
3417 (sh64_do_fp_register, sh64_media_print_registers_info): Likewise.
3418 * procfs.c (procfs_fetch_registers, procfs_store_registers)
3419 (invalidate_cache): Likewise.
3420 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache): Likewise.
3421 * mipsnbsd-tdep.c (mipsnbsd_supply_fpreg)
3422 (mipsnbsd_fill_fpreg): Likewise.
3423 * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers)
3424 (mipsnbsd_store_inferior_registers): Likewise.
3425 * mips-linux-tdep.c (mips_supply_fpregset, mips_fill_fpregset)
3426 (mips64_supply_fpregset, mips64_fill_fpregset): Likewise.
3427 * mips-linux-nat.c (mips64_linux_register_addr): Likewise.
3428 * m68k-tdep.c (m68k_register_type, m68k_convert_register_p): Likewise.
3429 * m68klinux-nat.c (getfpregs_supplies, supply_fpregset)
3430 (fill_fpregset): Likewise.
3431 * irix5-nat.c (supply_fpregset, fill_fpregset): Likewise.
3432 * i386-tdep.h (struct_return): Likewise (comment).
3433 * i386-nto-tdep.c (i386nto_register_area): Likewise.
3434 * go32-nat.c (fetch_register, go32_fetch_registers, store_register)
3435 (go32_store_registers): Likewise.
3436 * alpha-tdep.c (alpha_next_pc): Likewise.
3437 * alpha-linux-nat.c (alpha_linux_register_u_offset): Likewise.
3438 * alphabsd-nat.c (alphabsd_fetch_inferior_registers)
3439 (alphabsd_store_inferior_registers): Likewise.
3440 * core-regset.c (fetch_core_registers): Likewise.
3441 * i386v4-nat.c (supply_fpregset, fill_fpregset): Likewise.
3442
3443 * gdbarch.c, gdbarch.h: Regenerate.
3444
3445 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3446
3447 * coffread.c (coff_sym_fns): Add default_symfile_segments.
3448 * dbxread.c (start_psymtab): Check HAVE_ELF.
3449 (aout_sym_fns): Likewise.
3450 * elfread.c (elf_symfile_segments): New.
3451 (elf_sym_fns): Add elf_symfile_segments.
3452 * mipsread.c (ecoff_sym_fns): Add default_symfile_segments.
3453 * remote.c (get_offsets): Use symfile_map_offsets_to_segments.
3454 Skip if there is no symfile_objfile. Handle TextSeg and DataSeg.
3455 * somread.c (som_sym_fns): Use default_symfile_segments.
3456 * symfile.c (find_sym_fns): Take a BFD and return the sym_fns.
3457 (init_objfile_sect_indices): Call symfile_find_segment_sections.
3458 (default_symfile_segments): New function.
3459 (syms_from_objfile): Update call to find_sym_fns.
3460 (symfile_get_segment_data, free_symfile_segment_data): New.
3461 (symfile_map_offsets_to_segments): New.
3462 (symfile_find_segment_sections): New.
3463 * symfile.h (struct symfile_segment_data): New.
3464 (struct sym_fns): Add sym_segments.
3465 (default_symfile_segments, symfile_get_segment_data)
3466 (free_symfile_segment_data): New prototypes.
3467 (symfile_map_offsets_to_segments): Likewise.
3468 * xcoffread.c (xcoff_sym_fns): Add default_symfile_segments.
3469 * Makefile.in (COMMON_OBS): Remove elfread.o.
3470 (elf_internal_h): New.
3471 (elfread.o): Update.
3472 * configure.ac: Add elfread.o to COMMON_OBS if bfd/elf.o was
3473 compiled.
3474 * config.in, configure: Regenerated.
3475 * NEWS: Mention qOffsets changes.
3476
3477 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
3478
3479 * gdbtypes.h (builtin_type_m2_char, builtin_type_m2_int,
3480 builtin_type_m2_card, builtin_type_m2_real, builtin_type_m2_bool):
3481 Replace global variable declaration with compatibility macro.
3482 (struct builtin_m2_type): New data type.
3483 (builtin_m2_type): Add prototype.
3484 * m2-lang.c (builtin_type_m2_char, builtin_type_m2_int,
3485 builtin_type_m2_card, builtin_type_m2_real, builtin_type_m2_bool):
3486 Remove global variables.
3487 (m2_language_arch_info): Use builtin_m2_type instead of variables.
3488 (build_m2_types): New function.
3489 (m2_type_data): New variable.
3490 (builtin_m2_type): New function.
3491 (_initialize_m2_language): Do not build data types. Register
3492 m2_type_data per-gdbarch data.
3493
3494 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
3495
3496 * gdbtypes.h (builtin_type_f_character, builtin_type_f_logical,
3497 builtin_type_f_logical_s1, builtin_type_f_logical_s2,
3498 builtin_type_f_integer, builtin_type_f_integer_s2, builtin_type_f_real,
3499 builtin_type_f_real_s8, builtin_type_f_real_s16,
3500 builtin_type_f_complex_s8, builtin_type_f_complex_s16,
3501 builtin_type_f_complex_s32, builtin_type_f_void): Replace global
3502 variable declaration with compatibility macro.
3503 (struct builtin_f_type): New data type.
3504 (builtin_f_type): Add prototype.
3505 * f-lang.c (builtin_type_f_character, builtin_type_f_logical,
3506 builtin_type_f_logical_s1, builtin_type_f_logical_s2,
3507 builtin_type_f_integer, builtin_type_f_integer_s2, builtin_type_f_real,
3508 builtin_type_f_real_s8, builtin_type_f_real_s16,
3509 builtin_type_f_complex_s8, builtin_type_f_complex_s16,
3510 builtin_type_f_complex_s32, builtin_type_f_void): Remove variables.
3511 (f_language_arch_info): Use builtin_f_type instead of variables.
3512 (build_fortran_types): Build builtin_f_type structure instead of
3513 setting global type variables.
3514 (f_type_data): New variable.
3515 (builtin_f_type): New function.
3516 (_initialize_f_language): Do not call build_fortran_types. Do not
3517 swap global type variables. Register f_type_data per-gdbarch data.
3518
3519 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
3520
3521 * f-lang.c (_initialize_f_language): Do not initialize or
3522 swap builtin_type_string.
3523
3524 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
3525
3526 * std-regs.c (builtin_type_frame_reg, build_builtin_type_frame_reg,
3527 value_of_builtin_frame_reg): Remove.
3528 (_initialize_frame_reg): Do not swap builtin_type_frame_reg. Remove
3529 inactive call to value_of_builtin_frame_reg.
3530
3531 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
3532
3533 * gdbarch.sh (bfd_vma_bit): Remove.
3534 * gdbarch.c, gdbarch.h: Regenerate.
3535
3536 * gdbtypes.h (builtin_bfd_vma_type): Remove.
3537 * gdbtypes.h (builtin_bfd_vma_type): Remove.
3538 (build_gdbtypes): Do not initialize it.
3539 (_initialize_gdbtypes): Do not swap it.
3540
3541 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
3542
3543 * gdbtypes.c (builtin_type_v2_double, builtin_type_v4_float,
3544 builtin_type_v2_int64, builtin_type_v4_int32, builtin_type_v8_int16,
3545 builtin_type_v16_int8, builtin_type_v2_float, builtin_type_v2_int32,
3546 builtin_type_v4_int16, builtin_type_v8_int8, builtin_type_v4sf,
3547 builtin_type_v4si, builtin_type_v16qi, builtin_type_v8qi,
3548 builtin_type_v8hi, builtin_type_v4hi, builtin_type_v2si,
3549 builtin_type_vec64, builtin_type_vec128): Remove.
3550 (init_simd_type): Remove.
3551 (init_vector_type): Make global.
3552 (build_builtin_type_vec64, build_builtin_type_vec128): Remove.
3553 (build_gdbtypes): Do not build vector types.
3554 (_initialize_gdbtypes): Do not swap vector types.
3555 * gdbtypes.h (builtin_type_v2_double, builtin_type_v4_float,
3556 builtin_type_v2_int64, builtin_type_v4_int32, builtin_type_v8_int16,
3557 builtin_type_v16_int8, builtin_type_v2_float, builtin_type_v2_int32,
3558 builtin_type_v4_int16, builtin_type_v8_int8, builtin_type_v4sf,
3559 builtin_type_v4si, builtin_type_v16qi, builtin_type_v8qi,
3560 builtin_type_v8hi, builtin_type_v4hi, builtin_type_v2si,
3561 builtin_type_vec64, builtin_type_vec128): Remove declarations.
3562 (init_vector_type): Add prototype.
3563
3564 * i386-tdep.h (struct gdbarch_tdep): Add i386_mmx_type and
3565 i386_sse_type members.
3566 (i386_mmx_type, i386_sse_type): Change from variables to functions.
3567 * i386-tdep.c (i386_mmx_type, i386_sse_type): Remove variables.
3568 (i386_init_types): Do not build vector types.
3569 (i386_mmx_type, i386_sse_type): New functions.
3570 (i386_register_type): Call them instead of using global variables.
3571 (i386_gdbarch_init): Use XCALLOC to allocate tdep structure.
3572 * amd64-tdep.c (amd64_register_type): Call i386_sse_type instead
3573 of using global variable.
3574
3575 * rs6000-tdep.h (struct gdbarch_tdep): Add ppc_builtin_type_vec64
3576 and ppc_builtin_type_vec128 members.
3577 * rs6000-tdep.c (rs6000_builtin_type_vec64): New function.
3578 (rs6000_builtin_type_vec128): Likewise.
3579 (rs6000_register_type): Call them instead of using builtin_type_vec64
3580 and builtin_type_vec128.
3581 (rs6000_gdbarch_init): Use XCALLOC to allocate tdep structure.
3582
3583 * spu-tdep.c (struct gdbarch_tdep): New data type.
3584 (spu_builtin_type_vec128): Remove variable.
3585 (spu_builtin_type_vec128): New function.
3586 (spu_register_type): Call it instead of using global variable.
3587 (spu_gdbarch_init): Allocate tdep structure.
3588 (spu_init_vector_type): Remove function.
3589 (_initialize_spu_tdep): Do not call it.
3590
3591 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
3592
3593 * amd64-tdep.c (struct amd64_register_info): Remove.
3594 (amd64_register_info): Remove.
3595 (amd64_register_names): New static variable.
3596 (AMD64_NUM_REGS): Use amd64_register_names instead of
3597 amd64_register_info.
3598 (amd64_register_name): Likewise.
3599 (amd64_register_type): Do not refer to amd64_register_info.
3600
3601 * s390-tdep.c (struct s390_register_info): Remove.
3602 (s390_register_info): Remove.
3603 (s390_register_name): Do not refer to s390_register_info.
3604 (s390_register_type): Likewise.
3605
3606 * sparc64-tdep.c (struct sparc64_register_info): Remove.
3607 (sparc64_register_info, sparc64_pseudo_register_info): Remove.
3608 (sparc64_register_names, sparc64_pseudo_register_names): New.
3609 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use
3610 sparc64_register_names and sparc64_pseudo_register_names instead of
3611 sparc64_register_info and sparc64_pseudo_register_info.
3612 (sparc64_register_name): Likewise.
3613 (sparc64_register_type): Do not refer to sparc64_register_info
3614 and sparc64_pseudo_register_info.
3615
3616 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
3617
3618 * c-lang.c (cplus_builtin_types): Remove.
3619 (enum cplus_primitive_types): New data type.
3620 (cplus_language_arch_info): New function.
3621 (cplus_language_defn): Set la_language_arch_info member. Do not set
3622 la_builtin_type_vector and string_char_type members.
3623
3624 * f-lang.c (f_builtin_types): Remove.
3625 (enum f_primitive_types): New data type.
3626 (f_language_arch_info): New function.
3627 (f_language_de): Set la_language_arch_info member. Do not set
3628 la_builtin_type_vector and string_char_type members.
3629
3630 * m2-lang.c (m2_builtin_types): Remove.
3631 (enum m2_primitive_types): New data type.
3632 (m2_language_arch_info): New function.
3633 (m2_language_defn): Set la_language_arch_info member. Do not set
3634 la_builtin_type_vector and string_char_type members.
3635
3636 * objc-lang.c (objc_builtin_types): Remove.
3637 (objc_language): Set la_language_arch_info member. Do not set
3638 la_builtin_type_vector and string_char_type members.
3639
3640 * p-lang.c (pascal_builtin_types): Remove.
3641 (enum pascal_primitive_types): New data type.
3642 (pascal_language_arch_info): New function.
3643 (pascal_language_defn): Set la_language_arch_info member. Do not set
3644 la_builtin_type_vector and string_char_type members.
3645
3646 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
3647
3648 * regcache.c (struct regcache): Add ptid_t member.
3649 (regcache_xmalloc): Initialize it.
3650 (regcache_cpy_no_passthrough): Do not refer to current_regcache.
3651 (regcache_dup): Likewise.
3652 (regcache_dup_no_passthrough): Likewise.
3653 (current_regcache): Make static.
3654 (registers_ptid): Remove variable.
3655 (get_thread_regcache): New function.
3656 (get_current_regcache): New function.
3657 (registers_changed): Implement by freeing current regcache.
3658 (regcache_raw_read): Do not refer to current_regcache. Set
3659 inferior_ptid to regcache->ptid while calling target routines.
3660 (regcache_raw_write): Likewise.
3661 (regcache_raw_supply): Do not refer to current_regcache.
3662 (read_pc_pid): Use thread regcache. Do not modify inferior_ptid.
3663 (write_pc_pid): Likewise.
3664 (build_regcache): Remove.
3665 (_initialize_regcache): Do not call DEPRECATED_REGISTER_GDBARCH_SWAP
3666 or deprecated_register_gdbarch_swap. Do not initialize
3667 registers_ptid.
3668 * regcache.h (get_current_regcache): Add prototype.
3669 (get_thread_regcache): Likewise.
3670 (current_regcache): Remove declaration.
3671
3672 * corelow.c (core_open): Replace current_regcache by
3673 get_current_regcache ().
3674 * frame.c (frame_pop): Likewise.
3675 (put_frame_register): Likewise.
3676 (get_current_frame, create_new_frame): Likewise.
3677 * mi/mi-main.c (mi_cmd_data_write_register_values): Likewise.
3678 * stack.c (return_command): Likewise.
3679 * infcall.c (call_function_by_hand): Likewise.
3680 * infrun.c (resume): Likewise.
3681 (save_inferior_status, restore_inferior_status): Likewise.
3682 * linux-fork.c (fork_load_infrun_state): Likewise.
3683 (fork_save_infrun_state): Likewise.
3684 * win32-nat.c (win32_resume): Likewise.
3685 * i386fbsd-nat.c (i386fbsd_resume): Likewise.
3686 * monitor.c (monitor_wait): Likewise.
3687 * remote.c (remote_wait): Likewise.
3688 * remote-mips.c (mips_wait): Likewise.
3689
3690 * bsd-kvm.c (bsd_kvm_open): Likewise
3691 (bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): Likewise.
3692 * fbsd-nat.c (fbsd_make_corefile_notes): Likewise.
3693 * i386-linux-nat.c (i386_linux_resume): Likewise.
3694 * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
3695 (ia64_linux_stopped_data_address): Likewise.
3696
3697 * frv-tdep.c (frv_fdpic_loadmap_addresses): Likewise.
3698 * m32c-tdep.c (m32c_virtual_frame_pointer): Likewise.
3699 * mep-tdep.c (current_me_module, current_options): Likewise.
3700 * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Likewise.
3701
3702 * linux-nat.c (linux_nat_do_thread_registers): Use thread
3703 regcache instead of current_regcache. Call target_fetch_registers.
3704 (linux_nat_corefile_thread_callback): Update call site.
3705 (linux_nat_do_registers): Likewise.
3706 * procfs.c (procfs_do_thread_registers): Use thread regcache instead
3707 of current_regcache.
3708 (procfs_make_note_section): Likewise.
3709 * proc-service.c (ps_lgetregs, ps_lsetregs): Likewise.
3710 (ps_lgetfpregs, ps_lsetfpregs): Likewise.
3711 * sol-thread.c (ps_lgetregs, ps_lsetregs): Likewise.
3712 (ps_lgetfpregs, ps_lsetfpregs): Likewise.
3713
3714 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
3715
3716 * regcache.c (read_register, read_register_pid): Remove.
3717 (write_register, write_register_pid): Likewise.
3718 * regcache.h (read_register, read_register_pid): Remove prototype.
3719 (write_register, write_register_pid): Likewise.
3720
3721 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
3722
3723 * gdbarch.sh (read_pc): Add REGCACHE argument. Remove PTID argument.
3724 (write_pc): Likewise. Remove default implementation, add predicate.
3725 * gdbarch.c, gdbarch.h: Regenerate.
3726 * regcache.c (read_pc_pid): Use current regcache instead of calling
3727 read_register_pid.
3728 (write_pc_pid): Check gdbarch_write_pc predicate, implement default
3729 case inline.
3730 (generic_target_write_pc): Remove.
3731 * inferior.h (generic_target_write_pc): Remove.
3732 * frv-tdep.c (frv_gdbarch_init): Do not install it.
3733 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3734 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
3735 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
3736 * sh-tdep.c (sh_gdbarch_init): Likewise.
3737 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
3738
3739 * avr-tdep.c (avr_read_pc): Add REGCACHE argument. Remove PTID
3740 argument. Use REGCACHE instead of calling read_register_pid.
3741 * hppa-hpux-tdep.c (hppa_hpux_read_pc): Likewise.
3742 * hppa-tdep.c (hppa_read_pc): Likewise.
3743 * hppa-tdep.h (hppa_read_pc): Likewise.
3744 * ia64-tdep.c (ia64_read_pc): Likewise.
3745 * m32r-tdep.c (m32r_read_pc): Likewise.
3746 * mep-tdep.c (mep_read_pc): Likewise.
3747 * mn10300-tdep.c (mn10300_read_pc): Likewise.
3748 * spu-tdep.c (spu_read_pc): Likewise.
3749
3750 * arm-tdep.c (arm_write_pc): Add REGCACHE argument. Remove PTID
3751 argument. Use REGCACHE instead of calling write_register_pid.
3752 * avr-tdep.c (avr_write_pc): Likewise.
3753 * hppa-hpux-tdep.c (hppa_hpux_write_pc): Likewise.
3754 * hppa-tdep.c (hppa_write_pc): Likewise.
3755 * hppa-tdep.h (hppa_write_pc): Likewise.
3756 * i386-linux-tdep.c (i386_linux_write_pc): Likewise.
3757 * amd64-linux-tdep.c (amd64_linux_write_pc): Likewise.
3758 * ia64-linux-tdep.c (ia64_linux_write_pc): Likewise.
3759 * ia64-tdep.c (ia64_write_pc): Likewise.
3760 * ia64-tdep.h (ia64_write_pc): Likewise.
3761 * m32r-tdep.c (m32r_write_pc): Likewise.
3762 * m88k-tdep.c (m88k_write_pc): Likewise.
3763 * mep-tdep.c (mep_write_pc): Likewise.
3764 * mips-tdep.c (mips_write_pc): Likewise.
3765 * mips-linux-tdep.c (mips_linux_write_pc): Likewise.
3766 * mn10300-tdep.c (mn10300_write_pc): Likewise.
3767 * sparc-tdep.c (sparc_write_pc): Likewise.
3768 * spu-tdep.c (spu_write_pc): Likewise.
3769
3770 * mips-tdep.c (read_signed_register): Remove.
3771 (read_signed_register_pid): Likewise.
3772 (mips_read_pc): Add REGCACHE argument. Remove PTID argument.
3773 Use REGCACHE instead of calling read_signed_register_pid.
3774
3775 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
3776
3777 * gdbarch.sh (push_dummy_code): Add REGCACHE argument.
3778 * gdbarch.c, gdbarch.h: Regenerate.
3779 * infcall.c (generic_push_dummy_code): Add REGCACHE argument.
3780 (push_dummy_code): Likewise. Pass it to callee.
3781 (call_function_by_hand): Pass current regcache to push_dummy_code.
3782
3783 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Add REGCACHE
3784 argument. Use it instead of current_regcache.
3785
3786 * cris-tdep.c (cris_push_dummy_code): Add REGCACHE argument.
3787 * sparc-tdep.c (sparc32_push_dummy_code): Likewise.
3788
3789 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
3790
3791 * gdbarch.sh (get_longjmp_target): Add FRAME argument.
3792 * gdbarch.c, gdbarch.h: Regenerate.
3793 * infrun.c (handle_inferior_event): Pass current frame to
3794 gdbarch_get_longjmp_target.
3795
3796 * alpha-tdep.c (alpha_get_longjmp_target): Add FRAME argument.
3797 Read registers from FRAME instead of using read_register.
3798 Use get_frame_arch instead of current_gdbarch.
3799 * arm-tdep.c (arm_get_longjmp_target): Likewise.
3800 * i386-tdep.c (i386_get_longjmp_target): Likewise.
3801 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
3802 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Likewise.
3803 (mips64_linux_get_longjmp_target): Likewise.
3804 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
3805
3806 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
3807
3808 * gdbarch.sh (skip_trampoline_code): Add FRAME argument.
3809 * gdbarch.c, gdbarch.h: Regenerate.
3810 * arch-utils.c (generic_skip_trampoline_code): Add FRAME argument.
3811 * arch-utils.h (generic_skip_trampoline_code): Likewise.
3812 * infrun.c (handle_inferior_event): Pass current frame to
3813 gdbarch_skip_trampoline_code and skip_language_trampoline.
3814
3815 * language.c (unk_lang_trampoline): Add FRAME argument.
3816 (skip_language_trampoline): Add FRAME argument. Pass it to
3817 skip_trampoline callback.
3818 * language.h: Add forward declaration of struct frame_info.
3819 (struct language_defn): Add FRAME argument to skip_trampoline.
3820 (skip_language_trampoline): Add FRAME argument.
3821 * cp-abi.c (cplus_skip_trampoline): Add FRAME argument. Pass it
3822 to skip_trampoline callback.
3823 * cp-abi.h: Add forward declaration of struct frame_info.
3824 (cplus_skip_trampoline): Add FRAME argument.
3825 (struct cp_abi_ops): Add FRAME argument to skip_trampoline callback.
3826 * gnu-v3-abi.c (gnuv3_skip_trampoline): Add FRAME argument. Pass it
3827 to gdbarch_skip_trampoline_code.
3828 * objc-lang.c (objc_skip_trampoline): Add FRAME argument. Pass it
3829 to gdbarch_skip_trampoline_code.
3830
3831 * minsyms.c (find_solib_trampoline_target): Add FRAME argument.
3832 * symtab.h (find_solib_trampoline_target): Likewise.
3833 * obsd-tdep.c (obsd_skip_solib_resolver): Pass current frame to
3834 find_solib_trampoline_target.
3835
3836 * arm-tdep.c (arm_skip_stub): Add FRAME argument. Read registers
3837 from FRAME instead of calling read_register.
3838
3839 * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code): Add FRAME
3840 argument. Read registers from FRAME instead of using read_register.
3841 * hppa-tdep.c (hppa_skip_trampoline_code): Likewise.
3842 * hppa-tdep.h (hppa_skip_trampoline_code): Add FRAME argument.
3843
3844 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): Add FRAME
3845 argument.
3846
3847 * m32c-tdep.c (m32c_skip_trampoline_code): Add FRAME argument.
3848
3849 * mips-tdep.c (mips_skip_trampoline_code): Add FRAME argument. Read
3850 registers from FRAME instead of using read_signed_register.
3851
3852 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Add FRAME
3853 argument.
3854 (ppc64_standard_linkage_target): Likewise. Read registers from FRAME
3855 instead of using read_register.
3856 (ppc64_skip_trampoline_code): Add FRAME argument. Pass it to
3857 ppc64_standard_linkage_target.
3858 * rs6000-tdep.c (rs6000_skip_trampoline_code): Add FRAME argument.
3859 Pass it to find_solib_trampoline_target. Read registers from FRAME
3860 instead of using read_register.
3861
3862 * xstormy16-tdep.c (xstormy16_skip_trampoline_code): Add FRAME
3863 argument.
3864
3865 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
3866
3867 * gdbarch.sh (software_single_step): Replace REGCACHE argument by
3868 FRAME argument.
3869 * gdbarch.c, gdbarch.h: Regenerate.
3870 * infrun.c (resume): Pass current frame to SOFTWARE_SINGLE_STEP.
3871
3872 * alpha-tdep.c (alpha_next_pc): Add FRAME argument. Retrieve
3873 registers from FRAME instead of using read_register.
3874 (alpha_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
3875 to alpha_next_pc. Use get_frame_pc instead of read_pc.
3876 * alpha-tdep.h (alpha_software_single_step): Replace REGCACHE
3877 argument by FRAME.
3878
3879 * arm-tdep.c (shifted_reg_val): Add FRAME argument. Read registers
3880 from FRAME instead of using read_register.
3881 (thumb_get_next_pc): Likewise.
3882 (arm_get_next_pc): Likewise.
3883 (arm_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
3884 to arm_get_next_pc. Use get_frame_pc instead of read_register.
3885 * arm-tdep.h (arm_software_single_step): Replace REGCACHE
3886 argument by FRAME.
3887
3888 * cris-tdep.c (find_step_target): Add FRAME argument. Read registers
3889 from FRAME instead of using read_register.
3890 (cris_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
3891 to find_step_target.
3892
3893 * mips-tdep.c (mips32_next_pc): Add FRAME argument. Read registers
3894 from FRAME instead of using read_register / read_signed_register.
3895 (extended_mips16_next_pc): Likewise.
3896 (mips16_next_pc): Likewise.
3897 (mips_next_pc): Likewise.
3898 (mips_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
3899 to mips_next_pc. Use get_frame_pc instead of read_pc.
3900 * mips-tdep.h (mips_software_single_step): Replace REGCACHE
3901 argument by FRAME.
3902
3903 * rs6000-tdep.c (branch_dest): Add FRAME argument. Use it instead
3904 of current frame. Read registers from FRAME.
3905 (deal_with_atomic_sequence): Add FRAME argument. Pass it to
3906 branch_dest. Use get_frame_pc instead of read_pc.
3907 (rs6000_software_single_step): Likewise.
3908 (bl_to_blrl_insn_p): Do not call branch_dest.
3909 * rs6000-tdep.h (rs6000_software_single_step): Replace REGCACHE
3910 argument by FRAME.
3911
3912 * sparc64-linux-tdep.c (sparc64_linux_step_trap): Add FRAME argument.
3913 Read registers from FRAME instead of current regcache.
3914 * sparc-linux-tdep.c (sparc32_linux_step_trap): Likewise.
3915 * sparcnbsd-tdep.c (sparcnbsd_step_trap): Likewise.
3916 * sparc-tdep.c (sparc_address_from_register): Remove.
3917 (sparc_analyze_control_transfer): Pass FRAME argument instead of
3918 GDBARCH. Pass FRAME to step_trap callback.
3919 (sparc_step_trap): Add FRAME argument.
3920 (space_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
3921 to sparc_analyze_control_transfer. Read registers from FRAME instead
3922 of calling sparc_address_from_register.
3923 * sparc-tdep.h (struct gdbarch_tdep): Add FRAME argument to
3924 step_trap callback.
3925 (sparc_address_from_register): Remove prototype.
3926 (sparc_software_single_step): Replace REGCACHE argument by FRAME.
3927 (sparcnbsd_step_trap): Add FRAME argument.
3928
3929 * spu-tdep.c (spu_software_single_step): Replace REGCACHE argument
3930 by FRAME. Read registers from FRAME instead of REGCACHE.
3931
3932 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
3933
3934 * arm-tdep.c (arm_print_float_info): Use register value from FRAME
3935 instead of calling read_register.
3936
3937 * avr-tdep.c (avr_push_dummy_call): Write to REGCACHE instead of
3938 calling write_register.
3939
3940 * hppa-tdep.c (hppa32_push_dummy_call): Write to REGCACHE instead of
3941 calling write_register.
3942
3943 * ia64-tdep.c (find_func_descr): Add REGCACHE parameter. Use it
3944 instead of calling read_register.
3945 (ia64_push_dummy_call): Update call to find_func_descr. Use REGCACHE
3946 instead of calling read_register and write_register.
3947
3948 * m32r-tdep.c (m32r_linux_supply_gregset): Use REGCACHE parameter
3949 instead of current_regcache.
3950
3951 * mn10300-tdep.c (mn10300_push_dummy_call): Write to REGCACHE instead
3952 of calling write_register.
3953 * mn10300-linux-tdep.c (am33_supply_fpregset_method): Use REGCACHE
3954 parameter instead of current_regcache.
3955
3956 * mips-tdep.c (mips2_fp_compat): Add FRAME parameter. Use it
3957 instead of calling read_register.
3958 (mips_read_fp_register_double, mips_print_fp_register): Update calls.
3959 (mips_eabi_push_dummy_call): Use REGCACHE instead of write_register.
3960 (mips_n32n64_push_dummy_call): Likewise.
3961 (mips_o32_push_dummy_call): Likewise.
3962 (mips_o64_push_dummy_call): Likewise.
3963
3964 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use REGCACHE
3965 parameter instead of current_regcache.
3966
3967 * xtensa-tdep.c (xtensa_register_write_masked): Add REGCACHE parameter.
3968 Use it instead of read_register and write_register.
3969 (xtensa_register_read_masked): Likewise.
3970 (xtensa_pseudo_register_read): Update call.
3971 (xtensa_pseudo_register_write): Likewise.
3972 (xtensa_frame_cache): Use register values unwound from NEXT_FRAME
3973 instead of calling read_register.
3974 (xtensa_push_dummy_call): Update comment.
3975
3976 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
3977
3978 * mips-tdep.c (mips16_scan_prologue): Replace read_next_frame_reg
3979 by frame_unwind_register_signed calls.
3980 (mips32_scan_prologue): Likewise. Skip analysis of alloca stack
3981 frame allocations when called with NULL NEXT_FRAME parameter.
3982 (read_next_frame_reg): Remove.
3983
3984 * sh-tdep.c (sh_analyze_prologue): Add FPSCR parameter. Use it
3985 instead of reading the FPSCR register.
3986 (sh_frame_cache): Pass unwound FPSCR register value to
3987 sh_analyze_prologue.
3988 (sh_skip_prologue): Pass dummy FPSCR value to sh_analyze_prologue.
3989
3990 * v850-tdep.c (v850_analyze_prologue): Add CTBP parameter. Use it
3991 instead of reading the CTBP register.
3992 (v850_frame_cache): Pass unwound CTBP register value to
3993 v850_analyze_prologue.
3994
3995 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
3996
3997 * sh-tdep.h (sh_show_regs): Add FRAME parameter.
3998 * sh-tdep.c (sh_show_regs): Likewise.
3999 (sh_show_regs_command): Pass current frame to sh_show_regs routine.
4000 (sh_generic_show_regs): Add FRAME parameter. Use register
4001 values from that frame instead of calling read_register.
4002 (sh3_show_regs, sh2e_show_regs, sh2a_show_regs, sh2a_nofpu_show_regs,
4003 sh3e_show_regs, sh3_dsp_show_regs, sh4_show_regs, sh4_nofpu_show_regs,
4004 sh_dsp_show_regs): Likewise.
4005 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs,
4006 sh64_show_regs): Likewise.
4007
4008 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
4009
4010 * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Read from
4011 current regcache instead of calling read_register.
4012
4013 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
4014
4015 * mep-tdep.c (current_me_module): Read from current regcache
4016 instead of calling read_register.
4017 (current_options): Likewise.
4018
4019 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
4020
4021 * cris-tdep.c (cris_stopped_data_address): Read register values
4022 from current frame instead of calling read_register.
4023 * frv-tdep.c (frv_stopped_data_address): Likewise.
4024
4025 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
4026
4027 * solib-sunos.c (sunos_solib_create_inferior_hook): Use write_pc
4028 instead of write_register (PC_REGNUM, ...).
4029
4030 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
4031
4032 * solib-sunos.c (sunos_solib_create_inferior_hook): Add comment
4033 explaining why the PC adjustment code is necessary.
4034
4035 2007-06-15 Vladimir Prus <vladimir@codesourcery.com>
4036
4037 * m68k-tdep.h (enum m68k_flavour): New.
4038 (struct gdbarch_tdep): New fields
4039 float_return, flavour and fpregs_present.
4040 * m68k-tdep.c (m68k_register_type): Use
4041 fpregs_present and conditionalize floating
4042 registers type on flavour.
4043 (m68k_register_names): New.
4044 (m68k_register_name): Use the above.
4045 (m68k_convert_register_p): Consult fpregs_present.
4046 (m68k_register_to_value, m68k_value_to_register):
4047 Use register_type to obtain the type of floating
4048 point registers.
4049 (m68k_svr4_extract_return_value): Check tdep->float_return.
4050 Use register_type to get the type of floating
4051 point regiters.
4052 (m68k_svr4_store_return_value): Likewise.
4053 (m68k_dwarf_reg_to_regnum): Check tdep->fpregs_present.
4054 (m68k_analyze_register_saves): Likewise.
4055 (m68k_gdbarch_init): Extract infromation
4056 from XML description, if present. Guess coldfire by
4057 looking at the file, if present. Conditionalize
4058 setting of long double format. Set decr_pc_after_break
4059 to 2 on coldfire and fido. Enable XML-driven
4060 register description.
4061 * m68kbsd-tdep.c (m68kbsd_fpreg_offset): Use
4062 size of tdep->fpreg_type, as opposed to hardcoded value.
4063 * Makefile.in (m68k-tdep.o): Update dependencies.
4064
4065 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
4066
4067 * NEWS: Mention "info spu" commands and qXfer:spu:read and
4068 qXfer:spu:write remote packet types.
4069
4070 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4071
4072 * xml-tdesc.c (tdesc_start_target): New.
4073 (target_attributes): New.
4074 (tdesc_elements): Use it.
4075 * features/gdb-target.dtd: Add #FIXED version attribute for
4076 <target>.
4077
4078 2007-06-13 Arthur Huillet <arthur.huillet@free.fr>
4079
4080 * mi/mi-cmd-var.c (mi_cmd_var_assign): Fix typo.
4081
4082 2007-06-13 Claudio Fontana <claudio.fontana@gmail.com>
4083
4084 * fork-child.c (fork_inferior): Update comment.
4085
4086 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4087
4088 * features/Makefile: Generate regformats for mips-linux and
4089 mips64-linux.
4090 * features/sort-regs.xsl: Correct typo.
4091 * regformats/reg-mips.dat, regformats/reg-mips64.dat: Delete.
4092 * regformats/mips-linux.dat, regformats/mips64-linux.dat: New generated
4093 files.
4094
4095 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4096
4097 * config/mips/linux.mh (TDEP_XML): New.
4098 * features/mips-linux.xml, features/mips64-linux.xml: New files.
4099 * mips-linux-nat.c (mips_linux_register_addr): Handle
4100 MIPS_RESTART_REGNUM.
4101 (mips64_linux_register_addr): Likewise.
4102 (super_xfer_partial, mips_linux_xfer_partial): New.
4103 (_initialize_mips_linux_nat): Add them to the target_ops.
4104 * mips-linux-tdep.c (mips_supply_gregset): Handle MIPS_RESTART_REGNUM.
4105 (mips_fill_gregset, mips64_supply_gregset, mips64_fill_gregset)
4106 (mips_linux_o32_sigframe_init)
4107 (mips_linux_n32n64_sigframe_init): Likewise.
4108 (mips_linux_write_pc, mips_linux_restart_reg_p): New.
4109 (mips_linux_init_abi): Use mips_linux_write_pc. Check for the
4110 "org.gnu.gdb.mips.linux" feature.
4111 * mips-linux-tdep.h (MIPS_RESTART_REGNUM): New constant.
4112 (mips_linux_restart_reg_p): New prototype.
4113 * mips-tdep.c (mips_gdbarch_init): Pass tdesc_data to the OS/ABI
4114 initialization routine.
4115 * Makefile.in (mips-linux-tdep.o, mips-linux-nat.o): Update.
4116
4117 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4118
4119 * Makefile.in (mips-tdep.o): Update.
4120 * mips-tdep.c (struct register_alias, mips_o32_aliases)
4121 (mips_n32_n64_aliases, mips_register_aliases): New.
4122 (mips_register_name): Call tdesc_register_name.
4123 (mips_tdesc_register_reggroup_p): New.
4124 (mips_pseudo_register_type, value_of_mips_user_reg): New.
4125 (mips_gdbarch_init): Add target-described register support.
4126 Register aliases for register names.
4127 * target-descriptions.c (tdesc_register_name): Make global.
4128 (tdesc_register_in_reggroup_p): New function, broken out from
4129 tdesc_register_reggroup_p.
4130 (tdesc_register_reggroup_p): Use it.
4131 * target-descriptions.h (tdesc_register_name)
4132 (tdesc_register_in_reggroup_p): New prototypes.
4133 * NEWS: Correct formatting. Mention MIPS register support.
4134 * features/mips-cp0.xml, features/mips-fpu.xml,
4135 features/mips64-cp0.xml, gdb/features/mips64-fpu.xml, mips-cpu.xml,
4136 features/mips64-cpu.xml: New files.
4137
4138 2007-06-13 Markus Deuling <deuling@de.ibm.com>
4139
4140 * gdbarch.sh (TARGET_ADDR_BIT): Replace by gdbarch_addr_bit.
4141 * valops.c (value_cast): Likewise.
4142 * utils.c (strlen_paddr, paddr, paddr_nz, paddress): Likewise.
4143 * ui-out.c (ui_out_field_core_addr): Likewise.
4144 * tracepoint.c (tracepoints_info): Likewise.
4145 * symtab.c (print_msymbol_info): Likewise.
4146 * solib-irix.c (irix_current_sos)
4147 (irix_open_symbol_file_object): Likewise.
4148 * remote.c (build_remote_gdbarch_data): Likewise.
4149 * prologue-value.c (make_pv_area): Likewise.
4150 * procfs.c (info_mappings_callback): Likewise.
4151 * printcmd.c (print_scalar_formatted)
4152 (deprecated_print_address_numeric): Likewise.
4153 * memattr.c (mem_info_command): Likewise.
4154 * linux-nat.c (linux_nat_info_proc_cmd): Likewise.
4155 * gdbtypes.c (build_flt, gdbtypes_post_init): Likewise.
4156 * exec.c (print_section_info): Likewise.
4157 * dwarf2read.c (read_subrange_type): Likewise.
4158 * dwarf2loc.c (find_location_expression): Likewise.
4159 * dwarf2expr.c (dwarf2_read_address, unsigned_address_type)
4160 (signed_address_type, execute_stack_op): Likewise.
4161 * breakpoint.c (print_one_breakpoint, breakpoint_1): Likewise.
4162 * gdbarch.c, gdbarch.h: Regenerate.
4163
4164 2007-06-13 Markus Deuling <deuling@de.ibm.com>
4165
4166 * gdbarch.sh (TARGET_ARCHITECTURE): Replace by gdbarch_bfd_arch_info.
4167 * arch-utils.c (show_architecture): Likewise.
4168 * remote-mips.c (mips_open): Likewise
4169 * nto-tdep.c (nto_find_and_open_solib)
4170 (nto_init_solib_absolute_prefix): Likewise.
4171 * nto-procfs (procfs_open): Likewise.
4172 * m68hc11-tdep.c (gdb_print_insn_m68hc11): Likewise.
4173 * gcore.c (default_gcore_mach, default_gcore_arch): Likewise.
4174 * gdbarch.c, gdbarch.h: Regenerate.
4175
4176 2007-06-13 Markus Deuling <deuling@de.ibm.com>
4177
4178 * gdbarch.sh (TARGET_BFD_VMA_BIT): Replace by gdbarch_bfd_vma_bit.
4179 * gdbtypes.c (build_flt): Likewise.
4180 * gdbarch.c, gdbarch.h: Regenerate.
4181
4182 2007-06-13 Markus Deuling <deuling@de.ibm.com>
4183
4184 * gdbarch.sh (BREAKPOINT_FROM_PC): Replace by
4185 gdbarch_breakpoint_from_pc.
4186 * s390-tdep.c (s390_gdbarch_init): Likewise (comment).
4187 * remote.c (remote_insert_breakpoint)
4188 (remote_insert_hw_breakpoint): Likewise.
4189 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Likewise.
4190 * mips-tdep.c (mips_breakpoint_from_pc): Likewise (comment).
4191 * breakpoint.h (bp_target_info): Likewise (comment).
4192 * breakpoint.c (read_memory_nobpt): Likewise.
4193 * mem-break.c (default_memory_insert_breakpoint): Likewise.
4194 (symtab.h, breakpoint.h): Remove include. Remove unnecessary comment.
4195 * gdbarch.c, gdbarch.h: Regenerate.
4196
4197 2007-06-13 Markus Deuling <deuling@de.ibm.com>
4198
4199 * gdbarch.sh (TARGET_PTR_BIT): Replace with gdbarch_ptr_bit.
4200 * solib-svr4.c (svr4_truncate_ptr): Likewise.
4201 * solib-pa64.c (read_dynamic_info): Likewise.
4202 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Likewise.
4203 * solib.c (info_sharedlibrary_command): Likewise.
4204 * s390-nat.c (SUBOFF): Likewise.
4205 * p-valprint.c (pascal_val_print): Likewise.
4206 * procfs.c (info_proc_mappings): Likewise.
4207 * printcmd.c (decode_format): Likewise.
4208 * nto-tdep.c (nto_truncate_ptr): Likewise.
4209 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
4210 (mips64_linux_get_longjmp_target): Likewise.
4211 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
4212 * jv-valprint.c (java_value_print): Likewise.
4213 * jv-lang.c (get_java_object_header_size): Likewise.
4214 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Likewise.
4215 * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code)
4216 (hppa_hpux_unwind_adjust_stub): Likewise.
4217 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
4218 * gdbtypes.c (make_pointer_type, make_reference_type)
4219 (smash_to_memberptr_type): Likewise.
4220 * gdbarch.c, gdbarch.h: Regenerate.
4221
4222 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4223
4224 * mips-tdep.c (mips_print_register): Remove unused ALL argument.
4225 (print_gp_register_row): Stop before printing a register bigger
4226 than the ABI register size.
4227 (mips_print_registers_info): Update call to mips_print_register.
4228
4229 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4230
4231 * expression.h (enum exp_opcode): Document a register name for
4232 OP_REGISTER.
4233 * parse.c (write_dollar_variable): Write the register name for
4234 OP_REGISTER.
4235 (operator_length_standard): Expect the register name following
4236 OP_REGISTER.
4237 * ada-lang.c (resolve_subexp): Likewise.
4238 * ax-gdb.c (gen_expr): Likewise.
4239 * eval.c (evaluate_subexp_standard): Likewise.
4240 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
4241 Likewise.
4242 * tracepoint.c (encode_actions): Likewise.
4243
4244 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4245
4246 * utils.c (set_screen_size): Use INT_MAX for default columns.
4247
4248 2007-06-13 Ulrich Weigand <uweigand@de.ibm.com>
4249
4250 * remote.c (remote_protocol_features): Add qXfer:spu:read and
4251 qXfer:spu:write packet types.
4252
4253 2007-06-12 Markus Deuling <deuling@de.ibm.com>
4254
4255 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Remove.
4256 * gdbarch.c, gdbarch.h: Regenerate.
4257
4258 2007-06-12 Markus Deuling <deuling@de.ibm.com>
4259
4260 * gdbarch.sh (STAB_REG_TO_REGNUM): Replace by
4261 gdbarch_stab_reg_to_regnum.
4262 * stabsread.c (define_symbol): Likewise.
4263 * gdbarch.sh (ECOFF_REG_TO_REGNUM): Replace by
4264 gdbarch_ecoff_reg_to_regnum.
4265 * mdebugread.c (parse_symbol): Likewise.
4266 * i386-tdep.c (i386_gdbarch_init): Likewise (comment).
4267 * gdbarch.sh (DWARF_REG_TO_REGNUM): Replace by
4268 gdbarch_dwarf_reg_to_regnum.
4269 * gdbarch.sh (SDB_REG_TO_REGNUM): Replace by gdbarch_sdb_reg_to_regnum.
4270 * coffread.c (process_coff_symbol): Likewise.
4271 * gdbarch.sh (DWARF2_REG_TO_REGNUM): Replace by
4272 gdbarch_dwarf2_reg_to_regnum.
4273 * dwarf2loc.c (dwarf_expr_read_reg,dwarf2_evaluate_loc_desc)
4274 (locexpr_describe_location): Likewise.
4275 * dwarf2-frame.c (read_reg,execute_cfa_program,dwarf2_frame_cache)
4276 (dwarf2_frame_prev_register,dwarf2_signal_frame_this_id): Likewise.
4277 * dwarf2loc.c (DWARF2_REG_TO_REGNUM): Remove macro.
4278 * dwarf2read.c (DWARF2_REG_TO_REGNUM): Remove macro.
4279 * gdbarch.c, gdbarch.h: Regenerate.
4280
4281 2007-06-12 Markus Deuling <deuling@de.ibm.com>
4282
4283 * gdbarch.sh (SMASH_TEXT_ADDRESS): Replace by
4284 gdbarch_smash_text_address.
4285 * somread.c (som_symtab_read): Likewise.
4286 * elfread.c (record_minimal_symbol): Likewise.
4287 * dbxread.c (process_one_symbol): Likewise.
4288 * coffread.c (coff_symtab_read): Likewise.
4289 * gdbarch.c, gdbarch.h: Regenerate.
4290
4291 2007-06-12 Markus Deuling <deuling@de.ibm.com>
4292
4293 * gdbarch.sh (REGISTER_TO_VALUE): Replace by gdbarch_register_to_value.
4294 * findvar.c (value_from_register): Likewise.
4295 * gdbarch.sh (VALUE_TO_REGISTER): Replace by gdbarch_value_to_register.
4296 * valops.c (value_assign): Likewise.
4297 * gdbarch.sh (CONVERT_REGISTER_P): Replace by
4298 gdbarch_convert_register_p.
4299 * findvar.c (value_from_register): Likewise.
4300 * valops.c (value_assign): Likewise.
4301 * gdbarch.c, gdbarch.h: Regenerate.
4302
4303 2007-06-12 Markus Deuling <deuling@de.ibm.com>
4304
4305 * gdbarch.sh (REGISTER_SIM_REGNO): Replace by
4306 gdbarch_register_sim_regno.
4307 * sim-regno.h (sim_regno): Likewise (comment).
4308 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Likewise.
4309 * gdbarch.c, gdbarch.h: Regenerate.
4310
4311 2007-06-12 Markus Deuling <deuling@de.ibm.com>
4312
4313 * gdbarch.sh (TARGET_VIRTUAL_FRAME_POINTER): Replace by
4314 gdbarch_virtual_frame_pointer.
4315 * tracepoint.c (encode_actions): Likewise.
4316 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Likewise.
4317 * ax-gdb.c (gen_frame_args_address, gen_frame_locals_address): Likewise.
4318 * gdbarch.c, gdbarch.h: Regenerate.
4319
4320 2007-06-12 Markus Deuling <deuling@de.ibm.com>
4321
4322 * gdbarch.sh (TARGET_FLOAT_BIT): Replace by gdbarch_float_bit.
4323 * p-lang.c (pascal_create_fundamental_type): Likewise.
4324 * objc-lang.c (objc_create_fundamental_type): Likewise.
4325 * mdebugread.c (_initialize_mdebugread): Likewise.
4326 * m2-lang.c (m2_create_fundamental_type)
4327 (_initialize_m2_language): Likewise.
4328 * gdbtypes.c (build_gdbtypes): Likewise.
4329 * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
4330 * doublest.c (floatformat_from_length): Likewise.
4331 * c-lang.c (c_create_fundamental_type): Likewise.
4332 * ada-lang.c (ada_create_fundamental_type)
4333 (ada_language_arch_info): Likewise.
4334 * gdbarch.sh (TARGET_FLOAT_FORMAT): Replace by gdbarch_float_format.
4335 * value.c (unpack_double): Likewise (comment).
4336 * gdbtypes.c (build_gdbtypes): Likewise.
4337 * doublest.c (floatformat_from_length): Likewise.
4338 * gdbarch.sh (TARGET_DOUBLE_BIT): Replace by gdbarch_double_bit.
4339 * valarith.c (value_binop): Likewise.
4340 * p-lang.c (pascal_create_fundamental_type): Likewise.
4341 * objc-lang.c (objc_create_fundamental_type): Likewise.
4342 * mdebugread.c (_initialize_mdebugread): Likewise.
4343 * m2-lang.c (m2_create_fundamental_type): Likewise.
4344 * gdbtypes.c (build_gdbtypes): Likewise.
4345 * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
4346 * doublest.c (floatformat_from_length): Likewise.
4347 * cris-tdep.c (cris_gdbarch_init): Likewise (comment).
4348 * c-lang.c (c_create_fundamental_type): Likewise.
4349 * ada-lex.l (processReal): Likewise.
4350 * ada-lang.c (ada_create_fundamental_type)
4351 (ada_language_arch_info): Likewise.
4352 * gdbarch.sh (TARGET_DOUBLE_FORMAT): Replace by gdbarch_double_format.
4353 * value.c (unpack_double): Likewise (comment).
4354 * gdbtypes.c (build_gdbtypes): Likewise.
4355 * doublest.c (floatformat_from_length): Likewise.
4356 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Replace by
4357 gdbarch_long_double_bit.
4358 * p-lang.c (pascal_create_fundamental_type): Likewise.
4359 * objc-lang.c (objc_create_fundamental_type): Likewise.
4360 * m2-lang.c (m2_create_fundamental_type): Likewise.
4361 * gdbtypes.c (build_gdbtypes): Likewise.
4362 * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
4363 * doublest.c (floatformat_from_length): Likewise.
4364 * c-lang.c (c_create_fundamental_type): Likewise.
4365 * ada-lex.l (processReal): Likewise.
4366 * ada-lang.c (ada_create_fundamental_type)
4367 (ada_language_arch_info): Likewise.
4368 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Replace by
4369 gdbarch_long_double_format.
4370 * gdbtypes.c (build_gdbtypes): Likewise.
4371 * doublest.c (floatformat_from_length): Likewise.
4372 * gdbarch.c, gdbarch.h: Regenerate.
4373
4374 2007-06-12 Markus Deuling <deuling@de.ibm.com>
4375
4376 * gdbarch.sh (TARGET_SHORT_BIT): Replace by gdbarch_int_bit.
4377 * ada-lang.c (ada_create_fundamental_type)
4378 (ada_language_arch_info): Likewise.
4379 * c-lang.c (c_create_fundamental_type): Likewise.
4380 * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
4381 * gdbtypes.c (build_gdbtypes, gdbtypes_post_init): Likewise.
4382 * m2-lang.c (m2_create_fundamental_type): Likewise.
4383 * objc-lang.c (objc_create_fundamental_type): Likewise.
4384 * p-lang.c (pascal_create_fundamental_type): Likewise.
4385 * gdbarch.sh (TARGET_INT_BIT): Replace by gdbarch_int_bit.
4386 * c-exp.y (parse_number): Likewise.
4387 * objc-exp.y (parse_number): Likewise.
4388 * ada-lex.l (processInt): Likewise.
4389 * f-exp.y (parse_number): Likewise.
4390 * p-exp.y (parse_number): Likewise.
4391 * ada-lang.c (ada_create_fundamental_type, ada_language_arch_info)
4392 (gdbtypes_post_init, build_gdbtypes): Likewise.
4393 * p-lang.c (pascal_create_fundamental_type): Likewise.
4394 * parse.c (build_parse): Likewise.
4395 * xcoffread.c (_initialize_xcoffread): Likewise.
4396 * stabsread.c (define_symbol, read_one_struct_field, read_enum_type)
4397 (read_range_type): Likewise.
4398 * objc-lang.c (objc_create_fundamental_type): Likewise.
4399 * f-lang.c (build_fortran_types, f_create_fundamental_type): Likewise.
4400 * m2-lang.c (m2_create_fundamental_type, _initialize_m2_language)
4401 (m2_create_fundamental_type): Likewise.
4402 * c-lang.c (c_create_fundamental_type): Likewise.
4403 * coffread.c (coff_read_enum_type): Likewise.
4404 * mdebugread.c (parse_symbol, _initialize_mdebugread): Likewise.
4405 * dwarf2read.c (new_symbol): Likewise.
4406 * gdbarch.sh (TARGET_LONG_BIT): Replace by gdbarch_long_bit.
4407 * c-exp.y (parse_number): Likewise.
4408 * objc-exp.y (parse_number): Likewise.
4409 * ada-lex.l (processInt): Likewise.
4410 * f-exp.y (parse_number): Likewise.
4411 * p-exp.y (parse_number): Likewise.
4412 * valarith.c (value_binop): Likewise.
4413 * symfile.c (read_target_long_array, simple_overlay_update_1): Likewise.
4414 * ada-lang.c (ada_create_fundamental_type)
4415 (ada_language_arch_info): Likewise.
4416 * gdbtypes.c (build_gdbtypes, gdbtypes_post_init): Likewise.
4417 * symfile.c (TARGET_LONG_BYTES): Likewise.
4418 * p-lang.c (pascal_create_fundamental_type): Likewise.
4419 * objc-lang.c (objc_create_fundamental_type): Likewise.
4420 * m2-lang.c (m2_create_fundamental_type): Likewise.
4421 * f-lang.c (f_create_fundamental_type): Likewise.
4422 * c-lang.c (c_create_fundamental_type): Likewise.
4423 * coffread.c (decode_base_type): Likewise.
4424 * gdbarch.sh (TARGET_LONG_LONG_BIT): Replace by gdbarch_long_long_bit.
4425 * c-exp.y (parse_number): Likewise.
4426 * objc-exp.y (parse_number): Likewise.
4427 * p-exp.y (parse_number): Likewise.
4428 * ada-lang.c (ada_create_fundamental_type)
4429 (ada_language_arch_info): Likewise.
4430 * gdbtypes.c (gdbtypes_post_init, build_gdbtypes): Likewise.
4431 * stabsread.c (read_range_type): Likewise.
4432 * p-lang.c (pascal_create_fundamental_type): Likewise.
4433 * objc-lang.c (objc_create_fundamental_type): Likewise.
4434 * m2-lang.c (m2_create_fundamental_type): Likewise.
4435 * f-lang.c (f_create_fundamental_type): Likewise.
4436 * c-lang.c (c_create_fundamental_type): Likewise.
4437 * gdbarch.c, gdbarch.h: Regenerate.
4438
4439 2007-06-12 Andreas Schwab <schwab@suse.de>
4440
4441 * frame-unwind.h (frame_dealloc_cache_ftype): Define.
4442 (struct frame_unwind): Add dealloc_cache.
4443 * frame.c (reinit_frame_cache): Call dealloc_cache on all caches.
4444
4445 * libunwind-frame.h (libunwind_frame_dealloc_cache): Declare.
4446 * libunwind-frame.c (libunwind_frame_dealloc_cache): Define.
4447 (libunwind_frame_unwind): Set dealloc_cache.
4448 * ia64-tdep.c (ia64_libunwind_frame_unwind): Set dealloc_cache.
4449
4450 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4451 Markus Deuling <deuling@de.ibm.com>
4452
4453 * remote.c (remote_write_qxfer): New function.
4454 (remote_xfer_partial): Add handling for TARGET_OBJECT_SPU.
4455 (remote_read_qxfer): Do not cache empty objects.
4456 (_initialize_remote): Add PACKET_qXfer_spu_read and
4457 PACKET_qXfer_spu_write.
4458
4459 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4460
4461 * target.h (enum target_object): Add TARGET_OBJECT_SPU.
4462 * spu-linux-nat.c (spu_xfer_partial): Handle TARGET_OBJECT_SPU.
4463
4464 * spu-tdep.h (SPU_NUM_PSEUDO_REGS): Add 5 pseudo registers.
4465 (enum spu_regnum): Add SPU_FPSCR_REGNUM, SPU_SRR0_REGNUM,
4466 SPU_LSLR_REGNUM, SPU_DECR_REGNUM, SPU_DECR_STATUS_REGNUM.
4467 * spu-tdep.c (infospucmdlist): New variable.
4468 (spu_register_name): Handle additional pseudo registers.
4469 (spu_register_type): Likewise.
4470 (spu_pseudo_register_read): Likewise.
4471 (spu_pseudo_register_write): Likewise.
4472 (spu_pseudo_register_read_spu): New function.
4473 (spu_pseudo_register_write_spu): Likewise.
4474 (info_spu_event_command): New function.
4475 (info_spu_signal_command): Likewise.
4476 (info_spu_mailbox_list): Likewise.
4477 (info_spu_mailbox_command): Likewise.
4478 (spu_mfc_get_bitfield): Likewise.
4479 (info_spu_dma_cmdlist): Likewise.
4480 (info_spu_dma_command): Likewise.
4481 (info_spu_proxydma_command): Likewise.
4482 (info_spu_command): Likewise.
4483 (_initialize_spu_tdep): Install "info spu" commands.
4484
4485 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4486
4487 * spu-linux-nat.c (spu_proc_xfer_spu): Do not return failure when
4488 accessing non-seekable spufs files.
4489
4490 2007-06-09 Markus Deuling <deuling@de.ibm.com>
4491
4492 * gdbarch.sh (SKIP_TRAMPOLINE_CODE): Replace by
4493 gdbarch_skip_trampoline_code.
4494 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Likewise (comment).
4495 * objc-lang.c (objc_skip_trampoline)
4496 (objc_submethod_helper_data): Likewise.
4497 * m32c-lang.c (m32c_skip_trampoline_code): Likewise (comment).
4498 * infrun.c (handle_inferior_event): Likewise.
4499 * gnu-v3-abi.c (gnuv3_skip_trampoline): Likewise.
4500 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Replace by
4501 gdbarch_in_solib_return_trampoline.
4502 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Likewise (comment).
4503 * infrun.c (handle_inferior_event): Likewise.
4504 * hppa-tdep.c (hppa_stub_unwind_sniffer): Likewise.
4505 * gdbarch.c, gdbarch.h: Regenerate.
4506
4507 2007-06-09 Markus Deuling <deuling@de.ibm.com>
4508
4509 * gdbarch.sh (SKIP_PROLOGUE): Replace by gdbarch_skip_prologue.
4510 * symtab.c (find_function_start_sal, in_prologue): Likewise.
4511 * linespec.c (minsym_found): Likewise.
4512 * infrun.c (step_into_function): Likewise.
4513 * gdbarch.c, gdbarch.h: Regenerate.
4514
4515 2007-06-09 Markus Deuling <deuling@de.ibm.com>
4516
4517 * gdbarch.sh (NAME_OF_MALLOC): Replace by gdbarch_name_of_malloc.
4518 * valops.c (value_allocate_space_in_inferior): Likewise.
4519 * gdbarch.c, gdbarch.h: Regenerate.
4520
4521 2007-06-09 Markus Deuling <deuling@de.ibm.com>
4522
4523 * gdbarch.sh (MEMORY_INSERT_BREAKPOINT): Replace by
4524 gdbarch_memory_insert_breakpoint.
4525 * mem-break.c (memory_insert_breakpoint): Likewise.
4526 * gdbarch.sh (MEMORY_REMOVE_BREAKPOINT): Replace by
4527 gdbarch_memory_remove_breakpoint.
4528 * mem-break.c (memory_remove_breakpoint): Likewise.
4529 * gdbarch.c, gdbarch.h: Regenerate.
4530
4531 2007-06-09 Markus Deuling <deuling@de.ibm.com>
4532
4533 * gdbarch.sh (FETCH_TLS_LOAD_MODULE_ADDRESS): Replace by
4534 gdbarch_fetch_tls_load_module_address.
4535 * gdbarch.sh (FETCH_TLS_LOAD_MODULE_ADDRESS_P): Replace by
4536 gdbarch_fetch_tls_load_module_address_p.
4537 * gdbarch.c, gdbarch.h: Regenerate.
4538
4539 2007-06-09 Markus Deuling <deuling@de.ibm.com>
4540
4541 * gdbarch.sh (DECR_PC_AFTER_BREAK): Replace by
4542 gdbarch_decr_pc_after_break.
4543 * tracepoint.c (trace_dump_command): Likewise.
4544 * solib-sunos.c (sunos_solib_create_inferior_hook): Likewise.
4545 * linux-thread-db.c (check_event): Likewise.
4546 * linux-nat.c (cancel_breakpoints_callback): Likewise.
4547 * infrun.c (adjust_pc_after_break, normal_stop): Likewise.
4548 * frame.h: Likewise (comment).
4549 * dummy-frame.c (deprecated_pc_in_call_dummy): Likewise.
4550 * aix-thread.c (aix_thread_wait): Likewise.
4551 * gdbarch.c, gdbarch.h: Regenerate.
4552
4553 2007-06-09 Markus Deuling <deuling@de.ibm.com>
4554
4555 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS): Replace by
4556 gdbarch_address_class_type_flags.
4557 * dwarf2read.c (read_tag_pointer_type): Likewise.
4558 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS_P): Replace by
4559 gdbarch_address_class_type_flags_p.
4560 * dwarf2read.c (read_tag_pointer_type): Likewise.
4561 * gdbarch.c, gdbarch.h: Regenerate.
4562
4563 2007-06-09 Markus Deuling <deuling@de.ibm.com>
4564
4565 * gdbarch.sh (ADDR_BITS_REMOVE): Replace by gdbarch_addr_bits_remove.
4566 * value.c (value_as_address): Likewise (comment).
4567 * remote-mips.c (common_breakpoint): Likewise.
4568 * regcache.c (read_pc_pid): Likewise.
4569 * printcmd.c (do_one_display): Likewise.
4570 * monitor.c (monitor_write_memory, monitor_read_memory)
4571 (monitor_insert_breakpoint): Likewise.
4572 * mips-tdep.c (heuristic_proc_start): Likewise.
4573 * infrun.c (insert_step_resume_breakpoint_at_frame)
4574 (insert_step_resume_breakpoint_at_caller): Likewise.
4575 * buildsym.c (record_line): Likewise.
4576 * arm-tdep.c (arm_scan_prologue, thumb_get_next_pc)
4577 (arm_get_next_pc): Likewise.
4578 * armnbsd-nat.c (arm_supply_gregset, fetch_register, store_register)
4579 (store_regs): Likewise.
4580 * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
4581 * arm-linux-nat.c (fetch_register, fetch_regs): Likewise.
4582 * gdbarch.c, gdbarch.h: Regenerate.
4583
4584 2007-06-09 Markus Deuling <deuling@de.ibm.com>
4585
4586 * gdbarch.sh (REGISTER_NAME): Replace by gdbarch_register_name.
4587 * tracepoint.c (scope_info): Likewise.
4588 * target.c (debug_print_register): Likewise.
4589 * stack.c (frame_info): Likewise.
4590 * sh-tdep.c (sh_register_reggroup_p): Likewise.
4591 * sh64-tdep.c (sh64_do_fp_register, sh64_do_register)
4592 (sh64_media_print_registers_info)
4593 (sh64_compact_print_registers_info): Likewise.
4594 * rs6000-tdep.c (rs6000_register_reggroup_p): Likewise.
4595 * remote-sim.c (gdbsim_fetch_register): Likewise.
4596 * remote.c (packet_reg): Likewise (comment).
4597 * reggroups.c (default_register_reggroup_p): Likewise.
4598 * regcache.c (regcache_dump): Likewise.
4599 * printcmd.c (address_info): Likewise.
4600 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
4601 * mt-dep.c (mt_registers_info): Likewise.
4602 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Likewise (comment).
4603 * mips-tdep.c (mips_register_reggroup_p, mips_read_fp_register_single)
4604 (mips_read_fp_register_double, mips_print_fp_register)
4605 (mips_print_register, print_gp_register_row, mips_print_registers_info)
4606 (mips_register_sim_regno): Likewise.
4607 * m68klinux-nat.c (regmap, fetch_register, store_register): Likewise.
4608 * inf-ptrace.c (inf_ptrace_fetch_register)
4609 (inf_ptrace_store_register): Likewise.
4610 * infcmd.c (default_print_registers_info): Likewise.
4611 * ia64-linux-nat.c (ia64_linux_fetch_register)
4612 (ia64_linux_store_register): Likewise.
4613 * i386-linux-nat.c (fetch_register, store_register): Likewise.
4614 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Likewise.
4615 * hppa-linux-nat.c (fetch_register, store_register): Likewise.
4616 * hppa-hpux-nat.c (hppa_hpux_fetch_register)
4617 (hppa_hpux_store_register): Likewise.
4618 * findvar.c (locate_var_value): Likewise.
4619 * dwarf2loc.c (locexpr_describe_location): Likewise.
4620 * dwarf2-frame.c (execute_cfa_program): Likewise.
4621 * arm-tdep.c (arm_push_dummy_call): Likewise.
4622 * arch-utils.c (legacy_register_sim_regno): Likewise.
4623 * alpha-tdep.c (alpha_register_reggroup_p): Likewise.
4624 * alpha-nat.c (fetch_osf_core_registers): Likewise.
4625 * mi/mi-main.c (mi_cmd_data_list_register_names)
4626 (mi_cmd_data_list_changed_registers, mi_cmd_data_list_register_values)
4627 (mi_cmd_data_write_register_values): Likewise.
4628 * gdbarch.c, gdbarch.h: Regenerate.
4629
4630 2007-06-07 Daniel Jacobowitz <dan@codesourcery.com>
4631
4632 * target-memory.c (blocks_to_erase): Correct off-by-one error.
4633
4634 2007-06-06 Vladimir Prus <vladimir@codesourcery.com>
4635
4636 * remote.c (process_g_packet): Don't check size.
4637 * gdbarch.sh: Remove register_bytes_ok.
4638 * gdbarch.c: Regenerated.
4639 * gdbarch.h: Regenerated.
4640 * m68k-tdep.c (REGISTER_BYTES_NOFP): Remove.
4641 (m68k_register_bytes_ok): Remove.
4642 (m68k_gdbarch_init): Don't register m68k_register_bytes_ok.
4643
4644 2007-06-06 Andreas Schwab <schwab@suse.de>
4645
4646 * libunwind-frame.c (unw_destroy_addr_space_p): Define.
4647 (destroy_addr_space_name): Define.
4648 (libunwind_load): Get address of destroy_addr_space function.
4649 (libunwind_frame_cache): Destroy unw_addr_space_t object before
4650 returning unsuccessfully.
4651 (libunwind_frame_sniffer): Destroy unw_addr_space_t object before
4652 returning.
4653 (libunwind_sigtramp_frame_sniffer): Likewise.
4654 (libunwind_get_reg_special): Likewise.
4655
4656 2007-06-06 Markus Deuling <deuling@de.ibm.com>
4657
4658 * gdbarch.sh (FETCH_POINTER_ARGUMENT): Replace by
4659 gdbarch_fetch_pointer_argument.
4660 * objc-lang.c (OBJC_FETCH_POINTER_ARGUMENT): Likewise.
4661 * gdbarch.c, gdbarch.h: Regenerate.
4662
4663 2007-06-06 Markus Deuling <deuling@de.ibm.com>
4664
4665 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Replace by
4666 gdbarch_have_nonsteppable_watchpoint.
4667 * infrun.c (handle_inferior_event, adjust_pc_after_break): Likewise.
4668 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Replace by
4669 gdbarch_cannot_step_breakpoint.
4670 * infrun.c (resume): Likewise.
4671 * gdbarch.c, gdbarch.h: Regenerate.
4672
4673 2007-06-06 Markus Deuling <deuling@de.ibm.com>
4674
4675 * gdbarch.sh (FRAME_ARGS_SKIP): Replace by gdbarch_frame_args_skip.
4676 * stack.c (print_frame_args): Likewise.
4677 * gdbarch.sh (FRAME_NUM_ARGS): Replace by gdbarch_frame_num_args.
4678 * stack.c (print_args_stub, frame_info): Likewise.
4679 * gdbarch.sh (FRAME_NUM_ARGS_P): Replace by gdbarch_frame_num_args_p.
4680 * stack.c (print_args_stub, frame_info): Likewise.
4681 * gdbarch.c, gdbarch.h: Regenerate.
4682
4683 2007-06-06 Markus Deuling <deuling@de.ibm.com>
4684
4685 * gdbarch.sh (COFF_MAKE_MSYMBOL_SPECIAL): Replace by
4686 gdbarch_coff_make_msymbol_special.
4687 * coffread.c (coff_symtab_read): Likewise.
4688 * gdbarch.sh (ELF_MAKE_MSYMBOL_SPECIAL): Replace by
4689 gdbarch_elf_make_msymbol_special.
4690 * elfread.c (elf_symtab_read): Likewise.
4691 * mips-tdep.c (mips_elf_make_msymbol_special): Likewise (comment).
4692 * sh64-tdep.c (MSYMBOL_IS_SPECIAL): Likewise (comment).
4693 * gdbarch.c, gdbarch.h: Regenerate.
4694
4695 2007-06-06 Markus Deuling <deuling@de.ibm.com>
4696
4697 * gdbarch.sh (FRAME_RED_ZONE_SIZE): Replace by
4698 gdbarch_frame_red_zone_size.
4699 * gdbarch.c, gdbarch.h: Regenerate.
4700
4701 2007-06-06 Markus Deuling <deuling@de.ibm.com>
4702
4703 * gdbarch.sh (INNER_THAN): Replace by gdbarch_inner_than.
4704 * infcall.c (call_function_by_hand): Likewise.
4705 * gcore.c (derive_stack_segment): Likewise.
4706 * frame.c (frame_id_inner): Likewise.
4707 * arch-utils.c (core_addr_lessthan): Likewise (comment).
4708 * ada-lang.c (ensure_lval): Likewise.
4709 * gdbarch.c, gdbarch.h: Regenerate.
4710
4711 2007-06-06 Markus Deuling <deuling@de.ibm.com>
4712
4713 * gdbarch.sh (ADDRESS_TO_POINTER): Replace by
4714 gdbarch_address_to_pointer.
4715 * findvar.c (store_typed_address): Likewise.
4716 * gdbtypes.c (make_pointer_type): Likewise (comment).
4717 * procfs.c (procfs_address_to_host_pointer): Likewise.
4718 * std-regs.c (value_of_builtin_frame_reg): Likewise.
4719 (value_of_builtin_frame_fp_reg): Likewise.
4720 (value_of_builtin_frame_pc_reg): Likewise.
4721 * utils.c (paddress): Likewise (comment).
4722 * gdbarch.sh (POINTER_TO_ADDRESS): Replace by
4723 gdbarch_pointer_to_address.
4724 * findvar.c (extract_typed_address): Likewise.
4725 * gdbtypes.c (make_pointer_type): Likewise (comment).
4726 * valops.c (value_cast): Likewise (comment).
4727 * gdbarch.c, gdbarch.h: Regenerate.
4728
4729 2007-06-06 Markus Deuling <deuling@de.ibm.com>
4730
4731 * gdbarch.sh (GET_LONGJMP_TARGET): Replace by gdbarch_get_longjmp_target.
4732 * infrun.c (handle_inferior_event): Likewise.
4733 * gdbarch.sh (GET_LONGJMP_TARGET_P): Replace by
4734 gdbarch_get_longjmp_target_p.
4735 * breakpoint.c (breakpoint_re_set): Likewise.
4736 * infrun.c (handle_inferior_event): Likewise.
4737 * gdbarch.c, gdbarch.h: Regenerate.
4738
4739 2007-06-06 Ulrich Weigand <uweigand@de.ibm.com>
4740
4741 * hppa-hpux-tdep.c (args_for_find_stub, HP_ACC_EH_notify_hook,
4742 HP_ACC_EH_set_hook_value, HP_ACC_EH_notify_callback, HP_ACC_EH_break,
4743 HP_ACC_EH_catch_throw, HP_ACC_EH_catch_catch, __eh_notification,
4744 hp_cxx_exception_support, hp_cxx_exception_support_initialized,
4745 eh_notify_hook_addr, eh_notify_callback_addr, eh_break_addr,
4746 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior,
4747 find_stub_with_shl_get, cover_find_stub_with_shl_get,
4748 initialize_hp_cxx_exception_support, child_enable_exception_callback,
4749 current_ex_event, child_get_current_exception_event): Remove.
4750 (hppa_hpux_inferior_created): Remove.
4751 (hppa_hpux_init_abi): Do not install hppa_hpux_inferior_created.
4752
4753 * breakpoint.h (deprecated_exception_catchpoints_are_fragile): Remove.
4754 (deprecated_exception_support_initialized): Remove.
4755 * breakpoint.c (deprecated_exception_catchpoints_are_fragile): Remove.
4756 (deprecated_exception_support_initialized): Remove.
4757 (breakpoint_init_inferior): Remove handling of non-zero
4758 deprecated_exception_catchpoints_are_fragile.
4759
4760 * symtab.h (deprecated_hp_som_som_object_present): Remove.
4761 * symtab.c (deprecated_hp_som_som_object_present): Remove.
4762 * c-typeprint.c (c_type_print_base): Remove handling of non-zero
4763 deprecated_hp_som_som_object_present.
4764 * eval.c (evaluate_subexp_standard): Likewise.
4765 * valops.c (value_cast): Likewise.
4766
4767 * parse.c (parse_nested_classes_for_hpacc, coloncolon): Remove.
4768 * parser-defs.h (parse_nested_classes_for_hpacc): Remove.
4769 * c-exp.y (yylex): Do not call parse_nested_classes_for_hpacc.
4770
4771 2007-06-06 Ulrich Weigand <uweigand@de.ibm.com>
4772
4773 * objfiles.h (ImportEntry, ExportEntry): Remove types.
4774 (struct objfile): Remove import_list, import_list_size,
4775 export_list, export_list_size members.
4776 (is_in_import_list): Remove prototype.
4777 * objfiles.c (is_in_import_list): Remove.
4778 * somread.c (init_import_symbols, init_export_symbols): Remove.
4779 (som_symfile_read): Do not call init_import_symbols. Do not
4780 set objfile->export_list and objfile->export_list_size.
4781
4782 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
4783
4784 * dwarf2read.c (dwarf2_symbol_mark_computed): Fix formatting.
4785 Use the original objfile if necessary.
4786
4787 2007-06-04 Daniel Jacobowitz <dan@codesourcery.com>
4788
4789 * defs.h (ldirname): New prototype.
4790 * dwarf2read.c (read_file_scope): Use DW_AT_name if DW_AT_comp_dir is
4791 missing.
4792 * utils.c (ldirname): New function.
4793 * xml-tdesc.c (file_read_description_xml): Use ldirname.
4794
4795 2007-06-01 Ulrich Weigand <uweigand@de.ibm.com>
4796
4797 * spu-tdep.c (spu_push_dummy_call): Store stack back chain.
4798
4799 2007-06-01 Joel Brobecker <brobecker@adacore.com>
4800
4801 * solib-svr4.c (svr4_solib_create_inferior_hook): Remove warning.
4802
4803 2007-06-01 Ulrich Weigand <uweigand@de.ibm.com>
4804
4805 * irix5-nat.c (JB_ELEMENT_SIZE, get_longjmp_target): Remove.
4806
4807 2007-06-01 Ulrich Weigand <uweigand@de.ibm.com>
4808
4809 * ppc-linux-tdep.c (INSTR_SC, INSTR_LI_R0_0x6666, INSTR_LI_R0_0x7777,
4810 INSTR_LI_R0_NR_sigreturn, INSTR_LI_R0_NR_rt_sigreturn): Remove.
4811 (PPC_LINUX_SIGNAL_FRAMESIZE, PPC_LINUX_REGS_PTR_OFFSET,
4812 PPC_LINUX_HANDLER_PTR_OFFSET): Remove.
4813 (ppc_linux_in_sigtramp, insn_is_sigreturn,
4814 ppc_linux_at_sigtramp_return_path): Remove.
4815
4816 2007-05-31 Markus Deuling <deuling@de.ibm.com>
4817
4818 * xtensa-tdep.c (XTENSA_IS_ENTRY, extract_call_winsize)
4819 (xtensa_register_write_masked, xtensa_register_read_masked)
4820 (xtensa_extract_return_value, xtensa_store_return_value
4821 (xtensa_push_dummy_call, xtensa_breakpoint_from_pc): Replace
4822 TARGET_BYTE_ORDER by gdbarch_byte_order.
4823 * sh-tdep.c (sh_breakpoint_from_pc, gdb_print_insn_sh)
4824 (sh_justify_value_in_reg, sh_next_flt_argreg, sh_push_dummy_call_fpu)
4825 (sh_extract_return_value_fpu, sh_store_return_value_fpu): Likewise.
4826 * sh64-tdep.c (sh64_breakpoint_from_pc, gdb_print_insn_sh64)
4827 (sh64_push_dummy_call, sh64_extract_return_value)
4828 (sh64_store_return_value, sh64_register_convert_to_virtual)
4829 (sh64_register_convert_to_raw, sh64_pseudo_register_read)
4830 (sh64_pseudo_register_write, sh64_do_fp_register)
4831 (sh64_frame_prev_register): Likewise.
4832 * score-tdep.c (score_print_insn, score_breakpoint_from_pc)
4833 (score_return_value, score_push_dummy_call, score_fetch_inst): Likewise.
4834 * rs6000-tdep.c (rs6000_breakpoint_from_pc, rs6000_push_dummy_call)
4835 (e500_move_ev_register,gdb_print_insn_powerpc): Likewise.
4836 * remote-m32r-sdi.c (m32r_resume, m32r_wait): Likewise.
4837 * ppc-linux-nat.c (store_register): Likewise.
4838 * nto-tdep.c (nto_find_and_open_solib)
4839 (nto_init_solib_absolute_prefix): Likewise.
4840 * mips-tdep.c (mips_pseudo_register_read, mips_pseudo_register_write)
4841 (mips_convert_register_p, mips_eabi_push_dummy_call)
4842 (mips_n32n64_push_dummy_call, mips_n32n64_return_value)
4843 (mips_o32_push_dummy_call, mips_o32_return_value)
4844 (mips_o64_push_dummy_call, mips_o64_return_value, mips_o64_return_value)
4845 (mips_read_fp_register_single, mips_read_fp_register_double)
4846 (mips_print_register, print_gp_register_row, gdb_print_insn_mips)
4847 (mips_breakpoint_from_pc): Likewise.
4848 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Likewise.
4849 * mips-linux-tdep.c (mips64_supply_fpregset, mips64_fill_fpregset)
4850 (mips_linux_o32_sigframe_init): Likewise.
4851 * m32r-tdep.c (m32r_memory_insert_breakpoint)
4852 (m32r_memory_remove_breakpoint, m32r_breakpoint_from_pc): Likewise.
4853 * libunwind-frame.c (libunwind_frame_cache, libunwind_frame_sniffer)
4854 (libunwind_sigtramp_frame_sniffer, libunwind_get_reg_special): Likewise.
4855 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Likewise.
4856 * coffread.c (process_coff_symbol): Likewise.
4857 * arm-tdep.c (convert_from_extended, convert_to_extended)
4858 (gdb_print_insn_arm): Likewise.
4859
4860 2007-05-31 Markus Deuling <deuling@de.ibm.com>
4861
4862 * gdbarch.sh (NUM_REGS): Replace by gdbarch_num_regs.
4863 * i386-tdep.c (i386_dbx_reg_to_regnum)
4864 (i386_svr4_reg_to_regnum): Likewise.
4865 * inf-ptrace.c (inf_ptrace_fetch_registers)
4866 (inf_ptrace_store_registers): Likewise.
4867 * corelow.c (get_core_registers): Likewise.
4868 * i386-linux-nat.c (supply_gregset, fill_gregset)
4869 (i386_linux_fetch_inferior_registers)
4870 (i386_linux_store_inferior_registers): Likewise.
4871 * remote.c (init_remote_state,packet_reg_from_regnum)
4872 (packet_reg_from_pnum,process_g_packet,remote_fetch_registers)
4873 (remote_prepare_to_store,store_registers_using_G)
4874 (remote_store_registers,remote_arch_state): Likewise.
4875 * tracepoint.c (encode_actions): Likewise.
4876 * mi/mi-main.c (mi_cmd_data_list_register_names)
4877 (mi_cmd_data_list_changed_registers,mi_cmd_data_list_register_values)
4878 (mi_cmd_data_write_register_values): Likewise.
4879 * tui/tui-regs.c (tui_show_register_group)
4880 (tui_show_register_group): Likewise.
4881 * xtensa-tdep.h (FP_ALIAS): Likewise.
4882 * xtensa-tdep.c (xtensa_register_name,xtensa_register_type)
4883 (xtensa_reg_to_regnum,xtensa_pseudo_register_read)
4884 (xtensa_pseudo_register_write,xtensa_register_reggroup_p): Likewise.
4885 * win32-nat.c (do_win32_fetch_inferior_registers)
4886 (do_win32_store_inferior_registers,fetch_elf_core_registers
4887 * user-regs.h: Likewise (comment).
4888 * user-regs.c (user_reg, user_reg_map_name_to_regnum): Likewise.
4889 * trad-frame.c (trad_frame_alloc_saved_regs): Likewise.
4890 * target-descriptions.h: Likewise (comment).
4891 * target-descriptions.c (tdesc_use_registers): Likewise (comment).
4892 * target.c (debug_print_register): Likewise.
4893 * stack.c (frame_info): Likewise.
4894 * stabsread.c (define_symbol): Likewise.
4895 * sh64-tdep.c (sh64_do_pseudo_register,sh64_print_register)
4896 (sh64_media_print_registers_info)
4897 (sh64_compact_print_registers_info): Likewise.
4898 * rs6000-tdep.c (rs6000_register_sim_regno): Likewise.
4899 * rs6000-nat.c (fetch_register,store_register): Likewise.
4900 * remote-sim.c (one2one_register_sim_regno,gdbsim_fetch_register)
4901 (gdbsim_fetch_register,gdbsim_store_register): Likewise.
4902 * remote-mips.c (mips_fetch_registers,mips_store_registers): Likewise.
4903 * remote-m32r-sdi.c (m32r_fetch_registers)
4904 (m32r_store_registers): Likewise.
4905 * reggroups.c (default_register_reggroup_p): Likewise.
4906 * regcache.c (init_regcache_descr,register_size,regcache,regcache_save)
4907 (regcache_restore,regcache_dump): Likewise.
4908 * monitor.c (monitor_fetch_registers,monitor_store_registers): Likewise.
4909 * mips-tdep.c (mips_xfer_register,mips_register_name)
4910 (mips_register_reggroup_p,mips_pseudo_register_read)
4911 (mips_pseudo_register_write,mips_convert_register_p,mips_register_type)
4912 (mips_unwind_pc,mips_unwind_sp,mips_unwind_dummy_id,set_reg_offset)
4913 (mips16_scan_prologue,mips_insn16_frame_cache,reset_saved_regs)
4914 (mips32_scan_prologue,mips_insn32_frame_cache,read_next_frame_reg)
4915 (mips_n32n64_return_value,mips_o32_return_value,mips_o64_return_value)
4916 (print_gp_register_row,mips_print_registers_info)
4917 (mips_stab_reg_to_regnum,mips_dwarf_dwarf2_ecoff_reg_to_regnum)
4918 (mips_register_sim_regno): Likewise.
4919 * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
4920 (mips_linux_n32n64_sigframe_init): Likewise.
4921 * mips-linux-nat.c (mips_linux_register_addr)
4922 (mips64_linux_register_addr): Likewise.
4923 * findvar.c (value_of_register): Likewise.
4924 * infcmd.c (default_print_registers_info,registers_info)
4925 (print_vector_info,print_float_info): Likewise.
4926 * mips64obsd-tdep.c (mips64obsd_sigframe_init): Likewise.
4927 * inf-child.c (inf_child_fetch_inferior_registers): Likewise.
4928 * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Likewise.
4929 * m68hc11-tdep.c (m68hc11_frame_unwind_cache(: Likewise.
4930 * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
4931 * ia64-linux-nat.c (ia64_register_addr,ia64_cannot_fetch_register)
4932 (ia64_cannot_store_register,ia64_linux_fetch_registers)
4933 (ia64_linux_store_registers): Likewise.
4934 * hpux-thread.c (hpux_thread_fetch_registers)
4935 (hpux_thread_store_registers): Likewise.
4936 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM,E_PSEUDO_EXR_REGNUM)
4937 (h8300_init_frame_cache,h8300_frame_cache,h8300_frame_prev_register)
4938 (h8300_register_type): Likewise.
4939 * dwarf2-frame.c (dwarf2_frame_cache)
4940 (dwarf2_frame_state_alloc_regs): Likewise.
4941 * cris-tdep.c (cris_register_size,cris_cannot_fetch_register)
4942 (cris_cannot_store_register,crisv32_cannot_fetch_register)
4943 (crisv32_cannot_store_register,cris_register_name): Likewise.
4944 * avr-tdep.c (avr_frame_unwind_cache): Likewise.
4945 * arch-utils.c (legacy_register_sim_regno)
4946 (legacy_virtual_frame_pointer): Likewise.
4947 * arm-tdep.c (arm_make_prologue_cache,arm_register_sim_regno):Likewise.
4948 * arm-tdep.h: Likewise (comment).
4949 * frv-tdep.c (frv_register_sim_regno): Likewise.
4950 * m68klinux-nat.c (old_fetch_inferior_registers)
4951 (old_store_inferior_registers): Likewise.
4952 * m32c-tdep.c (m32c_virtual_frame_pointer): Likewise.
4953 * irix5-nat.c (fetch_core_registers): Likewise.
4954 * hppa-tdep.c (hppa_frame_cache): Likewise.
4955 * hppa-linux-nat.c (hppa_linux_register_addr)
4956 (hppa_linux_fetch_inferior_registers)
4957 (hppa_linux_store_inferior_registers): Likewise.
4958 * hppa-hpux-nat.c (hppa_hpux_fetch_inferior_registers)
4959 (hppa_hpux_store_inferior_registers): Likewise.
4960 * amd64-nat.c (amd64_native_gregset_reg_offset)
4961 (amd64_supply_native_gregset,amd64_collect_native_gregset): Likewise.
4962 * dbug-rom.c (dbug_regname): Likewise.
4963 * m68hc11-tdep.c (m68hc11_frame_unwind_cache)
4964 (HARD_PAGE_REGNUM (comment)): Likewise.
4965 * gdbarch.sh (NUM_PSEUDO_REGS): Replace by gdbarch_num_pseudo_regs.
4966 * i386-tdep.c (i386_dbx_reg_to_regnum)
4967 (i386_svr4_reg_to_regnum): Likewise.
4968 * mi/mi-main.c (mi_cmd_data_list_register_names)
4969 (mi_cmd_data_list_changed_registers,mi_cmd_data_list_register_values)
4970 (mi_cmd_data_write_register_values): Likewise.
4971 * gdbarch.c, gdbarch.h: Regenerate.
4972 * tui/tui-regs.c (tui_show_register_group): Likewise.
4973 * xtensa-tdep.h (FP_ALIAS): Likewise.
4974 * user-regs.h: Likewise (comment).
4975 * user-regs.c (user_reg, user_reg_map_name_to_regnum): Likewise.
4976 * trad-frame.c (trad_frame_alloc_saved_regs): Likewise.
4977 * target-descriptions.h: Likewise (comment).
4978 * target.c (debug_print_register): Likewise.
4979 * stack.c (frame_info): Likewise.
4980 * stabsread.c (define_symbol): Likewise.
4981 * sh64-tdep.c (sh64_print_register,sh64_media_print_registers_info)
4982 (sh64_compact_print_registers_info): Likewise.
4983 * rs6000-tdep.c (rs6000_register_sim_regno): Likewise.
4984 * regcache.c (init_regcache_descr,register_size,regcache,regcache_save
4985 (regcache_restore,regcache_dump): Likewise.
4986 * mips-tdep.c (print_gp_register_row,mips_print_registers_info)
4987 (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
4988 (mips_stab_reg_to_regnum): Likewise.
4989 * findvar.c (value_of_register): Likewise.
4990 * infcmd.c (default_print_registers_info,registers_info)
4991 (print_vector_info,print_float_info): Likewise.
4992 * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Likewise.
4993 * h8300-tdep.c (h8300_register_type): Likewise.
4994 * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
4995 * frame.h (SIZEOF_FRAME_SAVED_REGS): Likewise.
4996 * xtensa-tdep.c (xtensa_register_type,xtensa_reg_to_regnum)
4997 (xtensa_pseudo_register_read,xtensa_pseudo_register_write): Likewise.
4998 * parse.c: Remove comment.
4999 * gdbarch.c, gdbarch.h: Regenerate
5000
5001 2007-05-31 Markus Deuling <deuling@de.ibm.com>
5002
5003 * gdbarch.sh (CANNOT_FETCH_REGISTER): Replace by
5004 gdbarch_cannot_fetch_register.
5005 * alpha-nat.c (fetch_osf_core_registers): Likewise.
5006 * hppa-linux-nat.c (fetch_register): Likewise.
5007 * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
5008 * m68klinux-nat.c (fetch_register): Likewise.
5009 * mipsnbsd-tdep.c (mipsnbsd_supply_reg, mipsnbsd_supply_fpreg):
5010 Likewise.
5011 * gdbarch.sh (CANNOT_STORE_REGISTER): Replace by
5012 gdbarch_cannot_store_register.
5013 * hppa-linux-nat.c (store_register): Likewise.
5014 * inf-ptrace.c (inf_ptrace_store_register): Likewise.
5015 * regcache.c (regcache_raw_write): Likewise.
5016 * m68klinux-nat.c (store_register): Likewise.
5017 * mipsnbsd-tdep.c (mipsnbsd_fill_reg, mipsnbsd_fill_fpreg): Likewise.
5018 * gdbarch.c, gdbarch.h: Regenerate.
5019
5020 2007-05-31 Markus Deuling <deuling@de.ibm.com>
5021
5022 * gdbarch.sh (TARGET_OSABI): Replace by gdbarch_osabi.
5023 * gdbarch.c, gdbarch.h: Regenerate.
5024
5025 2007-05-31 Markus Deuling <deuling@de.ibm.com>
5026
5027 * gdbarch.sh (TARGET_CHAR_SIGNED): Replace by gdbarch_char_signed.
5028 * gdbtypes.c (build_gdbtypes, gdbtypes_post_init): Likewise.
5029 * gdbarch.c, gdbarch.h: Regenerate.
5030
5031 2007-05-31 Markus Deuling <deuling@de.ibm.com>
5032
5033 * gdbarch.sh (TARGET_BYTE_ORDER): Replace by gdbarch_byte_order.
5034 * ax-gdb.c (gen_bitfield_ref): Likewise.
5035 * mi/mi-main.c (get_register): Likewise.
5036 * findvar.c (default_value_from_register, extract_signed_integer)
5037 (extract_unsigned_integer, extract_long_unsigned_integer)
5038 (store_signed_integer, store_unsigned_integer): Likewise.
5039 * regcache.c (regcache_dump): Likewise.
5040 * value.c (lookup_internalvar, value_of_internalvar)
5041 (set_internalvar): Likewise.
5042 * defs.h: Likewise.
5043 * valprint.c (print_binary_chars, print_octal_chars)
5044 (print_decimal_chars, print_hex_chars, print_char_chars): Likewise.
5045 * infcmd.c (default_print_registers_info): Likewise.
5046 * arch-utils.c (selected_byte_order, show_endian): Likewise.
5047 * stabsread.c (define_symbol): Likewise.
5048 * doublest.c (floatformat_from_length, floatformat_from_type)
5049 (extract_typed_floating, store_typed_floating): Likewise.
5050 * gdbarch.c, gdbarch.h: Regenerate.
5051
5052 2007-05-31 Markus Deuling <deuling@de.ibm.com>
5053
5054 * gdbarch.sh (CALL_DUMMY_LOCATION): Replace by
5055 gdbarch_call_dummy_location.
5056 * infcall.c (call_function_by_hand): Likewise.
5057 * inferior.h: Change comment.
5058 * arch-utils.c: Change comment.
5059 * gdbarch.c, gdbarch.h: Regenerate.
5060
5061 2007-05-28 Joel Brobecker <brobecker@adacore.com>
5062
5063 * solib-aix5.c: Delete.
5064 * Makefile.in (solib-aix5.o): Delete rule.
5065
5066 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
5067
5068 * breakpoint.h (enum bpstat_what_main_action): Remove
5069 BPSTAT_WHAT_THROUGH_SIGTRAMP.
5070 * infrun.c (process_event_stop_test): Do not check for it.
5071
5072 2007-05-22 Chris Dearman <chris@mips.com>
5073 Maciej W. Rozycki <macro@mips.com>
5074
5075 * ser-unix.c (show_serial_hwflow): New function.
5076 (hardwire_raw): Add hardware flow control support.
5077 (_initialize_ser_hardwire): Add "set/show remoteflow".
5078 * Makefile.in (ser-unix.o): Depend on $(gdbcmd_h).
5079 * NEWS: Document the new command.
5080
5081 2007-05-21 Ulrich Weigand <uweigand@de.ibm.com>
5082
5083 * config/i386/tm-linux.h (sys_quotactl): Do not define.
5084 * configure.ac (sys_quotactl, START_INFERIOR_TRAPS_EXPECTED): Do not
5085 define for i[[3456]]86-*-linux* native configurations.
5086 * config.in, configure: Regenerate.
5087
5088 2007-05-19 Joel Brobecker <brobecker@adacore.com>
5089
5090 * rs6000-nat.c (xcoff_relocate_symtab): Do nothing if debugging
5091 a core file. Add comment in the function description.
5092
5093 2007-05-18 Caroline Tice <ctice@apple.com>
5094
5095 * c-valprint.c (c_value_print): If the initialized field of the
5096 value struct is 0, print out "[uninitialized]" before the value.
5097 * dwarf2expr.c (execute_stack_op): Initialize ctx->initialized field;
5098 allow DW_OP_GNU_uninit as legal op following a DW_OP_reg op or a
5099 DW_OP_regx op; add case for DW_OP_GNU_uninit and update
5100 ctx->initialized appropriately. Verify no location op follows
5101 DW_OP_GNU_uninit.
5102 * dwarf2expr.h (struct dwarf_expr_context): New field, initialized.
5103 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Add call to
5104 set_value_initialized.
5105 * dwarf2read.c (dwarf_stack_op_name): Add case for DW_OP_GNU_uninit.
5106 (decode_locdesc): Add case for DW_OP_GNU_uninit.
5107 * value.c (struct value): New field, initialized.
5108 (allocate_value): Initialize new field.
5109 (set_value_initialized): New function.
5110 (value_initialized): New function.
5111 * value.h (value_initialized): New extern declaration.
5112 (set_value_initialized): Likewise.
5113
5114 2007-05-18 Caroline Tice <ctice@apple.com>
5115
5116 * MAINTAINERS (Write After Approval): Add self.
5117
5118 2007-05-17 Joel Brobecker <brobecker@adacore.com>
5119
5120 * gdbtypes.c (make_reference_type): Preserve the type chain
5121 and set the length of all the variants of the pointer type.
5122
5123 2007-05-17 Joel Brobecker <brobecker@adacore.com>
5124
5125 * gdbtypes.c (make_pointer_type): Preserve the pointer type chain
5126 and set the length of all the variants of the pointer type.
5127
5128 2007-05-17 Maciej W. Rozycki <macro@mips.com>
5129
5130 * mips-tdep.c (mips_n32n64_push_dummy_call): Fix and reformat a
5131 comment.
5132 (mips_o64_push_dummy_call): Reformat a comment.
5133
5134 2007-05-17 Qinwei <qinwei@sunnorth.com.cn>
5135
5136 * score-tdep.c (score_frame_cache->fp, score_analyze_prologue)
5137 (score_prologue_frame_base_address): Return fp to keep gdb print
5138 local variables correctly when debugging information is stabs.
5139
5140 (score_analyze_prologue): For software watchpoint, fetch all the
5141 instructions from range [startaddr, pc] once and identify them locally
5142 to reduce memory access.
5143 (score_malloc_and_get_memblock, score_free_memblock)
5144 (score_adjust_memblock_ptr): New functions.
5145 (score_fetch_inst): Fetch single instruction or mutiple instructions.
5146
5147 (score_target_can_use_watch, score_stopped_by_watch)
5148 (score_target_insert_watchpoint, score_target_remove_watchpoint)
5149 (score_target_insert_hw_breakpoint, score_target_remove_hw_breakpoint):
5150 New functions for remote & local hw-watchpoint and hw-breakpoint.
5151
5152 2007-05-16 Alfred M. Szmidt <ams@gnu.org>
5153
5154 * reply_mig_hack.awk: Check for `auto const mach_msg_type_t'
5155 declarations as well.
5156
5157 2007-05-16 Ulrich Weigand <uweigand@de.ibm.com>
5158
5159 * config/arm/embed.mt (DEPRECATED_TM_FILE): Set to tm-arm.h.
5160 * config/arm/tm-embed.h: Delete file.
5161
5162 * arm-tdep.h (arm_software_single_step): Declare.
5163 * arm-tdep.c (arm_software_single_step): Make global.
5164 (arm_gdbarch_init): Move set_gdbarch_software_single_step call
5165 from here to ...
5166 * arm-linux-tdep.c (arm_linux_init_abi): ... here ...
5167 * armnbsd-tdep.c (arm_netbsd_init_abi_common): ... here ...
5168 * armobsd-tdep.c (armobsd_init_abi): ... here ...
5169 * arm-wince-tdep.c (arm_wince_init_abi): ... and here.
5170
5171 * arm-tdep.c (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT): No longer
5172 allow defines to be overriden by TM file.
5173 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Likewise. Also,
5174 change default to {0xbe,0xbe}.
5175 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint,
5176 arm_obsd_thumb_be_breakpoint): New global variables.
5177 (armobsd_init_abi): Override tdep->thumb_breakpoint and
5178 tdep->thumb_breakpoint_size.
5179 * arm-wince-tdep.c (arm_wince_thumb_le_breakpoint): New variable.
5180 (arm_wince_init_abi): Override tdep->thumb_breakpoint and
5181 tdep->thumb_breakpoint_size.
5182
5183 * arm-tdep.c (arm_gdbarch_init): Add set_gdbarch_skip_trampoline_code.
5184
5185 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
5186
5187 * NEWS: Mention removed "set mips stack-arg-size" and "set mips
5188 saved-gpreg-size".
5189
5190 * mips-tdep.c (MIPS32_REGSIZE, MIPS64_REGSIZE): New constants.
5191 (size_auto, size_32, size_64, size_enums, mips_abi_regsize_string)
5192 (mips_stack_argsize_string, mips_stack_argsize): Delete.
5193 (mips_abi_regsize): Simplify.
5194 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
5195 (mips_n32n64_return_value, mips_o32_push_dummy_call)
5196 (mips_o32_return_value, mips_o64_push_dummy_call)
5197 (mips_o64_return_value): Propogate constant register sizes. Use the
5198 ABI register size instead of mips_stack_argsize.
5199 (mips_dump_tdep): Don't print mips_stack_argsize.
5200 (_initialize_mips_tdep): Remove saved-gpreg-size and stack-arg-size
5201 settings.
5202
5203 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
5204
5205 * config/mips/linux.mt (DEPRECATED_TM_FILE): Delete.
5206 * config/mips/tm-linux.h: Delete.
5207 * mips-linux-tdep.c (mips_svr4_so_ops): New.
5208 (mips_linux_in_dynsym_resolve_code): Make static. Use
5209 svr4_in_dynsym_resolve_code.
5210 (mips_linux_init_abi): Initialize mips_svr4_so_ops. Call
5211 set_solib_ops.
5212 * solib-svr4.c (svr4_in_dynsym_resolve_code, svr4_so_ops): Make
5213 global.
5214 * solib-svr4.h (svr4_so_ops, svr4_in_dynsym_resolve_code): Declare.
5215 * Makefile.in (mips-linux-tdep.o): Update.
5216 * solib.c (set_solib_ops): New.
5217 (current_target_so_ops): Update comment.
5218 * solib.h (set_solib_ops): New prototype.
5219
5220 2007-05-16 Chris Dearman <chris@mips.com>
5221
5222 * printcmd.c (do_examine): Fix typos in a comment.
5223
5224 2007-05-16 Richard Sandiford <richard@codesourcery.com>
5225
5226 * configure.ac: Allow sysroots to be relocated under $prefix as
5227 well as $exec_prefix.
5228 * configure: Regenerate.
5229
5230 2007-05-14 Ulrich Weigand <uweigand@de.ibm.com>
5231
5232 * hppa-hpux-tdep.c: Do not include <dl.h> or <machine/save_state.h>.
5233 (offsetof): Do not define.
5234 (find_stub_with_shl_get): Use numerical value 3 instead of
5235 symbolic value TYPE_PROCEDURE.
5236
5237 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
5238
5239 * gdb_proc_service.h (paddr_t): Delete typedef.
5240 * proc-service.c (ps_addr_to_core_addr, core_addr_to_ps_addr): New.
5241 (ps_xfer_memory): Take a psaddr_t. Use ps_addr_to_core_addr.
5242 (ps_pglobal_lookup): Take a psaddr_t *. Use core_addr_to_ps_addr.
5243 (ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite): Take a psaddr_t.
5244 * sol-thread.c (gdb_ps_addr_t): Use psaddr_t instead of paddr_t.
5245 * Makefile.in (proc-service.o): Update.
5246
5247 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
5248
5249 * Makefile.in (mips-tdep.o): Update.
5250 * mips-tdep.c (mips_gdbarch_init): Register the dwarf2 CFI
5251 unwinder.
5252
5253 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
5254
5255 * dwarf2-frame.c (dwarf2_frame_prev_register): Use pack_long
5256 instead of store_typed_address.
5257 * value.c (pack_long): New.
5258 (value_from_longest): Use it.
5259 * value.h (pack_long): New prototype.
5260
5261 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
5262
5263 * dwarf2-frame.c (read_encoded_value): Correct typo. Use
5264 DW_EH_PE_signed if appropriate.
5265
5266 2007-05-14 Paul Brook <paul@codesourcery.com>
5267 Daniel Jacobowitz <dan@codesourcery.com>
5268
5269 * dwarf2read.c (dwarf2_debug_line_missing_file_complaint): New
5270 function.
5271 (dwarf_decode_lines): Check for line info without a file.
5272
5273 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
5274
5275 * linux-thread-db.c (thread_db_pid_to_str): Print thread IDs
5276 as hexadecimal.
5277
5278 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
5279
5280 * jv-exp.y (push_fieldnames): Use STRUCTOP_PTR instead of
5281 STRUCTOP_STRUCT.
5282 * jv-lang.c (evaluate_subexp_java): Handle STRUCTOP_PTR instead of
5283 STRUCTOP_STRUCT.
5284 * jv-typeprint.c (java_print_type): Do not crash on NULL varstring.
5285
5286 2007-05-14 Ulrich Weigand <uweigand@de.ibm.com>
5287
5288 * gdbarch.sh (read_sp): Remove.
5289 * gdbarch.c, gdbarch.h: Regenerate.
5290 * frame.c (frame_sp_unwind): Do not call TARGET_READ_SP.
5291
5292 * avr-tdep.c (avr_read_sp): Remove.
5293 (avr_unwind_sp): New function.
5294 (avr_gdbarch_init): Install unwind_sp instead of read_sp callback.
5295 * mips-tdep.c (mips_read_sp): Remove.
5296 (mips_unwind_sp): New function.
5297 (mips_gdbarch_init): Install unwind_sp instead of read_sp callback.
5298 * score-tdep.c (score_read_unsigned_register): Remove.
5299 (score_read_sp): Remove.
5300 (score_unwind_sp): New function.
5301 (score_gdbarch_init): Install unwind_sp instead of read_sp callback.
5302
5303 2007-05-14 Maxim Grigoriev <maxim2405@gmail.com>
5304
5305 * buildsym.c (start_subfile): Handle absolute pathnames
5306 while comparing subfile names.
5307
5308 2007-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5309
5310 * hppa-hpux-tdep.c: Include "regcache.h".
5311 * hppa-linux-tdep.c: Likewise.
5312 * hppa-tdep.c: Include "gdb_stdint.h".
5313 (find_unwind_entry): Cast host pointer to uintptr_t before passing
5314 it to paddr_nz.
5315 * Makefile.in: Update dependencies.
5316
5317 2007-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5318
5319 * blockframe.c: Remove obsolete comments.
5320 * alpha-nat.c (fetch_osf_core_registers): Update comment.
5321 * arm-tdep.h (enum gdb_regnum): Remove obsolete part of comment.
5322 * hppa-tdep.h (enum hppa_regnum): Likewise.
5323 * mips-tdep.h: Likewise.
5324 * m68hc11-tdep.c: Likewise.
5325
5326 2007-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5327
5328 * inferior.h (read_sp): Remove prototype.
5329 * regcache.c (read_sp): Remove.
5330 * gcore.c (derive_stack_segment): Use get_frame_sp instead of read_sp.
5331 * infcall.c (call_function_by_hand): Likewise.
5332 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use regcache instead
5333 of calling read_sp.
5334 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
5335
5336 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5337
5338 * i386-linux-nat.c (i386_linux_resume): Use regcache functions
5339 instead of read_register and read_register_pid.
5340
5341 * ia64-linux-nat.c (enable_watchpoints_in_psr): Use REGCACHE
5342 argument instead of PTID. Use regcache functions instead of
5343 read_register_pid.
5344 (ia64_linux_insert_watchpoint): Update call.
5345 (ia64_linux_stopped_data_address): Use regcache functions
5346 instead of read_register_pid and write_register_pid.
5347
5348 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5349
5350 * libunwind-frame.h (struct regcache): Add forward declaration.
5351 (libunwind_get_reg_special): Add REGCACHE argument.
5352 * libunwind-frame.c (libunwind_get_reg_special): Add REGCACHE
5353 argument. Pass it to unw_init_remote_p.
5354
5355 * ia64-tdep.c (ia64_pseudo_register_read): Pass regcache to
5356 libunwind_get_reg_special.
5357 (ia64_access_reg): Remove "write" case.
5358 (ia64_access_fpreg): Likewise. Read from next_frame passed
5359 as callback argument instead of from current_regcache.
5360 (ia64_access_rse_reg): Remove "write" case. Read from regcache
5361 passed as callback argument instead of from current_regcache.
5362 (ia64_access_rse_fpreg): New function.
5363 (ia64_unw_rse_acce): Use it instead of ia64_access_fpreg.
5364
5365 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5366
5367 * NEWS: Mention SPU overlay support.
5368
5369 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5370
5371 * spu-tdep.c (spu_frame_unwind_cache): Add comment.
5372
5373 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5374
5375 * breakpoint.c (remove_breakpoint): Do not remove software
5376 breakpoints in unmapped overlay sections.
5377
5378 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5379
5380 * spu-tdep.c: Include "observer.h".
5381 (spu_frame_unwind_cache): Unwind PC through overlay return stubs.
5382 (spu_overlay_data): New variable.
5383 (struct spu_overlay_table): New type.
5384 (spu_get_overlay_table, spu_overlay_update_osect, spu_overlay_update,
5385 spu_overlay_new_objfile): New functions.
5386 (spu_gdbarch_init): Install spu_overlay_update.
5387 (_initialize_spu_tdep): Register spu_overlay_new_objfile,
5388 allocate spu_overlay_data objfile data.
5389
5390 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5391
5392 * gdbarch.sh (overlay_update): New gdbarch function.
5393 (struct obj_section): Add forward declaration.
5394 * gdbarch.c, gdbarch.h: Regenerate.
5395
5396 * symfile.c (simple_overlay_update): Make global.
5397 (target_overlay_update): Remove variable.
5398 (overlay_is_mapped): Call gdbarch_overlay_update instead of
5399 target_overlay_update.
5400 (overlay_load_command): Likewise.
5401 * symfile.h (struct obj_section): Add forward declaration.
5402 (simple_overlay_update): Add prototype.
5403
5404 * m32r-tdep.c (m32r_gdbarch_init): Install simple_overlay_update.
5405
5406 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5407
5408 * observer.sh: Add "struct objfile" forward declaration.
5409 * target.h (deprecated_target_new_objfile_hook): Remove.
5410 * symfile.c (deprecated_target_new_objfile_hook): Remove.
5411 (clear_symtab_users): Call observer_notify_new_objfile.
5412 (symbol_file_add_with_addrs_or_offsets): Likewise.
5413 * rs6000-nat.c: Include "observer.h".
5414 (vmap_ldinfo): Call observer_notify_new_objfile.
5415 (xcoff_relocate_core): Likewise.
5416 * remote.c (remote_new_objfile_chain): Remove.
5417 (remote_new_objfile): Do not call remote_new_objfile_chain.
5418 (_initialize_remote): Use observer_attach_new_objfile.
5419 * tui/tui-hooks.c (tui_target_new_objfile_chain): Remove.
5420 (tui_new_objfile_hook): Do not call tui_target_new_objfile_chain.
5421 (_initialize_tui_hooks): Use observer_attach_new_objfile.
5422 * aix-thread.c: Include "observer.h".
5423 (target_new_objfile_chain): Remove.
5424 (new_objfile): Do not call target_new_objfile_chain.
5425 (_initialize_aix_thread): Use observer_attach_new_objfile.
5426 * hpux-thread.c: Include "observer.h"
5427 (target_new_objfile_chain): Remove.
5428 (hpux_thread_new_objfile): Make static. Do not call
5429 target_new_objfile_chain.
5430 (_initialize_hpux_thread): Use observer_attach_new_objfile.
5431 * linux-thread-db.c: Include "observer.h".
5432 (target_new_objfile_chain): Remove.
5433 (thread_db_new_objfile): Do not call target_new_objfile_chain.
5434 (_initialize_thread_db): Use observer_attach_new_objfile.
5435 * sol-thread.c: Include "observer.h".
5436 (target_new_objfile_chain): Remove.
5437 (sol_thread_new_objfile): Make static. Do not call
5438 target_new_objfile_chain.
5439 (_initialize_sol_thread): Use observer_attach_new_objfile.
5440 * Makefile.in (aix-thread.o, hpux-thread.o, linux-thread-db.o,
5441 rs6000-nat.o, sol-thread.o, tui-hooks.o): Add dependency on
5442 $(observer_h).
5443
5444 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5445
5446 * gdbarch.sh (remote_translate_xfer_address): Remove.
5447 * gdbarch.h, gdbarch.c: Regenerate.
5448 * arch-utils.c (generic_remote_translate_xfer_address): Remove.
5449 * arch-utils.h (generic_remote_translate_xfer_address): Remove.
5450 * remote.c (remote_write_bytes_aux, remote_read_bytes): Do not
5451 call gdbarch_remote_translate_xfer_address.
5452 * frv-tdep.c (frv_gdbarch_init): Do not call
5453 set_gdbarch_remote_translate_xfer_address.
5454 * ia64-tdep.c (ia64_remote_translate_xfer_address): Remove.
5455 (ia64_gdbarch_init): Do not install it.
5456
5457 2007-05-11 Bob Wilson <bob.wilson@acm.org>
5458
5459 * NEWS: Mention change in handling the -tui option.
5460
5461 2007-05-11 Daniel Jacobowitz <dan@codesourcery.com>
5462
5463 * linux-thread-db.c (enable_thread_event_reporting): Fix comment
5464 typo.
5465
5466 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5467
5468 * breakpoint.c (single_step_breakpoint_inserted_here_p): New function.
5469 (breakpoint_inserted_here_p): Call it.
5470 (software_breakpoint_inserted_here_p): Likewise.
5471
5472 2007-05-10 Ulrich Weigand <uweigand@de.ibm.com>
5473
5474 * inf-ptrace.c (inf_ptrace_register_u_offset): Adapt parameter list.
5475 (inf_ptrace_fetch_register): Add register_u_offset callback parameters
5476 GDBARCH and STORE_P. Handle callback (CORE_ADDR) -1 return value.
5477 (inf_ptrace_store_register): Likewise.
5478 (inf_ptrace_trad_target): Adapt register_u_offset parameter list.
5479 * inf-ptrace.h (inf_ptrace_trad_target): Likewise.
5480
5481 * vax-nat.c (vax_register_u_offset): Adapt parameter list.
5482
5483 * linux-nat.c (linux_trad_target): Adapt parameter list.
5484 * linux-nat.h (linux_trad_target): Likewise.
5485
5486 * alpha-linux-nat.c (alpha_linux_register_u_offset): Adapt parameters.
5487
5488 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Remove.
5489 (mips_linux_cannot_store_register): Likewise.
5490 (mips_linux_register_addr): Add GDBARCH and STORE_P parameters.
5491 Return (CORE_ADDR) -1 for registers that cannot be fetched or
5492 stored via ptrace. Use GDBARCH instead of current_gdbarch.
5493 (mips64_linux_register_addr): Likewise.
5494 (mips_linux_register_u_offset): Adapt parameter list. Pass
5495 GDBARCH and STORE_P on to mips{64}_linux_register_addr.
5496
5497 * config/mips/linux.mh (NAT_FILE): Set to config/nm-linux.h.
5498 * config/mips/nm-linux.h: Delete file.
5499
5500 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
5501
5502 * remote.c (remote_detach): Error out if remote can't detach.
5503
5504 2007-05-10 Luis Machado <luisgpm@br.ibm.com>
5505
5506 * rs6000-tdep.c: (deal_with_atomic_sequence) Stores branch
5507 instruction's opcode in the "opcode" variable and declares new
5508 variable "closing_insn".
5509
5510 2007-05-10 Chris Dearman <chris@mips.com>
5511 Maciej W. Rozycki <macro@mips.com>
5512
5513 * cli/cli-setshow.c (do_setshow_command): Remove trailing
5514 whitespace when setting a var_filename.
5515
5516 2007-05-09 Bob Wilson <bob.wilson@acm.org>
5517
5518 * main.c (captured_main): Recognize -tui option and print an error
5519 message when the TUI is not configured.
5520
5521 2007-05-09 Andreas Schwab <schwab@suse.de>
5522
5523 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Don't
5524 set removed members.
5525 (mipsnbsd_lp64_fetch_link_map_offsets): Likewise.
5526
5527 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
5528
5529 * gdbarch.sh (deprecated_store_struct_return): Remove.
5530 * gdbarch.c, gdbarch.h: Regenerate.
5531 * frv-tdep.c (frv_store_struct_return): Remove.
5532 (frv_gdbarch_init): Do not install it.
5533
5534 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
5535
5536 * config/i386/nm-i386sol2.h (USE_PROC_FS): Do not define.
5537 * config/mips/nm-irix5.h (USE_PROC_FS): Do not define.
5538 * config/nm-linux.h (USE_PROC_FS): Do not undefine.
5539
5540 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
5541
5542 * spu-linux-nat.c: Include "gdb_stdint.h".
5543 (fetch_ppc_register): Use uint64_t instead of unsigned long long.
5544 (fetch_ppc_memory_1, store_ppc_memory_1): Likewise.
5545 (fetch_ppc_memory, store_ppc_memory): Fix coding style.
5546 (spu_symbol_file_add_from_memory): Use strtoulst instead of sscanf.
5547 (spu_child_wait): Mark up string for translation.
5548
5549 2007-05-08 Paul Gilliam <pgilliam@us.ibm.com>
5550 Luis Machado <luisgpm@br.ibm.com>
5551
5552 * rs6000-tdep.c: (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION,
5553 STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION, BC_MASK,
5554 BC_INSTRUCTION): Define.
5555 (deal_with_atomic_sequence): New function.
5556 (rs6000_software_single_step): Call deal_with_atomic_sequence.
5557 (rs6000_gdbarch_init): Install deal_with_atomic_sequence as
5558 gdbarch_software_single_step routine.
5559
5560 2007-05-07 Ulrich Weigand <uweigand@de.ibm.com>
5561
5562 * spu-linux-nat.c (fetch_ppc_register, fetch_ppc_memory_1,
5563 store_ppc_memory_1, fetch_ppc_memory, store_ppc_memory,
5564 parse_spufs_run, spu_bfd_iovec_pread, spu_bfd_open,
5565 spu_symbol_file_add_from_memory, spu_child_post_startup_inferior,
5566 spu_child_post_attach, spu_fetch_inferior_registers,
5567 spu_store_inferior_registers, spu_xfer_partial): Store PPE-side
5568 memory addresses as ULONGEST, not CORE_ADDR.
5569
5570 2007-05-07 Ulrich Weigand <uweigand@de.ibm.com>
5571
5572 * gdbarch.sh: Add skip_permanent_breakpoint callback.
5573 * gdbarch.h, gdbarch.c: Regenerate.
5574
5575 * infrun.c (SKIP_PERMANENT_BREAKPOINT): Remove default definition.
5576 (resume): Call gdbarch_skip_permanent_breakpoint instead of
5577 SKIP_PERMANENT_BREAKPOINT. Inline default case.
5578
5579 * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): Make static.
5580 Add REGCACHE argument. Use it instead of read/write_register.
5581 (hppa_hpux_init_abi): Install hppa_skip_permanent_breakpoint.
5582
5583 * config/pa/tm-hppah.h: Delete file.
5584 * config/pa/hppa64.mt (DEPRECATED_TM_FILE): Set to tm-hppa.h.
5585 * config/pa/hppahpux.mt (DEPRECATED_TM_FILE): Likewise.
5586
5587 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
5588
5589 * Makefile.in (c-lang.o, gnu-v3-abi.o): Update.
5590 * NEWS: Mention improved C++ thunk support.
5591 * c-lang.c (cplus_language_defn): Mention cplus_skip_trampoline.
5592 * cp-abi.c (cplus_skip_trampoline): New.
5593 * cp-abi.h (cplus_skip_trampoline): New prototype.
5594 (struct cp_abi_ops): Add skip_trampoline member.
5595 * gnu-v3-abi.c (gnuv3_skip_trampoline): New.
5596 (init_gnuv3_ops): Set skip_trampoline.
5597
5598 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
5599
5600 * rs6000-tdep.c (struct frame_extra_info): Delete.
5601
5602 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
5603
5604 * linux-thread-db.c: Update some FIXME comments.
5605 (thread_db_xfer_partial): Delete.
5606 (init_thread_db_ops): Do not set to_xfer_partial.
5607
5608 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5609
5610 * inftarg.c, infptrace.c: Remove files.
5611 * Makefile.in (ALLDEPFILES): Remove inftarg.c and infptrace.c
5612 (inftarg.o, infptrace.o): Remove rules.
5613 * gdbcore.h (register_addr): Remove prototype.
5614 * inferior.h (kill_inferior, store_inferior_registers,
5615 fetch_inferior_registers, attach, detach, ptrace_wait, child_resume,
5616 call_ptrace, pre_fork_inferior): Remove prototypes.
5617 * target.h (child_xfer_memory, child_pid_to_exec_file,
5618 child_core_file_to_sym_file, child_post_attach,
5619 child_post_startup_inferior, child_acknowledge_created_inferior,
5620 child_insert_fork_catchpoint, child_remove_fork_catchpoint,
5621 child_insert_vfork_catchpoint, child_remove_vfork_catchpoint,
5622 child_insert_exec_catchpoint, child_remove_exec_catchpoint,
5623 child_follow_fork, child_reported_exec_events_per_exec_call,
5624 child_has_exited, child_thread_alive): Remove prototypes.
5625
5626 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5627
5628 * sparc-nat.h (sparc_fetch_inferior_registers): Add prototype.
5629 (sparc_store_inferior_registers): Likewise.
5630 * sparc-nat.c (fetch_inferior_registers): Rename to ...
5631 (sparc_fetch_inferior_registers): ... this.
5632 (store_inferior_registers): Rename to ...
5633 (sparc_store_inferior_registers): ... this.
5634 (sparc_target): Update callback names.
5635 * sparc-linux.nat.c (_initialize_sparc_linux_nat): Likewise.
5636 * sparc64-linux.nat.c (_initialize_sparc64_linux_nat): Likewise.
5637
5638 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5639
5640 * linux-nat.c (child_post_attach): Rename to ...
5641 (linux_child_post_attach): ... this. Make static.
5642 (child_follow_fork): Rename to ...
5643 (linux_child_follow_fork): ... this. Make static.
5644 (child_insert_fork_catchpoint): Rename to ...
5645 (linux_child_insert_fork_catchpoint): ... this. Make static.
5646 (child_insert_vfork_catchpoint): Rename to ...
5647 (linux_child_insert_vfork_catchpoint): ... this. Make static.
5648 (child_insert_exec_catchpoint): Rename to ...
5649 (linux_child_insert_exec_catchpoint): ... this. Make static.
5650 (child_pid_to_exec_file): Rename to ...
5651 (linux_child_pid_to_exec_file): ... this. Make static.
5652 Add prototype.
5653 (linux_handle_extended_wait): Update call.
5654 (linux_xfer_partial): Update callback routine names.
5655
5656 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5657
5658 * configure.host (alpha*-*-osf[12]*): Remove support.
5659 * NEWS: Mention removed configurations.
5660
5661 * config/alpha/alpha-osf1.mh: Delete file.
5662 * config/alpha/alpha-osf2.mh: Delete file.
5663 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove inftarg.o
5664 and infptrace.o.
5665 * config/alpha/nm-osf.h: Delete file.
5666 * config/alpha/nm-osf2.h: Delete file.
5667 * config/alpha/nm-osf3.h: Do not include "nm-osf2.h".
5668 (START_INFERIOR_TRAPS_EXPECTED): Copy from nm-osf.h.
5669 (PROCFS_DONT_TRACE_FAULTS): Copy from nm-osf2.h.
5670
5671 * alpha-nat.c (ALPHA_UNIQUE_PTRACE_ADDR): Do not define.
5672 (register_addr, kernel_u_size): Remove.
5673 Do not check for "defined(USE_PROC_FS) || defined(HAVE_GREGSET_T)".
5674
5675 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5676
5677 * regcache.c (regcache_invalidate): New function.
5678 (register_cached): Remove.
5679 (set_register_cached): Remove.
5680 (deprecated_registers_fetched): Remove.
5681 (registers_changed): Use regcache_invalidate instead
5682 of set_register_cached.
5683 (regcache_raw_read): Update comment.
5684
5685 * regcache.h (regcache_invalidate): Add prototype.
5686 (register_cached): Remove.
5687 (set_register_cached): Remove.
5688 (deprecated_registers_fetched): Remove.
5689
5690 * findvar.c (value_of_register): Do not call register_cached.
5691 * frame.c (frame_register): Likewise.
5692 * tui/tui-regs.c (tui_get_register): Likewise.
5693
5694 * remote.c (fetch_register_using_p): Do not call set_register_cached.
5695 (process_g_packet): Likewise.
5696 (remote_fetch_registers): Likewise.
5697 * remote-sim.c (gdbsim_fetch_register): Likewise.
5698 * mt-tdep.c (mt_select_coprocessor): Replace set_register_cached call
5699 by regcache_invalidate.
5700 (mt_pseudo_register_write): Likewise.
5701 * sh-tdep.c (sh_pseudo_register_write): Likewise.
5702
5703 * corelow.c (get_core_registers): Replace deprecated_registers_fetched
5704 call by loop over regcache_raw_supply (..., NULL).
5705
5706 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5707
5708 * target.h (struct target_ops): Add REGCACHE parameter to
5709 to_prepare_to_store.
5710 (target_prepare_to_store): Likewise.
5711 * target.c (debug_to_prepare_to_store): Add REGCACHE parameter.
5712 (update_current_target): Adapt prepare_to_store de_fault rule.
5713
5714 * regcache.c (regcache_raw_write): Pass regcache to
5715 target_prepare_to_store.
5716
5717 * inftarg.c (child_prepare_to_store): Add REGCACHE parameter.
5718 Do not call CHILD_PREPARE_TO_STORE.
5719 * gnu-nat.c (gnu_prepare_to_store): Likewise.
5720 * procfs.c (procfs_prepare_to_store): Likewise.
5721
5722 * inf-child.c (inf_child_prepare_to_store): Add REGCACHE parameter.
5723 * go32-nat.c (go32_prepare_to_store): Likewise.
5724 * monitor.c (monitor_prepare_to_store): Likewise.
5725 * nto-procfs.c (procfs_prepare_to_store): Likewise.
5726 * remote-m32r-sdi.c (m32r_prepare_to_store): Likewise.
5727 * remote-mips.c (mips_prepare_to_store): Likewise.
5728 * remote-sim.c (gdbsim_prepare_to_store): Likewise.
5729 * win32-nat.c (win32_prepare_to_store): Likewise.
5730
5731 * remote.c (remote_prepare_to_store): Add REGCACHE parameter.
5732 Use it instead of current_regcache.
5733
5734 * hpux-thread.c (hpux_thread_prepare_to_store): Add REGCACHE
5735 parameter. Pass it on to next target.
5736 * sol-thread.c (sol_thread_prepare_to_store): Likewise.
5737
5738 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5739
5740 * target.h (struct regcache): Add forward declaration.
5741 (struct target_ops): Add REGCACHE parameter to to_fetch_registers
5742 and to_store_registers target operations.
5743 (target_fetch_registers, target_store_registers): Update.
5744
5745 * regcache.c (regcache_raw_read): Replace register_cached by
5746 regcache_valid_p. Pass regcache to target_fetch_registers.
5747 (regcache_raw_write): Pass regcache to target_store_registers.
5748
5749 * arm-linux-nat.c (store_fpregister, store_fpregs, store_register,
5750 store_regs, store_wmmx_regs): Replace register_cached by
5751 regcache_valid_p.
5752
5753 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd): Pass current_regcache
5754 to target_fetch_registers calls.
5755 * corelow.c (core_open): Likewise.
5756 * linux-nat.c (linux_nat_corefile_thread_callback): Likewise.
5757 * proc-service.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
5758 ps_lsetfpregs): Likewise.
5759 * sol-thread.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
5760 ps_lsetfpregs): Likewise.
5761 * win32-nat.c (win32_resume): Likewise.
5762 * ia64-tdep.c (ia64_store_return_value): Pass current_regcache
5763 to target_store_registers call.
5764 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
5765
5766 * inferior.h (store_inferior_registers): Update prototype.
5767 (fetch_inferior_registers): Likewise.
5768 * gnu-nat.c (gnu_store_registers, gnu_fetch_registers): Likewise.
5769 * mips-linux-nat.c (super_fetch_registers, super_store_registers):
5770 Update function pointer signatures.
5771
5772 * aix-thread.c (aix_thread_fetch_registers): Add REGCACHE parameter,
5773 use it instead of current_regcache, update calls.
5774 (aix_thread_store_registers): Likewise.
5775 * alphabsd-nat.c (alphabsd_fetch_inferior_registers): Likewise.
5776 (alphabsd_store_inferior_registers): Likewise.
5777 * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Likewise.
5778 (amd64bsd_store_inferior_registers): Likewise.
5779 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers): Likewise.
5780 (amd64_linux_store_inferior_registers): Likewise.
5781 * arm-linux-nat.c (fetch_fpregister, fetch_fpregs, store_fpregister,
5782 store_fpregs, fetch_register, fetch_regs, store_register, store_regs,
5783 fetch_wmmx_regs, store_wmmx_regs): Likewise.
5784 (arm_linux_fetch_inferior_registers): Likewise.
5785 (arm_linux_store_inferior_registers): Likewise.
5786 * armnbsd-nat.c (fetch_register, fetch_regs, fetch_fp_register,
5787 fetch_fp_regs, armnbsd_fetch_registers): Likewise.
5788 (store_register, store_regs, store_fp_register, store_fp_regs,
5789 armnbsd_store_registers): Likewise.
5790 * bsd-kvm.c (bsd_kvm_fetch_pcb, bsd_kvm_fetch_registers): Likewise.
5791 * bsd-uthread.c (bsd_uthread_fetch_registers): Likewise.
5792 (bsd_uthread_store_registers): Likewise.
5793 * corelow.c (get_core_registers): Likewise.
5794 * go32-nat.c (fetch_register, go32_fetch_registers, store_register,
5795 go32_store_registers): Likewise.
5796 * hppabsd-nat.c (hppabsd_fetch_registers): Likewise.
5797 (hppabsd_store_registers): Likewise.
5798 * hppa-hpux-nat.c (hppa_hpux_fetch_register): Likewise.
5799 (hppa_hpux_fetch_inferior_registers): Likewise.
5800 (hppa_hpux_store_register): Likewise.
5801 (hppa_hpux_store_inferior_registers): Likewise.
5802 * hppa-linux-nat.c (fetch_register, store_register): Likewise.
5803 (hppa_linux_fetch_inferior_registers): Likewise.
5804 (hppa_linux_store_inferior_registers): Likewise.
5805 * hpux-thread.c (hpux_thread_fetch_registers): Likewise.
5806 (hpux_thread_store_registers): Likewise.
5807 * i386bsd-nat.c (i386bsd_fetch_inferior_registers): Likewise.
5808 (i386bsd_store_inferior_registers): Likewise.
5809 * i386gnu-nat.c (fetch_fpregs, gnu_fetch_registers, store_fpregs,
5810 gnu_store_registers): Likewise.
5811 * i386-linux-nat.c (fetch_register, store_register, fetch_regs,
5812 store_regs, fetch_fpregs, store_fpregs, fetch_fpxregs, store_fpxregs):
5813 Likewise.
5814 (i386_linux_fetch_inferior_registers): Likewise.
5815 (i386_linux_store_inferior_registers): Likewise.
5816 * ia64-linux-nat.c (ia64_linux_fetch_register): Likewise.
5817 (ia64_linux_fetch_registers): Likewise.
5818 (ia64_linux_store_register): Likewise.
5819 (ia64_linux_store_registers): Likewise.
5820 * inf-child.c (inf_child_fetch_inferior_registers): Likewise.
5821 (inf_child_store_inferior_registers): Likewise.
5822 * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
5823 (inf_ptrace_fetch_registers): Likewise.
5824 (inf_ptrace_store_register): Likewise.
5825 (inf_ptrace_store_registers): Likewise.
5826 * infptrace.c (fetch_register, store_register): Likewise.
5827 (fetch_inferior_registers, store_inferior_registers): Likewise.
5828 * m32r-linux-nat.c (fetch_regs, store_regs): Likewise.
5829 (m32r_linux_fetch_inferior_registers): Likewise.
5830 (m32r_linux_store_inferior_registers): Likewise.
5831 * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Likewise.
5832 (m68kbsd_store_inferior_registers): Likewise.
5833 * m68klinux-nat.c (fetch_register, old_fetch_inferior_registers,
5834 store_register, old_store_inferior_registers, fetch_regs, store_regs,
5835 fetch_fpregs, store_fpregs): Likewise.
5836 (m68k_linux_fetch_inferior_registers): Likewise.
5837 (m68k_linux_store_inferior_registers): Likewise.
5838 * m88kbsd-nat.c (m88kbsd_fetch_inferior_registers): Likewise.
5839 (m88kbsd_store_inferior_registers): Likewise.
5840 * mips64obsd-nat.c (mips64obsd_fetch_inferior_registers): Likewise.
5841 (mips64obsd_store_inferior_registers): Likewise.
5842 * mips-linux-nat.c (mips64_linux_regsets_fetch_registers): Likewise.
5843 (mips64_linux_regsets_store_registers): Likewise.
5844 (mips64_linux_fetch_registers): Likewise.
5845 (mips64_linux_store_registers): Likewise.
5846 * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers): Likewise.
5847 (mipsnbsd_store_inferior_registers): Likewise.
5848 * monitor.c (monitor_fetch_register, monitor_store_register): Likewise.
5849 (monitor_fetch_registers, monitor_store_registers): Likewise.
5850 * nto-procfs.c (procfs_fetch_registers): Likewise.
5851 (procfs_store_registers): Likewise.
5852 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register,
5853 fetch_register, supply_vrregset, fetch_altivec_registers,
5854 fetch_ppc_registers, ppc_linux_fetch_inferior_registers): Likewise.
5855 (store_altivec_register, store_spe_register, store_register,
5856 fill_vrregset, store_altivec_registers, store_ppc_registers,
5857 ppc_linux_store_inferior_registers): Likewise.
5858 * ppcnbsd-nat.c (ppcnbsd_fetch_inferior_registers): Likewise.
5859 (ppcnbsd_store_inferior_registers): Likewise.
5860 * ppcobsd-nat.c (ppcobsd_fetch_registers): Likewise.
5861 (ppcobsd_store_registers): Likewise.
5862 * procfs.c (procfs_fetch_registers, procfs_store_registers): Likewise.
5863 * remote.c (fetch_register_using_p, process_g_packet,
5864 fetch_registers_using_g, remote_fetch_registers): Likewise.
5865 (store_register_using_P, store_registers_using_G,
5866 remote_store_registers): Likewise.
5867 * remote-m32r-sdi.c (m32r_fetch_registers, m32r_fetch_register,
5868 m32r_store_register, m32r_store_register): Likewise.
5869 * remote-mips.c (mips_fetch_registers, mips_store_registers): Likewise.
5870 * remote-sim.c (gdbsim_fetch_register): Likewise.
5871 (gdbsim_store_register): Likewise.
5872 * rs6000-nat.c (fetch_register, store_register): Likewise.
5873 (rs6000_fetch_inferior_registers): Likewise.
5874 (rs6000_store_inferior_registers): Likewise.
5875 * s390-nat.c (fetch_regs, store_regs): Likewise.
5876 (fetch_fpregs, store_fpregs): Likewise.
5877 (s390_linux_fetch_inferior_registers): Likewise.
5878 (s390_linux_store_inferior_registers): Likewise.
5879 * shnbsd-nat.c (shnbsd_fetch_inferior_registers): Likewise.
5880 (shnbsd_store_inferior_registers): Likewise.
5881 * sol-thread.c (sol_thread_fetch_registers): Likewise.
5882 (sol_thread_store_registers): Likewise.
5883 * sparc-nat.c (fetch_inferior_registers): Likewise.
5884 (store_inferior_registers): Likewise.
5885 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
5886 (spu_store_inferior_registers): Likewise.
5887 * target.c (debug_print_register): Likewise.
5888 (debug_to_fetch_registers, debug_to_store_registers): Likewise.
5889 * vaxbsd-nat.c (vaxbsd_fetch_inferior_registers): Likewise.
5890 (vaxbsd_store_inferior_registers): Likewise.
5891 * win32-nat.c (do_win32_fetch_inferior_registers): Likewise.
5892 (win32_fetch_inferior_registers): Likewise.
5893 (win32_store_inferior_registers): Likewise.
5894
5895 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5896
5897 * gdbcore.h (struct regcache): Add forward declaration.
5898 (struct core_fns): Add REGCACHE argument to core_read_registers
5899 callback.
5900 * corelow.c (get_core_register_section): Add REGCACHE argument,
5901 use it instead of current_regcache, pass it to core_read_registers
5902 callback.
5903 (get_core_registers): Add current_regcache as parameter to
5904 get_core_register_section calls.
5905
5906 * alpha-nat.c (fetch_osf_core_registers): Add REGCACHE argument,
5907 use it instead of current_regcache.
5908 * armnbsd-nat.c (fetch_core_registers): Likewise.
5909 (fetch_elfcore_registers): Likewise.
5910 * core-regset.c (fetch_core_registers): Likewise.
5911 * cris-tdep.c (fetch_core_registers): Likewise.
5912 * irix5-nat.c (fetch_core_registers): Likewise.
5913 * m68klinux-nat.c (fetch_core_registers): Likewise.
5914 * mips-linux-tdep.c (fetch_core_registers): Likewise.
5915 * win32-nat.c (fetch_elf_core_registers): Likewise.
5916
5917 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5918
5919 * gregset.h (struct regcache): Add forward declaration.
5920 (supply_gregset): Add REGCACHE parameter, make GREGS const.
5921 (supply_fpregset): Add REGCACHE parameter, make FPREGS const.
5922 (supply_fpxregset): Add REGCACHE parameter, make FPXREGS const.
5923 (fill_gregset): Add REGCACHE parameter.
5924 (fill_fpregset): Likewise.
5925 (fill_fpxregset): Likewise.
5926
5927 Update all definitions accordingly:
5928 * alphabsd-nat.c, alpha-linux-nat.c, alpha-nat.c, amd64-linux-nat.c,
5929 arm-linux-nat.c, hppa-linux-nat.c, i386gnu-nat.c, i386-linux-nat.c,
5930 i386-sol2-nat.c, i386v4-nat.c, ia64-linux-nat.c, irix5-nat.c,
5931 m32r-linux-nat.c, m68klinux-nat.c, mips-linux-nat.c, ppc-linux-nat.c,
5932 s390-nat.c, sparc64-linux-nat.c, sparc-linux-nat.c, sparc-sol2-nat.c
5933 (supply_gregset): Add REGCACHE parameter, use it instead of
5934 current_regcache. Make GREGSETP parameter const, adapt casts.
5935 (supply_fpregset): Add REGCACHE parameter, use it instead of
5936 current_regcache. Make FPREGSETP parameter const, adapt casts.
5937 (fill_gregset): Add REGCACHE parameter, use it instead of
5938 current_regcache.
5939 (fill_fpregset): Likewise.
5940
5941 Update all callers to pass in current_regcache as the new argument:
5942 * core-regset.c: Include "regcache.h".
5943 (fetch_core_registers): Update supply_gregset,and supply_fpregset calls.
5944 * procfs.c: Include "regcache.h".
5945 (procfs_fetch_registers): Update supply_gregset, supply_fpregset calls.
5946 (procfs_store_registers): Update fill_gregset, fill_fpregset calls.
5947 (procfs_do_thread_registers): Likewise.
5948 (procfs_make_note_section): Likewise.
5949 * proc-service.c: Include "regcache.h".
5950 (ps_lgetregs): Update fill_gregset call.
5951 (ps_lsetregs): Update supply_gregset call.
5952 (ps_lgetfpregs): Update fill_fpregset call.
5953 (ps_lsetfpregs): Update supply_fpregset call.
5954 * sol-thread.c (sol_thread_fetch_registers): Update supply_gregset,
5955 supply_fpregset calls.
5956 (sol_thread_store_registers): Update fill_gregset, fill_fpregset calls.
5957 (ps_lgetregs): Update fill_gregset call.
5958 (ps_lsetregs): Update supply_gregset call.
5959 (ps_lgetfpregs): Update fill_fpregset call.
5960 (ps_lsetfpregs): Update supply_fpregset call.
5961
5962 * linux-nat.c (linux_nat_do_thread_registers): Update fill_gregset,
5963 fill_fpregset, and fill_fpxregset calls.
5964 * i386-linux-nat.c (fetch_regs): Update supply_gregset call.
5965 (store_regs): Update fill_gregset call.
5966 (fetch_fpregs): Update supply_fpregset call.
5967 (store_fpregs): Update fill_fpregset call.
5968 (fetch_fpxregs): Update supply_fpxregset call.
5969 (store_fpxregs): Update fill_fpxregset call.
5970 * m32r-linux-nat.c (fetch_regs): Update supply_gregset call.
5971 (store_regs): Update fill_gregset call.
5972 * m68klinux-nat.c (fetch_regs): Update supply_gregset call.
5973 (store_regs): Update fill_gregset call.
5974 (fetch_fpregs): Update supply_fpregset call.
5975 (store_fpregs): Update fill_fpregset call.
5976 (fetch_core_registers): Update supply_gregset, supply_fpregset calls.
5977 * s390-nat.c (fetch_regs): Update supply_gregset call.
5978 (store_regs): Update fill_gregset call.
5979 (fetch_fpregs): Update supply_fpregset call.
5980 (store_fpregs): Update fill_fpregset call.
5981
5982 * Makefile.in (core-regset.o, procfs.o, proc-service.o): Update
5983 dependencies.
5984
5985 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5986
5987 * monitor.c (monitor_supply_register): Add REGCACHE parameter, use
5988 it instead of current_regcache.
5989 (parse_register_dump): Add REGCACHE parameter, pass it to
5990 supply_register callback.
5991 (monitor_dump_reg_block): Add REGCACHE parameter, pass it to
5992 parse_register_dump.
5993 (monitor_dump_regs): Add REGCACHE parameter, pass it to
5994 parse_register_dump and dumpregs callback.
5995 (monitor_wait): Pass current_regcache to parse_register_dump and
5996 monitor_dump_regs.
5997 (monitor_fetch_register): Pass current_regcache to
5998 monitor_supply_register.
5999 (monitor_fetch_registers): Pass current_regcache to
6000 monitor_dump_regs.
6001 * monitor.h (struct monitor_ops): Add REGCACHE parameter to
6002 supply_register and dumpregs callbacks.
6003 (monitor_supply_register, monitor_dump_reg_block): Update
6004 prototypes.
6005 * dbug-rom.c (dbug_supply_register): Add REGCACHE parameter. Pass
6006 it to monitor_supply_register.
6007 * dink32-rom.c (dink32_supply_register): Likewise.
6008 * ppcbug-rom.c (ppcbug_supply_register): Likewise.
6009 * m32r-rom.c (m32r_supply_register): Likewise. Also, use REGCACHE
6010 instead of current_regcache.
6011
6012 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
6013
6014 * i386-nto-tdep.c (i386nto_supply_gregset, i386nto_supply_fpregset):
6015 Add REGCACHE parameter. Use it instead of current_regcache.
6016 (i386nto_supply_regset): Add REGCACHE parameter, pass it to
6017 i386nto_supply_gregset and i386nto_supply_fpregset.
6018 (i386nto_regset_fill): Add REGCACHE parameter; use it instead
6019 of current_regcache.
6020
6021 * nto-procfs.c (procfs_fetch_registers): Pass current_regcache to
6022 nto_supply_ helper functions.
6023 (procfs_store_registers): Pass current_regcache to nto_regset_fill.
6024
6025 * nto-tdep.c (nto_dummy_supply_regset): Add REGCACHE parameter.
6026
6027 * nto-tdep.h (struct nto_target_ops): Add REGCACHE parameter to
6028 supply_greget, supply_fpregset, supply_altregset, supply_regset,
6029 and regset_fill member function pointers.
6030 (nto_dummy_supply_regset): Adapt prototype.
6031
6032 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
6033
6034 * shnbsd-tdep.c (shnbsd_supply_reg): Add REGCACHE parameter, use it
6035 instead of current_regcache. Make REGS const.
6036 (shnbsd_fill_reg): Add REGCACHE parameter; replace current_regcache.
6037 * shnbsd-tdep.h (shnbsd_supply_reg, shnbsd_fill_reg): Update
6038 prototypes.
6039 * shnbsd-nat.c: Include "regcache.h".
6040 (shnbsd_fetch_inferior_registers): Pass current_regcache to
6041 shnbsd_supply_reg.
6042 (shnbsd_store_inferior_registers): Pass current_regcache to
6043 shnbsd_fill_reg.
6044 * Makefile.in (shbsd-nat.o): Update dependencies.
6045
6046 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
6047
6048 * mips-linux-tdep.c (supply_32bit_reg): Add REGCACHE parameter. Use it
6049 instead of current_regcache.
6050 (mips_supply_gregset): Likewise. Pass REGCACHE to supply_32bit_reg.
6051 Make GREGSETP const, remove superfluous casts.
6052 (mips_fill_gregset): Add REGCACHE parameter; replace current_regcache.
6053 (mips_supply_fpregset): Likewise. Make FPREGSETP const, remove
6054 superfluous casts.
6055 (mips_fill_fpregset): Add REGCACHE parameter; replace current_regcache.
6056 (supply_64bit_reg): Likewise
6057 (mips64_supply_gregset): Likewise. Pass REGCACHE to supply_64bit_reg.
6058 Make GREGSETP const, adapt casts accordingly.
6059 (mips64_fill_gregset): Add REGCACHE parameter; replace current_regcache.
6060 (mips64_supply_fpregset): Likewise. Make FPREGSET const, adapt
6061 casts accordingly.
6062 (mips64_fill_fpregset): Add REGCACHE parameter; replace current_regcache.
6063 (fetch_core_registers): Pass current_regcache to mips{64}_(supply|fill)_
6064 helper routines.
6065 * mips-linux-tdep.h (mips_supply_gregset, mips_fill_gregset,
6066 mips_supply_fpregset, mips_fill_fpregset, mips64_supply_gregset,
6067 mips64_fill_gregset, mips64_supply_fpregset, mips64_fill_fpregset):
6068 Adapt prototypes.
6069 * mips-linux-nat.c: Include "regcache.h".
6070 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Pass
6071 current_regcache to mips{64}_(supply|fill)_ helper routines.
6072 (mips64_linux_regsets_fetch_registers): Likewise.
6073 (mips64_linux_regsets_store_registers): Likewise.
6074
6075 * mipsnbsd-tdep.c (mipsnbsd_supply_reg, mipsnbsd_supply_fpreg): Add
6076 REGCACHE argument; replace current_regcache. Make REGS const.
6077 (mipsnbds_fill_reg, mipsnbsd_fill_fpreg): Add REGCACHE argument;
6078 replace current_regcache.
6079 * mipsnbsd-tdep.h (ipsnbsd_supply_reg, mipsnbsd_supply_fpreg,
6080 mipsnbds_fill_reg, mipsnbsd_fill_fpreg): Adapt prototypes.
6081 * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers,
6082 mipsnbsd_store_inferior_registers): Pass current_regcache to
6083 mipsnbsd_(supply|fill)_... helper routines.
6084
6085 * Makefile.in (mips-linux-nat.o): Update dependencies.
6086
6087 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
6088
6089 * i387-tdep.c (i387_fill_fsave, i387_fill_fxsave): Remove.
6090 * i387-tdep.h (i387_fill_fsave, i387_fill_fxsave): Remove prototypes.
6091 * i368-linux-nat.c (supply_fpregset, supply_fpxregset): Replace
6092 i387_fill_fsave and i387_fill_fxsave calls by inline copies.
6093 * i386-nto-tdep.c (i386nto_regset_fill): Likewise.
6094 * i386gnu-nat.c (store_fpregs): Likewise.
6095 * i386v4-nat.c (fill_fpregset): Likewise.
6096 * go32-nat.c (store_register, go32_store_registers): Likewise.
6097
6098 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
6099
6100 * cris-tdep.c (supply_gregset): Rename to ...
6101 (cris_supply_gregset): ... this. Add REGCACHE parameter. Use it
6102 instead of current_regcache.
6103 (fetch_core_registers): Update call. Pass current_regcache.
6104
6105 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
6106
6107 * arnmnbsd-nat.c (supply_gregset): Rename to ...
6108 (arm_supply_gregset): ... this. Add REGCACHE parameter.
6109 Use it instead of current_regcache.
6110 (supply_fparegset): Rename to ...
6111 (arm_supply_fparegset): ... this. Add REGCACHE parameter.
6112 Use it instead of current_regcache.
6113 (fetch_regs, fetch_fp_regs): Update calls. Pass current_regcache.
6114 (fetch_core_registers, fetch_elfcore_registers): Likewise.
6115
6116 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
6117
6118 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs,
6119 alpha_supply_fp_regs, alpha_fill_fp_regs): Add REGCACHE parameter,
6120 use it instead of current_regcache.
6121 * alpha-tdep.h (struct regcache): Add forward declaration.
6122 (alpha_supply_int_regs, alpha_fill_int_regs, alpha_supply_fp_regs,
6123 alpha_fill_fp_regs): Update prototypes.
6124
6125 * alpha-nat.c: (supply_gregset, fill_gregset, supply_fpregset,
6126 fill_fpregset): Pass current_regcache to alpha_supply/fill_ routines.
6127 * alpha-linux-nat.c: Include "regcache.h".
6128 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Pass
6129 current_regcache to alpha_supply/fill_ routines.
6130
6131 * alphabsd-tdep.c: Include "regcache.h".
6132 (alphabsd_supply_reg, alphabsd_supply_fpreg): Add REGCACHE paramter,
6133 pass it to alpha_supply_ routines. Make REGS const.
6134 (alphabsd_fill_reg, alphabsd_fill_fpreg): Add REGCACHE parameter,
6135 pass it to alpha_fill_ routines.
6136 * alphabsd-tdep.h (struct regcache): Add forward declaration.
6137 (alphabsd_supply_reg, alphabsd_fill_reg, alphabsd_supply_fpreg,
6138 alphabsd_fill_fpreg): Update prototypes.
6139
6140 * alphanbsd-nat.c (supply_gregset, fill_gregset, supply_fpregset,
6141 fill_fpregset, alphabsd_fetch_inferior_registers,
6142 alphabsd_store_inferior_registers): Pass current_regcache to
6143 alphabsd_supply/fill_ routines.
6144
6145 * Makefile.in (alpha-linux-nat.o, alphabsd-tdep.o): Update
6146 dependencies.
6147
6148 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
6149
6150 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs,
6151 supply_sprs64, supply_sprs32): Add REGCACHE parameter, use it
6152 instead of current_regcache.
6153 (fetch_regs_user_thread, fetch_regs_kernel_thread): Add
6154 REGCACHE parameter, pass it to supply_ routines.
6155 (aix_thread_fetch_registers): Pass current_regcache to
6156 fetch_regs_user_thread and fetch_regs_kernel_thread.
6157
6158 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs64, fill_sprs32):
6159 Add REGCACHE parameter, use it instead of current_regcache.
6160 Call regcache_valid_p instead of register_cached.
6161 (store_regs_user_thread, store_regs_kernel_thread): Likewise.
6162 Also, pass REGCACHE to fill_ routines.
6163 (aix_thread_store_registers): Pass current_regcache to
6164 store_regs_user_thread and store_regs_kernel_thread.
6165
6166 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
6167
6168 * m32r-linux-nat.c (supply_gregset): Do not modify contents
6169 pointed to by GREGSETP.
6170
6171 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
6172
6173 * irix5-nat.c (fill_gregset): Use regcache_raw_collect instead
6174 of regcache_raw_read_signed.
6175 (fill_fpregset): Use regcache_raw_collect instead of
6176 regcache_raw_read.
6177
6178 2007-05-03 Kevin Buettner <kevinb@redhat.com>
6179
6180 * mips-tdep.c (mips_eabi_push_dummy_call): When pushing floating
6181 point arguments, test explicitly for use of the EABI32 ABI
6182 instead of inferring this condition from tests on register
6183 sizes.
6184
6185 2007-05-03 Kevin Buettner <kevinb@redhat.com>
6186
6187 * breakpoint.c (set_raw_breakpoint): Adjust breakpoint's address
6188 prior to allocating its location.
6189
6190 2007-05-02 Maciej W. Rozycki <macro@mips.com>
6191
6192 * mips-tdep.c (mips_o32_push_dummy_call): Remove conditions
6193 based on mips_abi_regsize() whose result is known in advance.
6194 (mips_o64_push_dummy_call): Likewise.
6195
6196 2007-04-29 Ulrich Weigand <uweigand@de.ibm.com>
6197
6198 * m68klinux-nat.c: Remove #ifndef USE_PROC_FS check.
6199 * m68k-tdep.c: Remove code within #ifdef USE_PROC_FS.
6200
6201 * mips-linux-nat.c: Include "gregset.h".
6202 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Move
6203 from mips-linux-tdep.c. Change parameter type to gdb_gregset_t.
6204 * mips-linux-tdep.c (supply_gregset, fill_gregset, supply_fpregset,
6205 fill_fpregset): Move to mips-linux-nat.c.
6206
6207 * Makefile.in (m68k-tdep.o, mips-linux-nat.o): Update dependencies.
6208
6209 2007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
6210
6211 * regcache.c (deprecated_read_register_gen): Remove, inline ...
6212 (read_register): ... here.
6213 (deprecated_write_register_gen): Remove, inline ...
6214 (write_register): ... here.
6215 * regcache.h (deprecated_read_register_gen): Remove prototype.
6216 (deprecated_write_register_gen): Likewise.
6217
6218 * remote-sim.c (gdbsim_store_register): Replace call to
6219 deprecated_read_register_gen with regcache_cooked_read.
6220 * target.c (debug_print_register): Replace calls to
6221 deprecated_read_register_gen and read_register with
6222 regcache_cooked_read.
6223
6224 2007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
6225
6226 * hpux-thread.c (hpux_thread_store_registers): Use
6227 regcache_raw_collect, not regcache_raw_read.
6228 * irix5-nat.c (fetch_core_registers): Use regcache_raw_supply,
6229 not regcache_raw_write.
6230
6231 2007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
6232
6233 * gdbarch.sh: Remove deprecated_register_byte.
6234 * gdbarch.c, gdbarch.h: Regenerate.
6235 * arch-utils.h (generic_register_size, generic_register_byte): Remove.
6236 * arch-utils.c (generic_register_size, generic_register_byte): Remove.
6237
6238 * regcache.h (regcache_valid_p): Make REGCACHE parameter const.
6239 * regcache.c (regcache_valid_p): Allow to query cooked registers in
6240 read-only register caches. Make REGCACHE parameter const.
6241 (regcache_dump): Do not check DEPRECATED_REGISTER_BYTE.
6242
6243 * mi/mi-main.c (old_regs): Remove.
6244 (mi_setup_architecture_data, _initialize_mi_main): Remove.
6245 (register_changed_p): Reimplement to compare two register caches.
6246 (mi_cmd_data_list_changed_registers): Update caller.
6247 * mi/mi-main.h (mi_setup_architecture_data): Remove.
6248 * mi/mi-interp.c (mi_interpreter_init): Do not call
6249 mi_setup_architecture_data.
6250
6251 2007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
6252
6253 * alpha-nat.c (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE): Do not define,
6254 inline definition at the places the macros are used.
6255 * alpha-linux-nat.c (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE): Likewise.
6256
6257 2007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
6258
6259 * rs6000-aix-tdep.c: Include "regcache.h", "regset.h", and
6260 "gdb_string.h".
6261 (rs6000_aix32_reg_offsets, rs6000_aix64_reg_offsets): New variables.
6262 (rs6000_aix_supply_regset, rs6000_aix_collect_regset): New functions.
6263 (rs6000_aix32_regset, rs6000_aix64_regset): New variables.
6264 (rs6000_aix_regset_from_core_section): New function.
6265 (rs6000_aix_init_osabi): Register it.
6266 (_initialize_rs6000_aix_tdep): Register GDB_OSABI_AIX osabi and
6267 sniffer for bfd_arch_powerpc as well as bfd_arch_rs6000.
6268 * rs6000-nat.c (CoreRegs): Do not define type.
6269 (fetch_core_registers, rs6000_core_fns): Remove.
6270 (_initialize_core_rs6000): Do not register it. Rename to ...
6271 (_initialize_rs6000_nat): ... this.
6272 * Makefile.in (rs6000-aix-tdep.o): Update dependencies.
6273
6274 2007-04-27 Kevin Buettner <kevinb@redhat.com>
6275
6276 * dwarf2expr.c (unsigned_address_type): Add forward declaration.
6277 (dwarf2_read_address): Sign extend return address as required by
6278 target architecture.
6279
6280 2007-04-27 Kevin Buettner <kevinb@redhat.com>
6281
6282 * solib-frv.c (lm_base): Bail out if the main executable has
6283 not been relocated.
6284
6285 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
6286
6287 * alpha-linux-tdep.c (alpha_linux_supply_fpregset): Correct location
6288 of FPCR register in fpregset.
6289
6290 2007-04-27 Maciej W. Rozycki <macro@mips.com>
6291
6292 * Makefile.in (gdbtk-wrapper.o): Update dependencies.
6293 (gdbtk-varobj.o, gdbtk-cmds.o, gdbtk-stack.o): Likewise.
6294
6295 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
6296
6297 * config/rs6000/nm-rs6000.h (CHILD_SPECIAL_WAITSTATUS): Remove.
6298 * rs6000-nat.c (rs6000_wait): New function.
6299 (_initialize_core_rs6000): Install it as to_wait target method.
6300 * target.c (store_waitstatus): Don't check CHILD_SPECIAL_WAITSTATUS.
6301
6302 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
6303
6304 * config/rs6000/nm-rs6000.h (TARGET_CREATE_INFERIOR_HOOK): Remove.
6305 * fork-child.c (fork_inferior): Don't call TARGET_CREATE_INFERIOR_HOOK.
6306 * rs6000-nat.c (super_create_inferior): New variable.
6307 (rs6000_create_inferior): Make static. Adapt argument list. Call
6308 original version of create_inferior via super_create_inferior.
6309 (_initialize_core_rs6000): Install to_create_inferior target method.
6310
6311 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
6312
6313 * aix-thread.c (aix_thread_xfer_memory): Replace by ...
6314 (aix_thread_xfer_partial): ... this.
6315 (init_aix_thread_ops): Install to_xfer_partial instead
6316 of deprecated_xfer_memory target method.
6317
6318 * config/powerpc/aix.mh (NATDEPFILES): Remove infptrace.o
6319 and inftarg.o, add inf-ptrace.o.
6320 * config/rs6000/nm-rs6000.h (FETCH_INFERIOR_REGISTERS,
6321 CHILD_XFER_MEMORY, KERNEL_U_SIZE, kernel_u_size): Remove.
6322 * rs6000-nat.c: Include "inf-ptrace.h" and "gdb_stdint.h".
6323 (fetch_inferior_registers): Rename to ...
6324 (rs6000_fetch_inferior_registers): ... this. Make static.
6325 (store_inferior_registers): Rename to ...
6326 (rs6000_store_inferior_registers): ... this. Make static.
6327 (read_word, child_xfer_memory): Remove.
6328 (rs6000_xfer_partial): New function.
6329 (kernel_u_size): Remove.
6330 (_initialize_core_rs6000): Add inf_ptrace-based target.
6331 * Makefile.in (rs6000-nat.o): Update dependencies.
6332
6333 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
6334
6335 * inf-ptrace.c: Include "gdb_stdint.h".
6336 (inf_ptrace_xfer_partial): Use "uintptr_t" instead of "long" as
6337 intermediate type when casting CORE_ADDR to PTRACE_TYPE_ARG3.
6338 (inf_ptrace_fetch_register): Add intermediate cast to "uintptr_t"
6339 before casting CORE_ADDR to PTRACE_TYPE_ARG3.
6340 (inf_ptrace_store_register): Likewise.
6341 * Makefile.in (inf-ptrace.o): Update dependencies.
6342
6343 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
6344
6345 * configure.host (rs6000-*-*): Merge with powerpc-*-aix* rules.
6346 * configure.tgt (rs6000-*-*): Likewise.
6347 * config/rs6000/aix4.mh: Delete file.
6348 * config/rs6000/aix4.mt: Delete file.
6349 * config/rs6000/rs6000.mh: Delete file.
6350 * config/rs6000/rs6000.mt: Delete file.
6351
6352 * config/powerpc/nm-aix.h: Delete file.
6353 * config/powerpc/aix.mh (NAT_FILE): Set to config/rs6000/nm-rs6000.h.
6354
6355 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
6356
6357 * aix-thread.c (fill_sprs32): Change argument types to "uint32_t *".
6358 Remove obsolete part of comment.
6359 (store_regs_user_thread): Use uint32_t temporaries when calling
6360 fill_sprs32.
6361 (store_regs_kernel_thread): Likewise. Add assertion to verify
6362 correct size of struct ptsprs members.
6363 (aix_thread_xfer_memory): Fix type of myaddr.
6364 (aix_thread_extra_thread_info): Fix compiler warning.
6365 * rs6000-nat.c (rs6000_ptrace64): Change type of buf to "void *".
6366 (fetch_register, store_register): Adapt callers.
6367
6368 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
6369
6370 * vec.h (vec_free): Rename to vec_free_. Adapt users.
6371
6372 2007-04-25 Ulrich Weigand <uweigand@de.ibm.com>
6373
6374 * alpha-linux-tdep.c: Include "gdb_string.h", "regset.h",
6375 and "regcache.h".
6376 (alpha_linux_supply_gregset, alpha_linux_supply_fpregset): New.
6377 (alpha_linux_gregset, alpha_linux_fpregset): New variables.
6378 (alpha_linux_regset_from_core_section): New function.
6379 (alpha_linux_init_abi): Install it.
6380 * alpha-linux-nat.c: Do not include "gdbcore.h". Include
6381 "alpha-tdep.h", <sys/ptrace.h>, <alpha/ptrace.h>,
6382 <sys/procfs.h>, and "gregset.h".
6383 (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE, ALPHA_UNIQUE_PTRACE_ADDR):
6384 Move from config/alpha/nm-linux.h.
6385 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Copy
6386 from alpha-nat.c.
6387 (alpha_linux_register_u_offset): Inline register_addr from alpha-nat.c.
6388 * alpha-nat.c: Remove #ifdef __linux__ section.
6389 (fetch_elf_core_registers, alpha_elf_core_fns): Remove.
6390 (_initialize_core_alpha): Do not register alpha_elf_core_fns.
6391 (ALPHA_UNIQUE_PTRACE_ADDR, ALPHA_REGSET_UNIQUE): Define unconditionally.
6392 (ALPHA_REGSET_BASE): Move from config/alpha/nm-osf.h.
6393 * config/alpha/alpha-linux.mh (NAT_FILE): Set to config/nm-linux.h.
6394 (NATDEPFILES): Remove alpha-nat.o.
6395 * config/alpha/nm-linux.h: Delete file.
6396 * config/alpha/nm-osf.h (ALPHA_REGSET_BASE): Move to alpha-nat.c.
6397 * Makefile.in (alpha-linux-nat.o): Update dependencies.
6398 (alpha-linux-tdep.o): Likewise.
6399
6400 2007-04-25 Ulrich Weigand <uweigand@de.ibm.com>
6401
6402 * mips-linux-nat.c: No longer include "gdbcore.h".
6403 (mips_linux_register_addr): Move from mips-linux-tdep.c.
6404 (mips64_linux_register_addr): Likewise.
6405 (mips_linux_register_u_offset): Call mips_linux_register_addr or
6406 mips64_linux_register_addr instead of register_addr.
6407 * mips-linux-tdep.c (mips_linux_register_addr,
6408 mips64_linux_register_addr): Move to mips-linux-nat.c.
6409 (register_addr): Remove.
6410 (register_addr_data, init_register_addr_data): Remove.
6411 (_initialize_mips_linux_tdep): Do not initialize register_addr_data.
6412 (set_mips_linux_register_addr): Remove.
6413 (mips_linux_init_abi): Do not call set_mips_linux_register_addr.
6414 * Makefile.in (mips-linux-nat.o): Update dependencies.
6415
6416 2007-04-25 Ulrich Weigand <uweigand@de.ibm.com>
6417
6418 * linux-nat.c (linux_register_u_offset): Remove.
6419 (linux_target_install_ops): New function.
6420 (linux_target): Use it.
6421 (linux_trad_target): New function.
6422 * linux-nat.h (linux_trad_target): Declare.
6423
6424 * alpha-linux-nat.c: Include "gdbcore.h".
6425 (alpha_linux_register_u_offset): New function.
6426 (_initialize_alpha_linux_nat): Use linux_trad_target.
6427
6428 * mips-linux-nat.c: Include "gdbcore.h".
6429 (mips_linux_register_u_offset): New function.
6430 (_initialize_mips_linux_nat): Use linux_trad_target.
6431
6432 * config/arm/linux.mh (NAT_FILE): Set to config/nm-linux.h.
6433 * config/arm/nm-linux.h: Delete file.
6434
6435 * config/i386/nm-linux64.h (FETCH_INFERIOR_REGISTERS): Remove.
6436 * config/i386/nm-linux.h (FETCH_INFERIOR_REGISTERS): Remove.
6437
6438 * config/ia64/linux.mh (NAT_FILE): Set to config/nm-linux.h.
6439 * config/ia64/nm-linux.h: Delete file.
6440
6441 * config/m32r/linux.mh (NAT_FILE): Set to config/nm-linux.h.
6442 * config/m32r/nm-linux.h: Delete file.
6443
6444 * config/m68k/linux.mh (NAT_FILE): Set to config/nm-linux.h.
6445 * config/m68k/nm-linux.h: Delete file.
6446
6447 * config/pa/linux.mh (NAT_FILE): Set to config/nm-linux.h.
6448 * config/pa/nm-linux.h: Delete file.
6449
6450 * config/powerpc/linux.mh (NAT_FILE): Set to config/nm-linux.h.
6451 * config/powerpc/ppc64-linux.mh (NAT_FILE): Likewise.
6452 * config/powerpc/nm-linux.h: Delete file.
6453
6454 * config/s390/s390.mh (NAT_FILE): Set to config/nm-linux.h.
6455 * config/s390/nm-linux.h: Delete file.
6456
6457 * config/sparc/linux.mh (NAT_FILE): Set to config/nm-linux.h.
6458 * config/sparc/linux64.mh (NAT_FILE): Likewise.
6459 * config/sparc/nm-linux.h: Delete file.
6460
6461 * Makefile.in (alpha-linux-nat.o): Update dependencies.
6462 (mips-linux-nat.o): Likewise.
6463
6464 2007-04-25 Ulrich Weigand <uweigand@de.ibm.com>
6465
6466 * core-aout.c: Delete file.
6467 * Makefile.in (ALLDEPFILES): Remove core-aout.c.
6468 (core-aout.o): Delete rule.
6469 * gdbcore.h (kernel_u_addr, KERNEL_U_ADDR): Remove.
6470
6471 * config/alpha/nm-linux.h (U_REGS_OFFSET): Remove.
6472
6473 * arm-linux-nat.c (arm_linux_kernel_u_size): Remove.
6474 * config/arm/nm-linux.h (U_REGS_OFFSET, KERNEL_U_SIZE,
6475 KERNEL_U_ADDR): Remove.
6476
6477 * i386-linux-nat.c (register_u_addr, kernel_u_size): Remove.
6478 (cannot_fetch_register, cannot_store_register): Remove.
6479 (fetch_register): Inline cannot_fetch_register and register_addr.
6480 (store_register): Inline cannot_store_register and register_addr.
6481 * config/i386/linux.mh (NATDEPFILES): Remove core-aout.o.
6482 * config/i386/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR,
6483 REGISTER_U_ADDR, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER):
6484 Remove.
6485
6486 * m68klinux-nat.c (m68k_linux_register_u_addr, kernel_u_size): Remove.
6487 (fetch_register): Inline register_addr.
6488 (store_register): Inline register_addr.
6489 * config/m68k/linux.mh (NATDEPFILES): Remove core-aout.o.
6490 * config/m68k/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR,
6491 U_REGS_OFFSET, REGISTER_U_ADDR): Remove.
6492
6493 * config/mips/nm-irix5.h (REGISTER_U_ADDR): Remove.
6494 * config/mips/nm-linux.h (KERNEL_U_SIZE, U_REGS_OFFSET,
6495 REGISTER_U_ADDR): Remove.
6496
6497 * hppa-linux-nat.c (register_addr): Rename to ...
6498 (hppa_linux_register_addr): ... this. Make static.
6499 (fetch_register, store_register): Adapt callers.
6500 * config/pa/nm-linux.h (U_REGS_OFFSET): Remove.
6501
6502 * ppc-linux-nat.c (kernel_u_size): Remove.
6503 * config/powerpc/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR): Remove.
6504
6505 * vax-nat.c (vax_kernel_u_addr, vax_register_u_addr): Make static.
6506 * config/vax/vax.mh (NATDEPFILES): Remove core-aout.o.
6507 (NAT_FILE): Remove.
6508 * config/vax/nm-vax.h: Delete file.
6509
6510 2007-04-20 Mark Shinwell <shinwell@codesourcery.com>
6511
6512 * MAINTAINERS (Write After Approval): Add myself.
6513
6514 2007-04-20 Mark Shinwell <shinwell@codesourcery.com>
6515
6516 * Makefile.in: Adjust dependencies of m68klinux-tdep.c.
6517 * m68klinux-tdep.c (m68k_uclinux_sigcontext_reg_offset): New.
6518 (m68k_linux_sigcontext_reg_offset): Fix typo.
6519 (target_is_uclinux): New.
6520 (m68k_linux_inferior_created): New.
6521 (m68k_linux_get_sigtramp_info): Check for uClinux or
6522 normal Linux. Use m68k_uclinux_sigcontext_reg_offset for
6523 uClinux.
6524 (_initialize_m68k_linux_tdep): Register
6525 m68k_linux_inferior_created.
6526
6527 2007-04-19 Pedro Alves <pedro_alves@portugalmail.pt>
6528
6529 * win32-nat.c (win32_detach): Remove delete_command call.
6530 Resume inferior with win32_resume instead of win32_continue.
6531
6532 2007-04-19 Jerome Guitton <guitton@adacore.com>
6533
6534 * ser-mingw.c (fd_is_file): New function.
6535 (file_select_thread): New function.
6536 (ser_console_wait_handle): Add special handling for files.
6537
6538 2007-04-18 Denis Pilat <denis.pilat@st.com>
6539
6540 * dwarf2read.c (read_subrange_type): Use DW_ATE_signed default type
6541 when missing from DW_TAG_subrange_type. Remove the handling of null
6542 return from die_type.
6543
6544 2007-04-18 Maciej W. Rozycki <macro@mips.com>
6545
6546 * mips-tdep.c (mips_eabi_push_dummy_call): Revert the last
6547 change to rearrange some brackets.
6548 (mips_n32n64_push_dummy_call): Likewise.
6549 (mips_o32_push_dummy_call): Likewise.
6550 (mips_o64_push_dummy_call): Likewise.
6551
6552 2007-04-18 Denis Pilat <denis.pilat@st.com>
6553
6554 * infcmd.c (post_create_inferior): Start with a call to
6555 target_terminal_ours.
6556
6557 2007-04-17 Maciej W. Rozycki <macro@mips.com>
6558
6559 * mips-tdep.c (mips_eabi_push_dummy_call): Rearrange some
6560 brackets.
6561 (mips_n32n64_push_dummy_call): Likewise. Reformat some
6562 expressions.
6563 (mips_o32_push_dummy_call): Likewise.
6564 (mips_o64_push_dummy_call): Likewise.
6565
6566 2007-04-17 Maciej W. Rozycki <macro@mips.com>
6567
6568 * mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
6569 comment.
6570
6571 2007-04-17 Maciej W. Rozycki <macro@mips.com>
6572
6573 * mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
6574 comment.
6575 (mips_o32_push_dummy_call): Likewise.
6576
6577 2007-04-17 Andreas Schwab <schwab@suse.de>
6578
6579 * symtab.c (skip_prologue_using_sal): Allow the end of the prologue
6580 sal to be bigger than the end of the function.
6581
6582 2007-04-17 Maciej W. Rozycki <macro@mips.com>
6583 Nigel Stephens <nigel@mips.com>
6584
6585 * mips-tdep.c (mips_o32_push_dummy_call): Take account of
6586 argument alignment requirements when calculating stack space
6587 required. When aligning an arg register to eight bytes
6588 boundary, align stack_offset too. Write floating-point
6589 arguments to the appropriate integer register if need go there.
6590 (mips_o64_push_dummy_call): Likewise.
6591
6592 2007-04-14 Ulrich Weigand <uweigand@de.ibm.com>
6593
6594 * gdbarch.sh (software_single_step): Remove "insert_breakpoints_p" and
6595 "sig" arguments, add "regcache" argument.
6596 * gdbarch.c, gdbarch.h: Regenerate.
6597
6598 * infrun.c (resume): Update SOFTWARE_SINGLE_STEP call arguments.
6599 (handle_inferior_event): Call remove_single_step_breakpoints directly
6600 instead of calling SOFTWARE_SINGLE_STEP to remove breakpoints.
6601
6602 * alpha-tdep.c (alpha_software_single_step): Update argument list.
6603 Remove handling of !insert_breakpoints_p case.
6604 * arm-tdep.c (arm_software_single_step): Likewise.
6605 * cris-tdep.c (cris_software_single_step): Likewise.
6606 * mips-tdep.c (mips_software_single_step): Likewise.
6607 * rs6000-tdep.c (rs6000_software_single_step): Likewise.
6608 * sparc-tdep.c (sparc_software_single_step): Likewise.
6609 * spu-tdep.c (spu_software_single_step): Likewise.
6610
6611 * alpha-tdep.h (alpha_software_single_step): Update prototype.
6612 * mips-tdep.h (mips_software_single_step): Likewise.
6613 * rs6000-tdep.h (rs6000_software_single_step): Likewise.
6614 * sparc-tdep.h (sparc_software_single_step): Likewise.
6615
6616 2007-04-14 Ulrich Weigand <uweigand@de.ibm.com>
6617
6618 * alpha-tdep.c (alpha_software_single_step): Do not call write_pc
6619 when removing single-step breakpoints.
6620
6621 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6622
6623 * varobj.h (varobj_set_frozen): New
6624 (varobj_get_frozen): New.
6625 (varobj_update): New parameter explicit.
6626 * varobj.c (struct varobj): New fields frozen
6627 and not_fetched.
6628 (varobj_set_frozen, varobj_get_frozen): New.
6629 (install_new_value): Don't fetch values for
6630 frozen variable object, or children thereof. Allow
6631 a frozen variable object to have non-fetched value.
6632 (varobj_update): Allow updating child variables.
6633 Don't traverse frozen children.
6634 (new_variable): Initialize the frozen field.
6635 (c_value_of_variable): Return NULL for frozen
6636 variable without any value yet.
6637 * mi/mi-cmd-var.c (varobj_update_one): New parameter
6638 'explicit'.
6639 (mi_cmd_var_create): Output the 'frozen' field,
6640 as soon as testsuite is adjusted to expect that field.
6641 (mi_cmd_var_set_frozen): New.
6642 (mi_cmd_var_update): Pass the 'explicit' parameter to
6643 varobj_update_one.
6644 * mi/mi-cmds.c (mi_cmds): Register '-var-set-frozen'.
6645 * mi/mi-cmds.h (mi_cmd_var_set_frozen): Declare.
6646
6647 2007-04-13 Paul Brook <paul@codesourcery.com>
6648
6649 * target-descriptions.c (tdesc_named_type): Add ieee_single and
6650 ieee_double.
6651 * doc/gdb.texinfo: Document ieee_single and ieee_double target types.
6652
6653 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6654
6655 * mips-mdebug-tdep.c, mips-mdebug-tdep.h, ocd.c, ocd.h, ppc-bdm.c,
6656 remote-e7000.c, remote-hms.c, remote-utils.c, remote-utils.h,
6657 scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h, scm-valprint.c,
6658 ser-e7kpc.c, sh3-rom.c, stop-gdb.c: Delete.
6659 * Makefile.in: Remove references to deleted files.
6660 * README: Do not mention deleted ROM monitor interfaces.
6661 * defs.h (enum language): Delete language_scm.
6662 * expprint.c (print_subexp_standard): Do not handle OP_EXPRSTRING.
6663 (dump_subexp_body_standard): Likewise.
6664 * parse.c (operator_length_standard): Likewise.
6665 * expression.h (enum exp_opcode): Delete OP_EXPRSTRING.
6666 * remote-mips.c: Do not include remote-utils.h.
6667 * remote-sim.c: Likewise. Use remote_debug instead of sr_get_debug
6668 throughout.
6669 * value.c: Do not include scm-lang.h.
6670 (unpack_long): Delete scm_unpack call.
6671 * config/h8300/h8300.mt, config/mips/embed.mt,
6672 config/powerpc/ppc-eabi.mt, config/powerpc/ppc-sim.mt,
6673 config/sh/embed.mt, config/sh/linux.mt: Remove references to
6674 deleted files.
6675 * NEWS: Mention removed files.
6676
6677 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6678
6679 * symfile.c (add_psymbol_with_dem_name_to_list): Remove.
6680 * symfile.h (add_psymbol_with_dem_name_to_list): Remove prototype.
6681
6682 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6683
6684 * NEWS: Mention removal of HP aCC support.
6685
6686 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6687
6688 * solib-svr4.c (IGNORE_FIRST_LINK_MAP_ENTRY): Do not ignore the
6689 first entry for static executables.
6690 (breakpoint_addr): Delete unused variable.
6691 (elf_locate_base): Search for _r_debug in static executables.
6692 (enable_break): Do not set breakpoint_addr. Scan solib_break_names
6693 also.
6694
6695 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6696
6697 * breakpoint.c (update_breakpoints_after_exec, print_it_typical)
6698 (bpstat_what, print_one_breakpoint, allocate_bp_location)
6699 (mention): Remove bp_through_sigtramp support.
6700 * breakpoint.h (enum bptype): Remove bp_through_sigtramp.
6701
6702 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6703
6704 * breakpoint.c (bpstat_what): Give step-resume higher priority than
6705 shlib events.
6706
6707 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6708
6709 * infrun.c: Doc fixes.
6710 (handle_inferior_event): Clarify debug message.
6711 (insert_step_resume_breakpoint_at_sal): Print a debug message.
6712
6713 2007-04-12 Ulrich Weigand <uweigand@de.ibm.com>
6714
6715 * configure.tgt (arm-*-nto*, sh-*-nto*): Remove.
6716
6717 2007-04-12 Ulrich Weigand <uweigand@de.ibm.com>
6718
6719 * config/m68k/tm-monitor.h: Delete file.
6720 * config/m68k/monitor.mt (DEPRECATED_TM_FILE): Remove.
6721 * m68k-tdep.c (m68k_gdbarch_init): set_gdbarch_decr_pc_after_break
6722 call moved to ...
6723 * m68kbsd-tdep.c (m68kbsd_init_abi): ... here and ...
6724 * m68klinux-tdep.c (m68k_linux_init_abi): ... here.
6725
6726 2007-04-12 Luis Machado <luisgpm@br.ibm.com>
6727
6728 * gdbarch.sh (software_single_step): Change the return type
6729 from void to int and reformatted some comments to <= 80
6730 columns.
6731 * gdbarch.c, gdbarch.h: Regenerated.
6732 * alpha-tdep.c (alpha_software_single_step): Likewise.
6733 * alpha-tdep.h (alpha_software_single_step): Likewise.
6734 * arm-tdep.c (arm_software_single_step): Likewise.
6735 * cris-tdep.c (cris_software_single_step): Likewise.
6736 * mips-tdep.c (mips_software_single_step): Likewise.
6737 * mips-tdep.h (mips_software_single_step): Likewise.
6738 * rs6000-tdep.c (rs6000_software_single_step): Likewise.
6739 * rs6000-tdep.h (rs6000_software_single_step): Likewise.
6740 * sparc-tdep.c (sparc_software_single_step): Likewise.
6741 * sparc-tdep.h (sparc_software_single_step): Likewise.
6742 * spu-tdep.c (spu_software_single_step): Likewise.
6743 * infrun.c (resume): Check the return value from SOFTWARE_SINGLE_STEP
6744 and act accordingly.
6745
6746 2007-04-11 Steve Ellcey <sje@cup.hp.com>
6747
6748 * configure.ac (build_warnings): Add -Wno-char-subscripts.
6749 * configure: Regenerate.
6750 * doc/gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
6751
6752 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6753
6754 * libunwind-frame.c (LIBUNWIND_SO): Use major version number for `.so'.
6755
6756 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6757
6758 * gdbtypes.h (TYPE_FLAG_STUB_SUPPORTED, TYPE_STUB_SUPPORTED): New
6759 macros.
6760 (TYPE_IS_OPAQUE): Empty vs. opaque structures are now
6761 distinct on the TYPE_STUB_SUPPORTED debug targets.
6762 * dwarf2read.c (read_structure_type): Set TYPE_FLAG_STUB_SUPPORTED.
6763
6764 2007-04-11 Joel Brobecker <brobecker@adacore.com>
6765
6766 * sparc-tdep.c (X_RS2): New macro.
6767 (sparc_skip_stack_check): New function.
6768 (sparc_analyze_prologue): Adjust PC past stack probing
6769 sequence if necessary.
6770
6771 2007-04-10 Andreas Schwab <schwab@suse.de>
6772
6773 * rs6000-tdep.c (rs6000_dwarf2_reg_to_regnum): Decode 64 as CR
6774 register.
6775
6776 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6777
6778 * breakpoint.c (gdb_breakpoint_query): Really return an
6779 enum gdb_rc.
6780 (gdb_breakpoint): Likewise.
6781 * thread.c (gdb_list_thread_ids): Likewise.
6782 (gdb_thread_select): Likewise.
6783 * mi/mi-main.c (mi_cmd_thread_select): Expect an enum gdb_rc.
6784 (mi_cmd_thread_list_ids): Remove bogus initialization.
6785
6786 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6787
6788 * Makefile.in (SFILES): Remove hpacc-abi.c.
6789 (COMMON_OBS): Remove hpacc-abi.o.
6790 (ALLDEPFILES): Remove hpread.c and $(HPREAD_SOURCE).
6791 (hpacc-abi.o, hpread.o): Delete rules.
6792 * somread.c: Delete extern declarations from hpread.c.
6793 (som_symfile_read): Do not call do_pxdb or hpread_build_psymtabs.
6794 (som_symfile_finish): Do not call hpread_symfile_finish.
6795 (som_symfile_init): Do not call hpread_symfile_init.
6796 * config/pa/hppa64.mt (TDEPFILES): Remove hpread.o.
6797 * config/pa/hppahpux.mt (TDEPFILES): Likewise.
6798 * hpacc-abi.c, hpread.c: Deleted.
6799
6800 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6801
6802 * solib-svr4.c (enable_break): Simplify return value.
6803 (svr4_solib_create_inferior_hook): Do not warn if enable_break fails.
6804
6805 2007-04-10 Andreas Schwab <schwab@suse.de>
6806
6807 * solib-svr4.h (struct link_map_offsets): Remove l_addr_size,
6808 l_ld_size, l_next_size, l_prev_size, l_name_size.
6809
6810 * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Use extract_typed_address
6811 to extract addresses from link map.
6812 (LM_DYNAMIC_FROM_LINK_MAP): Likewise.
6813 (LM_NEXT): Likewise.
6814 (LM_NAME): Likewise.
6815 (IGNORE_FIRST_LINK_MAP_ENTRY): Likewise.
6816 (elf_locate_base): Likewise.
6817 (open_symbol_file_object): Likewise.
6818 (svr4_fetch_objfile_link_map): Likewise.
6819 (SOLIB_EXTRACT_ADDRESS): Remove unused macro.
6820 (HAS_LM_DYNAMIC_FROM_LINK_MAP): Test l_ld_offset instead of
6821 l_ld_size.
6822 (svr4_ilp32_fetch_link_map_offsets): Don't set removed members.
6823 (svr4_lp64_fetch_link_map_offsets): Likewise.
6824
6825 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Don't set
6826 removed members. Set l_ld_offset to -1 if not present.
6827
6828 2007-04-08 Vladimir Prus <vladimir@codesourcery.com>
6829
6830 Pass stderr of program run with "target remote |"
6831 via gdb_stderr.
6832 * serial.c (serial_open): Set error_fd to -1.
6833 * serial.h (struct serial): New field error_fd.
6834 (struct serial_opts): New field avail.
6835 * ser-pipe.c (pipe_open): Create another pair
6836 of sockets. Pass stderr to gdb.
6837 * ser-mingw.c (pipe_windows_open): Pass
6838 PEX_STDERR_TO_PIPE to pex_run. Initialize
6839 sd->error_fd.
6840 (pipe_avail): New.
6841 (_initialize_ser_windows): Hook pipe_avail.
6842 * ser-base.c (generic_readchar): Check if there's
6843 anything in stderr channel and route that to gdb_stderr.
6844
6845 2007-04-03 Pedro Alves <pedro_alves@portugalmail.pt>
6846
6847 * dbxread.c (read_ofile_symtab): Move current_objfile
6848 clearing to after end_stabs.
6849
6850 2007-04-01 Andreas Schwab <schwab@suse.de>
6851
6852 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Use parameter
6853 gdbarch instead of current_gdbarch.
6854
6855 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
6856
6857 * varobj.c (varobj_create): Keep varobj value
6858 NULL when evaluating the type.
6859
6860 2007-03-31 Pedro Alves <pedro_alves@portugalmail.pt>
6861
6862 * NEWS: Mention new Windows CE support.
6863
6864 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6865
6866 * configure.tgt: Move mips*-*-pe and sh*-*-pe to
6867 the obsoletion stanza.
6868 * NEWS: Mention deleted targets.
6869
6870 * config/sh/tm-wince.h: Remove.
6871 * config/sh/wince.mt: Remove.
6872 * config/mips/tm-wince.h: Remove.
6873 * config/mips/wince.mt: Remove.
6874
6875 * wince.c: Remove.
6876 * wince-stub.c: Remove.
6877 * wince-stub.h: Remove.
6878 * Makefile.in (wince.o): Remove rule.
6879 (wince-stub.o): Likewise.
6880
6881 * mips-tdep.c (mips_next_pc): Make static.
6882 * mips-tdep.h (mips_next_pc): Remove declaration.
6883 * arm-tdep.c (arm_pc_is_thumb): Make static.
6884 (thumb_get_next_pc): Likewise.
6885 (arm_get_next_pc): Likewise.
6886 * arm-tdep.h (arm_pc_is_thumb_dummy): Remove declaration.
6887 (arm_pc_is_thumb): Likewise.
6888 (thumb_get_next_pc): Likewise.
6889 (arm_get_next_pc): Likewise.
6890
6891 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6892
6893 * MAINTAINERS: Remove d10v entry.
6894 * Makefile.in (SFILES): Remove dwarfread.c.
6895 (COMMON_OBS): Remove dwarfread.o.
6896 (gdb_sim_d10v_h, abug-rom.o, cpu32bug-rom.o, d10v-tdep.o, dwarfread.o)
6897 (remote-est.o, rom68k-rom.o): Delete.
6898 * NEWS: Mention removal of d10v, target abug, target cpu32bug,
6899 target est, target rom68k, and DWARF 1.
6900 * configure.tgt: Mark d10v as removed.
6901 * dwarf2read.c: Doc update.
6902 * elfread.c (struct elfinfo): Remove dboffset, dbsize, lnoffset,
6903 and lnsize.
6904 (elf_locate_sections): Do not set them.
6905 (elf_symfile_read): Do not call dwarf_build_psymtabs.
6906 * symfile.h (dwarf_build_psymtabs): Delete prototype.
6907 * config/m68k/monitor.mt (TDEPFILES): Prune.
6908 * abug-rom.c, cpu32bug-rom.c, d10v-tdep.c, dwarfread.c,
6909 remote-est.c, rom68k-rom.c, config/d10v/d10v.mt: Delete.
6910
6911 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6912
6913 * doublest.c (convert_floatformat_to_doublest): Use
6914 floatformat_classify.
6915 (floatformat_is_nan): Rename to...
6916 (floatformat_classify): ...this. Return more information.
6917 * doublest.h (enum float_kind): New.
6918 (floatformat_is_nan): Replace prototype...
6919 (floatformat_classify): ...with this one.
6920 * valprint.c (print_floating): Use floatformat_classify. Handle
6921 infinity.
6922
6923 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6924
6925 * README: Mention ISO C library requirement.
6926
6927 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6928
6929 * Makefile.in (SFILES): Remove nlmread.c.
6930 (COMMON_OBS): Remove nlmread.o.
6931 (nlmread.o): Delete rule.
6932 * README: Delete reference to remote-st.c.
6933 * acinclude.m4 (CY_AC_TCL_LYNX_POSIX): Delete.
6934 * defs.h (enum gdb_osabi): Delete GDB_OSABI_NETWARE and
6935 GDB_OSABI_LYNXOS.
6936 * i386-tdep.c (i386_nw_init_abi, i386_nlm_osabi_sniffer): Delete.
6937 (_initialize_i386_tdep): Do not reference them.
6938 * nlmread.c: Delete file.
6939 * osabi.c (gdb_osabi_names): Remove NetWare and LynxOS.
6940 * target.c: Doc update.
6941 * thread.c: Delete commented include.
6942 * config/alpha/tm-alpha.h: Doc update.
6943
6944 2007-03-30 Chris Dearman <chris@mips.com>
6945
6946 * utils.c (string_to_core_addr): Comment typo.
6947
6948 2007-03-30 Chris Dearman <chris@mips.com>
6949
6950 * mips-tdep.c: Comment typo.
6951
6952 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6953
6954 * config/alpha/nm-osf.h (PTRACE_XFER_TYPE): Remove.
6955 * config/mips/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove.
6956 * config/sparc/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove.
6957 * config/powerpc/nm-ppc64-linux.h: Remove file.
6958 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Set to nm-linux.h.
6959 * inferior.h (PTRACE_ARG3_TYPE): Do not define.
6960 (call_ptrace): Change type of third argument to PTRACE_TYPE_ARG3.
6961 * infptrace.c (call_ptrace): Likewise.
6962 * m68klinux-nat.c (PTRACE_XFER_TYPE): Do not define.
6963 (fetch_register): Replace PTRACE_ARG3_TYPE by PTRACE_TYPE_ARG3
6964 and PTRACE_XFER_TYPE by PTRACE_TYPE_RET.
6965 (store_register): Likewise.
6966
6967 2007-03-29 Joel Brobecker <brobecker@adacore.com>
6968
6969 * Makefile.in (varobj.o): Add missing dependency.
6970
6971 2007-03-29 Michael Snyder <msnyder@access-company.com>
6972
6973 * MAINTAINERS: Update my email address.
6974
6975 2007-03-29 Joel Brobecker <brobecker@adacore.com>
6976
6977 Add support for exception handling with multiple versions of
6978 the Ada runtime:
6979 * ada-lang.c: Update general comments on how Ada exception catchpoints
6980 are implemented.
6981 (raise_sym_name, raise_unhandled_sym_name, raise_assert_sym_name)
6982 (__gnat_raise_nodefer_with_msg): Delete.
6983 (ada_unhandled_exception_name_addr_ftype): New type.
6984 (exception_support_info): New type.
6985 (ada_unhandled_exception_name_addr): Add forward declaration.
6986 (ada_unhandled_exception_name_addr_from_raise): Likewise.
6987 (default_exception_support_info): New constant.
6988 (exception_support_info_fallback): Likewise.
6989 (exception_info): New global variable.
6990 (ada_exception_support_info_sniffer): New function.
6991 (ada_executable_changed_observer): Likewise.
6992 (ada_unhandled_exception_name_addr_from_raise): Renamed from
6993 ada_unhandled_exception_name_addr.
6994 (ada_unhandled_exception_name_addr): Reimplement to match the
6995 latest Ada runtime implementation.
6996 (error_breakpoint_runtime_sym_not_found): Delete.
6997 (ada_exception_sym_name): Get the exception sym name from
6998 exception_info rather than hardcoding it.
6999 (ada_exception_sal): Add call to ada_exception_support_info_sniffer.
7000 Update error handling.
7001 * Makefile.in (ada-lang.o): Add dependency on observer.h.
7002
7003 2007-03-29 Daniel Jacobowitz <dan@codesourcery.com>
7004
7005 * Makefile.in (coff_solib_h, coff-solib.o, i386v-nat.o, lynx-nat.o)
7006 (remote-st.o, uw-thread.o): Delete.
7007 (HFILES_NO_SRCDIR, ALLDEPFILES): Update.
7008 * configure.host: Move hppa*-*-hiux*, i[34567]86-ncr-*,
7009 i[34567]86-*-dgux*, i[34567]86-*-lynxos*, i[34567]86-*-sco3.2v5*,
7010 i[34567]86-*-sco3.2v4*, i[34567]86-*-sco*, i[34567]86-*-sysv4.2*,
7011 i[34567]86-*-sysv4*, i[34567]86-*-sysv5*, i[34567]86-*-unixware2*,
7012 i[34567]86-*-unixware*, i[34567]86-*-sysv*, i[34567]86-*-isc*, and
7013 rs6000-*-lynxos* to an obsoletion stanza.
7014 * configure.tgt: Move hppa*-*-hiux*, i[34567]86-ncr-*,
7015 i[34567]86-*-lynxos*, m68*-cisco*-*, m68*-tandem-*, m68*-*-os68k*,
7016 and rs6000-*-lynxos* to an obsoletion stanza. Do not mention
7017 i[34567]86-*-netware*.
7018 * NEWS: Mention deleted targets.
7019
7020 * coff-solib.c, coff-solib.h, i386v-nat.c, lynx-nat.c, remote-st.c,
7021 uw-thread.c, config/nm-lynx.h, config/i386/i386sco.mh,
7022 config/i386/i386sco4.mh, config/i386/i386sco5.mh, config/i386/i386v.mh,
7023 config/i386/i386v4.mh, config/i386/i386v42mp.mh,
7024 config/i386/ncr3000.mh, config/i386/ncr3000.mt,
7025 config/i386/nm-i386sco.h, config/i386/nm-i386sco4.h,
7026 config/i386/nm-i386sco5.h, config/i386/nm-i386v.h,
7027 config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h,
7028 config/m68k/cisco.mt, config/m68k/os68k.mt, config/m68k/st2000.mt,
7029 config/m68k/tm-cisco.h, config/m68k/tm-os68k.h,
7030 config/rs6000/rs6000lynx.mh, config/rs6000/rs6000lynx.mt,
7031 config/rs6000/tm-rs6000ly.h: Delete files.
7032
7033 2007-03-29 Daniel Jacobowitz <dan@codesourcery.com>
7034
7035 * defs.h (deprecated_registers_changed_hook): Delete declaration.
7036 * interps.c (clear_interpreter_hooks): Do not clear
7037 deprecated_registers_changed_hook.
7038 * regcache.c (registers_changed): Do not call it.
7039 * top.c (deprecated_registers_changed_hook): Do not define it.
7040 * mi/mi-interp.c (mi_command_loop): Do not clear it.
7041 * tui/tui-hooks.c (tui_install_hooks): Do not install it.
7042 (tui_remove_hooks): Do not remove it.
7043 (tui_selected_frame_level_changed_hook): Check for negative level.
7044 Use get_selected_frame.
7045 (tui_registers_changed_hook): Deleted.
7046
7047 2007-03-29 Joel Brobecker <brobecker@adacore.com>
7048
7049 * stabsread.c (add_undefined_type): Add extra parameter.
7050 Now handles nameless types separately.
7051 (struct nat): New type.
7052 (noname_undefs, noname_undefs_allocated, noname_undefs_length):
7053 New static variables.
7054 (read_type): Update calls to add_undefined_type.
7055 (add_undefined_type_noname): New function.
7056 (add_undefined_type_1): Renames from add_undefined_type.
7057 (cleanup_undefined_types_noname): New function.
7058 (cleanup_undefined_types_1): Renames cleanup_undefined_types.
7059 (cleanup_undefined_types): New handles nameless types separately.
7060 (_initialize_stabsread): Initialize our new static constants.
7061
7062 2007-03-29 Denis Pilat <denis.pilat@st.com>
7063
7064 * configure.ac: Test for signal.h.
7065 * configure, config.in: Regenerate.
7066
7067 2007-03-29 Denis Pilat <denis.pilat@st.com>
7068
7069 * stack.c (print_stack_frame): Always use LOC_AND_ADDRESS in MI output.
7070 * infrun.c (normal_stop): Remove MI specific frame printing treatment.
7071
7072 2007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
7073
7074 * arm-wince-tdep.c: New.
7075 * config/arm/wince.mt (DEPRECATED_TM_FILE): Use tm-arm.h.
7076 (MT_CFLAGS): Delete.
7077 (TM_CLIBS): Delete.
7078 (TDEPFILES): Add arm-wince-tdep.o, corelow.o, solib.o,
7079 solib-legacy.o, solib-svr4.o, and remove wince.o.
7080 * configure.tgt (arm*-*-mingw32ce*): Add.
7081 * signals/signals.c [HAVE_SIGNAL_H]: Check.
7082 (do_target_signal_to_host): Silence 'not used' warning.
7083 * config/arm/tm-wince.h: Remove.
7084
7085 2007-03-28 Ulrich Weigand <uweigand@de.ibm.com>
7086
7087 * arch-utils.c (legacy_pc_in_sigtramp): Remove.
7088 * arch-utils.h (legacy_pc_in_sigtramp): Remove.
7089
7090 * config/ia64/linux.mt (DEPRECATED_TM_FILE): Remove.
7091 * config/ia64/tm-linux.h: Remove file.
7092 * ia64-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp callback.
7093 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Use it instead of
7094 legacy_pc_in_sigtramp.
7095 (ia64_gdbarch_init): Initialize tdep->pc_in_sigtramp.
7096 * ia64-linux-tdep.c (ia64_linux_pc_in_sigtramp): Make static.
7097 Remove func_name argument.
7098 (ia64_linux_init_abi): Install it as tdep->pc_in_sigtramp.
7099
7100 * infrun.c (HAVE_STEPPABLE_WATCHPOINT): Do not redefine.
7101 * target.c (update_current_target): Add to_have_steppable_watchpoint.
7102 * target.h (struct target_ops): Add to_have_steppable_watchpoint.
7103 (HAVE_STEPPABLE_WATCHPOINT): Define.
7104
7105 * config/ia64/linux.mh (NATDEPFILES): Remove core-aout.o.
7106 * config/ia64/nm-linux.h (KERNEL_U_ADDR, U_REGS_OFFSET,
7107 CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER,
7108 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_STEPPABLE_WATCHPOINT,
7109 STOPPED_BY_WATCHPOINT, target_stopped_data_address,
7110 target_insert_watchpoint, target_remove_watchpoint): Remove.
7111 (FETCH_INFERIOR_REGISTERS): Define.
7112 * ia64-linux-nat.c (ia64_register_addr): Make static.
7113 (ia64_cannot_fetch_register, ia64_cannot_store_register): Likewise.
7114 (ia64_linux_insert_watchpoint): Make static. Remove ptid_p argument.
7115 (ia64_linux_remove_watchpoint): Likewise. Add type argument.
7116 (ia64_linux_stopped_data_address): Make static. Add target_ops.
7117 (ia64_linux_stopped_by_watchpoint): Make static.
7118 (ia64_linux_can_use_hw_breakpoint): New function.
7119 (ia64_linux_fetch_register, ia64_linux_fetch_registers): Likewise.
7120 (ia64_linux_store_register, ia64_linux_store_registers): Likewise.
7121 (_initialize_ia64_linux_nat): Install register and watchpoint ops.
7122
7123 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
7124
7125 * linespec.c: Include language.h.
7126 (find_methods): Add language parameter. Call
7127 lookup_symbol_in_language. Pass language down.
7128 (add_matching_methods): Likewise. Call
7129 lookup_symbol_in_language.
7130 (add_constructors): Likewise.
7131 (find_method): Pass sym_class to collect_methods.
7132 (collect_methods): Add sym_class parameter. Pass language
7133 down.
7134 * symtab.c (lookup_symbol): Rename to ...
7135 (lookup_symbol_in_language): ... this. Add language
7136 parameter. Use passed language instead of current_language.
7137 (lookup_symbol): New as wrapper around
7138 lookup_symbol_in_language.
7139 (lookup_symbol_aux): Add language parameter. Use passed
7140 language instead of current_language.
7141 (search_symbols): Indent.
7142 * symtab.h (enum language): Forward declare.
7143 (lookup_symbol_in_language): Declare.
7144 (lookup_symbol): Update description.
7145 * ada-lang.h (lookup_symbol_in_language): Remove declaration.
7146 * ada-lang.c (restore_language): Remove.
7147 (lookup_symbol_in_language): Remove.
7148
7149 2007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
7150
7151 * breakpoint.c (bpstat_num): Add int *num parameter.
7152 * breakpoint.h (bpstat_num): Likewise.
7153 * infcmd.c (continue_command): Adjust to new bpstat_num
7154 interface.
7155 (program_info): Likewise.
7156
7157 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
7158
7159 * config/sh/tm-sh.h: Remove file.
7160 * config/sh/embed.mt (DEPRECATED_TM_FILE): Remove.
7161 * config/sh/linux.mt (DEPRECATED_TM_FILE): Remove.
7162 * config/sh/nbsd.mt (DEPRECATED_TM_FILE): Remove.
7163 * config/sh/tm-wince.h: Do not include "sh/tm-sh.h".
7164
7165 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
7166
7167 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT,
7168 DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Remove.
7169 * remote.c: Remove code under #ifdef DEPRECATED_REMOTE_BREAKPOINT,
7170 DEPRECATED_BIG_REMOTE_BREAKPOINT, DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7171 * sh-tdep.c (sh_breakpoint_from_pc): Return remote breakpoint
7172 sequence if target_shortname is "remote".
7173
7174 2007-03-27 Anton Blanchard <anton@samba.org>
7175
7176 * rs6000-tdep.c (rs6000_frame_cache): Use tdep->lr_frame_offset
7177 instead of wordsize when looking for the LR in a stack frame.
7178
7179 2007-03-27 Andreas Schwab <schwab@suse.de>
7180 Daniel Jacobowitz <dan@codesourcery.com>
7181
7182 * dwarf2-frame.c (dwarf2_frame_eh_frame_regnum): Rename to...
7183 (dwarf2_frame_adjust_regnum): ...this. Make static. Add eh_frame_p
7184 argument. Update all callers.
7185 (struct dwarf2_frame_ops): Replace eh_frame_regnum with adjust_regnum.
7186 (dwarf2_frame_set_eh_frame_regnum): Rename to...
7187 (dwarf2_frame_set_adjust_regnum): ...this. Update argument type.
7188 * dwarf2frame.h (dwarf2_frame_set_eh_frame_regnum): Rename to...
7189 (dwarf2_frame_set_adjust_regnum): ...this.
7190 (dwarf2_frame_eh_frame_regnum): Delete prototype.
7191 * rs6000-tdep.c: Include "dwarf2-frame.h".
7192 (rs6000_adjust_frame_regnum): Define.
7193 (rs6000_gdbarch_init): Enable use of DWARF CFI frame unwinder.
7194 Register rs6000_adjust_frame_regnum.
7195
7196 * Makefile.in (rs6000-tdep.o): Update dependencies.
7197
7198 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7199
7200 * Makefile.in: Add support for a "pdf" target.
7201
7202 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
7203
7204 * amd64-tdep.c (amd64_init_frame_cache): New function.
7205 (amd64_alloc_frame_cache, amd64_skip_prologue): Use it.
7206
7207 2007-03-26 Nigel Stephens <nigel@mips.com>
7208 Maciej W. Rozycki <macro@mips.com>
7209
7210 * ui-out.c (ui_out_field_core_addr): Truncate address to
7211 TARGET_ADDR_BIT size before printing.
7212
7213 2007-03-22 Nigel Stephens <nigel@mips.com>
7214 Maciej W. Rozycki <macro@mips.com>
7215
7216 * remote-mips.c (mips_xfer_memory): Update prototype.
7217
7218 2007-03-22 Joel Brobecker <brobecker@adacore.com>
7219
7220 * symfile.h: #include "symtab.h"
7221
7222 2007-03-22 Denis Pilat <denis.pilat@st.com>
7223
7224 * utils.c (pagination_on_command, pagination_off_command):
7225 Remove useless prototypes.
7226
7227 2007-03-21 Pierre Muller <muller@ics.u-strasbg.fr>
7228
7229 Fix PR pascal/2232.
7230 * p-valprint.c (pascal_object_print_value): Use type_name_no_tag
7231 instead of TYPE_NAME for object base class name.
7232
7233
7234 2007-03-19 Kevin Buettner <kevinb@redhat.com>
7235
7236 * mep-tdep.c (mep_analyze_frame_prologue, mep_frame_this_id):
7237 Specify frame type in calls to frame_func_unwind().
7238
7239 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
7240
7241 * rs6000-tdep.c (rs6000_skip_prologue): Use skip_prologue_using_sal.
7242 (rs6000_in_function_epilogue_p): Use extract_unsigned_integer.
7243 (refine_prologue_limit): Delete.
7244 (skip_prologue): Don't call it. Use extract_unsigned_integer.
7245 Assume lim_pc is set. Correct check for incomplete prologues.
7246 Do not skip clobbers of the frame pointer.
7247 * symtab.c (skip_prologue_using_sal): Fail if there is only one
7248 sal.
7249
7250 2007-03-13 Nathan Froyd <froydnj@codesourcery.com>
7251
7252 * frame.c (frame_pop): Check to see whether there's a frame to
7253 which we can pop first.
7254
7255 2007-03-13 Nathan Froyd <froydnj@codesourcery.com>
7256
7257 * MAINTAINERS (Write After Approval): Add myself.
7258
7259 2007-03-09 Markus Deuling <deuling@de.ibm.com>
7260
7261 * infrun.c (breakpoints_failed): Remove unnecessary variable.
7262 (handle_inferior_event): Remove unnecessary braces.
7263 * breakpoint.c (bpstat_what): Remove wrong comment.
7264
7265 2007-03-09 Ulrich Weigand <uweigand@de.ibm.com>
7266
7267 * spu-tdep.c (spu_in_function_epilogue_p): New function.
7268 (spu_gdbarch_init): Install it.
7269
7270 2007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
7271
7272 * spu-linux-nat.c (spu_xfer_partial): Return -1 for unsupported
7273 object types, not 0.
7274
7275 2007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
7276
7277 * spu-tdep.c (spu_frame_align): New function.
7278 (spu_gdbarch_init): Install it. Set call dummy location to ON_STACK.
7279
7280 2007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
7281
7282 * spu-tdep.c (spu_unwind_pc): Mask off interrupt enable bit.
7283 (spu_software_single_step): Likewise.
7284 (spu_read_pc, spu_write_pc): New functions.
7285 (spu_gdbarch_init): Install them.
7286
7287 2007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
7288
7289 * cli/cli-dump.c (struct callback_data): load_offset needs to
7290 have signed long type.
7291
7292 2007-03-07 Joel Brobecker <brobecker@adacore.com>
7293
7294 * mips-tdep.c (mips_insn16_frame_cache, mips_insn32_frame_sniffer):
7295 Revert the previous change that had some unexpected side-effects
7296 on mips32.
7297 (mips_insn16_frame_cache, mips_insn32_frame_cache): Use the proper
7298 function to get the address of the calling instruction.
7299
7300 2007-03-07 Denis Pilat <denis.pilat@st.com>
7301
7302 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Replace
7303 get_selected_frame by deprecated_safe_get_selected_frame.
7304
7305 2007-03-02 Mark Kettenis <kettenis@gnu.org>
7306
7307 * shnbsd-tdep.c: Include "regset.h", "gdb_assert.h" and
7308 "gdb_string.h". Don't include "nbsd-tdep.h".
7309 (SIZEOF_STRUCT_REG): Remove.
7310 (SHNBSD_SIZEOF_GREGS): New.
7311 (shnbsd_supply_gregset, shnbsd_collect_gregset)
7312 (shnbsd_regset_from_core_section): New functions.
7313 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
7314 (shnbsd_supply_reg, shnbsd_fill_reg): Simply call
7315 shnbsd_supply_gregset, shnbsd_collect_gregset.
7316 (shnbsd_gregset): New variable.
7317 (shnbsd_init_abi): Set regset_from_core_section.
7318 (GDB_OSABI_NETBSD_CORE): New define.
7319 (shnbsd_core_osabi_sniffer): New function.
7320 (_initialize_shnbsd_tdep): Register shnbsd_core_osabi_sniffer.
7321 * Makefile.in (shnbsd-tdep.o): Update dependencies.
7322 * config/sh/nbsd.mt (TDEPFILES): Add corelow.o, remove
7323 nbsd-tdep.o.
7324 * config/sh/obsd.mt (TDEPFILES): Remove nbsd-tdep.o.
7325
7326 2007-02-28 Joel Brobecker <brobecker@adacore.com>
7327
7328 * gdbtypes.c (replace_type): Fix typo that caused us to not update
7329 length of the types referenced by the new type CV ring.
7330
7331 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7332
7333 * frame.c (frame_pop, frame_observer_target_changed): Call
7334 reinit_frame_cache.
7335 (flush_cached_frames): Rename to reinit_frame_cache and delete
7336 old implementation.
7337 * frame.h (flush_cached_frames): Delete prototype and update comment.
7338
7339 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): Call
7340 reinit_frame_cache instead of flush_cached_frames. Do not call
7341 select_frame after reinit_frame_cache.
7342 * corelow.c (core_open): Likewise.
7343 * gdbarch.sh (deprecated_current_gdbarch_select_hack): Likewise.
7344 * infrun.c (prepare_to_proceed, context_switch)
7345 (handle_inferior_event): Likewise.
7346 * linux-fork.c (fork_load_infrun_state): Likewise.
7347 * ocd.c (ocd_start_remote): Likewise.
7348 * remote-e7000.c (e7000_start_remote): Likewise.
7349 * remote-mips.c (device): Likewise.
7350 * thread.c (switch_to_thread): Likewise.
7351 * tracepoint.c (finish_tfind_command): Likewise.
7352 * gdbarch.c: Regenerated.
7353
7354 2007-02-28 Jerome Guitton <guitton@adacore.com>
7355 Joel Brobecker <brobecker@adacore.com>
7356
7357 * gdbtypes.c (check_typedef): Do not replace stub type if
7358 the resolved type is not defined in the same objfile.
7359
7360 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7361
7362 * top.c (gdb_readline_wrapper_cleanup): Remove invalid assertion.
7363
7364 2007-02-28 Joel Brobecker <brobecker@adacore.com>
7365
7366 * stabsread.c (define_symbol): Create an associated STRUCT_DOMAIN
7367 symbol for Ada units when the symbol is defined using 't' rather
7368 than 'Tt' as symbol descriptor.
7369
7370 2007-02-28 Ulrich Weigand <uweigand@de.ibm.com>
7371
7372 * config/mips/tm-nbsd.h: Delete file.
7373 * config/mips/nbsd.mt (DEPRECATED_TM_FILE): Remove.
7374 * config/sh/tm-nbsd.h: Delete file.
7375 * config/sh/nbsd.mt (DEPRECATED_TM_FILE): Set to tm-sh.h.
7376
7377 2007-02-28 Joel Brobecker <brobecker@adacore.com>
7378
7379 * mi/mi-cmd-var.c (varobj_update_one): Remove reference to
7380 unused WRONG_PARAM value since it was recently deleted.
7381
7382 2007-02-28 Vladimir Prus <vladimir@codesourcery.com>
7383
7384 * varobj.c (varobj_update): Free temporary vectors.
7385
7386 2007-02-28 Ulrich Weigand <uweigand@de.ibm.com>
7387
7388 * config/powerpc/linux.mt (DEPRECATED_TM_FILE): Set to tm-ppc-eabi.h.
7389 * config/powerpc/tm-linux.h: Delete file.
7390 * config/powerpc/tm-ppc-eabi.h: Do not include "rs6000/tm-rs6000.h".
7391 (PROCESS_LINENUMBER_HOOK): Do not undefine.
7392 (TEXT_SEGMENT_BASE): Do not redefine.
7393 * config/rs6000/nm-rs6000.h (CHILD_SPECIAL_WAITSTATUS): Move here
7394 from config/rs6000/tm-rs6000.h.
7395 (TARGET_CREATE_INFERIOR_HOOK, rs6000_create_inferior): Likewise.
7396 * config/rs6000/tm-rs6000.h (struct frame_info): Remove declaration.
7397 (TEXT_SEGMENT_BASE): Remove.
7398 (IN_SOLIB_RETURN_TRAMPOLINE): Remove.
7399 (rs6000_in_solib_return_trampoline): Remove.
7400 (SKIP_TRAMPOLINE_CODE): Remove.
7401 (rs6000_skip_trampoline_code): Remove.
7402 (CHILD_SPECIAL_WAITSTATUS): Move to config/rs6000/nm-rs6000.h.
7403 (TARGET_CREATE_INFERIOR_HOOK, rs6000_create_inferior): Likewise.
7404 (FP0_REGNUM): Remove.
7405 (rs6000_find_toc_address_hook): Move to rs6000-tdep.h.
7406 (rs6000_set_host_arch_hook): Remove.
7407 * Makefile.in (rs6000-nat.o): Add dependency on $(rs6000_tdep_h).
7408 (rs6000-aix-tdep.o): Add dependency on $(ppc_tdep_h).
7409 * ppc-tdep.h (struct gdbarch_tdep): Add field text_segment_base.
7410 * rs6000-aix-tdep.c: Include "ppc-tdep.h".
7411 (rs6000_aix_init_osabi): Set text_segment_base tdep field.
7412 * rs6000-nat.c: Include "rs6000-tdep.h".
7413 (exec_one_dummy_insn): Replace TEXT_SEGMENT_BASE by tdep field.
7414 (set_host_arch): Rename to ...
7415 (rs6000_create_inferior): ... this. Make public.
7416 (_initialize_core_rs6000): Do not set rs6000_set_host_arch_hook.
7417 * rs6000-tdep.c (rs6000_set_host_arch_hook): Remove.
7418 (rs6000_create_inferior): Remove.
7419 (branch_dest): Replace TEXT_SEGMENT_BASE by tdep field.
7420 (rs6000_gdbarch_init): Call set_gdbarch_fp0_regnum,
7421 set_gdbarch_in_solib_return_trampoline, and
7422 set_gdbarch_skip_trampoline_code.
7423 * rs6000-tdep.h (rs6000_find_toc_address_hook): Move here
7424 from config/rs6000/tm-rs6000.h.
7425
7426 2007-02-27 Joel Brobecker <brobecker@adacore.com>
7427
7428 * buildsym.c (record_producer): Do nothing if no producer is provided.
7429
7430 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
7431
7432 * varobj.c (varobj_update): Remove unused local. Use gdb_assert
7433 to check changelist is non-NULL. Call error if the frontend tries
7434 to update a non-root variable.
7435
7436 * varobj.h (enum varobj_update_error): Delete WRONG_PARAM value.
7437
7438 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7439
7440 * dwarf2-frame.c (dwarf2_frame_cache, dwarf2_frame_this_id)
7441 (dwarf2_frame_sniffer): Update.
7442 (dwarf2_signal_frame_this_id): New function.
7443 (dwarf2_signal_frame_unwind): Use it.
7444 (dwarf2_frame_base_sniffer): Use frame_unwind_address_in_block.
7445 * frame.c (frame_func_unwind): Add this_type argument.
7446 (get_frame_func): Update.
7447 (frame_unwind_address_in_block): Add this_type argument and check it.
7448 Fix a typo.
7449 (get_frame_address_in_block): Update.
7450 * frame.h (enum frame_type): Move higher in the file.
7451 (frame_unwind_address_in_block, frame_func_unwind): Add enum frame_type
7452 argument.
7453
7454 * alpha-mdebug-tdep.c, alpha-tdep.c, amd64-tdep.c, amd64obsd-tdep.c,
7455 arm-tdep.c, avr-tdep.c, cris-tdep.c, frv-tdep.c, h8300-tdep.c,
7456 hppa-tdep.c, i386-tdep.c, i386obsd-tdep.c, ia64-tdep.c,
7457 libunwind-frame.c, m32c-tdep.c, m32r-linux-tdep.c, m32r-tdep.c,
7458 m68hc11-tdep.c, m68k-tdep.c, m88k-tdep.c, mips-mdebug-tdep.c,
7459 mips-tdep.c, mn10300-tdep.c, mt-tdep.c, rs6000-tdep.c, s390-tdep.c,
7460 score-tdep.c, sh-tdep.c, sh64-tdep.c, sparc-tdep.c,
7461 sparc64obsd-tdep.c, spu-tdep.c, v850-tdep.c, vax-tdep.c,
7462 xstormy16-tdep.c, xtensa-tdep.c: Update calls to
7463 frame_func_unwind and frame_unwind_address_in_block to specify
7464 the frame type. Use frame_unwind_address_in_block instead of
7465 frame_pc_unwind in sniffers.
7466
7467 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7468
7469 * frame.c (deprecated_selected_frame): Rename to...
7470 (selected_frame): ...this. Make static.
7471 (get_selected_frame, select_frame): Update.
7472 * frame.h (deprected_select_frame): Delete.
7473 (deprecated_safe_get_selected_frame): Update comments.
7474
7475 * breakpoint.c, cli/cli-cmds.c, f-valprint.c, infcmd.c, inflow.c,
7476 infrun.c, stack.c, tui/tui-disasm.c, tui/tui-source.c,
7477 tui/tui-winsource.c, valops.c, varobj.c, findvar.c, macroscope.c,
7478 parse.c, regcache.h, sh64-tdep.c, tui/tui-hooks.c, tui/tui-win.c,
7479 tui/tui.c: Replace references to deprecated_selected_frame.
7480
7481 2007-02-27 Fred Fish <fnf@specifix.com>
7482
7483 * rs6000-tdep.c (skip_prologue): Recognize addi instructions that
7484 directly decrement the stack pointer, accumulate their operand into
7485 the stack offset, and mark the function as not being frameless.
7486
7487 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7488
7489 * arch-utils.c (selected_byte_order): New.
7490 * arch-utils.h (selected_byte_order): New prototype.
7491 * remote-sim.c (gdbsim_open): Use selected_byte_order.
7492
7493 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7494
7495 * symfile.c (place_section): Check SEC_ALLOC. Do not check VMA.
7496 (default_symfile_offsets): Check VMA here. Update section VMAs.
7497
7498 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7499
7500 * remote.c (init_remote_state): Add special handling for placeholder
7501 registers.
7502
7503 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7504
7505 * Makefile.in (XMLFILES): Include $(TDEP_XML).
7506 (filenames_h): New variable.
7507 (clean): Clean up xml-builtin.c and stamp-xml.
7508 (arm-linux-nat.o): Update.
7509 * config/arm/linux.mh (TDEP_XML): Define.
7510 * arm-linux-nat.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
7511 (arm_linux_has_wmmx_registers): New.
7512 (GET_THREAD_ID): Fix typo.
7513 (IWMMXT_REGS_SIZE): Define.
7514 (fetch_wmmx_regs, store_wmmx_regs): New.
7515 (arm_linux_fetch_inferior_registers): Use fetch_wmmx_regs.
7516 (arm_linux_store_inferior_registers): Use store_wmmx_regs.
7517 (super_xfer_partial, arm_linux_xfer_partial): New.
7518 (_initialize_arm_linux_nat): Use them.
7519 * xml-support.c (fetch_xml_builtin): Move outside HAVE_LIBEXPAT.
7520 (xml_builtin_xfer_partial): New function.
7521 * xml-support.h (xml_builtin_xfer_partial): New prototype.
7522 * NEWS: Update mention of iWMMXt support.
7523
7524 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7525
7526 * arm-tdep.c (arm_scan_prologue): Do not record FPA register saves
7527 if there are no FPA registers.
7528 (arm_dwarf_reg_to_regnum): New function.
7529 (arm_register_type, arm_register_name): Return minimal values for
7530 unsupported registers.
7531 (arm_register_sim_regno): Handle iWMMXt registers.
7532 (arm_gdbarch_init): Record missing FPA registers if indicated by
7533 a target description. Recognize iWMMXt registers. Only register
7534 "info float" for FPA. Use ARM_NUM_REGS. Register
7535 arm_dwarf_reg_to_regnum.
7536 * arm-tdep.h (enum gdb_regnum): Add ARM_NUM_REGS and iWMMXt
7537 constants.
7538 (struct gdbarch_tdep): Add have_fpa_registers.
7539 * features/xscale-iwmmxt.xml: Update capitalization.
7540 * regformats/arm-with-iwmmxt.dat: Regenerated.
7541
7542 2007-02-24 Kevin Buettner <kevinb@redhat.com>
7543
7544 * NEWS (New targets): Add entry for the Toshiba Media Processor.
7545
7546 2007-02-23 Kevin Buettner <kevinb@redhat.com>
7547
7548 * MAINTAINERS (mep): New target.
7549
7550 2007-02-23 Kevin Buettner <kevinb@redhat.com>
7551
7552 From Jim Blandy, Dave Brolley, Kevin Buettner, Don Howard, and
7553 Richard Sandiford:
7554 * Makefile.in (elf_mep_h, mep_desc_h, mep_opc_h): New variables.
7555 (mep-tdep.o): New rule.
7556 * configure.tgt (mep-*-*): New target.
7557 * mep-tdep.c: New file.
7558 * config/mep/mep.mt: New file.
7559
7560 2007-02-22 Markus Deuling <deuling@de.ibm.com>
7561
7562 * infrun.c (inferior_stop_reason, print_stop_reason): Remove
7563 BREAKPOINT_HIT and STOP_UNKNOWN.
7564
7565 2007-02-22 Markus Deuling <deuling@de.ibm.com>
7566
7567 * valops.c (value_ind): Fix unary * handling of TYPE_CODE_INT.
7568
7569 2007-02-20 Joel Brobecker <brobecker@adacore.com>
7570
7571 * gdb_expat.h (XMLCALL): Define if not already defined.
7572
7573 2007-02-20 Andreas Schwab <schwab@suse.de>
7574
7575 * Makefile.in (symfile.o): Update dependencies.
7576
7577 2007-02-20 Daniel Jacobowitz <dan@codesourcery.com>
7578
7579 * MAINTAINERS: Disable -Werror for cris simulator. Build
7580 sparc64-solaris2.10 instead of the broken sparc-elf.
7581 * solib-frv.c: Include "solib.h".
7582 * Makefile.in (solib-frv.o): Update.
7583 * mt-tdep.c (mt_gdbarch_init): Correct typo in floatformats patch.
7584 * xtensa-tdep.c (xtensa_regset_from_core_section): Cast size_t to int.
7585 (xtensa_frame_this_id, xtensa_frame_prev_register)
7586 (xtensa_push_dummy_call): Use %p.
7587
7588 2007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7589
7590 * avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
7591 ia64-tdep.c, m68k-tdep.c, mips-linux-tdep.c, ppcobsd-tdep.c,
7592 sparc-linux-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
7593 * Makefile.in (avr-tdep.o, hppabsd-tdep.o, hppa-tdep.o, i386-tdep.o)
7594 (ia64-tdep.o, m68k-tdep.o, mips-linux-tdep.o, ppcobsd-tdep.o)
7595 (sparc-linux-tdep.o): Update.
7596
7597 2007-02-15 Maxim Grigoriev <maxim2405@gmail.com>
7598
7599 * xtensa-tdep.h (xtensa_reg_mask_t): New.
7600 (xtensa_mask_t): Change mask field to be a separate array.
7601 * xtensa-tdep.c (extract_call_winsize, xtensa_pseudo_register_read)
7602 (xtensa_pseudo_register_write, xtensa_unwind_pc)
7603 (xtensa_unwind_dummy_id, xtensa_push_dummy_call)
7604 (xtensa_breakpoint_from_pc): Remove implicit type casting.
7605 * xtensa-config.c (mask0, mask1, mask2, mask3, mask4, mask5)
7606 (mask6, mask7, mask8, mask9, mask10, mask11, mask12, mask13)
7607 (mask14, mask15): Rename to
7608 (xtensa_mask0, xtensa_mask1, xtensa_mask2, xtensa_mask3)
7609 (xtensa_mask4, xtensa_mask5, xtensa_mask6, xtensa_mask7)
7610 (xtensa_mask8, xtensa_mask9, xtensa_mask10, xtensa_mask11)
7611 (xtensa_mask12, xtensa_mask13, xtensa_mask14, xtensa_mask15): this.
7612 (xtensa_submask0, xtensa_submask1, xtensa_submask2, xtensa_submask3)
7613 (xtensa_submask4, xtensa_submask5, xtensa_submask6, xtensa_submask7)
7614 (xtensa_submask8, xtensa_submask9, xtensa_submask10)
7615 (xtensa_submask11, xtensa_submask12, xtensa_submask13)
7616 (xtensa_submask14, xtensa_submask15): New.
7617 (rmap): Follow strict aliasing rules doing static initialization.
7618
7619 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
7620
7621 * target-descriptions.c (tdesc_named_type): Move code_ptr and data_ptr
7622 handling from here...
7623 (tdesc_register_type): ...to here.
7624 * xml-tdesc.c (tdesc_start_reg): Allow code_ptr and data_ptr.
7625 * features/arm-core.xml: Use code_ptr and data_ptr.
7626
7627 2007-02-13 Denis Pilat <denis.pilat@st.com>
7628
7629 * varobj.h (enum varobj_update_error): New enum.
7630 * varobj.c (struct varobj_root): Add is_valid member.
7631 (varobj_get_type): Check for invalid varobj.
7632 (varobj_get_attributes): Likewise.
7633 (variable_editable):Likewise.
7634 (varobj_update): Likewise. Use varobj_update_error.
7635 (new_root_variable): Set root varobj as valid by default.
7636 (varobj_invalidate): New function.
7637 * symfile.c (clear_symtab_users): Use varobj_invalidate.
7638 * mi/mi-cmd-var.c (varobj_update_one): Change return type to void.
7639 Use varobj_update_error.
7640
7641 2007-02-12 Pierre Muller <muller@ics.u-strasbg.fr>
7642
7643 Fix PR pascal/2223.
7644 * dwarfread.c (set_cu_language): Recognize DW_LANG_Pascal83 as
7645 Pascal language marker.
7646 * dwarf2read.c (set_cu_language): Likewise.
7647
7648 2007-02-12 Corinna Vinschen <vinschen@redhat.com>
7649
7650 * win32-nat.c (win32_wait): Reset terminal pgrp to GDB.
7651 (do_initial_win32_stuff): Call terminal_init_inferior_with_pgrp
7652 instead of target_terminal_init since inferior_ptid isn't set yet.
7653
7654 2007-02-10 Pedro Alves <pedro_alves@portugalmail.pt>
7655
7656 * MAINTAINERS (Write After Approval): Add myself.
7657
7658 2007-02-09 Fred Fish <fnf@specifix.com>
7659
7660 Based on work by Apple Computer, Inc.
7661 * event-top.c (async_request_quit): Call quit() whenever either
7662 quit_flag is set or immediate_quit is set.
7663
7664 2007-02-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
7665
7666 * ada-lang.c (remove_out_of_scope_renamings): Change third parameter's
7667 type to a pointer to const struct block.
7668 (ada_lookup_symbol_list): Don't cast away constness when calling
7669 remove_out_of_scope_renamings.
7670
7671 2007-02-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
7672
7673 * linux-nat.c (linux_nat_find_memory_regions): Don't check the
7674 address of 'filename'; it is always non null.
7675
7676 2007-02-09 Joel Brobecker <brobecker@adacore.com>
7677
7678 * exec.c (add_to_section_table): Do not discard empty sections.
7679
7680 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7681
7682 * features/Makefile, features/arm-with-iwmmxt.xml,
7683 features/gdbserver-regs.xsl, features/number-regs.xsl,
7684 features/sort-regs.xsl, features/xscale-iwmmxt.xml: New files.
7685 * regformats/arm-with-iwmmxt.dat: Generate.
7686 * NEWS: Mention iWMMXt.
7687
7688 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7689
7690 * Makefile.in (arm-tdep.o, eval.o, target-descriptions.o)
7691 (xml-tdesc.o): Update.
7692 * xml-support.c: Add a comment.
7693 (gdb_xml_enums_boolean): New variable.
7694 (gdb_xml_parse_attr_enum): Use strcasecmp.
7695 * xml-support.h (gdb_xml_enums_boolean): Declare.
7696 * xml-tdesc.c (struct tdesc_parsing_data): Record current_feature,
7697 next_regnum, and current_union.
7698 (tdesc_start_feature, tdesc_start_reg, tdesc_start_union)
7699 (tdesc_end_union, tdesc_start_field, tdesc_start_vector)
7700 (field_attributes, union_children, reg_attributes, union_attributes)
7701 (vector_attributes, feature_attributes, feature_children): New.
7702 (target_children): Make static. Add <feature>.
7703 (tdesc_elements): Make static.
7704 * target-descriptions.c (struct tdesc_reg, tdesc_reg_p, type_p)
7705 (struct tdesc_feature, tdesc_feature_p): New types.
7706 (struct target_desc): Add features member.
7707 (struct tdesc_arch_data, tdesc_data): New.
7708 (target_find_description): Clarify error message. Warn about
7709 ignored register descriptions.
7710 (tdesc_has_registers, tdesc_find_feature, tdesc_feature_name)
7711 (tdesc_named_type, tdesc_data_init, tdesc_data_alloc)
7712 (tdesc_data_cleanup, tdesc_numbered_register)
7713 (tdesc_numbered_register_choices, tdesc_find_register)
7714 (tdesc_register_name, tdesc_register_type)
7715 (tdesc_remote_register_number, tdesc_register_reggroup_p)
7716 (set_tdesc_pseudo_register_name, set_tdesc_pseudo_register_type)
7717 (set_tdesc_pseudo_register_reggroup_p, tdesc_use_registers)
7718 (tdesc_free_reg, tdesc_create_reg, tdesc_free_feature)
7719 (tdesc_create_feature, tdesc_record_type): New.
7720 (free_target_description): Free features.
7721 (_initialize_target_descriptions): Initialize tdesc_data.
7722 * arch-utils.c (default_remote_register_number): New.
7723 * arch-utils.h (default_remote_register_number): New prototype.
7724 * target-descriptions.h (set_tdesc_pseudo_register_name)
7725 (set_tdesc_pseudo_register_type, set_tdesc_pseudo_register_reggroup_p)
7726 (tdesc_use_registers, tdesc_data_alloc, tdesc_data_cleanup)
7727 (tdesc_numbered_register, tdesc_numbered_register_choices)
7728 (tdesc_has_registers, tdesc_find_feature, tdesc_feature_name)
7729 (tdesc_named_type, tdesc_create_feature, tdesc_record_type)
7730 (tdesc_create_reg): Declare.
7731 * gdbarch.sh (remote_register_number): New entry.
7732 * gdbarch.c, gdbarch.h: Regenerate.
7733 * remote.c (init_remote_state): Use gdbarch_remote_register_number.
7734 * features/gdb-target.dtd: Add feature, reg, vector, union, and field.
7735
7736 * arm-tdep.c (arm_register_aliases): New.
7737 (arm_register_name_strings): Rename to...
7738 (arm_register_names): ...this. Make const. Delete the old version.
7739 (current_option, arm_register_byte): Delete.
7740 (set_disassembly_style): Simplify. Do not adjust arm_register_names.
7741 (value_of_arm_user_reg): New.
7742 (arm_gdbarch_init): Verify any described registers. Call
7743 tdesc_use_registers. Don't use arm_register_byte. Create aliases
7744 for standard register names.
7745 (_initialize_arm_tdep): Do not adjust arm_register_names.
7746 * user-regs.c (struct user_reg): Add baton member.
7747 (append_user_reg, user_reg_add_builtin, user_regs_init)
7748 (user_reg_add, value_of_user_reg): Use a baton for user
7749 register functions.
7750 * std-regs.c: Update.
7751 * user-regs.h (user_reg_read_ftype, user_reg_add_builtin)
7752 (user_reg_add): Add baton argument.
7753 * NEWS: Mention target description register support.
7754 * features/arm-core.xml, features/arm-fpa.xml: New.
7755 * eval.c (evaluate_subexp_standard): Allow ptype $register
7756 when the program is not running.
7757
7758 2007-02-09 Nick Roberts <nickrob@snap.net.nz>
7759
7760 * mi/mi-cmd-var.c (mi_cmd_var_create): Add value field.
7761
7762 2007-02-08 Thiago Jung Bauermann <bauerman@br.ibm.com>
7763
7764 * rs6000-tdep.c (gdb_print_insn_powerpc): Set
7765 info->disassembler_options to "any".
7766
7767 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7768
7769 * varobj.c (install_new_value): Only call value_get_print_value
7770 if changeable.
7771
7772 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7773
7774 Reported by timeless@gmail.com:
7775 * gdb/target.c (target_flash_erase): Do not return void value.
7776 (target_flash_done): Likewise.
7777 * gdb/cli/cli-cmds.c (source_command): Likewise.
7778
7779 2007-02-08 Fred Fish <fnf@specifix.com>
7780
7781 Based on work by Apple Computer, Inc.
7782 * event-top.c (handle_sigint): Set quit_flag.
7783 (async_request_quit): Don't set quit_flag. Avoid calling quit()
7784 if quit_flag has already been reset.
7785
7786 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7787
7788 * ser-mingw.c (pipe_windows_close): Move variable initialization back
7789 up.
7790
7791 2007-02-08 Fred Fish <fnf@specifix.com>
7792
7793 * defs.h (request_quit): Remove declaration.
7794 * utils.c (request_quit): Remove definition.
7795
7796 2007-02-08 Joel Brobecker <brobecker@gnat.com>
7797 Jan Kratochvil <jan.kratochvil@redhat.com>
7798 Daniel Jacobowitz <dan@codesourcery.com>
7799
7800 * rs6000-tdep.c (bl_to_blrl_insn_p): New function.
7801 (skip_prologue): Allow bl->blrl used by PIC code.
7802
7803 2007-02-08 Mark Kettenis <kettenis@gnu.org>
7804 Daniel Jacobowitz <dan@codesourcery.com>
7805
7806 * cp-valprint.c (cp_print_value_fields, cp_print_value): Always
7807 initialize tmp_obstack.
7808 * p-valprint.c (pascal_object_print_value_fields)
7809 (pascal_object_print_value): Likewise.
7810
7811 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7812
7813 * features/feature_to_c.sh: Use %s to avoid problems with nawk.
7814
7815 2007-02-08 Mark Kettenis <kettenis@gnu.org>
7816
7817 * sparcnbsd-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
7818 * Makefile.in (sparcnbsd-tdep.o): Update dependencies.
7819
7820 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7821
7822 * xml-tdesc.c (struct tdesc_xml_cache, tdesc_xml_cache_s)
7823 (xml_cache): New.
7824 (tdesc_parse_xml): Cache expanded descriptions.
7825
7826 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7827
7828 * Makefile.in (XMLFILES): New.
7829 (COMMON_OBS): Add xml-builtin.o.
7830 (xml-builtin.c, stamp-xml): New rules.
7831 (xml-tdesc.o): Update.
7832 * features/feature_to_c.sh: New file.
7833 * xml-support.c (MAX_XINCLUDE_DEPTH): Define.
7834 (struct gdb_xml_parser): Add dtd_name and is_xinclude.
7835 (gdb_xml_start_element): Initialize scope after possibly reallocating
7836 scopes. Move cleanup later. Handle the XInclude description
7837 specially.
7838 (gdb_xml_end_element): Only parse the body if there is a current element.
7839 Call XML_DefaultCurrent if there is no element.
7840 (gdb_xml_fetch_external_entity, gdb_xml_use_dtd): New.
7841 (struct xinclude_parsing_data, xinclude_start_include)
7842 (xinclude_end_include, xml_xinclude_default)
7843 (xml_xinclude_start_doctype, xml_xinclude_end_doctype)
7844 (xml_xinclude_xml_decl, xml_xinclude_cleanup, xinclude_attributes)
7845 (xinclude_elements, xml_process_xincludes, fetch_xml_builtin): New.
7846 * xml-support.h (xml_fetch_another, xml_process_xincludes)
7847 (fetch_xml_builtin, xml_builtin, gdb_xml_use_dtd): New declarations.
7848 * xml-tdesc.c (tdesc_parse_xml): Add fetcher_baton argument. Expand
7849 XInclude directives. Use the compiled in DTD.
7850 (fetch_xml_from_file): Add baton argument. Treat it as a containing
7851 directory name. Do not warn here.
7852 (file_read_description_xml): Update call. Warn here instead. Pass
7853 a dirname as baton.
7854 (fetch_available_features_from_target): New.
7855 (target_read_description_xml): Use it.
7856 * features/gdb-target.dtd: Add copyright notice. Use xinclude.dtd
7857 to handle XInclude.
7858 * features/xinclude.dtd: New file.
7859
7860 2007-02-05 Daniel Jacobowitz <dan@codesourcery.com>
7861
7862 * linux-thread-db.c (check_for_thread_db): Return early if we have
7863 no libthread_db support.
7864
7865 2007-02-05 Daniel Jacobowitz <dan@codesourcery.com>
7866
7867 * mi/mi-parse.h: Include <sys/time.h>.
7868
7869 2007-02-05 Nick Roberts <nickrob@snap.net.nz>
7870
7871 * mi/mi-cmd-stack.c (list_args_or_locals): Use common_val_print
7872 instead of print_variable_value to print values.
7873
7874 2007-02-03 Nick Roberts <nickrob@snap.net.nz>
7875
7876 * mi/mi-main.c: Numerous formatting changes.
7877 (mi_cmd_data_write_register_values): Replace clause inadvertantly
7878 removed in my previous change.
7879
7880 2007-02-03 Eli Zaretskii <eliz@gnu.org>
7881
7882 * mi/mi-main.c (mi_load_progress, timestamp, print_diff_now):
7883 Use 1000000L instead of 1000000.
7884
7885 2007-02-03 Nick Roberts <nickrob@snap.net.nz>
7886
7887 Based on work by Apple Computer, Inc.
7888
7889 * configure.ac: Test for sys/resource.h and getrusage.
7890 * configure, config.in: Regenerate.
7891
7892 * mi/mi-main.c: Include <sys/resource.h> if present.
7893 (rusage): Declare if HAVE_GETRUSAGE.
7894 (current_command_ts, do_timings): New static variables.
7895 (timestamp, print_diff_now, print_diff, timeval_diff):
7896 New static timing functions.
7897 (mi_cmd_enable_timings): New function for new MI command.
7898 (captured_mi_execute_command, mi_execute_async_cli_command):
7899 Call timing functions.
7900
7901 * mi/mi-cmds.c (mi_cmds): Add entry for new MI command
7902 -enable-timings.
7903
7904 * mi/mi-cmds.h (mi_cmd_enable_timings): New extern.
7905
7906 * mi/mi-parse.h: (mi_timestamp): New structure.
7907 (mi_parse): Add mi_timestamp* member.
7908
7909 2007-02-02 Denis Pilat <denis.pilat@st.com>
7910
7911 * thread.c (make_cleanup_restore_current_thread): New function.
7912 (info_threads_command): Use of make_cleanup_restore_current_thread
7913 to restore the current thread and the selected frame.
7914 (restore_selected_frame): New function.
7915 (struct current_thread_cleanup): Add frame_id field.
7916 (do_restore_current_thread_cleanup): Add restoring of the selected
7917 frame.
7918 (make_cleanup_restore_current_thread): Likewise.
7919 (thread_apply_all_command): backup the selected frame while
7920 entering the function and restore it at exit.
7921 (thread_apply_command): Likewise.
7922
7923 2007-02-02 Denis Pilat <denis.pilat@st.com>
7924
7925 * MAINTAINERS (Write After Approval): Add myself to the list.
7926
7927 2007-02-01 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
7928
7929 * gdb/remote-m32r.sdi.c (m32r_fetch_register): Change PWD mask.
7930 (m32r_store_register): Ditto.
7931
7932 2007-01-30 Vladimir Prus <vladimir@codesourcery.com>
7933
7934 * ser-mingw.c (pipe_windows_open)
7935 (pipe_windows_read, pipe_windows_write): Declare
7936 variables at the top of the function.
7937
7938 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7939
7940 * doublest.c (floatformat_from_length): Use the right element from
7941 gdbarch floatformats.
7942 (floatformat_from_type, extract_typed_floating)
7943 (store_typed_floating): Likewise.
7944 * doublest.h: Remove declarations for undefined floatformat arrays.
7945 * gdbarch.sh (float_format, double_format, long_double_format): Change
7946 to pairs.
7947 (pformat): Update for pairs.
7948 * gdbarch.c, gdbarch.h: Regenerated.
7949 * gdbtypes.c (floatformats_ieee_single, floatformats_ieee_double)
7950 (floatformats_ieee_double_littlebyte_bigword)
7951 (floatformats_i387_ext, floatformats_m68881_ext, floatformats_arm_ext)
7952 (floatformats_ia64_spill, floatformats_ia64_quad, floatformats_vax_f)
7953 (floatformats_vax_d): New variables.
7954 (builtin_type_ieee_single, builtin_type_ieee_double)
7955 (builtin_type_arm_ext, builtin_type_ia64_spill)
7956 (builtin_type_ia64_quad): Replace arrays with individual types.
7957 (builtin_type_ieee_single_big, builtin_type_ieee_single_little)
7958 (builtin_type_ieee_double_big, builtin_type_ieee_double_little)
7959 (builtin_type_ieee_double_littlebyte_bigword, builtin_type_i960_ext)
7960 (builtin_type_m88110_ext, builtin_type_m88110_harris_ext)
7961 (builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword)
7962 (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
7963 (builtin_type_ia64_quad_big, builtin_type_ia64_quad_little): Delete
7964 unused and endian-specific types.
7965 (recursive_dump_type): Update for floatformat pairs.
7966 (build_flt): Move higher. Handle bit == -1. Take a floatformat pair.
7967 (build_gdbtypes): Use build_flt.
7968 (_initialize_gdbtypes): Update set of initialized types.
7969 * gdbtypes.h: Update declarations to match gdbtypes.c.
7970 (struct main_type): Store a pointer to two floatformats.
7971 * arch-utils.c (default_float_format, default_double_format): Delete.
7972 * arch-utils.h (default_float_format, default_double_format): Delete.
7973
7974 * arm-tdep.c, avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
7975 ia64-tdep.c, iq2000-tdep.c, m68k-tdep.c, m88k-tdep.c,
7976 mips-linux-tdep.c, mips-tdep.c, mt-tdep.c, ppcobsd-tdep.c,
7977 sparc-linux-tdep.c, sparc-tdep.c, sparcnbsd-tdep.c, spu-tdep.c,
7978 vax-tdep.c, alpha-tdep.c, ppc-sysv-tdep.c: Update.
7979
7980 2007-01-29 Joel Brobecker <brobecker@adacore.com>
7981
7982 * target.c (maintenance_print_target_stack): New function.
7983 (initialize_targets): Add new "maintenance print target-stack"
7984 command.
7985
7986 2007-01-28 Mark Kettenis <kettenis@gnu.org>
7987
7988 * dwarf2read.c (new_symbol): Handle DW_AT_decl_file being zero.
7989
7990 2007-01-27 Daniel Jacobowitz <dan@codesourcery.com>
7991
7992 * dwarf2loc.h (struct dwarf2_locexpr_baton): Change size to a long.
7993 (struct dwarf2_loclist_baton): Likewise.
7994
7995 2007-01-27 Eli Zaretskii <eliz@gnu.org>
7996
7997 * cli/cli-script.c: Include breakpoint.h.
7998 (build_command_line): Require arguments only for if and while
7999 commands.
8000 (get_command_line, execute_user_command, execute_control_command):
8001 Fix wording of warning messages.
8002 (print_command_lines): Print breakpoint commands.
8003 (execute_control_command): Call commands_from_control_command to
8004 handle the `commands' command inside a body of a flow-control
8005 command.
8006 (read_next_line): Recognize the `commands' command and build a
8007 command line structure for it.
8008 (recurse_read_control_structure, read_command_lines): Handle
8009 `commands' similarly to `if' and `while'.
8010
8011 * breakpoint.c (get_number_trailer): Document the special meaning
8012 of NULL as the first argument PP.
8013 (commands_from_control_command): New function.
8014
8015 * breakpoint.h (commands_from_control_command): Add prototype.
8016
8017 * defs.h (commands_control): New enumerated value for enum
8018 command_control_type.
8019
8020 2007-01-26 Joel Brobecker <brobecker@adacore.com>
8021
8022 * ada-lang.c (ada_exception_breakpoint_ops): Fix typo in function name.
8023 (ada_exception_sal): Update accordingly.
8024
8025 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8026
8027 * c-valprint.c (c_val_print): Require strings to be of no-signed CHARs.
8028 * NEWS: Describe CHAR array vs. string identifcation rules.
8029
8030 2007-01-25 Paul Brook <paul@codesourcery.com>
8031
8032 * arm-tdep.c (arm_get_next_pc): Fix bitfield off-by-one error.
8033
8034 2007-01-24 Jim Blandy <jimb@codesourcery.com>
8035
8036 * dwarf2loc.c (dwarf2_evaluate_loc_desc): When the location
8037 expression is empty, bother to return the 'optimized out' value we
8038 construct. (Thanks to Carl Burch.)
8039
8040 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
8041
8042 * varobj.c (c_value_of_root, c_value_of_child)
8043 (cplus_describe_child): Don't call release_value.
8044
8045 2007-01-24 Thiemo Seufer <ths@mips.com>
8046
8047 * mips-linux-tdep.c (mips_linux_n64_rt_sigframe): Fix struct
8048 initialization.
8049
8050 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
8051
8052 Refactor getting children name, value and type access
8053 for varobjs in C++.
8054 * varobj.c (get_type_deref): Remove.
8055 (adjust_value_for_child_access): New.
8056 (c_number_of_children): Use the above.
8057 (c_describe_child): Likewise.
8058 (enum accessibility): New.
8059 (match_accessibility): New function.
8060 (cplus_describe_child): New function.
8061 (cplus_name_of_child, cplus_value_of_child)
8062 (cplus_type_of_child): Reimplement in terms
8063 of cplus_describe_child.
8064 (cplus_number_of_children): Use
8065 adjust_value_for_child_access.
8066
8067 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
8068
8069 Fix computation of the 'editable' attribute and
8070 value changeability for for references.
8071 * varobj.c (get_value_type): New function.
8072 (c_variable_editable): Use get_value_type.
8073 (varobj_value_is_changeable): Likewise.
8074
8075 2007-01-24 Joel Brobecker <brobecker@adacore.com>
8076
8077 * source.c (find_and_open_source): Try rewriting the source
8078 path inside filename if dirname is NULL.
8079
8080 2007-01-24 Joel Brobecker <brobecker@adacore.com>
8081
8082 * dwarf2read.c (add_partial_symbol): Create an extra partial
8083 symbol in the VAR_DOMAIN for Ada structures, unions or enums.
8084 (new_symbol): Likewise for symbols.
8085
8086 2007-01-24 Nick Roberts <nickrob@snap.net.nz>
8087
8088 * mi/mi-main.c (mi_cmd_execute): Call free_all_values.
8089
8090 2007-01-23 Vladimir Prus <vladimir@codesourcery.com>
8091
8092 * value.c (value_primitive_field): Copy the full 'location'
8093 contents, instead of assuming that copying ADDRESS will
8094 bring over everything in the union. Remove obsolete comment.
8095
8096 2007-01-23 Masaki Muranaka <monaka@monami-software.com>
8097
8098 * m32c-tdep.c (make_regs, m32c_analyze_prologue)
8099 (m32c_skip_trampoline_code, m32c_m16c_address_to_pointer)
8100 (m32c_m16c_pointer_to_address): Separate code from declarations.
8101
8102 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
8103
8104 * target.c (update_current_target): Correct typo.
8105
8106 2007-01-22 Masaki Muranaka <monaka@monami-software.com>
8107
8108 * xstormy16-tdep.c (xstormy16_skip_prologue): Separate code from a
8109 declaration.
8110
8111 2007-01-11 Andrew Cagney <cagney@redhat.com>
8112 Daniel Jacobowitz <dan@codesourcery.com>
8113 Jan Kratochvil <jan.kratochvil@redhat.com>
8114
8115 * dwarf2-frame.c (execute_cfa_program): New support of
8116 `DW_CFA_GNU_negative_offset_extended'.
8117
8118 2007-01-21 Daniel Jacobowitz <dan@codesourcery.com>
8119
8120 * NEWS: Mention flash support for "load" and new remote packets.
8121
8122 2007-01-21 Markus Deuling <deuling@de.ibm.com>
8123
8124 * breakpoint.c (delete_command): Skip redundant loop iterations.
8125
8126 2007-01-21 Daniel Jacobowitz <dan@codesourcery.com>
8127
8128 * gdbarch.sh (register_type): Update comment.
8129 * gdbarch.h: Regenerated.
8130 * arch-utils.c (generic_register_size): Call register_type.
8131 * ia64-tdep.c (ia64_extract_return_value): Likewise.
8132 * m32c-tdep.c (check_for_saved): Likewise.
8133 * mips-tdep.c (mips_print_register, print_gp_register_row)
8134 (mips_print_registers_info): Likewise.
8135 * sh-tdep.c (sh_pseudo_register_read, sh_pseudo_register_write):
8136 Likewise.
8137 * sh64-tdep.c (sh64_pseudo_register_read, sh64_pseudo_register_write)
8138 (sh64_do_register, sh64_print_register)
8139 (sh64_media_print_registers_info): Likewise.
8140 * tui/tui-regs.c (tui_register_format): Likewise.
8141
8142 2007-01-21 Daniel Jacobowitz <dan@codesourcery.com>
8143
8144 * objfiles.h (ALL_PRIMARY_SYMTABS): Define.
8145
8146 * ada-lang.c (symtab_for_sym, ada_lookup_symbol_list)
8147 (ada_lookup_symbol): Use ALL_PRIMARY_SYMTABS.
8148 * cp-support.c (make_symbol_overload_list_qualified): Likewise.
8149 * symtab.c (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
8150 (basic_lookup_transparent_type, find_pc_sect_symtab, search_symbols)
8151 (make_symbol_completion_list): Likewise.
8152
8153 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8154 Daniel Jacobowitz <dan@codesourcery.com>
8155
8156 * buildsym.c (end_symtab): Use preallocated symtab if available.
8157 Fill in SYMBOL_SYMTAB.
8158 * buildsym.h (struct subfile): Add symtab member.
8159 * dwarf2read.c (struct dwarf2_cu): Add line_header.
8160 (struct file_entry): Add symtab.
8161 (free_cu_line_header): New function.
8162 (read_file_scope): Use it. Save line_header in the cu. Process
8163 lines before DIEs.
8164 (add_file_name): Initialize new symtab member.
8165 (dwarf_decode_lines): Create symtabs for included files.
8166 (new_symbol): Set SYMBOL_SYMTAB.
8167 * symtab.c (lookup_symbol): Use SYMBOL_SYMTAB.
8168 (search_symbols): Likewise.
8169 * symtab.h (struct symbol): Add symtab member.
8170 (SYMBOL_SYMTAB): Define.
8171
8172 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
8173
8174 * symfile.c (allocate_symtab): Remove INIT_EXTRA_SYMTAB_INFO.
8175
8176 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
8177
8178 * arch-utils.c (show_endian): Correct reversed condition.
8179
8180 2007-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8181
8182 * MAINTAINERS (Write After Approval): Add myself.
8183
8184 2007-01-16 Daniel Jacobowitz <dan@codesourcery.com>
8185 Vladimir Prus <vladimir@codesourcery.com>
8186
8187 Fix 'selected frame' varobjs.
8188 * varobj.c (struct varobj): Remove the error field.
8189 (varobj_set_value): Don't check var->error.
8190 (install_new_value): Don't set var->error.
8191 (varobj_update): Always pass the new value
8192 of the root via install_new_value.
8193 (create_child): Don't set error field.
8194 (new_variable): Likewise.
8195 (c_value_of_root): Always reevaluate the value
8196 of selected frame varobjs in the selected frame.
8197 Don't call reinit_frame_cache.
8198
8199 2007-01-15 Joel Brobecker <brobecker@adacore.com>
8200
8201 * source.c (_initialize_source): Improve the help text of
8202 the substitute-path commands.
8203
8204 2007-01-14 Mark Kettenis <kettenis@gnu.org>
8205
8206 * frv-tdep.c (frv_gdbarch_init, frv_register_name)
8207 (frv_breakpoint_from_pc, frv_gdbarch_adjust_breakpoint_address)
8208 (frv_skip_prologue): Remove prototypes.
8209 (frv_adjust_breakpoint_address): Renamed from
8210 frv_gdbarch_adjust_breakpoint_address.
8211 (frv_gdbarch_init): Adjust.
8212
8213 2007-01-13 Mark Kettenis <kettenis@gnu.org>
8214
8215 * gdbarch.sh (deprecated_extract_return_value)
8216 (deprecated_store_return_value): Remove.
8217 (extract_return_value, store_return_value): Remove default values.
8218 * gdbarch.c, gdbarch.h: Regenerate.
8219 * arch-utils.c, arch-utils.h (legacy_extract_return_value)
8220 (legacy_store_return_value): Remove.
8221 * regcache.c, regcache.h (deprecated_grub_regcache_for_registers):
8222 Remove.
8223
8224 * mi/mi-main.c: Remove obsolete comment.
8225
8226 * regcache.c, regcache.h (deprecated_register_bytes)
8227 (deprecated_read_register_bytes)
8228 (deprecated_write_register_bytes): Remove.
8229
8230 * frame.c (get_frame_register_bytes, put_frame_register_bytes):
8231 Don't forget to move destination pointer.
8232
8233 2007-01-01 Mark Kettenis <kettenis@gnu.org>
8234
8235 * config/i386/nm-i386gnu.h (CHILD_PREPARE_TO_STORE): Remove.
8236
8237 2007-01-11 Ulrich Weigand <uweigand@de.ibm.com>
8238
8239 * spu-tdep.c (spu_analyze_prologue): Fix erroneous backtrace
8240 past entry function with recent newlib.
8241
8242 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
8243
8244 * gdb.texinfo (GDB/MI Variable Objects): Improve the
8245 introduction. Specify -var-update more exactly.
8246
8247 2007-01-11 Daniel Jacobowitz <dan@codesourcery.com>
8248
8249 * frame.c (get_prev_frame_1): Check PC_REGNUM before using it.
8250
8251 2007-01-10 Jim Blandy <jimb@codesourcery.com>
8252
8253 * MAINTAINERS (Global Maintainers): Ulrich Weigand has accepted
8254 the Global Maintainers' invitation to be a global maintainer.
8255
8256 2007-01-10 Daniel Jacobowitz <dan@codesourcery.com>
8257
8258 * infrun.c (singlestep_pc): New variable.
8259 (resume): Set singlestep_pc.
8260 (context_switch): Add a debugging message. Flush the frame cache.
8261 (handle_inferior_event): Add debugging messages. Handle thread
8262 hops when a software single step has completed. Let context_switch
8263 handle flushing the frame cache.
8264
8265 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8266
8267 * NEWS: Mention target descriptions, "set tdesc filename",
8268 "unset tdesc filename", "show tdesc filename", and
8269 qXfer:features:read.
8270 * arch-utils.c (choose_architecture_for_target): New function.
8271 (gdbarch_info_fill): Call it.
8272 * target-descriptions.c (struct property): Make members non-const.
8273 (struct target_desc): Add arch member.
8274 (target_description_filename): New variable.
8275 (target_find_description): Try via XML first.
8276 (tdesc_architecture): New.
8277 (free_target_description, make_cleanup_free_target_description): New.
8278 (set_tdesc_property): Call xstrdup.
8279 (set_tdesc_architecture, tdesc_set_cmdlist, tdesc_show_cmdlist)
8280 (tdesc_unset_cmdlist, unset_tdesc_cmd, unset_tdesc_filename_cmd)
8281 (set_tdesc_cmd, show_tdesc_cmd, set_tdesc_filename_cmd)
8282 (show_tdesc_filename_cmd, _initialize_target_descriptions): New.
8283 * target-descriptions.h (tdesc_architecture)
8284 (make_cleanup_free_target_description, set_tdesc_architecture): New
8285 prototypes.
8286 * Makefile.in (SFILES): Add xml-tdesc.c.
8287 (COMMON_OBS): Add xml-tdesc.o.
8288 (target-descriptions.o): Update.
8289 (xml-tdesc.o): New rule.
8290 * xml-tdesc.c, xml-tdesc.h: New files.
8291 * remote.c (PACKET_qXfer_features): New enum.
8292 (remote_protocol_features): Add qXfer:features:read.
8293 (remote_xfer_partial): Handle TARGET_OBJECT_AVAILABLE_FEATURES.
8294 (_initialize_remote): Register qXfer:features:read.
8295 * target.h (enum target_object): Add TARGET_OBJECT_AVAILABLE_FEATURES.
8296 * features/gdb-target.dtd: New file.
8297
8298 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8299
8300 * copyright.sh: Clarify error.
8301
8302 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8303
8304 * symtab.c (matching_bfd_sections): Fix VMA matching for
8305 prelinked objects.
8306
8307 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8308
8309 * minsyms.c (lookup_minimal_symbol_by_pc_section): Handle
8310 nested symbols.
8311
8312 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8313
8314 Updated copyright notices for most files.
8315
8316 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8317
8318 * copyright.sh (prunes): Add step-line.inp and step-line.c.
8319
8320 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8321
8322 * configure.ac (DEBUGDIR_RELOCATABLE): Define for debugdir inside
8323 exec_prefix.
8324 (TARGET_SYSTEM_ROOT_RELOCATABLE): Allow for exec_prefix being
8325 '${prefix}'.
8326 * configure, config.in: Regenerate.
8327 * defs.h (debug_file_directory): Declare.
8328 * main.c (captured_main): Canonicalize gdb_sysroot. Assume
8329 TARGET_SYSTEM_ROOT is defined. Initialize debug_file_directory and
8330 relocate it if DEBUGDIR_RELOCATABLE.
8331 * symfile.c (debug_file_directory): Make non-static.
8332 (find_separate_debug_file): Look for debug info for SYSROOT/PATH
8333 in DEBUGDIR/PATH if DEBUGDIR is inside SYSROOT.
8334 (_initialize_symfile): Don't initialize debug_file_directory here.
8335
8336 2007-01-09 Jim Blandy <jimb@codesourcery.com>
8337
8338 * score-tdep.c (score_push_dummy_call): Don't mix declarations and
8339 statements.
8340
8341 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8342
8343 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Use
8344 frame_unwind_register to recurse.
8345 * alpha-tdep.c (alpha_sigtramp_frame_prev_register): Likewise.
8346 (alpha_heuristic_frame_prev_register): Likewise.
8347 * h8300-tdep.c (h8300_frame_prev_register): Likewise.
8348 * m32c-tdep.c (m32c_prev_register): Likewise.
8349 * frame.c (frame_register_unwind_location): Remove FIXME.
8350
8351 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8352 Eli Zaretskii <eliz@gnu.org>
8353
8354 * copyright.sh: New file.
8355
8356 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8357
8358 * configure.ac: Check for XML_StopParser.
8359 * xml-support.c (gdb_xml_body_text): Check for an error.
8360 (gdb_xml_start_element_wrapper): Conditionalize call to XML_StopParser.
8361 (gdb_xml_end_element_wrapper): Likewise.
8362 * config.in, configure: Regenerated.
8363
8364 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8365
8366 * varobj.c (install_new_value): Always update print_value.
8367 (value_get_print_value): Immediately return NULL for missing
8368 values.
8369
8370 2007-01-08 Jim Blandy <jimb@codesourcery.com>
8371
8372 * configure.ac: Tighten pattern for extracting value of
8373 DEPRECATED_TM_FILE from the target makefile fragment.
8374 * configure: Regenerated.
8375
8376 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8377
8378 * linux-nat.c (struct simple_pid_list): Add status.
8379 (add_to_pid_list): Record the PID's status.
8380 (linux_record_stopped_pid): Likewise. Make static.
8381 (pull_pid_from_list): Return the saved status.
8382 (linux_nat_handle_extended): Deleted.
8383 (linux_handle_extended_wait): Combine with linux_nat_handle_extended.
8384 Make static. Handle non-SIGSTOP for a new thread's first signal.
8385 (flush_callback): Handle unexpected pending signals.
8386 (linux_nat_wait): Update calls to changed functions.
8387 * linux-nat.h (linux_record_stopped_pid, linux_handle_extended_wait):
8388 Remove prototypes for newly static functions.
8389
8390 2007-01-08 Ulrich Weigand <uweigand@de.ibm.com>
8391
8392 * gdbarch.sh (value_from_register): New gdbarch function.
8393 * gdbarch.c, gdbarch.h: Regenerate.
8394 * findvar.c (default_value_from_register): New function.
8395 (value_from_register): Use gdbarch_value_from_register.
8396 * value.h (default_value_from_register): Declare.
8397 * spu-tdep.c (spu_convert_register_p, spu_register_to_value,
8398 spu_value_to_register): Remove.
8399 (spu_value_from_register): New function.
8400 (spu_gdbarch_init): Do not call set_gdbarch_convert_register_p,
8401 set_gdbarch_register_to_value, set_gdbarch_value_to_register.
8402 Call set_gdbarch_value_from_register.
8403 * s390-tdep.c (s390_convert_register_p, s390_register_to_value,
8404 s390_value_to_register): Remove.
8405 (s390_value_from_register): New function.
8406 (s390_gdbarch_init): Do not call set_gdbarch_convert_register_p,
8407 set_gdbarch_register_to_value, set_gdbarch_value_to_register.
8408 Call set_gdbarch_value_from_register.
8409
8410 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8411
8412 * NEWS: Add "set sysroot" and "show sysroot".
8413 * solib.c (solib_absolute_prefix): Delete. Replace
8414 all uses with gdb_sysroot.
8415 (_initialize_solib): Add "set sysroot" and "show sysroot".
8416 Make "solib-absolute-prefix" an alias to it.
8417
8418 2007-01-08 Ulrich Weigand <uweigand@de.ibm.com>
8419
8420 * frame.c (get_frame_register_bytes): New function.
8421 (put_frame_register_bytes): Likewise.
8422 * frame.h (get_frame_register_bytes): Declare.
8423 (put_frame_register_bytes): Likewise.
8424 * findvar.c (value_from_register): Always construct lval_register
8425 values. Use get_frame_register_bytes.
8426 * valops.c (value_assign): Use get_frame_register_bytes and
8427 put_frame_register_bytes.
8428
8429 2007-01-08 Jim Blandy <jimb@codesourcery.com>
8430
8431 * MAINTAINERS: Update Stan Shebs' email address.
8432
8433 2007-01-07 Joel Brobecker <brobecker@adacore.com>
8434
8435 * ada-lang.c (is_known_support_routine): Improve the implementation.
8436
8437 2007-01-06 Joel Brobecker <brobecker@adacore.com>
8438
8439 * ada-lang.c: Add include of source.h.
8440 (is_known_support_routine): Improve the check verifying that the file
8441 associated to this frame exists.
8442 * Makefile.in (ada-lang.o): Add dependency on source.h.
8443
8444 2007-01-07 Jim Blandy <jimb@codesourcery.com>
8445
8446 * ax-general.c (ax_const_l): Select proper opcode for the given
8447 value.
8448
8449 2007-01-05 Vladimir Prus <vladimir@codesourcery.com>
8450
8451 * varobj.c (c_value_of_root): Don't select frame if variable
8452 object is out of scope.
8453
8454 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
8455
8456 * varobj.c (struct varobj): New member print_value.
8457 (install_new_value): Compare last printed value with current one
8458 instead of contents.
8459 (new_variable): Initialize var->print_value to NULL.
8460 (free_variable): Free var->print_value.
8461 (value_get_print_value): New function derived from
8462 c_value_of_variable.
8463 (c_value_of_variable): Use value_get_print_value.
8464
8465 2007-01-05 Joel Brobecker <brobecker@adacore.com>
8466
8467 * i386-tdep.c (i386_analyze_stack_align): Add comment.
8468
8469 2007-01-05 Joel Brobecker <brobecker@adacore.com>
8470
8471 * NEWS: Add entries for new catch commands.
8472
8473 2007-01-05 Joel Brobecker <brobecker@adacore.com>
8474
8475 * dwarf2read.c (partial_die_info): Add field has_byte_size.
8476 (add_partial_symbol): Correct identification of external references.
8477 (process_structure_scope): Likewise.
8478 (read_partial_die): Handle DW_AT_byte_size attribute.
8479
8480 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
8481
8482 * xml-support.c (gdb_xml_end_element): Remove wrong backslashes.
8483
8484 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
8485
8486 * varobj.c (get_type_deref): Fix variable objects for references to
8487 pointers.
8488
8489 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8490
8491 * symtab.c (find_pc_sect_psymtab): Add comments. Handle psymtabs
8492 with no symbols.
8493
8494 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8495
8496 * memory-map.c (struct_memory_map_parsing_data): Remove most
8497 members. Make property_name an array.
8498 (free_memory_map_parsing_data, memory_map_start_element)
8499 (memory_map_end_element, memory_map_character_data): Delete.
8500 (memory_map_start_memory, memory_map_end_memory)
8501 (memory_map_start_property, memory_map_end_property): New functions.
8502 (property_attributes, memory_children, memory_type_enum)
8503 (memory_attributes, memory_map_children, memory_map_elements): New.
8504 (parse_memory_map): Rewrite.
8505 * xml-support.c (debug_xml): New.
8506 (xml_get_required_attribute, xml_get_integer_attribute)
8507 (xml_get_enum_value, free_xml_parser, make_cleanup_free_xml_parser):
8508 Delete.
8509 (struct scope_level, struct gdb_xml_parser, gdb_xml_body_text)
8510 (gdb_xml_debug, gdb_xml_error, gdb_xml_values_cleanup)
8511 (gdb_xml_start_element, gdb_xml_start_element_wrapper)
8512 (gdb_xml_end_element, gdb_xml_end_element_wrapper, gdb_xml_cleanup)
8513 (gdb_xml_create_parser_and_cleanup, gdb_xml_parse)
8514 (gdb_xml_parse_ulongest, gdb_xml_parse_attr_ulongest)
8515 (gdb_xml_parse_attr_enum, show_debug_xml, _initialize_xml_support):
8516 New.
8517 * xml-support.h (struct gdb_xml_value, gdb_xml_attribute_handler)
8518 (enum gdb_xml_attribute_flag, struct gdb_xml_attribute)
8519 (enum gdb_xml_element_flag, struct gdb_xml_element)
8520 (gdb_xml_element_start_handler, gdb_xml_element_end_handler)
8521 (struct gdb_xml_enum): New.
8522 (gdb_xml_create_parser_and_cleanup, gdb_xml_parse, gdb_xml_debug)
8523 (gdb_xml_error, gdb_xml_parse_attr_ulongest)
8524 (gdb_xml_parse_attr_enum, gdb_xml_parse_ulongest): New prototypes.
8525 (xml_get_required_attribute, xml_get_integer_attribute)
8526 (xml_get_enum_value, make_cleanup_free_xml_parser): Delete prototypes.
8527 * Makefile.in (xml_support_h, xml-support.o): Update.
8528
8529 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8530
8531 * Makefile.in (eval.o): Update dependencies.
8532 * eval.c: Include "ui-out.h" and "exceptions.h".
8533 (evaluate_subexp_standard): Use TRY_CATCH around value_of_variable.
8534 Use value_zero if an error occurs when avoiding side effects.
8535 * varobj.c (c_value_of_root): Initialize new_val.
8536
8537 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8538
8539 * varobj.c (varobj_list_children): Stop if the number of children is
8540 unknown.
8541 (c_number_of_children):
8542
8543 2007-01-04 Mark Kettenis <kettenis@gnu.org>
8544
8545 * alpha-tdep.c (alpha_register_name): Use ARRAY_SIZE.
8546 (alpha_read_insn, alpha_skip_prologue, alpha_heuristic_proc_start)
8547 (alpha_heuristic_frame_unwind_cache, alpha_next_pc)
8548 (alpha_gdbarch_init): Use ALPHA_INSN_SIZE, ALPHA_REGISTER_SIZE and
8549 sizeof, instead of hardcoded constants.
8550
8551 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8552
8553 * CONTRIBUTE: Use sourceware.org.
8554
8555 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8556
8557 * buildsym.c (start_subfile): Handle producer.
8558 (record_producer): New function.
8559 * buildsym.h (struct subfile): Include producer.
8560 (record_producer): New prototype.
8561 * dwarf2-frame.c (struct dwarf2_cie): Add version and augmentation.
8562 (struct dwarf2_frame_state): Add armcc_cfa_offsets_sf and
8563 armcc_cfa_offsets_reversed.
8564 (execute_cfa_program): Handle armcc_cfa_offsets_sf.
8565 (dwarf2_frame_find_quirks): New function.
8566 (dwarf2_frame_cache): Call it. Handle armcc_cfa_offsets_reversed.
8567 (decode_frame_entry_1): Record the CIE version. Record the
8568 augmentation. Skip armcc augmentations.
8569 * dwarf2read.c (read_file_scope): Save the producer.
8570 * symtab.h (struct symtab): Rename unused version member to
8571 producer.
8572
8573 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8574
8575 * configure.ac (build_warnings): Use -Wall and
8576 -Wdeclaration-after-statement.
8577 * configure: Regenerated.
8578
8579 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
8580
8581 Simplify access to variours properties of child
8582 variable objects in C.
8583 * varobj.c (value_struct_element_index): New function.
8584 (c_describe_child): New function.
8585 (c_name_of_child, c_value_of_child)
8586 (c_type_of_child): Rewrite to use c_describe_child.
8587
8588 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
8589
8590 gdb/
8591 * varobj.c: Include "vec.h".
8592 (varobj_p): New typedef, declare vector of those.
8593 (struct varobj): Use vector for the 'children' member.
8594 (child_exists): Remove.
8595 (save_child_in_parent): Remove.
8596 (remove_child_from_parent): Remove.
8597 (struct varobj_child): Remove.
8598 (struct vstack): Remove.
8599 (vpush, vpop): Remove.
8600 (varobj_list_children): Adjust to work work vector.
8601 (varobj_update): Likewise. Use vectors for
8602 working stack and result.
8603 (delete_variable_1): Likewise.
8604 * Makefile.in (varobj.o): Update dependencies.
8605
8606 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
8607
8608 Port from Apple's version.
8609 gdb/
8610 * varobj.c (type_changeable): Rename to...
8611 (varobj_value_is_changeable_p): ...this. Adjust all callers.
8612 (is_root_p): New function. Use it everywhere.
8613
8614 2007-01-04 Jim Blandy <jimb@codesourcery.com>
8615
8616 * glibc-tdep.c (glibc_skip_solib_resolver): Look for '_dl_fixup',
8617 then plain 'fixup'.
8618
8619 2007-01-04 Joel Brobecker <brobecker@adacore.com>
8620
8621 * hpread.c (hpread_start_psymtab): Remove unnecessary extern.
8622
8623 2007-01-04 Joel Brobecker <brobecker@adacore.com>
8624
8625 * hpread.c (hpread_type_lookup): Fix compilation failure.
8626
8627 2007-01-04 Qinwei <qinwei@sunnorth.com.cn>
8628
8629 * NEWS: New port to S+core.
8630 * MAINTAINERS (Write After Approval, Responsible Maintainers):
8631 Add myself.
8632
8633 * Makefile.in: Add dependencies for S+core files.
8634 * configure.tgt (score*, score-*-*): Add S+core target.
8635 * config/score/embed.mt: New file.
8636 * score-tdep.c: New file.
8637 * score-tdep.h: New file.
8638
8639 2007-01-04 Joel Brobecker <brobecker@adacore.com>
8640
8641 * ada-lang.c (ada_evaluate_subexp) [OP_TYPE]: Return a value with
8642 the appropriate type rather than a bogus void type.
8643
8644 2007-01-04 Joel Brobecker <brobecker@adacore.com>
8645
8646 * ada-lang.h (ada_find_printable_frame): Remove.
8647 (ada_exception_catchpoint_p, ada_decode_exception_location)
8648 (ada_decode_assert_location): Add declaration.
8649 * ada-lang.c: Add include of annotate.h and valprint.h.
8650 (exception_catchpoint_kind): New enum.
8651 (function_name_from_pc, is_known_support_routine)
8652 (ada_find_printable_frame, ada_unhandled_exception_name_addr)
8653 (ada_exception_name_addr_1, ada_exception_name_addr)
8654 (print_it_exception, print_one_exception, print_mention_exception)
8655 (print_it_catch_exception, print_one_catch_exception)
8656 (print_mention_catch_exception, catch_exception_breakpoint_ops)
8657 (print_it_catch_exception_unhandled)
8658 (print_one_catch_exception_unhandled)
8659 (print_mention_catch_exception_unhandled, print_it_catch_assert)
8660 (print_one_catch_assert, print_mention_catch_assert)
8661 (ada_exception_catchpoint_p, error_breakpoint_runtime_sym_not_found)
8662 (ada_get_next_arg, catch_ada_exception_command_split)
8663 (ada_exception_sym_name, ada_exception_sym_name)
8664 (ada_exception_breakption_ops, ada_exception_catchpoint_cond_string)
8665 (ada_parse_catchpoint_condition, ada_exception_sal)
8666 (ada_decode_exception_location)
8667 (ada_decode_assert_location): New function.
8668 (catch_exception_unhandled_breakpoint_ops): New global variable.
8669 (catch_assert_breakpoint_ops): New global variable.
8670 * breakpoint.c: Add include of ada-lang.h.
8671 (print_one_breakpoint): Do not print the condition for Ada
8672 exception catchpoints.
8673 (create_ada_exception_breakpoint): New function.
8674 (catch_ada_exception_command, catch_assert_command): New function.
8675 (catch_command_1): Add support for the new "catch exception" and
8676 "catch assert" commands.
8677 (_initialize_breakpoint): Add help description for the new catch
8678 commands.
8679 * Makefile.in (ada-lang.o): Add dependency on annotate.h and
8680 valprint.h.
8681 (breakpoint.o): Add dependency on ada-lang.h.
8682
8683 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
8684
8685 * coffread.c (cs_to_section): If bfd_section is found, always
8686 return its section index.
8687 (coff_symtab_read): Determine the minimal_symbol_type using the
8688 bfd_section flags.
8689
8690 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8691 Daniel Jacobowitz <dan@codesourcery.com>
8692
8693 * Makefile.in (top.o): Update.
8694 * top.c (gdb_readline_wrapper_done, gdb_readline_wrapper_result)
8695 (saved_after_char_processing_hook, gdb_readline_wrapper_line)
8696 (struct gdb_readline_wrapper_cleanup, gdb_readline_wrapper_cleanup):
8697 New.
8698 (gdb_readline_wrapper): Rewrite to use asynchronous readline.
8699
8700 2007-01-03 Mark Kettenis <kettenis@gnu.org>
8701
8702 * arm-linux-tdep.c (arm_linux_extract_return_value): Remove.
8703 (arm_linux_init_abi): Don't set deprecated_extract_return_value.
8704
8705 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
8706
8707 * ada-lang.c (find_struct_field): Initialize *byte_offset_p.
8708 * breakpoint.c (do_enable_breakpoint): Ignore both mem_cnt and i.
8709 * c-typeprint.c (c_type_print_varspec_suffix): Don't test length
8710 greater than or equal to zero.
8711 * m2-typeprint.c (m2_array): Likewise.
8712 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
8713 * gdbtypes.c (copy_type_recursive): Correct == typo.
8714 * i386-tdep.c (i386_skip_prologue): Remove stray semicolon.
8715 * linux-nat.c (linux_nat_info_proc_cmd): Don't compare a pointer
8716 greater than zero.
8717 * macroscope.c (sal_macro_scope): Don't name a local variable "main".
8718 (default_macro_scope): Remove unused variable.
8719 * prologue-value.h (pv_area_find_reg): Don't name an argument
8720 "register".
8721 * remote-fileio.c (remote_fio_func_map): Add missing braces.
8722 * remote.c (sigint_remote_twice_token, sigint_remote_token): Change
8723 type.
8724 (cleanup_sigint_signal_handler): Remove casts.
8725 * valprint.c (val_print): Use a volatile local for the modified
8726 argument.
8727 * varobj.c (languages): Remove extra array dimension.
8728 (varobj_create): Correct access to languages array.
8729 * mi/mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Add
8730 missing braces.
8731 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
8732 * mi/mi-cmd-env.c (mi_cmd_env_path, mi_cmd_env_dir): Likewise.
8733 * mi/mi-getopt.c (mi_valid_noargs): Likewise.
8734 * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
8735 (mi_cmd_data_write_memory): Likewise.
8736 * signals/signals.c (target_signal_to_string): Cast to int before
8737 comparing.
8738 * tui/tui-layout.c (init_and_make_win): Take and return a void *.
8739 Update all callers.
8740
8741 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
8742
8743 * NEWS: Mention pointer to member improvements.
8744 * Makefile.in (gnu-v3-abi.o): Delete special rule.
8745 (eval.o, gnu-v3-abi.o, ia64-tdep.o): Update.
8746 * ada-valprint.c (ada_print_scalar): Update for new type codes.
8747 * c-typeprint.c (c_print_type): Update for new type codes.
8748 (c_type_print_varspec_prefix, c_type_print_varspec_suffix)
8749 (c_type_print_base): Likewise.
8750 (c_type_print_args): Rewrite.
8751 * c-valprint.c (c_val_print): Update for new type codes. Remove
8752 support for references to members. Treat methods like functions.
8753 * cp-abi.c (cplus_print_method_ptr, cplus_method_ptr_size)
8754 (cplus_make_method_ptr, cplus_method_ptr_to_value): New.
8755 * cp-abi.h (cplus_print_method_ptr, cplus_method_ptr_size)
8756 (cplus_make_method_ptr, cplus_method_ptr_to_value): New prototypes.
8757 (struct cp_abi_ops): Add corresponding members.
8758 * cp-valprint.c (cp_print_class_method): Delete.
8759 (cp_find_class_member): New function.
8760 (cp_print_class_member): Use it. Simplify support for bogus
8761 member pointers.
8762 * dwarf2read.c (quirk_gcc_member_function_pointer): Use
8763 lookup_methodptr_type.
8764 (read_tag_ptr_to_member_type): Likewise, and lookup_memberptr_type.
8765 * eval.c (evaluate_subexp_standard): Implement EVAL_SKIP for
8766 OP_SCOPE. Update call to value_aggregate_elt. Rewrite member
8767 pointer support.
8768 (evaluate_subexp_for_address): Handle OP_SCOPE explicitly. Handle
8769 references returned by user defined operators.
8770 * f-typeprint.c (f_print_type, f_type_print_varspec_prefix)
8771 (f_type_print_varspec_suffix): Remove support for member pointers.
8772 * gdbtypes.c (lookup_memberptr_type): Renamed from lookup_member_type
8773 and adjusted.
8774 (smash_to_memberptr_type): Likewise, from smash_to_member_type.
8775 (lookup_methodptr_type): New.
8776 (rank_one_type): Adjust for TYPE_CODE_MEMBERPTR.
8777 (recursive_dump_type): Update for new types.
8778 * gdbtypes.h (enum type_code): Replace TYPE_CODE_MEMBER with
8779 TYPE_CODE_MEMBERPTR and TYPE_CODE_METHODPTR.
8780 (lookup_memberptr_type, lookup_methodptr_type)
8781 (smash_to_memberptr_type): New prototypes.
8782 (smash_to_method_type): Formatting fix.
8783 (lookup_member_type, smash_to_member_type): Delete prototypes.
8784 * gnu-v3-abi.c (gnuv3_get_vtable, gnuv3_get_virtual_fn): New.
8785 Do not rely on debug information for the vptr or the method's
8786 enclosing type. Handle function descriptors for IA64.
8787 (gnuv3_virtual_fn_field): Rewrite using the new functions.
8788 (gnuv3_find_method_in, gnuv3_print_method_ptr)
8789 (gnuv3_method_ptr_size, gnuv3_make_method_ptr)
8790 (gnuv3_method_ptr_to_value): New.
8791 (init_gnuv3_ops): Set new members of gnu_v3_abi_ops.
8792 * hpread.c (hpread_type_lookup): Update for new types.
8793 * infcall.c (value_arg_coerce): Likewise.
8794 * m2-typeprint.c (m2_print_type): Remove explicit support
8795 for member pointers.
8796 * m2-valprint.c (m2_val_print): Likewise.
8797 * p-typeprint.c (pascal_type_print_varspec_prefix)
8798 (pascal_type_print_varspec_suffix, pascal_type_print_base): Likewise.
8799 * p-valprint.c (pascal_val_print): Likewise.
8800 (pascal_object_print_class_method, pascal_object_print_class_member):
8801 Delete.
8802 * p-lang.h (pascal_object_print_class_method)
8803 (pascal_object_print_class_member): Delete prototypes.
8804 * stabsread.c (read_type): Update for new types.
8805 * typeprint.c (print_type_scalar): Likewise.
8806 * valops.c (value_struct_elt_for_reference, value_namespace_elt)
8807 (value_maybe_namespace_elt, value_aggregate_elt): Add want_address
8808 argument. Construct a pointer to member if the address of a
8809 function or data member is requested.
8810 (value_cast_pointers): Don't modify the input value.
8811 (value_cast): Adjust pointer to member handling for new types.
8812 Allow null pointer to member constants. Don't modify the input
8813 value.
8814 (value_ind): Remove pointer to member check. Handle function
8815 descriptors for function pointers.
8816 (value_struct_elt, value_find_oload_method_list, check_field):
8817 Remove pointer to member checks.
8818 * value.c (unpack_long): Allow pointers to data members.
8819 (value_from_longest): Allow member pointers.
8820 * value.h (value_aggregate_elt): Add want_address.
8821 * varobj.c (c_variable_editable): Remove check for members.
8822 * gdbarch.sh: Add vtable_function_descriptors and vbit_in_delta.
8823 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Handle descriptors
8824 in virtual tables.
8825 (ia64_gdbarch_init): Call set_gdbarch_vtable_function_descriptors.
8826 * c-lang.h (cp_print_class_method): Delete prototype.
8827 * arm-tdep.c (arm_gdbarch_init): Call set_gdbarch_vbit_in_delta.
8828 * mips-tdep.c (mips_gdbarch_init): Likewise.
8829 * gdbarch.c, gdbarch.h: Regenerated.
8830
8831 2007-01-01 Mark Kettenis <kettenis@gnu.org>
8832
8833 * rs6000-tdep.c (rs6000_use_struct_convention)
8834 (rs6000_extract_return_value, rs6000_store_return_value)
8835 (rs6000_extract_struct_value_address): Remove.
8836 (rs6000_return_value): New function.
8837 (rs6000_gdbarch_init): Don't set deprecated_extract_return_value,
8838 store_return_value, deprecated_extract_struct_value_address and
8839 deprecated_use_struct_convention. Use rs6000_return_value
8840 instead.
8841
8842 2007-01-02 Nick Roberts <nickrob@snap.net.nz>
8843
8844 * mi/mi-cmds.c (mi_cmds): Remove entries for -display-delete,
8845 -display-disable, -display-enable, -display-insert and
8846 -display-list.
8847
8848 2007-01-01 Joel Brobecker <brobecker@adacore.com>
8849
8850 * breakpoint.c (remove_breakpoint): Remove dead code.
8851
8852 2007-01-01 Nick Roberts <nickrob@snap.net.nz>
8853
8854 * varobj.c: Include block.h.
8855 (c_value_of_root): Check scope within nested statements.
8856
8857 2007-01-01 Mark Kettenis <kettenis@gnu.org>
8858
8859 * mi/mi-main.c (mi_cmd_data_write_register_values): Use
8860 regcache_cooked_write_signed instead of
8861 deprecated_write_register_bytes.
8862
8863 2007-01-01 Joel Brobecker <brobecker@adacore.com>
8864
8865 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2006.
8866
8867 2007-01-01 Joel Brobecker <brobecker@adacore.com>
8868
8869 Followed the Start of New Year Procedure:
8870 * ChangeLog-2006: New file, containing all the entries for 2006.
8871 * ChangeLog: Removed all 2006 entries, and changed the reference
8872 to the previous ChangeLog to point to ChangeLog 2006.
8873 * top.c (print_gdb_version): Update copyright year.
8874
8875 2007-01-01 Mark Kettenis <kettenis@gnu.org>
8876
8877 * Makefile.in (remote-sds.o): Remove.
8878 * remote-sds.c: Delete.
8879
8880 For older changes see ChangeLog-2006.
8881 \f
8882 Local Variables:
8883 mode: change-log
8884 left-margin: 8
8885 fill-column: 74
8886 version-control: never
8887 coding: utf-8
8888 End:
This page took 0.239343 seconds and 5 git commands to generate.