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