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