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