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