OSDN Git Service

* i386-linux-nat.c (i386_linux_resume): Use regcache functions
[pf3gnuchains/pf3gnuchains4x.git] / gdb / ChangeLog
1 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
2
3         * i386-linux-nat.c (i386_linux_resume): Use regcache functions 
4         instead of read_register and read_register_pid.
5
6         * ia64-linux-nat.c (enable_watchpoints_in_psr): Use REGCACHE 
7         argument instead of PTID.  Use regcache functions instead of
8         read_register_pid.
9         (ia64_linux_insert_watchpoint): Update call.
10         (ia64_linux_stopped_data_address): Use regcache functions
11         instead of read_register_pid and write_register_pid.
12
13 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
14
15         * libunwind-frame.h (struct regcache): Add forward declaration.
16         (libunwind_get_reg_special): Add REGCACHE argument.
17         * libunwind-frame.c (libunwind_get_reg_special): Add REGCACHE
18         argument.  Pass it to unw_init_remote_p.
19
20         * ia64-tdep.c (ia64_pseudo_register_read): Pass regcache to
21         libunwind_get_reg_special.
22         (ia64_access_reg): Remove "write" case.
23         (ia64_access_fpreg): Likewise.  Read from next_frame passed
24         as callback argument instead of from current_regcache.
25         (ia64_access_rse_reg): Remove "write" case.  Read from regcache
26         passed as callback argument instead of from current_regcache.
27         (ia64_access_rse_fpreg): New function.
28         (ia64_unw_rse_acce): Use it instead of ia64_access_fpreg.
29
30 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
31
32         * NEWS: Mention SPU overlay support.
33
34 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
35
36         * spu-tdep.c (spu_frame_unwind_cache): Add comment.
37
38 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
39
40         * breakpoint.c (remove_breakpoint): Do not remove software
41         breakpoints in unmapped overlay sections.
42
43 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
44
45         * spu-tdep.c: Include "observer.h".
46         (spu_frame_unwind_cache): Unwind PC through overlay return stubs.
47         (spu_overlay_data): New variable.
48         (struct spu_overlay_table): New type.
49         (spu_get_overlay_table, spu_overlay_update_osect, spu_overlay_update,
50         spu_overlay_new_objfile): New functions.
51         (spu_gdbarch_init): Install spu_overlay_update.
52         (_initialize_spu_tdep): Register spu_overlay_new_objfile, 
53         allocate spu_overlay_data objfile data.
54
55 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
56
57         * gdbarch.sh (overlay_update): New gdbarch function.
58         (struct obj_section): Add forward declaration.
59         * gdbarch.c, gdbarch.h: Regenerate.
60
61         * symfile.c (simple_overlay_update): Make global.
62         (target_overlay_update): Remove variable.
63         (overlay_is_mapped): Call gdbarch_overlay_update instead of
64         target_overlay_update.
65         (overlay_load_command): Likewise.
66         * symfile.h (struct obj_section): Add forward declaration.
67         (simple_overlay_update): Add prototype.
68
69         * m32r-tdep.c (m32r_gdbarch_init): Install simple_overlay_update.
70
71 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
72
73         * observer.sh: Add "struct objfile" forward declaration.
74         * target.h (deprecated_target_new_objfile_hook): Remove.
75         * symfile.c (deprecated_target_new_objfile_hook): Remove.
76         (clear_symtab_users): Call observer_notify_new_objfile.
77         (symbol_file_add_with_addrs_or_offsets): Likewise.
78         * rs6000-nat.c: Include "observer.h".
79         (vmap_ldinfo): Call observer_notify_new_objfile.
80         (xcoff_relocate_core): Likewise.
81         * remote.c (remote_new_objfile_chain): Remove.
82         (remote_new_objfile): Do not call remote_new_objfile_chain.
83         (_initialize_remote): Use observer_attach_new_objfile.
84         * tui/tui-hooks.c (tui_target_new_objfile_chain): Remove.
85         (tui_new_objfile_hook): Do not call tui_target_new_objfile_chain.
86         (_initialize_tui_hooks): Use observer_attach_new_objfile.
87         * aix-thread.c: Include "observer.h".
88         (target_new_objfile_chain): Remove.
89         (new_objfile): Do not call target_new_objfile_chain.
90         (_initialize_aix_thread): Use observer_attach_new_objfile.
91         * hpux-thread.c: Include "observer.h"
92         (target_new_objfile_chain): Remove.
93         (hpux_thread_new_objfile): Make static.  Do not call
94         target_new_objfile_chain.
95         (_initialize_hpux_thread): Use observer_attach_new_objfile.
96         * linux-thread-db.c: Include "observer.h".
97         (target_new_objfile_chain): Remove.
98         (thread_db_new_objfile): Do not call target_new_objfile_chain.
99         (_initialize_thread_db): Use observer_attach_new_objfile.
100         * sol-thread.c: Include "observer.h".
101         (target_new_objfile_chain): Remove.
102         (sol_thread_new_objfile): Make static.  Do not call
103         target_new_objfile_chain.
104         (_initialize_sol_thread): Use observer_attach_new_objfile.
105         * Makefile.in (aix-thread.o, hpux-thread.o, linux-thread-db.o,
106         rs6000-nat.o, sol-thread.o, tui-hooks.o): Add dependency on
107         $(observer_h).
108
109 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
110
111         * gdbarch.sh (remote_translate_xfer_address): Remove.
112         * gdbarch.h, gdbarch.c: Regenerate.
113         * arch-utils.c (generic_remote_translate_xfer_address): Remove.
114         * arch-utils.h (generic_remote_translate_xfer_address): Remove.
115         * remote.c (remote_write_bytes_aux, remote_read_bytes): Do not
116         call gdbarch_remote_translate_xfer_address.
117         * frv-tdep.c (frv_gdbarch_init): Do not call
118         set_gdbarch_remote_translate_xfer_address.
119         * ia64-tdep.c (ia64_remote_translate_xfer_address): Remove.
120         (ia64_gdbarch_init): Do not install it.
121
122 2007-05-11  Bob Wilson  <bob.wilson@acm.org>
123
124         * NEWS: Mention change in handling the -tui option.
125
126 2007-05-11  Daniel Jacobowitz  <dan@codesourcery.com>
127
128         * linux-thread-db.c (enable_thread_event_reporting): Fix comment
129         typo.
130
131 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
132
133         * breakpoint.c (single_step_breakpoint_inserted_here_p): New function.
134         (breakpoint_inserted_here_p): Call it.
135         (software_breakpoint_inserted_here_p): Likewise.
136
137 2007-05-10  Ulrich Weigand  <uweigand@de.ibm.com>
138
139         * inf-ptrace.c (inf_ptrace_register_u_offset): Adapt parameter list.
140         (inf_ptrace_fetch_register): Add register_u_offset callback parameters
141         GDBARCH and STORE_P.  Handle callback (CORE_ADDR) -1 return value.
142         (inf_ptrace_store_register): Likewise.
143         (inf_ptrace_trad_target): Adapt register_u_offset parameter list.
144         * inf-ptrace.h (inf_ptrace_trad_target): Likewise.
145
146         * vax-nat.c (vax_register_u_offset): Adapt parameter list.
147
148         * linux-nat.c (linux_trad_target): Adapt parameter list.
149         * linux-nat.h (linux_trad_target): Likewise.
150
151         * alpha-linux-nat.c (alpha_linux_register_u_offset): Adapt parameters.
152
153         * mips-linux-nat.c (mips_linux_cannot_fetch_register): Remove.
154         (mips_linux_cannot_store_register): Likewise.
155         (mips_linux_register_addr): Add GDBARCH and STORE_P parameters.
156         Return (CORE_ADDR) -1 for registers that cannot be fetched or
157         stored via ptrace.  Use GDBARCH instead of current_gdbarch.
158         (mips64_linux_register_addr): Likewise.
159         (mips_linux_register_u_offset): Adapt parameter list.  Pass
160         GDBARCH and STORE_P on to mips{64}_linux_register_addr.
161
162         * config/mips/linux.mh (NAT_FILE): Set to config/nm-linux.h.
163         * config/mips/nm-linux.h: Delete file.
164
165 2007-05-10  Pedro Alves  <pedro_alves@portugalmail.pt>
166
167         * remote.c (remote_detach): Error out if remote can't detach.
168
169 2007-05-10  Luis Machado  <luisgpm@br.ibm.com>
170
171         * rs6000-tdep.c: (deal_with_atomic_sequence) Stores branch
172         instruction's opcode in the "opcode" variable and declares new
173         variable "closing_insn".
174
175 2007-05-10  Chris Dearman  <chris@mips.com>
176             Maciej W. Rozycki  <macro@mips.com>
177
178         * cli/cli-setshow.c (do_setshow_command): Remove trailing
179         whitespace when setting a var_filename.
180
181 2007-05-09  Bob Wilson  <bob.wilson@acm.org>
182         
183         * main.c (captured_main): Recognize -tui option and print an error
184         message when the TUI is not configured.
185         
186 2007-05-09  Andreas Schwab  <schwab@suse.de>
187
188         * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Don't
189         set removed members.
190         (mipsnbsd_lp64_fetch_link_map_offsets): Likewise.
191
192 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
193
194         * gdbarch.sh (deprecated_store_struct_return): Remove.
195         * gdbarch.c, gdbarch.h: Regenerate.
196         * frv-tdep.c (frv_store_struct_return): Remove.
197         (frv_gdbarch_init): Do not install it.
198
199 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
200
201         * config/i386/nm-i386sol2.h (USE_PROC_FS): Do not define.
202         * config/mips/nm-irix5.h (USE_PROC_FS): Do not define.
203         * config/nm-linux.h (USE_PROC_FS): Do not undefine.
204
205 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
206
207         * spu-linux-nat.c: Include "gdb_stdint.h".
208         (fetch_ppc_register): Use uint64_t instead of unsigned long long.
209         (fetch_ppc_memory_1, store_ppc_memory_1): Likewise.
210         (fetch_ppc_memory, store_ppc_memory): Fix coding style.
211         (spu_symbol_file_add_from_memory): Use strtoulst instead of sscanf.
212         (spu_child_wait): Mark up string for translation.
213
214 2007-05-08  Paul Gilliam  <pgilliam@us.ibm.com>
215             Luis Machado  <luisgpm@br.ibm.com>
216
217         * rs6000-tdep.c: (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION,
218         STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION, BC_MASK,
219         BC_INSTRUCTION): Define.
220         (deal_with_atomic_sequence): New function.
221         (rs6000_software_single_step): Call deal_with_atomic_sequence.
222         (rs6000_gdbarch_init): Install deal_with_atomic_sequence as
223         gdbarch_software_single_step routine.
224
225 2007-05-07  Ulrich Weigand  <uweigand@de.ibm.com>
226
227         * spu-linux-nat.c (fetch_ppc_register, fetch_ppc_memory_1,
228         store_ppc_memory_1, fetch_ppc_memory, store_ppc_memory,
229         parse_spufs_run, spu_bfd_iovec_pread, spu_bfd_open,
230         spu_symbol_file_add_from_memory, spu_child_post_startup_inferior,
231         spu_child_post_attach, spu_fetch_inferior_registers,
232         spu_store_inferior_registers, spu_xfer_partial): Store PPE-side
233         memory addresses as ULONGEST, not CORE_ADDR.
234
235 2007-05-07  Ulrich Weigand  <uweigand@de.ibm.com>
236
237         * gdbarch.sh: Add skip_permanent_breakpoint callback.
238         * gdbarch.h, gdbarch.c: Regenerate.
239
240         * infrun.c (SKIP_PERMANENT_BREAKPOINT): Remove default definition.
241         (resume): Call gdbarch_skip_permanent_breakpoint instead of
242         SKIP_PERMANENT_BREAKPOINT.  Inline default case.
243
244         * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): Make static.
245         Add REGCACHE argument.  Use it instead of read/write_register.
246         (hppa_hpux_init_abi): Install hppa_skip_permanent_breakpoint.
247
248         * config/pa/tm-hppah.h: Delete file.
249         * config/pa/hppa64.mt (DEPRECATED_TM_FILE): Set to tm-hppa.h.
250         * config/pa/hppahpux.mt (DEPRECATED_TM_FILE): Likewise.
251
252 2007-05-07  Daniel Jacobowitz  <dan@codesourcery.com>
253
254         * Makefile.in (c-lang.o, gnu-v3-abi.o): Update.
255         * NEWS: Mention improved C++ thunk support.
256         * c-lang.c (cplus_language_defn): Mention cplus_skip_trampoline.
257         * cp-abi.c (cplus_skip_trampoline): New.
258         * cp-abi.h (cplus_skip_trampoline): New prototype.
259         (struct cp_abi_ops): Add skip_trampoline member.
260         * gnu-v3-abi.c (gnuv3_skip_trampoline): New.
261         (init_gnuv3_ops): Set skip_trampoline.
262
263 2007-05-06  Daniel Jacobowitz  <dan@codesourcery.com>
264
265         * rs6000-tdep.c (struct frame_extra_info): Delete.
266
267 2007-05-06  Daniel Jacobowitz  <dan@codesourcery.com>
268
269         * linux-thread-db.c: Update some FIXME comments.
270         (thread_db_xfer_partial): Delete.
271         (init_thread_db_ops): Do not set to_xfer_partial.
272
273 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
274
275         * inftarg.c, infptrace.c: Remove files.
276         * Makefile.in (ALLDEPFILES): Remove inftarg.c and infptrace.c
277         (inftarg.o, infptrace.o): Remove rules.
278         * gdbcore.h (register_addr): Remove prototype.
279         * inferior.h (kill_inferior, store_inferior_registers,
280         fetch_inferior_registers, attach, detach, ptrace_wait, child_resume,
281         call_ptrace, pre_fork_inferior): Remove prototypes.
282         * target.h (child_xfer_memory, child_pid_to_exec_file, 
283         child_core_file_to_sym_file, child_post_attach,
284         child_post_startup_inferior, child_acknowledge_created_inferior,
285         child_insert_fork_catchpoint, child_remove_fork_catchpoint,
286         child_insert_vfork_catchpoint, child_remove_vfork_catchpoint,
287         child_insert_exec_catchpoint, child_remove_exec_catchpoint,
288         child_follow_fork, child_reported_exec_events_per_exec_call,
289         child_has_exited, child_thread_alive): Remove prototypes.
290
291 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
292
293         * sparc-nat.h (sparc_fetch_inferior_registers): Add prototype.
294         (sparc_store_inferior_registers): Likewise.
295         * sparc-nat.c (fetch_inferior_registers): Rename to ...
296         (sparc_fetch_inferior_registers): ... this.
297         (store_inferior_registers): Rename to ...
298         (sparc_store_inferior_registers): ... this.
299         (sparc_target): Update callback names.
300         * sparc-linux.nat.c (_initialize_sparc_linux_nat): Likewise. 
301         * sparc64-linux.nat.c (_initialize_sparc64_linux_nat): Likewise. 
302
303 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
304
305         * linux-nat.c (child_post_attach): Rename to ...
306         (linux_child_post_attach): ... this.  Make static.
307         (child_follow_fork): Rename to ...
308         (linux_child_follow_fork): ... this.  Make static.
309         (child_insert_fork_catchpoint): Rename to ...
310         (linux_child_insert_fork_catchpoint): ... this.  Make static.
311         (child_insert_vfork_catchpoint): Rename to ...
312         (linux_child_insert_vfork_catchpoint): ... this.  Make static.
313         (child_insert_exec_catchpoint): Rename to ...
314         (linux_child_insert_exec_catchpoint): ... this.  Make static.
315         (child_pid_to_exec_file): Rename to ...
316         (linux_child_pid_to_exec_file): ... this.  Make static.
317         Add prototype.
318         (linux_handle_extended_wait): Update call.
319         (linux_xfer_partial): Update callback routine names.
320
321 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
322
323         * configure.host (alpha*-*-osf[12]*): Remove support.
324         * NEWS: Mention removed configurations.
325
326         * config/alpha/alpha-osf1.mh: Delete file.
327         * config/alpha/alpha-osf2.mh: Delete file.
328         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove inftarg.o
329         and infptrace.o.
330         * config/alpha/nm-osf.h: Delete file.
331         * config/alpha/nm-osf2.h: Delete file.
332         * config/alpha/nm-osf3.h: Do not include "nm-osf2.h".
333         (START_INFERIOR_TRAPS_EXPECTED): Copy from nm-osf.h.
334         (PROCFS_DONT_TRACE_FAULTS): Copy from nm-osf2.h.
335
336         * alpha-nat.c (ALPHA_UNIQUE_PTRACE_ADDR): Do not define.
337         (register_addr, kernel_u_size): Remove.
338         Do not check for "defined(USE_PROC_FS) || defined(HAVE_GREGSET_T)".
339
340 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
341
342         * regcache.c (regcache_invalidate): New function.
343         (register_cached): Remove.
344         (set_register_cached): Remove.
345         (deprecated_registers_fetched): Remove.
346         (registers_changed): Use regcache_invalidate instead
347         of set_register_cached.
348         (regcache_raw_read): Update comment.
349
350         * regcache.h (regcache_invalidate): Add prototype.
351         (register_cached): Remove.
352         (set_register_cached): Remove.
353         (deprecated_registers_fetched): Remove.
354
355         * findvar.c (value_of_register): Do not call register_cached.
356         * frame.c (frame_register): Likewise.
357         * tui/tui-regs.c (tui_get_register): Likewise.
358
359         * remote.c (fetch_register_using_p): Do not call set_register_cached.
360         (process_g_packet): Likewise.
361         (remote_fetch_registers): Likewise.
362         * remote-sim.c (gdbsim_fetch_register): Likewise.
363         * mt-tdep.c (mt_select_coprocessor): Replace set_register_cached call
364         by regcache_invalidate.
365         (mt_pseudo_register_write): Likewise.
366         * sh-tdep.c (sh_pseudo_register_write): Likewise.
367
368         * corelow.c (get_core_registers): Replace deprecated_registers_fetched
369         call by loop over regcache_raw_supply (..., NULL).
370
371 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
372
373         * target.h (struct target_ops): Add REGCACHE parameter to
374         to_prepare_to_store.
375         (target_prepare_to_store): Likewise.
376         * target.c (debug_to_prepare_to_store): Add REGCACHE parameter.
377         (update_current_target): Adapt prepare_to_store de_fault rule.
378
379         * regcache.c (regcache_raw_write): Pass regcache to
380         target_prepare_to_store.
381
382         * inftarg.c (child_prepare_to_store): Add REGCACHE parameter.
383         Do not call CHILD_PREPARE_TO_STORE.
384         * gnu-nat.c (gnu_prepare_to_store): Likewise.
385         * procfs.c (procfs_prepare_to_store): Likewise.
386
387         * inf-child.c (inf_child_prepare_to_store): Add REGCACHE parameter.
388         * go32-nat.c (go32_prepare_to_store): Likewise.
389         * monitor.c (monitor_prepare_to_store): Likewise.
390         * nto-procfs.c (procfs_prepare_to_store): Likewise.
391         * remote-m32r-sdi.c (m32r_prepare_to_store): Likewise.
392         * remote-mips.c (mips_prepare_to_store): Likewise.
393         * remote-sim.c (gdbsim_prepare_to_store): Likewise.
394         * win32-nat.c (win32_prepare_to_store): Likewise.
395
396         * remote.c (remote_prepare_to_store): Add REGCACHE parameter.
397         Use it instead of current_regcache.
398
399         * hpux-thread.c (hpux_thread_prepare_to_store): Add REGCACHE
400         parameter.  Pass it on to next target.
401         * sol-thread.c (sol_thread_prepare_to_store): Likewise.
402
403 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
404
405         * target.h (struct regcache): Add forward declaration.
406         (struct target_ops): Add REGCACHE parameter to to_fetch_registers
407         and to_store_registers target operations.
408         (target_fetch_registers, target_store_registers): Update.
409
410         * regcache.c (regcache_raw_read): Replace register_cached by
411         regcache_valid_p.  Pass regcache to target_fetch_registers.
412         (regcache_raw_write): Pass regcache to target_store_registers.
413
414         * arm-linux-nat.c (store_fpregister, store_fpregs, store_register,
415         store_regs, store_wmmx_regs): Replace register_cached by
416         regcache_valid_p.
417
418         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd): Pass current_regcache
419         to target_fetch_registers calls.
420         * corelow.c (core_open): Likewise.
421         * linux-nat.c (linux_nat_corefile_thread_callback): Likewise.
422         * proc-service.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
423         ps_lsetfpregs): Likewise.
424         * sol-thread.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
425         ps_lsetfpregs): Likewise.
426         * win32-nat.c (win32_resume): Likewise.
427         * ia64-tdep.c (ia64_store_return_value): Pass current_regcache
428         to target_store_registers call.
429         * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
430
431         * inferior.h (store_inferior_registers): Update prototype.
432         (fetch_inferior_registers): Likewise.
433         * gnu-nat.c (gnu_store_registers, gnu_fetch_registers): Likewise.
434         * mips-linux-nat.c (super_fetch_registers, super_store_registers):
435         Update function pointer signatures.
436
437         * aix-thread.c (aix_thread_fetch_registers): Add REGCACHE parameter,
438         use it instead of current_regcache, update calls.
439         (aix_thread_store_registers): Likewise.
440         * alphabsd-nat.c (alphabsd_fetch_inferior_registers): Likewise.
441         (alphabsd_store_inferior_registers): Likewise.
442         * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Likewise.
443         (amd64bsd_store_inferior_registers): Likewise.
444         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers): Likewise.
445         (amd64_linux_store_inferior_registers): Likewise.
446         * arm-linux-nat.c (fetch_fpregister, fetch_fpregs, store_fpregister,
447         store_fpregs, fetch_register, fetch_regs, store_register, store_regs,
448         fetch_wmmx_regs, store_wmmx_regs): Likewise.
449         (arm_linux_fetch_inferior_registers): Likewise.
450         (arm_linux_store_inferior_registers): Likewise.
451         * armnbsd-nat.c (fetch_register, fetch_regs, fetch_fp_register,
452         fetch_fp_regs, armnbsd_fetch_registers): Likewise.
453         (store_register, store_regs, store_fp_register, store_fp_regs,
454         armnbsd_store_registers): Likewise.
455         * bsd-kvm.c (bsd_kvm_fetch_pcb, bsd_kvm_fetch_registers): Likewise.
456         * bsd-uthread.c (bsd_uthread_fetch_registers): Likewise.
457         (bsd_uthread_store_registers): Likewise.
458         * corelow.c (get_core_registers): Likewise.
459         * go32-nat.c (fetch_register, go32_fetch_registers, store_register,
460         go32_store_registers): Likewise.
461         * hppabsd-nat.c (hppabsd_fetch_registers): Likewise.
462         (hppabsd_store_registers): Likewise.
463         * hppa-hpux-nat.c (hppa_hpux_fetch_register): Likewise.
464         (hppa_hpux_fetch_inferior_registers): Likewise.
465         (hppa_hpux_store_register): Likewise.
466         (hppa_hpux_store_inferior_registers): Likewise.
467         * hppa-linux-nat.c (fetch_register, store_register): Likewise.
468         (hppa_linux_fetch_inferior_registers): Likewise.
469         (hppa_linux_store_inferior_registers): Likewise.
470         * hpux-thread.c (hpux_thread_fetch_registers): Likewise.
471         (hpux_thread_store_registers): Likewise.
472         * i386bsd-nat.c (i386bsd_fetch_inferior_registers): Likewise.
473         (i386bsd_store_inferior_registers): Likewise.
474         * i386gnu-nat.c (fetch_fpregs, gnu_fetch_registers, store_fpregs,
475         gnu_store_registers): Likewise.
476         * i386-linux-nat.c (fetch_register, store_register, fetch_regs,
477         store_regs, fetch_fpregs, store_fpregs, fetch_fpxregs, store_fpxregs):
478         Likewise.
479         (i386_linux_fetch_inferior_registers): Likewise.
480         (i386_linux_store_inferior_registers): Likewise.
481         * ia64-linux-nat.c (ia64_linux_fetch_register): Likewise.
482         (ia64_linux_fetch_registers): Likewise.
483         (ia64_linux_store_register): Likewise.
484         (ia64_linux_store_registers): Likewise.
485         * inf-child.c (inf_child_fetch_inferior_registers): Likewise.
486         (inf_child_store_inferior_registers): Likewise.
487         * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
488         (inf_ptrace_fetch_registers): Likewise.
489         (inf_ptrace_store_register): Likewise.
490         (inf_ptrace_store_registers): Likewise.
491         * infptrace.c (fetch_register, store_register): Likewise.
492         (fetch_inferior_registers, store_inferior_registers): Likewise.
493         * m32r-linux-nat.c (fetch_regs, store_regs): Likewise.
494         (m32r_linux_fetch_inferior_registers): Likewise.
495         (m32r_linux_store_inferior_registers): Likewise.
496         * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Likewise.
497         (m68kbsd_store_inferior_registers): Likewise.
498         * m68klinux-nat.c (fetch_register, old_fetch_inferior_registers,
499         store_register, old_store_inferior_registers, fetch_regs, store_regs,
500         fetch_fpregs, store_fpregs): Likewise.
501         (m68k_linux_fetch_inferior_registers): Likewise.
502         (m68k_linux_store_inferior_registers): Likewise.
503         * m88kbsd-nat.c (m88kbsd_fetch_inferior_registers): Likewise.
504         (m88kbsd_store_inferior_registers): Likewise.
505         * mips64obsd-nat.c (mips64obsd_fetch_inferior_registers): Likewise.
506         (mips64obsd_store_inferior_registers): Likewise.
507         * mips-linux-nat.c (mips64_linux_regsets_fetch_registers): Likewise.
508         (mips64_linux_regsets_store_registers): Likewise.
509         (mips64_linux_fetch_registers): Likewise.
510         (mips64_linux_store_registers): Likewise.
511         * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers): Likewise.
512         (mipsnbsd_store_inferior_registers): Likewise.
513         * monitor.c (monitor_fetch_register, monitor_store_register): Likewise.
514         (monitor_fetch_registers, monitor_store_registers): Likewise.
515         * nto-procfs.c (procfs_fetch_registers): Likewise.
516         (procfs_store_registers): Likewise.
517         * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register,
518         fetch_register, supply_vrregset, fetch_altivec_registers,
519         fetch_ppc_registers, ppc_linux_fetch_inferior_registers): Likewise.
520         (store_altivec_register, store_spe_register, store_register, 
521         fill_vrregset, store_altivec_registers, store_ppc_registers,
522         ppc_linux_store_inferior_registers): Likewise.
523         * ppcnbsd-nat.c (ppcnbsd_fetch_inferior_registers): Likewise.
524         (ppcnbsd_store_inferior_registers): Likewise.
525         * ppcobsd-nat.c (ppcobsd_fetch_registers): Likewise.
526         (ppcobsd_store_registers): Likewise.
527         * procfs.c (procfs_fetch_registers, procfs_store_registers): Likewise.
528         * remote.c (fetch_register_using_p, process_g_packet,
529         fetch_registers_using_g, remote_fetch_registers): Likewise.
530         (store_register_using_P, store_registers_using_G, 
531         remote_store_registers): Likewise.
532         * remote-m32r-sdi.c (m32r_fetch_registers, m32r_fetch_register,
533         m32r_store_register, m32r_store_register): Likewise.
534         * remote-mips.c (mips_fetch_registers, mips_store_registers): Likewise.
535         * remote-sim.c (gdbsim_fetch_register): Likewise.
536         (gdbsim_store_register): Likewise.
537         * rs6000-nat.c (fetch_register, store_register): Likewise.
538         (rs6000_fetch_inferior_registers): Likewise.
539         (rs6000_store_inferior_registers): Likewise.
540         * s390-nat.c (fetch_regs, store_regs): Likewise.
541         (fetch_fpregs, store_fpregs): Likewise.
542         (s390_linux_fetch_inferior_registers): Likewise.
543         (s390_linux_store_inferior_registers): Likewise.
544         * shnbsd-nat.c (shnbsd_fetch_inferior_registers): Likewise.
545         (shnbsd_store_inferior_registers): Likewise.
546         * sol-thread.c (sol_thread_fetch_registers): Likewise.
547         (sol_thread_store_registers): Likewise.
548         * sparc-nat.c (fetch_inferior_registers): Likewise.
549         (store_inferior_registers): Likewise.
550         * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
551         (spu_store_inferior_registers): Likewise.
552         * target.c (debug_print_register): Likewise.
553         (debug_to_fetch_registers, debug_to_store_registers): Likewise.
554         * vaxbsd-nat.c (vaxbsd_fetch_inferior_registers): Likewise.
555         (vaxbsd_store_inferior_registers): Likewise.
556         * win32-nat.c (do_win32_fetch_inferior_registers): Likewise.
557         (win32_fetch_inferior_registers): Likewise.
558         (win32_store_inferior_registers): Likewise.
559
560 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
561
562         * gdbcore.h (struct regcache): Add forward declaration.
563         (struct core_fns): Add REGCACHE argument to core_read_registers
564         callback.
565         * corelow.c (get_core_register_section): Add REGCACHE argument,
566         use it instead of current_regcache, pass it to core_read_registers
567         callback.
568         (get_core_registers): Add current_regcache as parameter to
569         get_core_register_section calls.
570
571         * alpha-nat.c (fetch_osf_core_registers): Add REGCACHE argument,
572         use it instead of current_regcache.
573         * armnbsd-nat.c (fetch_core_registers): Likewise.
574         (fetch_elfcore_registers): Likewise.
575         * core-regset.c (fetch_core_registers): Likewise.
576         * cris-tdep.c (fetch_core_registers): Likewise.
577         * irix5-nat.c (fetch_core_registers): Likewise.
578         * m68klinux-nat.c (fetch_core_registers): Likewise.
579         * mips-linux-tdep.c (fetch_core_registers): Likewise.
580         * win32-nat.c (fetch_elf_core_registers): Likewise.
581
582 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
583
584         * gregset.h (struct regcache): Add forward declaration.
585         (supply_gregset): Add REGCACHE parameter, make GREGS const.
586         (supply_fpregset): Add REGCACHE parameter, make FPREGS const.
587         (supply_fpxregset): Add REGCACHE parameter, make FPXREGS const.
588         (fill_gregset): Add REGCACHE parameter.
589         (fill_fpregset): Likewise.
590         (fill_fpxregset): Likewise.
591
592         Update all definitions accordingly:
593         * alphabsd-nat.c, alpha-linux-nat.c, alpha-nat.c, amd64-linux-nat.c,
594         arm-linux-nat.c, hppa-linux-nat.c, i386gnu-nat.c, i386-linux-nat.c,
595         i386-sol2-nat.c, i386v4-nat.c, ia64-linux-nat.c, irix5-nat.c, 
596         m32r-linux-nat.c, m68klinux-nat.c, mips-linux-nat.c, ppc-linux-nat.c,
597         s390-nat.c, sparc64-linux-nat.c, sparc-linux-nat.c, sparc-sol2-nat.c 
598         (supply_gregset): Add REGCACHE parameter, use it instead of 
599         current_regcache.  Make GREGSETP parameter const, adapt casts.
600         (supply_fpregset): Add REGCACHE parameter, use it instead of
601         current_regcache.  Make FPREGSETP parameter const, adapt casts.
602         (fill_gregset): Add REGCACHE parameter, use it instead of
603         current_regcache.
604         (fill_fpregset): Likewise.
605
606         Update all callers to pass in current_regcache as the new argument:
607         * core-regset.c: Include "regcache.h".
608         (fetch_core_registers): Update supply_gregset,and supply_fpregset calls.
609         * procfs.c: Include "regcache.h".
610         (procfs_fetch_registers): Update supply_gregset, supply_fpregset calls.
611         (procfs_store_registers): Update fill_gregset, fill_fpregset calls.
612         (procfs_do_thread_registers): Likewise.
613         (procfs_make_note_section): Likewise.
614         * proc-service.c: Include "regcache.h".
615         (ps_lgetregs): Update fill_gregset call.
616         (ps_lsetregs): Update supply_gregset call.
617         (ps_lgetfpregs): Update fill_fpregset call.
618         (ps_lsetfpregs): Update supply_fpregset call.
619         * sol-thread.c (sol_thread_fetch_registers): Update supply_gregset,
620         supply_fpregset calls.
621         (sol_thread_store_registers): Update fill_gregset, fill_fpregset calls.
622         (ps_lgetregs): Update fill_gregset call.
623         (ps_lsetregs): Update supply_gregset call.
624         (ps_lgetfpregs): Update fill_fpregset call.
625         (ps_lsetfpregs): Update supply_fpregset call.
626         
627         * linux-nat.c (linux_nat_do_thread_registers): Update fill_gregset,
628         fill_fpregset, and fill_fpxregset calls.
629         * i386-linux-nat.c (fetch_regs): Update supply_gregset call.
630         (store_regs): Update fill_gregset call.
631         (fetch_fpregs): Update supply_fpregset call.
632         (store_fpregs): Update fill_fpregset call.
633         (fetch_fpxregs): Update supply_fpxregset call.
634         (store_fpxregs): Update fill_fpxregset call.
635         * m32r-linux-nat.c (fetch_regs): Update supply_gregset call.
636         (store_regs): Update fill_gregset call.
637         * m68klinux-nat.c (fetch_regs): Update supply_gregset call.
638         (store_regs): Update fill_gregset call.
639         (fetch_fpregs): Update supply_fpregset call.
640         (store_fpregs): Update fill_fpregset call.
641         (fetch_core_registers): Update supply_gregset, supply_fpregset calls.
642         * s390-nat.c (fetch_regs): Update supply_gregset call.
643         (store_regs): Update fill_gregset call.
644         (fetch_fpregs): Update supply_fpregset call.
645         (store_fpregs): Update fill_fpregset call.
646
647         * Makefile.in (core-regset.o, procfs.o, proc-service.o): Update
648         dependencies.
649
650 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
651
652         * monitor.c (monitor_supply_register): Add REGCACHE parameter, use
653         it instead of current_regcache.
654         (parse_register_dump): Add REGCACHE parameter, pass it to 
655         supply_register callback.
656         (monitor_dump_reg_block): Add REGCACHE parameter, pass it to
657         parse_register_dump.
658         (monitor_dump_regs): Add REGCACHE parameter, pass it to
659         parse_register_dump and dumpregs callback.
660         (monitor_wait): Pass current_regcache to parse_register_dump and
661         monitor_dump_regs.
662         (monitor_fetch_register): Pass current_regcache to
663         monitor_supply_register.
664         (monitor_fetch_registers): Pass current_regcache to
665         monitor_dump_regs.
666         * monitor.h (struct monitor_ops): Add REGCACHE parameter to
667         supply_register and dumpregs callbacks.
668         (monitor_supply_register, monitor_dump_reg_block): Update
669         prototypes.
670         * dbug-rom.c (dbug_supply_register): Add REGCACHE parameter.  Pass
671         it to monitor_supply_register.
672         * dink32-rom.c (dink32_supply_register): Likewise.
673         * ppcbug-rom.c (ppcbug_supply_register): Likewise.
674         * m32r-rom.c (m32r_supply_register): Likewise.  Also, use REGCACHE
675         instead of current_regcache.
676
677 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
678
679         * i386-nto-tdep.c (i386nto_supply_gregset, i386nto_supply_fpregset):
680         Add REGCACHE parameter.  Use it instead of current_regcache.
681         (i386nto_supply_regset): Add REGCACHE parameter, pass it to
682         i386nto_supply_gregset and i386nto_supply_fpregset.
683         (i386nto_regset_fill): Add REGCACHE parameter; use it instead
684         of current_regcache.
685
686         * nto-procfs.c (procfs_fetch_registers): Pass current_regcache to
687         nto_supply_ helper functions.
688         (procfs_store_registers): Pass current_regcache to nto_regset_fill.
689
690         * nto-tdep.c (nto_dummy_supply_regset): Add REGCACHE parameter.
691
692         * nto-tdep.h (struct nto_target_ops): Add REGCACHE parameter to
693         supply_greget, supply_fpregset, supply_altregset, supply_regset,
694         and regset_fill member function pointers.
695         (nto_dummy_supply_regset): Adapt prototype.
696
697 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
698
699         * shnbsd-tdep.c (shnbsd_supply_reg): Add REGCACHE parameter, use it
700         instead of current_regcache.  Make REGS const.
701         (shnbsd_fill_reg): Add REGCACHE parameter; replace current_regcache.
702         * shnbsd-tdep.h (shnbsd_supply_reg, shnbsd_fill_reg): Update
703         prototypes.
704         * shnbsd-nat.c: Include "regcache.h".
705         (shnbsd_fetch_inferior_registers): Pass current_regcache to
706         shnbsd_supply_reg.
707         (shnbsd_store_inferior_registers): Pass current_regcache to
708         shnbsd_fill_reg.
709         * Makefile.in (shbsd-nat.o): Update dependencies.
710
711 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
712
713         * mips-linux-tdep.c (supply_32bit_reg): Add REGCACHE parameter.  Use it
714         instead of current_regcache.
715         (mips_supply_gregset): Likewise.  Pass REGCACHE to supply_32bit_reg.
716         Make GREGSETP const, remove superfluous casts.
717         (mips_fill_gregset): Add REGCACHE parameter; replace current_regcache.
718         (mips_supply_fpregset): Likewise.  Make FPREGSETP const, remove 
719         superfluous casts.
720         (mips_fill_fpregset): Add REGCACHE parameter; replace current_regcache.
721         (supply_64bit_reg): Likewise
722         (mips64_supply_gregset): Likewise.  Pass REGCACHE to supply_64bit_reg.
723         Make GREGSETP const, adapt casts accordingly.
724         (mips64_fill_gregset): Add REGCACHE parameter; replace current_regcache.
725         (mips64_supply_fpregset): Likewise.  Make FPREGSET const, adapt
726         casts accordingly.
727         (mips64_fill_fpregset): Add REGCACHE parameter; replace current_regcache.
728         (fetch_core_registers): Pass current_regcache to mips{64}_(supply|fill)_
729         helper routines.
730         * mips-linux-tdep.h (mips_supply_gregset, mips_fill_gregset,
731         mips_supply_fpregset, mips_fill_fpregset, mips64_supply_gregset,
732         mips64_fill_gregset, mips64_supply_fpregset, mips64_fill_fpregset):
733         Adapt prototypes.
734         * mips-linux-nat.c: Include "regcache.h".
735         (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Pass
736         current_regcache to mips{64}_(supply|fill)_ helper routines.
737         (mips64_linux_regsets_fetch_registers): Likewise.
738         (mips64_linux_regsets_store_registers): Likewise.
739
740         * mipsnbsd-tdep.c (mipsnbsd_supply_reg, mipsnbsd_supply_fpreg): Add
741         REGCACHE argument; replace current_regcache.  Make REGS const.
742         (mipsnbds_fill_reg, mipsnbsd_fill_fpreg): Add REGCACHE argument;
743         replace current_regcache.
744         * mipsnbsd-tdep.h (ipsnbsd_supply_reg, mipsnbsd_supply_fpreg,
745         mipsnbds_fill_reg, mipsnbsd_fill_fpreg): Adapt prototypes.
746         * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers,
747         mipsnbsd_store_inferior_registers): Pass current_regcache to
748         mipsnbsd_(supply|fill)_... helper routines.
749
750         * Makefile.in (mips-linux-nat.o): Update dependencies.
751
752 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
753
754         * i387-tdep.c (i387_fill_fsave, i387_fill_fxsave): Remove.
755         * i387-tdep.h (i387_fill_fsave, i387_fill_fxsave): Remove prototypes.
756         * i368-linux-nat.c (supply_fpregset, supply_fpxregset): Replace
757         i387_fill_fsave and i387_fill_fxsave calls by inline copies.
758         * i386-nto-tdep.c (i386nto_regset_fill): Likewise.
759         * i386gnu-nat.c (store_fpregs): Likewise.
760         * i386v4-nat.c (fill_fpregset): Likewise.
761         * go32-nat.c (store_register, go32_store_registers): Likewise.
762
763 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
764
765         * cris-tdep.c (supply_gregset): Rename to ...
766         (cris_supply_gregset): ... this.  Add REGCACHE parameter.  Use it
767         instead of current_regcache.
768         (fetch_core_registers): Update call.  Pass current_regcache.
769
770 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
771
772         * arnmnbsd-nat.c (supply_gregset): Rename to ...
773         (arm_supply_gregset): ... this.  Add REGCACHE parameter.
774         Use it instead of current_regcache.
775         (supply_fparegset): Rename to ...
776         (arm_supply_fparegset): ... this.  Add REGCACHE parameter.
777         Use it instead of current_regcache.
778         (fetch_regs, fetch_fp_regs): Update calls.  Pass current_regcache.
779         (fetch_core_registers, fetch_elfcore_registers): Likewise.
780
781 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
782
783         * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs,
784         alpha_supply_fp_regs, alpha_fill_fp_regs): Add REGCACHE parameter,
785         use it instead of current_regcache.
786         * alpha-tdep.h (struct regcache): Add forward declaration.
787         (alpha_supply_int_regs, alpha_fill_int_regs, alpha_supply_fp_regs,
788         alpha_fill_fp_regs): Update prototypes.
789
790         * alpha-nat.c: (supply_gregset, fill_gregset, supply_fpregset,
791         fill_fpregset): Pass current_regcache to alpha_supply/fill_ routines.
792         * alpha-linux-nat.c: Include "regcache.h".
793         (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Pass
794         current_regcache to alpha_supply/fill_ routines.
795
796         * alphabsd-tdep.c: Include "regcache.h".
797         (alphabsd_supply_reg, alphabsd_supply_fpreg): Add REGCACHE paramter,
798         pass it to alpha_supply_ routines.  Make REGS const.
799         (alphabsd_fill_reg, alphabsd_fill_fpreg): Add REGCACHE parameter,
800         pass it to alpha_fill_ routines.
801         * alphabsd-tdep.h (struct regcache): Add forward declaration.
802         (alphabsd_supply_reg, alphabsd_fill_reg, alphabsd_supply_fpreg,
803         alphabsd_fill_fpreg): Update prototypes.
804
805         * alphanbsd-nat.c (supply_gregset, fill_gregset, supply_fpregset,
806         fill_fpregset, alphabsd_fetch_inferior_registers,
807         alphabsd_store_inferior_registers): Pass current_regcache to
808         alphabsd_supply/fill_ routines.
809
810         * Makefile.in (alpha-linux-nat.o, alphabsd-tdep.o): Update
811         dependencies.
812
813 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
814
815         * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs,
816         supply_sprs64, supply_sprs32): Add REGCACHE parameter, use it
817         instead of current_regcache.
818         (fetch_regs_user_thread, fetch_regs_kernel_thread): Add
819         REGCACHE parameter, pass it to supply_ routines.
820         (aix_thread_fetch_registers): Pass current_regcache to
821         fetch_regs_user_thread and fetch_regs_kernel_thread.
822
823         (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs64, fill_sprs32):
824         Add REGCACHE parameter, use it instead of current_regcache.
825         Call regcache_valid_p instead of register_cached.
826         (store_regs_user_thread, store_regs_kernel_thread): Likewise.
827         Also, pass REGCACHE to fill_ routines.
828         (aix_thread_store_registers): Pass current_regcache to
829         store_regs_user_thread and store_regs_kernel_thread.
830
831 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
832
833         * m32r-linux-nat.c (supply_gregset): Do not modify contents
834         pointed to by GREGSETP.
835
836 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
837
838         * irix5-nat.c (fill_gregset): Use regcache_raw_collect instead
839         of regcache_raw_read_signed.
840         (fill_fpregset): Use regcache_raw_collect instead of
841         regcache_raw_read.
842
843 2007-05-03  Kevin Buettner  <kevinb@redhat.com>
844
845         * mips-tdep.c (mips_eabi_push_dummy_call): When pushing floating
846         point arguments, test explicitly for use of the EABI32 ABI
847         instead of inferring this condition from tests on register
848         sizes.
849
850 2007-05-03  Kevin Buettner  <kevinb@redhat.com>
851
852         * breakpoint.c (set_raw_breakpoint): Adjust breakpoint's address
853         prior to allocating its location.
854
855 2007-05-02  Maciej W. Rozycki  <macro@mips.com>
856
857         * mips-tdep.c (mips_o32_push_dummy_call): Remove conditions
858         based on mips_abi_regsize() whose result is known in advance.
859         (mips_o64_push_dummy_call): Likewise.
860
861 2007-04-29  Ulrich Weigand  <uweigand@de.ibm.com>
862
863         * m68klinux-nat.c: Remove #ifndef USE_PROC_FS check.
864         * m68k-tdep.c: Remove code within #ifdef USE_PROC_FS.
865
866         * mips-linux-nat.c: Include "gregset.h".
867         (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Move
868         from mips-linux-tdep.c.  Change parameter type to gdb_gregset_t.
869         * mips-linux-tdep.c (supply_gregset, fill_gregset, supply_fpregset,
870         fill_fpregset): Move to mips-linux-nat.c.
871
872         * Makefile.in (m68k-tdep.o, mips-linux-nat.o): Update dependencies.
873
874 2007-04-28  Ulrich Weigand  <uweigand@de.ibm.com>
875
876         * regcache.c (deprecated_read_register_gen): Remove, inline ...
877         (read_register): ... here.
878         (deprecated_write_register_gen): Remove, inline ...
879         (write_register): ... here.
880         * regcache.h (deprecated_read_register_gen): Remove prototype.
881         (deprecated_write_register_gen): Likewise.
882
883         * remote-sim.c (gdbsim_store_register): Replace call to
884         deprecated_read_register_gen with regcache_cooked_read.
885         * target.c (debug_print_register): Replace calls to
886         deprecated_read_register_gen and read_register with
887         regcache_cooked_read.
888
889 2007-04-28  Ulrich Weigand  <uweigand@de.ibm.com>
890
891         * hpux-thread.c (hpux_thread_store_registers): Use
892         regcache_raw_collect, not regcache_raw_read.
893         * irix5-nat.c (fetch_core_registers): Use regcache_raw_supply,
894         not regcache_raw_write.
895
896 2007-04-28  Ulrich Weigand  <uweigand@de.ibm.com>
897
898         * gdbarch.sh: Remove deprecated_register_byte.
899         * gdbarch.c, gdbarch.h: Regenerate.
900         * arch-utils.h (generic_register_size, generic_register_byte): Remove.
901         * arch-utils.c (generic_register_size, generic_register_byte): Remove.
902
903         * regcache.h (regcache_valid_p): Make REGCACHE parameter const.
904         * regcache.c (regcache_valid_p): Allow to query cooked registers in
905         read-only register caches.  Make REGCACHE parameter const.
906         (regcache_dump): Do not check DEPRECATED_REGISTER_BYTE.
907
908         * mi/mi-main.c (old_regs): Remove.
909         (mi_setup_architecture_data, _initialize_mi_main): Remove.
910         (register_changed_p): Reimplement to compare two register caches.
911         (mi_cmd_data_list_changed_registers): Update caller.
912         * mi/mi-main.h (mi_setup_architecture_data): Remove.
913         * mi/mi-interp.c (mi_interpreter_init): Do not call
914         mi_setup_architecture_data.
915
916 2007-04-28  Ulrich Weigand  <uweigand@de.ibm.com>
917
918         * alpha-nat.c (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE): Do not define,
919         inline definition at the places the macros are used.
920         * alpha-linux-nat.c (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE): Likewise.
921
922 2007-04-28  Ulrich Weigand  <uweigand@de.ibm.com>
923
924         * rs6000-aix-tdep.c: Include "regcache.h", "regset.h", and
925         "gdb_string.h".
926         (rs6000_aix32_reg_offsets, rs6000_aix64_reg_offsets): New variables.
927         (rs6000_aix_supply_regset, rs6000_aix_collect_regset): New functions.
928         (rs6000_aix32_regset, rs6000_aix64_regset): New variables.
929         (rs6000_aix_regset_from_core_section): New function.
930         (rs6000_aix_init_osabi): Register it.
931         (_initialize_rs6000_aix_tdep): Register GDB_OSABI_AIX osabi and
932         sniffer for bfd_arch_powerpc as well as bfd_arch_rs6000. 
933         * rs6000-nat.c (CoreRegs): Do not define type.
934         (fetch_core_registers, rs6000_core_fns): Remove.
935         (_initialize_core_rs6000): Do not register it.  Rename to ...
936         (_initialize_rs6000_nat): ... this.
937         * Makefile.in (rs6000-aix-tdep.o): Update dependencies.
938
939 2007-04-27  Kevin Buettner  <kevinb@redhat.com>
940
941         * dwarf2expr.c (unsigned_address_type): Add forward declaration.
942         (dwarf2_read_address): Sign extend return address as required by
943         target architecture.
944
945 2007-04-27  Kevin Buettner  <kevinb@redhat.com>
946
947         * solib-frv.c (lm_base): Bail out if the main executable has
948         not been relocated.
949
950 2007-04-27  Ulrich Weigand  <uweigand@de.ibm.com>
951
952         * alpha-linux-tdep.c (alpha_linux_supply_fpregset): Correct location
953         of FPCR register in fpregset.
954
955 2007-04-27  Maciej W. Rozycki  <macro@mips.com>
956
957         * Makefile.in (gdbtk-wrapper.o): Update dependencies.
958         (gdbtk-varobj.o, gdbtk-cmds.o, gdbtk-stack.o): Likewise.
959
960 2007-04-27  Ulrich Weigand  <uweigand@de.ibm.com>
961
962         * config/rs6000/nm-rs6000.h (CHILD_SPECIAL_WAITSTATUS): Remove.
963         * rs6000-nat.c (rs6000_wait): New function.
964         (_initialize_core_rs6000): Install it as to_wait target method.
965         * target.c (store_waitstatus): Don't check CHILD_SPECIAL_WAITSTATUS.
966
967 2007-04-27  Ulrich Weigand  <uweigand@de.ibm.com>
968
969         * config/rs6000/nm-rs6000.h (TARGET_CREATE_INFERIOR_HOOK): Remove.
970         * fork-child.c (fork_inferior): Don't call TARGET_CREATE_INFERIOR_HOOK.
971         * rs6000-nat.c (super_create_inferior): New variable.
972         (rs6000_create_inferior): Make static.  Adapt argument list.  Call
973         original version of create_inferior via super_create_inferior.
974         (_initialize_core_rs6000): Install to_create_inferior target method.
975
976 2007-04-27  Ulrich Weigand  <uweigand@de.ibm.com>
977
978         * aix-thread.c (aix_thread_xfer_memory): Replace by ...
979         (aix_thread_xfer_partial): ... this.
980         (init_aix_thread_ops): Install to_xfer_partial instead
981         of deprecated_xfer_memory target method.
982
983         * config/powerpc/aix.mh (NATDEPFILES): Remove infptrace.o
984         and inftarg.o, add inf-ptrace.o.
985         * config/rs6000/nm-rs6000.h (FETCH_INFERIOR_REGISTERS,
986         CHILD_XFER_MEMORY, KERNEL_U_SIZE, kernel_u_size): Remove.
987         * rs6000-nat.c: Include "inf-ptrace.h" and "gdb_stdint.h".
988         (fetch_inferior_registers): Rename to ...
989         (rs6000_fetch_inferior_registers): ... this.  Make static.
990         (store_inferior_registers): Rename to ...
991         (rs6000_store_inferior_registers): ... this.  Make static.
992         (read_word, child_xfer_memory): Remove.
993         (rs6000_xfer_partial): New function.
994         (kernel_u_size): Remove.
995         (_initialize_core_rs6000): Add inf_ptrace-based target.
996         * Makefile.in (rs6000-nat.o): Update dependencies.
997
998 2007-04-27  Ulrich Weigand  <uweigand@de.ibm.com>
999
1000         * inf-ptrace.c: Include "gdb_stdint.h".
1001         (inf_ptrace_xfer_partial): Use "uintptr_t" instead of "long" as 
1002         intermediate type when casting CORE_ADDR to PTRACE_TYPE_ARG3.
1003         (inf_ptrace_fetch_register): Add intermediate cast to "uintptr_t"
1004         before casting CORE_ADDR to PTRACE_TYPE_ARG3.
1005         (inf_ptrace_store_register): Likewise.
1006         * Makefile.in (inf-ptrace.o): Update dependencies.
1007
1008 2007-04-27  Ulrich Weigand  <uweigand@de.ibm.com>
1009
1010         * configure.host (rs6000-*-*): Merge with powerpc-*-aix* rules.
1011         * configure.tgt (rs6000-*-*): Likewise.
1012         * config/rs6000/aix4.mh: Delete file.
1013         * config/rs6000/aix4.mt: Delete file.
1014         * config/rs6000/rs6000.mh: Delete file.
1015         * config/rs6000/rs6000.mt: Delete file.
1016
1017         * config/powerpc/nm-aix.h: Delete file.
1018         * config/powerpc/aix.mh (NAT_FILE): Set to config/rs6000/nm-rs6000.h.
1019
1020 2007-04-27  Ulrich Weigand  <uweigand@de.ibm.com>
1021
1022         * aix-thread.c (fill_sprs32): Change argument types to "uint32_t *".
1023         Remove obsolete part of comment.
1024         (store_regs_user_thread): Use uint32_t temporaries when calling
1025         fill_sprs32.
1026         (store_regs_kernel_thread): Likewise.  Add assertion to verify
1027         correct size of struct ptsprs members.
1028         (aix_thread_xfer_memory): Fix type of myaddr.
1029         (aix_thread_extra_thread_info): Fix compiler warning.
1030         * rs6000-nat.c (rs6000_ptrace64): Change type of buf to "void *".
1031         (fetch_register, store_register): Adapt callers.
1032
1033 2007-04-27  Ulrich Weigand  <uweigand@de.ibm.com>
1034
1035         * vec.h (vec_free): Rename to vec_free_.  Adapt users.
1036
1037 2007-04-25  Ulrich Weigand  <uweigand@de.ibm.com>
1038
1039         * alpha-linux-tdep.c: Include "gdb_string.h", "regset.h",
1040         and "regcache.h".
1041         (alpha_linux_supply_gregset, alpha_linux_supply_fpregset): New.
1042         (alpha_linux_gregset, alpha_linux_fpregset): New variables.
1043         (alpha_linux_regset_from_core_section): New function.
1044         (alpha_linux_init_abi): Install it.
1045         * alpha-linux-nat.c: Do not include "gdbcore.h".  Include
1046         "alpha-tdep.h", <sys/ptrace.h>, <alpha/ptrace.h>,
1047         <sys/procfs.h>, and "gregset.h".
1048         (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE, ALPHA_UNIQUE_PTRACE_ADDR):
1049         Move from config/alpha/nm-linux.h.
1050         (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Copy
1051         from alpha-nat.c.
1052         (alpha_linux_register_u_offset): Inline register_addr from alpha-nat.c.
1053         * alpha-nat.c: Remove #ifdef __linux__ section.
1054         (fetch_elf_core_registers, alpha_elf_core_fns): Remove.
1055         (_initialize_core_alpha): Do not register alpha_elf_core_fns.
1056         (ALPHA_UNIQUE_PTRACE_ADDR, ALPHA_REGSET_UNIQUE): Define unconditionally.
1057         (ALPHA_REGSET_BASE): Move from config/alpha/nm-osf.h.
1058         * config/alpha/alpha-linux.mh (NAT_FILE): Set to config/nm-linux.h.
1059         (NATDEPFILES): Remove alpha-nat.o.
1060         * config/alpha/nm-linux.h: Delete file.
1061         * config/alpha/nm-osf.h (ALPHA_REGSET_BASE): Move to alpha-nat.c.
1062         * Makefile.in (alpha-linux-nat.o): Update dependencies.
1063         (alpha-linux-tdep.o): Likewise.
1064
1065 2007-04-25  Ulrich Weigand  <uweigand@de.ibm.com>
1066
1067         * mips-linux-nat.c: No longer include "gdbcore.h".
1068         (mips_linux_register_addr): Move from mips-linux-tdep.c.
1069         (mips64_linux_register_addr): Likewise.
1070         (mips_linux_register_u_offset): Call mips_linux_register_addr or
1071         mips64_linux_register_addr instead of register_addr.
1072         * mips-linux-tdep.c (mips_linux_register_addr,
1073         mips64_linux_register_addr): Move to mips-linux-nat.c.
1074         (register_addr): Remove.
1075         (register_addr_data, init_register_addr_data): Remove.
1076         (_initialize_mips_linux_tdep): Do not initialize register_addr_data.
1077         (set_mips_linux_register_addr): Remove.
1078         (mips_linux_init_abi): Do not call set_mips_linux_register_addr.
1079         * Makefile.in (mips-linux-nat.o): Update dependencies.
1080
1081 2007-04-25  Ulrich Weigand  <uweigand@de.ibm.com>
1082
1083         * linux-nat.c (linux_register_u_offset): Remove.
1084         (linux_target_install_ops): New function.
1085         (linux_target): Use it.
1086         (linux_trad_target): New function.
1087         * linux-nat.h (linux_trad_target): Declare.
1088
1089         * alpha-linux-nat.c: Include "gdbcore.h".
1090         (alpha_linux_register_u_offset): New function.
1091         (_initialize_alpha_linux_nat): Use linux_trad_target.
1092
1093         * mips-linux-nat.c: Include "gdbcore.h".
1094         (mips_linux_register_u_offset): New function.
1095         (_initialize_mips_linux_nat): Use linux_trad_target.
1096
1097         * config/arm/linux.mh (NAT_FILE): Set to config/nm-linux.h.
1098         * config/arm/nm-linux.h: Delete file.
1099
1100         * config/i386/nm-linux64.h (FETCH_INFERIOR_REGISTERS): Remove.
1101         * config/i386/nm-linux.h (FETCH_INFERIOR_REGISTERS): Remove.
1102
1103         * config/ia64/linux.mh (NAT_FILE): Set to config/nm-linux.h.
1104         * config/ia64/nm-linux.h: Delete file.
1105
1106         * config/m32r/linux.mh (NAT_FILE): Set to config/nm-linux.h.
1107         * config/m32r/nm-linux.h: Delete file.
1108
1109         * config/m68k/linux.mh (NAT_FILE): Set to config/nm-linux.h.
1110         * config/m68k/nm-linux.h: Delete file.
1111
1112         * config/pa/linux.mh (NAT_FILE): Set to config/nm-linux.h.
1113         * config/pa/nm-linux.h: Delete file.
1114
1115         * config/powerpc/linux.mh (NAT_FILE): Set to config/nm-linux.h.
1116         * config/powerpc/ppc64-linux.mh (NAT_FILE): Likewise.
1117         * config/powerpc/nm-linux.h: Delete file.
1118
1119         * config/s390/s390.mh (NAT_FILE): Set to config/nm-linux.h.
1120         * config/s390/nm-linux.h: Delete file.
1121
1122         * config/sparc/linux.mh (NAT_FILE): Set to config/nm-linux.h.
1123         * config/sparc/linux64.mh (NAT_FILE): Likewise.
1124         * config/sparc/nm-linux.h: Delete file.
1125
1126         * Makefile.in (alpha-linux-nat.o): Update dependencies.
1127         (mips-linux-nat.o): Likewise.
1128
1129 2007-04-25  Ulrich Weigand  <uweigand@de.ibm.com>
1130
1131         * core-aout.c: Delete file.
1132         * Makefile.in (ALLDEPFILES): Remove core-aout.c.
1133         (core-aout.o): Delete rule.
1134         * gdbcore.h (kernel_u_addr, KERNEL_U_ADDR): Remove.
1135
1136         * config/alpha/nm-linux.h (U_REGS_OFFSET): Remove.
1137
1138         * arm-linux-nat.c (arm_linux_kernel_u_size): Remove.
1139         * config/arm/nm-linux.h (U_REGS_OFFSET, KERNEL_U_SIZE,
1140         KERNEL_U_ADDR): Remove.
1141
1142         * i386-linux-nat.c (register_u_addr, kernel_u_size): Remove.
1143         (cannot_fetch_register, cannot_store_register): Remove.
1144         (fetch_register): Inline cannot_fetch_register and register_addr.
1145         (store_register): Inline cannot_store_register and register_addr.
1146         * config/i386/linux.mh (NATDEPFILES): Remove core-aout.o.
1147         * config/i386/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR,
1148         REGISTER_U_ADDR, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER):
1149         Remove.
1150
1151         * m68klinux-nat.c (m68k_linux_register_u_addr, kernel_u_size): Remove.
1152         (fetch_register): Inline register_addr.
1153         (store_register): Inline register_addr.
1154         * config/m68k/linux.mh (NATDEPFILES): Remove core-aout.o.
1155         * config/m68k/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR,
1156         U_REGS_OFFSET, REGISTER_U_ADDR): Remove.
1157
1158         * config/mips/nm-irix5.h (REGISTER_U_ADDR): Remove.
1159         * config/mips/nm-linux.h (KERNEL_U_SIZE, U_REGS_OFFSET,
1160         REGISTER_U_ADDR): Remove.
1161
1162         * hppa-linux-nat.c (register_addr): Rename to ...
1163         (hppa_linux_register_addr): ... this.  Make static.
1164         (fetch_register, store_register): Adapt callers.
1165         * config/pa/nm-linux.h (U_REGS_OFFSET): Remove.
1166
1167         * ppc-linux-nat.c (kernel_u_size): Remove.
1168         * config/powerpc/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR): Remove.
1169
1170         * vax-nat.c (vax_kernel_u_addr, vax_register_u_addr): Make static.
1171         * config/vax/vax.mh (NATDEPFILES): Remove core-aout.o.
1172         (NAT_FILE): Remove.
1173         * config/vax/nm-vax.h: Delete file.
1174
1175 2007-04-20  Mark Shinwell  <shinwell@codesourcery.com>
1176
1177         * MAINTAINERS (Write After Approval): Add myself.
1178
1179 2007-04-20  Mark Shinwell  <shinwell@codesourcery.com>
1180
1181         * Makefile.in: Adjust dependencies of m68klinux-tdep.c.
1182         * m68klinux-tdep.c (m68k_uclinux_sigcontext_reg_offset): New.
1183         (m68k_linux_sigcontext_reg_offset): Fix typo.
1184         (target_is_uclinux): New.
1185         (m68k_linux_inferior_created): New.
1186         (m68k_linux_get_sigtramp_info):  Check for uClinux or
1187         normal Linux.  Use m68k_uclinux_sigcontext_reg_offset for
1188         uClinux.
1189         (_initialize_m68k_linux_tdep): Register
1190         m68k_linux_inferior_created.
1191
1192 2007-04-19  Pedro Alves  <pedro_alves@portugalmail.pt>
1193
1194         * win32-nat.c (win32_detach): Remove delete_command call.
1195         Resume inferior with win32_resume instead of win32_continue.
1196
1197 2007-04-19  Jerome Guitton  <guitton@adacore.com>
1198
1199         * ser-mingw.c (fd_is_file): New function.
1200         (file_select_thread): New function.
1201         (ser_console_wait_handle): Add special handling for files.
1202
1203 2007-04-18  Denis Pilat  <denis.pilat@st.com>
1204
1205         * dwarf2read.c (read_subrange_type): Use DW_ATE_signed default type
1206         when missing from DW_TAG_subrange_type.  Remove the handling of null
1207         return from die_type.
1208
1209 2007-04-18  Maciej W. Rozycki  <macro@mips.com>
1210
1211         * mips-tdep.c (mips_eabi_push_dummy_call): Revert the last
1212         change to rearrange some brackets.
1213         (mips_n32n64_push_dummy_call): Likewise.
1214         (mips_o32_push_dummy_call): Likewise.
1215         (mips_o64_push_dummy_call): Likewise.
1216
1217 2007-04-18  Denis Pilat  <denis.pilat@st.com>
1218
1219         * infcmd.c (post_create_inferior): Start with a call to 
1220         target_terminal_ours.
1221
1222 2007-04-17  Maciej W. Rozycki  <macro@mips.com>
1223
1224         * mips-tdep.c (mips_eabi_push_dummy_call): Rearrange some
1225         brackets.
1226         (mips_n32n64_push_dummy_call): Likewise.  Reformat some
1227         expressions.
1228         (mips_o32_push_dummy_call): Likewise.
1229         (mips_o64_push_dummy_call): Likewise.
1230
1231 2007-04-17  Maciej W. Rozycki  <macro@mips.com>
1232
1233         * mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
1234         comment.
1235
1236 2007-04-17  Maciej W. Rozycki  <macro@mips.com>
1237
1238         * mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
1239         comment.
1240         (mips_o32_push_dummy_call): Likewise.
1241
1242 2007-04-17  Andreas Schwab  <schwab@suse.de>
1243
1244         * symtab.c (skip_prologue_using_sal): Allow the end of the prologue
1245         sal to be bigger than the end of the function.
1246
1247 2007-04-17  Maciej W. Rozycki  <macro@mips.com>
1248             Nigel Stephens  <nigel@mips.com>
1249
1250         * mips-tdep.c (mips_o32_push_dummy_call): Take account of
1251         argument alignment requirements when calculating stack space
1252         required.  When aligning an arg register to eight bytes
1253         boundary, align stack_offset too.  Write floating-point
1254         arguments to the appropriate integer register if need go there.
1255         (mips_o64_push_dummy_call): Likewise.
1256
1257 2007-04-14  Ulrich Weigand  <uweigand@de.ibm.com>
1258
1259         * gdbarch.sh (software_single_step): Remove "insert_breakpoints_p" and
1260         "sig" arguments, add "regcache" argument.
1261         * gdbarch.c, gdbarch.h: Regenerate.
1262
1263         * infrun.c (resume): Update SOFTWARE_SINGLE_STEP call arguments.
1264         (handle_inferior_event): Call remove_single_step_breakpoints directly
1265         instead of calling SOFTWARE_SINGLE_STEP to remove breakpoints.
1266
1267         * alpha-tdep.c (alpha_software_single_step): Update argument list.
1268         Remove handling of !insert_breakpoints_p case.
1269         * arm-tdep.c (arm_software_single_step): Likewise.
1270         * cris-tdep.c (cris_software_single_step): Likewise.
1271         * mips-tdep.c (mips_software_single_step): Likewise.
1272         * rs6000-tdep.c (rs6000_software_single_step): Likewise.
1273         * sparc-tdep.c (sparc_software_single_step): Likewise.
1274         * spu-tdep.c (spu_software_single_step): Likewise.
1275
1276         * alpha-tdep.h (alpha_software_single_step): Update prototype.
1277         * mips-tdep.h (mips_software_single_step): Likewise.
1278         * rs6000-tdep.h (rs6000_software_single_step): Likewise.
1279         * sparc-tdep.h (sparc_software_single_step): Likewise.
1280
1281 2007-04-14  Ulrich Weigand  <uweigand@de.ibm.com>
1282
1283         * alpha-tdep.c (alpha_software_single_step): Do not call write_pc
1284         when removing single-step breakpoints.
1285
1286 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
1287
1288         * varobj.h (varobj_set_frozen): New
1289         (varobj_get_frozen): New.
1290         (varobj_update): New parameter explicit.
1291         * varobj.c (struct varobj): New fields frozen
1292         and not_fetched.
1293         (varobj_set_frozen, varobj_get_frozen): New.
1294         (install_new_value): Don't fetch values for 
1295         frozen variable object, or children thereof.  Allow
1296         a frozen variable object to have non-fetched value.
1297         (varobj_update): Allow updating child variables.
1298         Don't traverse frozen children.
1299         (new_variable): Initialize the frozen field.
1300         (c_value_of_variable): Return NULL for frozen
1301         variable without any value yet. 
1302         * mi/mi-cmd-var.c (varobj_update_one): New parameter
1303         'explicit'.
1304         (mi_cmd_var_create): Output the 'frozen' field,
1305         as soon as testsuite is adjusted to expect that field.
1306         (mi_cmd_var_set_frozen): New.
1307         (mi_cmd_var_update): Pass the 'explicit' parameter to
1308         varobj_update_one.
1309         * mi/mi-cmds.c (mi_cmds): Register '-var-set-frozen'.
1310         * mi/mi-cmds.h (mi_cmd_var_set_frozen): Declare.
1311         
1312 2007-04-13  Paul Brook  <paul@codesourcery.com>
1313
1314         * target-descriptions.c (tdesc_named_type): Add ieee_single and
1315         ieee_double.
1316         * doc/gdb.texinfo: Document ieee_single and ieee_double target types.
1317
1318 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
1319
1320         * mips-mdebug-tdep.c, mips-mdebug-tdep.h, ocd.c, ocd.h, ppc-bdm.c,
1321         remote-e7000.c, remote-hms.c, remote-utils.c, remote-utils.h,
1322         scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h, scm-valprint.c,
1323         ser-e7kpc.c, sh3-rom.c, stop-gdb.c: Delete.
1324         * Makefile.in: Remove references to deleted files.
1325         * README: Do not mention deleted ROM monitor interfaces.
1326         * defs.h (enum language): Delete language_scm.
1327         * expprint.c (print_subexp_standard): Do not handle OP_EXPRSTRING.
1328         (dump_subexp_body_standard): Likewise.
1329         * parse.c (operator_length_standard): Likewise.
1330         * expression.h (enum exp_opcode): Delete OP_EXPRSTRING.
1331         * remote-mips.c: Do not include remote-utils.h.
1332         * remote-sim.c: Likewise.  Use remote_debug instead of sr_get_debug
1333         throughout.
1334         * value.c: Do not include scm-lang.h.
1335         (unpack_long): Delete scm_unpack call.
1336         * config/h8300/h8300.mt, config/mips/embed.mt,
1337         config/powerpc/ppc-eabi.mt, config/powerpc/ppc-sim.mt,
1338         config/sh/embed.mt, config/sh/linux.mt: Remove references to
1339         deleted files.
1340         * NEWS: Mention removed files.
1341
1342 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
1343
1344         * symfile.c (add_psymbol_with_dem_name_to_list): Remove.
1345         * symfile.h (add_psymbol_with_dem_name_to_list): Remove prototype.
1346
1347 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
1348
1349         * NEWS: Mention removal of HP aCC support.
1350
1351 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
1352
1353         * solib-svr4.c (IGNORE_FIRST_LINK_MAP_ENTRY): Do not ignore the
1354         first entry for static executables.
1355         (breakpoint_addr): Delete unused variable.
1356         (elf_locate_base): Search for _r_debug in static executables.
1357         (enable_break): Do not set breakpoint_addr.  Scan solib_break_names
1358         also.
1359
1360 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
1361
1362         * breakpoint.c (update_breakpoints_after_exec, print_it_typical)
1363         (bpstat_what, print_one_breakpoint, allocate_bp_location)
1364         (mention): Remove bp_through_sigtramp support.
1365         * breakpoint.h (enum bptype): Remove bp_through_sigtramp.
1366
1367 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
1368
1369         * breakpoint.c (bpstat_what): Give step-resume higher priority than
1370         shlib events.
1371
1372 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
1373
1374         * infrun.c: Doc fixes.
1375         (handle_inferior_event): Clarify debug message.
1376         (insert_step_resume_breakpoint_at_sal): Print a debug message.
1377
1378 2007-04-12  Ulrich Weigand  <uweigand@de.ibm.com>
1379
1380         * configure.tgt (arm-*-nto*, sh-*-nto*): Remove.
1381
1382 2007-04-12  Ulrich Weigand  <uweigand@de.ibm.com>
1383
1384         * config/m68k/tm-monitor.h: Delete file.
1385         * config/m68k/monitor.mt (DEPRECATED_TM_FILE): Remove.
1386         * m68k-tdep.c (m68k_gdbarch_init): set_gdbarch_decr_pc_after_break
1387         call moved to ...
1388         * m68kbsd-tdep.c (m68kbsd_init_abi): ... here and ...
1389         * m68klinux-tdep.c (m68k_linux_init_abi): ... here.
1390
1391 2007-04-12  Luis Machado  <luisgpm@br.ibm.com>
1392
1393         * gdbarch.sh (software_single_step): Change the return type
1394         from void to int and reformatted some comments to <= 80
1395         columns.
1396         * gdbarch.c, gdbarch.h: Regenerated.
1397         * alpha-tdep.c (alpha_software_single_step): Likewise.
1398         * alpha-tdep.h (alpha_software_single_step): Likewise.
1399         * arm-tdep.c (arm_software_single_step): Likewise.
1400         * cris-tdep.c (cris_software_single_step): Likewise.
1401         * mips-tdep.c (mips_software_single_step): Likewise.
1402         * mips-tdep.h (mips_software_single_step): Likewise.
1403         * rs6000-tdep.c (rs6000_software_single_step): Likewise.
1404         * rs6000-tdep.h (rs6000_software_single_step): Likewise.
1405         * sparc-tdep.c (sparc_software_single_step): Likewise.
1406         * sparc-tdep.h (sparc_software_single_step): Likewise.
1407         * spu-tdep.c (spu_software_single_step): Likewise.
1408         * infrun.c (resume): Check the return value from SOFTWARE_SINGLE_STEP
1409         and act accordingly.
1410
1411 2007-04-11  Steve Ellcey  <sje@cup.hp.com>
1412
1413         * configure.ac (build_warnings): Add -Wno-char-subscripts.
1414         * configure: Regenerate.
1415         * doc/gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
1416
1417 2007-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1418
1419         * libunwind-frame.c (LIBUNWIND_SO): Use major version number for `.so'.
1420
1421 2007-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1422
1423         * gdbtypes.h (TYPE_FLAG_STUB_SUPPORTED, TYPE_STUB_SUPPORTED): New
1424         macros.
1425         (TYPE_IS_OPAQUE): Empty vs. opaque structures are now
1426         distinct on the TYPE_STUB_SUPPORTED debug targets.
1427         * dwarf2read.c (read_structure_type): Set TYPE_FLAG_STUB_SUPPORTED.
1428
1429 2007-04-11  Joel Brobecker  <brobecker@adacore.com>
1430
1431         * sparc-tdep.c (X_RS2): New macro.
1432         (sparc_skip_stack_check): New function.
1433         (sparc_analyze_prologue): Adjust PC past stack probing
1434         sequence if necessary.
1435
1436 2007-04-10  Andreas Schwab  <schwab@suse.de>
1437
1438         * rs6000-tdep.c (rs6000_dwarf2_reg_to_regnum): Decode 64 as CR
1439         register.
1440
1441 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
1442
1443         * breakpoint.c (gdb_breakpoint_query): Really return an
1444         enum gdb_rc.
1445         (gdb_breakpoint): Likewise.
1446         * thread.c (gdb_list_thread_ids): Likewise.
1447         (gdb_thread_select): Likewise.
1448         * mi/mi-main.c (mi_cmd_thread_select): Expect an enum gdb_rc.
1449         (mi_cmd_thread_list_ids): Remove bogus initialization.
1450
1451 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
1452
1453         * Makefile.in (SFILES): Remove hpacc-abi.c.
1454         (COMMON_OBS): Remove hpacc-abi.o.
1455         (ALLDEPFILES): Remove hpread.c and $(HPREAD_SOURCE).
1456         (hpacc-abi.o, hpread.o): Delete rules.
1457         * somread.c: Delete extern declarations from hpread.c.
1458         (som_symfile_read): Do not call do_pxdb or hpread_build_psymtabs.
1459         (som_symfile_finish): Do not call hpread_symfile_finish.
1460         (som_symfile_init): Do not call hpread_symfile_init.
1461         * config/pa/hppa64.mt (TDEPFILES): Remove hpread.o.
1462         * config/pa/hppahpux.mt (TDEPFILES): Likewise.
1463         * hpacc-abi.c, hpread.c: Deleted.
1464
1465 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
1466
1467         * solib-svr4.c (enable_break): Simplify return value.
1468         (svr4_solib_create_inferior_hook): Do not warn if enable_break fails.
1469
1470 2007-04-10  Andreas Schwab  <schwab@suse.de>
1471
1472         * solib-svr4.h (struct link_map_offsets): Remove l_addr_size,
1473         l_ld_size, l_next_size, l_prev_size, l_name_size.
1474
1475         * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Use extract_typed_address
1476         to extract addresses from link map.
1477         (LM_DYNAMIC_FROM_LINK_MAP): Likewise.
1478         (LM_NEXT): Likewise.
1479         (LM_NAME): Likewise.
1480         (IGNORE_FIRST_LINK_MAP_ENTRY): Likewise.
1481         (elf_locate_base): Likewise.
1482         (open_symbol_file_object): Likewise.
1483         (svr4_fetch_objfile_link_map): Likewise.
1484         (SOLIB_EXTRACT_ADDRESS): Remove unused macro.
1485         (HAS_LM_DYNAMIC_FROM_LINK_MAP): Test l_ld_offset instead of
1486         l_ld_size.
1487         (svr4_ilp32_fetch_link_map_offsets): Don't set removed members.
1488         (svr4_lp64_fetch_link_map_offsets): Likewise.
1489
1490         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Don't set
1491         removed members.  Set l_ld_offset to -1 if not present.
1492
1493 2007-04-08  Vladimir Prus  <vladimir@codesourcery.com>
1494         
1495         Pass stderr of program run with "target remote |"
1496         via gdb_stderr.
1497         * serial.c (serial_open): Set error_fd to -1.
1498         * serial.h (struct serial): New field error_fd.
1499         (struct serial_opts): New field avail.
1500         * ser-pipe.c (pipe_open): Create another pair
1501         of sockets.  Pass stderr to gdb.
1502         * ser-mingw.c (pipe_windows_open): Pass
1503         PEX_STDERR_TO_PIPE to pex_run.  Initialize
1504         sd->error_fd.
1505         (pipe_avail): New.
1506         (_initialize_ser_windows): Hook pipe_avail.
1507         * ser-base.c (generic_readchar): Check if there's
1508         anything in stderr channel and route that to gdb_stderr.
1509
1510 2007-04-03  Pedro Alves  <pedro_alves@portugalmail.pt>
1511
1512         * dbxread.c (read_ofile_symtab): Move current_objfile
1513         clearing to after end_stabs.
1514
1515 2007-04-01  Andreas Schwab  <schwab@suse.de>
1516
1517         * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Use parameter
1518         gdbarch instead of current_gdbarch.
1519
1520 2007-04-01  Vladimir Prus  <vladimir@codesourcery.com>
1521
1522         * varobj.c (varobj_create): Keep varobj value
1523         NULL when evaluating the type.
1524         
1525 2007-03-31  Pedro Alves  <pedro_alves@portugalmail.pt>
1526
1527         * NEWS: Mention new Windows CE support.
1528
1529 2007-03-30  Pedro Alves  <pedro_alves@portugalmail.pt>
1530
1531         * configure.tgt: Move mips*-*-pe and sh*-*-pe to 
1532         the obsoletion stanza.
1533         * NEWS: Mention deleted targets.
1534
1535         * config/sh/tm-wince.h: Remove.
1536         * config/sh/wince.mt: Remove.
1537         * config/mips/tm-wince.h: Remove.
1538         * config/mips/wince.mt: Remove.
1539
1540         * wince.c: Remove.
1541         * wince-stub.c: Remove.
1542         * wince-stub.h: Remove.
1543         * Makefile.in (wince.o): Remove rule.
1544         (wince-stub.o): Likewise.
1545
1546         * mips-tdep.c (mips_next_pc): Make static.
1547         * mips-tdep.h (mips_next_pc): Remove declaration.
1548         * arm-tdep.c (arm_pc_is_thumb): Make static.
1549         (thumb_get_next_pc): Likewise.
1550         (arm_get_next_pc): Likewise.
1551         * arm-tdep.h (arm_pc_is_thumb_dummy): Remove declaration.
1552         (arm_pc_is_thumb): Likewise.
1553         (thumb_get_next_pc): Likewise.
1554         (arm_get_next_pc): Likewise.
1555
1556 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
1557
1558         * MAINTAINERS: Remove d10v entry.
1559         * Makefile.in (SFILES): Remove dwarfread.c.
1560         (COMMON_OBS): Remove dwarfread.o.
1561         (gdb_sim_d10v_h, abug-rom.o, cpu32bug-rom.o, d10v-tdep.o, dwarfread.o)
1562         (remote-est.o, rom68k-rom.o): Delete.
1563         * NEWS: Mention removal of d10v, target abug, target cpu32bug,
1564         target est, target rom68k, and DWARF 1.
1565         * configure.tgt: Mark d10v as removed.
1566         * dwarf2read.c: Doc update.
1567         * elfread.c (struct elfinfo): Remove dboffset, dbsize, lnoffset,
1568         and lnsize.
1569         (elf_locate_sections): Do not set them.
1570         (elf_symfile_read): Do not call dwarf_build_psymtabs.
1571         * symfile.h (dwarf_build_psymtabs): Delete prototype.
1572         * config/m68k/monitor.mt (TDEPFILES): Prune.
1573         * abug-rom.c, cpu32bug-rom.c, d10v-tdep.c, dwarfread.c,
1574         remote-est.c, rom68k-rom.c, config/d10v/d10v.mt: Delete.
1575
1576 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
1577
1578         * doublest.c (convert_floatformat_to_doublest): Use
1579         floatformat_classify.
1580         (floatformat_is_nan): Rename to...
1581         (floatformat_classify): ...this.  Return more information.
1582         * doublest.h (enum float_kind): New.
1583         (floatformat_is_nan): Replace prototype...
1584         (floatformat_classify): ...with this one.
1585         * valprint.c (print_floating): Use floatformat_classify.  Handle
1586         infinity.
1587
1588 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
1589
1590         * README: Mention ISO C library requirement.
1591
1592 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
1593
1594         * Makefile.in (SFILES): Remove nlmread.c.
1595         (COMMON_OBS): Remove nlmread.o.
1596         (nlmread.o): Delete rule.
1597         * README: Delete reference to remote-st.c.
1598         * acinclude.m4 (CY_AC_TCL_LYNX_POSIX): Delete.
1599         * defs.h (enum gdb_osabi): Delete GDB_OSABI_NETWARE and
1600         GDB_OSABI_LYNXOS.
1601         * i386-tdep.c (i386_nw_init_abi, i386_nlm_osabi_sniffer): Delete.
1602         (_initialize_i386_tdep): Do not reference them.
1603         * nlmread.c: Delete file.
1604         * osabi.c (gdb_osabi_names): Remove NetWare and LynxOS.
1605         * target.c: Doc update.
1606         * thread.c: Delete commented include.
1607         * config/alpha/tm-alpha.h: Doc update.
1608
1609 2007-03-30  Chris Dearman  <chris@mips.com>
1610
1611         * utils.c (string_to_core_addr): Comment typo.
1612
1613 2007-03-30  Chris Dearman  <chris@mips.com>
1614
1615         * mips-tdep.c: Comment typo.
1616
1617 2007-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
1618
1619         * config/alpha/nm-osf.h (PTRACE_XFER_TYPE): Remove.
1620         * config/mips/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove.
1621         * config/sparc/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove.
1622         * config/powerpc/nm-ppc64-linux.h: Remove file.
1623         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Set to nm-linux.h.
1624         * inferior.h (PTRACE_ARG3_TYPE): Do not define.
1625         (call_ptrace): Change type of third argument to PTRACE_TYPE_ARG3.
1626         * infptrace.c (call_ptrace): Likewise.
1627         * m68klinux-nat.c (PTRACE_XFER_TYPE): Do not define.
1628         (fetch_register): Replace PTRACE_ARG3_TYPE by PTRACE_TYPE_ARG3
1629         and PTRACE_XFER_TYPE by PTRACE_TYPE_RET.
1630         (store_register): Likewise.
1631
1632 2007-03-29  Joel Brobecker  <brobecker@adacore.com>
1633
1634         * Makefile.in (varobj.o): Add missing dependency.
1635
1636 2007-03-29  Michael Snyder  <msnyder@access-company.com>
1637
1638         * MAINTAINERS: Update my email address.
1639
1640 2007-03-29  Joel Brobecker  <brobecker@adacore.com>
1641
1642         Add support for exception handling with multiple versions of
1643         the Ada runtime:
1644         * ada-lang.c: Update general comments on how Ada exception catchpoints
1645         are implemented.
1646         (raise_sym_name, raise_unhandled_sym_name, raise_assert_sym_name)
1647         (__gnat_raise_nodefer_with_msg): Delete.
1648         (ada_unhandled_exception_name_addr_ftype): New type.
1649         (exception_support_info): New type.
1650         (ada_unhandled_exception_name_addr): Add forward declaration.
1651         (ada_unhandled_exception_name_addr_from_raise): Likewise.
1652         (default_exception_support_info): New constant.
1653         (exception_support_info_fallback): Likewise.
1654         (exception_info): New global variable.
1655         (ada_exception_support_info_sniffer): New function.
1656         (ada_executable_changed_observer): Likewise.
1657         (ada_unhandled_exception_name_addr_from_raise): Renamed from
1658         ada_unhandled_exception_name_addr.
1659         (ada_unhandled_exception_name_addr): Reimplement to match the
1660         latest Ada runtime implementation.
1661         (error_breakpoint_runtime_sym_not_found): Delete.
1662         (ada_exception_sym_name): Get the exception sym name from
1663         exception_info rather than hardcoding it.
1664         (ada_exception_sal): Add call to ada_exception_support_info_sniffer.
1665         Update error handling.
1666         * Makefile.in (ada-lang.o): Add dependency on observer.h.
1667
1668 2007-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
1669
1670         * Makefile.in (coff_solib_h, coff-solib.o, i386v-nat.o, lynx-nat.o)
1671         (remote-st.o, uw-thread.o): Delete.
1672         (HFILES_NO_SRCDIR, ALLDEPFILES): Update.
1673         * configure.host: Move hppa*-*-hiux*, i[34567]86-ncr-*,
1674         i[34567]86-*-dgux*, i[34567]86-*-lynxos*, i[34567]86-*-sco3.2v5*,
1675         i[34567]86-*-sco3.2v4*, i[34567]86-*-sco*, i[34567]86-*-sysv4.2*,
1676         i[34567]86-*-sysv4*, i[34567]86-*-sysv5*, i[34567]86-*-unixware2*,
1677         i[34567]86-*-unixware*, i[34567]86-*-sysv*, i[34567]86-*-isc*, and
1678         rs6000-*-lynxos* to an obsoletion stanza.
1679         * configure.tgt: Move hppa*-*-hiux*, i[34567]86-ncr-*,
1680         i[34567]86-*-lynxos*, m68*-cisco*-*, m68*-tandem-*, m68*-*-os68k*,
1681         and rs6000-*-lynxos* to an obsoletion stanza.  Do not mention
1682         i[34567]86-*-netware*.
1683         * NEWS: Mention deleted targets.
1684
1685         * coff-solib.c, coff-solib.h, i386v-nat.c, lynx-nat.c, remote-st.c,
1686         uw-thread.c, config/nm-lynx.h, config/i386/i386sco.mh,
1687         config/i386/i386sco4.mh, config/i386/i386sco5.mh, config/i386/i386v.mh,
1688         config/i386/i386v4.mh, config/i386/i386v42mp.mh,
1689         config/i386/ncr3000.mh, config/i386/ncr3000.mt,
1690         config/i386/nm-i386sco.h, config/i386/nm-i386sco4.h,
1691         config/i386/nm-i386sco5.h, config/i386/nm-i386v.h,
1692         config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h,
1693         config/m68k/cisco.mt, config/m68k/os68k.mt, config/m68k/st2000.mt,
1694         config/m68k/tm-cisco.h, config/m68k/tm-os68k.h,
1695         config/rs6000/rs6000lynx.mh, config/rs6000/rs6000lynx.mt,
1696         config/rs6000/tm-rs6000ly.h: Delete files.
1697
1698 2007-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
1699
1700         * defs.h (deprecated_registers_changed_hook): Delete declaration.
1701         * interps.c (clear_interpreter_hooks): Do not clear
1702         deprecated_registers_changed_hook.
1703         * regcache.c (registers_changed): Do not call it.
1704         * top.c (deprecated_registers_changed_hook): Do not define it.
1705         * mi/mi-interp.c (mi_command_loop): Do not clear it.
1706         * tui/tui-hooks.c (tui_install_hooks): Do not install it.
1707         (tui_remove_hooks): Do not remove it.
1708         (tui_selected_frame_level_changed_hook): Check for negative level.
1709         Use get_selected_frame.
1710         (tui_registers_changed_hook): Deleted.
1711
1712 2007-03-29  Joel Brobecker  <brobecker@adacore.com>
1713
1714         * stabsread.c (add_undefined_type): Add extra parameter.
1715         Now handles nameless types separately.
1716         (struct nat): New type.
1717         (noname_undefs, noname_undefs_allocated, noname_undefs_length):
1718         New static variables.
1719         (read_type): Update calls to add_undefined_type.
1720         (add_undefined_type_noname): New function.
1721         (add_undefined_type_1): Renames from add_undefined_type.
1722         (cleanup_undefined_types_noname): New function.
1723         (cleanup_undefined_types_1): Renames cleanup_undefined_types.
1724         (cleanup_undefined_types): New handles nameless types separately.
1725         (_initialize_stabsread): Initialize our new static constants.
1726
1727 2007-03-29  Denis Pilat  <denis.pilat@st.com>
1728
1729         * configure.ac: Test for signal.h.
1730         * configure, config.in: Regenerate.
1731
1732 2007-03-29  Denis Pilat  <denis.pilat@st.com>
1733
1734         * stack.c (print_stack_frame): Always use LOC_AND_ADDRESS in MI output.
1735         * infrun.c (normal_stop): Remove MI specific frame printing treatment.
1736
1737 2007-03-29  Pedro Alves  <pedro_alves@portugalmail.pt>
1738
1739         * arm-wince-tdep.c: New.
1740         * config/arm/wince.mt (DEPRECATED_TM_FILE): Use tm-arm.h.
1741         (MT_CFLAGS): Delete.
1742         (TM_CLIBS): Delete.
1743         (TDEPFILES): Add arm-wince-tdep.o, corelow.o, solib.o,
1744         solib-legacy.o, solib-svr4.o, and remove wince.o.
1745         * configure.tgt (arm*-*-mingw32ce*): Add.
1746         * signals/signals.c [HAVE_SIGNAL_H]: Check.
1747         (do_target_signal_to_host): Silence 'not used' warning.
1748         * config/arm/tm-wince.h: Remove.
1749
1750 2007-03-28  Ulrich Weigand  <uweigand@de.ibm.com>
1751
1752         * arch-utils.c (legacy_pc_in_sigtramp): Remove.
1753         * arch-utils.h (legacy_pc_in_sigtramp): Remove.
1754
1755         * config/ia64/linux.mt (DEPRECATED_TM_FILE): Remove.
1756         * config/ia64/tm-linux.h: Remove file.
1757         * ia64-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp callback.
1758         * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Use it instead of
1759         legacy_pc_in_sigtramp.
1760         (ia64_gdbarch_init): Initialize tdep->pc_in_sigtramp.
1761         * ia64-linux-tdep.c (ia64_linux_pc_in_sigtramp): Make static.
1762         Remove func_name argument.
1763         (ia64_linux_init_abi): Install it as tdep->pc_in_sigtramp.
1764
1765         * infrun.c (HAVE_STEPPABLE_WATCHPOINT): Do not redefine.
1766         * target.c (update_current_target): Add to_have_steppable_watchpoint.
1767         * target.h (struct target_ops):  Add to_have_steppable_watchpoint.
1768         (HAVE_STEPPABLE_WATCHPOINT): Define.
1769
1770         * config/ia64/linux.mh (NATDEPFILES): Remove core-aout.o.
1771         * config/ia64/nm-linux.h (KERNEL_U_ADDR, U_REGS_OFFSET,
1772         CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER,
1773         TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_STEPPABLE_WATCHPOINT,
1774         STOPPED_BY_WATCHPOINT, target_stopped_data_address,
1775         target_insert_watchpoint, target_remove_watchpoint): Remove.
1776         (FETCH_INFERIOR_REGISTERS): Define.
1777         * ia64-linux-nat.c (ia64_register_addr): Make static.
1778         (ia64_cannot_fetch_register, ia64_cannot_store_register): Likewise.
1779         (ia64_linux_insert_watchpoint): Make static.  Remove ptid_p argument.
1780         (ia64_linux_remove_watchpoint): Likewise.  Add type argument.
1781         (ia64_linux_stopped_data_address): Make static.  Add target_ops.
1782         (ia64_linux_stopped_by_watchpoint): Make static.
1783         (ia64_linux_can_use_hw_breakpoint): New function.
1784         (ia64_linux_fetch_register, ia64_linux_fetch_registers): Likewise.
1785         (ia64_linux_store_register, ia64_linux_store_registers): Likewise.
1786         (_initialize_ia64_linux_nat): Install register and watchpoint ops.
1787
1788 2007-03-28  Pedro Alves  <pedro_alves@portugalmail.pt>
1789
1790         * linespec.c: Include language.h.
1791         (find_methods): Add language parameter.  Call
1792         lookup_symbol_in_language.  Pass language down.
1793         (add_matching_methods): Likewise.  Call
1794         lookup_symbol_in_language.
1795         (add_constructors): Likewise.
1796         (find_method): Pass sym_class to collect_methods.
1797         (collect_methods): Add sym_class parameter.  Pass language
1798         down.
1799         * symtab.c (lookup_symbol): Rename to ...
1800         (lookup_symbol_in_language): ... this.  Add language
1801         parameter.  Use passed language instead of current_language.
1802         (lookup_symbol): New as wrapper around
1803         lookup_symbol_in_language.
1804         (lookup_symbol_aux): Add language parameter.  Use passed
1805         language instead of current_language.
1806         (search_symbols): Indent.
1807         * symtab.h (enum language): Forward declare.
1808         (lookup_symbol_in_language): Declare.
1809         (lookup_symbol): Update description.
1810         * ada-lang.h (lookup_symbol_in_language): Remove declaration.
1811         * ada-lang.c (restore_language): Remove.
1812         (lookup_symbol_in_language): Remove.
1813
1814 2007-03-27  Pedro Alves  <pedro_alves@portugalmail.pt>
1815
1816         * breakpoint.c (bpstat_num): Add int *num parameter.
1817         * breakpoint.h (bpstat_num): Likewise.
1818         * infcmd.c (continue_command): Adjust to new bpstat_num
1819         interface.
1820         (program_info): Likewise.
1821
1822 2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
1823
1824         * config/sh/tm-sh.h: Remove file.
1825         * config/sh/embed.mt (DEPRECATED_TM_FILE): Remove.
1826         * config/sh/linux.mt (DEPRECATED_TM_FILE): Remove.
1827         * config/sh/nbsd.mt (DEPRECATED_TM_FILE): Remove.
1828         * config/sh/tm-wince.h: Do not include "sh/tm-sh.h".
1829
1830 2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
1831
1832         * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT,
1833         DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Remove.
1834         * remote.c: Remove code under #ifdef DEPRECATED_REMOTE_BREAKPOINT,
1835         DEPRECATED_BIG_REMOTE_BREAKPOINT, DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
1836         * sh-tdep.c (sh_breakpoint_from_pc): Return remote breakpoint
1837         sequence if target_shortname is "remote".
1838
1839 2007-03-27  Anton Blanchard  <anton@samba.org>
1840
1841         * rs6000-tdep.c (rs6000_frame_cache): Use tdep->lr_frame_offset
1842         instead of wordsize when looking for the LR in a stack frame.
1843
1844 2007-03-27  Andreas Schwab  <schwab@suse.de>
1845             Daniel Jacobowitz  <dan@codesourcery.com>
1846
1847         * dwarf2-frame.c (dwarf2_frame_eh_frame_regnum): Rename to...
1848         (dwarf2_frame_adjust_regnum): ...this.  Make static.  Add eh_frame_p
1849         argument.  Update all callers.
1850         (struct dwarf2_frame_ops): Replace eh_frame_regnum with adjust_regnum.
1851         (dwarf2_frame_set_eh_frame_regnum): Rename to...
1852         (dwarf2_frame_set_adjust_regnum): ...this.  Update argument type.
1853         * dwarf2frame.h (dwarf2_frame_set_eh_frame_regnum): Rename to...
1854         (dwarf2_frame_set_adjust_regnum): ...this.
1855         (dwarf2_frame_eh_frame_regnum): Delete prototype.
1856         * rs6000-tdep.c: Include "dwarf2-frame.h".
1857         (rs6000_adjust_frame_regnum): Define.
1858         (rs6000_gdbarch_init): Enable use of DWARF CFI frame unwinder.
1859         Register rs6000_adjust_frame_regnum.
1860
1861         * Makefile.in (rs6000-tdep.o): Update dependencies.
1862
1863 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
1864
1865         * Makefile.in: Add support for a "pdf" target.
1866
1867 2007-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
1868
1869         * amd64-tdep.c (amd64_init_frame_cache): New function.
1870         (amd64_alloc_frame_cache, amd64_skip_prologue): Use it.
1871
1872 2007-03-26  Nigel Stephens  <nigel@mips.com>
1873             Maciej W. Rozycki  <macro@mips.com>
1874
1875         * ui-out.c (ui_out_field_core_addr): Truncate address to
1876         TARGET_ADDR_BIT size before printing.
1877
1878 2007-03-22  Nigel Stephens  <nigel@mips.com>
1879             Maciej W. Rozycki  <macro@mips.com>
1880
1881         * remote-mips.c (mips_xfer_memory): Update prototype.
1882
1883 2007-03-22  Joel Brobecker  <brobecker@adacore.com>
1884
1885         * symfile.h: #include "symtab.h"
1886
1887 2007-03-22  Denis Pilat  <denis.pilat@st.com>
1888
1889         * utils.c (pagination_on_command, pagination_off_command):
1890         Remove useless prototypes.
1891
1892 2007-03-21  Pierre Muller  <muller@ics.u-strasbg.fr>
1893
1894         Fix PR pascal/2232.
1895         * p-valprint.c (pascal_object_print_value): Use type_name_no_tag 
1896         instead of TYPE_NAME for object base class name.
1897
1898
1899 2007-03-19  Kevin Buettner  <kevinb@redhat.com>
1900
1901         * mep-tdep.c (mep_analyze_frame_prologue, mep_frame_this_id):
1902         Specify frame type in calls to frame_func_unwind().
1903
1904 2007-03-13  Daniel Jacobowitz  <dan@codesourcery.com>
1905
1906         * rs6000-tdep.c (rs6000_skip_prologue): Use skip_prologue_using_sal.
1907         (rs6000_in_function_epilogue_p): Use extract_unsigned_integer.
1908         (refine_prologue_limit): Delete.
1909         (skip_prologue): Don't call it.  Use extract_unsigned_integer.
1910         Assume lim_pc is set.  Correct check for incomplete prologues.
1911         Do not skip clobbers of the frame pointer.
1912         * symtab.c (skip_prologue_using_sal): Fail if there is only one
1913         sal.
1914
1915 2007-03-13  Nathan Froyd  <froydnj@codesourcery.com>
1916
1917         * frame.c (frame_pop): Check to see whether there's a frame to
1918         which we can pop first.
1919
1920 2007-03-13  Nathan Froyd  <froydnj@codesourcery.com>
1921
1922         * MAINTAINERS (Write After Approval): Add myself.
1923
1924 2007-03-09  Markus Deuling  <deuling@de.ibm.com>
1925
1926         * infrun.c (breakpoints_failed): Remove unnecessary variable.
1927         (handle_inferior_event): Remove unnecessary braces.
1928         * breakpoint.c (bpstat_what): Remove wrong comment.
1929
1930 2007-03-09  Ulrich Weigand  <uweigand@de.ibm.com>
1931
1932         * spu-tdep.c (spu_in_function_epilogue_p): New function.
1933         (spu_gdbarch_init): Install it.
1934
1935 2007-03-08  Ulrich Weigand  <uweigand@de.ibm.com>
1936
1937         * spu-linux-nat.c (spu_xfer_partial): Return -1 for unsupported
1938         object types, not 0.
1939
1940 2007-03-08  Ulrich Weigand  <uweigand@de.ibm.com>
1941
1942         * spu-tdep.c (spu_frame_align): New function.
1943         (spu_gdbarch_init): Install it.  Set call dummy location to ON_STACK.
1944
1945 2007-03-08  Ulrich Weigand  <uweigand@de.ibm.com>
1946
1947         * spu-tdep.c (spu_unwind_pc): Mask off interrupt enable bit.
1948         (spu_software_single_step): Likewise.
1949         (spu_read_pc, spu_write_pc): New functions.
1950         (spu_gdbarch_init): Install them.
1951
1952 2007-03-08  Ulrich Weigand  <uweigand@de.ibm.com>
1953
1954         * cli/cli-dump.c (struct callback_data): load_offset needs to 
1955         have signed long type.
1956
1957 2007-03-07  Joel Brobecker  <brobecker@adacore.com>
1958
1959         * mips-tdep.c (mips_insn16_frame_cache, mips_insn32_frame_sniffer):
1960         Revert the previous change that had some unexpected side-effects
1961         on mips32.
1962         (mips_insn16_frame_cache, mips_insn32_frame_cache): Use the proper
1963         function to get the address of the calling instruction.
1964
1965 2007-03-07  Denis Pilat  <denis.pilat@st.com>
1966
1967         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Replace
1968         get_selected_frame by deprecated_safe_get_selected_frame.
1969
1970 2007-03-02  Mark Kettenis  <kettenis@gnu.org>
1971
1972         * shnbsd-tdep.c: Include "regset.h", "gdb_assert.h" and
1973         "gdb_string.h".  Don't include "nbsd-tdep.h".
1974         (SIZEOF_STRUCT_REG): Remove.
1975         (SHNBSD_SIZEOF_GREGS): New.
1976         (shnbsd_supply_gregset, shnbsd_collect_gregset)
1977         (shnbsd_regset_from_core_section): New functions.
1978         (fetch_core_registers, fetch_elfcore_registers): Remove functions.
1979         (shnbsd_supply_reg, shnbsd_fill_reg): Simply call
1980         shnbsd_supply_gregset, shnbsd_collect_gregset.
1981         (shnbsd_gregset): New variable.
1982         (shnbsd_init_abi): Set regset_from_core_section.
1983         (GDB_OSABI_NETBSD_CORE): New define.
1984         (shnbsd_core_osabi_sniffer): New function.
1985         (_initialize_shnbsd_tdep): Register shnbsd_core_osabi_sniffer.
1986         * Makefile.in (shnbsd-tdep.o): Update dependencies.
1987         * config/sh/nbsd.mt (TDEPFILES): Add corelow.o, remove
1988         nbsd-tdep.o.
1989         * config/sh/obsd.mt (TDEPFILES): Remove nbsd-tdep.o.
1990
1991 2007-02-28  Joel Brobecker  <brobecker@adacore.com>
1992
1993         * gdbtypes.c (replace_type): Fix typo that caused us to not update
1994         length of the types referenced by the new type CV ring.
1995
1996 2007-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
1997
1998         * frame.c (frame_pop, frame_observer_target_changed): Call
1999         reinit_frame_cache.
2000         (flush_cached_frames): Rename to reinit_frame_cache and delete
2001         old implementation.
2002         * frame.h (flush_cached_frames): Delete prototype and update comment.
2003
2004         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): Call
2005         reinit_frame_cache instead of flush_cached_frames.  Do not call
2006         select_frame after reinit_frame_cache.
2007         * corelow.c (core_open): Likewise.
2008         * gdbarch.sh (deprecated_current_gdbarch_select_hack): Likewise.
2009         * infrun.c (prepare_to_proceed, context_switch)
2010         (handle_inferior_event): Likewise.
2011         * linux-fork.c (fork_load_infrun_state): Likewise.
2012         * ocd.c (ocd_start_remote): Likewise.
2013         * remote-e7000.c (e7000_start_remote): Likewise.
2014         * remote-mips.c (device): Likewise.
2015         * thread.c (switch_to_thread): Likewise.
2016         * tracepoint.c (finish_tfind_command): Likewise.
2017         * gdbarch.c: Regenerated.
2018
2019 2007-02-28  Jerome Guitton  <guitton@adacore.com>
2020             Joel Brobecker  <brobecker@adacore.com>
2021
2022         * gdbtypes.c (check_typedef): Do not replace stub type if
2023         the resolved type is not defined in the same objfile.
2024
2025 2007-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
2026
2027         * top.c (gdb_readline_wrapper_cleanup): Remove invalid assertion.
2028
2029 2007-02-28  Joel Brobecker  <brobecker@adacore.com>
2030
2031         * stabsread.c (define_symbol): Create an associated STRUCT_DOMAIN
2032         symbol for Ada units when the symbol is defined using 't' rather
2033         than 'Tt' as symbol descriptor.
2034
2035 2007-02-28  Ulrich Weigand  <uweigand@de.ibm.com>
2036
2037         * config/mips/tm-nbsd.h: Delete file.
2038         * config/mips/nbsd.mt (DEPRECATED_TM_FILE): Remove.
2039         * config/sh/tm-nbsd.h: Delete file.
2040         * config/sh/nbsd.mt (DEPRECATED_TM_FILE): Set to tm-sh.h.
2041
2042 2007-02-28  Joel Brobecker  <brobecker@adacore.com>
2043
2044         * mi/mi-cmd-var.c (varobj_update_one): Remove reference to
2045         unused WRONG_PARAM value since it was recently deleted.
2046
2047 2007-02-28  Vladimir Prus  <vladimir@codesourcery.com>
2048
2049         * varobj.c (varobj_update): Free temporary vectors.
2050
2051 2007-02-28  Ulrich Weigand  <uweigand@de.ibm.com>
2052
2053         * config/powerpc/linux.mt (DEPRECATED_TM_FILE): Set to tm-ppc-eabi.h.
2054         * config/powerpc/tm-linux.h: Delete file.
2055         * config/powerpc/tm-ppc-eabi.h: Do not include "rs6000/tm-rs6000.h".
2056         (PROCESS_LINENUMBER_HOOK): Do not undefine.
2057         (TEXT_SEGMENT_BASE): Do not redefine.
2058         * config/rs6000/nm-rs6000.h (CHILD_SPECIAL_WAITSTATUS): Move here
2059         from config/rs6000/tm-rs6000.h.
2060         (TARGET_CREATE_INFERIOR_HOOK, rs6000_create_inferior): Likewise.
2061         * config/rs6000/tm-rs6000.h (struct frame_info): Remove declaration.
2062         (TEXT_SEGMENT_BASE): Remove.
2063         (IN_SOLIB_RETURN_TRAMPOLINE): Remove.
2064         (rs6000_in_solib_return_trampoline): Remove.
2065         (SKIP_TRAMPOLINE_CODE): Remove.
2066         (rs6000_skip_trampoline_code): Remove.
2067         (CHILD_SPECIAL_WAITSTATUS): Move to config/rs6000/nm-rs6000.h.
2068         (TARGET_CREATE_INFERIOR_HOOK, rs6000_create_inferior): Likewise.
2069         (FP0_REGNUM): Remove.
2070         (rs6000_find_toc_address_hook): Move to rs6000-tdep.h.
2071         (rs6000_set_host_arch_hook): Remove.
2072         * Makefile.in (rs6000-nat.o): Add dependency on $(rs6000_tdep_h).
2073         (rs6000-aix-tdep.o): Add dependency on $(ppc_tdep_h).
2074         * ppc-tdep.h (struct gdbarch_tdep): Add field text_segment_base.
2075         * rs6000-aix-tdep.c: Include "ppc-tdep.h".
2076         (rs6000_aix_init_osabi): Set text_segment_base tdep field.
2077         * rs6000-nat.c: Include "rs6000-tdep.h".
2078         (exec_one_dummy_insn): Replace TEXT_SEGMENT_BASE by tdep field.
2079         (set_host_arch): Rename to ...
2080         (rs6000_create_inferior): ... this.  Make public.
2081         (_initialize_core_rs6000): Do not set rs6000_set_host_arch_hook.
2082         * rs6000-tdep.c (rs6000_set_host_arch_hook): Remove.
2083         (rs6000_create_inferior): Remove.
2084         (branch_dest): Replace TEXT_SEGMENT_BASE by tdep field.
2085         (rs6000_gdbarch_init): Call set_gdbarch_fp0_regnum,
2086         set_gdbarch_in_solib_return_trampoline, and
2087         set_gdbarch_skip_trampoline_code.
2088         * rs6000-tdep.h (rs6000_find_toc_address_hook): Move here
2089         from config/rs6000/tm-rs6000.h.
2090
2091 2007-02-27  Joel Brobecker  <brobecker@adacore.com>
2092
2093         * buildsym.c (record_producer): Do nothing if no producer is provided.
2094
2095 2007-02-27  Nick Roberts  <nickrob@snap.net.nz>
2096
2097         * varobj.c (varobj_update): Remove unused local.  Use gdb_assert
2098         to check changelist is non-NULL.  Call error if the frontend tries
2099         to update a non-root variable.
2100
2101         * varobj.h (enum varobj_update_error): Delete WRONG_PARAM value.
2102
2103 2007-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
2104
2105         * dwarf2-frame.c (dwarf2_frame_cache, dwarf2_frame_this_id)
2106         (dwarf2_frame_sniffer): Update.
2107         (dwarf2_signal_frame_this_id): New function.
2108         (dwarf2_signal_frame_unwind): Use it.
2109         (dwarf2_frame_base_sniffer): Use frame_unwind_address_in_block.
2110         * frame.c (frame_func_unwind): Add this_type argument.
2111         (get_frame_func): Update.
2112         (frame_unwind_address_in_block): Add this_type argument and check it.
2113         Fix a typo.
2114         (get_frame_address_in_block): Update.
2115         * frame.h (enum frame_type): Move higher in the file.
2116         (frame_unwind_address_in_block, frame_func_unwind): Add enum frame_type
2117         argument.
2118
2119         * alpha-mdebug-tdep.c, alpha-tdep.c, amd64-tdep.c, amd64obsd-tdep.c,
2120         arm-tdep.c, avr-tdep.c, cris-tdep.c, frv-tdep.c, h8300-tdep.c,
2121         hppa-tdep.c, i386-tdep.c, i386obsd-tdep.c, ia64-tdep.c,
2122         libunwind-frame.c, m32c-tdep.c, m32r-linux-tdep.c, m32r-tdep.c,
2123         m68hc11-tdep.c, m68k-tdep.c, m88k-tdep.c, mips-mdebug-tdep.c,
2124         mips-tdep.c, mn10300-tdep.c, mt-tdep.c, rs6000-tdep.c, s390-tdep.c,
2125         score-tdep.c, sh-tdep.c, sh64-tdep.c, sparc-tdep.c,
2126         sparc64obsd-tdep.c, spu-tdep.c, v850-tdep.c, vax-tdep.c,
2127         xstormy16-tdep.c, xtensa-tdep.c: Update calls to
2128         frame_func_unwind and frame_unwind_address_in_block to specify
2129         the frame type.  Use frame_unwind_address_in_block instead of
2130         frame_pc_unwind in sniffers.
2131
2132 2007-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
2133
2134         * frame.c (deprecated_selected_frame): Rename to...
2135         (selected_frame): ...this.  Make static.
2136         (get_selected_frame, select_frame): Update.
2137         * frame.h (deprected_select_frame): Delete.
2138         (deprecated_safe_get_selected_frame): Update comments.
2139
2140         * breakpoint.c, cli/cli-cmds.c, f-valprint.c, infcmd.c, inflow.c,
2141         infrun.c, stack.c, tui/tui-disasm.c, tui/tui-source.c,
2142         tui/tui-winsource.c, valops.c, varobj.c, findvar.c, macroscope.c,
2143         parse.c, regcache.h, sh64-tdep.c, tui/tui-hooks.c, tui/tui-win.c,
2144         tui/tui.c: Replace references to deprecated_selected_frame.
2145
2146 2007-02-27  Fred Fish  <fnf@specifix.com>
2147
2148         * rs6000-tdep.c (skip_prologue): Recognize addi instructions that 
2149         directly decrement the stack pointer, accumulate their operand into 
2150         the stack offset, and mark the function as not being frameless.
2151
2152 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
2153
2154         * arch-utils.c (selected_byte_order): New.
2155         * arch-utils.h (selected_byte_order): New prototype.
2156         * remote-sim.c (gdbsim_open): Use selected_byte_order.
2157
2158 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
2159
2160         * symfile.c (place_section): Check SEC_ALLOC.  Do not check VMA.
2161         (default_symfile_offsets): Check VMA here.  Update section VMAs.
2162
2163 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
2164
2165         * remote.c (init_remote_state): Add special handling for placeholder
2166         registers.
2167
2168 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
2169
2170         * Makefile.in (XMLFILES): Include $(TDEP_XML).
2171         (filenames_h): New variable.
2172         (clean): Clean up xml-builtin.c and stamp-xml.
2173         (arm-linux-nat.o): Update.
2174         * config/arm/linux.mh (TDEP_XML): Define.
2175         * arm-linux-nat.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
2176         (arm_linux_has_wmmx_registers): New.
2177         (GET_THREAD_ID): Fix typo.
2178         (IWMMXT_REGS_SIZE): Define.
2179         (fetch_wmmx_regs, store_wmmx_regs): New.
2180         (arm_linux_fetch_inferior_registers): Use fetch_wmmx_regs.
2181         (arm_linux_store_inferior_registers): Use store_wmmx_regs.
2182         (super_xfer_partial, arm_linux_xfer_partial): New.
2183         (_initialize_arm_linux_nat): Use them.
2184         * xml-support.c (fetch_xml_builtin): Move outside HAVE_LIBEXPAT.
2185         (xml_builtin_xfer_partial): New function.
2186         * xml-support.h (xml_builtin_xfer_partial): New prototype.
2187         * NEWS: Update mention of iWMMXt support.
2188
2189 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
2190
2191         * arm-tdep.c (arm_scan_prologue): Do not record FPA register saves
2192         if there are no FPA registers.
2193         (arm_dwarf_reg_to_regnum): New function.
2194         (arm_register_type, arm_register_name): Return minimal values for
2195         unsupported registers.
2196         (arm_register_sim_regno): Handle iWMMXt registers.
2197         (arm_gdbarch_init): Record missing FPA registers if indicated by
2198         a target description.  Recognize iWMMXt registers.  Only register
2199         "info float" for FPA.  Use ARM_NUM_REGS.  Register
2200         arm_dwarf_reg_to_regnum.
2201         * arm-tdep.h (enum gdb_regnum): Add ARM_NUM_REGS and iWMMXt
2202         constants.
2203         (struct gdbarch_tdep): Add have_fpa_registers.
2204         * features/xscale-iwmmxt.xml: Update capitalization.
2205         * regformats/arm-with-iwmmxt.dat: Regenerated.
2206
2207 2007-02-24  Kevin Buettner  <kevinb@redhat.com>
2208
2209         * NEWS (New targets): Add entry for the Toshiba Media Processor.
2210
2211 2007-02-23  Kevin Buettner  <kevinb@redhat.com>
2212
2213         * MAINTAINERS (mep): New target.
2214
2215 2007-02-23  Kevin Buettner  <kevinb@redhat.com>
2216
2217         From Jim Blandy, Dave Brolley, Kevin Buettner, Don Howard, and
2218         Richard Sandiford:
2219         * Makefile.in (elf_mep_h, mep_desc_h, mep_opc_h): New variables.
2220         (mep-tdep.o): New rule.
2221         * configure.tgt (mep-*-*): New target.
2222         * mep-tdep.c: New file.
2223         * config/mep/mep.mt: New file.
2224
2225 2007-02-22  Markus Deuling  <deuling@de.ibm.com>
2226
2227         * infrun.c (inferior_stop_reason, print_stop_reason): Remove
2228         BREAKPOINT_HIT and STOP_UNKNOWN.
2229
2230 2007-02-22  Markus Deuling  <deuling@de.ibm.com>
2231
2232         * valops.c (value_ind): Fix unary * handling of TYPE_CODE_INT. 
2233
2234 2007-02-20  Joel Brobecker  <brobecker@adacore.com>
2235
2236         * gdb_expat.h (XMLCALL): Define if not already defined.
2237
2238 2007-02-20  Andreas Schwab  <schwab@suse.de>
2239
2240         * Makefile.in (symfile.o): Update dependencies.
2241
2242 2007-02-20  Daniel Jacobowitz  <dan@codesourcery.com>
2243
2244         * MAINTAINERS: Disable -Werror for cris simulator.  Build
2245         sparc64-solaris2.10 instead of the broken sparc-elf.
2246         * solib-frv.c: Include "solib.h".
2247         * Makefile.in (solib-frv.o): Update.
2248         * mt-tdep.c (mt_gdbarch_init): Correct typo in floatformats patch.
2249         * xtensa-tdep.c (xtensa_regset_from_core_section): Cast size_t to int.
2250         (xtensa_frame_this_id, xtensa_frame_prev_register)
2251         (xtensa_push_dummy_call): Use %p.
2252
2253 2007-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
2254
2255         * avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
2256         ia64-tdep.c, m68k-tdep.c, mips-linux-tdep.c, ppcobsd-tdep.c,
2257         sparc-linux-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
2258         * Makefile.in (avr-tdep.o, hppabsd-tdep.o, hppa-tdep.o, i386-tdep.o)
2259         (ia64-tdep.o, m68k-tdep.o, mips-linux-tdep.o, ppcobsd-tdep.o)
2260         (sparc-linux-tdep.o): Update.
2261
2262 2007-02-15  Maxim Grigoriev  <maxim2405@gmail.com>
2263
2264         * xtensa-tdep.h (xtensa_reg_mask_t): New.
2265         (xtensa_mask_t): Change mask field to be a separate array.
2266         * xtensa-tdep.c (extract_call_winsize, xtensa_pseudo_register_read)
2267         (xtensa_pseudo_register_write, xtensa_unwind_pc)
2268         (xtensa_unwind_dummy_id, xtensa_push_dummy_call)
2269         (xtensa_breakpoint_from_pc): Remove implicit type casting.
2270         * xtensa-config.c (mask0, mask1, mask2, mask3, mask4, mask5)
2271         (mask6, mask7, mask8, mask9, mask10, mask11, mask12, mask13)
2272         (mask14, mask15): Rename to
2273         (xtensa_mask0, xtensa_mask1, xtensa_mask2, xtensa_mask3)
2274         (xtensa_mask4, xtensa_mask5, xtensa_mask6, xtensa_mask7)
2275         (xtensa_mask8, xtensa_mask9, xtensa_mask10, xtensa_mask11)
2276         (xtensa_mask12, xtensa_mask13, xtensa_mask14, xtensa_mask15): this.
2277         (xtensa_submask0, xtensa_submask1, xtensa_submask2, xtensa_submask3)
2278         (xtensa_submask4, xtensa_submask5, xtensa_submask6, xtensa_submask7)
2279         (xtensa_submask8, xtensa_submask9, xtensa_submask10)
2280         (xtensa_submask11, xtensa_submask12, xtensa_submask13)
2281         (xtensa_submask14, xtensa_submask15): New.
2282         (rmap): Follow strict aliasing rules doing static initialization.
2283
2284 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2285
2286         * target-descriptions.c (tdesc_named_type): Move code_ptr and data_ptr
2287         handling from here...
2288         (tdesc_register_type): ...to here.
2289         * xml-tdesc.c (tdesc_start_reg): Allow code_ptr and data_ptr.
2290         * features/arm-core.xml: Use code_ptr and data_ptr.
2291
2292 2007-02-13  Denis Pilat  <denis.pilat@st.com>
2293
2294         * varobj.h (enum varobj_update_error): New enum.
2295         * varobj.c (struct varobj_root): Add is_valid member.
2296         (varobj_get_type): Check for invalid varobj.
2297         (varobj_get_attributes): Likewise.
2298         (variable_editable):Likewise.
2299         (varobj_update): Likewise.  Use varobj_update_error.
2300         (new_root_variable): Set root varobj as valid by default.
2301         (varobj_invalidate): New function.
2302         * symfile.c (clear_symtab_users): Use varobj_invalidate.
2303         * mi/mi-cmd-var.c (varobj_update_one): Change return type to void.
2304         Use varobj_update_error.
2305
2306 2007-02-12  Pierre Muller  <muller@ics.u-strasbg.fr>
2307
2308         Fix PR pascal/2223.
2309         * dwarfread.c (set_cu_language): Recognize DW_LANG_Pascal83 as
2310         Pascal language marker.
2311         * dwarf2read.c (set_cu_language): Likewise.
2312
2313 2007-02-12  Corinna Vinschen  <vinschen@redhat.com>
2314
2315         * win32-nat.c (win32_wait): Reset terminal pgrp to GDB.
2316         (do_initial_win32_stuff): Call terminal_init_inferior_with_pgrp
2317         instead of target_terminal_init since inferior_ptid isn't set yet.
2318
2319 2007-02-10  Pedro Alves  <pedro_alves@portugalmail.pt>
2320
2321         * MAINTAINERS (Write After Approval): Add myself.
2322
2323 2007-02-09  Fred Fish  <fnf@specifix.com>
2324
2325         Based on work by Apple Computer, Inc.
2326         * event-top.c (async_request_quit): Call quit() whenever either
2327         quit_flag is set or immediate_quit is set.
2328
2329 2007-02-09  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2330
2331         * ada-lang.c (remove_out_of_scope_renamings): Change third parameter's
2332         type to a pointer to const struct block.
2333         (ada_lookup_symbol_list): Don't cast away constness when calling
2334         remove_out_of_scope_renamings.
2335
2336 2007-02-09  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2337
2338         * linux-nat.c (linux_nat_find_memory_regions): Don't check the
2339         address of 'filename'; it is always non null.
2340
2341 2007-02-09  Joel Brobecker  <brobecker@adacore.com>
2342
2343         * exec.c (add_to_section_table): Do not discard empty sections.
2344
2345 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
2346
2347         * features/Makefile, features/arm-with-iwmmxt.xml,
2348         features/gdbserver-regs.xsl, features/number-regs.xsl,
2349         features/sort-regs.xsl, features/xscale-iwmmxt.xml: New files.
2350         * regformats/arm-with-iwmmxt.dat: Generate.
2351         * NEWS: Mention iWMMXt.
2352
2353 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
2354
2355         * Makefile.in (arm-tdep.o, eval.o, target-descriptions.o)
2356         (xml-tdesc.o): Update.
2357         * xml-support.c: Add a comment.
2358         (gdb_xml_enums_boolean): New variable.
2359         (gdb_xml_parse_attr_enum): Use strcasecmp.
2360         * xml-support.h (gdb_xml_enums_boolean): Declare.
2361         * xml-tdesc.c (struct tdesc_parsing_data): Record current_feature,
2362         next_regnum, and current_union.
2363         (tdesc_start_feature, tdesc_start_reg, tdesc_start_union)
2364         (tdesc_end_union, tdesc_start_field, tdesc_start_vector)
2365         (field_attributes, union_children, reg_attributes, union_attributes)
2366         (vector_attributes, feature_attributes, feature_children): New.
2367         (target_children): Make static.  Add <feature>.
2368         (tdesc_elements): Make static.
2369         * target-descriptions.c (struct tdesc_reg, tdesc_reg_p, type_p)
2370         (struct tdesc_feature, tdesc_feature_p): New types.
2371         (struct target_desc): Add features member.
2372         (struct tdesc_arch_data, tdesc_data): New.
2373         (target_find_description): Clarify error message.  Warn about
2374         ignored register descriptions.
2375         (tdesc_has_registers, tdesc_find_feature, tdesc_feature_name)
2376         (tdesc_named_type, tdesc_data_init, tdesc_data_alloc)
2377         (tdesc_data_cleanup, tdesc_numbered_register)
2378         (tdesc_numbered_register_choices, tdesc_find_register)
2379         (tdesc_register_name, tdesc_register_type)
2380         (tdesc_remote_register_number, tdesc_register_reggroup_p)
2381         (set_tdesc_pseudo_register_name, set_tdesc_pseudo_register_type)
2382         (set_tdesc_pseudo_register_reggroup_p, tdesc_use_registers)
2383         (tdesc_free_reg, tdesc_create_reg, tdesc_free_feature)
2384         (tdesc_create_feature, tdesc_record_type): New.
2385         (free_target_description): Free features.
2386         (_initialize_target_descriptions): Initialize tdesc_data.
2387         * arch-utils.c (default_remote_register_number): New.
2388         * arch-utils.h (default_remote_register_number): New prototype.
2389         * target-descriptions.h (set_tdesc_pseudo_register_name)
2390         (set_tdesc_pseudo_register_type, set_tdesc_pseudo_register_reggroup_p)
2391         (tdesc_use_registers, tdesc_data_alloc, tdesc_data_cleanup)
2392         (tdesc_numbered_register, tdesc_numbered_register_choices)
2393         (tdesc_has_registers, tdesc_find_feature, tdesc_feature_name)
2394         (tdesc_named_type, tdesc_create_feature, tdesc_record_type)
2395         (tdesc_create_reg): Declare.
2396         * gdbarch.sh (remote_register_number): New entry.
2397         * gdbarch.c, gdbarch.h: Regenerate.
2398         * remote.c (init_remote_state): Use gdbarch_remote_register_number.
2399         * features/gdb-target.dtd: Add feature, reg, vector, union, and field.
2400
2401         * arm-tdep.c (arm_register_aliases): New.
2402         (arm_register_name_strings): Rename to...
2403         (arm_register_names): ...this.  Make const.  Delete the old version.
2404         (current_option, arm_register_byte): Delete.
2405         (set_disassembly_style): Simplify.  Do not adjust arm_register_names.
2406         (value_of_arm_user_reg): New.
2407         (arm_gdbarch_init): Verify any described registers.  Call
2408         tdesc_use_registers.  Don't use arm_register_byte.  Create aliases
2409         for standard register names.
2410         (_initialize_arm_tdep): Do not adjust arm_register_names.
2411         * user-regs.c (struct user_reg): Add baton member.
2412         (append_user_reg, user_reg_add_builtin, user_regs_init)
2413         (user_reg_add, value_of_user_reg): Use a baton for user
2414         register functions.
2415         * std-regs.c: Update.
2416         * user-regs.h (user_reg_read_ftype, user_reg_add_builtin)
2417         (user_reg_add): Add baton argument.
2418         * NEWS: Mention target description register support.
2419         * features/arm-core.xml, features/arm-fpa.xml: New.
2420         * eval.c (evaluate_subexp_standard): Allow ptype $register
2421         when the program is not running.
2422
2423 2007-02-09  Nick Roberts  <nickrob@snap.net.nz>
2424
2425         * mi/mi-cmd-var.c (mi_cmd_var_create):  Add value field.
2426
2427 2007-02-08  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2428
2429         * rs6000-tdep.c (gdb_print_insn_powerpc): Set
2430         info->disassembler_options to "any".
2431
2432 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
2433
2434         * varobj.c (install_new_value): Only call value_get_print_value
2435         if changeable.
2436
2437 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
2438
2439         Reported by timeless@gmail.com:
2440         * gdb/target.c (target_flash_erase): Do not return void value.
2441         (target_flash_done): Likewise.
2442         * gdb/cli/cli-cmds.c (source_command): Likewise.
2443
2444 2007-02-08  Fred Fish  <fnf@specifix.com>
2445
2446         Based on work by Apple Computer, Inc.
2447         * event-top.c (handle_sigint): Set quit_flag.
2448         (async_request_quit): Don't set quit_flag.  Avoid calling quit()
2449         if quit_flag has already been reset.
2450
2451 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
2452
2453         * ser-mingw.c (pipe_windows_close): Move variable initialization back
2454         up.
2455
2456 2007-02-08  Fred Fish  <fnf@specifix.com>
2457
2458         * defs.h (request_quit): Remove declaration.
2459         * utils.c (request_quit): Remove definition.
2460
2461 2007-02-08  Joel Brobecker  <brobecker@gnat.com>
2462             Jan Kratochvil  <jan.kratochvil@redhat.com>
2463             Daniel Jacobowitz  <dan@codesourcery.com>
2464
2465         * rs6000-tdep.c (bl_to_blrl_insn_p): New function.
2466         (skip_prologue): Allow bl->blrl used by PIC code.
2467
2468 2007-02-08  Mark Kettenis  <kettenis@gnu.org>
2469             Daniel Jacobowitz  <dan@codesourcery.com>
2470
2471         * cp-valprint.c (cp_print_value_fields, cp_print_value): Always
2472         initialize tmp_obstack.
2473         * p-valprint.c (pascal_object_print_value_fields)
2474         (pascal_object_print_value): Likewise.
2475
2476 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
2477
2478         * features/feature_to_c.sh: Use %s to avoid problems with nawk.
2479
2480 2007-02-08  Mark Kettenis  <kettenis@gnu.org>
2481
2482         * sparcnbsd-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
2483         * Makefile.in (sparcnbsd-tdep.o): Update dependencies.
2484
2485 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
2486
2487         * xml-tdesc.c (struct tdesc_xml_cache, tdesc_xml_cache_s)
2488         (xml_cache): New.
2489         (tdesc_parse_xml): Cache expanded descriptions.
2490
2491 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
2492
2493         * Makefile.in (XMLFILES): New.
2494         (COMMON_OBS): Add xml-builtin.o.
2495         (xml-builtin.c, stamp-xml): New rules.
2496         (xml-tdesc.o): Update.
2497         * features/feature_to_c.sh: New file.
2498         * xml-support.c (MAX_XINCLUDE_DEPTH): Define.
2499         (struct gdb_xml_parser): Add dtd_name and is_xinclude.
2500         (gdb_xml_start_element): Initialize scope after possibly reallocating
2501         scopes.  Move cleanup later.  Handle the XInclude description
2502         specially.
2503         (gdb_xml_end_element): Only parse the body if there is a current element.
2504         Call XML_DefaultCurrent if there is no element.
2505         (gdb_xml_fetch_external_entity, gdb_xml_use_dtd): New.
2506         (struct xinclude_parsing_data, xinclude_start_include)
2507         (xinclude_end_include, xml_xinclude_default)
2508         (xml_xinclude_start_doctype, xml_xinclude_end_doctype)
2509         (xml_xinclude_xml_decl, xml_xinclude_cleanup, xinclude_attributes)
2510         (xinclude_elements, xml_process_xincludes, fetch_xml_builtin): New.
2511         * xml-support.h (xml_fetch_another, xml_process_xincludes)
2512         (fetch_xml_builtin, xml_builtin, gdb_xml_use_dtd): New declarations.
2513         * xml-tdesc.c (tdesc_parse_xml): Add fetcher_baton argument.  Expand
2514         XInclude directives.  Use the compiled in DTD.
2515         (fetch_xml_from_file): Add baton argument.  Treat it as a containing
2516         directory name.  Do not warn here.
2517         (file_read_description_xml): Update call.  Warn here instead.  Pass
2518         a dirname as baton.
2519         (fetch_available_features_from_target): New.
2520         (target_read_description_xml): Use it.
2521         * features/gdb-target.dtd: Add copyright notice.  Use xinclude.dtd
2522         to handle XInclude.
2523         * features/xinclude.dtd: New file.
2524
2525 2007-02-05  Daniel Jacobowitz  <dan@codesourcery.com>
2526
2527         * linux-thread-db.c (check_for_thread_db): Return early if we have
2528         no libthread_db support.
2529
2530 2007-02-05  Daniel Jacobowitz  <dan@codesourcery.com>
2531
2532         * mi/mi-parse.h: Include <sys/time.h>.
2533
2534 2007-02-05  Nick Roberts  <nickrob@snap.net.nz>
2535
2536         * mi/mi-cmd-stack.c (list_args_or_locals): Use common_val_print
2537         instead of print_variable_value to print values.
2538
2539 2007-02-03  Nick Roberts  <nickrob@snap.net.nz>
2540
2541         * mi/mi-main.c: Numerous formatting changes.
2542         (mi_cmd_data_write_register_values): Replace clause inadvertantly
2543         removed in my previous change.
2544
2545 2007-02-03   Eli Zaretskii  <eliz@gnu.org>
2546
2547         * mi/mi-main.c (mi_load_progress, timestamp, print_diff_now):
2548         Use 1000000L instead of 1000000.
2549
2550 2007-02-03  Nick Roberts  <nickrob@snap.net.nz>
2551
2552             Based on work by Apple Computer, Inc.
2553
2554         * configure.ac: Test for sys/resource.h and getrusage.
2555         * configure, config.in: Regenerate.
2556
2557         * mi/mi-main.c: Include <sys/resource.h> if present.
2558         (rusage): Declare if HAVE_GETRUSAGE.
2559         (current_command_ts, do_timings): New static variables.
2560         (timestamp, print_diff_now, print_diff, timeval_diff):
2561         New static timing functions.
2562         (mi_cmd_enable_timings): New function for new MI command.
2563         (captured_mi_execute_command, mi_execute_async_cli_command): 
2564         Call timing functions.
2565
2566         * mi/mi-cmds.c (mi_cmds): Add entry for new MI command
2567         -enable-timings.
2568
2569         * mi/mi-cmds.h (mi_cmd_enable_timings): New extern.
2570
2571         * mi/mi-parse.h: (mi_timestamp): New structure.
2572         (mi_parse): Add mi_timestamp* member.
2573
2574 2007-02-02  Denis Pilat  <denis.pilat@st.com>
2575
2576         * thread.c (make_cleanup_restore_current_thread): New function.
2577         (info_threads_command): Use of make_cleanup_restore_current_thread
2578         to restore the current thread and the selected frame.
2579         (restore_selected_frame): New function.
2580         (struct current_thread_cleanup): Add frame_id field.
2581         (do_restore_current_thread_cleanup): Add restoring of the selected
2582         frame.
2583         (make_cleanup_restore_current_thread): Likewise.
2584         (thread_apply_all_command): backup the selected frame while 
2585         entering the function and restore it at exit.
2586         (thread_apply_command): Likewise.
2587
2588 2007-02-02  Denis Pilat  <denis.pilat@st.com>
2589
2590         * MAINTAINERS (Write After Approval): Add myself to the list.
2591
2592 2007-02-01  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2593
2594         * gdb/remote-m32r.sdi.c (m32r_fetch_register): Change PWD mask.
2595         (m32r_store_register): Ditto.
2596
2597 2007-01-30  Vladimir Prus  <vladimir@codesourcery.com>
2598
2599         * ser-mingw.c (pipe_windows_open)
2600         (pipe_windows_read, pipe_windows_write): Declare
2601         variables at the top of the function.
2602
2603 2007-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
2604
2605         * doublest.c (floatformat_from_length): Use the right element from
2606         gdbarch floatformats.
2607         (floatformat_from_type, extract_typed_floating)
2608         (store_typed_floating): Likewise.
2609         * doublest.h: Remove declarations for undefined floatformat arrays.
2610         * gdbarch.sh (float_format, double_format, long_double_format): Change
2611         to pairs.
2612         (pformat): Update for pairs.
2613         * gdbarch.c, gdbarch.h: Regenerated.
2614         * gdbtypes.c (floatformats_ieee_single, floatformats_ieee_double)
2615         (floatformats_ieee_double_littlebyte_bigword)
2616         (floatformats_i387_ext, floatformats_m68881_ext, floatformats_arm_ext)
2617         (floatformats_ia64_spill, floatformats_ia64_quad, floatformats_vax_f)
2618         (floatformats_vax_d): New variables.
2619         (builtin_type_ieee_single, builtin_type_ieee_double)
2620         (builtin_type_arm_ext, builtin_type_ia64_spill)
2621         (builtin_type_ia64_quad): Replace arrays with individual types.
2622         (builtin_type_ieee_single_big, builtin_type_ieee_single_little)
2623         (builtin_type_ieee_double_big, builtin_type_ieee_double_little)
2624         (builtin_type_ieee_double_littlebyte_bigword, builtin_type_i960_ext)
2625         (builtin_type_m88110_ext, builtin_type_m88110_harris_ext)
2626         (builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword)
2627         (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
2628         (builtin_type_ia64_quad_big, builtin_type_ia64_quad_little): Delete
2629         unused and endian-specific types.
2630         (recursive_dump_type): Update for floatformat pairs.
2631         (build_flt): Move higher.  Handle bit == -1.  Take a floatformat pair.
2632         (build_gdbtypes): Use build_flt.
2633         (_initialize_gdbtypes): Update set of initialized types.
2634         * gdbtypes.h: Update declarations to match gdbtypes.c.
2635         (struct main_type): Store a pointer to two floatformats.
2636         * arch-utils.c (default_float_format, default_double_format): Delete.
2637         * arch-utils.h (default_float_format, default_double_format): Delete.
2638
2639         * arm-tdep.c, avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
2640         ia64-tdep.c,  iq2000-tdep.c, m68k-tdep.c, m88k-tdep.c,
2641         mips-linux-tdep.c, mips-tdep.c, mt-tdep.c, ppcobsd-tdep.c,
2642         sparc-linux-tdep.c, sparc-tdep.c, sparcnbsd-tdep.c, spu-tdep.c,
2643         vax-tdep.c, alpha-tdep.c, ppc-sysv-tdep.c: Update.
2644
2645 2007-01-29  Joel Brobecker  <brobecker@adacore.com>
2646
2647         * target.c (maintenance_print_target_stack): New function.
2648         (initialize_targets): Add new "maintenance print target-stack"
2649         command.
2650
2651 2007-01-28  Mark Kettenis  <kettenis@gnu.org>
2652
2653         * dwarf2read.c (new_symbol): Handle DW_AT_decl_file being zero.
2654
2655 2007-01-27  Daniel Jacobowitz  <dan@codesourcery.com>
2656
2657         * dwarf2loc.h (struct dwarf2_locexpr_baton): Change size to a long.
2658         (struct dwarf2_loclist_baton): Likewise.
2659
2660 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
2661
2662         * cli/cli-script.c: Include breakpoint.h.
2663         (build_command_line): Require arguments only for if and while
2664         commands.
2665         (get_command_line, execute_user_command, execute_control_command):
2666         Fix wording of warning messages.
2667         (print_command_lines): Print breakpoint commands.
2668         (execute_control_command): Call commands_from_control_command to
2669         handle the `commands' command inside a body of a flow-control
2670         command.
2671         (read_next_line): Recognize the `commands' command and build a
2672         command line structure for it.
2673         (recurse_read_control_structure, read_command_lines): Handle
2674         `commands' similarly to `if' and `while'.
2675
2676         * breakpoint.c (get_number_trailer): Document the special meaning
2677         of NULL as the first argument PP.
2678         (commands_from_control_command): New function.
2679
2680         * breakpoint.h (commands_from_control_command): Add prototype.
2681
2682         * defs.h (commands_control): New enumerated value for enum
2683         command_control_type.
2684
2685 2007-01-26  Joel Brobecker  <brobecker@adacore.com>
2686
2687         * ada-lang.c (ada_exception_breakpoint_ops): Fix typo in function name.
2688         (ada_exception_sal): Update accordingly.
2689
2690 2007-01-26  Jan Kratochvil <jan.kratochvil@redhat.com>
2691
2692         * c-valprint.c (c_val_print): Require strings to be of no-signed CHARs.
2693         * NEWS: Describe CHAR array vs. string identifcation rules.
2694
2695 2007-01-25  Paul Brook  <paul@codesourcery.com>
2696
2697         * arm-tdep.c (arm_get_next_pc): Fix bitfield off-by-one error.
2698
2699 2007-01-24  Jim Blandy  <jimb@codesourcery.com>
2700
2701         * dwarf2loc.c (dwarf2_evaluate_loc_desc): When the location
2702         expression is empty, bother to return the 'optimized out' value we
2703         construct.  (Thanks to Carl Burch.)
2704
2705 2007-01-24  Vladimir Prus  <vladimir@codesourcery.com>
2706
2707         * varobj.c (c_value_of_root, c_value_of_child)
2708         (cplus_describe_child): Don't call release_value.
2709
2710 2007-01-24  Thiemo Seufer  <ths@mips.com>
2711
2712         * mips-linux-tdep.c (mips_linux_n64_rt_sigframe): Fix struct
2713         initialization.
2714
2715 2007-01-24  Vladimir Prus  <vladimir@codesourcery.com>
2716
2717         Refactor getting children name, value and type access 
2718         for varobjs in C++.
2719         * varobj.c (get_type_deref): Remove.
2720         (adjust_value_for_child_access): New.
2721         (c_number_of_children): Use the above.
2722         (c_describe_child): Likewise.
2723         (enum accessibility): New.
2724         (match_accessibility): New function.
2725         (cplus_describe_child): New function.
2726         (cplus_name_of_child, cplus_value_of_child)
2727         (cplus_type_of_child): Reimplement in terms
2728         of cplus_describe_child.
2729         (cplus_number_of_children): Use 
2730         adjust_value_for_child_access.
2731         
2732 2007-01-24  Vladimir Prus  <vladimir@codesourcery.com>
2733
2734         Fix computation of the 'editable' attribute and
2735         value changeability for for references.
2736         * varobj.c (get_value_type): New function.
2737         (c_variable_editable): Use get_value_type.
2738         (varobj_value_is_changeable): Likewise.
2739                 
2740 2007-01-24  Joel Brobecker  <brobecker@adacore.com>
2741
2742         * source.c (find_and_open_source): Try rewriting the source
2743         path inside filename if dirname is NULL.
2744
2745 2007-01-24  Joel Brobecker  <brobecker@adacore.com>
2746
2747         * dwarf2read.c (add_partial_symbol): Create an extra partial
2748         symbol in the VAR_DOMAIN for Ada structures, unions or enums.
2749         (new_symbol): Likewise for symbols.
2750
2751 2007-01-24  Nick Roberts  <nickrob@snap.net.nz>
2752
2753         * mi/mi-main.c (mi_cmd_execute): Call free_all_values.
2754
2755 2007-01-23  Vladimir Prus  <vladimir@codesourcery.com>
2756         
2757         * value.c (value_primitive_field): Copy the full 'location' 
2758         contents, instead of assuming that copying ADDRESS will 
2759         bring over everything in the union.  Remove obsolete comment.
2760         
2761 2007-01-23  Masaki Muranaka  <monaka@monami-software.com>
2762
2763         * m32c-tdep.c (make_regs, m32c_analyze_prologue)
2764         (m32c_skip_trampoline_code, m32c_m16c_address_to_pointer)
2765         (m32c_m16c_pointer_to_address): Separate code from declarations.
2766
2767 2007-01-23  Nick Hudson  <nick.hudson@dsl.pipex.com>
2768
2769         * target.c (update_current_target): Correct typo.
2770
2771 2007-01-22  Masaki Muranaka  <monaka@monami-software.com>
2772
2773         * xstormy16-tdep.c (xstormy16_skip_prologue): Separate code from a
2774         declaration.
2775
2776 2007-01-11  Andrew Cagney  <cagney@redhat.com>
2777             Daniel Jacobowitz  <dan@codesourcery.com>
2778             Jan Kratochvil  <jan.kratochvil@redhat.com>
2779
2780         * dwarf2-frame.c (execute_cfa_program): New support of
2781         `DW_CFA_GNU_negative_offset_extended'.
2782
2783 2007-01-21  Daniel Jacobowitz  <dan@codesourcery.com>
2784
2785         * NEWS: Mention flash support for "load" and new remote packets.
2786
2787 2007-01-21  Markus Deuling  <deuling@de.ibm.com>
2788
2789         * breakpoint.c (delete_command): Skip redundant loop iterations.
2790
2791 2007-01-21  Daniel Jacobowitz  <dan@codesourcery.com>
2792
2793         * gdbarch.sh (register_type): Update comment.
2794         * gdbarch.h: Regenerated.
2795         * arch-utils.c (generic_register_size): Call register_type.
2796         * ia64-tdep.c (ia64_extract_return_value): Likewise.
2797         * m32c-tdep.c (check_for_saved): Likewise.
2798         * mips-tdep.c (mips_print_register, print_gp_register_row)
2799         (mips_print_registers_info): Likewise.
2800         * sh-tdep.c (sh_pseudo_register_read, sh_pseudo_register_write):
2801         Likewise.
2802         * sh64-tdep.c (sh64_pseudo_register_read, sh64_pseudo_register_write)
2803         (sh64_do_register, sh64_print_register)
2804         (sh64_media_print_registers_info): Likewise.
2805         * tui/tui-regs.c (tui_register_format): Likewise.
2806
2807 2007-01-21  Daniel Jacobowitz  <dan@codesourcery.com>
2808
2809         * objfiles.h (ALL_PRIMARY_SYMTABS): Define.
2810
2811         * ada-lang.c (symtab_for_sym, ada_lookup_symbol_list)
2812         (ada_lookup_symbol): Use ALL_PRIMARY_SYMTABS.
2813         * cp-support.c (make_symbol_overload_list_qualified): Likewise.
2814         * symtab.c (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
2815         (basic_lookup_transparent_type, find_pc_sect_symtab, search_symbols)
2816         (make_symbol_completion_list): Likewise.
2817
2818 2007-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
2819             Daniel Jacobowitz  <dan@codesourcery.com>
2820
2821         * buildsym.c (end_symtab): Use preallocated symtab if available.
2822         Fill in SYMBOL_SYMTAB.
2823         * buildsym.h (struct subfile): Add symtab member.
2824         * dwarf2read.c (struct dwarf2_cu): Add line_header.
2825         (struct file_entry): Add symtab.
2826         (free_cu_line_header): New function.
2827         (read_file_scope): Use it.  Save line_header in the cu.  Process
2828         lines before DIEs.
2829         (add_file_name): Initialize new symtab member.
2830         (dwarf_decode_lines): Create symtabs for included files.
2831         (new_symbol): Set SYMBOL_SYMTAB.
2832         * symtab.c (lookup_symbol): Use SYMBOL_SYMTAB.
2833         (search_symbols): Likewise.
2834         * symtab.h (struct symbol): Add symtab member.
2835         (SYMBOL_SYMTAB): Define.
2836
2837 2007-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
2838
2839         * symfile.c (allocate_symtab): Remove INIT_EXTRA_SYMTAB_INFO.
2840
2841 2007-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
2842
2843         * arch-utils.c (show_endian): Correct reversed condition.
2844
2845 2007-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2846
2847         * MAINTAINERS (Write After Approval): Add myself.
2848
2849 2007-01-16  Daniel Jacobowitz  <dan@codesourcery.com>
2850             Vladimir Prus  <vladimir@codesourcery.com>
2851
2852         Fix 'selected frame' varobjs.
2853         * varobj.c (struct varobj): Remove the error field.
2854         (varobj_set_value): Don't check var->error.
2855         (install_new_value): Don't set var->error.
2856         (varobj_update): Always pass the new value
2857         of the root via install_new_value.
2858         (create_child): Don't set error field.
2859         (new_variable): Likewise.
2860         (c_value_of_root): Always reevaluate the value
2861         of selected frame varobjs in the selected frame.
2862         Don't call reinit_frame_cache.
2863
2864 2007-01-15  Joel Brobecker  <brobecker@adacore.com>
2865
2866         * source.c (_initialize_source): Improve the help text of
2867         the substitute-path commands.
2868
2869 2007-01-14  Mark Kettenis  <kettenis@gnu.org>
2870
2871         * frv-tdep.c (frv_gdbarch_init, frv_register_name)
2872         (frv_breakpoint_from_pc, frv_gdbarch_adjust_breakpoint_address)
2873         (frv_skip_prologue): Remove prototypes.
2874         (frv_adjust_breakpoint_address): Renamed from
2875         frv_gdbarch_adjust_breakpoint_address.
2876         (frv_gdbarch_init): Adjust.
2877
2878 2007-01-13  Mark Kettenis  <kettenis@gnu.org>
2879
2880         * gdbarch.sh (deprecated_extract_return_value)
2881         (deprecated_store_return_value): Remove.
2882         (extract_return_value, store_return_value): Remove default values.
2883         * gdbarch.c, gdbarch.h: Regenerate.
2884         * arch-utils.c, arch-utils.h (legacy_extract_return_value)
2885         (legacy_store_return_value): Remove.
2886         * regcache.c, regcache.h (deprecated_grub_regcache_for_registers):
2887         Remove.
2888
2889         * mi/mi-main.c: Remove obsolete comment.
2890
2891         * regcache.c, regcache.h (deprecated_register_bytes)
2892         (deprecated_read_register_bytes)
2893         (deprecated_write_register_bytes): Remove.
2894
2895         * frame.c (get_frame_register_bytes, put_frame_register_bytes):
2896         Don't forget to move destination pointer.
2897
2898 2007-01-01  Mark Kettenis  <kettenis@gnu.org>
2899
2900         * config/i386/nm-i386gnu.h (CHILD_PREPARE_TO_STORE): Remove.
2901
2902 2007-01-11  Ulrich Weigand  <uweigand@de.ibm.com>
2903
2904         * spu-tdep.c (spu_analyze_prologue): Fix erroneous backtrace
2905         past entry function with recent newlib.
2906
2907 2007-01-11  Vladimir Prus  <vladimir@codesourcery.com>
2908
2909         * gdb.texinfo (GDB/MI Variable Objects): Improve the 
2910         introduction.  Specify -var-update more exactly.
2911
2912 2007-01-11  Daniel Jacobowitz  <dan@codesourcery.com>
2913
2914         * frame.c (get_prev_frame_1): Check PC_REGNUM before using it.
2915
2916 2007-01-10  Jim Blandy  <jimb@codesourcery.com>
2917
2918         * MAINTAINERS (Global Maintainers): Ulrich Weigand has accepted
2919         the Global Maintainers' invitation to be a global maintainer.
2920
2921 2007-01-10  Daniel Jacobowitz  <dan@codesourcery.com>
2922
2923         * infrun.c (singlestep_pc): New variable.
2924         (resume): Set singlestep_pc.
2925         (context_switch): Add a debugging message.  Flush the frame cache.
2926         (handle_inferior_event): Add debugging messages.  Handle thread
2927         hops when a software single step has completed.  Let context_switch
2928         handle flushing the frame cache.
2929
2930 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
2931
2932         * NEWS: Mention target descriptions, "set tdesc filename",
2933         "unset tdesc filename", "show tdesc filename", and
2934         qXfer:features:read.
2935         * arch-utils.c (choose_architecture_for_target): New function.
2936         (gdbarch_info_fill): Call it.
2937         * target-descriptions.c (struct property): Make members non-const.
2938         (struct target_desc): Add arch member.
2939         (target_description_filename): New variable.
2940         (target_find_description): Try via XML first.
2941         (tdesc_architecture): New.
2942         (free_target_description, make_cleanup_free_target_description): New.
2943         (set_tdesc_property): Call xstrdup.
2944         (set_tdesc_architecture, tdesc_set_cmdlist, tdesc_show_cmdlist)
2945         (tdesc_unset_cmdlist, unset_tdesc_cmd, unset_tdesc_filename_cmd)
2946         (set_tdesc_cmd, show_tdesc_cmd, set_tdesc_filename_cmd)
2947         (show_tdesc_filename_cmd, _initialize_target_descriptions): New.
2948         * target-descriptions.h (tdesc_architecture)
2949         (make_cleanup_free_target_description, set_tdesc_architecture): New
2950         prototypes.
2951         * Makefile.in (SFILES): Add xml-tdesc.c.
2952         (COMMON_OBS): Add xml-tdesc.o.
2953         (target-descriptions.o): Update.
2954         (xml-tdesc.o): New rule.
2955         * xml-tdesc.c, xml-tdesc.h: New files.
2956         * remote.c (PACKET_qXfer_features): New enum.
2957         (remote_protocol_features): Add qXfer:features:read.
2958         (remote_xfer_partial): Handle TARGET_OBJECT_AVAILABLE_FEATURES.
2959         (_initialize_remote): Register qXfer:features:read.
2960         * target.h (enum target_object): Add TARGET_OBJECT_AVAILABLE_FEATURES.
2961         * features/gdb-target.dtd: New file.
2962
2963 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
2964
2965         * copyright.sh: Clarify error.
2966
2967 2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2968
2969         * symtab.c (matching_bfd_sections): Fix VMA matching for
2970         prelinked objects.
2971
2972 2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2973
2974         * minsyms.c (lookup_minimal_symbol_by_pc_section): Handle
2975         nested symbols.
2976
2977 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
2978
2979         Updated copyright notices for most files.
2980
2981 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
2982
2983         * copyright.sh (prunes): Add step-line.inp and step-line.c.
2984
2985 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
2986
2987         * configure.ac (DEBUGDIR_RELOCATABLE): Define for debugdir inside
2988         exec_prefix.
2989         (TARGET_SYSTEM_ROOT_RELOCATABLE): Allow for exec_prefix being
2990         '${prefix}'.
2991         * configure, config.in: Regenerate.
2992         * defs.h (debug_file_directory): Declare.
2993         * main.c (captured_main): Canonicalize gdb_sysroot.  Assume
2994         TARGET_SYSTEM_ROOT is defined.  Initialize debug_file_directory and
2995         relocate it if DEBUGDIR_RELOCATABLE.
2996         * symfile.c (debug_file_directory): Make non-static.
2997         (find_separate_debug_file): Look for debug info for SYSROOT/PATH
2998         in DEBUGDIR/PATH if DEBUGDIR is inside SYSROOT.
2999         (_initialize_symfile): Don't initialize debug_file_directory here.
3000
3001 2007-01-09  Jim Blandy  <jimb@codesourcery.com>
3002
3003         * score-tdep.c (score_push_dummy_call): Don't mix declarations and
3004         statements.
3005
3006 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
3007
3008         * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Use
3009         frame_unwind_register to recurse.
3010         * alpha-tdep.c (alpha_sigtramp_frame_prev_register): Likewise.
3011         (alpha_heuristic_frame_prev_register): Likewise.
3012         * h8300-tdep.c (h8300_frame_prev_register): Likewise.
3013         * m32c-tdep.c (m32c_prev_register): Likewise.
3014         * frame.c (frame_register_unwind_location): Remove FIXME.
3015
3016 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
3017             Eli Zaretskii  <eliz@gnu.org>
3018
3019         * copyright.sh: New file.
3020
3021 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
3022
3023         * configure.ac: Check for XML_StopParser.
3024         * xml-support.c (gdb_xml_body_text): Check for an error.
3025         (gdb_xml_start_element_wrapper): Conditionalize call to XML_StopParser.
3026         (gdb_xml_end_element_wrapper): Likewise.
3027         * config.in, configure: Regenerated.
3028
3029 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
3030
3031         * varobj.c (install_new_value): Always update print_value.
3032         (value_get_print_value): Immediately return NULL for missing
3033         values.
3034
3035 2007-01-08  Jim Blandy  <jimb@codesourcery.com>
3036
3037         * configure.ac: Tighten pattern for extracting value of
3038         DEPRECATED_TM_FILE from the target makefile fragment.
3039         * configure: Regenerated.
3040
3041 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
3042
3043         * linux-nat.c (struct simple_pid_list): Add status.
3044         (add_to_pid_list): Record the PID's status.
3045         (linux_record_stopped_pid): Likewise.  Make static.
3046         (pull_pid_from_list): Return the saved status.
3047         (linux_nat_handle_extended): Deleted.
3048         (linux_handle_extended_wait): Combine with linux_nat_handle_extended.
3049         Make static.  Handle non-SIGSTOP for a new thread's first signal.
3050         (flush_callback): Handle unexpected pending signals.
3051         (linux_nat_wait): Update calls to changed functions.
3052         * linux-nat.h (linux_record_stopped_pid, linux_handle_extended_wait):
3053         Remove prototypes for newly static functions.
3054
3055 2007-01-08  Ulrich Weigand  <uweigand@de.ibm.com>
3056
3057         * gdbarch.sh (value_from_register): New gdbarch function.
3058         * gdbarch.c, gdbarch.h: Regenerate.
3059         * findvar.c (default_value_from_register): New function.
3060         (value_from_register): Use gdbarch_value_from_register.
3061         * value.h (default_value_from_register): Declare.
3062         * spu-tdep.c (spu_convert_register_p, spu_register_to_value,
3063         spu_value_to_register): Remove.
3064         (spu_value_from_register): New function.
3065         (spu_gdbarch_init): Do not call set_gdbarch_convert_register_p,
3066         set_gdbarch_register_to_value, set_gdbarch_value_to_register.
3067         Call set_gdbarch_value_from_register.
3068         * s390-tdep.c (s390_convert_register_p, s390_register_to_value,
3069         s390_value_to_register): Remove.
3070         (s390_value_from_register): New function.
3071         (s390_gdbarch_init): Do not call set_gdbarch_convert_register_p,
3072         set_gdbarch_register_to_value, set_gdbarch_value_to_register.
3073         Call set_gdbarch_value_from_register.
3074
3075 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
3076
3077         * NEWS: Add "set sysroot" and "show sysroot".
3078         * solib.c (solib_absolute_prefix): Delete.  Replace
3079         all uses with gdb_sysroot.
3080         (_initialize_solib): Add "set sysroot" and "show sysroot".
3081         Make "solib-absolute-prefix" an alias to it.
3082
3083 2007-01-08  Ulrich Weigand  <uweigand@de.ibm.com>
3084
3085         * frame.c (get_frame_register_bytes): New function.
3086         (put_frame_register_bytes): Likewise.
3087         * frame.h (get_frame_register_bytes): Declare.
3088         (put_frame_register_bytes): Likewise.
3089         * findvar.c (value_from_register): Always construct lval_register
3090         values.  Use get_frame_register_bytes.
3091         * valops.c (value_assign): Use get_frame_register_bytes and
3092         put_frame_register_bytes.
3093
3094 2007-01-08  Jim Blandy  <jimb@codesourcery.com>
3095
3096         * MAINTAINERS: Update Stan Shebs' email address.
3097
3098 2007-01-07  Joel Brobecker  <brobecker@adacore.com>
3099
3100         * ada-lang.c (is_known_support_routine): Improve the implementation.
3101
3102 2007-01-06  Joel Brobecker  <brobecker@adacore.com>
3103
3104         * ada-lang.c: Add include of source.h.
3105         (is_known_support_routine): Improve the check verifying that the file
3106         associated to this frame exists.
3107         * Makefile.in (ada-lang.o): Add dependency on source.h.
3108
3109 2007-01-07  Jim Blandy  <jimb@codesourcery.com>
3110
3111         * ax-general.c (ax_const_l): Select proper opcode for the given
3112         value.
3113
3114 2007-01-05  Vladimir Prus  <vladimir@codesourcery.com>
3115
3116         * varobj.c (c_value_of_root): Don't select frame if variable
3117         object is out of scope.
3118
3119 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
3120
3121         * varobj.c (struct varobj): New member print_value.
3122         (install_new_value): Compare last printed value with current one
3123         instead of contents.
3124         (new_variable): Initialize var->print_value to NULL.
3125         (free_variable): Free var->print_value.
3126         (value_get_print_value): New function derived from
3127         c_value_of_variable.
3128         (c_value_of_variable): Use value_get_print_value.
3129
3130 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
3131
3132         * i386-tdep.c (i386_analyze_stack_align): Add comment.
3133
3134 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
3135
3136         * NEWS: Add entries for new catch commands.
3137
3138 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
3139
3140         * dwarf2read.c (partial_die_info): Add field has_byte_size.
3141         (add_partial_symbol): Correct identification of external references.
3142         (process_structure_scope): Likewise.
3143         (read_partial_die): Handle DW_AT_byte_size attribute.
3144
3145 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
3146
3147         * xml-support.c (gdb_xml_end_element): Remove wrong backslashes.
3148
3149 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
3150
3151         * varobj.c (get_type_deref): Fix variable objects for references to
3152         pointers.
3153
3154 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
3155
3156         * symtab.c (find_pc_sect_psymtab): Add comments.  Handle psymtabs
3157         with no symbols.
3158
3159 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
3160
3161         * memory-map.c (struct_memory_map_parsing_data): Remove most
3162         members.  Make property_name an array.
3163         (free_memory_map_parsing_data, memory_map_start_element)
3164         (memory_map_end_element, memory_map_character_data): Delete.
3165         (memory_map_start_memory, memory_map_end_memory)
3166         (memory_map_start_property, memory_map_end_property): New functions.
3167         (property_attributes, memory_children, memory_type_enum)
3168         (memory_attributes, memory_map_children, memory_map_elements): New.
3169         (parse_memory_map): Rewrite.
3170         * xml-support.c (debug_xml): New.
3171         (xml_get_required_attribute, xml_get_integer_attribute)
3172         (xml_get_enum_value, free_xml_parser, make_cleanup_free_xml_parser):
3173         Delete.
3174         (struct scope_level, struct gdb_xml_parser, gdb_xml_body_text)
3175         (gdb_xml_debug, gdb_xml_error, gdb_xml_values_cleanup)
3176         (gdb_xml_start_element, gdb_xml_start_element_wrapper)
3177         (gdb_xml_end_element, gdb_xml_end_element_wrapper, gdb_xml_cleanup)
3178         (gdb_xml_create_parser_and_cleanup, gdb_xml_parse)
3179         (gdb_xml_parse_ulongest, gdb_xml_parse_attr_ulongest)
3180         (gdb_xml_parse_attr_enum, show_debug_xml, _initialize_xml_support):
3181         New.
3182         * xml-support.h (struct gdb_xml_value, gdb_xml_attribute_handler)
3183         (enum gdb_xml_attribute_flag, struct gdb_xml_attribute)
3184         (enum gdb_xml_element_flag, struct gdb_xml_element)
3185         (gdb_xml_element_start_handler, gdb_xml_element_end_handler)
3186         (struct gdb_xml_enum): New.
3187         (gdb_xml_create_parser_and_cleanup, gdb_xml_parse, gdb_xml_debug)
3188         (gdb_xml_error, gdb_xml_parse_attr_ulongest)
3189         (gdb_xml_parse_attr_enum, gdb_xml_parse_ulongest): New prototypes.
3190         (xml_get_required_attribute, xml_get_integer_attribute)
3191         (xml_get_enum_value, make_cleanup_free_xml_parser): Delete prototypes.
3192         * Makefile.in (xml_support_h, xml-support.o): Update.
3193
3194 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
3195
3196         * Makefile.in (eval.o): Update dependencies.
3197         * eval.c: Include "ui-out.h" and "exceptions.h".
3198         (evaluate_subexp_standard): Use TRY_CATCH around value_of_variable.
3199         Use value_zero if an error occurs when avoiding side effects.
3200         * varobj.c (c_value_of_root): Initialize new_val.
3201
3202 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
3203
3204         * varobj.c (varobj_list_children): Stop if the number of children is
3205         unknown.
3206         (c_number_of_children):
3207
3208 2007-01-04  Mark Kettenis  <kettenis@gnu.org>
3209
3210         * alpha-tdep.c (alpha_register_name): Use ARRAY_SIZE.
3211         (alpha_read_insn, alpha_skip_prologue, alpha_heuristic_proc_start)
3212         (alpha_heuristic_frame_unwind_cache, alpha_next_pc)
3213         (alpha_gdbarch_init): Use ALPHA_INSN_SIZE, ALPHA_REGISTER_SIZE and
3214         sizeof, instead of hardcoded constants.
3215
3216 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
3217
3218         * CONTRIBUTE: Use sourceware.org.
3219
3220 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
3221
3222         * buildsym.c (start_subfile): Handle producer.
3223         (record_producer): New function.
3224         * buildsym.h (struct subfile): Include producer.
3225         (record_producer): New prototype.
3226         * dwarf2-frame.c (struct dwarf2_cie): Add version and augmentation.
3227         (struct dwarf2_frame_state): Add armcc_cfa_offsets_sf and
3228         armcc_cfa_offsets_reversed.
3229         (execute_cfa_program): Handle armcc_cfa_offsets_sf.
3230         (dwarf2_frame_find_quirks): New function.
3231         (dwarf2_frame_cache): Call it.  Handle armcc_cfa_offsets_reversed.
3232         (decode_frame_entry_1): Record the CIE version.  Record the
3233         augmentation.  Skip armcc augmentations.
3234         * dwarf2read.c (read_file_scope): Save the producer.
3235         * symtab.h (struct symtab): Rename unused version member to
3236         producer.
3237
3238 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
3239
3240         * configure.ac (build_warnings): Use -Wall and
3241         -Wdeclaration-after-statement.
3242         * configure: Regenerated.
3243
3244 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
3245
3246         Simplify access to variours properties of child
3247         variable objects in C.
3248         * varobj.c (value_struct_element_index): New function.
3249         (c_describe_child): New function.
3250         (c_name_of_child, c_value_of_child)
3251         (c_type_of_child): Rewrite to use c_describe_child.
3252
3253 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
3254
3255         gdb/
3256         * varobj.c: Include "vec.h". 
3257         (varobj_p): New typedef, declare vector of those.
3258         (struct varobj): Use vector for the 'children' member.
3259         (child_exists): Remove.
3260         (save_child_in_parent): Remove.
3261         (remove_child_from_parent): Remove.
3262         (struct varobj_child): Remove.
3263         (struct vstack): Remove.
3264         (vpush, vpop): Remove.
3265         (varobj_list_children): Adjust to work work vector.
3266         (varobj_update): Likewise. Use vectors for
3267         working stack and result.
3268         (delete_variable_1): Likewise.
3269         * Makefile.in (varobj.o): Update dependencies.
3270
3271 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
3272
3273         Port from Apple's version.
3274         gdb/
3275         * varobj.c (type_changeable): Rename to...
3276         (varobj_value_is_changeable_p): ...this. Adjust all callers.
3277         (is_root_p): New function. Use it everywhere.
3278
3279 2007-01-04  Jim Blandy  <jimb@codesourcery.com>
3280
3281         * glibc-tdep.c (glibc_skip_solib_resolver): Look for '_dl_fixup',
3282         then plain 'fixup'.
3283
3284 2007-01-04  Joel Brobecker  <brobecker@adacore.com>
3285
3286         * hpread.c (hpread_start_psymtab): Remove unnecessary extern.
3287
3288 2007-01-04  Joel Brobecker  <brobecker@adacore.com>
3289
3290         * hpread.c (hpread_type_lookup): Fix compilation failure.
3291
3292 2007-01-04  Qinwei  <qinwei@sunnorth.com.cn>
3293
3294         * NEWS: New port to S+core.
3295         * MAINTAINERS (Write After Approval, Responsible Maintainers):
3296         Add myself.
3297
3298         * Makefile.in: Add dependencies for S+core files.
3299         * configure.tgt (score*, score-*-*): Add S+core target.
3300         * config/score/embed.mt: New file.
3301         * score-tdep.c: New file.
3302         * score-tdep.h: New file.
3303
3304 2007-01-04  Joel Brobecker  <brobecker@adacore.com>
3305
3306         * ada-lang.c (ada_evaluate_subexp) [OP_TYPE]: Return a value with
3307         the appropriate type rather than a bogus void type.
3308
3309 2007-01-04  Joel Brobecker  <brobecker@adacore.com>
3310
3311         * ada-lang.h (ada_find_printable_frame): Remove.
3312         (ada_exception_catchpoint_p, ada_decode_exception_location)
3313         (ada_decode_assert_location): Add declaration.
3314         * ada-lang.c: Add include of annotate.h and valprint.h.
3315         (exception_catchpoint_kind): New enum.
3316         (function_name_from_pc, is_known_support_routine)
3317         (ada_find_printable_frame, ada_unhandled_exception_name_addr)
3318         (ada_exception_name_addr_1, ada_exception_name_addr)
3319         (print_it_exception, print_one_exception, print_mention_exception)
3320         (print_it_catch_exception, print_one_catch_exception)
3321         (print_mention_catch_exception, catch_exception_breakpoint_ops)
3322         (print_it_catch_exception_unhandled)
3323         (print_one_catch_exception_unhandled)
3324         (print_mention_catch_exception_unhandled, print_it_catch_assert)
3325         (print_one_catch_assert, print_mention_catch_assert)
3326         (ada_exception_catchpoint_p, error_breakpoint_runtime_sym_not_found)
3327         (ada_get_next_arg, catch_ada_exception_command_split)
3328         (ada_exception_sym_name, ada_exception_sym_name)
3329         (ada_exception_breakption_ops, ada_exception_catchpoint_cond_string)
3330         (ada_parse_catchpoint_condition, ada_exception_sal)
3331         (ada_decode_exception_location)
3332         (ada_decode_assert_location): New function.
3333         (catch_exception_unhandled_breakpoint_ops): New global variable.
3334         (catch_assert_breakpoint_ops): New global variable.
3335         * breakpoint.c: Add include of ada-lang.h.
3336         (print_one_breakpoint): Do not print the condition for Ada
3337         exception catchpoints.
3338         (create_ada_exception_breakpoint): New function.
3339         (catch_ada_exception_command, catch_assert_command): New function.
3340         (catch_command_1): Add support for the new "catch exception" and
3341         "catch assert" commands.
3342         (_initialize_breakpoint): Add help description for the new catch
3343         commands.
3344         * Makefile.in (ada-lang.o): Add dependency on annotate.h and
3345         valprint.h.
3346         (breakpoint.o): Add dependency on ada-lang.h.
3347
3348 2007-01-03  Pedro Alves  <pedro_alves@portugalmail.pt>
3349
3350         * coffread.c (cs_to_section): If bfd_section is found, always
3351         return its section index.
3352         (coff_symtab_read): Determine the minimal_symbol_type using the
3353         bfd_section flags.
3354
3355 2007-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3356             Daniel Jacobowitz  <dan@codesourcery.com>
3357
3358         * Makefile.in (top.o): Update.
3359         * top.c (gdb_readline_wrapper_done, gdb_readline_wrapper_result)
3360         (saved_after_char_processing_hook, gdb_readline_wrapper_line)
3361         (struct gdb_readline_wrapper_cleanup, gdb_readline_wrapper_cleanup):
3362         New.
3363         (gdb_readline_wrapper): Rewrite to use asynchronous readline.
3364
3365 2007-01-03  Mark Kettenis  <kettenis@gnu.org>
3366
3367         * arm-linux-tdep.c (arm_linux_extract_return_value): Remove.
3368         (arm_linux_init_abi): Don't set deprecated_extract_return_value.
3369
3370 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
3371
3372         * ada-lang.c (find_struct_field): Initialize *byte_offset_p.
3373         * breakpoint.c (do_enable_breakpoint): Ignore both mem_cnt and i.
3374         * c-typeprint.c (c_type_print_varspec_suffix): Don't test length
3375         greater than or equal to zero.
3376         * m2-typeprint.c (m2_array): Likewise.
3377         * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
3378         * gdbtypes.c (copy_type_recursive): Correct == typo.
3379         * i386-tdep.c (i386_skip_prologue): Remove stray semicolon.
3380         * linux-nat.c (linux_nat_info_proc_cmd): Don't compare a pointer
3381         greater than zero.
3382         * macroscope.c (sal_macro_scope): Don't name a local variable "main".
3383         (default_macro_scope): Remove unused variable.
3384         * prologue-value.h (pv_area_find_reg): Don't name an argument
3385         "register".
3386         * remote-fileio.c (remote_fio_func_map): Add missing braces.
3387         * remote.c (sigint_remote_twice_token, sigint_remote_token): Change
3388         type.
3389         (cleanup_sigint_signal_handler): Remove casts.
3390         * valprint.c (val_print): Use a volatile local for the modified
3391         argument.
3392         * varobj.c (languages): Remove extra array dimension.
3393         (varobj_create): Correct access to languages array.
3394         * mi/mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Add
3395         missing braces.
3396         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
3397         * mi/mi-cmd-env.c (mi_cmd_env_path, mi_cmd_env_dir): Likewise.
3398         * mi/mi-getopt.c (mi_valid_noargs): Likewise.
3399         * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
3400         (mi_cmd_data_write_memory): Likewise.
3401         * signals/signals.c (target_signal_to_string): Cast to int before
3402         comparing.
3403         * tui/tui-layout.c (init_and_make_win): Take and return a void *.
3404         Update all callers.
3405
3406 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
3407
3408         * NEWS: Mention pointer to member improvements.
3409         * Makefile.in (gnu-v3-abi.o): Delete special rule.
3410         (eval.o, gnu-v3-abi.o, ia64-tdep.o): Update.
3411         * ada-valprint.c (ada_print_scalar): Update for new type codes.
3412         * c-typeprint.c (c_print_type): Update for new type codes.
3413         (c_type_print_varspec_prefix, c_type_print_varspec_suffix)
3414         (c_type_print_base): Likewise.
3415         (c_type_print_args): Rewrite.
3416         * c-valprint.c (c_val_print): Update for new type codes.  Remove
3417         support for references to members.  Treat methods like functions.
3418         * cp-abi.c (cplus_print_method_ptr, cplus_method_ptr_size)
3419         (cplus_make_method_ptr, cplus_method_ptr_to_value): New.
3420         * cp-abi.h (cplus_print_method_ptr, cplus_method_ptr_size)
3421         (cplus_make_method_ptr, cplus_method_ptr_to_value): New prototypes.
3422         (struct cp_abi_ops): Add corresponding members.
3423         * cp-valprint.c (cp_print_class_method): Delete.
3424         (cp_find_class_member): New function.
3425         (cp_print_class_member): Use it.  Simplify support for bogus
3426         member pointers.
3427         * dwarf2read.c (quirk_gcc_member_function_pointer): Use
3428         lookup_methodptr_type.
3429         (read_tag_ptr_to_member_type): Likewise, and lookup_memberptr_type.
3430         * eval.c (evaluate_subexp_standard): Implement EVAL_SKIP for
3431         OP_SCOPE.  Update call to value_aggregate_elt.  Rewrite member
3432         pointer support.
3433         (evaluate_subexp_for_address): Handle OP_SCOPE explicitly.  Handle
3434         references returned by user defined operators.
3435         * f-typeprint.c (f_print_type, f_type_print_varspec_prefix)
3436         (f_type_print_varspec_suffix): Remove support for member pointers.
3437         * gdbtypes.c (lookup_memberptr_type): Renamed from lookup_member_type
3438         and adjusted.
3439         (smash_to_memberptr_type): Likewise, from smash_to_member_type.
3440         (lookup_methodptr_type): New.
3441         (rank_one_type): Adjust for TYPE_CODE_MEMBERPTR.
3442         (recursive_dump_type): Update for new types.
3443         * gdbtypes.h (enum type_code): Replace TYPE_CODE_MEMBER with
3444         TYPE_CODE_MEMBERPTR and TYPE_CODE_METHODPTR.
3445         (lookup_memberptr_type, lookup_methodptr_type)
3446         (smash_to_memberptr_type): New prototypes.
3447         (smash_to_method_type): Formatting fix.
3448         (lookup_member_type, smash_to_member_type): Delete prototypes.
3449         * gnu-v3-abi.c (gnuv3_get_vtable, gnuv3_get_virtual_fn): New.
3450         Do not rely on debug information for the vptr or the method's
3451         enclosing type.  Handle function descriptors for IA64.
3452         (gnuv3_virtual_fn_field): Rewrite using the new functions.
3453         (gnuv3_find_method_in, gnuv3_print_method_ptr)
3454         (gnuv3_method_ptr_size, gnuv3_make_method_ptr)
3455         (gnuv3_method_ptr_to_value): New.
3456         (init_gnuv3_ops): Set new members of gnu_v3_abi_ops.
3457         * hpread.c (hpread_type_lookup): Update for new types.
3458         * infcall.c (value_arg_coerce): Likewise.
3459         * m2-typeprint.c (m2_print_type): Remove explicit support
3460         for member pointers.
3461         * m2-valprint.c (m2_val_print): Likewise.
3462         * p-typeprint.c (pascal_type_print_varspec_prefix)
3463         (pascal_type_print_varspec_suffix, pascal_type_print_base): Likewise.
3464         * p-valprint.c (pascal_val_print): Likewise.
3465         (pascal_object_print_class_method, pascal_object_print_class_member):
3466         Delete.
3467         * p-lang.h (pascal_object_print_class_method)
3468         (pascal_object_print_class_member): Delete prototypes.
3469         * stabsread.c (read_type): Update for new types.
3470         * typeprint.c (print_type_scalar): Likewise.
3471         * valops.c (value_struct_elt_for_reference, value_namespace_elt)
3472         (value_maybe_namespace_elt, value_aggregate_elt): Add want_address
3473         argument.  Construct a pointer to member if the address of a
3474         function or data member is requested.
3475         (value_cast_pointers): Don't modify the input value.
3476         (value_cast): Adjust pointer to member handling for new types.
3477         Allow null pointer to member constants.  Don't modify the input
3478         value.
3479         (value_ind): Remove pointer to member check.  Handle function
3480         descriptors for function pointers.
3481         (value_struct_elt, value_find_oload_method_list, check_field):
3482         Remove pointer to member checks.
3483         * value.c (unpack_long): Allow pointers to data members.
3484         (value_from_longest): Allow member pointers.
3485         * value.h (value_aggregate_elt): Add want_address.
3486         * varobj.c (c_variable_editable): Remove check for members.
3487         * gdbarch.sh: Add vtable_function_descriptors and vbit_in_delta.
3488         * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Handle descriptors
3489         in virtual tables.
3490         (ia64_gdbarch_init): Call set_gdbarch_vtable_function_descriptors.
3491         * c-lang.h (cp_print_class_method): Delete prototype.
3492         * arm-tdep.c (arm_gdbarch_init): Call set_gdbarch_vbit_in_delta.
3493         * mips-tdep.c (mips_gdbarch_init): Likewise.
3494         * gdbarch.c, gdbarch.h: Regenerated.
3495
3496 2007-01-01  Mark Kettenis  <kettenis@gnu.org>
3497
3498         * rs6000-tdep.c (rs6000_use_struct_convention)
3499         (rs6000_extract_return_value, rs6000_store_return_value)
3500         (rs6000_extract_struct_value_address): Remove.
3501         (rs6000_return_value): New function.
3502         (rs6000_gdbarch_init): Don't set deprecated_extract_return_value,
3503         store_return_value, deprecated_extract_struct_value_address and
3504         deprecated_use_struct_convention.  Use rs6000_return_value
3505         instead.
3506
3507 2007-01-02  Nick Roberts  <nickrob@snap.net.nz>
3508
3509         * mi/mi-cmds.c (mi_cmds): Remove entries for -display-delete,
3510         -display-disable, -display-enable, -display-insert and
3511         -display-list.
3512
3513 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
3514
3515         * breakpoint.c (remove_breakpoint): Remove dead code.
3516
3517 2007-01-01  Nick Roberts  <nickrob@snap.net.nz>
3518
3519         * varobj.c: Include block.h.
3520         (c_value_of_root): Check scope within nested statements.
3521
3522 2007-01-01  Mark Kettenis  <kettenis@gnu.org>
3523
3524         * mi/mi-main.c (mi_cmd_data_write_register_values): Use
3525         regcache_cooked_write_signed instead of
3526         deprecated_write_register_bytes.
3527
3528 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
3529
3530         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2006.
3531
3532 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
3533
3534         Followed the Start of New Year Procedure:
3535         * ChangeLog-2006: New file, containing all the entries for 2006.
3536         * ChangeLog: Removed all 2006 entries, and changed the reference
3537         to the previous ChangeLog to point to ChangeLog 2006.
3538         * top.c (print_gdb_version): Update copyright year.
3539
3540 2007-01-01  Mark Kettenis  <kettenis@gnu.org>
3541
3542         * Makefile.in (remote-sds.o): Remove.
3543         * remote-sds.c: Delete.
3544
3545 For older changes see ChangeLog-2006.
3546 \f
3547 Local Variables:
3548 mode: change-log
3549 left-margin: 8
3550 fill-column: 74
3551 version-control: never
3552 End: