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