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