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