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