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