OSDN Git Service

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