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