* breakpoint.c: (watch_command_1): Parse additional optional
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
2
3 * breakpoint.c: (watch_command_1): Parse additional optional
4 "thread" parameter to the watchpoint command and set the
5 "thread" member of the breakpoint struct.
6
7 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
8
9 * breakpoint.c (bpstat_stop_status): Check an additional
10 condition before evaluating an expression value.
11
12 2007-12-17 Joel Brobecker <brobecker@adacore.com>
13
14 * language.h (enum exp_opcode): Add forward declaration.
15 (language_string_char_type, language_lookup_primitive_type_by_name):
16 Move declaration past declaration of language_defn.
17
18 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
19 Joseph Myers <joseph@codesourcery.com>
20
21 * configure.ac: Check for *-*-solaris2.1[[0-9]]* instead of
22 *-*-solaris2.1[[0-9]].
23 * configure: Regenerate.
24 * procfs.c (proc_set_current_signal): If redelivering a signal,
25 reuse the current siginfo if possible.
26
27 2007-12-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
28
29 * f-typeprint.c (print_equivalent_f77_float_type): Remove function.
30 (f_type_print_base): Output the type names directly for real and
31 complex types.
32
33 2007-12-16 Vladimir Prus <vladimir@codesourcery.com>
34
35 * breakpoint.c (bpstat_have_active_hw_watchpoints):
36 Remove
37 (bpstat_stop_status): Remove unused variable
38 real_breakpoint.
39 * breakpoint.h (bpstat_have_active_hw_watchpoints):
40 Remove prototype.
41
42 2007-12-16 Vladimir Prus <vladimir@codesourcery.com>
43
44 * target.h (target_pid_or_tid_to_str): Remove.
45 * infrun.c (handle_inferior_event):
46 Use target_pid_to_str instead of
47 target_pid_or_tid_to_str.
48 (normal_stop): Likewise.
49
50 2007-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
51
52 * dwarf2read.c (dwarf_attr_name): Rename `DW_AT_stride_size' to its
53 DWARF3 equivalent `DW_AT_bit_stride'.
54 Rename `DW_AT_stride' to its DWARF3 equivalent `DW_AT_byte_stride'.
55
56 2007-12-16 Joel Brobecker <brobecker@adacore.com>
57
58 * mi/mi-main.c: Remove code that was commented out in 1999.
59
60 2007-12-16 Joel Brobecker <brobecker@adacore.com>
61
62 * expression.h (parse_expression_in_context): Delete prototype.
63 * parse.c (parse_expression_in_context): Delete.
64
65 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
66
67 Add support for pending breakpoints in MI.
68 * gdb.h (gdb_breakpoint): Add parameter pending.
69 * breakpoint.c (gdb_breakpoint): Add parameter pending.
70 * mi/mi-cmd-break.c (mi_break_insert): Change
71 comment to refer to manual. Add support for
72 the -f flag, for pending breakpoint.
73
74 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
75
76 * breakpoint.c (break_command_really): New, copied
77 from break_command_1. New parameters COND_STRING, THREAD
78 PARSE_CONDITITION_AND_THREAD and PENDING_BREAK_SUPPORT.
79 The previous FLAG parameter split into TEMPFLAG and
80 HARDWAREFLAG.
81 When PARSE_CONDITION_AND_THREAD is not set, duplicate
82 the passed condition string.
83 (struct captured_breakpoint_args): Remove
84 (do_captured_breakpoint): Remove.
85 (break_command_1): Relay to break_command_really.
86 (gdb_breakpoint): Relay to break_command_really.
87
88 2007-12-13 Michael Snyder <msnyder@specifix.com>
89
90 * mips-linux-tdep.c (mips64_fill_gregset): Remove unused variable.
91
92 2007-12-13 Jim Blandy <jimb@codesourcery.com>
93
94 * dwarf2read.c (attr_form_is_constant): New function.
95 (dwarf2_add_field): Use it and attr_form_is_section_offset to
96 recognize DW_AT_data_member_location attributes. Use
97 dwarf2_get_attr_constant_value when the attribute is a constant.
98
99 * dwarf2read.c (attr_form_is_section_offset): New function.
100 (dwarf_add_member_fn, read_common_block, read_partial_die)
101 (dwarf2_symbol_mark_computed): Use it, instead of writing it out.
102
103 2007-12-12 Jim Blandy <jimb@codesourcery.com>
104
105 Remove unused support for target-based exception catching.
106 * target.h (struct target_ops): Delete
107 to_enable_exception_callback and to_get_current_exception_event
108 members.
109 (target_enable_exception_callback)
110 (target_get_current_exception_event): Delete macros.
111 * target.c (update_current_target): Remove code to inherit and
112 default those members.
113 (debug_to_enable_exception_callback)
114 (debug_to_get_current_exception_event): Delete functions.
115 (setup_target_debug): Don't install those methods.
116 * inf-child.c (inf_child_enable_exception_callback)
117 (inf_child_get_current_exception_event): Delete dummy functions.
118 (inf_child_target): Don't install them in the target vector.
119 * breakpoint.h (enum bptype): Delete bp_catch_catch,
120 bp_catch_throw.
121 * breakpoint.c (cover_target_enable_exception_callback)
122 (ep_is_exception_catchpoint, create_exception_catchpoint): Delete
123 functions.
124 (insert_bp_location, update_breakpoints_after_exec)
125 (remove_breakpoint, ep_is_catchpoint, print_it_typical)
126 (bpstat_stop_status, bpstat_what)
127 (bpstat_get_triggered_catchpoints, print_one_breakpoint_location)
128 (user_settable_breakpoint, allocate_bp_location)
129 (disable_watchpoints_before_interactive_call_start)
130 (enable_watchpoints_after_interactive_call_stop, mention)
131 (delete_breakpoint, breakpoint_re_set_one, disable_command)
132 (enable_command): Remove exception catchpoint cases.
133 (catch_exception_command_1): Don't try target-based exception
134 handling.
135 * stack.c (catch_info): Call print_frame_label_vars
136 unconditionally.
137
138 2007-12-12 Nigel Stephens <nigel@mips.com>
139 Maciej W. Rozycki <macro@mips.com>
140
141 * remote-mips.c (mips_load): Use regcache_set_valid_p() instead
142 of setting deprecated_register_valid array directly.
143
144 2007-12-07 Maciej W. Rozycki <macro@mips.com>
145
146 * mips-tdep.c (extended_offset): Fix a comment.
147
148 2007-12-07 Maciej W. Rozycki <macro@mips.com>
149
150 * target.c (update_current_target): Inherit to_log_command.
151 * target.h (struct target_ops). Add to_log_command.
152 (target_log_command): New macro.
153 * top.c (execute_command): Call target_log_command() rather than
154 serial_log_command().
155 * monitor.c (init_base_monitor_ops): Initialize to_log_command.
156 * remote-m32r-sdi.c (init_m32r_ops): Likewise.
157 * remote-mips.c (_initialize_remote_mips): Likewise.
158 * remote.c (init_remote_ops): Likewise.
159
160 2007-12-06 Daniel Jacobowitz <dan@codesourcery.com>
161
162 * infrun.c (init_wait_for_inferior): Reset target_last_wait_ptid.
163 (handle_inferior_event): Clear stop_stack_dummy earlier.
164
165 2007-12-06 Jim Blandy <jimb@codesourcery.com>
166
167 * addrmap.c (addrmap_splay_tree_remove): New function.
168 (addrmap_mutable_set_empty): Use it.
169
170 * addrmap.c, addrmap.h: Update to GPLv3.
171
172 * addrmap.c (struct addrmap): Make the referenced function table
173 const.
174 (addrmap_fixed_funcs, addrmap_mutable_funcs): Declare const.
175 Don't use designated initializers.
176
177 * addrmap.c (addrmap_fixed_create_fixed, addrmap_mutable_find)
178 (addrmap_mutable_relocate): Use internal_error, not abort.
179
180 * NEWS: Mention support for non-contiguous lexical blocks and
181 function bodies.
182
183 2007-12-06 Markus Deuling <deuling@de.ibm.com>
184
185 * gdbarch.sh (stab_reg_to_regnum, dwarf_reg_to_regnum)
186 ( dwarf2_reg_to_regnum, sdb_reg_to_regnum, ecoff_reg_to_regnum): Add
187 gdbarch as parameter.
188 * gdbarch.{c,h}: Regenerate.
189
190 * xtensa-tdep.c (xtensa_reg_to_regnum): Add gdbarch as parameter.
191 Replace current_gdbarch by gdbarch.
192 * s390-tdep.c (s390_dwarf_reg_to_regnum): Likewise.
193 * rs6000-tdep.c (rs6000_stab_reg_to_regnum)
194 (rs6000_dwarf2_reg_to_regnum): Likewise.
195 * mips-tdep.c (mips_stab_reg_to_regnum)
196 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
197 * mep-tdep.c (mep_debug_reg_to_regnum): Likewise.
198 * m32c-tdep.c (m32c_debug_info_reg_to_regnum): Likewise.
199 * i386-tdep.c (i386_dbx_reg_to_regnum)
200 (i386_svr4_reg_to_regnum): Likewise
201 * h8300-tdep.c (h8300s_dbg_reg_to_regnum)
202 (h8300_dbg_reg_to_regnum): Likewise.
203 * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Likewise.
204 * arch-utils.c (no_op_reg_to_regnum): Likewise.
205 * arch-utils.h (no_op_reg_to_regnum): Likewise.
206 * arm-tdep.c (arm_dwarf_reg_to_regnum): Likewise.
207 * cris-tdep.c (cris_dwarf2_reg_to_regnum): Likewise.
208 * hppa-tdep.c (hppa64_dwarf_reg_to_regnum): Likewise.
209 * ia64-tdep.c (ia64_dwarf_reg_to_regnum): Likewise.
210 * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Likewise.
211
212 2007-12-06 Vladimir Prus <vladimir@codesourcery.com>
213
214 Localize infrun use of remove_breakpoints.
215 * infrun.c (handle_inferior_event): Remove
216 calls to remove_breakpoints, except where needed to
217 communicate change of breakpoint locations to inferior.
218 (keep_going): If steppping over breakpoint, remove
219 breakpoints.
220
221 2007-12-06 Vladimir Prus <vladimir@codesourcery.com>
222
223 Clarify infrun variable naming.
224 * infrun.c (trap_expected): Rename
225 to stepping_over_breakpoint. Document.
226 (stepping_past_breakpoint): Remove.
227 (stepping_past_breakpoint_ptdi): Renamed
228 to deferred_step_ptid.
229 (struct execution_control_state): Rename
230 the another_trap field to stepping_over_breakpoint.
231 (struct inferior_status): Rename the trap_expected
232 field to stepping_over_breakpoint.
233 (clear_proceed_status, proceed)
234 (init_execution_control_state, context_switch)
235 (handle_inferior_event, currently_stepping)
236 (keep_going, save_inferior_status)
237 (restore_inferior_status, prepare_to_proceed): Adjust.
238 * gdbthread.h (struct thread_info): Rename the
239 trap_expected field to stepping_over_breakpoint.
240 * thread.c (load_infrun_state, save_infrun_state):
241 Adjust.
242
243 2007-12-06 Pierre Muller <muller@ics.u-strasbg.fr>
244
245 * win32-nat.c: Allow compilation if CORE_ADDR is 8 byte long.
246 Add "gdb_stdint.h" dependency required for uintptr_t type use.
247 (handle_output_debug_string): Use uintptr_t typecast.
248 (handle_exception): Ditto.
249 (win32_xfer_memory): Ditto.
250 * Makefile.in (win32-nat.o): Add dependency to gdb_stdint header.
251
252 2007-12-04 Jim Blandy <jimb@codesourcery.com>
253
254 Support lexical blocks and function bodies that occupy
255 non-contiguous address ranges.
256 * addrmap.c, addrmap.h: New files.
257 * block.h (struct addrmap): New forward declaration.
258 (struct blockvector): New member, 'map'.
259 (BLOCKVECTOR_MAP): New accessor macro.
260 * block.c: #include "addrmap.h"
261 (blockvector_for_pc_sect): If the blockvector we've found has
262 an address map, use it instead of searching the blocks.
263 * buildsym.c: #include "addrmap.h"
264 (pending_addrmap_obstack, pending_addrmap_interesting): New static
265 variables.
266 (really_free_pendings): If we have a pending addrmap, free it too.
267 (record_block_range): New function.
268 (make_blockvector): If we have an interesting pending addrmap,
269 record it in the new blockvector.
270 (start_symtab, buildsym_init): Assert that there is no pending
271 addrmap now; we should have cleaned up any addrmaps we'd built
272 previously.
273 (end_symtab): If there is a pending addrmap left over that didn't
274 get included in the blockvector, free it.
275 * buildsym.h (struct addrmap): New forward declaration.
276 (record_block_range): New prototype.
277 * objfiles.c: #include "addrmap.h".
278 (objfile_relocate): Relocate the blockvector's address map, if
279 present.
280 * dwarf2read.c (dwarf2_record_block_ranges): New function.
281 (read_func_scope, read_lexical_block_scope): Call it.
282 * Makefile.in (SFILES): Add addrmap.c.
283 (addrmap_h): New header dependency variable.
284 (COMMON_OBS): Add addrmap.o.
285 (addrmap.o): New rule.l
286 (block.o, objfiles.o, buildsym.o): Depend on $(addrmap_h).
287
288 * block.c (blockvector_for_pc, blockvector_for_pc_sect): Return a
289 pointer to the block, not its index in the blockvector.
290 (block_for_pc_sect): Use the returned block, instead of looking it
291 up ourselves.
292 * block.h (blockvector_for_pc, blockvector_for_pc_sect): Update
293 declarations.
294 * breakpoint.c (resolve_sal_pc): Use returned block, instead of
295 looking it up ourselves.
296 * stack.c (print_frame_label_vars): Disable function, which
297 depends on the block's index.
298
299 * buildsym.c (finish_block): Return the block we've built.
300 * buildsym.h (finish_block): Update prototype.
301
302 * defs.h (CORE_ADDR_MAX): New constant.
303
304 2007-12-04 Ulrich Weigand <uweigand@de.ibm.com>
305
306 * coffread.c (decode_type): Use builtin_type_int32 instead
307 of FT_INTEGER fundamental type for array range index type.
308 (decode_base_type): Use builtin types of current_gdbarch
309 instead of fundamental types.
310
311 * dwarf2read.c (struct dwarf2_cu): Remove ftypes member.
312 (read_file_scope): Do not initialize ftypes member.
313 (dwarf_base_type, dwarf2_fundamental_types): Remove functions.
314 (read_array_type): Use builtin_type_int32 instead of FT_INTEGER
315 fundamental type for array range index type.
316 (read_tag_string_type): Likewise for string range index type.
317 Also, do not overwrite FT_CHAR type with new string type.
318 (read_base_type): If DW_AT_name is missing, create unnamed type
319 with given properties instead of looking for a fundamental type.
320 Create new types as TYPE_TARGET_TYPE for DW_ATE_address and
321 DW_ATE_complex_float types.
322 (read_subrange_type): Create new type to represent missing
323 DW_AT_type instead of looking for a fundamental type.
324 (die_type): Use builtin type to represent "void" instead of
325 looking for a fundamental type.
326
327 * stabsread.c (define_symbol): Use builtin types to represent
328 'r' and 'i' floating-point and integer constants.
329
330 * gdbtypes.c (lookup_fundamental_type): Remove.
331 * gdbtypes.h (lookup_fundamental_type): Remove prototype.
332 (FT_VOID, FT_BOOLEAN, FT_CHAR, FT_SIGNED_CHAR, FT_UNSIGNED_CHAR,
333 FT_SHORT, FT_SIGNED_SHORT, FT_UNSIGNED_SHORT, FT_INTEGER,
334 FT_SIGNED_INTEGER, FT_UNSIGNED_INTEGER, FT_LONG, FT_SIGNED_LONG,
335 FT_UNSIGNED_LONG, FT_LONG_LONG, FT_SIGNED_LONG_LONG,
336 FT_UNSIGNED_LONG_LONG, FT_FLOAT, FT_DBL_PREC_FLOAT, FT_EXT_PREC_FLOAT,
337 FT_COMPLEX, FT_DBL_PREC_COMPLEX, FT_EXT_PREC_COMPLEX, FT_STRING,
338 FT_FIXED_DECIMAL, FT_FLOAT_DECIMAL, FT_BYTE, FT_UNSIGNED_BYTE,
339 FT_TEMPLATE_ARG, FT_DECFLOAT, FT_DBL_PREC_DECFLOAT,
340 FT_EXT_PREC_DECFLOAT, FT_NUM_MEMBERS): Remove macros.
341 * objfiles.c (struct objfile): Remove fundamental_types member.
342 * symfile.c (reread_symbols): Do not clear fundamental_types.
343
344 * language.h (struct language_defn): Remove la_fund_type member.
345 (create_fundamental_type): Remove.
346 * language.c (unk_lang_create_fundamental_type): Remove.
347 (unknown_language_defn, auto_language_defn,
348 local_language_defn): Adapt initializer.
349 * ada-lang.c (ada_create_fundamental_type): Remove.
350 (ada_language_defn): Adapt initializer.
351 * c-lang.h (c_create_fundamental_type): Remove prototype.
352 * c-lang.c (c_create_fundamental_type): Remove.
353 (c_language_defn, cplus_language_defn, asm_language_defn,
354 minimal_language_defn): Adapt initializer.
355 * f-lang.c (f_create_fundamental_type): Remove.
356 (f_language_defn): Adapt initializer.
357 * jv-lang.c (java_create_fundamental_type): Remove.
358 (java_language_defn): Adapt initializer.
359 * m2-lang.c (m2_create_fundamental_type): Remove.
360 (m2_language_defn): Adapt initializer.
361 * objc-lang.c (objc_create_fundamental_type): Remove.
362 (objc_language_defn): Adapt initializer.
363 * p-lang.h (pascal_create_fundamental_type): Remove prototype.
364 * p-lang.c (pascal_create_fundamental_type): Remove.
365 (pascal_language_defn): Adapt initializer.
366 * scm-lang.c (scm_language_defn): Adapt initializer.
367
368 2007-12-04 Maciej W. Rozycki <macro@mips.com>
369
370 * features/mips-cpu.xml: Specify "regnum" for "r0" explicitly.
371 * features/mips64-cpu.xml: Likewise.
372 * features/mips-fpu.xml: Specify "regnum" for "f0" explicitly.
373 * features/mips64-fpu.xml: Likewise.
374 * features/mips-linux.c: Regenerate.
375 * features/mips64-linux.c: Regenerate.
376
377 2007-12-04 Maciej W. Rozycki <macro@mips.com>
378
379 * target.h (target_find_new_threads): Fix definition.
380
381 2007-12-02 Pierre Muller <muller@ics.u-strasbg.fr>
382
383 * win32-nat.c (win32_resume): Set the trace bit
384 in the thread identified by inferior_ptid.
385
386
387 2007-12-02 Pierre Muller <muller@ics.u-strasbg.fr>
388
389 * win32-nat.c (open_process_used): New static variable.
390 (win32_init_thread_list): Remove call to CloseHandle for thread.
391 (win32_delete_thread): Ditto.
392 (fake_create_process): Set open_process_used if OpenProcess call is
393 successful.
394 (get_win32_debug_event): Do not close process handle.
395 (do_initial_win32_stuff): Set open_process_used to zero.
396 (win32_mourn_inferior): Call CloseHandle for current_process_handle if
397 open_process_used is set.
398 (win32_kill_inferior): Do not close process and main_thread handles.
399
400 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
401
402 * remote.c (remote_cmdlist): New variable.
403 (PACKET_vFile_open, PACKET_vFile_pread, PACKET_vFile_pwrite)
404 (PACKET_vFile_close, PACKET_vFile_unlink): New constants.
405 (remote_buffer_add_string, remote_buffer_add_bytes)
406 (remote_buffer_add_int, remote_hostio_parse_result)
407 (remote_hostio_send_command, remote_hostio_open, remote_hostio_pwrite)
408 (remote_hostio_pread, remote_hostio_close, remote_hostio_unlink)
409 (remote_fileio_errno_to_host, remote_hostio_error, fclose_cleanup)
410 (remote_hostio_close_cleanup, remote_file_put, remote_file_get)
411 (remote_file_delete, remote_put_command, remote_get_command)
412 (remote_delete_command, remote_command): New functions.
413 (_initialize_remote): Register new packets and commands.
414 * Makefile.in (gdb_fileio_h): New variable.
415 (remote.o): Update.
416 (SUBDIR_MI_OBS): Add mi-cmd-target.o.
417 (SUBDIR_MI_SRCS): Add mi/mi-cmd-target.c.
418 (mi-cmd-target.o): New rule.
419 * mi/mi-cmd-target.c: New file.
420 * mi/mi-cmds.c (mi_cmds): Add target-file-delete, target-file-get,
421 and target-file-put.
422 * mi/mi-cmds.h (mi_cmd_target_file_get, mi_cmd_target_file_put)
423 (mi_cmd_target_file_delete): Declare.
424 * remote.h (remote_file_put, remote_file_get, remote_file_delete):
425 Declare.
426 * NEWS: Describe new file transfer support.
427
428 2007-11-30 Vladimir Prus <vladimir@codesourcery.com>
429
430 * infrun.c (handle_inferior_event): Don't
431 ignore beakpoints if trap_expected is set.
432
433 2007-11-30 Vladimir Prus <vladimir@codesourcery.com>
434
435 Make insert_breakpoints return void.
436 * breakpoint.h (insert_breakpoints): Change
437 return type to void.
438 * breakpoint.c (insert_breakpoints): Change
439 return type to void. Rename local return_val
440 variable to error.
441 * infrun.c (keep_going): Instead of checking
442 return value from insert_breakpoints, catch exception.
443
444 2007-11-29 Vladimir Prus <vladimir@codesourcery.com>
445
446 Stop infrun from tracking breakpoint insertion status.
447
448 The checks of breakpoints_inserted before calling
449 remove_breakpoints are removed, as remove_breakpoint
450 won't touch uninserted breakpoints. In a number of places,
451 we're interested if a breakpoint is inserted at particular
452 PC, and we now use breakpoint_inserted_here_p. In a few
453 places, insert_breakpoints can be called unconditionally,
454 since it won't try to insert already inserted breakpoint.
455
456 * breakpoint.h (regular_breakpoint_inserted_here_p): New
457 declaration.
458 * breakpoint.c (regular_breakpoint_inserted_here_p): New.
459 (breakpoint_inserted_here_p): Use
460 regular_breakpoint_inserted_here_p.
461 * infrun.c (breakpoints_inserted): Remove.
462 (resume): Don't check for breakpoints_inserted before
463 remove_hw_watchpoints. Use breakpoint_inserted_here_p.
464 (proceed, init_wait_for_inferior): Don't set breakpoints_inserted.
465 (handle_inferior_event): Don't use breakpoints_inserted.
466 Use breakpoints_meant_to_be_inserted and
467 breakpoints_inserted_here_p.
468 (insert_step_resume_breakpoint_at_sal, keep_going): Use
469 breakpoints_meant_to_be_inserted. Don't set breakpoints_inserted.
470 (normal_stop): Don't check for breakpoints_inserted. Don't
471 set breakpoints_inserted.
472 (keep_going): Don't check for breakpoints_inserted.
473 (insert_step_resume_breakpoint_at_sal): Don't insert
474 breakpoints
475
476 2007-11-28 Jim Blandy <jimb@codesourcery.com>
477
478 * breakpoint.c (watch_command_1): When the watchpoint isn't local
479 to any frame, initialize watchpoint_frame using null_frame_id, not
480 a memset.
481
482 2007-11-28 Vladimir Prus <vladimir@codesourcery.com>
483
484 * infrun.c (resume): Set right thread even if
485 stepping over breakpoint using software single step.
486
487 2007-11-28 Nick Roberts <nickrob@snap.net.nz>
488
489 * mi/mi-cmd-var.c (print_varobj): Revert change from 2007-08-31.
490 (mi_print_value_p): Guard against type = NULL.
491
492 2007-11-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
493
494 * dfp.c (decimal_from_string): Remove superfluous newline from
495 error string.
496 (decimal_to_string): Likewise.
497 * printcmd.c (printf_command): Change string buffer to use
498 MAX_DECIMAL_STRING constant.
499 * value.c (value_from_decfloat): Likewise.
500
501 2007-11-27 Ulrich Weigand <uweigand@de.ibm.com>
502
503 * Makefile.in (ALL_TARGET_OBS): Remove object files that require
504 64-bit CORE_ADDR and BFD support, move them to ...
505 (ALL_64_TARGET_OBS): ... this new variable.
506 * configure.ac: Check for --enable-64-bit-bfd option. Only add
507 64-bit targets with --enable-targets=all if BFD supports 64-bit.
508 * configure: Regenerate.
509
510 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Do not claim
511 all elf32-i386 executables, only cygwin core files.
512
513 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
514
515 * dwarf2read.c (dwarf2_get_pc_bounds): Moved the `DW_AT_ranges' parsing
516 code with its variables OBJFILE, CU_HEADER and OBFD into ...
517 (dwarf2_ranges_read): ... a new function.
518 (read_partial_die): Implemented the parsing of `DW_AT_ranges'.
519
520 2007-11-24 Pedro Alves <pedro_alves@portugalmail.pt>
521
522 * win32-nat.c (DR6_CLEAR_VALUE): New define.
523 (thread_info_struct): Rename suspend_count to suspended, to be
524 used as a flag.
525 (thread_rec): Only suspend the thread if it wasn't suspended by
526 gdb before. Warn if suspending failed.
527 (win32_add_thread): Set Dr6 to DR6_CLEAR_VALUE.
528 (win32_continue): Set Dr6 to DR6_CLEAR_VALUE. Update usage of the
529 `suspended' flag. Do ContinueDebugEvent after resuming the
530 suspended threads, not before. Set threads' contexts before
531 resuming them, not after.
532 (win32_resume): Set Dr6 to DR6_CLEAR_VALUE.
533
534 2007-11-23 Vladimir Prus <vladimir@codesourcery.com>
535
536 * breakpoint.c (insert_breakpoints)
537 (insert_bp_location): Remove stale comments.
538
539 2007-11-23 Maciej W. Rozycki <macro@mips.com>
540
541 * mips-linux-tdep.h: Fix some formatting.
542
543 2007-11-21 Markus Deuling <deuling@de.ibm.com>
544
545 * stack.c (print_args_stub): Use get_frame_arch to get at the current
546 architecture and replace current_gdbarch.
547 (frame_info): Likewise.
548
549 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
550
551 * varobj.c (c_variable_editable, cplus_variable_editable)
552 (java_variable_editable, variable_editable): Delete.
553 (varobj_editable_p): Replace above functions with one language
554 independent function. Check for an lvalue.
555 (varobj_get_attributes, varobj_set_value): Use varobj_editable_p.
556 (struct language_specific): Delete variable_editable field.
557
558 * mi-cmd-var.c (mi_cmd_var_assign): Simplify.
559
560 * varobj.h: Add extern for varobj_editable_p.
561
562 2007-11-20 Vladimir Prus <vladimir@codesourcery.com>
563
564 Remove unused breakpoint fields.
565 * breakpoint.h (struct breakpoint): Remove
566 from_tty and flag fields.
567 * breakpoint.c (break_command_1): Don't set
568 from_tty and flag field set of breakpoint.
569 (create_ada_exception_breakpoint): Don't set
570 the from_tty field.
571
572 2007-11-20 David Ung <davidu@mips.com>
573 Maciej W. Rozycki <macro@mips.com>
574
575 * mips-tdep.c (mips16_scan_prologue): Handle the MIPS16e SAVE
576 instruction.
577
578 2007-11-20 Vladimir Prus <vladimir@codesourcery.com>
579
580 * infrun.c (resume): Clarify logic that
581 decides if a single thread must be resumed. Add
582 comments.
583
584 2007-11-20 Vladimir Prus <vladimir@codesourcery.com>
585
586 * breakpoint.c (disable_breakpoints_in_unloaded_shlib):
587 Make static.
588
589 2007-11-19 Markus Deuling <deuling@de.ibm.com>
590
591 * gdbarch.sh (register_sim_regno): Add gdbarch as parameter.
592 * gdbarch.{c,h}: Regenerate.
593
594 * arch-utils.h (legacy_register_sim_regno): Add gdbarch as parameter.
595 * score-tdep.c (score_register_sim_regno): Likewise.
596 * sim-regno.h (one2one_register_sim_regno): Likewise.
597
598 * arch-utils.c (legacy_register_sim_regno): Add gdbarch as parameter.
599 Replace current_gdbarch by gdbarch.
600 * sh-tdep.c (sh_sh2a_register_sim_regno)
601 (sh_dsp_register_sim_regno): Likewise.
602 * rs6000-tdep.c (rs6000_register_sim_regno): Likewise.
603 * mips-tdep.c (mips_register_sim_regno): Likewise.
604 * m32c-tdep.c (m32c_register_sim_regno): Likewise.
605 * frv-tdep.c (frv_register_sim_regno): Likewise.
606 * arm-tdep.c (arm_register_sim_regno): Likewise.
607 * remote-sim.c (one2one_register_sim_regno): Likewise.
608
609 2007-11-16 Ulrich Weigand <uweigand@de.ibm.com>
610
611 * configure.ac (--enable-targets): New configure option.
612 Collect gdb_target_obs of multiple targets into TARGET_OBS.
613 Call configure.tgt multiple times, using $targ as operand.
614 * configure.tgt: Operate on $targ instead of $target.
615 * configure: Regenerate.
616 * Makefile.in (ALL_TARGET_OBS): Define.
617
618 * NEWS: Mention --enable-targets option.
619
620 2007-11-16 Ulrich Weigand <uweigand@de.ibm.com>
621
622 * mips-tdep.c (show_mipsfpu_command): Do not crash if called when
623 current architecture is not MIPS.
624
625 2007-11-16 Ulrich Weigand <uweigand@de.ibm.com>
626
627 * cli/cli-setshow.c (do_setshow_command): Use dynamically sized buffer
628 to construct error message if no argument was supplied.
629
630 2007-11-16 Ulrich Weigand <uweigand@de.ibm.com>
631
632 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Remove.
633 (i386nbsd_aout_regset_from_core_section): Likewise.
634 (i386nbsd_aout_init_abi): Likewise.
635 (_initialize_i386nbsd_tdep): Do not register i386nbsd_aout_init_abi.
636
637 * vaxnbsd-tdep.c (vaxnbsd_aout_init_abi): Remove.
638 (_initialize_vaxnbsd_tdep): Do not register vaxnbsd_aout_init_abi.
639
640 2007-11-16 Ulrich Weigand <uweigand@de.ibm.com>
641
642 * amd64fsdb-tdep.c (amd64fbsd_sigtramp_start_addr): Use ULL suffix.
643 (amd64fbsd_sigtramp_end_addr): Likewise.
644
645 * iq2000-tdep.c (iq2000_pointer_to_address): Fix argument type.
646 (iq2000_address_to_pointer): Likewise.
647 (iq2000_frame_prev_register): Likewise.
648 (iq2000_extract_return_value): Use regcache_cooked_read_unsigned
649 instead of regcache_cooked_read into CORE_ADDR variable.
650 (iq2000_return_value): Fix argument types.
651
652 * m32r-rom.c (m32r_load_section): Fix printf argument type.
653 (m32r_load): Likewise.
654
655 * m68kbsd-tdep.c: Include "gdbtypes.h".
656 * Makefile.in: Update dependencies.
657
658 * mn10300-tdep.c (mn10300_frame_unwind_cache): Fix aliasing violation.
659
660 * nto-tdep.c (LM_ADDR): Do not refer to no-longer-existing
661 lmo->l_addr_size element.
662
663 * remote-m32r-sdi.c (m32r_xfer_memory): Use paddr to print address.
664 (m32r_insert_breakpoint): Likewise.
665 (m32r_remove_breakpoint): Likewise.
666 (m32r_insert_watchpoint): Likewise.
667 (m32r_remove_watchpoint): Likewise.
668 (m32r_load): Fix printf argument type.
669
670 * xtensa-tdep.c (xtensa_regset_from_core_section): Fix printf
671 argument type.
672 (xtensa_frame_this_id): Do not cast pointers to "int" for output.
673 (xtensa_frame_prev_register): Likewise.
674 (xtensa_push_dummy_call): Likewise.
675
676 2007-11-16 Ulrich Weigand <uweigand@de.ibm.com>
677
678 * config/alpha/alpha-linux.mt: Remove file.
679 * config/alpha/alpha.mt: Remove file.
680 * config/alpha/alpha-osf1.mt: Remove file.
681 * config/alpha/fbsd.mt: Remove file.
682 * config/alpha/nbsd.mt: Remove file.
683 * config/alpha/obsd.mt: Remove file.
684 * config/arm/embed.mt: Remove file.
685 * config/arm/linux.mt: Remove file.
686 * config/arm/nbsd.mt: Remove file.
687 * config/arm/obsd.mt: Remove file.
688 * config/arm/wince.mt: Remove file.
689 * config/avr/avr.mt: Remove file.
690 * config/cris/cris.mt: Remove file.
691 * config/frv/frv.mt: Remove file.
692 * config/h8300/h8300.mt: Remove file.
693 * config/i386/cygwin.mt: Remove file.
694 * config/i386/fbsd64.mt: Remove file.
695 * config/i386/fbsd.mt: Remove file.
696 * config/i386/i386gnu.mt: Remove file.
697 * config/i386/i386.mt: Remove file.
698 * config/i386/i386sol2.mt: Remove file.
699 * config/i386/linux64.mt: Remove file.
700 * config/i386/linux.mt: Remove file.
701 * config/i386/mingw.mt: Remove file.
702 * config/i386/nbsd64.mt: Remove file.
703 * config/i386/nbsd.mt: Remove file.
704 * config/i386/nto.mt: Remove file.
705 * config/i386/obsd64.mt: Remove file.
706 * config/i386/obsd.mt: Remove file.
707 * config/i386/sol2-64.mt: Remove file.
708 * config/ia64/ia64.mt: Remove file.
709 * config/ia64/linux.mt: Remove file.
710 * config/iq2000/iq2000.mt: Remove file.
711 * config/m32c/m32c.mt: Remove file.
712 * config/m32r/linux.mt: Remove file.
713 * config/m32r/m32r.mt: Remove file.
714 * config/m68hc11/m68hc11.mt: Remove file.
715 * config/m68k/linux.mt: Remove file.
716 * config/m68k/monitor.mt: Remove file.
717 * config/m68k/nbsd.mt: Remove file.
718 * config/m68k/obsd.mt: Remove file.
719 * config/m88k/obsd.mt: Remove file.
720 * config/mep/mep.mt: Remove file.
721 * config/mips/embed.mt: Remove file.
722 * config/mips/irix5.mt: Remove file.
723 * config/mips/irix6.mt: Remove file.
724 * config/mips/linux.mt: Remove file.
725 * config/mips/nbsd.mt: Remove file.
726 * config/mips/obsd64.mt: Remove file.
727 * config/mn10300/linux.mt: Remove file.
728 * config/mn10300/mn10300.mt: Remove file.
729 * config/mt/mt.mt: Remove file.
730 * config/pa/hppahpux.mt: Remove file.
731 * config/pa/hppa.mt: Remove file.
732 * config/pa/linux.mt: Remove file.
733 * config/pa/obsd.mt: Remove file.
734 * config/powerpc/aix.mt: Remove file.
735 * config/powerpc/linux.mt: Remove file.
736 * config/powerpc/nbsd.mt: Remove file.
737 * config/powerpc/obsd.mt: Remove file.
738 * config/powerpc/ppc-eabi.mt: Remove file.
739 * config/s390/s390.mt: Remove file.
740 * config/score/embed.mt: Remove file.
741 * config/sh/embed.mt: Remove file.
742 * config/sh/linux.mt: Remove file.
743 * config/sh/nbsd.mt: Remove file.
744 * config/sh/obsd.mt: Remove file.
745 * config/sh/sh64.mt: Remove file.
746 * config/sparc/embed.mt: Remove file.
747 * config/sparc/fbsd.mt: Remove file.
748 * config/sparc/linux64.mt: Remove file.
749 * config/sparc/linux.mt: Remove file.
750 * config/sparc/nbsd64.mt: Remove file.
751 * config/sparc/nbsd.mt: Remove file.
752 * config/sparc/obsd64.mt: Remove file.
753 * config/sparc/obsd.mt: Remove file.
754 * config/sparc/sol2-64.mt: Remove file.
755 * config/sparc/sol2.mt: Remove file.
756 * config/sparc/sparc64.mt: Remove file.
757 * config/sparc/sparc.mt: Remove file.
758 * config/spu/spu.mt: Remove file.
759 * config/v850/v850.mt: Remove file.
760 * config/vax/nbsd.mt: Remove file.
761 * config/vax/obsd.mt: Remove file.
762 * config/vax/vax.mt: Remove file.
763 * config/xstormy16/xstormy16.mt: Remove file.
764 * config/xtensa/xtensa.mt: Remove file.
765
766 * configure.tgt (gdb_target_cpu): Remove. Do not set anywhere.
767 (gdb_target): Likewise.
768 (gdb_target_obs): Document. Set for every target to contents
769 of TDEPFILES in former .mt makefile fragment.
770
771 * configure.ac (TARGET_OBS): Define.
772 (target_makefile_frag, gdb_target_cpu): Do not define.
773 * configure: Regenerate.
774
775 * Makefile.in (MT_FLAGS): Remove.
776 (GLOBAL_CFLAGS): Update.
777 (TARGET_OBS): Substitute from configure.
778 (DEPFILES): Remove TDEPFILES, add TARGET_OBS.
779 (@target_makefile_frag@): Remove.
780
781 2007-11-16 Ulrich Weigand <uweigand@de.ibm.com>
782
783 * config/arm/embed.mt (SIM_OBS, SIM): Remove.
784 * config/avr/avr.mt (SIM_OBS, SIM): Remove.
785 * config/frv/frv.mt (SIM_OBS, SIM): Remove.
786 * config/h8300/h8300.mt (SIM_OBS, SIM): Remove.
787 * config/iq2000/iq2000.mt (SIM_OBS, SIM): Remove.
788 * config/m32c/m32c.mt (SIM_OBS, SIM): Remove.
789 * config/m32r/linux.mt (SIM_OBS, SIM): Remove.
790 * config/m32r/m32r.mt (SIM_OBS, SIM): Remove.
791 * config/m68hc11/m68hc11.mt (SIM_OBS, SIM): Remove.
792 * config/mips/embed.mt (SIM_OBS, SIM): Remove.
793 * config/mips/linux.mt (SIM_OBS, SIM): Remove.
794 * config/mips/nbsd.mt (SIM_OBS, SIM): Remove.
795 * config/mn10300/mn10300.mt (SIM_OBS, SIM): Remove.
796 * config/powerpc/linux.mt (SIM_OBS, SIM): Remove.
797 * config/powerpc/nbsd.mt (SIM_OBS, SIM): Remove.
798 * config/powerpc/ppc-sim.mt: Remove file.
799 * config/sh/embed.mt (SIM_OBS, SIM): Remove.
800 * config/sh/linux.mt (SIM_OBS, SIM): Remove.
801 * config/sh/nbsd.mt (SIM_OBS, SIM): Remove.
802 * config/sh/sh64.mt (SIM_OBS, SIM): Remove.
803 * config/sparc/embed.mt (SIM_OBS, SIM): Remove.
804 * config/v850/v850.mt (SIM_OBS, SIM): Remove.
805 * config/xstormy16/xstormy16.mt (SIM_OBS, SIM): Remove.
806
807 * configure.tgt (gdb_sim): Document variable.
808 (arm*-*-* | thumb*-*-* | strongarm*-*-* | xscale-*-*): Set it.
809 (avr-*-*): Likewise.
810 (frv-*-*): Likewise.
811 (h8300-*-*): Likewise.
812 (iq2000-*-*): Likewise.
813 (m32c-*-*): Likewise.
814 (m32r*-*-linux*): Likewise.
815 (m32r*-*-*): Likewise.
816 (m68hc11*-*-*|m6811*-*-*): Likewise.
817 (mips*-*-*): Likewise.
818 (mips*-*-linux*): Likewise.
819 (mips*-*-netbsd* | mips*-*-knetbsd*-gnu): Likewise.
820 (mn10300-*-*): Likewise.
821 (powerpc-*-linux* | powerpc64-*-linux*): Likewise.
822 (powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu): Likewise.
823 (powerpc*-*-*): Use ppc-eabi target. Conditionally set gdb_sim.
824 (sh*): Set gdb_sim.
825 (sh-*-linux*): Likewise.
826 (sh*-*-netbsdelf* | sh*-*-knetbsd*-gnu): Likewise.
827 (sh64-*-elf*): Likewise.
828 (sparc-*-rtems*): Likewise.
829 (v850*-*-elf): Likewise.
830 (xstormy16-*-*): Likewise.
831
832 * configure.ac (IGNORE_SIM, IGNORE_SIM_OBS): Do not set.
833 (SIM, SIM_OBS): Set depending on ${ignore_sim} and ${gdb_sim}.
834 * configure: Regenerate.
835 * Makefile.in (SIM, SIM_OBS): Substitute from configure.
836 (@IGNORE_SIM@, @IGNORE_SIM_OBS@): Remove.
837
838 2007-11-16 Ulrich Weigand <uweigand@de.ibm.com>
839
840 * configure.tgt (gdb_osabi, build_gdbserver): Comment variables.
841 (arm*-*-*): Do not set obsolete build_rdi_share variable.
842
843 (*-*-freebsd* | *-*-kfreebsd*-gnu): Remove generic case, replace by ...
844 (alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
845 (i[34567]86-*-freebsd* | i[34567]86-*-kfreebsd*-gnu)
846 (sparc*-*-freebsd* | sparc*-*-kfreebsd*-gnu): ... specific cases.
847 (x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu): Re-sort.
848
849 (xscale-*-*): Merge into arm*-*-* case.
850 (fido-*-elf*): Merge into m68*-*-elf* case.
851 (m68*-*-aout*, m68*-*-coff*, m68*-*-elf*, m68*-*-rtems*,
852 m68*-*-uclinux*): Merge cases.
853 (powerpc-*-linux*, powerpc64-*-linux*): Merge cases.
854 (sh-*-coff*, sh-*-elf*): Merge into sh* case.
855
856 2007-11-16 Ulrich Weigand <uweigand@de.ibm.com>
857
858 * configure.tgt: Reformat main case statement.
859
860 2007-11-16 Ulrich Weigand <uweigand@de.ibm.com>
861
862 * configure.ac (hostfile, targetfile): Remove.
863 (GDB_XM_FILE, GDB_TM_FILE): Do not define.
864 (xm_h, tm_h): Likewise.
865 (DEPRECATED_TM_FILE, XM_FILE): Do not substitute into Makefile.
866 * configure, config.in: Regenerate.
867
868 * Makefile.in (xm_h, tm_h): Remove. Update dependencies.
869 (TAGS): Do not consider DEPRECATED_TM_FILE or XM_FILE.
870 (clean, local-maintainer-clean): Do not remove xm.h or tm.h.
871 * defs.h: Do not include "xm.h" or "tm.h".
872
873 * gdbarch.sh (verify_gdbarch): Do not dump GDB_XM_FILE or GDB_TM_FILE.
874 * gdbarch.c: Regenerate.
875
876 * config/score/embed.mt: Remove obsolete comment.
877
878 2007-11-16 Markus Deuling <deuling@de.ibm.com>
879
880 * gdbarch.sh (cannot_fetch_register, cannot_store_register): Add gdbarch
881 as parameter.
882 * gdbarch.{c,h}: Regenerate.
883
884 * alpha-tdep.c (alpha_cannot_fetch_register)
885 (alpha_cannot_store_register): Add gdbarch as parameter. Replace
886 current_gdbarch by gdbarch.
887 * cris-tdep.c (cris_cannot_fetch_register, cris_cannot_store_register)
888 (crisv32_cannot_fetch_register)
889 (crisv32_cannot_store_register): Likewise.
890 * arch-utils.c (cannot_register_not): Likewise.
891 * arch-utils.h (cannot_register_not): Likewise.
892 * hppa-tdep.c (hppa32_cannot_store_register)
893 (hppa32_cannot_store_register, hppa64_cannot_store_register)
894 (hppa64_cannot_fetch_register): Likewise.
895 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
896 (mipsnbsd_cannot_store_register): Likewise.
897
898 2007-11-16 Markus Deuling <deuling@de.ibm.com>
899
900 * m32r-rom.c (m32r_supply_register): Use get_regcache_arch to get at
901 the current architecture by regcache.
902 * ppcnbsd-nat.c (ppcnbsd_supply_pcb): Likewise.
903 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
904 (fetch_register, supply_vrregset, fetch_ppc_registers)
905 (store_altivec_register, store_spe_register, store_register)
906 (fill_vrregset, store_ppc_registers): Likewise.
907 * ppcobsd-nat.c (ppcobsd_supply_pcb): Likewise.
908 * win32-nat.c (do_win32_fetch_inferior_registers)
909 (do_win32_store_inferior_registers): Likewise.
910 * procfs.c (procfs_fetch_registers, procfs_store_registers): Likewise.
911 * remote-m32r-sdi.c (m32r_fetch_registers)
912 (m32r_store_registers): Likewise.
913 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Likewise.
914
915 * trad-frame.c (trad_frame_alloc_saved_regs): Replace current_gdbarch by
916 gdbarch.
917 * user-regs.c (user_reg_map_name_to_regnum): Likewise.
918 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
919 (do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call)
920 (ppc64_sysv_abi_return_value): Likewise.
921 * m32c-tdep.c (m32c_register_reggroup_p): Likewise.
922 * m2-lang.c (build_m2_types): Likewise.
923 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache
924 * ppcnbsd-tdep.c (ppcnbsd_sigtramp_cache_init): Likewise.
925 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
926 * rs6000-tdep.c (ppc_dwarf2_frame_init_reg): Likewise.
927
928 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Use get_frame_arch to
929 get at the current architecture by frame_info.
930 * gcore.c (derive_stack_segment): Likewise.
931
932 * shnbsd-nat.c (GETREGS_SUPPLIES): Add gdbarch parameter.
933 (shnbsd_fetch_inferior_registers, shnbsd_store_inferior_registers): Add
934 gdbarch to GETREGS_SUPPLIES call.
935
936 2007-11-16 Ulrich Weigand <uweigand@de.ibm.com>
937
938 * elfread.c (ST_REGULAR, ST_DYNAMIC, ST_SYNTHETIC): New defines.
939 (elf_symtab_read): Rename DYNAMIC argument to TYPE. Do not access
940 ELF-private symbol data when processing synthetic symbols. Use
941 udata.p to get at size of ppc64 synthetic 'dot' symbols.
942 (elf_symfile_read): Pass TYPE argument to elf_symtab_read.
943
944 2007-11-15 Doug Evans <dje@google.com>
945
946 * buildsym.h (subfiles): Move ...
947 * buildsym.c (subfiles): ... to here and make static.
948
949 * symmisc.c (maintenance_info_symtabs): Print linetable info.
950
951 2007-11-15 Markus Deuling <deuling@de.ibm.com>
952
953 * mipsnbsd-tdep.h (SIZEOF_STRUCT_REG, SIZEOF_STRUCT_FPREG): Remove
954
955 2007-11-15 Markus Deuling <deuling@de.ibm.com>
956
957 * arm-tdep.c (arm_prologue_this_id): Replace LOWEST_PC by its
958 expression and use get_frame_arch to replace current_gdbarch by frame's
959 architecture.
960 * arm-tdep.h (LOWEST_PC): Remove
961
962 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
963
964 Apply const qualifier to some users of bp_location.
965 * breakpoint.h (struct bpstats): Make
966 the breakpoint_at field point at const bp_location.
967 * breakpoint.c (bpstat_alloc): Accept const
968 bp_location.
969 (breakpoint_here_p, breakpoint_inserted_here_p)
970 (software_breakpoint_inserted_here_p)
971 (breakpoint_thread_match, bpstat_stop_status)
972 (read_memory_nobpt, bpstat_have_active_hw_watchpoints): Use
973 const bp_location for iteration.
974 (print_it_typical, print_bp_stop_message): Use
975 const bp_location variable.
976
977 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
978
979 Make mark_breakpoints_out static.
980 * breakpoint.h (mark_breakpoints_out): Remove
981 declaration.
982 * breakpoint.c (mark_breakpoints_out): Make static.
983
984 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
985
986 Prevent clear_command from directly modifying breakpoint list.
987 * Makefile.in (breakpoint_h): Update dependency.
988 * breakpoint.c (clear_command): Do not remove
989 breakpoints from breakpoint_chain. Collect breakpoints
990 to delete in a vector.
991 * breakpoint.h (breakpoint_p): New typedef for pointer to
992 breakpoint. Register vector of breakpoint_p.
993
994 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
995
996 Remove 'run_cleanup'.
997 * defs.h (do_run_cleanups, make_run_cleanup): Remove
998 declarations.
999 * infcmd.c (run_command_1): Call clear_solib instead
1000 of do_run_cleanups.
1001 * jv-lang.c (java_rerun_cleanup): Remove, for lack of
1002 any use.
1003 * solib.c (solib_cleanup_queued, do_clear_solib): Remove.
1004 (update_solib_lib): Don't setup run cleanup.
1005 (no_shared_libraries): Call clear_solib, not do_clear_solib.
1006 * utils.c (run_cleanup_chain, make_run_cleanup)
1007 (do_run_cleanups): Remove.
1008
1009 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
1010
1011 Remove CLEAR_SOLIB use.
1012 * corelow.c (core_close): Don't check for CLEAR_SOLIB.
1013 * infcmd.c (attach_command): Likewise.
1014
1015 2007-11-14 Doug Evans <dje@google.com>
1016
1017 * buildsym.c (start_subfile,start_symtab): Doc fixes.
1018
1019 2007-11-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
1020
1021 * tui/tui-data.c (tui_prev_win): Guard against NULL.
1022
1023 2007-11-12 Markus Deuling <deuling@de.ibm.com>
1024
1025 * gdbarch.sh (gdbarch_alloc): Replace current_gdbarch by gdbarch. Remove
1026 obsolete comment.
1027 (verify_gdbarch, gdbarch_dump): Likewise.
1028 (do_read): Update comment.
1029 (addr_bit, bfd_arch_info, target_desc, long_long_bit, floatformat)
1030 (ptr_bit, name_of_malloc): Replace current_gdbarch by gdbarch.
1031 * gdbarch.{c,h}: Regenerate.
1032
1033 2007-11-12 Markus Deuling <deuling@de.ibm.com>
1034
1035 * xtensa-tdep.c (ARG_1ST): Replace ARGS_FIRST_REG by its expression.
1036 (ARGS_FIRST_REG): Remove.
1037 (areg_numer): New function.
1038 (xtensa_pseudo_register_read, xtensa_frame_prev_register)
1039 (xtensa_extract_return_value, xtensa_store_return_value)
1040 (xtensa_frame_cache): Replace AREG_NUMBER by areg_number.
1041 (AREG_NUMBER): Remove.
1042 (XTENSA_IS_ENTRY, ARG_NOF, ARG_1ST): Add gdbarch as parameter.
1043 (xtensa_frame_cache): Update use of XTENSA_IS_ENTRY.
1044 (xtensa_push_dummy_call): Update use of ARG_NOF.
1045 (extract_call_winsize): Add gdbarch as parameter. Replace
1046 current_gdbarch by gdbarch.
1047 (xtensa_extract_return_value, xtensa_store_return_value): Update call
1048 of extract_call_winsize.
1049
1050 2007-11-10 Joel Brobecker <brobecker@adacore.com>
1051
1052 * NEWS: Add entry for new set/show print frame-args command.
1053
1054 2007-11-09 Kevin Buettner <kevinb@redhat.com>
1055
1056 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Add missing
1057 register number to map. Adjust warning check and error/warning
1058 return value code to match expectations of this function's callers.
1059
1060 2007-11-09 Joel Brobecker <brobecker@adacore.com>
1061
1062 * stack.c (print_this_frame_argument_p): Handle arguments passed
1063 by reference properly.
1064
1065 2007-11-09 Joel Brobecker <brobecker@adacore.com>
1066
1067 * stack.c (print_frame_arguments_choices): New static global.
1068 (print_frame_arguments): Likewise.
1069 (print_this_frame_argument_p): New function.
1070 (print_frame_args): Print the argument value only when appropriate.
1071 (_initialize_task): Add new "set/show print frame-arguments" command.
1072
1073 2007-11-09 Luis Machado <luisgpm@br.ibm.com>
1074
1075 * ppc-linux-nat.c (ppc_linux_insert_watchpoint): Move
1076 saved_dabr_value assignment to the correct position.
1077
1078 2007-11-09 Markus Deuling <deuling@de.ibm.com>
1079
1080 * arch-utils.c (generic_convert_register_p): Add gdbarch as parameter.
1081 * arch-utils.h (generic_convert_register_p): Likewise.
1082
1083 2007-11-09 Markus Deuling <deuling@de.ibm.com>
1084
1085 * gdbarch.sh (convert_register_p): Add gdbarch as parameter.
1086 * ia64-tdep.c (ia64_convert_register_p): Likewise.
1087 * i387-tdep.c (i387_convert_register_p): Likewise.
1088 * i387-tdep.h (i387_convert_register_p): Likewise.
1089 * alpha-tdep.c (alpha_convert_register_p): Likewise.
1090 * gdbarch.{c,h}: Regenerate.
1091
1092 * rs6000-tdep.c (rs6000_convert_register_p): Add gdbarch as parameter.
1093 Replace current_gdbarch by gdbarch.
1094 * mips-tdep.c (mips_convert_register_p): Likewise.
1095 * m68k-tdep.c (m68k_convert_register_p): Likewise.
1096 * i386-tdep.c (i386_convert_register_p): Likewise.
1097
1098 2007-11-08 Aleksandar Ristovski <aristovski@qnx.com>
1099
1100 * gdb_string.h: Include <strings.h>.
1101
1102 2007-11-08 Vladimir Prus <vladimir@codesourcery.com>
1103
1104 * breakpoint.c (break_command_1): Remove
1105 pending_bp parameter.
1106 (create_breakpoint): Likewise.
1107 (create_breakpoints): Likewise. Adjust call to
1108 create_breakpoint.
1109 (break_command_1): Likewise. Adjust call to
1110 create_breakpoints.
1111 (do_captured_breakpoint): Adjust call to
1112 create_breakpoints.
1113 (break_command, tbreak_command, hbreak_command)
1114 (stopin_command, stopat_command): Adjust call
1115 to break_command_1.
1116
1117 2007-11-07 Joseph Myers <joseph@codesourcery.com>
1118 Daniel Jacobowitz <dan@codesourcery.com>
1119
1120 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Right-align
1121 struct values smaller than one doubleword; left-align those
1122 larger. Pass structs containing a single floating-point value in
1123 registers.
1124
1125 2007-11-07 Joseph Myers <joseph@codesourcery.com>
1126 Daniel Jacobowitz <dan@codesourcery.com>
1127
1128 * gdbtypes.c (floatformats_ibm_long_double): New.
1129 * gdbtypes.h (floatformats_ibm_long_double): Declare.
1130 * ia64-tdep.c (floatformat_ia64_ext): Update for addition of
1131 split_half field.
1132 * mips-tdep.c (n32n64_floatformat_always_valid,
1133 floatformat_n32n64_long_double_big, floatformats_n32n64_long):
1134 Remove.
1135 (mips_gdbarch_init): Use floatformats_ibm_long_double instead of
1136 floatformats_n32n64_long.
1137 * ppc-linux-tdep.c (ppc_linux_init_abi): Use 128-bit IBM long
1138 double.
1139 * doublest.c (convert_floatformat_to_doublest,
1140 convert_doublest_to_floatformat): Handle split floating-point
1141 formats.
1142 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Handle IBM long
1143 double arguments.
1144 (ppc64_sysv_abi_push_dummy_call): Likewise.
1145 (do_ppc_sysv_return_value): Handle IBM long double return.
1146
1147 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
1148
1149 Fix crash when a variable object being deleted
1150 has any of its children deleted previously.
1151
1152 * varobj.c (delete_variable_1): Don't recurse
1153 into deleted children.
1154
1155 2007-11-07 Markus Deuling <deuling@de.ibm.com>
1156
1157 * gdbarch.sh (legacy_virtual_frame_pointer): Add gdbarch parameter.
1158 * gdbarch.{c,h}: Regenerate.
1159 * arch-utils.c (legacy_virtual_frame_pointer): Add gdbarch parameter.
1160 Replace current_gdbarch by gdbarch.
1161 * m32c-tdep.c (m32c_virtual_frame_pointer): Likewise.
1162 * mips-tdep.c (mips_virtual_frame_pointer): Likewise.
1163 * spu-tdep.c (spu_virtual_frame_pointer): Likewise.
1164
1165 2007-11-07 Markus Deuling <deuling@de.ibm.com>
1166
1167 * shnbsd-tdep.c (shnbsd_supply_gregset, shnbsd_collect_gregset): Use
1168 get_regcache_arch to get at the current architecture by regcache.
1169 * xstormy16-tdep.c (xstormy16_frame_prev_register): Use get_frame_arch
1170 to get at the current architecture by frame_info.
1171 * fbsd-nat.c (fbsd_make_corefile_notes): Use get_regcache_arch to get
1172 at the current architecture by regcache.
1173 * gnu-v3-abi.c (gnuv3_skip_trampoline): Use get_frame_arch to get at
1174 the current architecture by frame_info.
1175 (build_gdb_vtable_type): Replace current_gdbarch by gdbarch.
1176 * aix-thread.c (special_register_p): Add gdbarch as parameter.
1177 (fetch_regs_kernel_thread, store_regs_kernel_thread): Add gdbarch to
1178 caller of special_register_p.
1179
1180 2007-11-07 Markus Deuling <deuling@de.ibm.com>
1181
1182 * infcall.c (call_function_by_hand): Use get_frame_arch to get at the
1183 current architecture by frame_info.
1184
1185 2007-11-07 Markus Deuling <deuling@de.ibm.com>
1186
1187 * xtensa-tdep.h (SIZEOF_GREGSET, XTENSA_ELF_NGREG) Remove.
1188
1189 2007-11-07 Markus Deuling <deuling@de.ibm.com>
1190
1191 * s390-nat.c (supply_gregset, fill_gregset): Use get_regcache_arch to
1192 get at the current architecture by regcache.
1193 (SUBOFF): Add gdbarch to macro definition.
1194
1195 2007-11-07 Markus Deuling <deuling@de.ibm.com>
1196
1197 * gdbarch.sh (breakpoint_from_pc): Add gdbarch parameter.
1198 * gdbarch.{c,h}: Regenerate.
1199
1200 * xtensa-tdep.c (xtensa_breakpoint_from_pc): Add gdbarch parameter.
1201 Replace current_gdbarch by gdbarch.
1202 * sh-tdep.c (sh_breakpoint_from_pc): Likewise.
1203 * sh64-tdep.c (sh64_breakpoint_from_pc): Likewise.
1204 * score-tdep.c (score_breakpoint_from_pc): Likewise.
1205 * mips-tdep.c (mips_breakpoint_from_pc): Likewise.
1206 * m32r-tdep.c (m32r_breakpoint_from_pc): Likewise.
1207 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Likewise.
1208 * arm-tdep.c (arm_breakpoint_from_pc): Likewise.
1209
1210 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Add gdbarch
1211 parameter.
1212 * vax-tdep.c (vax_breakpoint_from_pc): Likewise.
1213 * v850-tdep.c (v850_breakpoint_from_pc): Likewise.
1214 * spu-tdep.c (spu_breakpoint_from_pc): Likewise.
1215 * sparc-tdep.c (sparc_breakpoint_from_pc): Likewise.
1216 * s390-tdep.c (s390_breakpoint_from_pc): Likewise.
1217 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Likewise.
1218 * mt-tdep.c (mt_breakpoint_from_pc): Likewise.
1219 * mep-tdep.c (mep_breakpoint_from_pc): Likewise.
1220 * m88k-tdep.c (m88k_breakpoint_from_pc): Likewise.
1221 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Likewise.
1222 * m32c-tdep.c (m32c_breakpoint_from_pc): Likewise.
1223 * ia64-tdep.c (ia64_breakpoint_from_pc): Likewise.
1224 * i386-tdep.c (i386_breakpoint_from_pc): Likewise.
1225 * hppa-tdep.c (hppa_breakpoint_from_pc): Likewise.
1226 * h8300-tdep.c (h8300_breakpoint_from_pc): Likewise.
1227 * frv-tdep.c (frv_breakpoint_from_pc): Likewise.
1228 * cris-tdep.c (cris_breakpoint_from_pc): Likewise.
1229 * avr-tdep.c (avr_breakpoint_from_pc): Likewise.
1230 * alpha-tdep.c (alpha_breakpoint_from_pc): Likewise.
1231 * m68k-tdep.c (m68k_local_breakpoint_from_pc): Likewise.
1232
1233 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Add gdbarch parameter.
1234 Replace current_gdbarch by gdbarch.
1235 (rs6000_software_single_step): Use get_frame_arch to get at the
1236 current architecture by frame_info. Add gdbarch to
1237 rs6000_breakpoint_from_pc call.
1238
1239 2007-11-07 Markus Deuling <deuling@de.ibm.com>
1240
1241 * frv-tdep.c (frv_register_name, frv_check_watch_resources): Replace
1242 macro CURRENT_VARIANT by its expression.
1243 (CURRENT_VARIANT): Remove.
1244 (frv_check_watch_resources): Add gdbarch parameter.
1245
1246 2007-11-07 Markus Deuling <deuling@de.ibm.com>
1247
1248 * MAINTAINERS (Write After Approval): Add self.
1249
1250 2007-11-05 Ulrich Weigand <uweigand@de.ibm.com>
1251
1252 * features/rs6000/power-core.xml: Use uint32 as register type.
1253 * features/rs6000/power64-core.xml: Use uint64/uint32 as register type.
1254 * features/rs6000/powerpc-32.c: Regenerate.
1255 * features/rs6000/powerpc-403.c: Regenerate.
1256 * features/rs6000/powerpc-403gc.c: Regenerate.
1257 * features/rs6000/powerpc-505.c: Regenerate.
1258 * features/rs6000/powerpc-602.c: Regenerate.
1259 * features/rs6000/powerpc-603.c: Regenerate.
1260 * features/rs6000/powerpc-604.c: Regenerate.
1261 * features/rs6000/powerpc-64.c: Regenerate.
1262 * features/rs6000/powerpc-7400.c: Regenerate.
1263 * features/rs6000/powerpc-750.c: Regenerate.
1264 * features/rs6000/powerpc-860.c: Regenerate.
1265 * features/rs6000/powerpc-e500.c: Regenerate.
1266
1267 2007-11-05 Joel Brobecker <brobecker@adacore.com>
1268
1269 * breakpoint.c (set_raw_breakpoint_without_location): Make static.
1270
1271 2007-11-05 Joel Brobecker <brobecker@adacore.com>
1272
1273 * breakpoint.h (create_solib_load_event_breakpoint)
1274 (create_solib_unload_event_breakpoint)
1275 (create_fork_event_catchpoint, create_vfork_event_catchpoint)
1276 (create_exec_event_catchpoint): Delete declaration.
1277 * breakpoint.c (create_solib_load_event_breakpoint)
1278 (solib_load_unload_1, create_solib_unload_event_breakpoint): Delete.
1279 (create_fork_event_catchpoint, create_vfork_event_catchpoint)
1280 (create_exec_event_catchpoint): Make static.
1281
1282 2007-11-05 Joel Brobecker <brobecker@adacore.com>
1283
1284 * breakpoint.h (set_breakpoint_sal): Remove declaration.
1285 * breakpoint.c (set_breakpoint_sal): Delete.
1286
1287 2007-11-05 Joel Brobecker <brobecker@adacore.com>
1288
1289 * buildsym.c (finish_block): Remove "#if 1"/"#endif" brackets.
1290 (make_blockvector): Likewise. Remove FIXME comment.
1291
1292 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
1293
1294 * printcmd.c: (printf_command): Add support for new DFP
1295 modifiers %H, %D and %DD.
1296 * configure.ac: Add check for DECFLOAT printf support.
1297 * configure: Regenerated.
1298
1299 2007-11-02 Ulrich Weigand <uweigand@de.ibm.com>
1300
1301 * gdbtypes.h (struct cplus_struct_type): Remove runtime_ptr member.
1302 (TYPE_RUNTIME_PTR, TYPE_VTABLE, TYPE_HAS_VTABLE,
1303 TYPE_PRIMARY_BASE, TYPE_VIRTUAL_BASE_LIST): Remove macros.
1304 (HP_ACC_VFUNC_START, HP_ACC_VBASE_START, HP_ACC_TYPEINFO_OFFSET,
1305 HP_ACC_TOP_OFFSET_OFFSET): Likewise.
1306 (has_vtable, primary_base_class, virtual_base_list_length,
1307 virtual_base_list_length_skip_primaries, virtual_base_index,
1308 virtual_base_index_skip_primaries, class_index_in_primary_list,
1309 count_virtual_fns): Remove prototypes.
1310 * gdbtypes.c (has_vtable, primary_base_class, current_vbase_list,
1311 virtual_base_list_aux, virtual_base_list, virtual_base_list_length,
1312 virtual_base_list_length_skip_primaries, virtual_base_index,
1313 virtual_base_index_skip_primaries, class_index_in_primary_list,
1314 count_virtual_fns): Remove.
1315
1316 * cp-valprint.c (cp_print_hpacc_virtual_table_entries): Remove.
1317 (hpacc_vtbl_ptr_name, hpacc_vtbl_ptr_type_name): Remove.
1318 (cp_print_value_fields): Remove support for HP aCC vtables.
1319 (cp_print_value): Likewise.
1320 * c-typeprint.c (c_type_print_base): Likewise.
1321
1322 * value.h (find_rt_vbase_offset): Remove prototype.
1323 * valops.c (find_rt_vbase_offset): Remove.
1324 (search_struct_method): Remove support for HP aCC vtables.
1325 (find_method_list): Likewise.
1326
1327 2007-11-02 Ulrich Weigand <uweigand@de.ibm.com>
1328
1329 * language.h (struct language_defn): Remove la_builtin_type_vector
1330 and string_char_type members.
1331 * language.c (language_string_char_type): No longer consult
1332 la->string_char_type.
1333 (language_lookup_primitive_type_by_name): No longer consult
1334 current_language->la_builtin_type_vector.
1335
1336 * language.c (unknown_language_defn, auto_language_defn,
1337 local_language_defn): Adapt initializer.
1338 * ada-lang.c (ada_language_defn): Likewise.
1339 * c-lang.c (c_language_defn, cplus_language_defn, asm_language_defn,
1340 minimal_language_defn): Likewise.
1341 * f-lang.c (f_language_defn): Likewise.
1342 * jv-lang.c (java_language_defn): Likewise.
1343 * m2-lang.c (m2_language_defn): Likewise.
1344 * objc-lang.c (objc_language_defn): Likewise.
1345 * p-lang.c (pascal_language_defn): Likewise.
1346 * scm-lang.c (scm_language_defn): Likewise.
1347
1348 2007-11-02 Markus Deuling <deuling@de.ibm.com>
1349
1350 * frame.c (frame_id_inner): Add gdbarch parameter. Replace
1351 current_gdbarch by gdbarch.
1352 (frame_find_by_id, get_prev_frame_1): Use get_frame_arch to get at the
1353 current architecture by frame_info.
1354 * frame.h (frame_id_inner): Add gdbarch parameter.
1355 * stack.c (return_command): Use get_frame_arch to get at the current
1356 architecture by frame_info. Update call of frame_id_inner.
1357 * infrun.c (handle_inferior_event): Likewise.
1358 * dummy-frame.c (dummy_frame_push): Use get_regcache_arch to get at the
1359 current architecture by regcache. Update call of frame_id_inner.
1360
1361 2007-11-02 Markus Deuling <deuling@de.ibm.com>
1362
1363 * gdbarch.sh (register_name): Add gdbarch parameter.
1364 * gdbarch.{c,h}: Regenerate.
1365
1366 * target-descriptions.c (tdesc_register_name): Add gdbarch parameter.
1367 (tdesc_register_name): Replace current_gdbarch by gdbarch.
1368 * target-descriptions.h (tdesc_register_name): Add gdbarch parameter.
1369
1370 * xstormy16-tdep.c (xstormy16_register_name): Add gdbarch parameter.
1371 * vax-tdep.c (vax_register_name): Add gdbarch parameter.
1372 * spu-tdep.c (spu_register_name): Add gdbarch parameter.
1373 * s390-tdep.c (s390_register_name): Add gdbarch parameter.
1374 * mt-tdep.c (mt_register_name): Add gdbarch parameter.
1375 (mt_registers_info): Replace current_gdbarch by gdbarch.
1376 (mt_register_reggroup_p): Add gdbarch to mt_register_name call.
1377 * mips-tdep.c (mips_register_name): Add gdbarch parameter. Replace
1378 current_gdbarch by gdbarch.
1379 (mips_register_name): Add gdbarch to tdesc_register_name call.
1380 * mep-tdep.c (mep_register_name): Add gdbarch parameter. Replace
1381 current_gdbarch by gdbarch.
1382 (mep_register_reggroup_p): Add gdbarch to mep_register_name call.
1383 * m32c-tdep.c (m32c_register_name): Add gdbarch parameter. Replace
1384 current_gdbarch by gdbarch.
1385 * m88k-tdep.c (m88k_register_name): Add gdbarch parameter.
1386 * m68k-tdep.c (m68k_register_name): Add gdbarch parameter.
1387 * m32r-tdep.c (m32r_register_name): Add gdbarch parameter.
1388 (m32r_frame_unwind_cache): Use get_frame_arch to get at the current
1389 architecture by frame_info.
1390 * iq2000-tdep.c (iq2000_register_name): Add gdbarch parameter.
1391 * ia64-tdep.c (ia64_register_name): Add gdbarch parameter.
1392 * hppa-tdep.c (hppa32_register_name, hppa64_register_name): Add gdbarch
1393 parameter.
1394 * h8300-tdep.c (h8300_register_name, h8300s_register_name)
1395 (h8300sx_register_name): Add gdbarch parameter.
1396 * cris-tdep.c (cris_register_name, crisv32_register_name): Add
1397 gdbarch parameter. Replace current_gdbarch by gdbarch.
1398 (cris_gdbarch_init): Replace current_gdbarch by gdbarch (comment).
1399 * avr-tdep.c (avr_register_name): Add gdbarch parameter.
1400 * arm-tdep.c (arm_register_name): Add gdbarch paramete
1401 * amd64-tdep.c (amd64_register_name): Add gdbarch parameter. Update
1402 caller.
1403 * amd64-tdep.h (amd64_register_name): Add gdbarch parameter.
1404 * amd64-linux-tdep.c (amd64_linux_register_name): Add gdbarch parameter.
1405 * alpha-tdep.c (alpha_register_name): Add gdbarch parameter.
1406 (alpha_cannot_fetch_register, alpha_cannot_store_register): Update call
1407 of alpha_register_name.
1408 * frv-tdep.c (frv_register_name): Add gdbarch parameter.
1409 * i386-tdep.c (i386_register_name): Add gdbarch parameter. Replace
1410 current_gdbarch by gdbarch.
1411 (i386_register_type): Replace ?current_gdbarch by gdbarch.
1412 * i386-tdep.h (i386_register_name): Add gdbarch parameter.
1413 * i386-linux-tdep.c (i386_linux_register_name): Add gdbarch parameter.
1414
1415 * m68hc11-tdep.c (m68hc11_register_name): Add gdbarch parameter.
1416 (m68hc11_register_reggroup_p): Add gdbarch to call of
1417 m68hc11_register_name.
1418 * mn10300-tdep.c (mn10300_generic_register_name, am33_register_name)
1419 (am33_2_register_name): Add gdbarch parameter.
1420 (mn10300_frame_unwind_cache): Use get_frame_arch to get at the current
1421 architecture by frame_info.
1422 (mn10300_dump_tdep): Replace current_gdbarch by gdbarch.
1423 * rs6000-tdep.c (rs6000_register_name): Add gdbarch parameter. Replace
1424 current_gdbarch by gdbarch.
1425 * score-tdep.c (score_register_name): Add gdbarch parameter.
1426 (score_return_value, score_push_dummy_call): Replace current_gdbarch
1427 by gdbarch.
1428 * sh64-tdep.c (sh64_register_name): Add gdbarch parameter.
1429 (sh64_compact_reg_base_num, sh64_register_convert_to_virtual)
1430 (sh64_register_convert_to_raw, sh64_fv_reg_base_num)
1431 (sh64_dr_reg_base_num, sh64_fpp_reg_base_num): Add gdbarch parameter
1432 and update caller. Replace current_gdbarch by gdbarch.
1433 (sh64_extract_return_value, sh64_store_return_value): Use
1434 get_regcache_arch to get at the current architecture by regcache.
1435 * sh-tdep.c (sh_sh_register_name, sh_sh3_register_name)
1436 (sh_sh3e_register_name, sh_sh2e_register_name, sh_sh2a_register_name)
1437 (sh_sh2a_nofpu_register_name, sh_sh_dsp_register_name)
1438 (sh_sh3_dsp_register_name, sh_sh4_register_name)
1439 (sh_sh4_nofpu_register_name, sh_sh4al_dsp_register_name): Add gdbarch
1440 parameter.
1441 (fv_reg_base_num, dr_reg_base_num, sh_justify_value_in_reg)
1442 (sh_next_flt_argreg): Add gdbarch parameter and update caller. Replace
1443 current_gdbarch by gdbarch.
1444 (sh_extract_return_value_fpu, sh_store_return_value_fpu): Use
1445 get_regcache_arch to get at the current architecture by regcache.
1446 * sparc-tdep.c (sparc32_register_name): Add gdbarch parameter.
1447 * sparc64-tdep.c (sparc64_register_name): Add gdbarch parameter.
1448 * v850-tdep.c (v850_register_name, v850e_register_name): Add gdbarch
1449 parameter.
1450 (v850_unwind_sp, v850_unwind_pc): Replace current_gdbarch by gdbarch.
1451 * xtensa-tdep.c (xtensa_register_name): Add gdbarch parameter. Replace
1452 current_gdbarch by gdbarch.
1453 (xtensa_pseudo_register_read, xtensa_pseudo_register_write)
1454 (xtensa_frame_prev_register): Add gdbarch parameter to
1455 xtensa_register_name call.
1456
1457 2007-10-31 Ulrich Weigand <uweigand@de.ibm.com>
1458
1459 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Fall back to
1460 find_solib_trampoline_target if PC is not in .plt section.
1461
1462 2007-10-31 Ulrich Weigand <uweigand@de.ibm.com>
1463
1464 * elfread.c (elf_symtab_read): When constructing a solib trampoline
1465 minimal symbol from an undefined dynamic symbol, use proper section.
1466
1467 2007-10-31 Markus Deuling <deuling@de.ibm.com>
1468
1469 * arm-linux-nat.c (fetch_register, fetch_regs): Use get_regcache_arch
1470 to get at the current architecture by regcache.
1471
1472 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1473
1474 * libunwind-frame.c (libunwind_frame_sniffer)
1475 libunwind_frame_prev_register, libunwind_sigtramp_frame_sniffer)
1476 (libunwind_frame_cache): Use get_frame_arch to get at the current
1477 architecture by frame_info.
1478 (libunwind_get_reg_special): Replace current_gdbarch by gdbarch.
1479
1480 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1481
1482 * iq2000-tdep.c (iq2000_frame_prev_register): Use get_frame_arch to get
1483 at the current architecture by frame_info.
1484
1485 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1486
1487 * inf-child.c (inf_child_fetch_inferior_registers): Use
1488 get_regcache_arch to get at the current architecture by regcache.
1489
1490 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1491
1492 * inf-ptrace.c (inf_ptrace_fetch_registers)
1493 (inf_ptrace_fetch_register, inf_ptrace_store_register)
1494 (inf_ptrace_store_registers): Use get_regcache_arch to get at the
1495 current architecture by regcache.
1496
1497 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1498
1499 * hpux-thread.c (hpux_thread_fetch_registers)
1500 (hpux_thread_store_registers): Use get_regcache_arch to get at the
1501 current architecture by regcache.
1502
1503 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1504
1505 * hppa-tdep.c (hppa_frame_cache): Use get_frame_arch to get at the
1506 current architecture by frame_info.
1507
1508 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1509
1510 * go32-nat.c (fetch_register, go32_fetch_registers, store_register)
1511 (go32_store_registers): Use get_regcache_arch to get at the current
1512 architecture by regcache.
1513
1514 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1515
1516 * gdbtypes.c (gdbtypes_post_init): Replace current_gdbarch by gdbarch.
1517
1518 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1519
1520 * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Use get_frame_arch
1521 to get at the current architecture by frame_info.
1522
1523 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1524
1525 * f-lang.c (build_fortran_types): Replace current_gdbarch by gdbarch.
1526
1527 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1528
1529 * core-regset.c (fetch_core_registers): Use get_regcache_arch to get at
1530 the current architecture by regcache.
1531
1532 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1533
1534 * corelow.c (get_core_registers): Use get_regcache_arch to get at the
1535 current architecture by regcache.
1536
1537 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1538
1539 * bsd-uthread.c (bsd_uthread_fetch_registers)
1540 (bsd_uthread_store_registers): Use get_regcache_arch to get at the
1541 current architecture by regcache.
1542
1543 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1544
1545 * avr-tdep.c (avr_frame_unwind_cache, avr_frame_prev_register): Use
1546 get_frame_arch to get at the current architecture by frame_info.
1547
1548 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1549
1550 * arm-tdep.c (arm_get_next_pc): Replace current_gdbarch by gdbarch.
1551
1552 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1553
1554 * armnbsd-nat.c (arm_supply_gregset, fetch_register, store_register)
1555 (store_regs): Use get_regcache_arch to get at the current architecture
1556 by regcache.
1557
1558 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1559
1560 * arm-linux-tdep.c (arm_linux_supply_gregset): Use get_regcache_arch
1561 to get at the current architecture by regcache.
1562
1563 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1564
1565 * alphabsd-nat.c (alphabsd_fetch_inferior_registers)
1566 (alphabsd_store_inferior_registers): Use get_regcache_arch to get at
1567 the current architecture by regcache.
1568
1569 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1570
1571 * ada-lang.c (ada_language_arch_info): Replace current_gdbarch by
1572 gdbarch.
1573
1574 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
1575
1576 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Check the selected
1577 soft float and vector ABIs. Support the generic vector ABI for
1578 AltiVec types.
1579 (do_ppc_sysv_return_value): Likewise. Correct argument types and
1580 casts.
1581 (ppc64_sysv_abi_push_dummy_call): Assert that floating point is
1582 supported.
1583 * ppc-tdep.h (enum powerpc_vector_abi): New.
1584 (struct gdbarch_tdep): Add soft_float and vector_abi.
1585 * rs6000-tdep.c (setpowerpccmdlist, showpowerpccmdlist)
1586 (powerpc_soft_float_global, powerpc_vector_strings)
1587 (powerpc_vector_abi_global, powerpc_vector_abi_string): New.
1588 (rs6000_gdbarch_init): Check for soft-float and vector ABI markings.
1589 (set_powerpc_command, show_powerpc_command, powerpc_set_soft_float)
1590 (powerpc_set_vector_abi): New.
1591 (_initialize_rs6000_tdep): Register "set powerpc" and "show powerpc"
1592 commands.
1593 * Makefile.in (elf_ppc_h): New.
1594 (rs6000-tdep.o): Update.
1595
1596 2007-10-29 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
1597
1598 * ppc-linux-tdep.c (ppc32_linux_reg_offsets): Corrected
1599 swapped offsets and VRSAVE offset.
1600 (ppc64_linux_reg_offsets): Corrected swapped offsets.
1601 (ppc32_linux_vrregset): Added.
1602 (ppc_linux_regset_from_core_section): Added support for
1603 .reg-ppc-vmx section.
1604 * ppc-tdep.h (ppc_altivec_support_p): Declare.
1605 (ppc_supply_vrregset): Declare.
1606 (ppc_collect_vrregset): Declare.
1607 * rs6000-tdep.c (ppc_altivec_support_p): Added.
1608 (ppc_supply_vrregset): Added.
1609 (ppc_collect_vrregset): Added.
1610 * corelow.c (get_core_registers): Added support for
1611 .reg-ppc-vmx section.
1612
1613 2007-10-29 Joel Brobecker <brobecker@adacore.com>
1614
1615 GDB 6.7.1 released.
1616
1617 2007-10-26 Jim Blandy <jimb@codesourcery.com>
1618
1619 * ax-gdb.h (expr_to_address_and_size): Delete declaration for
1620 deleted function.
1621
1622 * tracepoint.c (tracepoint_operation): Report the deletion event
1623 after we have unlinked the tracepoint from the list, and use the
1624 proper tracepoint number.
1625
1626 * ax-gdb.c (expr_to_agent): Delete unused function.
1627 (expr_to_address_and_size): Delete #if 0'd function.
1628 * ax-gdb.h (expr_to_agent): Delete declaration.
1629
1630 * ax-gdb.c (gen_cast): Remove redundant assignment to
1631 value->type. Doc fix.
1632
1633 * ax-general.c (gen_traced_pop, gen_int_literal)
1634 (gen_usual_arithmetic): Check for typedefs.
1635
1636 2007-10-26 Joel Brobecker <brobecker@adacore.com>
1637
1638 * parse.c (prefixify_expression): Minor reformatting.
1639
1640 2007-10-25 Daniel Jacobowitz <dan@codesourcery.com>
1641
1642 * version.in: Use dot instead of dash.
1643
1644 2007-10-25 Daniel Jacobowitz <dan@codesourcery.com>
1645
1646 * linux-thread-db.c (check_for_thread_db): Only print if info_verbose.
1647
1648 2007-10-25 Pedro Alves <pedro_alves@portugalmail.pt>
1649
1650 * memory-map.c (parse_memory_map): Don't use an empty struct
1651 initializer.
1652
1653 2007-10-25 Pedro Alves <pedro_alves@portugalmail.pt>
1654
1655 * signals/signals.c (signals): Update pointer to enum
1656 target_signal declaration.
1657
1658 2007-10-25 Wu Zhou <woodzltc@cn.ibm.com>
1659 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
1660 Jim Blandy <jimb@codesourcery.com>
1661
1662 * dwarf2read.c (read_partial_die): check the value
1663 of DW_AT_calling_convention in Fortran programs.
1664
1665 2007-10-25 Wu Zhou <woodzltc@cn.ibm.com>
1666 Thiago Jung Bauermann <bauerman@br.ibm.com>
1667
1668 * c-exp.y (YYSTYPE): Add typed_val_decfloat for decimal
1669 floating point in YYSTYPE union.
1670 (DECFLOAT) Add token and expression element handling code.
1671 (parse_number): Parse DFP constants, which end with suffix 'df',
1672 'dd' or 'dl'. Return DECFLOAT.
1673 * eval.c (evaluate_subexp_standard): Call value_from_decfloat to
1674 handle OP_DECFLOAT.
1675 * expression.h (enum exp_opcode): Add an opcode (OP_DECFLOAT)
1676 for DFP constants.
1677 (union exp_element): Add decfloatconst to represent DFP
1678 elements, which is 16 bytes by default.
1679 * parse.c (write_exp_elt_decfloatcst): New function to write a
1680 decimal float const into the expression.
1681 (operator_length_standard): Set operator length for OP_DECFLOAT
1682 to 4.
1683 * parser-defs.h (write_exp_elt_decfloatcst): Prototype.
1684 * valarith.c (value_neg): Add code to handle the negation
1685 operation of DFP values.
1686 * value.c (value_from_decfloat): New function to get the value
1687 from a decimal floating point.
1688 * value.h (value_from_decfloat): Prototype.
1689
1690 2007-10-25 Wu Zhou <woodzltc@cn.ibm.com>
1691 Thiago Jung Bauermann <bauerman@br.ibm.com>
1692
1693 * c-lang.c (c_create_fundamental_type): Create fundamental
1694 types for DFP.
1695 * c-typeprint.c (c_type_print_varspec_prefix): Add
1696 TYPE_CODE_DECFLOAT to no prefix needed case.
1697 (c_type_print_varspec_suffix): Add TYPE_CODE_DECFLOAT to no
1698 suffix needed case.
1699 * c-valprint.c (c_val_print): Call print_decimal_floating to
1700 print DFP values.
1701 * dwarf2read.c (read_base_type): Read DW_ATE_decimal_float
1702 attribute code and return TYPE_CODE_DECFLOAT.
1703 (dwarf_base_type): Set dwarf2_fundamental_type for DFP values.
1704 * gdbtypes.c (gdbtypes_post_init): Initialize builtin_decfloat,
1705 builtin_decdouble and builtin_declong.
1706 * gdbtypes.h (enum type_code): Add TYPE_CODE_DECFLOAT as a
1707 type code for DFP.
1708 (FT_DECFLOAT, FT_DBL_PREC_DECFLOAT, FT_EXT_PREC_DECFLOAT): New
1709 types, for decimal floating point.
1710 (FT_NUM_MEMBERS): Increment, new types added.
1711 (struct builtin_type): Add builtin_decfloat, builtin_decdouble
1712 and builtin_declong.
1713 * valprint.c (print_decimal_floating): New function to print DFP
1714 values.
1715 * value.h (print_decimal_floating): Prototype.
1716
1717 2007-10-25 Wu Zhou <woodzltc@cn.ibm.com>
1718 Thiago Jung Bauermann <bauerman@br.ibm.com>
1719
1720 * Makefile.in (LIBDECNUMBER_DIR, LIBDECNUMBER, LIBDECNUMBER_SRC
1721 LIBDECNUMBER_CFLAGS): New macros for libdecnumber.
1722 (INTERNAL_CFLAGS_BASE): Add LIBDECNUMBER_CFLAGS in.
1723 (INSTALLED_LIBS): Add -ldecnumber in.
1724 (CLIBS): Add LIBDECNUMBER in.
1725 (decimal128_h, decimal64_h, decimal32_h): New macros for decimal
1726 headers.
1727 (dfp_h): New macros for decimal floating point.
1728 (dfp.o): New target.
1729 (COMMON_OBS): Add dfp.o in.
1730 (c-exp.o): Add dfp_h as dependency.
1731 (valprint.o): Add dfp_h as dependency.
1732 (value.o): Add dfp_h as dependency.
1733 * dfp.h: New header file for decimal floating point support in
1734 GDB.
1735 * dfp.c: New source file for decimal floating point support in
1736 GDB. Implement decimal_from_string and decimal_to_string based
1737 on libdecnumber API.
1738 * configure.ac: Add AC_C_BIGENDIAN test.
1739 * config.in, configure: Regenerate.
1740
1741 2007-10-25 David Ung <davidu@mips.com>
1742 Maciej W. Rozycki <macro@mips.com>
1743
1744 PR exp/1926
1745 * infcmd.c (registers_info): Check for a user register before
1746 calling target's gdbarch_print_registers_info(). If found to be
1747 so, extract the implicit value of user register and call
1748 print_scalar_formatted().
1749 * Makefile.in: (infcmd.o): Add $(user_regs_h).
1750
1751 2007-10-25 Joel Brobecker <brobecker@adacore.com>
1752
1753 * NEWS: Document status of hppa64-hpux support.
1754
1755 2007-10-24 Ulrich Weigand <uweigand@de.ibm.com>
1756
1757 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
1758 set_solib_ops to install SVR4 operations.
1759 (_initialize_svr4_solib): Do not set current_target_so_ops.
1760
1761 * config/i386/i386gnu.mh (NATDEPFILES): Move solib.o, solib-svr4.o ...
1762 * config/i386/i386gnu.mt (TDEPFILES): ... to here.
1763
1764 2007-10-24 Ulrich Weigand <uweigand@de.ibm.com>
1765
1766 * solib-svr4.c (legacy_svr4_fetch_link_map_offsets_hook): Remove.
1767 (solib_svr4_init): Initialize fetch_link_map_offsets to NULL.
1768 * solib-svr4.h (legacy_svr4_fetch_link_map_offsets_hook): Remove.
1769 * solib-legacy.c: Remove file.
1770
1771 * config/alpha/alpha-linux.mt (TDEPFILES): Remove solib-legacy.o.
1772 * config/arm/linux.mt (TDEPFILES): Likewise.
1773 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
1774 * config/ia64/linux.mt (TDEPFILES): Likewise.
1775 * config/m32r/linux.mt (TDEPFILES): Likewise.
1776 * config/powerpc/linux.mt (TDEPFILES): Likewise.
1777 * config/s390/s390.mt (TDEPFILES): Likewise.
1778
1779 * alpha-linux-tdep.c (alpha_linux_init_abi): Call
1780 set_solib_svr4_fetch_link_map_offsets.
1781 * i386gnu-tdep.c (i386gnu_init_abi): Likewise.
1782 * ia64-linux-tdep.c (ia64_linux_init_abi): Likewise.
1783
1784 * i386gnu-tdep.c: Include "solib-svr4.h".
1785 * Makefile.in: Update dependencies.
1786
1787 2007-10-24 Ulrich Weigand <uweigand@de.ibm.com>
1788
1789 * i386-nto-tdep.c: Include "solib.h".
1790 (i386nto_init_abi): Use set_solib_ops instead of overwriting
1791 current_target_so_ops members.
1792 * solist.h (TARGET_SO_RELOCATE_SECTION_ADDRESSES): Remove.
1793 (TARGET_SO_FIND_AND_OPEN_SOLIB): Remove.
1794 (TARGET_SO_IN_DYNSYM_RESOLVE_CODE): Remove.
1795 * Makefile.in: Update dependencies.
1796
1797 2007-10-24 Ulrich Weigand <uweigand@de.ibm.com>
1798
1799 * arm-wince-tdep.c: Include "solib.h" and "solib-target.h".
1800 (arm_wince_init_abi): Call set_solib_ops.
1801 * i386-cygwin-tdep.c: Include "solib.h" and "solib-target.h".
1802 (i386_cygwin_init_abi): Call set_solib_ops.
1803 * solib-target.c: Include "solib-target.h".
1804 (solib_target_so_ops): Make global.
1805 (_initialize_solib_target): Do not set current_target_so_ops.
1806 * solib-target.h: New file.
1807 * Makefile.in: Update dependencies.
1808
1809 2007-10-24 Ulrich Weigand <uweigand@de.ibm.com>
1810
1811 * mips-irix-tdep.c: Include "gdb_string.h", "solib.h", "solib-irix.h".
1812 (mips_irix_init_abi): Call set_solib_ops.
1813 * solib-irix.c: Include "solib.h" and "solib-irix.h".
1814 (irix_so_ops): Make global.
1815 (_initialize_irix_solib): Do not set current_target_so_ops.
1816 * solib-irix.h: New file.
1817 * Makefile.in: Update dependencies.
1818
1819 2007-10-24 Ulrich Weigand <uweigand@de.ibm.com>
1820
1821 * configure.tgt: Remove hppa*64*-*-hpux11* special case.
1822 * config/pa/hppa64.mt: Delete file.
1823 * config/pa/hppahpux.mt (MT_CFLAGS): Remove.
1824 (TDEPFILES): Move somread.o to ...
1825 * config/pa/hpux.mh (NATDEPFILES): ... here.
1826
1827 * configure.ac: Add check for elf_hp.h header.
1828 Search libdl and libxpdl for dlgetmodinfo.
1829 * config.in, configure: Regenerate.
1830 * solib-pa64.c: Conditionalize compilation on #ifdef HAVE_ELF_HP_H
1831 instead of #ifndef PA_SOM_ONLY. Include "solib.h".
1832 (pa64_solib_select): Take gdbarch instead of tdep argument. Call
1833 set_solib_ops instead of modifying current_target_so_ops.
1834 * solib-pa64.h (pa64_solib_select): Update prototype.
1835 * solib-som.c: Remove include of "som.h". Include "solib.h".
1836 (som_solib_select): Take gdbarch instead of tdep argument. Call
1837 set_solib_ops instead of modifying current_target_so_ops.
1838 * solib-som.h (som_solib_select): Update prototype.
1839 * hppa-hpux-tdep.c (hppa_hpux_som_init_abi): Pass gdbarch instead
1840 of tdep to som_solib_select call.
1841 (hppa_hpux_elf_init_abi): Pass gdbarch instead of tdep to
1842 pa64_solib_select call.
1843 * Makefile.in: Update dependencies.
1844
1845 2007-10-24 Ulrich Weigand <uweigand@de.ibm.com>
1846
1847 * frv-tdep.c: Include "solib.h".
1848 (frv_gdbarch_init): Call set_solib_ops.
1849 * frv-tdep.h (struct target_so_ops): Add forward reference.
1850 (frv_so_ops): Add extern declaration.
1851 * solib-frv.c (frv_so_ops): Make global.
1852 (_initialize_frv_solib): Do not set current_target_so_ops.
1853 * Makefile.in: Update dependencies.
1854
1855 2007-10-24 Ulrich Weigand <uweigand@de.ibm.com>
1856
1857 * solib.c (solib_global_lookup): Use solib_ops instead of global
1858 current_target_so_ops.
1859
1860 2007-10-24 Ulrich Weigand <uweigand@de.ibm.com>
1861
1862 * config/frv/frv.mt (DEPRECATED_TM_FILE): Remove.
1863 * config/frv-tm-frv.h: Delete file.
1864
1865 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1866
1867 * NEWS: Mention gdbserver support for non-libthread_db operation.
1868
1869 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1870
1871 * amd64-tdep.c (amd64_convert_register_p): Delete.
1872 (amd64_init_abi): Use i387_convert_register_p.
1873 * alpha-tdep.c (alpha_convert_register_p): Return zero for
1874 eight byte types.
1875 (alpha_register_to_value, alpha_value_to_register): Do not handle
1876 eight byte types.
1877 * i386-tdep.c (i386_convert_register_p): Use i387_convert_register_p.
1878 * i387-tdep.c (i387_convert_register_p): New.
1879 (i387_register_to_value, i387_value_to_register): Update comments.
1880 * i387-tdep.h (i387_convert_register_p): Declare.
1881 * ia64-tdep.c (ia64_convert_register_p): Return zero for
1882 builtin_type_ia64_ext.
1883 (ia64_gdbarch_init): Do not initialize builtin_type_ia64_ext here.
1884 (_initialize_ia64_tdep): Initialize builtin_type_ia64_ext here.
1885 * m68k-tdep.c (m68k_convert_register_p): Return zero for
1886 builtin_type_m68881_ext.
1887 (m68k_register_to_value, m68k_value_to_register): Update comments.
1888
1889 2007-10-24 Nathan Sidwell <nathan@codesourcery.com>
1890
1891 * target-memory.c (claim_memory): Propagate baton for split memory
1892 requests.
1893
1894 2007-10-24 Pedro Alves <pedro_alves@portugalmail.pt>
1895
1896 PR gdb/2341
1897 * sol-thread.c (sol_thread_fetch_registers): Work around gcc 3.4
1898 alias warning bug.
1899
1900 2007-10-24 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
1901
1902 * symtab.c (find_line_symtab): scan through psymtabs
1903 when exact_match is zero.
1904
1905 2007-10-23 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1906
1907 * mips-tdep.c (LL_OPCODE, LLD_OPCODE, SC_OPCODE, SCD_OPCODE): Define.
1908 (deal_with_atomic_sequence): New.
1909 (mips_software_single_step): Use it.
1910
1911 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
1912
1913 PR gdb/2336
1914 * configure.ac: Modify $LIBINTL before the BFD check.
1915 * configure: Regenerated.
1916
1917 2007-10-23 Joel Brobecker <brobecker@adacore.com>
1918
1919 * buildsym.c (free_pending_blocks): Remove commented-out code.
1920 (make_blockvector): Likewise. Re-use free_pending_blocks.
1921 (end_symtab): Remove commented-out code.
1922
1923 2007-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1924
1925 * top.c (command_loop): Fix output for shrinkage.
1926
1927 2007-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1928
1929 * cp-name-parser.y (exp1): Add & ( var ) as a reference expression.
1930 (exp): Remove and document function-like casts.
1931
1932 2007-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1933
1934 * cp-support.c: Include "safe-ctype.h".
1935 (cp_already_canonical): New function.
1936 (cp_canonicalize_string): Use it. Return NULL for already canonical
1937 strings.
1938 (mangled_name_to_comp): Update call to cp_demangled_name_to_comp.
1939 (cp_func_name, remove_params): Likewise.
1940 (cp_find_first_component_aux): Use ISSPACE.
1941 * cp-support.h (cp_demangled_name_to_comp): Correct comment. Remove
1942 MEMORY_P argument.
1943 * cp-name-parser.y (ALLOC_CHUNK): Define.
1944 (struct demangle_info): Add PREV and NEXT. Increase the size of
1945 COMPS.
1946 (d_grab): Convert to a function.
1947 (allocate_info): Rewrite.
1948 (cp_demangled_name_to_comp): Remove MEMORY argument. Do not use
1949 strlen. Update call to allocate_info. Do not free it on failure.
1950 (main): Update calls to cp_demangled_name_to_comp.
1951 * Makefile.in (cp-support.o): Update.
1952
1953 2007-10-22 Markus Deuling <deuling@de.ibm.com>
1954
1955 * std-regs.c (value_of_builtin_frame_fp_reg)
1956 value_of_builtin_frame_pc_reg, value_of_builtin_frame_sp_reg)
1957 value_of_builtin_frame_ps_reg): Use get_frame_arch to get at the
1958 current architecture by frame_info.
1959
1960 2007-10-22 Markus Deuling <deuling@de.ibm.com>
1961
1962 * reggroups.c (default_register_reggroup_p): Replace current_gdbarch
1963 by gdbarch.
1964
1965 2007-10-22 Markus Deuling <deuling@de.ibm.com>
1966
1967 * infcmd.c (default_print_registers_info, print_return_value)
1968 (print_vector_info, print_float_info): Replace current_gdbarch by
1969 gdbarch.
1970 (registers_info): Use get_frame_arch to get at the current
1971 architecture by frame_info.
1972
1973 2007-10-22 Markus Deuling <deuling@de.ibm.com>
1974
1975 * i387-tdep.c (i387_collect_fsave, i387_collect_fxsave): Use
1976 get_regcache_arch to get at the current architecture by regcache.
1977
1978 2007-10-22 Markus Deuling <deuling@de.ibm.com>
1979
1980 * target.c (debug_print_register): Use get_regcache_arch to get at the
1981 current architecture by regcache.
1982
1983 2007-10-21 Daniel Jacobowitz <dan@codesourcery.com>
1984
1985 * dwarf2read.c (read_file_scope): Add a comment.
1986 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_type)
1987 (read_enumeration_type, process_enumeration_scope, read_array_type)
1988 (read_typedef, read_base_type, read_subrange_type)
1989 (read_unspecified_type): Use dwarf2_name.
1990
1991 2007-10-21 Daniel Jacobowitz <dan@codesourcery.com>
1992
1993 * coffread.c (coff_symfile_finish): Call dwarf2_free_objfile.
1994 * dwarf2read.c (dwarf2_free_objfile): New.
1995 * elfread.c (elf_symfile_finish): Call dwarf2_free_objfile.
1996 * symfile.h (dwarf2_free_objfile): Declare.
1997
1998 2007-10-21 Joel Brobecker <brobecker@adacore.com>
1999
2000 * hppa-hpux-nat.c (hppa_hpux_store_register): Add missing semi-colon.
2001
2002 2007-10-21 Luis Machado <luisgpm@br.ibm.com>
2003
2004 * rs6000-tdep.c (ppc_dwarf2_frame_init_reg): New function.
2005 * (rs6000_gdbarch_init): Install ppc_dwarf2_frame_init_reg as
2006 default dwarf2_frame_set_init_reg function.
2007
2008 2007-10-21 Pedro Alves <pedro_alves@portugalmail.pt>
2009
2010 * NEWS: Mention native MinGW configuration.
2011
2012 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
2013
2014 * gdbarch.sh: Remove "macro" column of input table. Remove handling
2015 of "macro" column throughout the file. Remove (empty) "macro" entry
2016 of all gdbarch functions.
2017
2018 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
2019
2020 * gdbarch.sh (sofun_address_maybe_missing): New gdbarch variable.
2021 * gdbarch.c, gdbarch.h: Regenerate.
2022 * dbxread.c (find_stab_function_addr): Define unconditionally.
2023 (read_dbx_symtab): Use gdbarch_sofun_address_maybe_missing
2024 instead of SOFUN_ADDRESS_MAYBE_MISSING.
2025 (end_psymtab): Likewise.
2026 (process_one_symbol): Likewise.
2027 * mdebugread.c (parse_partial_symbols): Likewise.
2028
2029 * symtab.h (struct minimal_symbol): Always define "filename" member.
2030 * elfread.c (elf_symtab_read): Use msym->filename unconditionally.
2031 * minsyms.c (lookup_minimal_symbol): Likewise.
2032 * symmisc.c (dump_msymbols): Likewise.
2033
2034 * config/i386/i386sol2.mt (DEPRECATED_TM_FILE): Remove.
2035 * config/i386/linux.mt (DEPRECATED_TM_FILE): Remove.
2036 * config/i386/tm-i386sol2.h: Remove file.
2037 * config/i386/tm-linux.h: Remove file.
2038 * i386-linux-tdep.c (i386_linux_init_abi): Add call to
2039 set_gdbarch_sofun_address_maybe_missing.
2040 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
2041
2042 * config/powerpc/linux.mt (DEPRECATED_TM_FILE): Remove.
2043 * config/powerpc/nbsd.mt (DEPRECATED_TM_FILE): Remove.
2044 * config/powerpc/obsd.mt (DEPRECATED_TM_FILE): Remove.
2045 * config/powerpc/ppc-eabi.mt (DEPRECATED_TM_FILE): Remove.
2046 * config/powerpc/ppc-sim.mt (DEPRECATED_TM_FILE): Remove.
2047 * config/powerpc/tm-ppc-eabi.h: Remove file.
2048 * rs6000-tdep.c (rs6000_gdbarch_init): Add call to
2049 set_gdbarch_sofun_address_maybe_missing.
2050
2051 * config/sparc/sol2-64.mt (DEPRECATED_TM_FILE): Remove.
2052 * config/sparc/sol2.mt (DEPRECATED_TM_FILE): Remove.
2053 * config/sparc/tm-sol2.h: Remove file.
2054 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Add call to
2055 set_gdbarch_sofun_address_maybe_missing.
2056 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
2057
2058 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
2059
2060 * gdbarch.sh (static_transform_name): New gdbarch callback.
2061 * gdbarch.c, gdbarch.h: Regenerate.
2062 * dbxread.c (read_dbx_symtab): Use gdbarch_static_transform_name
2063 instead of STATIC_TRANSFORM_NAME.
2064 * mdebugread.c (parse_partial_symbols): Likewise.
2065 * stabsread.c (define_symbol): Likewise.
2066 * xcoffread.c (scan_xcoff_symtab): Likewise.
2067
2068 * config/i368/tm-i386sol2.h (STATIC_TRANSFORM_NAME): Remove.
2069 (IS_STATIC_TRANSFORM_NAME): Remove.
2070 * i386-tdep.c (sunpro_static_transform_name): Remove, move to ...
2071 * i386-sol2-tdep.c (i386_sol2_static_transform_name): ... here.
2072 (i386_sol2_init_abi): Install it.
2073
2074 * config/sparc/tm-sol2.h (STATIC_TRANSFORM_NAME): Remove.
2075 (IS_STATIC_TRANSFORM_NAME): Remove.
2076 * sparc-tdep.c (sparc_stabs_unglobalize_name): Remove, move to ...
2077 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): ... here.
2078 (sparc32_sol2_init_abi): Install it.
2079 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
2080 * sparc-tdep.h (sparc_sol2_static_transform_name): Add prototype.
2081
2082 2007-10-18 Daniel Jacobowitz <dan@codesourcery.com>
2083
2084 * mips-tdep.c (mips_xfer_register): Take a gdbarch argument.
2085 (mips_n32n64_return_value, mips_o32_return_value)
2086 (mips_o64_return_value): Update calls to mips_xfer_register.
2087
2088 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
2089
2090 * frame.c (frame_unwind_unsigned_register): Delete.
2091 (frame_sp_unwind): Use frame_unwind_register_unsigned instead.
2092 * frame.h (frame_unwind_unsigned_register): Delete prototype.
2093
2094 * alpha-linux-tdep.c, alpha-mdebug-tdep.c, alpha-tdep.c,
2095 avr-tdep.c, cris-tdep.c, frv-tdep.c, m68hc11-tdep.c, mn10300-tdep.c,
2096 mt-tdep.c: Replace frame_unwind_unsigned_register with
2097 frame_unwind_register_unsigned.
2098
2099 2007-10-16 Pedro Alves <pedro_alves@portugalmail.pt>
2100
2101 * config/i386/mingw.mh, config/i386/mingw.mt: New files.
2102 * configure.tgt (i[34567]86-*-mingw32*): Set gdb_target = mingw.
2103 * win32-nat.c: Only include cygwin.h on Cygwin host. Don't
2104 include procfs.h.
2105 (cygwin_load_start, cygwin_load_end, cygwin_exceptions): Disable
2106 if not building on Cygwin.
2107 (win32_make_so, handle_output_debug_string, handle_exception)
2108 (do_initial_win32_stuff): Wrap Cygwin specific code in __CYGWIN__.
2109 (win32_attach): Only fallback to Cygwin pids if building on
2110 Cygwin.
2111 (win32_pid_to_exec_file): Disable Cygwin specific code, if not
2112 building on Cygwin.
2113 (win32_create_inferior): Disable starting the inferior through a
2114 shell, environment var processing and tty handling if not building
2115 on Cygwin.
2116 (cygwin_pid_to_str): Rename to ...
2117 (win32_pid_to_str): ... this.
2118 (init_win32_ops): Update use of win32_pid_to_str. Disable "shell"
2119 and "cygwin-exceptions" commands if not building on Cygwin.
2120
2121 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
2122
2123 * doc/gdb.texinfo: Add TSIZE definition, removed
2124 statement about unbounded arrays being unimplemented.
2125 * m2-valprint.c (m2_print_array_contents): New function.
2126 (m2_print_unbounded_array): New function.
2127 (m2_print_array_contents): New function.
2128 * m2-typeprint.c (m2_unbounded_array): New function.
2129 (m2_is_unbounded_array): New function.
2130 (m2_print_type): Test for unbounded array when walking
2131 across structs.
2132 * m2-lang.h: Added extern m2_is_unbounded_array.
2133 * m2-lang.c (evaluate_subexp_modula2): New function.
2134 (exp_descriptor_modula2): New structure.
2135 (m2_language_defn): Use exp_descriptor_modula2.
2136 * m2-exp.y: Added TSIZE and binary subscript.
2137
2138 2007-10-16 Daniel Jacobowitz <dan@codesourcery.com>
2139
2140 * mi/mi-main.c (captured_mi_execute_command): Clear mi_error_message
2141 after freeing it.
2142
2143 2007-10-16 Kevin Buettner <kevinb@redhat.com>
2144
2145 * m32r-tdep.c (decode_prologue): Sign extend offset for
2146 "addi sp, xx" case.
2147 (m32r_frame_unwind_cache): Likewise.
2148
2149 2007-10-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
2150
2151 * rs6000-tdep.c (skip_prologue): Restore comment with
2152 function description to its proper place.
2153
2154 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2155
2156 * NEWS: Mention gdbserver PowerPC improvements.
2157
2158 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2159
2160 * features/Makefile (WHICH): Add PowerPC register definitions.
2161 (rs6000/powerpc-32-expedite, rs6000/powerpc-e500-expedite)
2162 (rs6000/powerpc-64-expedite): New macros.
2163 ($(outdir)/%.dat): Handle subdirectories.
2164 * regformats/rs6000/powerpc-32.dat, regformats/rs6000/powerpc-64.dat,
2165 regformats/rs6000/powerpc-e500.dat: New generated files.
2166
2167 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2168
2169 * ppc-linux-nat.c (ppc_linux_read_description): New.
2170 (_initialize_ppc_linux_nat): Set to_read_description.
2171 * ppc-tdep.h (tdesc_powerpc_e500): Declare.
2172
2173 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2174
2175 * NEWS: Document target described register support for PowerPC.
2176 * ppc-tdep.h: Remove ppc_spr constants.
2177 (struct gdbarch_tdep): Remove regs, ppc_sr0_regnum, and
2178 ppc_builtin_type_vec128 members.
2179 (PPC_R0_REGNUM, PPC_F0_REGNUM, PPC_PC_REGNUM, PPC_MSR_REGNUM)
2180 (PPC_CR_REGNUM, PPC_LR_REGNUM, PPC_CTR_REGNUM, PPC_XER_REGNUM)
2181 (PPC_FPSCR_REGNUM, PPC_MQ_REGNUM, PPC_SPE_UPPER_GP0_REGNUM)
2182 (PPC_SPE_ACC_REGNUM, PPC_SPE_FSCR_REGNUM, PPC_VR0_REGNUM)
2183 (PPC_VSCR_REGNUM, PPC_VRSAVE_REGNUM, PPC_NUM_REGS): New constants.
2184 * rs6000-tdep.c: Include preparsed descriptions.
2185 (init_sim_regno_table): Do not iterate over pseudo registers.
2186 Look up segment registers by name. Use sim_spr_register_name
2187 for SPRs.
2188 (rs6000_register_sim_regno): Call init_sim_regno_table here.
2189 (rs6000_builtin_type_vec128): Delete.
2190 (rs6000_register_name): Only handle SPE pseudo registers and upper
2191 halves. Call tdesc_register_name for everything else.
2192 (rs6000_register_type): Delete. Replace with...
2193 (rs6000_pseudo_register_type): ...this new function. Only handle
2194 SPE pseudo registers.
2195 (rs6000_register_reggroup_p): Delete. Replace with...
2196 (rs6000_pseudo_register_reggroup_p): ...this new function. Only
2197 handle SPE pseudo registers.
2198 (rs6000_convert_register_p): Use ppc_fp0_regnum instead of
2199 "struct reg".
2200 (rs6000_register_to_value, rs6000_value_to_register): Remove check
2201 of reg->fpr.
2202 (e500_register_reggroup_p): Delete.
2203 (STR, R, R4, R8, R16, F, P8, R32, R64, R0, A4, S, S4, SN4, S64)
2204 (COMMON_UISA_REGS, PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS)
2205 (PPC_SEGMENT_REGS, PPC_OEA_SPRS, PPC_ALTIVEC_REGS, PPC_SPE_GP_REGS)
2206 (PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): Delete macros.
2207 (registers_powerpc, registers_403, registers_403GC, registers_505)
2208 (registers_860, registers_601, registers_602, registers_603)
2209 (registers_604, registers_750, registers_7400, registers_e500): Delete
2210 variables.
2211 (struct variant): Delete nregs, npregs, num_tot_regs, and regs. Add
2212 tdesc.
2213 (tot_num_registers, num_registers, num_pseudo_registers): Delete.
2214 (variants): Delete outdated comment. Use standard target descriptions
2215 instead of "struct reg" arrays.
2216 (init_variants): Delete.
2217 (rs6000_gdbarch_init): Do not guess word size from the BFD
2218 architecture if we have a target description. Select a variant
2219 before creating a new architecture. Use the variant's target
2220 description if the target did not define a register layout.
2221 Validate target-supplied registers. Reject mismatches. Use
2222 fixed register numbers and new constants instead of magic
2223 numbers. Call set_gdbarch_ps_regnum. Call tdesc_use_registers.
2224 (_initialize_rs6000_tdep): Initialize the preparsed target
2225 descriptions.
2226 * target-descriptions.c (tdesc_predefined_types): Add int128 and
2227 uint128.
2228 (tdesc_find_register_early): New function.
2229 (tdesc_numbered_register): Use it.
2230 (tdesc_register_size): New function.
2231 (tdesc_use_registers): Take a target_desc argument. Do not use
2232 gdbarch_target_desc.
2233 * target-descriptions.h (tdesc_use_registers): Update prototype
2234 and comment.
2235 (tdesc_register_size): New prototype.
2236 * Makefile.in (powerpc_32_c, powerpc_403_c, powerpc_403gc_c)
2237 (powerpc_505_c, powerpc_601_c, powerpc_602_c, powerpc_603_c)
2238 (powerpc_604_c, powerpc_64_c, powerpc_7400_c, powerpc_750_c)
2239 (powerpc_860_c, powerpc_e500_c, rs6000_c): New macros.
2240 (rs6000-tdep.o): Update.
2241 * arm-tdep.c (arm_gdbarch_init): Update call to tdesc_use_registers.
2242 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
2243 * mips-tdep.c (mips_gdbarch_init): Likewise.
2244
2245 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2246
2247 * features/rs6000/powerpc-32.c, features/rs6000/powerpc-403.c,
2248 features/rs6000/powerpc-403gc.c, features/rs6000/powerpc-505.c,
2249 features/rs6000/powerpc-601.c, features/rs6000/powerpc-602.c,
2250 features/rs6000/powerpc-603.c, features/rs6000/powerpc-604.c,
2251 features/rs6000/powerpc-64.c, features/rs6000/powerpc-7400.c,
2252 features/rs6000/powerpc-750.c, features/rs6000/powerpc-860.c,
2253 features/rs6000/powerpc-e500.c, features/rs6000/rs6000.c: New
2254 generated files.
2255
2256 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2257
2258 * features/rs6000/power-altivec.xml, features/rs6000/power-core.xml,
2259 features/rs6000/power-fpu.xml, features/rs6000/power-oea.xml,
2260 features/rs6000/power-spe.xml, features/rs6000/power64-core.xml: New
2261 feature descriptions for standard PowerPC register sets.
2262
2263 * features/rs6000/powerpc-32.xml, features/rs6000/powerpc-403.xml,
2264 features/rs6000/powerpc-403gc.xml, features/rs6000/powerpc-505.xml,
2265 features/rs6000/powerpc-601.xml, features/rs6000/powerpc-602.xml,
2266 features/rs6000/powerpc-603.xml, features/rs6000/powerpc-604.xml,
2267 features/rs6000/powerpc-64.xml, features/rs6000/powerpc-7400.xml,
2268 features/rs6000/powerpc-750.xml, features/rs6000/powerpc-860.xml,
2269 features/rs6000/powerpc-e500.xml, features/rs6000/rs6000.xml: New
2270 target descriptions for PowerPC processors.
2271
2272 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2273
2274 * target-descriptions.c (tdesc_predefined_types): New.
2275 (tdesc_named_type): Use it.
2276 (tdesc_type_id, maint_print_c_tdesc_cmd): New functions.
2277 (_intialize_target_descriptions): Register "maint print c-tdesc".
2278 * features/Makefile (XMLTOC, CFILES, GDB): New macros.
2279 (cfiles, %.c): New rules.
2280 * features/arm-with-iwmmxt.c, features/mips-linux.c,
2281 features/mips64-linux.c: New generated files.
2282
2283 * arm-linux-nat.c: Include preparsed description instead of
2284 "xml-support.h".
2285 (super_xfer_partial, arm_linux_xfer_partial): Remove.
2286 (arm_linux_read_description): New function.
2287 (_initialize_arm_linux_nat): Set to_read_description instead of
2288 to_xfer_partial. Initialize preparsed description.
2289 * config/arm/linux.mh (TDEP_XML): Delete.
2290 * mips-linux-nat.c: Include preparsed descriptions instead of
2291 "xml-support.h".
2292 (super_xfer_partial, mips_linux_xfer_partial): Remove.
2293 (mips_linux_read_description): New function.
2294 (_initialize_mips_linux_nat): Set to_read_description instead of
2295 to_xfer_partial. Initialize preparsed description.
2296 * config/mips/linux.mh (TDEP_XML): Delete.
2297 * Makefile.in (XMLFILES): Remove $(TDEP_XML).
2298 (features_headers, arm_with_iwmmxt_c, mips_linux_c)
2299 (mips64_linux_c): New macros.
2300 (arm-linux-nat.o, mips-linux-nat.o): Update.
2301
2302 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
2303
2304 * cp-abi.c (set_cp_abi_as_auto_default): ARI fix:
2305 Replace xasprintf by xstrprintf.
2306 symfile-mem.c (add_vsyscall_page): Ditto.
2307
2308 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2309
2310 * ia64-linux-nat.c (ia64_register_addr): Add gdbarch parameter,
2311 replacing use of global current_gdbarch.
2312 (ia64_cannot_fetch_register, ia64_cannot_store_register): Likewise.
2313 (ia64_linux_fetch_register, ia64_linux_store_register): Update callers.
2314
2315 * ia64-tdep.c (SIGCONTEXT_REGISTER_ADDRESS): Remove macro.
2316 (ia64_sigtramp_frame_init_saved_regs): Add next_frame parameter,
2317 replace uses of SIGCONTEXT_REGISTER_ADDRESS.
2318 (ia64_sigtramp_frame_cache): Update caller.
2319
2320 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2321
2322 * gdbarch.sh (deprecated_use_struct_convention): Remove.
2323 (extract_return_value, store_return_value): Remove.
2324 (return_value): Remove default implementation.
2325 * gdbarch.c, gdbarch.h: Regenerate.
2326
2327 * stack.c (return_command): Remove compatibility hack.
2328 * arch-utils.c (legacy_return_value): Remove.
2329 * arch-utils.h (legacy_return_value): Likewise.
2330
2331 * arch-utils.c (always_use_struct_convention): Remove.
2332 * arch-utils.h (always_use_struct_convention): Likewise.
2333 * value.c (generic_use_struct_convention): Remove.
2334 * defs.h (generic_use_struct_convention): Likewise.
2335
2336 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2337
2338 * avr-tdep.c (avr_return_value): New function.
2339 (avr_gdbarch_init): Call set_gdbarch_return_value instead of
2340 set_gdbarch_extract_return_value.
2341
2342 * fvr-tdep.c (frv_return_value): New function.
2343 (frv_gdbarch_init): Call set_gdbarch_return_value instead of
2344 set_gdbarch_extract_return_value, set_gdbarch_store_return_value,
2345 and set_gdbarch_deprecated_use_struct_convention.
2346
2347 * ia64-tdep.c (ia64_use_struct_convention): Make static.
2348 Add check for structure, union, or array types.
2349 (ia64_extract_return_value): Make static.
2350 (ia64_store_return_value): Make static. Support multi-word values.
2351 (ia64_return_value): New function.
2352 (ia64_gdbarch_init): Call set_gdbarch_return_value instead of
2353 set_gdbarch_extract_return_value, set_gdbarch_store_return_value,
2354 and set_gdbarch_deprecated_use_struct_convention.
2355
2356 2007-10-12 Joel Brobecker <brobecker@adacore.com>
2357
2358 * solib-target.c (solib_target_parse_libraries)
2359 [HAVEHAVE_LIBEXPAT not defined]: Fix thinko in return type.
2360
2361 2007-10-12 Jim Blandy <jimb@codesourcery.com>
2362
2363 * serial.h (struct serial_ops): Document read_prim to return zero
2364 at EOF.
2365 * ser-base.c (do_ser_base_readchar): Return SERIAL_EOF when
2366 read_prim returns zero, not SERIAL_TIMEOUT.
2367
2368 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2369
2370 * alpha-mdebug-tdep.c: Include "gdb_string.h".
2371 (find_proc_desc): Add fix-up code for setjmp procedure descriptor.
2372 * mdebugread.c (parse_procedure): Remove setjmp fix-up code.
2373 * Makefile.in (alpha-mdebug-tdep.o): Update dependencies.
2374
2375 * config/alpha/alpha.mt (DEPRECATED_TM_FILE): Remove.
2376 * config/alpha/alpha-linux.mt (DEPRECATED_TM_FILE): Remove.
2377 * config/alpha/alpha-osf1.mt (DEPRECATED_TM_FILE): Remove.
2378 * config/alpha/fbsd.mt (DEPRECATED_TM_FILE): Remove.
2379 * config/alpha/tm-alpha.h: Remove file.
2380
2381 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2382
2383 * breakpoint.c (breakpoint_sals_to_pc): Do not check for
2384 DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE.
2385
2386 * config/pa/tm-hppa.h: Delete file.
2387 * config/pa/hppa64.mt: Do not set DEPRECATED_TM_FILE.
2388 * config/pa/hppahpux.mt: Likewise.
2389 * config/pa/hppa.mt: Likewise.
2390 * config/pa/linux.mt: Likewise.
2391 * hppa-tdep.c (hppa_pc_requires_run_before_use): Delete.
2392
2393 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2394
2395 * config/arm/nm-nbsdaout.h: Remove file.
2396 * config/nm-nbsdaout.h: Likewise.
2397 * config/nm-nbsd.h: Likewise.
2398
2399 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2400
2401 * block.h (struct block): Remove "gcc_compile_flag" member.
2402 (BLOCK_GCC_COMPILED): Remove.
2403 * block.c (allocate_block): Do not clear BLOCK_GCC_COMPILED.
2404 * buildsym.c (finish_block): Do not set it.
2405 * symmisc.c (dump_symtab_1): Do not dump it.
2406
2407 * value.h (using_struct_return): Remove "gcc_p" argument.
2408 * value.c (using_struct_return): Likewise.
2409 * eval.c (evaluate_subexp_standard): Adapt callers.
2410 * infcall.c (call_function_by_hand): Likewise.
2411 * stack.c (return_command): Likewise.
2412 * sparc-tdep.c (sparc32_push_dummy_code): Likewise.
2413
2414 * gdbarch.sh (push_dummy_code): Remove "using_gcc" parameter.
2415 * gdbarch.c, gdbarch.h: Regenerate.
2416 * cris-tdep.c (cris_push_dummy_code): Adapt prototype.
2417 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Likewise.
2418 * sparc-tdep.c (sparc32_push_dummy_code): Likewise.
2419 * infcall.c (generic_push_dummy_code, push_dummy_code): Likewise.
2420 (push_dummy_code, call_function_by_hand): Adapt callers.
2421
2422 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2423
2424 * infcmd.c (print_return_value): Remove STRUCT_RETURN argument.
2425 (finish_command_continuation, finish_command): Adapt callers.
2426
2427 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2428
2429 * infcall.c (call_function_by_hand): Remove special handling
2430 for HP aCC compiled code.
2431
2432 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2433
2434 * cris-tdep.c (cris_push_dummy_call): Support arguments passed by
2435 reference. Fix endianness bugs.
2436 (cris_reg_struct_has_address): Remove.
2437 (cris_gdbarch_init): Remove set_gdbarch_deprecated_reg_struct_has_addr
2438 and set_gdbarch_deprecated_use_struct_convention calls.
2439
2440 * gdbarch.sh (deprecated_reg_struct_has_addr): Remove.
2441 * gdbarch.c, gdbarch.h: Regenerate.
2442 * infcall.c (call_function_by_hand): Remove handling of
2443 deprecated_reg_struct_has_addr.
2444
2445 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2446 Kazu Hirata <kazu@codesourcery.com>
2447
2448 * breakpoint.c (do_enable_breakpoint): Delay enabling until after
2449 checking watchpoint resources.
2450
2451 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
2452
2453 * memattr.c (inaccessible_by_default): Change the initial
2454 value to 1.
2455
2456 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2457
2458 PR gdb/2280
2459 * coffread.c (read_one_sym): Check for read errors.
2460
2461 2007-10-11 Ulrich Weigand <uweigand@de.ibm.com>
2462
2463 * linux-nat.c (lin_lwp_attach_lwp): Use "Linux kernel 2.6.19"
2464 instead of "Linux 2.6.19" in comment.
2465 (linux_xfer_partial): Use "GNU/Linux target" instead of
2466 "Linux target" in comment.
2467 * m68klinux-tdep.c (m68k_linux_inferior_created): Likewise.
2468 (m68k_linux_get_sigtramp_info): Likewise.
2469
2470 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2471
2472 * MAINTAINERS (language support): List Joel and Paul as
2473 Ada maintainers.
2474
2475 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2476
2477 * dbxread.c (process_one_symbol): Remove VARIABLES_INSIDE_BLOCK
2478 checks.
2479 * config/arm/embed.mt, config/arm/linux.mt, config/arm/wince.mt: Do
2480 not set DEPRECATED_TM_FILE.
2481 * config/arm/tm-arm.h: Delete file.
2482
2483 2007-10-11 Luis Machado <luisgpm@br.ibm.com>
2484
2485 * MAINTAINERS (Write After Approval): Add self.
2486
2487 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2488
2489 * buildsym.c (record_line): Remove empty lines followed by
2490 end-of-sequence markers.
2491
2492 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
2493
2494 * configure.tgt: Recognize fido-*-elf.
2495
2496 2007-10-10 Joel Brobecker <brobecker@adacore.com>
2497
2498 GDB 6.7 released.
2499
2500 2007-10-10 Markus Deuling <deuling@de.ibm.com>
2501
2502 * stack.c (print_frame_args, frame_info, return_command): Use
2503 get_regcache_arch or get_frame_arch to get at the current architecture
2504 by regcache or by frame, respectively.
2505
2506 2007-10-10 Markus Deuling <deuling@de.ibm.com>
2507
2508 * rs6000-nat.c (fetch_register, store_register)
2509 (rs6000_fetch_inferior_registers, rs6000_store_inferior_registers): Use
2510 get_regcache_arch to get at the current architecture by regcache.
2511
2512 * rs6000-tdep.c (rs6000_push_dummy_call, rs6000_return_value)
2513 (rs6000_register_reggroup_p, e500_move_ev_registe, rs6000_unwind_pc)
2514 (rs6000_unwind_dummy_id, rs6000_frame_cache, rs6000_dump_tdep): Replace
2515 current_gdbarch by gdbarch.
2516 (rs6000_skip_trampoline_code, rs6000_register_to_value)
2517 (rs6000_value_to_register): Use get_frame_arch to get at the current
2518 architecture by frame_info.
2519
2520 2007-10-10 Markus Deuling <deuling@de.ibm.com>
2521
2522 * sparc-tdep.c (sparc_supply_rwindow, sparc_collect_rwindow): Use
2523 get_regcache_arch to get at the current architecture by regcache.
2524
2525 * sparc64-tdep.c (sparc64_supply_gregset, sparc64_collect_gregset)
2526 (sparc64_supply_fpregset, sparc64_collect_fpregset): Use
2527 get_regcache_arch to get at the current architecture by regcache.
2528
2529 * sparc64nbsd-nat. (sparc64nbsd_supply_gregset)
2530 (sparc64nbsd_collect_gregset, sparc64nbsd_supply_fpregset)
2531 (sparc64nbsd_collect_fpregset): Use get_regcache_arch to get at the
2532 current architecture by regcache.
2533
2534 2007-10-10 Markus Deuling <deuling@de.ibm.com>
2535
2536 * remote-mips.c (mips_wait, mips_fetch_registers)
2537 (mips_store_registers): Use get_regcache_arch to get at the
2538 current architecture by regcache.
2539
2540 * mipsnbsd-tdep.c (mipsnbsd_supply_reg, mipsnbsd_fill_reg)
2541 (mipsnbsd_supply_fpreg, mipsnbsd_fill_fpreg): Use get_regcache_arch to
2542 get at the current architecture by regcache.
2543 (mipsnbsd_sigtramp_offset): Use get_frame_arch to get at the current
2544 architecture by frame_info.
2545
2546 * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers)
2547 (mipsnbsd_store_inferior_registers): Use get_regcache_arch to get at
2548 the current architecture by regcache.
2549
2550 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
2551 (mips64_linux_get_longjmp_target, mips_linux_o32_sigframe_init)
2552 (mips_linux_n32n64_sigframe_init): Use get_frame_arch to get at the
2553 current architecture by frame_info.
2554 (supply_32bit_reg, mips_supply_gregset, mips_fill_gregset)
2555 (mips_supply_fpregset, mips_fill_fpregset, supply_64bit_reg)
2556 (mips64_supply_gregset, mips64_fill_gregset, mips64_supply_fpregset)
2557 (mips64_fill_fpregset, mips_linux_write_pc): Use get_regcache_arch to
2558 get at the current architecture by regcache.
2559
2560 * mips-linux-nat.c (mips_linux_register_addr)
2561 (mips64_linux_register_addr): Replace current_gdbarch by gdbarch.
2562 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset)
2563 (mips64_linux_regsets_fetch_registers)
2564 (mips64_linux_regsets_store_registers): Use get_regcache_arch to get at
2565 the current architecture by regcache.
2566
2567 * mips64obsd-tdep.c (mips64obsd_sigframe_init): Use get_frame_arch to
2568 get at the current architecture by frame_info.
2569
2570 2007-10-10 Markus Deuling <deuling@de.ibm.com>
2571
2572 * mips-tdep.c (mips_xfer_register): Use get_regcache_arch to get at the
2573 current architecture by regcache.
2574 (mips2_fp_compat, mips32_next_pc, mips16_scan_prologue)
2575 (mips_insn16_frame_cache, mips32_scan_prologue, mips_insn32_frame_cache)
2576 (mips_stub_frame_cache, mips_read_fp_register_single)
2577 (mips_read_fp_register_double, mips_print_fp_register)
2578 (mips_print_register, print_gp_register_row): Use get_frame_arch to get
2579 at the current architecture by frame_info.
2580 (mips_register_reggroup_p, mips_pseudo_register_read, mips_unwind_sp)
2581 (mips_pseudo_register_write, mips_register_type, mips_unwind_pc)
2582 (mips_unwind_dummy_id, mips_eabi_push_dummy_call)
2583 (mips_n32n64_push_dummy_call, mips_n32n64_return_value)
2584 (mips_o32_push_dummy_call, mips_o32_return_value)
2585 (mips_o64_push_dummy_call, mips_o64_return_value)
2586 (mips_print_registers_info, mips_dump_tdep): Replace current_gdbarch by
2587 gdbarch.
2588
2589 2007-10-10 Markus Deuling <deuling@de.ibm.com>
2590
2591 * xtensa-tdep.c (xtensa_register_type, xtensa_pseudo_register_read)
2592 (xtensa_pseudo_register_write, xtensa_register_reggroup_p)
2593 (xtensa_unwind_pc, xtensa_unwind_dummy_id, xtensa_push_dummy_call)
2594 (xtensa_dump_tdep): Replace current_gdbarch by gdbarch.
2595 (xtensa_register_write_masked, xtensa_register_read_masked)
2596 (xtensa_supply_gregset, xtensa_store_return_value)
2597 (xtensa_extract_return_value): Use get_regcache_arch to get at the
2598 current architecture by regcache.
2599 (xtensa_frame_cache, call0_frame_get_reg_at_entry, call0_frame_cache)
2600 (xtensa_frame_prev_register): Use get_frame_arch to get at the current
2601 architecture by frame_info.
2602
2603 2007-10-10 Daniel Jacobowitz <dan@codesourcery.com>
2604
2605 * arm-tdep.c (struct arm_prologue_cache): Remove frameoffset.
2606 (thumb_analyze_prologue): Move pv_area_store_would_trash call
2607 out of loop. Do not set cache->frameoffset.
2608 (arm_scan_prologue): Use prologue-value mechanism. Do not set
2609 frameoffset. Simplify framesize.
2610 (arm_make_prologue_cache, arm_normal_frame_base): Do not use
2611 frameoffset.
2612 * arm-tdep.h (enum gdb_regnum): Add ARM_IP_REGNUM.
2613
2614 2007-10-10 Daniel Jacobowitz <dan@codesourcery.com>
2615
2616 * target.c (update_current_target): Call setup_target_debug.
2617 (push_target): Do not call it here.
2618
2619 2007-10-09 Michael Snyder <msnyder@specifix.com>
2620
2621 * MAINTAINERS: Update my email address.
2622
2623 2007-10-09 Markus Deuling <deuling@de.ibm.com>
2624
2625 * xtensa-tdep.c: Replace following current-gdbarch based macros by
2626 their expression:
2627 (xtensa_pseudo_register_read)
2628 (xtensa_pseudo_register_write): XTENSA_TARGET_FLAGS.
2629 (ARG_NOF, ARG_1ST, xtensa_extract_return_value)
2630 (xtensa_store_return_value, xtensa_push_dummy_call): CALL_ABI.
2631 (xtensa_pseudo_register_read)
2632 (xtensa_pseudo_register_write): ISA_USE_WINDOWED_REGISTERS.
2633 (xtensa_breakpoint_from_pc): ISA_USE_DENSITY_INSTRUCTIONS.
2634 (xtensa_register_type, xtensa_supply_gregset, xtensa_frame_cache)
2635 (xtensa_frame_prev_register): NUM_AREGS.
2636 (xtensa_pseudo_register_read, xtensa_pseudo_register_write,
2637 (xtensa_supply_gregset, xtensa_frame_cache, xtensa_frame_prev_register,
2638 (xtensa_extract_return_value, xtensa_store_return_value): WB_REGNUM.
2639 (xtensa_supply_gregset, xtensa_frame_cache)
2640 (xtensa_frame_prev_register): WS_REGNUM.
2641 (xtensa_supply_gregset): LBEG_REGNUM, LEND_REGNUM, LCOUNT_REGNUM,
2642 SAR_REGNUM, EXCCAUSE_REGNUM, EXCVADDR_REGNUM
2643 (xtensa_register_name, xtensa_register_type, xtensa_reg_to_regnum)
2644 (xtensa_pseudo_register_read, xtensa_pseudo_register_write)
2645 (xtensa_register_reggroup_p): REGMAP.
2646 (call0_track_op): LITBASE_REGNUM.
2647 (xtensa_register_type, xtensa_reg_to_regnum, call0_frame_cache):A0_BASE
2648 (xtensa_supply_gregset, call0_frame_get_reg_at_entry)
2649 (xtensa_frame_prev_register, AREG_NUMBER)
2650 (xtensa_register_type): AR_BASE.
2651 (xtensa_pseudo_register_read, xtensa_pseudo_register_write): FP_ALIAS.
2652 (AREG_NUMBER): AREGS_MASK, WB_MASK, A0_REGNUM.
2653 (ARG_1ST, xtensa_pseudo_register_read, xtensa_pseudo_register_write)
2654 (xtensa_frame_cache, xtensa_frame_prev_register)
2655 (xtensa_extract_return_value, xtensa_store_return_value)
2656 (xtensa_push_dummy_call, call0_frame_cache): A0_REGNUM.
2657 (xtensa_register_type, xtensa_pseudo_register_read, xtensa_frame_cache)
2658 (xtensa_pseudo_register_write, xtensa_unwind_dummy_id)
2659 (xtensa_frame_prev_register, xtensa_push_dummy_call)
2660 (call0_frame_cache): A1_REGNUM.
2661 (xtensa_extract_return_value, xtensa_store_return_value): A2_REGNUM.
2662 (xtensa_push_dummy_call): A4_REGNUM.
2663 (ARGS_FIRST_REG): A6_REGNUM.
2664 (xtensa_pseudo_register_read, xtensa_pseudo_register_write)
2665 (xtensa_frame_prev_register): A15_REGNUM.
2666 * xtensa-tdep.h: Delete current_gdbarch based macros after replacing
2667 them in the appropriate source file:
2668 XTENSA_TARGET_FLAGS, SPILL_LOCATION, SPILL_SIZE, CALL_ABI, NUM_AREGS,
2669 ISA_USE_WINDOWED_REGISTERS, ISA_USE_DENSITY_INSTRUCTIONS, WB_REGNUM,
2670 ISA_USE_EXCEPTIONS, ISA_USE_EXT_L32R, DEBUG_DATA_VADDR_TRAP_COUNT,
2671 DEBUG_INST_VADDR_TRAP_COUNT, ISA_MAX_INSN_SIZE, DEBUG_NUM_IBREAKS,
2672 DEBUG_NUM_DBREAKS, WS_REGNUM, LBEG_REGNUM, LEND_REGNUM, SAR_REGNUM,
2673 REGMAP, LITBASE_REGNUM, DEBUGCAUSE_REGNUM, EXCCAUSE_REGNUM, AR_BASE,
2674 EXCVADDR_REGNUM, NUM_IBREAKS, REGMAP_BYTES, NUM_CONTEXTS, FP_ALIAS,
2675 FP_LAYOUT, FP_LAYOUT_BYTES, GREGMAP, AREGS_MASK, WB_MASK, A0_REGNUM,
2676 A1_REGNUM, A2_REGNUM, A3_REGNUM, A4_REGNUM, A5_REGNUM, A6_REGNUM,
2677 A7_REGNUM, A8_REGNUM, A9_REGNUM, A10_REGNUM, A11_REGNUM, A12_REGNUM,
2678 A13_REGNUM, A14_REGNUM, A15_REGNUM.
2679
2680 2007-10-09 Markus Deuling <deuling@de.ibm.com>
2681
2682 * h8300-tdep.c (h8300_frame_cache): Use get_frame_arch to get at
2683 the current architecture by frame_info.
2684 (h8300_frame_prev_register
2685 (h8300_print_register): Replace current_gdbarch by gdbarch.
2686 (h8300_print_registers_info, h8300_register_type)
2687 (h8300_register_type): Likewise.
2688
2689 2007-10-09 Markus Deuling <deuling@de.ibm.com>
2690
2691 * i386-linux-nat.c (fetch_register): Use get_regcache_arch to get at
2692 the current architecture by regcache.
2693 (store_register, supply_gregset, fill_gregset, i386_linux_resume)
2694 (i386_linux_fetch_inferior_registers)
2695 (i386_linux_store_inferior_registers): Likewise.
2696 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Likewise.
2697 * i386-nto-tdep.c (i386nto_supply_gregset): Likewise.
2698 * i386v4-nat.c (supply_fpregset, fill_fpregset): Likewise.
2699 * i386-tdep.c (i386_unwind_pc): Replace current_gdbarch by gdbarch.
2700 (i386_extract_return_value, i386_store_return_value): Likewise.
2701 * i386-tdep.c (i386_frame_prev_register): Use get_frame_arch to get at
2702 the current architecture by frame_info.
2703 (i386_sigtramp_frame_cache, i386_get_longjmp_target)
2704 (i386_register_to_value, i386_value_to_register): Likewise.
2705
2706 2007-10-09 Markus Deuling <deuling@de.ibm.com>
2707
2708 * monitor.c (monitor_supply_register): Use get_regcache_arch to get at
2709 the current architecture by regcache.
2710 (monitor_store_register, monitor_store_registers): Likewise.
2711
2712 2007-10-09 Markus Deuling <deuling@de.ibm.com>
2713
2714 * dbug-rom.c (dbug_supply_register): Use get_regcache_arch to get at
2715 the current architecture by regcache.
2716
2717 2007-10-09 Markus Deuling <deuling@de.ibm.com>
2718
2719 * arch-utils.c (legacy_return_value): Replace current_gdbarch by
2720 gdbarch.
2721
2722 2007-10-09 Markus Deuling <deuling@de.ibm.com>
2723
2724 * frame.c (frame_pc_unwind): Use get_frame_arch to get at the current
2725 architecture by frame.
2726 (frame_save_as_regcache, frame_register_unwind, get_prev_frame_1)
2727 (inside_main_func, frame_sp_unwind): Likewise.
2728
2729 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
2730
2731 * solib-svr4.c (enable_break): Add the dynamic linker also if
2732 auxv succeeds.
2733
2734 2007-10-09 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
2735
2736 * MAINTAINERS (Write After Approval): Add self.
2737
2738 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
2739
2740 * stabsread.c (read_huge_number): Initialize local variable to 0.
2741
2742 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
2743
2744 * p-lang.h (pascal_main_name): Add declaration.
2745 * p-lang.c (GPC_P_INITIALIZE, GPC_MAIN_PROGRAM_NAME_1)
2746 (GPC_MAIN_PROGRAM_NAME_2): New constants.
2747 (pascal_main_name): New function.
2748 * symtab.c: Include p-lang.h.
2749 (find_main_name): Add call to pascal_main_name.
2750 * Makefile.in (symtab.o): Add dependency on p-lang.h.
2751
2752 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
2753
2754 * stabsread.c (read_huge_number): Fix handling of octal
2755 representation when the bit width is known.
2756 (read_range_type): Record unsigned integral types with their size,
2757 when the type size is known.
2758
2759 2007-10-08 Thiago Jung Bauermann <bauerman@br.ibm.com>
2760
2761 * MAINTAINERS (Write After Approval): Add self.
2762
2763 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
2764
2765 * breakpoint.c (print_one_breakpoint_location): ARI fix:
2766 Replace asprintf by xstrprintf.
2767
2768 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
2769
2770 * linux-fork.c: ARI fix: include "gdb_dirent.h" instead of <dirent.h>.
2771 Makefile.in (linux-fork.o): Add gdb_dirent.h dependency.
2772
2773 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
2774
2775 * linux-fork.c: Move "gdb_wait.h" include back to the position of
2776 <sys/wait.h> include before last commit.
2777
2778 2007-10-08 Maciej W. Rozycki <macro@mips.com>
2779
2780 * mips-tdep.c (mips32_next_pc): Fix a typo in BGTZL.
2781
2782 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2783
2784 * aix-thread.c (supply_gprs64, supply_fprs, supply_sprs64)
2785 (supply_sprs32, fetch_regs_user_thread, fetch_regs_kernel_thread)
2786 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs64, fill_sprs32)
2787 (store_regs_user_thread, store_regs_kernel_thread): Use
2788 get_regcache_arch or get_frame_arch to get at the current architecture
2789 by regcache or by frame, respectively.
2790
2791 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2792
2793 * sh64-tdep.c (sh64_push_dummy_call, sh64_register_type)
2794 (sh64_pseudo_register_read, sh64_pseudo_register_write)
2795 (sh64_do_fp_register, sh64_do_pseudo_register, sh64_do_register)
2796 (sh64_print_register, sh64_media_print_registers_info)
2797 (sh64_compact_print_registers_info, sh64_unwind_sp)
2798 (sh64_unwind_pc): Replace current_gdbarch by gdbarch.
2799 (sh64_show_media_regs, sh64_show_compact_regs, sh64_frame_cache)
2800 (sh64_frame_prev_register): Use FRAME to recognize current
2801 architecture.
2802
2803 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2804
2805 * sh-tdep.c (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu)
2806 (sh_sh2a_register_type, sh_sh3e_register_type, sh_sh4_register_type)
2807 (sh_register_reggroup_p, sh_dwarf2_frame_init_reg): Replace
2808 current_gdbarch by gdbarch.
2809 (sh_generic_show_regs, sh3_show_reg, sh2e_show_regs, sh2a_show_regs)
2810 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
2811 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs, sh_frame_cache)
2812 (sh_frame_prev_register, sh_unwind_sp, sh_unwind_pc): Use FRAME to
2813 recognize current architecture.
2814
2815 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2816
2817 * remote.c (init_remote_state, fetch_register_using_p)
2818 (process_g_packet, remote_fetch_registers, remote_prepare_to_store)
2819 (store_register_using_P, store_registers_using_G)
2820 (remote_store_registers): Use get_regcache_arch or get_frame_arch to
2821 get at the current architecture by regcache or by frame, respectively.
2822
2823 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2824
2825 * m68k-tdep.c (m68k_register_to_value, m68k_value_to_register)
2826 (m68k_svr4_extract_return_value, m68k_svr4_store_return_value)
2827 (m68k_frame_prev_register, m68k_get_longjmp_target): Use
2828 get_regcache_arch or get_frame_arch to get at the current architecture
2829 by regcache or by frame, respectively.
2830 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
2831 * m68klinux-nat.c (fetch_register, old_fetch_inferior_registers)
2832 (store_register, old_store_inferior_registers, supply_gregset)
2833 (supply_fpregset, fill_fpregset): Likewise.
2834 * m68k-tdep.c (m68k_register_type, m68k_unwind_pc, m68k_dump_tdep):
2835 Replace current_gdbarch by gdbarch.
2836
2837 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2838
2839 * irix5-nat.c (supply_gregset, fill_gregset, supply_fpregset)
2840 (fill_fpregset, fetch_core_registers): Use get_regcache_arch or
2841 get_frame_arch to get at the current architecture by regcache or by
2842 frame, respectively.
2843
2844 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2845
2846 * ia64-tdep.c (ia64_pseudo_register_read, ia64_pseudo_register_write):
2847 Replace current_gdbarch by gdbarch.
2848 * ia64-tdep.c (ia64_frame_prev_register
2849 (ia64_sigtramp_frame_prev_register)
2850 (ia64_libunwind_frame_prev_register): Use get_regcache_arch or
2851 get_frame_arch to get at the current architecture by regcache or by
2852 frame, respectively.
2853 * ia64-linux-nat.c (ia64_linux_fetch_register)
2854 (ia64_linux_fetch_registers, ia64_linux_store_register)
2855 (ia64_linux_store_registers): Likewise.
2856
2857 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2858
2859 * hppa-tdep.c (hppa_stub_unwind_sniffer, hppa_dump_tdep): Replace
2860 current_gdbarch by gdbarch.
2861 * hppa-linux-nat.c (fetch_register, store_register)
2862 (hppa_linux_fetch_inferior_registers)
2863 (hppa_linux_store_inferior_registers): Use get_regcache_arch or
2864 get_frame_arch to get at the current architecture by regcache or by
2865 frame, respectively.
2866 * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code
2867 (hppa_hpux_unwind_adjust_stub): Likewise.
2868 * hppa-hpux-nat.c (hppa_hpux_fetch_register, hppa_hpux_store_register)
2869 (hppa_hpux_fetch_inferior_registers)
2870 (hppa_hpux_store_inferior_registers): Likewise.
2871
2872 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2873
2874 * cris-tdep.c (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
2875 (cris_scan_prologue, crisv32_scan_prologue, find_step_target)
2876 (cris_software_single_step, cris_supply_gregset): Use get_regcache_arch
2877 or get_frame_arch to get at the current architecture by regcache or by
2878 frame, respectively.
2879 * cris-tdep.c (crisv32_single_step_through_delay, cris_push_dummy_call)
2880 (cris_unwind_pc, cris_unwind_sp, cris_register_type, cris_dump_tdep)
2881 (crisv32_register_type, cris_dwarf2_frame_init_reg): Replace
2882 current_gdbarch by gdbarch.
2883
2884 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2885
2886 * arm-tdep.c (arm_scan_prologue, arm_make_prologue_cache)
2887 (thumb_get_next_pc, arm_get_next_pc, arm_extract_return_value)
2888 (arm_store_return_value): Use get_regcache_arch or get_frame_arch to
2889 get at the current architecture by regcache or by·frame, respectively.
2890 (arm_push_dummy_call, arm_dump_tdep): Replace current_gdbarch by
2891 gdbarch.
2892
2893 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2894
2895 * amd64-tdep.c (amd64_frame_prev_register, amd64_sigtramp_frame_cache):
2896 Use get_regcache_arch or get_frame_arch to get at the current
2897 architecture by regcache or by frame, respectively.
2898 * amd64-linux-tdep.c (amd64_linux_sigcontext_addr): Likewise.
2899 * amd64-nat.c (amd64_supply_native_gregset)
2900 (amd64_collect_native_gregset): Replace current_gdbarch by gdbarch.
2901
2902 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2903
2904 * alpha-tdep.c (alpha_register_reggroup_p): Replace current_gdbarch by
2905 gdbarch.
2906 * alpha-linux-nat.c (alpha_linux_register_u_offset): Likewise.
2907 (alpha_sigtramp_frame_unwind_cache, alpha_sigtramp_frame_this_id)
2908 (alpha_sigtramp_frame_sniffer, alpha_next_pc): Use get_regcache_arch or
2909 get_frame_arch to get at the current architecture by regcache or by
2910 frame, respectively.
2911 * alpha-nat.c (fetch_osf_core_registers): Likewise.
2912
2913 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2914
2915 * dwarf2-frame.c (read_reg, execute_cfa_program, dwarf2_frame_cache)
2916 (dwarf2_frame_default_init_reg, dwarf2_frame_prev_register): Replace
2917 current_gdbarch by gdbarch.
2918 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Likewise.
2919
2920 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2921
2922 * regcache.c (init_regcache_descr, register_type, read_pc_pid)
2923 (write_pc_pid, regcache_dump): Replace current_gdbarch by gdbarch.
2924 * regcache.c (regcache_raw_write): Use get_regcache_arch or
2925 get_frame_arch to get at the current architecture by regcache or by
2926 frame, respectively.
2927
2928 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2929
2930 * findvar.c (value_of_register, locate_var_value): Use
2931 get_regcache_arch or get_frame_arch to get at the current architecture
2932 by regcache or by frame, respectively.
2933 * findvar.c (default_value_from_register, value_from_register): Replace
2934 current_gdbarch by gdbarch.
2935
2936 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
2937
2938 * config/i386/nm-i386.h (CHILD_POST_STARTUP_INFERIOR): ARI fix: Remove.
2939
2940 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
2941
2942 * linux-fork.c: ARI fix: include "gdb_wait.h" instead of <sys/wait.h>.
2943 Makefile.in (linux-fork.o): Add gdb_wait.h dependency.
2944
2945 2007-10-05 Daniel Jacobowitz <dan@codesourcery.com>
2946
2947 * remote.c (get_offsets): Only call free_symfile_segment_data if
2948 data was allocated.
2949
2950 2007-10-03 Pierre Muller <muller@ics.u-strasbg.fr>
2951
2952 * objc-exp.y: ARI fix: remove 4 PARAMS.
2953
2954 2007-10-03 Daniel Jacobowitz <dan@codesourcery.com>
2955
2956 * NEWS: Use uniform spacing. Correct version number for GDB 6.7
2957 news. Mention XML support for M68K in GDB 6.7.
2958
2959 2007-10-03 Daniel Jacobowitz <dan@codesourcery.com>
2960
2961 * gdbtypes.c (create_range_type): Do not set TYPE_FIELD_TYPE for the
2962 bounds.
2963 (init_vector_type): Use builtin_type_int32.
2964
2965 2007-10-02 Ulrich Weigand <uweigand@de.ibm.com>
2966
2967 * s390-tdep.c (s390_regset_from_core_section): Allow excess section
2968 size to enable bi-arch generate-core-file support.
2969
2970 2007-10-02 Markus Deuling <deuling@de.ibm.com>
2971
2972 * spu-tdep.c (info_spu_signal_command): Fix output for SPU signal.
2973
2974 2007-10-02 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
2975
2976 * tui/tui-interp.c (tui_init): Initialize tui's SIGWINCH
2977 signal handler.
2978 * tui/tui-win.c (tui_initialize_win): New function for
2979 initializing tui's SIGWINCH signal handler.
2980 * tui/tui-win.h (tui_initialize_win): Declare.
2981
2982 2007-10-02 Ulrich Weigand <uweigand@de.ibm.com>
2983
2984 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Cast
2985 pointer to uintptr_t before casting to CORE_ADDR.
2986
2987 2007-10-02 Markus Deuling <deuling@de.ibm.com>
2988
2989 * linux-nat.c (PTRACE_GETSIGINFO): Add define.
2990
2991 2007-10-02 Mark Mitchell <mark@codesourcery.com>
2992
2993 * mingw-hdep.c (gdb_select): Stop helper threads before returning.
2994 * ser-mingw.c (enum select_thread_state): New type.
2995 (struct ser_console_state): Add have_started and thread_state.
2996 (select_thread_wait): New function.
2997 (thread_fn_type): New type.
2998 (create_select_thread): New function.
2999 (destroy_select_thread): Likewise.
3000 (start_select_thread): Likewise.
3001 (stop_select_thread): Likewise.
3002 (console_select_thread): Use new functions.
3003 (pipe_select_thread): Likewise.
3004 (file_select_thread): Likewise.
3005 (ser_console_wait_handle): Likewise.
3006 (ser_console_done_wait_handle): Likewise.
3007 (ser_console_close): Likewise.
3008 (free_pipe_state): Likewise.
3009 (pipe_wait_handle): Likewise.
3010 (pipe_done_wait_handle): Likewise.
3011 (struct net_windows_state): Derive from ser_console_state.
3012 (net_windows_select_thread): Use new functions.
3013 (net_windows_wait_handle): Likewise.
3014 (net_windows_done_wait_handle): Likewise.
3015 (net_windows_close): Likewise.
3016
3017 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
3018
3019 * inflow.c (terminal_ours_1): Remove useless line.
3020
3021 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
3022
3023 * mips-tdep.c (mips_read_fp_register_double): Correct check for
3024 odd FP registers.
3025 (mips_print_fp_register): Correct check for even FP registers.
3026 (mips_virtual_frame_pointer): New function.
3027 (mips_gdbarch_init): Call set_gdbarch_virtual_frame_pointer.
3028
3029 2007-09-30 Mike Frysinger <vapier@gentoo.org>
3030
3031 * value.h (lookup_only_internalvar): New prototype.
3032 (create_internalvar): Likewise.
3033 * value.c (lookup_only_internalvar): New function.
3034 (create_internalvar): Likewise.
3035 (lookup_internalvar): Use new lookup_only_internalvar and
3036 create_internalvar functions.
3037 * parse.c (write_dollar_variable): Look up $ symbols in internal
3038 table first rather than last.
3039
3040 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
3041
3042 * linux-nat.c (linux_nat_new_thread): New variable.
3043 (linux_child_follow_fork): Set inferior_ptid to include LWP ID. Use
3044 linux_nat_switch_fork.
3045 (lwp_list): Make public.
3046 (add_lwp): Call linux_nat_new_thread.
3047 (lin_lwp_attach_lwp, linux_nat_attach): Call add_lwp after stopping
3048 the new thread.
3049 (resume_callback): Clear lp->siginfo. Remove unused variable.
3050 (linux_nat_resume): Assert that the LWP list is already initialized.
3051 Clear lp->siginfo.
3052 (save_siginfo): New.
3053 (stop_wait_callback, linux_nat_wait): Call it.
3054 (linux_nat_set_new_thread, linux_nat_get_siginfo): New.
3055 * linux-nat.h (struct lwp_info): Add siginfo.
3056 (lwp_list, linux_nat_set_new_thread, linux_nat_get_siginfo): Declare.
3057 (ALL_LWPS): Define.
3058
3059 * amd64-linux-nat.c (amd64_linux_dr): New.
3060 (amd64_linux_dr_get): Take a PTID argument. Correct typo.
3061 (amd64_linux_dr_set): Take a PTID argument.
3062 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use ALL_LWPS.
3063 (amd64_linux_dr_reset_addr): Use amd64_linux_dr_set_addr.
3064 (amd64_linux_dr_get_status): Pass inferior_ptid to amd64_linux_dr_get.
3065 (amd64_linux_new_thread): New.
3066 (_initialize_amd64_linux_nat): Call linux_nat_set_new_thread.
3067 * i386-linux-nat.c (i386_linux_dr): New.
3068 (i386_linux_dr_get, i386_linux_dr_set): Take a PTID argument.
3069 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use ALL_LWPS.
3070 (i386_linux_dr_reset_addr): Use i386_linux_dr_set_addr.
3071 (i386_linux_dr_get_status): Pass inferior_ptid to i386_linux_dr_get.
3072 (i386_linux_new_thread): New.
3073 (i386_linux_resume): Remove unnecessary PID check.
3074 (_initialize_i386_linux_nat): Call linux_nat_set_new_thread.
3075 * ia64-linux-nat.c (enable_watchpoints_in_psr): Take PTID argument.
3076 (fetch_debug_register, fetch_debug_register_pair): Delete.
3077 (debug_registers): New.
3078 (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint): Use
3079 ALL_LWPS and debug_registers.
3080 (ia64_linux_new_thread): New.
3081 (ia64_linux_stopped_data_address): Use linux_nat_get_siginfo.
3082 (_initialize_ia64_linux_nat): Call linux_nat_set_new_thread.
3083 * ppc-linux-nat.c (last_stopped_data_address): Delete.
3084 (saved_dabr_value): New.
3085 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
3086 ALL_LWPS.
3087 (ppc_linux_new_thread): New.
3088 (ppc_linux_stopped_data_address): Use linux_nat_get_siginfo.
3089 (ppc_linux_stopped_by_watchpoint): Call ppc_linux_stopped_data_address.
3090 (_initialize_ppc_linux_nat): Call linux_nat_set_new_thread.
3091 * s390-nat.c (s390_stopped_by_watchpoint): Clear the watchpoint status
3092 after reading it.
3093 (s390_fix_watch_points): Take a PTID argument.
3094 (s390_insert_watchpoint, s390_remove_watchpoint): Use ALL_LWPS.
3095 (_initialize_s390_nat): Call linux_nat_set_new_thread.
3096
3097 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
3098 Jeff Johnston <jjohnstn@redhat.com>
3099
3100 * breakpoint.c (watchpoints_triggered): New.
3101 (bpstat_stop_status): Remove STOPPED_BY_WATCHPOINT argument.
3102 Check watchpoint_triggered instead. Combine handling for software
3103 and hardware watchpoints. Do not use target_stopped_data_address
3104 here. Always check a watchpoint if its scope breakpoint triggers.
3105 Do not stop for thread or overlay events. Improve check for
3106 triggered watchpoints without a value change.
3107 (watch_command_1): Insert the scope breakpoint first. Link the
3108 scope breakpoint to the watchpoint.
3109 * breakpoint.h (enum watchpoint_triggered): New.
3110 (struct breakpoint): Add watchpoint_triggered.
3111 (bpstat_stop_status): Update prototype.
3112 (watchpoints_triggered): Declare.
3113 * infrun.c (enum infwait_status): Add infwait_step_watch_state.
3114 (stepped_after_stopped_by_watchpoint): Delete.
3115 (handle_inferior_event): Make stepped_after_stopped_by_watchpoint
3116 local. Handle infwait_step_watch_state. Update calls to
3117 bpstat_stop_status. Use watchpoints_triggered to check
3118 watchpoints.
3119 * remote.c (stepped_after_stopped_by_watchpoint): Remove extern.
3120 (remote_stopped_data_address): Do not check it.
3121
3122 2007-09-29 Daniel Jacobowitz <dan@codesourcery.com>
3123
3124 * configure.ac: Add $LIBINTL when testing libbfd.
3125 * configure: Regenerated.
3126
3127 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
3128
3129 * NEW: Mention pending breakpoint changes and
3130 support for breakpoints at multiple locations.
3131
3132 2007-09-27 Daniel Jacobowitz <dan@codesourcery.com>
3133
3134 * arm-linux-tdep.c (arm_linux_software_single_step): New.
3135 (arm_linux_init_abi): Use it.
3136 * arm-tdep.c (arm_get_next_pc): Make global. Handle all-ones
3137 condition correctly.
3138 * arm-tdep.h (arm_get_next_pc): Declare.
3139 * Makefile.in (arm-linux-tdep.o): Update.
3140
3141 2007-09-26 Vladimir Prus <vladimir@codesourcery.com>
3142
3143 * varobj.c (install_new_value): Don't
3144 call value_get_print_value when a value is
3145 lazy. Update the print_value member in a
3146 single place.
3147
3148 2007-09-26 Vladimir Prus <vladimir@codesourcery.com>
3149
3150 * breakpoint.c (create_breakpoint): Set
3151 condition on each location, not on the first
3152 location of breakpoint.
3153
3154 2007-09-26 Jim Blandy <jimb@codesourcery.com>
3155
3156 * remote.c (getpkt_sane): Fix error message. No animals were
3157 harmed in the making of this debugger.
3158
3159 2007-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
3160
3161 * p-typeprint.c: Fix 11 ARI reported problems.
3162 (pascal_print_type): Fix 4 operator at end of line.
3163 (pascal_type_print_method_args) : Replace 2 DEPRECATED_STREQN macros
3164 using strncmp function.
3165 (pascal_type_print_base): Fix 2 operator at end of line.
3166 (pascal_type_print_base) : Replace 3 DEPRECATED_STREQN macros
3167 using strncmp function.
3168
3169
3170 2007-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
3171
3172 * Fix PR pascal/2231
3173 dwarf2read.c (read_subroutine_type):
3174 All pascal functions are prototyped.
3175
3176 2007-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
3177
3178 * Fix PR pascal/2283
3179 p-valprint.c (pascal_val_print): correct current language check.
3180 Also print array of char as strings.
3181
3182
3183 2007-09-26 David Ung <davidu@mips.com>
3184 Maciej W. Rozycki <macro@mips.com>
3185
3186 * mips-tdep.c (mips_n32n64_return_value): Fix a comment.
3187
3188 2007-09-25 Pierre Muller <muller@ics.u-strasbg.fr>
3189
3190 * p-exp.y: Fix 12 ARI reported problems.
3191 (name_not_typename): Fix 2 operator at end of line issues.
3192 (yylex): Fix 3 operator at end of line issues.
3193 Replace 7 DEPRECATED_STREQ macros using strcmp function.
3194
3195 2007-09-25 David Ung <davidu@mips.com>
3196 Maciej W. Rozycki <macro@mips.com>
3197
3198 * mips-tdep.c (mips_n32n64_return_value): Per N32/N64 ABI
3199 rules return composite types in registers as appropriate.
3200
3201 2007-09-24 Jim Blandy <jimb@codesourcery.com>
3202
3203 * symfile.h (struct symfile_segment_data): Doc fixes.
3204 * symfile.c (symfile_map_offsets_to_segments): Doc fixes.
3205 Assert that we were passed some loaded segment addresses,
3206 and that sections' segment numbers are valid.
3207 Simplify offset calculation.
3208 * remote.c (get_offsets): Clarify selection of relocate-by-segment
3209 strategy, and set num_segments correctly. Delete redundant
3210 assignments to do_sections.
3211
3212 2007-09-24 Daniel Jacobowitz <dan@codesourcery.com>
3213
3214 * frame.c (get_prev_frame_1): Also check for PC in the same register.
3215
3216 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
3217
3218 * breakpoint.c (remove_sal): New.
3219 (expand_line_sal_maybe): New.
3220 (create_breakpoints): Call expand_line_sal_maybe.
3221 (clear_command): Add comment.
3222 (breakpoint_re_set_one): Call expand_line_sal_maybe.
3223 * linespec.c (decode_indirect): Set explicit_pc to 1.
3224 (decode_all_digits): Set explicit_line to 1.
3225 (append_expanded_sal): New.
3226 (expand_line_sal): New.
3227 * linespec.h (expand_line_sal): Declare.
3228 * symtab.c (init_sal): Initialize explicit_pc
3229 and explicit_line.
3230 * symtab.h (struct symtab_and_line): New fields
3231 explicit_pc and explicit_line.
3232
3233 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
3234
3235 * infcall.c (call_function_by_hand): Handle language-specific
3236 pass and return by reference.
3237
3238 * cp-abi.c (cp_pass_by_reference): New.
3239 * cp-abi.h (cp_pass_by_reference): Declare.
3240 (struct cp_abi_ops): Add pass_by_reference.
3241 * gnu-v3-abi.c (gnuv3_pass_by_reference): New.
3242 (init_gnuv3_ops): Set pass_by_reference.
3243
3244 * language.c (language_pass_by_reference): New.
3245 (default_pass_by_reference): New.
3246 (unknown_language_defn, auto_language_defn, local_language_defn): Add
3247 default_pass_by_reference.
3248 * langauge.h (struct language_defn): Add la_pass_by_reference.
3249 (language_pass_by_reference, default_pass_by_reference): Declare.
3250 * ada-lang.c (ada_language_defn): Add default_pass_by_reference.
3251 * c-lang.c (c_language_defn, asm_language_defn)
3252 (minimal_language_defn): Likewise.
3253 (cplus_language_defn): Add cp_pass_by_reference.
3254 * f-lang.c (f_language_defn): Add default_pass_by_reference.
3255 * jv-lang.c (java_language_defn): Likewise.
3256 * m2-lang.c (m2_language_defn): Likewise.
3257 * objc-lang.c (objc_language_defn): Likewise.
3258 * p-lang.c (pascal_language_defn): Likewise.
3259 * scm-lang.c (scm_language_defn): Likewise
3260
3261 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
3262
3263 Allow a code breakpoint to have several locations
3264 associated with it.
3265 * breakpoint.h (enum enable_state): Remove the
3266 bp_shlib_disabled enumerator.
3267 (struct bp_location): New members shlib_disabled,
3268 global_next, enabled and function_name.
3269 Rename pending to condition_not_parsed.
3270
3271 * breakpoint.c (ALL_BP_LOCATIONS): Iterate over global_next.
3272 (ALL_BP_LOCATIONS_SAFE): Likewise.
3273 (breakpoint_enabled): Don't check for pending.
3274 (condition_command): Free and update all locations of
3275 a breakpoint.
3276 (insert_bp_location): Adjust.
3277 (software_breakpoint_inserted_here_p): Don't care
3278 if breakpoint is enabled, as soon as it's inserted.
3279 (print_it_typical): Print bpstat's location, not
3280 bpstat's breakpoint's location.
3281 (bpstat_stop_status): Iterate over all locations, not
3282 all breakpoints.
3283 (print_breakpoint_location): New.
3284 (print_one_breakpoint): Renamed to
3285 (print_one_breakpoint_location): ...this. Take
3286 parameters to describe which location is being
3287 printed. Modify code to properly print header
3288 for several locations and individual locations.
3289 (print_one_breakpoint): Print all locations.
3290 (breakpoint_has_pc): New.
3291 (describe_other_breakpoints): Use the above.
3292 (check_duplicates): Renamed to...
3293 (check_duplicates_for): .. this.
3294 (check_duplicates): Use check_duplicates_for.
3295 (allocate_bp_location): Adjust.
3296 (set_raw_breakpoint_without_location): New,
3297 extracted from set_raw_breakpoint.
3298 (set_breakpoint_location_function): New.
3299 (set_raw_breakpoint): Use
3300 set_raw_breakpoint_without_location.
3301 (make_breakpoint_permanent): Mark all locations
3302 as inserted.
3303 (disable_breakpoints_in_shlibs): Iterate over
3304 locations.
3305 (disable_breakpoints_in_unloaded_shlib): Likewise.
3306 (re_enable_breakpoints_in_shlibs): Likewise.
3307 (mention): Say "pending" when breakpoint has
3308 zero locations. If breakpoint has more than one
3309 location, say so.
3310 (add_location_to_breakpoint): New.
3311 (create_breakpoint): Accept symtabs_and_lines, not
3312 symtab_and_line. Pass extra sals to
3313 add_location_to_breakpoint.
3314 (create_breakpoints): Pass symtabs_and_lines to
3315 create_breakpoints.
3316 (break_command_1): Make pending breakpoints
3317 have zero locations.
3318 (do_captured_breakpoint): Remove wrong allocation.
3319 (clear_command): Iterate over all locations.
3320 (unlink_locations_from_global_list): Renamed
3321 from unlink_location_from_global_list. Remove
3322 all locations.
3323 (delete_breakpoint): Remove all locations.
3324 Iterate over all locations when deciding which
3325 other location to re-enable.
3326 (all_locations_are_pending): New.
3327 (update_breakpoint_locations): Renamed from
3328 update_breakpoint_location. Try to match old
3329 and new locations using names of containing
3330 functions.
3331 (breakpoint_re_set_one): Adjust.
3332 (find_location_by_number): New.
3333 (disable_command): Allow disabling individual location.
3334 (enable_command): Allow enabling individual location.
3335 * breakpoint.c: Adjust all uses of breakpoint's
3336 enable state to for bp_shlib_disabled change.
3337
3338 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
3339
3340 * breakpoint.c (do_restore_lang_radix_cleanup): Remove.
3341 (resolve_pending_breakpoint): Remove.
3342 (re_enable_breakpoints_in_shlibs): Remove.
3343 (unlink_locations_from_global_list): New.
3344 (update_breakpoint_locations): New.
3345 (breakpoint_re_set_one): Don't bail out on pending breakpoints.
3346 Use parse_condition and update_breakpoint_location to
3347 reset breakpoint. Ignore 'symbol not found' error from
3348 decode_line_1.
3349 (breakpoint_re_set): Don't emit newline before the
3350 reason why breakpoint is not reset.
3351 (do_enable_breakpoint): Don't specially process pending
3352 breakpoints.
3353 (free_bp_location): New.
3354 (break_command_1): For pending breakpoints, initialize
3355 all fields of a sal with zeroes.
3356 * breakpoint.h (re_enable_breakpoints_in_shlibs): Remove.
3357 * infcmd.c (post_create_inferior): Don't call
3358 re_enable_breakpoints_in_shlibs.
3359 * infrun.c (handle_inferior_event): Likewise.
3360 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
3361 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
3362 * win32-nat.c (get_win32_debug_event): Likewise.
3363
3364 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
3365
3366 * breakpoint.c (create_breakpoint): Split from
3367 create_breakpoints, implementing most of its logic.
3368 Take just a single sal, single address string and
3369 single condition. Do not take parsed condition at
3370 all.
3371 (create_breakpoints): Just call create_breakpoint
3372 for each sal.
3373 (find_condition_and_thread): New.
3374 (break_command_1): Use find_condition_and_thread.
3375 Do not keep parsed conditions.
3376 (do_captured_breakpoint): Don't convert
3377 condition string to struct expression.
3378
3379 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
3380
3381 * breakpoint.h (struct breakpoint): Move the cond
3382 field to...
3383 (struct bp_location): Here.
3384 * breakpoint.c (condition_command, bpstat_stop_status)
3385 (print_one_breakpoint, allocate_bp_location)
3386 (solib_load_unload_1, create_fork_vfork_event_catchpoint)
3387 (create_exec_event_catchpoint, create_breakpoints)
3388 (break_command_1, watch_command_1, handle_gnu_v3_exceptions)
3389 (create_ada_exception_breakpoint, set_breakpoint_sal)
3390 (delete_breakpoint, breakpoint_re_set_one): Adjust.
3391 * tui/tui-winsource.c (tui_update_breakpoint_info): Adjust.
3392
3393 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
3394
3395 Associate bp_stat with bp_location, not breakpoint.
3396 * breakpoint.h (breakpoint_at): Change type
3397 to bp_location*.
3398 * breakpoint.c (bpstat_alloc): Take bp_location,
3399 not breakpoint.
3400 (bpstat_find_breakpoint): Look at bpstat's location's
3401 owner, not at bpstat->breakpoint_at.
3402 (bpstat_find_step_resume_breakpoint): Likewise.
3403 (bpstat_num): Likewise.
3404 (print_it_typical): Likewise.
3405 (print_bp_stop_message): Likewise.
3406 (watchpoint_check): Likewise.
3407 (bpstat_what): Likewise.
3408 (bpstat_get_triggered_catchpoints): Likewise.
3409 (breakpoint_auto_delete): Likewise.
3410 (delete_breakpoint): Likewise.
3411 (bpstat_stop_status): Pass location, not breakpoint,
3412 to bpstat_alloc. Look at bpstat's location's
3413 owner, not at bpstat->breakpoint_at.
3414
3415 2007-09-21 Jim Blandy <jimb@codesourcery.com>
3416
3417 * macrotab.h (new_macro_table): Document that removing information
3418 from an obstack/bcache-managed macro table leaks memory.
3419 * macrotab.c (macro_free, macro_bcache_free): Instead of asserting
3420 that data is never freed in obstack/bcache-managed macro tables,
3421 just leak the storage.
3422 (macro_undef): If we're undefining a macro at exactly the same
3423 source location that we defined it, simply remove the definition
3424 altogether.
3425
3426 2007-09-21 Joel Brobecker <brobecker@adacore.com>
3427
3428 * symfile.h (struct sym_fns): Add new field sym_read_linetable.
3429 * coffread.c, dbxread.c, elfread.c, mipsread.c somread.c:
3430 Adjust the struct sym_fns object accordingly by setting
3431 the new field to NULL.
3432 * xcoffread.c (aix_process_linenos): Make static.
3433 (xcoff_sym_fns): Set new field to aix_process_linenos.
3434 * buildsym.c (end_symtab): Replace call to PROCESS_LINENUMBER_HOOK
3435 by call to new the new sym_fns sym_read_linetable function.
3436 * config/powerpc/aix.mt (DEPRECATED_TM_FILE): Delete.
3437 * config/rs6000/tm-rs6000.h: Delete.
3438
3439 2007-09-21 David Ung <davidu@mips.com>
3440 Maciej W. Rozycki <macro@mips.com>
3441
3442 * mips-tdep.c (mips_n32n64_push_dummy_call): Per N32/N64 ABI
3443 rules do not treat composite types specially.
3444
3445 2007-09-20 Maciej W. Rozycki <macro@mips.com>
3446
3447 * mips-tdep.c (mips32_in_function_epilogue_p): New function.
3448 (mips16_in_function_epilogue_p): Likewise.
3449 (mips_in_function_epilogue_p): Likewise.
3450 (mips_gdbarch_init): Register mips_in_function_epilogue_p().
3451
3452 2007-09-19 Joel Brobecker <brobecker@adacore.com>
3453
3454 * configure.ac: Add check for "etext".
3455 * configure, config.in: Regenerate.
3456 * maint.c (TEXTEND): Only define if either _etext or etext
3457 are available.
3458 Disable the profiling functionality if TEXTEND is not defined.
3459
3460 2007-09-19 Daniel Jacobowitz <dan@codesourcery.com>
3461
3462 * mips-tdep.c (mips_stub_frame_cache): Correct the saved return
3463 address register. Correct the call to frame_id_build.
3464 (mips_stub_frame_sniffer): Use the stub unwinder when the PC
3465 is invalid.
3466
3467 2007-09-18 Joel Brobecker <brobecker@adacore.com>
3468
3469 * ia64-tdep.c (refine_prologue_limit): Make sure we don't scan
3470 the linetable past the function end.
3471
3472 2007-09-18 James E. Wilson <wilson@specifix.com>
3473
3474 * MAINTAINERS: Update my email address.
3475
3476 2007-09-18 Jerome Guitton <guitton@adacore.com>
3477
3478 * inf-ttrace.c (inf_ttrace_private_thread_info): New structure type.
3479 (inf_ttrace_delete_dying_threads_callback): New function.
3480 (inf_ttrace_resume): After resuming the execution, iterate over
3481 the dying threads to delete them for the thread list.
3482 (inf_ttrace_wait): on TTEVT_LWP_EXIT and TTEVT_LWP_TERMINATE,
3483 mark the corresponding thread as dying instead of removing it
3484 from the thread list.
3485 (inf_ttrace_thread_alive): return 0 for dying threads.
3486
3487 2007-09-17 Joel Brobecker <brobecker@adacore.com>
3488
3489 * infrun.c (insert_step_resume_breakpoint_at_frame): Add assertion
3490 that return_frame is not null.
3491
3492 2007-09-17 Joel Brobecker <brobecker@adacore.com>
3493
3494 * solib-svr4.c: Add include of "auxv.h".
3495 (enable_break): Use the AT_BASE auxiliary entry if available.
3496 * Makefile.in (solib-svr4.o): Update dependencies.
3497
3498 2007-09-17 Joel Brobecker <brobecker@adacore.com>
3499
3500 * NEWS: Create a new section for the next release branch.
3501 Rename the section of the current branch, now that it has
3502 been cut.
3503
3504 2007-09-17 Jerome Guitton <guitton@adacore.com>
3505
3506 * dwarf2loc.c (dwarf_expr_frame_base): Guard against NULL.
3507 * Makefile.in (dwarf2loc.o): Depend on gdb_assert.h.
3508
3509 2007-09-16 Vladimir Prus <vladimir@codesourcery.com>
3510
3511 * mi/mi-cmds.c (mi_cmds): Register -list-features.
3512 * mi/mi-cmds.h (mi_cmd_list_features): New.
3513 * mi/mi-main.c (mi_cmd_list_features): New.
3514
3515 2007-09-11 Joel Brobecker <brobecker@adacore.com>
3516
3517 GDB 6.7 branch created (branch timestamp: 2007-09-07 14:00 UTC)
3518 * version.in: Bump version to 6.7.50-20070911-cvs.
3519
3520 2007-09-10 Daniel Jacobowitz <dan@codesourcery.com>
3521
3522 * thread.c (free_thread): Do not delete the step resume breakpoint
3523 right away.
3524
3525 2007-09-10 Daniel Jacobowitz <dan@codesourcery.com>
3526
3527 * arch-utils.c (gdbarch_info_fill): Also try core_bfd.
3528 * corelow.c (core_read_description): New.
3529 (init_core_ops): Set to_read_description.
3530 * gdbarch.sh: Add gdbarch_core_read_description.
3531 * mips-linux-tdep.c (mips_linux_core_read_description): New.
3532 (mips_linux_init_abi): Call set_gdbarch_core_read_description.
3533 * mips-tdep.c (mips_tdesc_gp32, mips_tdesc_gp64): New.
3534 (mips_register_g_packet_guesses): Use them.
3535 (_initialize_mips_tdep): Initialize them.
3536 * mips-tdep.h (mips_tdesc_gp32, mips_tdesc_gp64): Declare.
3537 * gdbarch.h, gdbarch.c: Regenerated.
3538
3539 2007-09-10 Ulrich Weigand <uweigand@de.ibm.com>
3540
3541 * infrun.c (stepping_past_breakpoint): New global variable.
3542 (stepping_past_breakpoint_ptid): Likewise.
3543 (prepare_to_proceed): Add STEP parameter. Do not check for Ctrl-C.
3544 Only switch threads if we need to single-step over a breakpoint hit
3545 in the previously selected thread. If stepping, remember previous
3546 thread to switch back to in STEPPING_PAST_BREAKPOINT[_PTID]. Call
3547 switch_to_thread instead of copying its contents.
3548 (proceed): Pass STEP to prepare_to_proceed. Always set ONEPROC if
3549 prepare_to_proceed returns true.
3550 (init_wait_for_inferior): Reset STEPPING_PAST_BREAKPOINT.
3551 (context_switch): Call switch_to_thread.
3552 (handle_inferior_event): Switch back to previous thread if requested
3553 in STEPPING_PAST_BREAKPOINT[_PTID] by prepare_to_proceed.
3554 * gdbthread.h (switch_to_thread): Add prototype.
3555 * thread.c (switch_to_thread): Make global.
3556
3557 2007-09-07 Pierre Muller <muller@ics.u-strasbg.fr>
3558
3559 * p-valprint.c: Fix 7 ARI reported problems.
3560 (pascal_val_print): Fix one operator at end of line issue.
3561 Use paddress function to remove use of
3562 deprecated_print_address_numeric function (2 times).
3563 Use SYMBOL_LINKAGE_NAME instead of DEPRECATED_SYMBOL_NAME.
3564 (pascal_value_print): Fix 3 operator at end of line issues.
3565
3566 2007-09-07 Daniel Jacobowitz <dan@codesourcery.com>
3567
3568 PR gdb/2103
3569 * arm-tdep.c (arm_in_call_stub): Delete.
3570 (arm_skip_stub): Handle from_arm and from_thumb stubs.
3571
3572 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
3573
3574 * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Handle other integer
3575 types.
3576
3577 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3578 Jim Blandy <jimb@codesourcery.com>
3579
3580 * NEWS: Update description of string changes. Mention print/s.
3581 * c-valprint.c (textual_element_type): New.
3582 (c_val_print): Use it. Do not skip address printing for pointers
3583 with a string format.
3584 (c_value_print): Doc update.
3585 * dwarf2read.c (read_array_type): Use make_vector_type.
3586 * gdbtypes.c (make_vector_type): New.
3587 (init_vector_type): Use it.
3588 (gdbtypes_post_init): Initialize builtin_true_unsigned_char.
3589 (_initialize_gdbtypes): Mark int8_t and uint8_t as TYPE_FLAG_NOTTEXT.
3590 * gdbtypes.h (struct builtin_type): Add builtin_true_unsigned_char.
3591 (TYPE_FLAG_NOTTEXT, TYPE_NOTTEXT): New.
3592 (make_vector_type): New.
3593 * printcmd.c (print_formatted): Only handle 's' and 'i' for examine.
3594 Call the language print routine for string format.
3595 (print_scalar_formatted): Call val_print for string format. Handle
3596 unsigned original types for char format.
3597 (validate_format): Do not reject string format.
3598 * stabsread.c (read_type): Use make_vector_type.
3599 * xml-tdesc.c (tdesc_start_vector): Use init_vector_type.
3600
3601 2007-09-04 Michael Snyder <msnyder@access-company.com>
3602
3603 * expprint.c (print_subexp_standard): Check strchr for null.
3604 * Makefile.in (expprint.o): Depend on gdb_assert.h.
3605
3606 * gnu-v2-abi.c (gnuv2_value_rtti_type): Guard against null.
3607
3608 * stabsread.c (patch_block_status): Guard against null.
3609 * Makefile.in (stabsread.o): Depend on gdb_assert.h.
3610
3611 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3612
3613 * printcmd.c (printf_command): Handle ptr_arg. Correct typo
3614 in internal error message.
3615
3616 2007-09-04 Pedro Alves <pedro_alves@portugalmail.pt>
3617 Daniel Jacobowitz <dan@codesourcery.com>
3618
3619 * infcmd.c (post_create_inferior): Update comment.
3620 (run_command_1): Always call post_create_inferior with 0 as
3621 from_tty.
3622
3623 * i386-cygwin-tdep.h: New.
3624 * i386-cygwin-tdep.c: Include "i386-cygwin-tdep.h".
3625 (win32_xfer_shared_library): Make it extern.
3626
3627 * win32-nat.c: Include gdb_obstack.h and xml-support.h and
3628 i386-cygwin-tdep.h.
3629 (win32_so_ops): Delete.
3630 (get_relocated_section_addrs): Delete.
3631 (solib_symbols_add): Delete.
3632 (register_loaded_dll): Delete.
3633 (win32_make_so): New.
3634 (handle_load_dll): Use win32_make_so.
3635 (win32_free_so): Free the passed in so.
3636 (win32_relocate_section_addresses): Delete.
3637 (win32_solib_create_inferior_hook): Delete.
3638 (handle_unload_dll): Don't add PE offset here. Free so with
3639 win32_free_so instead of free_so.
3640 (win32_special_symbol_handling): Delete.
3641 (get_win32_debug_event): Remove unneeded calls. Set state to
3642 TARGET_WAITKIND_LOADED on a dll unload.
3643 (do_initial_win32_stuff): Clear cygwin_load_start and
3644 cygwin_load_end.
3645 (map_code_section_args): Delete.
3646 (dll_code_sections_add): Delete.
3647 (core_section_load_dll_symbols): Delete.
3648 (win32_xfer_shared_libraries): New.
3649 (win32_current_sos): Delete.
3650 (win32_xfer_partial): New.
3651 (open_symbol_file_object): Delete.
3652 (in_dynsym_resolve_code): Delete.
3653 (init_win32_ops): Set win32_xfer_partial as to_xfer_partial member
3654 of win32_ops. Remove win32_so_ops settings. Don't set
3655 current_target_so_ops here.
3656
3657 * Makefile.in (i386_cygwin_tdep_h): New variable.
3658 (i386-cygwin-tdep.o): Update dependencies.
3659 (win32-nat.o): Update dependencies.
3660
3661 2007-09-04 Pedro Alves <pedro_alves@portugalmail.pt>
3662 Daniel Jacobowitz <dan@codesourcery.com>
3663
3664 * gdbarch.sh (core_xfer_shared_libraries): New.
3665
3666 * corelow.c (core_xfer_partial): Handle TARGET_OBJECT_LIBRARIES.
3667
3668 * gdb_obstack.h (obstack_grow_str, obstack_grow_str0): New.
3669
3670 * xml-support.c (gdb_xml_parse): Debug output tweaks.
3671 (xml_escape_text): New.
3672 * xml-support.h (xml_escape_text): Declare.
3673
3674 * config/i386/cygwin.mh (NATDEPFILES): Move corelow.o to ...
3675 * config/i386/cygwin.mt (TDEPFILES): ... here.
3676
3677 * win32-nat.c: (fetch_elf_core_registers): Delete.
3678 (win32_elf_core_fn): Delete.
3679 (_initialize_core_win32): Delete.
3680
3681 * i386-cygwin-tdep.c: Include "regset.h", "gdb_objstack.h",
3682 "xml-support.h" and "gdbcore.h".
3683 (i386_win32_gregset_reg_offset): New.
3684 (I386_WIN32_SIZEOF_GREGSET): New.
3685 (i386_win32_regset_from_core_section): New.
3686 (win32_xfer_shared_library): New.
3687 (struct cpms_data): New.
3688 (core_process_module_section): New.
3689 (win32_core_xfer_shared_libraries): New.
3690 (i386_cygwin_skip_trampoline_code): Register gregset_reg_offset,
3691 gregset_num_regs, sizeof_gregset members of tdep. Register
3692 regset_from_core_section and core_xfer_shared_libraries callbacks.
3693
3694 * Makefile.in (i386-cygwin-tdep.o): Update dependencies.
3695 * gdbarch.h, gdbarch.c: Regenerate.
3696
3697 2007-09-03 Daniel Jacobowitz <dan@codesourcery.com>
3698
3699 * corelow.c (core_xfer_partial): Pass writebuf to
3700 deprecated_xfer_memory in TARGET_OBJECT_MEMORY write case.
3701
3702 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
3703
3704 * arm-tdep.h (arm_skip_stub): Declare.
3705 * arm-wince-tdep.c: Don't include "solib-svr4.h". Include
3706 "gdbcore.h".
3707 (arm_pe_skip_trampoline_code): New function.
3708 (arm_wince_init_abi): Register arm_pe_skip_trampoline_code as
3709 gdbarch_skip_trampoline_code callback.
3710 * Makefile.in (arm-wince-tdep.o): Update dependencies.
3711
3712 2007-09-03 Daniel Jacobowitz <dan@codesourcery.com>
3713
3714 * MAINTAINERS: Move Fred Fish to Past Maintainers.
3715
3716 2007-09-03 Daniel Jacobowitz <dan@codesourcery.com>
3717
3718 * configure.ac: Add --with-expat.
3719 * configure: Regenerated.
3720
3721 2007-09-03 Andreas Schwab <schwab@suse.de>
3722
3723 * configure.ac: Accept --with-system-readline.
3724 (READLINE, READLINE_DEPS, READLINE_CFLAGS): Define and substitute.
3725 * configure: Regenerate.
3726 * Makefile.in (READLINE, READLINE_DEPS, READLINE_CFLAGS): Use
3727 substituted values.
3728 (CDEPS): Use $(READLINE_DEPS) instead of $(READLINE).
3729
3730 2007-09-03 Maxim Grigoriev <maxim2405@gmail.com>
3731 Daniel Jacobowitz <dan@codesourcery.com>
3732
3733 * mi-main.c (mi_load_progress): Handle MI2 and MI3 interpreters.
3734
3735 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3736
3737 * top.c (print_gdb_version): Fixed a string end-of-line compiler error.
3738
3739 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
3740
3741 * top.c (print_gdb_version): Update for GPL version 3.
3742
3743 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3744
3745 * NEWS: Mention the build-id .debug files verification.
3746
3747 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3748
3749 * linux-nat.c (linux_nat_make_corefile_notes): Fixed a buffer overflow.
3750
3751 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3752
3753 * Makefile.in (symfile.o): Update dependencies.
3754 * symfile.c (symbol_file_add_with_addrs_or_offsets): Initialize the
3755 DEBUGFILE variable. FIND_SEPARATE_DEBUG_FILE called only if !PSYMTABS.
3756 (struct build_id): New structure.
3757 (build_id_bfd_get, build_id_verify, build_id_to_debug_filename): New.
3758 (find_separate_debug_file): New variable BUILD_ID.
3759 Call BUILD_ID_BFD_GET with BUILD_ID_TO_DEBUG_FILENAME as the first try.
3760
3761 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3762
3763 * varobj.c (struct varobj): Fix comment
3764 for the type member not to lie when it can be
3765 NULL.
3766
3767 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3768
3769 Implement -var-info-path-expression.
3770
3771 * mi/mi-cmds.h (mi_cmd_var_info_path_expression):
3772 Declare.
3773 * mi/mi-cmds.c (mi_cmds): Register var-info-path-expression.
3774 * mi/mi-cmd-var.c (mi_cmd_var_info_path_expression): New.
3775 * varobj.c (struct varobj): New field 'path_expr'.
3776 (c_path_expr_of_child, cplus_path_expr_of_child)
3777 (java_path_expr_of_child): New.
3778 (struct language_specific): New field path_expr_of_child.
3779 (varobj_create): Initialize the path_expr field.
3780 (varobj_get_path_expr): New.
3781 (new_variable): Initialize the path_expr field.
3782 (free_variable): Free the path_expr field.
3783 (adjust_value_for_children_access): New parameter
3784 WAS_TYPE.
3785 (c_number_of_children): Adjust.
3786 (c_describe_child): New parameter CFULL_EXPRESSION.
3787 Compute full expression.
3788 (c_value_of_child, c_type_of_child): Adjust.
3789 (cplus_number_of_children): Adjust.
3790 (cplus_describe_child): New parameter CFULL_EXPRESSION.
3791 Compute full expression.
3792 (cplus_name_of_child, cplus_value_of_child)
3793 (cplus_type_of_child): Adjust.
3794 * varobj.h (varobj_get_path_expr): Declare.
3795
3796 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3797
3798 * mi/mi-cmd-var.c (print_varobj): If a varobj
3799 type is NULL, don't try to print it.
3800
3801 2007-08-30 Alan Modra <amodra@bigpond.net.au>
3802
3803 * ppc-linux-nat.c (right_fill_reg): Delete.
3804 (supply_gregset): Use ppc_supply_gregset.
3805 (supply_fpregset): Use ppc_supply_fpregset.
3806 (fill_gregset): Use ppc_collect_gregset.
3807 (fill_fpregset): Use ppc_collect_fpregset.
3808 * ppc-linux-tdep.c (PPC_LINUX_PT_*): Don't define.
3809 (right_supply_register, ppc_linux_supply_gregset): Delete.
3810 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): Delete.
3811 (ppc_linux_supply_fpregset): Delete.
3812 (ppc_linux_collect_gregset): New function.
3813 (ppc32_linux_reg_offsets, ppc64_linux_reg_offsets): New.
3814 (ppc32_linux_gregset, ppc64_linux_gregset): Update to use reg offsets,
3815 ppc_linux_supply_gregset, and ppc_collect_gregset.
3816 (ppc_linux_fpregset): Rename to ppc32_linux_fpregset and update.
3817 (ppc_linux_gregset, ppc_linux_fpregset): New functions.
3818 (ppc_linux_regset_from_core_section): Update.
3819 * ppc-tdep.h (ppc_linux_gregset, ppc_linux_fpregset): Declare.
3820 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Delete.
3821 (struct ppc_reg_offsets): Add gpr_size, xr_size, fpscr_size fields.
3822 * ppcobsd-tdep.c (ppcobsd_supply_gregset): Delete FIXME and assert.
3823 (ppcobsd_collect_gregset): Likewise.
3824 (_initialize_ppcnbsd_tdep): Init gpr_size, xr_size, fpscr_size.
3825 * ppcnbsd-tdep.c (_initialize_ppcobsd_tdep): Likewise.
3826 * ppcobsd-nat.c (_initialize_ppcobsd_nat): Likewise.
3827 * rs6000-aix-tdep.c (rs6000_aix32_reg_offsets): Likewise.
3828 (rs6000_aix64_reg_offsets): Likewise.
3829 (rs6000_aix_supply_regset): Call ppc_supply_fpregset without testing
3830 ppc_floating_point_unit_p.
3831 (rs6000_aix_collect_regset): Similarly.
3832 * rs6000-tdep.c (ppc_supply_reg): Add regsize param. Adjust offset
3833 when regsize is larger than regcache register size.
3834 (ppc_collect_reg): Similarly zero pad when regsize is larger than
3835 regcache register size.
3836 (ppc_greg_offset): New function, split out from..
3837 (ppc_supply_gregset): ..here. Separate code handling all regs from
3838 single reg case. Correct xer offset.
3839 (ppc_fpreg_offset): New function, split out from..
3840 (ppc_supply_fpregset): ..here. Separate code handling all regs from
3841 single reg case.
3842 (ppc_collect_gregset, ppc_collect_fpregset): Likewise.
3843 (ppc_supply_fpregset, ppc_collect_fpregset): Don't assert we have
3844 a fp unit, instead return if no fp.
3845
3846 2007-08-29 Jim Blandy <jimb@codesourcery.com>
3847
3848 * breakpoint.c (watch_command_1): Remove '#ifdef HPUXHPPA' block;
3849 this code has not been compiled for two years.
3850
3851 2007-08-29 Michael Snyder <msnyder@access-company.com>
3852
3853 * event-top.c (gdb_readline2): Return after EOF.
3854
3855 2007-08-29 Joel Brobecker <brobecker@adacore.com>
3856
3857 * symtab.c: Remove a function that has been commented out 3 years ago.
3858
3859 2007-08-29 Randolph Chung <tausq@debian.org>
3860
3861 * hppa-tdep.c (hppa32_cannot_fetch_register)
3862 (hppa64_cannot_fetch_register): New functions.
3863 (hppa_gdbarch_init): Set cannot_fetch_register appropriately.
3864 * hppa-tdep.h (hppa_regnum): Add HPPA_CR26_REGNUM.
3865
3866 2007-08-28 Michael Snyder <msnyder@access-company.com>
3867
3868 * mi/mi-cmd-var.c (mi_print_value_p): No longer necessary to
3869 check for null before calling check_typedef.
3870
3871 * NEWS: Mention Coverity bug fixes.
3872
3873 2007-08-27 Markus Deuling <deuling@de.ibm.com>
3874
3875 * spu-tdep.c (spu_pointer_to_address): New function.
3876 (spu_integer_to_address): Likewise.
3877 (spu_gdbarch_init): Add spu_pointer_to_address and
3878 spu_integer_to_address to gdbarch.
3879
3880 2007-08-26 Pedro Alves <pedro_alves@portugalmail.pt>
3881
3882 * arm-wince-tdep.c (ARM_WINCE_JB_PC): Change to 10.
3883
3884 2007-08-23 Joel Brobecker <brobecker@adacore.com>
3885
3886 * Makefile.in (copying.c): Use the top-level COPYING3 as the file
3887 that contains the GDB license.
3888 * copying.awk: Adjust to the GPLv3 wording.
3889 * copying.c: Regenerate.
3890
3891 2007-08-23 Joel Brobecker <brobecker@adacore.com>
3892
3893 * copying.awk: Protoization, and i18n markup.
3894
3895 2007-08-23 Joel Brobecker <brobecker@adacore.com>
3896
3897 * config/djgpp/djconfig.sh: Switch license to GPLv3.
3898 * copyright.sh: Likewise.
3899 * gdb-events.sh: Likewise.
3900 * gdb_gcore.sh: Likewise.
3901 * gdb_mbuild.sh: Likewise.
3902 * gdbarch.sh: Likewise.
3903 * observer.sh: Likewise.
3904 * features/feature_to_c.sh: Likewise.
3905 * regformats/regdat.sh: Likewise.
3906
3907 2007-08-23 Joel Brobecker <brobecker@adacore.com>
3908
3909 Switch the license of all .c files to GPLv3.
3910 Switch the license of all .h files to GPLv3.
3911 Switch the license of all .cc files to GPLv3.
3912
3913 2007-08-23 Joel Brobecker <brobecker@adacore.com>
3914
3915 * configure.ac: Switch license to GPLv3.
3916
3917 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
3918
3919 * mips-tdep.c (mips_gdbarch_init): Use Tag_GNU_MIPS_ABI_FP to
3920 determine the file's FPU type.
3921
3922 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
3923
3924 * mips-tdep.c (mips_n32n64_fp_arg_chunk_p): New.
3925 (mips_n32n64_push_dummy_call): Always increment float_argreg along
3926 with argreg. Use mips_n32n64_fp_arg_chunk_p.
3927
3928 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
3929
3930 * solib-svr4.c (scan_dyntag): Only read target memory when necessary.
3931 Fix formatting.
3932 (elf_locate_base): Look for DT_MIPS_RLD_MAP first. Expand comments.
3933 (elf_lookup_lib_symbol): Fix formatting.
3934
3935 2007-08-21 Michael Snyder <msnyder@access-company.com>
3936
3937 * dbxread.c (read_dbx_symtab): Guard null deref.
3938 Break up long line.
3939
3940 * valops.c (find_overload_match): Guard against NULL.
3941
3942 2007-08-21 Daniel Jacobowitz <dan@codesourcery.com>
3943
3944 * MAINTAINERS (Patch Champions): Remove self.
3945
3946 2007-08-21 Chris Smith <chris.smith@st.com>
3947
3948 * cli/cli-script.c (read_command_lines): Call dont_repeat for each
3949 line.
3950
3951 2007-08-18 Michael Snyder <msnyder@access-company.com>
3952
3953 * stabsread.c (dbx_lookup_type): Memory leak.
3954
3955 * event-loop.c (delete_async_signal_handler): Move pointer null
3956 test to before pointer dereference.
3957
3958 * ui-out.c (append_header_to_list): Possible cut and paste error.
3959
3960 * MAINTAINERS: white space tweak.
3961
3962 2007-08-17 Michael Snyder <msnyder@access-company.com>
3963
3964 * stack.c (print_frame): Memory leak.
3965
3966 * completer.c (filename_completer): Avoid memory leak.
3967 Remove unnecessary nested block.
3968
3969 * c-exp.y (parse_number): Memory leak.
3970
3971 * completer.c (location_completer): Must free 'fn_list', except
3972 in the one case where it is returned (as 'list').
3973
3974 * varobj.c (value_of_root): Memory leak.
3975
3976 * gdbtypes.h (virtual_base_list): Remove export decl.
3977 * gdbtypes.c (virtual_base_list): Make static. Not called outside.
3978 (virtual_base_index): Memory leak.
3979 (virtual_base_index_skip_primaries): Ditto.
3980
3981 2007-08-17 Maxim Grigoriev <maxim2405@gmail.com>
3982
3983 * xtensa-tdep.c (ARG_NOF, ARG_1ST, PS_WOE, PS_EXC, C0_MAXOPDS)
3984 (C0_NREGS, C0_CLESV, C0_SP, C0_FP, C0_RA, C0_ARGS, C0_NARGS)
3985 (C0_CONST, C0_INEXP, C0_NOSTK): New macros.
3986 (xtensa_read_register): New function.
3987 (xtensa_windowed_frame_cache, xtensa_call0_frame_cache, xtensa_c0reg)
3988 (xtensa_insn_kind): New types.
3989 (xtensa_frame_cache, xtensa_alloc_frame_cache, xtensa_frame_cache)
3990 (xtensa_frame_prev_register, xtensa_return_value, xtensa_skip_prologue)
3991 (xtensa_verify_config, xtensa_pseudo_register_read)
3992 (xtensa_pseudo_register_write, xtensa_extract_return_value)
3993 (xtensa_store_return_value)
3994 (xtensa_push_dummy_call): Extended to support Xtensa Call0 ABI.
3995 (windowing_enabled, extract_call_winsize, xtensa_unwind_dummy_id)
3996 (xtensa_frame_this_id, xtensa_frame_prev_register)
3997 (xtensa_register_type, xtensa_reg_to_regnum): Cosmetic changes.
3998 (call0_frame_cache, call0_frame_get_reg_at_entry)
3999 (call0_classify_opcode, call0_track_op)
4000 (call0_analyze_prologue, call0_frame_cache): New functions.
4001
4002 2007-08-17 Vladimir Prus <vladimir@codesourcery.com>
4003
4004 * breakpoint.c (bpstat_free): New.
4005 (bpstat_clear): Use bpstat_free.
4006 (delete_breakpoint): Document why we cannot
4007 remove bpstats from stop_bpstat.
4008 * breakpoint.h (bpstat_free): Declare.
4009
4010 2007-08-16 Michael Snyder <msnyder@access-company.com>
4011
4012 * event-loop.c (gdb_wait_for_event): Move statement into "if" block.
4013
4014 2007-08-15 Paul Hilfinger <hilfinger@adacore.com>
4015 Joel Brobecker <brobecker@adacore.com>
4016
4017 * ada-lang.c (resolve_subexp): Correct arity of binary operators.
4018
4019 2007-08-15 Paul Hilfinger <hilfinger@adacore.com>
4020 Joel Brobecker <brobecker@adacore.com>
4021
4022 * ada-lang.c (possible_user_operator_p): Alternative fix to last
4023 checkin guarding against NULL.
4024
4025 2007-08-14 Michael Snyder <msnyder@access-company.com>
4026
4027 * tui-command.c, tui-data.c, tui-disasm.c, tui-file.c, tui-io.c,
4028 tui-layout.c, tui-regs.c, tui-source.c, tui-win.c, tui-windata.c,
4029 tui-wingeneral.c, tui-winsource.c: Coding standard, && and ||
4030 go at beginning of new line.
4031
4032 * tui-data.c, tui-data.h, tui-disasm.c, tui-disasm.h, tui-hooks.c,
4033 tui-io.c, tui-layout.c, tui-layout.h, tui-out.c, tui-regs.c,
4034 tui-source.c, tui-source.h, tui-stack.c, tui-win.c, tui-win.h,
4035 tui-windata.c, tui-windata.h, tui-wingeneral.c, tui-winsource.c,
4036 tui-winsource.h, tui.c, tui.h: Function declarations and
4037 definitions, wrap long lines.
4038
4039 * tui-command.c, tui-data.c, tui-disasm.c, tui-layout.c,
4040 tui-regs.c, tui-win.c, tui-windata.c, tui-winsource.c, tui.c:
4041 Reformat block comments to GNU standard.
4042
4043 * tui-command.c, tui-data.c, tui-data.h, tui-disasm.c, tui-file.c,
4044 tui-hooks.c, tui-interp.c, tui-io.c, tui-layout.c, tui-out.c,
4045 tui-regs.c, tui-regs.h, tui-source.c, tui-stack.c, tui-win.c,
4046 tui-windata.c, tui-wingeneral.c, tui-winsource.c, tui-winsource.h,
4047 tui.c, tui.h: Comment reformatting to coding standard (capitals,
4048 spaces after periods, etc).
4049
4050 * tui-data.c, tui-data.h, tui-disasm.c, tui-hooks.c, tui-layout.c,
4051 tui-regs.c, tui-source.c, tui-stack.c, tui-win.c, tui-windata.c,
4052 tui-wingeneral.c, tui-wingeneral.h, tui-winsource.c, tui.c,
4053 tui-winsource.h: Whitespace changes, fix pointer declarations
4054 to be consistant.
4055
4056 2007-08-14 Joel Brobecker <brobecker@adacore.com>
4057 Michael Snyder <msnyder@access-company.com>
4058
4059 * ada-lang.c (field_alignment): Guard against NULL.
4060
4061 2007-08-14 Joel Brobecker <brobecker@adacore.com>
4062
4063 * MAINTAINERS (Global Maintainers): Add self.
4064
4065 2007-08-14 Michael Snyder <msnyder@access-company.com>
4066
4067 * mi/mi-interp.c (mi_cmd_interpreter_exec): Dead code, dead variable.
4068
4069 * ada-lang.c (possible_user_operator_p): Guard against NULL.
4070
4071 * varobj.c (cplus_describe_child): Guard against null.
4072 Use "NULL" instead of "0" to initialize pointers.
4073
4074 2007-08-14 Daniel Jacobowitz <dan@codesourcery.com>
4075
4076 * arm-tdep.c (arm_gdbarch_init): Allow unknown ABI and FPU settings
4077 to match any gdbarch with matching OSABI. Set default ABI and FPU
4078 after running the OSABI handler.
4079
4080 2007-08-14 Daniel Jacobowitz <dan@codesourcery.com>
4081
4082 * config/i386/linux.mh (NATDEPFILES): Move corelow.o from here...
4083 * config/i386/linux.mt (TDEPFILES): ...to here.
4084
4085 2007-08-14 Vladimir Prus <vladimir@codesourcery.com>
4086
4087 * breakpoint.c (disable_breakpoints_in_shlibs): Remove
4088 the 'silent' parameter and code to implement that.
4089 * breakpoint.h (disable_breakpoints_in_shlibs): Adjust
4090 prototype.
4091 * win32-nat.c: Adjust.
4092 * solib.c: Adjust.
4093
4094 2007-08-14 Vladimir Prus <vladimir@codesourcery.com>
4095
4096 * breakpoint.c (update_breakpoints_after_exec): Don't
4097 set address to zero.
4098
4099 2007-08-13 Michael Snyder <msnyder@access-company.com>
4100
4101 * valops.c: Whitespace clean-up.
4102
4103 * tui/tui-winsource.c (tui_alloc_source_buffer): Clean up allocation.
4104
4105 * event-top.c (command_line_handler): Memory leak.
4106
4107 * mi/mi-cmd-var.c (mi_cmd_var_set_format): Memory leak.
4108 No need to make copy.
4109
4110 * source.c (find_source_lines): Require symtab 's'.
4111
4112 2007-08-11 Michael Snyder <msnyder@access-company.com>
4113
4114 * completer.c: Spelling fix in comments.
4115
4116 2007-08-10 Michael Snyder <msnyder@access-company.com>
4117
4118 * gdbtypes.c: Coding standard cleanup.
4119 * gdbtypes.c: Comment/whitespace cleanup.
4120
4121 * stabsread.c (read_huge_number): Attempt to compute value before
4122 values that it depends on.
4123
4124 * linespec.c (decode_dollar): Dead code, ptr can't be non-null.
4125 (decode_objc): Use "NULL" instead of 0.
4126 (find_method): Ditto.
4127 (decode_all_digits): Ditto.
4128 (decode_dollar): Ditto.
4129
4130 * mi/mi-main.c (mi_cmd_data_evaluate_expression): Resource leak.
4131
4132 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Memory leak.
4133
4134 * solib-svr4.c (enable_break): Don't free tmp_pathname until
4135 after closing bfd.
4136
4137 * completer.c: Comment/whitespace cleanup.
4138
4139 2007-08-10 Joel Brobecker <brobecker@adacore.com>
4140
4141 * Makefile.in (i386nbsd-nat.o): Add missing dependency.
4142
4143 2007-08-10 Maxim Grigoriev <maxim2405@gmail.com>
4144
4145 * remote-fileio.c (remote_fileio_resize_fd_map): Initialize newly
4146 allocated file descriptors.
4147
4148 2007-08-10 Joel Brobecker <brobecker@adacore.com>
4149
4150 * Makefile.in: Minor cleanup throughout; add some missing variables,
4151 add some missing rules, remove some rules that are no longer needed,
4152 and fix the dependencies in several rules.
4153
4154 2007-08-10 Ludovic Courtès <ludo@gnu.org>
4155
4156 * Makefile.in (SFILES): Add scm-{exp,lang,valprint}.c.
4157 (scm_lang_h, scm_tags_h): New.
4158 (COMMON_OBS): Add scm-{exp,lang,valprint}.o.
4159 (scm-exp.o, scm-lang.o, scm-valprint.o): New targets.
4160 * defs.h (enum language): Add `language_scm'.
4161
4162 * MAINTAINERS: Add Emacs local variables to use UTF-8 upon
4163 opening.
4164
4165 2007-08-09 Ludovic Courtès <ludo@gnu.org>
4166
4167 * MAINTAINERS (Write After Approval): Add myself.
4168
4169 2007-08-09 Michael Snyder <msnyder@access-company.com>
4170
4171 * solib.c (solib_open): Memory leak -- openp returns xmalloc buffer.
4172
4173 2007-08-09 Joel Brobecker <brobecker@adacore.com>
4174
4175 * solib-som.c (som_relocate_section_addresses): Stop saving
4176 the $CODE$ section in the so_list structure.
4177
4178 2007-08-08 Maxim Grigoriev <maxim2405@gmail.com>
4179
4180 * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): New.
4181 (xtensa_register_group_t): Add entries for coprocessors.
4182 * xtensa-tdep.c (xtensa_init_reggroups): New register groups.
4183 (xtensa_add_reggroups): Likewise.
4184 (xtensa_register_reggroup_p): Likewise.
4185 (xtensa_coprocessor_register_group): New function.
4186 (xtensa_cp): New.
4187
4188 2007-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4189
4190 * serial.c (serial_open): Fix the OPEN parameter macro expansion.
4191
4192 2007-08-08 Michael Snyder <msnyder@access-company.com>
4193
4194 * target.c (target_read_string): Guard against null.
4195
4196 * varobj.c (value_of_root): Move alloc after return to avoid leak.
4197
4198 * tui/tui-layout.c (tui_set_layout): Dead code, dead variable.
4199 (tui_set_layout_for_display_command): Mem leak.
4200
4201 * top.c (command_line_input): Memory leak.
4202
4203 * solib-svr4.c (open_symbol_file_object): Memory leak.
4204 (svr4_current_sos): Ditto.
4205 (enable_break): Ditto.
4206
4207 * cp-valprint.c (cp_print_hpacc_virtual_table_entries): Memory leak.
4208
4209 * dwarf2read.c (add_partial_symbol): Memory leak.
4210
4211 2007-08-06 Michael Snyder <msnyder@access-company.com>
4212
4213 * ada-lang.c (desc_bounds): Comparison of function address to NULL.
4214
4215 2007-08-05 Jim Blandy <jimb@codesourcery.com>
4216
4217 * macroexp.c (init_buffer): Remove testing code that overrides the
4218 caller's length guess.
4219 (gather_arguments): Use a larger initial size, now that the vector
4220 growth code has been exercised.
4221
4222 2007-08-05 Pedro Alves <pedro_alves@portugalmail.pt>
4223
4224 * solib-target.c (solib_target_relocate_section_addresses): Add
4225 orig_delta to addr_high.
4226
4227 2007-08-04 Michael Snyder <msnyder@access-company.com>
4228
4229 * remote-fileio.c (remote_fileio_func_write): Memory leak.
4230
4231 * breakpoint.c (print_one_breakpoint): Off by one error.
4232
4233 * tracepoint.c (add_register): Off by one error.
4234 (stringify_collection_list): Free malloc buffer.
4235
4236 2007-08-03 Michael Snyder <msnyder@access-company.com>
4237
4238 * mi-cmd-var.c (mi_cmd_var_delete): Remove unused variable,
4239 stop memory leak, straighten out cleanups.
4240
4241 * jv-lang.c (java_link_class_type): Guard against NULL.
4242
4243 2007-08-02 Michael Snyder <msnyder@access-company.com>
4244
4245 * gdbtypes.c (create_set_type): Test should only be done within
4246 the preceeding if block. Otherwise, variable is uninitialized.
4247
4248 * gdbtypes.c (check_typedef): Guard NULL.
4249
4250 2007-08-01 Michael Snyder <msnyder@access-company.com>
4251
4252 * cli/cli-decode.c (lookup_cmd): Check for null earlier, to
4253 avoid dereference in lookup_cmd_1.
4254
4255 * tui/tui-data.c (tui_alloc_content): Move assign out of if,
4256 clean up long lines.
4257 (tui_alloc_generic_win_info): Tidy by using XMALLOC macro.
4258 (tui_alloc_win_info): Ditto.
4259 (tui_add_content_elements): Ditto.
4260 * tui/tui-file.c (tui_file_magic): Ditto.
4261
4262 2007-07-31 Michael Snyder <msnyder@access-company.com>
4263
4264 * breakpoint.c (breakpoint_init_inferior): Add 'else' to 'if'.
4265 True and false paths are mutually exclusive.
4266
4267 * event-top.c (command_line_handler): Add pedantic return.
4268
4269 * f-valprint.c (info_common_command): Bail out to prevent null
4270 pointer deref. Break up a long line.
4271
4272 * exec.c (xfer_memory): Remove redundant condition from 'if'.
4273
4274 * symfile.c (reread_separate_symbols): Free xmalloced memory.
4275
4276 * printcmd.c (build_address_symbolic): Remove dead code and dead
4277 variable.
4278
4279 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
4280
4281 * linespec.c (minsym_found): Advance to the next line if possible.
4282
4283 2007-07-31 Pedro Alves <pedro_alves@portugalmail.pt>
4284
4285 * arm-wince-tdep.c (arm_wince_init_abi): Remove svr4 related call.
4286 * config/arm/wince.mt (TDEPFILES): Remove solib-legacy.o and
4287 solib-svr4.o, and add solib-target.o
4288
4289 2007-07-27 Michael Snyder <msnyder@access-company.com>
4290
4291 * tui/tui-data.c (tui_alloc_generic_win_info): Wrong arg for sizeof.
4292
4293 2007-07-26 Maciej W. Rozycki <macro@linux-mips.org>
4294
4295 * MAINTAINERS (Write After Approval): Add myself.
4296
4297 2007-07-26 Maciej W. Rozycki <macro@mips.com>
4298
4299 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
4300 for include files.
4301
4302 2007-07-25 Maciej W. Rozycki <macro@mips.com>
4303
4304 * Makefile.in (MAKEHTMLFLAGS): Remove "-glossary".
4305
4306 2007-07-24 Michael Snyder <msnyder@access-company.com>
4307
4308 * solib-svr4.c (svr4_fetch_objfile_link_map): Null pointer check of
4309 'buffer' must cover both branches that call strcmp (Coverity).
4310
4311 * stack.c (print_frame_args): Check return value of lookup_symbol.
4312
4313 * ax-gdb.c (find_field): Guard against null ptr.
4314
4315 2007-07-24 Ulrich Weigand <uweigand@de.ibm.com>
4316
4317 * regformats/reg-spu.dat: Fix order of npc, id registers.
4318
4319 2007-07-24 Ulrich Weigand <uweigand@de.ibm.com>
4320
4321 * target.c (memory_xfer_partial): Accesses to unmapped overlay
4322 sections should always go to the executable file.
4323
4324 2004-07-20 Chris Dearman <chris@mips.com>
4325
4326 * mips-tdep.c (heuristic_proc_start): Add more MIPS16 function
4327 prologue instructions.
4328
4329 2007-07-20 Maciej W. Rozycki <macro@mips.com>
4330
4331 * mips-tdep.c (mips_next_pc): Use is_mips16_addr() instead of
4332 a direct test.
4333
4334 2007-07-20 Chris Dearman <chris@mips.com>
4335 Maciej W. Rozycki <macro@mips.com>
4336
4337 * mips-tdep.c (fetch_mips_16): Fix typos and reformat the
4338 description.
4339
4340 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
4341 Daniel Jacobowitz <dan@codesourcery.com>
4342
4343 * config/i386/cygwin.mt (TDEPFILES): Add solib-target.o.
4344 * coff-pe-read.c (read_pe_exported_syms): Delete verbose
4345 printf.
4346 * NEWS: Mention gdbserver DLL support.
4347
4348 2007-07-17 Daniel Jacobowitz <dan@codesourcery.com>
4349
4350 * dwarf2read.c (dwarf_decode_lines): Detect address size mismatches.
4351
4352 2007-07-16 H.J. Lu <hongjiu.lu@intel.com>
4353
4354 * i386-linux-nat.c (fetch_regs): Work around gcc 3.4 alias
4355 warning bug.
4356
4357 2007-07-13 Kevin Buettner <kevinb@redhat.com>
4358
4359 * mep-tdep.c (mep_analyze_prologue): Update comment for BRA
4360 instruction case.
4361
4362 2007-07-12 Kevin Buettner <kevinb@redhat.com>
4363
4364 * mep-tdep.c (IS_BRA, BRA_DISP): New macros.
4365 (mep_analyze_prologue): Add case for BRA instruction.
4366
4367 2007-07-12 Ulrich Weigand <uweigand@de.ibm.com>
4368
4369 * solib-svr4.c (LM_ADDR_CHECK): Relax prelink recognition heuristic.
4370
4371 2007-07-10 Nick Roberts <nickrob@snap.net.nz>
4372
4373 * breakpoint.c: Include "top.h".
4374 (breakpoint_1): Don't set convenience variable $_ if server prefix
4375 is used.
4376 (_initialize_breakpoint): Describe this behaviour in command help.
4377
4378 2007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
4379
4380 * solib-target.c (library_list_start_segment): Cast address to
4381 CORE_ADDR.
4382
4383 2007-07-06 Mark Kettenis <kettenis@gnu.org>
4384
4385 * bsd-uthread.c (bsd_uthread_wait): Don't try to fetch thread IDs
4386 for terminated processes.
4387
4388 2007-07-05 Michael Snyder <msnyder@access-company.com>
4389
4390 * event-top.c (cli_command_loop): Prompt string can (and should)
4391 be freed after call to readline (Coverity). Also move local var
4392 declarations into block where they are used.
4393
4394 * tui/tui-interp.c (tui_command_loop): Prompt string can (and
4395 should) be freed after call to readline (Coverity). Also move
4396 local var declarations into block where they are used.
4397
4398 2007-07-03 Andreas Schwab <schwab@suse.de>
4399
4400 * linux-nat.c (linux_nat_info_proc_cmd): Fix parsing of columns in
4401 /proc/../stat.
4402
4403 2007-07-03 Paul Gilliam <pgilliam@us.ibm.com>
4404 Thiago Bauermann <bauerman@br.ibm.com>
4405 Joseph S. Myers <joseph@codesourcery.com>
4406 Daniel Jacobowitz <dan@codesourcery.com>
4407
4408 * remote.c (remote_check_symbols): Use
4409 gdbarch_convert_from_func_ptr_addr.
4410 * infcall.c (find_function_addr): Handle function descriptors
4411 without debugging information.
4412 * ppc-linux-tdep.c (ppc_linux_convert_from_func_ptr_addr): Renamed
4413 from ppc64_linux_convert_from_func_ptr_addr. Handle -msecure-plt.
4414 (ppc_linux_init_abi): Always set convert_from_func_ptr_addr.
4415 * solib-svr4.c (solib_break_names): Remove "._dl_debug_state".
4416 (bfd_lookup_symbol): Do not take a SECT_FLAGS argument. Always
4417 allow SEC_CODE and SEC_DATA.
4418 (enable_break): Update calls. Pass current_target to solib_add.
4419 Use gdbarch_convert_from_func_ptr_addr.
4420
4421 2007-07-03 Ilko Iliev <iliev@ronetix.at>
4422 Daniel Jacobowitz <dan@codesourcery.com>
4423
4424 * symfile.c (print_transfer_performance): Avoid integer overflow.
4425 Use larger units.
4426
4427 2007-07-03 Markus Deuling <deuling@de.ibm.com>
4428
4429 * cp-namespace.c (lookup_symbol_file): Add block to
4430 lookup_symbol_global call.
4431 * Makefile.in (solist_h): Add dependency on symtab header.
4432 (symtab.o): Add dependency on solist header.
4433 * solib.c (solib_global_lookup): New function.
4434 * solib-svr4.c (scan_dyntag): Likewise.
4435 (elf_locate_base): Call helper routine scan_dyntag.
4436 (elf_lookup_lib_symbol): New function.
4437 (_initialize_svr4_solib): Add elf_lookup_lib_symbol to svr4_so_ops.
4438 * solist.h (symtab.h): New include.
4439 (struct target_so_ops): New member lookup_lib_global_symbol.
4440 (solib_global_lookup): New prototype.
4441 * symtab.c: New include solist.h.
4442 (lookup_objfile_from_block): New function.
4443 (lookup_global_symbol_from_objfile): New function.
4444 (basic_lookup_symbol_nonlocal): Add block to lookup_symbol_global call.
4445 (lookup_symbol_global): Call library-specific lookup procedure.
4446 * symtab.h (lookup_global_symbol_from_objfile): New prototype.
4447
4448 * NEWS: Document framework.
4449
4450 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4451
4452 * target-descriptions.c (tdesc_create_reg): Do not set reg->type
4453 to NULL.
4454
4455 * cli/cli-script.c (build_command_line): Update NULL check.
4456
4457 2007-07-02 Michael Snyder <msnyder@access-company.com>
4458
4459 * p-exp.y (yylex): Memory leak, 'uptokstart' must be freed (Coverity).
4460
4461 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4462
4463 * Makefile.in (XMLFILES): Add library-list.dtd.
4464 (ALLDEPFILES): Add solib-target.o.
4465 (solib-target.o): New rule.
4466 * remote.c (PACKET_qXfer_libraries): New constant.
4467 (remote_protocol_features): Add qXfer:libraries:read.
4468 (remote_wait): Recognize library stop replies.
4469 (remote_async_wait): Likewise. Fix typo.
4470 (remote_xfer_partial): Handle TARGET_OBJECT_LIBRARIES.
4471 (init_remote_async_ops): Fix typo.
4472 (_initialize_remote): Register "set remote library-info-packet".
4473 * solib-som.c (som_current_sos): Set addr_low and addr_high.
4474 * solib-target.c: New file.
4475 * solib.c (solib_map_sections): Use addr_low and addr_high instead
4476 of textsection.
4477 (info_sharedlibrary_command): Likewise.
4478 (solib_add_library, solib_remove_library): New.
4479 * solist.h (struct so_list): Replace textsection with addr_low and
4480 addr_high.
4481 * target.h (enum target_object): Add TARGET_OBJECT_LIBRARIES.
4482 * NEWS: Describe new qXfer:libraries:read and shared library
4483 event support.
4484 * features/library-list.dtd: New.
4485
4486 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4487
4488 * infrun.c (inferior_ignoring_startup_exec_events): Delete.
4489 (start_remote): Use STOP_QUIETLY_REMOTE.
4490 (handle_inferior_event): Do not condition TARGET_WAITKIND_LOADED
4491 support on a SOLIB_ADD definition. Update breakpoints_inserted.
4492 Update to match shared library event breakpoint support. Only
4493 resume if appropriate. Handle STOP_QUIETLY_REMOTE.
4494 (normal_stop): Handle TARGET_WAITKIND_LOADED.
4495 * fork-child.c (startup_inferior): Do not set
4496 inferior_ignoring_startup_exec_events
4497 * inferior.h (inferior_ignoring_startup_exec_events): Delete
4498 declaration.
4499 (enum stop_kind): Improve documentation. Add STOP_QUIETLY_REMOTE.
4500
4501 2007-07-02 Markus Deuling <deuling@de.ibm.com>
4502
4503 * breakpoint.c (insert_bp_location): Remove dead code
4504 (DISABLE_UNSETTABLE_BREAK).
4505 (disable_breakpoints_in_shlibs)
4506 (disable_breakpoints_in_unloaded_shlib): Likewise (comment).
4507
4508 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4509
4510 * breakpoint.c (reattach_breakpoints): Do not use remove_breakpoint.
4511 Call insert_bp_location.
4512
4513 2007-07-01 H.J. Lu <hongjiu.lu@intel.com>
4514
4515 * core-regset.c (fetch_core_registers): Work around gcc 3.4
4516 alias warning bug.
4517
4518 2007-07-01 Daniel Jacobowitz <dan@codesourcery.com>
4519
4520 * minsyms.c (lookup_minimal_symbol_by_pc_section): Search fewer
4521 objfiles.
4522
4523 2007-07-01 Daniel Jacobowitz <dan@codesourcery.com>
4524
4525 * top.c (gdb_readline_wrapper_line): Call rl_callback_handler_remove.
4526 (struct gdb_readline_wrapper_cleanup): Remove prompt_orig.
4527 (gdb_readline_wrapper_cleanup): Do not reset the prompt.
4528 (gdb_readline_wrapper): Do not save the prompt. Pass our prompt
4529 to display_gdb_prompt.
4530
4531 2007-07-01 Daniel Jacobowitz <dan@codesourcery.com>
4532
4533 PR symtab/2161
4534 * target.c (memory_xfer_partial): Do not continue past targets with
4535 all memory.
4536
4537 2007-06-30 Andreas Schwab <schwab@suse.de>
4538
4539 * m68k-tdep.c (m68k_ps_type): New.
4540 (m68k_init_types): New.
4541 (m68k_register_type): Use m68k_ps_type for PS register.
4542 (_initialize_m68k_tdep): Call m68k_init_types.
4543
4544 * m68k-tdep.c (m68k_gdbarch_init): Don't infer coldfire flavour
4545 from the generic m68k arch.
4546
4547 2007-06-28 Michael Snyder <msnyder@access-company.com>
4548
4549 * m2-typeprint.c (m2_print_type): Move pointer ref after null test
4550 (Coverity).
4551
4552 * linux-thread-db.c (thread_db_get_thread_local_address): Add
4553 gdb_assert before using return value of find_thread_pid (Coverity).
4554
4555 * source.c (unset_substitute_path_command): Plug leak (Coverity).
4556
4557 * cli/cli-script.c (build_command_line): Add null pointer guard
4558 (Coverity).
4559
4560 2007-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4561
4562 * linux-thread-db.c (thread_db_attach): Delete.
4563 (thread_db_detach): Typo fix. Call target_mourn_inferior
4564 instead of fixing up proc_handle.
4565 (have_threads_callback, have_threads): New functions.
4566 (thread_db_wait): Remove dead proc_handle.pid check. Only
4567 translate PTIDs if we have registered threads. Check for new
4568 threads if we have none.
4569 (thread_db_create_inferior, thread_db_post_startup_inferior): Delete.
4570 (find_new_threads_callback): Only enable event reporting if TID == 0.
4571 (same_ptid_callback): New.
4572 (thread_db_get_thread_local_address): Check for new threads.
4573 (init_thread_db_ops): Don't set to_attach, to_create_inferior,
4574 or to_post_startup_inferior.
4575
4576 2007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
4577
4578 * infrun.c (adjust_pc_after_break): Do not assume software single-step
4579 is always active if SOFTWARE_SINGLE_STEP_P is true.
4580 (resume): Use gdbarch_software_single_step[_p] instead of
4581 SOFTWARE_SINGLE_STEP[_P].
4582 (handle_inferior_event): Do not check for SOFTWARE_SINGLE_STEP_P.
4583
4584 * gdbarch.sh (software_single_step): Remove target macro.
4585 * gdbarch.h, gdbarch.c: Regenerate.
4586
4587 2007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
4588
4589 * gdbarch.sh (gdbarch_swap_ftype, deprecated_register_gdbarch_swap,
4590 DEPRECATED_REGISTER_GDBARCH_SWAP): Remove.
4591 (struct gdbarch_swap, struct gdbarch_swap_registration,
4592 struct gdbarch_swap_registry, gdbarch_swap_registry,
4593 current_gdbarch_swap_init_hack, current_gdbarch_swap_out_hack,
4594 current_gdbarch_swap_in_hack): Remove.
4595 (find_arch_by_info): Do not call current_gdbarch_swap_init_hack.
4596 (gdbarch_find_by_info): Do not call current_gdbarch_swap_in_hack
4597 and current_gdbarch_swap_out_hack, update current_gdbarch directly.
4598 (deprecated_current_gdbarch_select_hack): Likewise.
4599 * gdbarch.h, gdbarch.c: Regenerate.
4600
4601 2007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
4602
4603 * infrun.c (clear_proceed_status): Clean up stop_registers.
4604 (normal_stop): Allocate regcache for stop_registers.
4605 (struct inferior_status): Remove stop_registers member.
4606 (save_inferior_status): Do not save stop_registers.
4607 (restore_inferior_status): Do not restore stop_registers.
4608 (discard_inferior_status): Do not discard stop_registers.
4609 (build_infrun): Remove.
4610 (_initialize_infrun): Do not swap stop_registers.
4611
4612 2007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
4613
4614 * remote.c (remote_address_masked): If remote_address_size is zero,
4615 default to target address size.
4616 (build_remote_gdbarch_data): Remove.
4617 (_initialize_remote): Do not swap remote_address_size.
4618
4619 2007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
4620
4621 * gdbtypes.h (builtin_type_true_char, builtin_type_void,
4622 builtin_type_char, builtin_type_short, builtin_type_int,
4623 builtin_type_long, builtin_type_signed_char,
4624 builtin_type_unsigned_char, builtin_type_unsigned_short,
4625 builtin_type_unsigned_int, builtin_type_unsigned_long,
4626 builtin_type_float, builtin_type_double, builtin_type_long_double,
4627 builtin_type_complex, builtin_type_double_complex, builtin_type_string,
4628 builtin_type_bool, builtin_type_long_long,
4629 builtin_type_unsigned_long_long, builtin_type_void_data_ptr,
4630 builtin_type_void_func_ptr, builtin_type_CORE_ADDR): Replace global
4631 variable declaration with compatibility macro.
4632 * gdbtypes.c (builtin_type_true_char, builtin_type_void,
4633 builtin_type_char, builtin_type_short, builtin_type_int,
4634 builtin_type_long, builtin_type_signed_char,
4635 builtin_type_unsigned_char, builtin_type_unsigned_short,
4636 builtin_type_unsigned_int, builtin_type_unsigned_long,
4637 builtin_type_float, builtin_type_double, builtin_type_long_double,
4638 builtin_type_complex, builtin_type_double_complex, builtin_type_string,
4639 builtin_type_bool, builtin_type_long_long,
4640 builtin_type_unsigned_long_long, builtin_type_void_data_ptr,
4641 builtin_type_void_func_ptr, builtin_type_CORE_ADDR): Remove.
4642 (build_gdbtypes): Remove.
4643 (_initialize_gdbtypes): Do not call build_gdbtypes, move installing
4644 opaque-type-resolution command here. Do not call
4645 deprecated_register_gdbarch_swap.
4646
4647 2007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
4648
4649 * gdbtypes.h (struct builtin_type): New members nodebug_text_symbol,
4650 nodebug_data_symbol, nodebug_unknown_symbol, and nodebug_tls_symbol.
4651 * gdbtypes.c (gdbtypes_post_init): Initialize nodebug_ default types.
4652
4653 * parse.c (msym_text_symbol_type, msym_data_symbol_type): Remove.
4654 (msym_unknown_symbol_type, msym_tls_symbol_type): Remove.
4655 (write_exp_msymbol): Use builtin nodebug_ types instead of them.
4656 (build_parse): Remove.
4657 (_initialize_parse): Do not call build_parse. Do not register
4658 msym_ types for gdbarch-swapping.
4659
4660 * dwarf2read.c (new_symbol): Use default nodebug_data_symbol type
4661 instead of creating private type.
4662
4663 * xcoffread.c (func_symbol_type, var_symbol_type): Remove.
4664 (_initialize_xcoffread): Do not initialized them.
4665 (process_xcoff_symbol): Use builtin nodebug_ types instead of them.
4666
4667 * mdebugread.c (nodebug_func_symbol_type): Remove.
4668 (nodebug_var_symbol_type): Remove.
4669 (_initialize_mdebugread): Do not initialize them.
4670 (parse_symbol): Use builtin nodebug_ type instead of them.
4671 (parse_procedure): Likewise.
4672
4673 2007-06-21 Chris Dearman <chris@mips.com>
4674
4675 * printcmd.c (do_one_display): If display/i, start with an initial
4676 line feed to avoid bad layout if there is a branch delay slot.
4677
4678 2007-06-21 Nigel Stephens <nigel@mips.com>
4679 Maciej W. Rozycki <macro@mips.com>
4680
4681 * disasm.c (gdb_print_insn): Return the number of branch delay
4682 slot instructions too.
4683 * disasm.h (gdb_print_insn): Update prototype.
4684 * printcmd.c (branch_delay_insns): New variable to record the
4685 number of delay slot instructions after disassembling a branch.
4686 (print_formatted): Record the number of branch delay slot
4687 instructions.
4688 (do_examine): When disassembling, if the last instruction
4689 disassembled has any branch delay slots, then bump the count so
4690 that they get disassembled too.
4691 * tui/tui-disasm.c (tui_disassemble): Update the call to
4692 gdb_print_insn().
4693 * NEWS: Document the new behaviour.
4694
4695 2007-06-21 Andreas Schwab <schwab@suse.de>
4696
4697 * regcache.c (write_pc_pid): Restore missing else.
4698
4699 2007-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4700
4701 * regcache.c (regcache_print): Use get_current_regcache ()
4702 instead of current_regcache.
4703
4704 2007-06-20 H.J. Lu <hongjiu.lu@intel.com>
4705
4706 PR 4606
4707 * gcore.c (gcore_command): Use bfd_make_section_anyway_with_flags
4708 instead of bfd_make_section_anyway.
4709 (gcore_create_callback): Likewise. Also set SEC_NEVER_LOAD
4710 when clearing SEC_LOAD.
4711
4712 2007-06-19 Joseph Myers <joseph@codesourcery.com>
4713
4714 * arm-tdep.c (arm_push_dummy_call): Correct padding of partial
4715 registers for big-endian.
4716
4717 2007-06-19 Markus Deuling <deuling@de.ibm.com>
4718
4719 * gdbarch.sh (TARGET_PRINT_INSN): Replace by gdbarch_print_insn.
4720 * disasm.c (dump_insns, gdb_print_insn): Likewise.
4721 * gdbarch.c, gdbarch.h: Regenerate.
4722
4723 2007-06-19 Markus Deuling <deuling@de.ibm.com>
4724
4725 * gdbarch.sh (BELIEVE_PCC_PROMOTION): Replace by
4726 gdbarch_believe_pcc_promotion.
4727 * stabsread.c (define_symbol): Likewise.
4728 Remove unnecessary definition.
4729 * coffread.c (process_coff_symbol): Remove unnecessary code.
4730 * gdbarch.c, gdbarch.h: Regenerate.
4731
4732 2007-06-19 Daniel Jacobowitz <dan@codesourcery.com>
4733
4734 * configure.ac: Do not use ${objdir}.
4735 * configure: Regenerated.
4736
4737 2007-06-18 Ulrich Weigand <uweigand@de.ibm.com>
4738
4739 * gdbarch.sh (deprecated_register_size): Remove.
4740 * gdbarch.h, gdbarch.c: Regenerate.
4741
4742 * arm-tdep.c (arm_push_dummy_call): Replace DEPRECATED_REGISTER_SIZE
4743 by INT_REGISTER_SIZE.
4744 (thumb_get_next_pc, arm_return_in_memory): Likewise.
4745 (arm_gdbarch_init): Do not call set_gdbarch_deprecated_register_size.
4746 * ia64-tdep.c (ia64_gdbarch_init): Do not call
4747 set_gdbarch_deprecated_register_size.
4748
4749 2007-06-18 Markus Deuling <deuling@de.ibm.com>
4750
4751 * gdbarch.sh (DEPRECATED_FP_REGNUM): Replace by
4752 gdbarch_deprecated_fp_regnum.
4753 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
4754 * remote-mips.c (mips_wait, mips_fetch_registers): Likewise.
4755 * arch-utils.c (legacy_virtual_frame_pointer): Likewise.
4756 * arch-utils.h (gdbarch_virtual_frame_pointer_ftype): Likewise
4757 (comment).
4758 * gdbarch.c, gdbarch.h: Regenerate.
4759
4760 2007-06-18 Markus Deuling <deuling@de.ibm.com>
4761
4762 * gdbarch.sh (EXTRACT_RETURN_VALUE): Replace with
4763 gdbarch_extract_return_value.
4764 * value.c (generic_use_struct_convention): Likewise (comment).
4765 * ia64-tdep.c (ia64_use_struct_convention): Likewise (comment).
4766 * arch-utils.c (legacy_return_value): Likewise.
4767 * arch-utils.h (legacy_return_value): Likewise (comment).
4768 * gdbarch.sh (STORE_RETURN_VALUE): Replace by
4769 gdbarch_store_return_value.
4770 * stack.c (return_command): Likewise (comment).
4771 * arch-utils.h (legacy_return_value): Likewise (comment).
4772 * arch-utils.c (legacy_return_value): Likewise.
4773 * gdbarch.c, gdbarch.h: Regenerate.
4774
4775 2007-06-18 Markus Deuling <deuling@de.ibm.com>
4776
4777 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Replace by
4778 gdbarch_deprecated_use_struct_convention.
4779 * arch-utils.c (legacy_return_value): Likewise.
4780 * gdbarch.c, gdbarch.h: Regenerate.
4781
4782 2007-06-18 Markus Deuling <deuling@de.ibm.com>
4783
4784 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Replace by
4785 gdbarch_deprecated_function_start_offset.
4786 * symtab.c (find_function_start_sal)skip_prologue_using_sal): Likewise.
4787 * linespec.c (minsym_found): Likewise.
4788 * infrun.c (handle_inferior_event): Likewise.
4789 * infcall.c (find_function_addr): Likewise.
4790 * cli/cli-cmds.c (disassemble_command): Likewise.
4791 * gdbarch.c, gdbarch.h: Regenerate.
4792
4793 2007-06-18 Markus Deuling <deuling@de.ibm.com>
4794
4795 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Replace by
4796 gdbarch_deprecated_reg_struct_has_addr.
4797 * infcall.c (call_function_by_hand): Likewise.
4798 (DEPRECATED_REG_STRUCT_HAS_ADDR_P): Replace by
4799 * gdbarch_deprecated_reg_struct_has_addr_p.
4800 * infcall.c (call_function_by_hand): Likewise.
4801 * gdbarch.c, gdbarch.h: Regenerate.
4802
4803 2007-06-18 Markus Deuling <deuling@de.ibm.com>
4804
4805 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4806 * sh-tdep.c (sh_extract_struct_value_address): Remove.
4807 (sh_gdbarch_init): Remove
4808 set_gdbarch_deprecated_extract_struct_value_address.
4809 * sh64-tdep.c (sh64_extract_struct_value_address): Remove.
4810 (sh64_gdbarch_init): Remove
4811 set_gdbarch_deprecated_extract_struct_value_address.
4812 * ia64-tdep.c (ia64_extract_struct_value_address): Remove.
4813 (ia64_gdbarch_init): Remove
4814 set_gdbarch_deprecated_extract_struct_value_address.
4815 * frv-tdep.c (frv_extract_struct_value_address): Remove.
4816 (frv_gdbarch_init): Remove
4817 set_gdbarch_deprecated_extract_struct_value_address.
4818 * gdbarch.c, gdbarch.h: Regenerate.
4819
4820 2007-06-18 Markus Deuling <deuling@de.ibm.com>
4821
4822 * gdbarch.sh (SP_REGNUM): Replace by gdbarch_sp_regnum.
4823 * v850-tdep.c (v850_unwind_sp): Likewise.
4824 * std-regs.c (value_of_builtin_frame_sp_reg): Likewise.
4825 * stack.c (frame_info): Likewise.
4826 * stabsread.c (define_symbol): Likewise.
4827 * sh-tdep.c (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu)
4828 (sh_dwarf2_frame_init_reg, sh_frame_cache, sh_frame_prev_register)
4829 (sh_unwind_sp): Likewise.
4830 * sh64-tdep.c (sh64_push_dummy_call, sh64_frame_cache)
4831 (sh64_frame_prev_register, sh64_unwind_sp): Likewise.
4832 * rs6000-tdep.c (rs6000_push_dummy_call, rs6000_unwind_dummy_id)
4833 (rs6000_frame_cache): Likewise.
4834 * rs6000-nat.c (store_register): Likewise.
4835 * remote-mips.c (mips_wait): Likewise.
4836 * procfs.c (procfs_fetch_registers, procfs_store_registers): Likewise.
4837 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
4838 (ppc64_sysv_abi_push_dummy_call): Likewise.
4839 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
4840 * ppcobsd-nat.c (ppcobsd_supply_pcb): Likewise.
4841 * ppcnbsd-tdep.c (ppcnbsd_sigtramp_cache_init): Likewise.
4842 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache): Likewise.
4843 * m32r-rom.c (m32r_supply_register): Likewise.
4844 * frame.c (frame_sp_unwind): Likewise.
4845 * mips-tdep.c (mips_insn16_frame_cache)
4846 (mips_insn32_frame_cache): Likewise (comment).
4847 * m68klinux-nat.c (supply_gregset): Likewise.
4848 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
4849 * ia64-tdep.c (ia64_frame_prev_register): Likewise.
4850 * i386-tdep.c (i386_get_longjmp_target): Likewise.
4851 * dwarf2-frame.c (dwarf2_frame_default_init_reg): Likewise.
4852 * cris-tdep.c (cris_regnums, cris_sigcontext_addr)
4853 (cris_sigtramp_frame_unwind_cache, cris_push_dummy_call)
4854 (cris_scan_prologue, crisv32_scan_prologue, cris_unwind_sp)
4855 (cris_register_type, crisv32_register_type)
4856 (cris_dwarf2_frame_init_reg): Likewise.
4857 * arch-utils.c (legacy_virtual_frame_pointer): Likewise.
4858 * amd64-tdep.c (amd64_frame_prev_register): Likewise.
4859 * amd64-linux-tdep.c (amd64_linux_sigcontext_addr): Likewise.
4860 * libunwind-frame.c (libunwind_frame_cache): Likewise.
4861
4862 * gdbarch.sh (PC_REGNUM): Replace by gdbarch_pc_regnum.
4863 * regcache.c (read_pc_pid, generic_target_write_pc): Likewise.
4864 * xtensa-tdep.c (xtensa_register_type, xtensa_supply_gregset)
4865 (xtensa_unwind_pc, xtensa_frame_cache, xtensa_frame_prev_register)
4866 (xtensa_extract_return_value, xtensa_store_return_value): Likewise.
4867 * v850-tdep.c (v850_unwind_pc): Likewise.
4868 * stack.c (frame_info): Likewise.
4869 * sh-tdep.c (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs)
4870 (sh2a_show_regs, sh2a_nofpu_show_regs, sh3e_show_regs)
4871 (sh3_dsp_show_regs, sh4_show_regs, sh4_nofpu_show_regs)
4872 (sh_dwarf2_frame_init_reg, sh_frame_prev_register, sh_unwind_pc)
4873 (sh_dsp_show_regs): Likewise.
4874 * shnbsd-tdep.c (shnbsd_supply_gregset)
4875 (shnbsd_collect_gregset): Likewise.
4876 * shnbsd-nat.c (GETREGS_SUPPLIES): Likewise.
4877 * sh64-tdep.c (sh64_compact_reg_base_num, sh64_show_media_regs)
4878 (sh64_frame_prev_register, sh64_unwind_pc): Likewise.
4879 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
4880 (6000_register_reggroup_p, rs6000_unwind_pc)
4881 (rs6000_frame_cache): Likewise.
4882 * rs6000-nat.c (regmap, rs6000_fetch_inferior_registers)
4883 (rs6000_store_inferior_registers): Likewise.
4884 * remote-mips.c (mips_wait, mips_load): Likewise.
4885 * procfs.c (procfs_fetch_registers, procfs_store_registers): Likewise.
4886 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
4887 * ppcobsd-nat.c (ppcobsd_supply_pcb): Likewise.
4888 * ppcnbsd-tdep.c (ppcnbsd_sigtramp_cache_init): Likewise.
4889 * ppcnbsd-nat.c (getregs_supplies, ppcnbsd_supply_pcb): Likewise.
4890 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache): Likewise.
4891 * ppc-linux-nat.c (ppc_register_u_addr, fetch_ppc_registers)
4892 (store_ppc_registers, fill_gregset): Likewise.
4893 * mips-tdep.c (mips_stub_frame_cache, mips_gdbarch_init): Likewise.
4894 * mipsnbsd-tdep.c (mipsnbsd_supply_reg, mipsnbsd_fill_reg): Likewise.
4895 * mipsnbsd-nat.c (getregs_supplies): Likewise.
4896 * m68k-tdep.c (m68k_register_type, m68k_unwind_pc): Likewise.
4897 * m68klinux-nat.c (supply_gregset): Likewise.
4898 * irix5-nat.c (fill_gregset): Likewise.
4899 * i386-tdep.c (i386_unwind_pc): Likewise.
4900 * i386-linux-nat.c (i386_linux_resume): Likewise.
4901 * frame.c (get_prev_frame_1): Likewise.
4902 * dwarf2-frame.c (dwarf2_frame_default_init_reg): Likewise.
4903 * dbug-rom.c (dbug_supply_register): Likewise.
4904 * cris-tdep.c (cris_sigtramp_frame_unwind_cache, cris_scan_prologue)
4905 (crisv32_scan_prologue, cris_unwind_pc, cris_register_size)
4906 (cris_register_type, crisv32_register_type, crisv32_register_name)
4907 (cris_dwarf2_frame_init_reg, find_step_target)
4908 (cris_software_single_step, cris_supply_gregset)
4909 (cris_regnums): Likewise.
4910 * alpha-linux-nat.c (alpha_linux_register_u_offset): Likewise.
4911 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4912 (fill_sprs64, fill_sprs32, store_regs_user_thread): Likewise.
4913 * std-regs.c (value_of_builtin_frame_pc_reg): Likewise.
4914 * mips-linux-tdep.c (mips_linux_write_pc): Likewise.
4915
4916 * gdbarch.sh (PS_REGNUM): Replace by gdbarch_ps_regnum.
4917 * dbug-rom.c (dbug_supply_register): Likewise.
4918 * xtensa-tdep.c (xtensa_supply_gregset, xtensa_frame_cache)
4919 (xtensa_frame_prev_register, xtensa_push_dummy_call): Likewise.
4920 * win32-nat.c (win32_resume): Likewise.
4921 * std-regs.c (value_of_builtin_frame_ps_reg): Likewise.
4922 * m68k-tdep.c (m68k_register_type): Likewise.
4923 * m68klinux-nat.c (supply_gregset): Likewise.
4924
4925 * gdbarch.sh (FP0_REGNUM): Replace by gdbarch_fp0_regnum.
4926 * sh-tdep.c (sh_extract_return_value_fpu, sh_store_return_value_fpu)
4927 (sh2e_show_regs, sh2a_show_regs, sh3e_show_regs, sh4_show_regs)
4928 (sh_sh2a_register_type, sh_sh3e_register_type, sh_sh4_register_type)
4929 (fv_reg_base_num, dr_reg_base_num): Likewise.
4930 * sh64-tdep.c (sh64_fv_reg_base_num, sh64_dr_reg_base_num)
4931 (sh64_fpp_reg_base_num, sh64_compact_reg_base_num, sh64_push_dummy_call)
4932 (sh64_extract_return_value, sh64_store_return_value)
4933 (sh64_show_media_regs, sh64_show_compact_regs, sh64_register_type)
4934 (sh64_do_fp_register, sh64_media_print_registers_info): Likewise.
4935 * procfs.c (procfs_fetch_registers, procfs_store_registers)
4936 (invalidate_cache): Likewise.
4937 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache): Likewise.
4938 * mipsnbsd-tdep.c (mipsnbsd_supply_fpreg)
4939 (mipsnbsd_fill_fpreg): Likewise.
4940 * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers)
4941 (mipsnbsd_store_inferior_registers): Likewise.
4942 * mips-linux-tdep.c (mips_supply_fpregset, mips_fill_fpregset)
4943 (mips64_supply_fpregset, mips64_fill_fpregset): Likewise.
4944 * mips-linux-nat.c (mips64_linux_register_addr): Likewise.
4945 * m68k-tdep.c (m68k_register_type, m68k_convert_register_p): Likewise.
4946 * m68klinux-nat.c (getfpregs_supplies, supply_fpregset)
4947 (fill_fpregset): Likewise.
4948 * irix5-nat.c (supply_fpregset, fill_fpregset): Likewise.
4949 * i386-tdep.h (struct_return): Likewise (comment).
4950 * i386-nto-tdep.c (i386nto_register_area): Likewise.
4951 * go32-nat.c (fetch_register, go32_fetch_registers, store_register)
4952 (go32_store_registers): Likewise.
4953 * alpha-tdep.c (alpha_next_pc): Likewise.
4954 * alpha-linux-nat.c (alpha_linux_register_u_offset): Likewise.
4955 * alphabsd-nat.c (alphabsd_fetch_inferior_registers)
4956 (alphabsd_store_inferior_registers): Likewise.
4957 * core-regset.c (fetch_core_registers): Likewise.
4958 * i386v4-nat.c (supply_fpregset, fill_fpregset): Likewise.
4959
4960 * gdbarch.c, gdbarch.h: Regenerate.
4961
4962 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4963
4964 * coffread.c (coff_sym_fns): Add default_symfile_segments.
4965 * dbxread.c (start_psymtab): Check HAVE_ELF.
4966 (aout_sym_fns): Likewise.
4967 * elfread.c (elf_symfile_segments): New.
4968 (elf_sym_fns): Add elf_symfile_segments.
4969 * mipsread.c (ecoff_sym_fns): Add default_symfile_segments.
4970 * remote.c (get_offsets): Use symfile_map_offsets_to_segments.
4971 Skip if there is no symfile_objfile. Handle TextSeg and DataSeg.
4972 * somread.c (som_sym_fns): Use default_symfile_segments.
4973 * symfile.c (find_sym_fns): Take a BFD and return the sym_fns.
4974 (init_objfile_sect_indices): Call symfile_find_segment_sections.
4975 (default_symfile_segments): New function.
4976 (syms_from_objfile): Update call to find_sym_fns.
4977 (symfile_get_segment_data, free_symfile_segment_data): New.
4978 (symfile_map_offsets_to_segments): New.
4979 (symfile_find_segment_sections): New.
4980 * symfile.h (struct symfile_segment_data): New.
4981 (struct sym_fns): Add sym_segments.
4982 (default_symfile_segments, symfile_get_segment_data)
4983 (free_symfile_segment_data): New prototypes.
4984 (symfile_map_offsets_to_segments): Likewise.
4985 * xcoffread.c (xcoff_sym_fns): Add default_symfile_segments.
4986 * Makefile.in (COMMON_OBS): Remove elfread.o.
4987 (elf_internal_h): New.
4988 (elfread.o): Update.
4989 * configure.ac: Add elfread.o to COMMON_OBS if bfd/elf.o was
4990 compiled.
4991 * config.in, configure: Regenerated.
4992 * NEWS: Mention qOffsets changes.
4993
4994 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
4995
4996 * gdbtypes.h (builtin_type_m2_char, builtin_type_m2_int,
4997 builtin_type_m2_card, builtin_type_m2_real, builtin_type_m2_bool):
4998 Replace global variable declaration with compatibility macro.
4999 (struct builtin_m2_type): New data type.
5000 (builtin_m2_type): Add prototype.
5001 * m2-lang.c (builtin_type_m2_char, builtin_type_m2_int,
5002 builtin_type_m2_card, builtin_type_m2_real, builtin_type_m2_bool):
5003 Remove global variables.
5004 (m2_language_arch_info): Use builtin_m2_type instead of variables.
5005 (build_m2_types): New function.
5006 (m2_type_data): New variable.
5007 (builtin_m2_type): New function.
5008 (_initialize_m2_language): Do not build data types. Register
5009 m2_type_data per-gdbarch data.
5010
5011 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
5012
5013 * gdbtypes.h (builtin_type_f_character, builtin_type_f_logical,
5014 builtin_type_f_logical_s1, builtin_type_f_logical_s2,
5015 builtin_type_f_integer, builtin_type_f_integer_s2, builtin_type_f_real,
5016 builtin_type_f_real_s8, builtin_type_f_real_s16,
5017 builtin_type_f_complex_s8, builtin_type_f_complex_s16,
5018 builtin_type_f_complex_s32, builtin_type_f_void): Replace global
5019 variable declaration with compatibility macro.
5020 (struct builtin_f_type): New data type.
5021 (builtin_f_type): Add prototype.
5022 * f-lang.c (builtin_type_f_character, builtin_type_f_logical,
5023 builtin_type_f_logical_s1, builtin_type_f_logical_s2,
5024 builtin_type_f_integer, builtin_type_f_integer_s2, builtin_type_f_real,
5025 builtin_type_f_real_s8, builtin_type_f_real_s16,
5026 builtin_type_f_complex_s8, builtin_type_f_complex_s16,
5027 builtin_type_f_complex_s32, builtin_type_f_void): Remove variables.
5028 (f_language_arch_info): Use builtin_f_type instead of variables.
5029 (build_fortran_types): Build builtin_f_type structure instead of
5030 setting global type variables.
5031 (f_type_data): New variable.
5032 (builtin_f_type): New function.
5033 (_initialize_f_language): Do not call build_fortran_types. Do not
5034 swap global type variables. Register f_type_data per-gdbarch data.
5035
5036 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
5037
5038 * f-lang.c (_initialize_f_language): Do not initialize or
5039 swap builtin_type_string.
5040
5041 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
5042
5043 * std-regs.c (builtin_type_frame_reg, build_builtin_type_frame_reg,
5044 value_of_builtin_frame_reg): Remove.
5045 (_initialize_frame_reg): Do not swap builtin_type_frame_reg. Remove
5046 inactive call to value_of_builtin_frame_reg.
5047
5048 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
5049
5050 * gdbarch.sh (bfd_vma_bit): Remove.
5051 * gdbarch.c, gdbarch.h: Regenerate.
5052
5053 * gdbtypes.h (builtin_bfd_vma_type): Remove.
5054 * gdbtypes.h (builtin_bfd_vma_type): Remove.
5055 (build_gdbtypes): Do not initialize it.
5056 (_initialize_gdbtypes): Do not swap it.
5057
5058 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
5059
5060 * gdbtypes.c (builtin_type_v2_double, builtin_type_v4_float,
5061 builtin_type_v2_int64, builtin_type_v4_int32, builtin_type_v8_int16,
5062 builtin_type_v16_int8, builtin_type_v2_float, builtin_type_v2_int32,
5063 builtin_type_v4_int16, builtin_type_v8_int8, builtin_type_v4sf,
5064 builtin_type_v4si, builtin_type_v16qi, builtin_type_v8qi,
5065 builtin_type_v8hi, builtin_type_v4hi, builtin_type_v2si,
5066 builtin_type_vec64, builtin_type_vec128): Remove.
5067 (init_simd_type): Remove.
5068 (init_vector_type): Make global.
5069 (build_builtin_type_vec64, build_builtin_type_vec128): Remove.
5070 (build_gdbtypes): Do not build vector types.
5071 (_initialize_gdbtypes): Do not swap vector types.
5072 * gdbtypes.h (builtin_type_v2_double, builtin_type_v4_float,
5073 builtin_type_v2_int64, builtin_type_v4_int32, builtin_type_v8_int16,
5074 builtin_type_v16_int8, builtin_type_v2_float, builtin_type_v2_int32,
5075 builtin_type_v4_int16, builtin_type_v8_int8, builtin_type_v4sf,
5076 builtin_type_v4si, builtin_type_v16qi, builtin_type_v8qi,
5077 builtin_type_v8hi, builtin_type_v4hi, builtin_type_v2si,
5078 builtin_type_vec64, builtin_type_vec128): Remove declarations.
5079 (init_vector_type): Add prototype.
5080
5081 * i386-tdep.h (struct gdbarch_tdep): Add i386_mmx_type and
5082 i386_sse_type members.
5083 (i386_mmx_type, i386_sse_type): Change from variables to functions.
5084 * i386-tdep.c (i386_mmx_type, i386_sse_type): Remove variables.
5085 (i386_init_types): Do not build vector types.
5086 (i386_mmx_type, i386_sse_type): New functions.
5087 (i386_register_type): Call them instead of using global variables.
5088 (i386_gdbarch_init): Use XCALLOC to allocate tdep structure.
5089 * amd64-tdep.c (amd64_register_type): Call i386_sse_type instead
5090 of using global variable.
5091
5092 * rs6000-tdep.h (struct gdbarch_tdep): Add ppc_builtin_type_vec64
5093 and ppc_builtin_type_vec128 members.
5094 * rs6000-tdep.c (rs6000_builtin_type_vec64): New function.
5095 (rs6000_builtin_type_vec128): Likewise.
5096 (rs6000_register_type): Call them instead of using builtin_type_vec64
5097 and builtin_type_vec128.
5098 (rs6000_gdbarch_init): Use XCALLOC to allocate tdep structure.
5099
5100 * spu-tdep.c (struct gdbarch_tdep): New data type.
5101 (spu_builtin_type_vec128): Remove variable.
5102 (spu_builtin_type_vec128): New function.
5103 (spu_register_type): Call it instead of using global variable.
5104 (spu_gdbarch_init): Allocate tdep structure.
5105 (spu_init_vector_type): Remove function.
5106 (_initialize_spu_tdep): Do not call it.
5107
5108 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
5109
5110 * amd64-tdep.c (struct amd64_register_info): Remove.
5111 (amd64_register_info): Remove.
5112 (amd64_register_names): New static variable.
5113 (AMD64_NUM_REGS): Use amd64_register_names instead of
5114 amd64_register_info.
5115 (amd64_register_name): Likewise.
5116 (amd64_register_type): Do not refer to amd64_register_info.
5117
5118 * s390-tdep.c (struct s390_register_info): Remove.
5119 (s390_register_info): Remove.
5120 (s390_register_name): Do not refer to s390_register_info.
5121 (s390_register_type): Likewise.
5122
5123 * sparc64-tdep.c (struct sparc64_register_info): Remove.
5124 (sparc64_register_info, sparc64_pseudo_register_info): Remove.
5125 (sparc64_register_names, sparc64_pseudo_register_names): New.
5126 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use
5127 sparc64_register_names and sparc64_pseudo_register_names instead of
5128 sparc64_register_info and sparc64_pseudo_register_info.
5129 (sparc64_register_name): Likewise.
5130 (sparc64_register_type): Do not refer to sparc64_register_info
5131 and sparc64_pseudo_register_info.
5132
5133 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
5134
5135 * c-lang.c (cplus_builtin_types): Remove.
5136 (enum cplus_primitive_types): New data type.
5137 (cplus_language_arch_info): New function.
5138 (cplus_language_defn): Set la_language_arch_info member. Do not set
5139 la_builtin_type_vector and string_char_type members.
5140
5141 * f-lang.c (f_builtin_types): Remove.
5142 (enum f_primitive_types): New data type.
5143 (f_language_arch_info): New function.
5144 (f_language_de): Set la_language_arch_info member. Do not set
5145 la_builtin_type_vector and string_char_type members.
5146
5147 * m2-lang.c (m2_builtin_types): Remove.
5148 (enum m2_primitive_types): New data type.
5149 (m2_language_arch_info): New function.
5150 (m2_language_defn): Set la_language_arch_info member. Do not set
5151 la_builtin_type_vector and string_char_type members.
5152
5153 * objc-lang.c (objc_builtin_types): Remove.
5154 (objc_language): Set la_language_arch_info member. Do not set
5155 la_builtin_type_vector and string_char_type members.
5156
5157 * p-lang.c (pascal_builtin_types): Remove.
5158 (enum pascal_primitive_types): New data type.
5159 (pascal_language_arch_info): New function.
5160 (pascal_language_defn): Set la_language_arch_info member. Do not set
5161 la_builtin_type_vector and string_char_type members.
5162
5163 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
5164
5165 * regcache.c (struct regcache): Add ptid_t member.
5166 (regcache_xmalloc): Initialize it.
5167 (regcache_cpy_no_passthrough): Do not refer to current_regcache.
5168 (regcache_dup): Likewise.
5169 (regcache_dup_no_passthrough): Likewise.
5170 (current_regcache): Make static.
5171 (registers_ptid): Remove variable.
5172 (get_thread_regcache): New function.
5173 (get_current_regcache): New function.
5174 (registers_changed): Implement by freeing current regcache.
5175 (regcache_raw_read): Do not refer to current_regcache. Set
5176 inferior_ptid to regcache->ptid while calling target routines.
5177 (regcache_raw_write): Likewise.
5178 (regcache_raw_supply): Do not refer to current_regcache.
5179 (read_pc_pid): Use thread regcache. Do not modify inferior_ptid.
5180 (write_pc_pid): Likewise.
5181 (build_regcache): Remove.
5182 (_initialize_regcache): Do not call DEPRECATED_REGISTER_GDBARCH_SWAP
5183 or deprecated_register_gdbarch_swap. Do not initialize
5184 registers_ptid.
5185 * regcache.h (get_current_regcache): Add prototype.
5186 (get_thread_regcache): Likewise.
5187 (current_regcache): Remove declaration.
5188
5189 * corelow.c (core_open): Replace current_regcache by
5190 get_current_regcache ().
5191 * frame.c (frame_pop): Likewise.
5192 (put_frame_register): Likewise.
5193 (get_current_frame, create_new_frame): Likewise.
5194 * mi/mi-main.c (mi_cmd_data_write_register_values): Likewise.
5195 * stack.c (return_command): Likewise.
5196 * infcall.c (call_function_by_hand): Likewise.
5197 * infrun.c (resume): Likewise.
5198 (save_inferior_status, restore_inferior_status): Likewise.
5199 * linux-fork.c (fork_load_infrun_state): Likewise.
5200 (fork_save_infrun_state): Likewise.
5201 * win32-nat.c (win32_resume): Likewise.
5202 * i386fbsd-nat.c (i386fbsd_resume): Likewise.
5203 * monitor.c (monitor_wait): Likewise.
5204 * remote.c (remote_wait): Likewise.
5205 * remote-mips.c (mips_wait): Likewise.
5206
5207 * bsd-kvm.c (bsd_kvm_open): Likewise
5208 (bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): Likewise.
5209 * fbsd-nat.c (fbsd_make_corefile_notes): Likewise.
5210 * i386-linux-nat.c (i386_linux_resume): Likewise.
5211 * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
5212 (ia64_linux_stopped_data_address): Likewise.
5213
5214 * frv-tdep.c (frv_fdpic_loadmap_addresses): Likewise.
5215 * m32c-tdep.c (m32c_virtual_frame_pointer): Likewise.
5216 * mep-tdep.c (current_me_module, current_options): Likewise.
5217 * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Likewise.
5218
5219 * linux-nat.c (linux_nat_do_thread_registers): Use thread
5220 regcache instead of current_regcache. Call target_fetch_registers.
5221 (linux_nat_corefile_thread_callback): Update call site.
5222 (linux_nat_do_registers): Likewise.
5223 * procfs.c (procfs_do_thread_registers): Use thread regcache instead
5224 of current_regcache.
5225 (procfs_make_note_section): Likewise.
5226 * proc-service.c (ps_lgetregs, ps_lsetregs): Likewise.
5227 (ps_lgetfpregs, ps_lsetfpregs): Likewise.
5228 * sol-thread.c (ps_lgetregs, ps_lsetregs): Likewise.
5229 (ps_lgetfpregs, ps_lsetfpregs): Likewise.
5230
5231 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
5232
5233 * regcache.c (read_register, read_register_pid): Remove.
5234 (write_register, write_register_pid): Likewise.
5235 * regcache.h (read_register, read_register_pid): Remove prototype.
5236 (write_register, write_register_pid): Likewise.
5237
5238 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
5239
5240 * gdbarch.sh (read_pc): Add REGCACHE argument. Remove PTID argument.
5241 (write_pc): Likewise. Remove default implementation, add predicate.
5242 * gdbarch.c, gdbarch.h: Regenerate.
5243 * regcache.c (read_pc_pid): Use current regcache instead of calling
5244 read_register_pid.
5245 (write_pc_pid): Check gdbarch_write_pc predicate, implement default
5246 case inline.
5247 (generic_target_write_pc): Remove.
5248 * inferior.h (generic_target_write_pc): Remove.
5249 * frv-tdep.c (frv_gdbarch_init): Do not install it.
5250 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
5251 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
5252 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
5253 * sh-tdep.c (sh_gdbarch_init): Likewise.
5254 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
5255
5256 * avr-tdep.c (avr_read_pc): Add REGCACHE argument. Remove PTID
5257 argument. Use REGCACHE instead of calling read_register_pid.
5258 * hppa-hpux-tdep.c (hppa_hpux_read_pc): Likewise.
5259 * hppa-tdep.c (hppa_read_pc): Likewise.
5260 * hppa-tdep.h (hppa_read_pc): Likewise.
5261 * ia64-tdep.c (ia64_read_pc): Likewise.
5262 * m32r-tdep.c (m32r_read_pc): Likewise.
5263 * mep-tdep.c (mep_read_pc): Likewise.
5264 * mn10300-tdep.c (mn10300_read_pc): Likewise.
5265 * spu-tdep.c (spu_read_pc): Likewise.
5266
5267 * arm-tdep.c (arm_write_pc): Add REGCACHE argument. Remove PTID
5268 argument. Use REGCACHE instead of calling write_register_pid.
5269 * avr-tdep.c (avr_write_pc): Likewise.
5270 * hppa-hpux-tdep.c (hppa_hpux_write_pc): Likewise.
5271 * hppa-tdep.c (hppa_write_pc): Likewise.
5272 * hppa-tdep.h (hppa_write_pc): Likewise.
5273 * i386-linux-tdep.c (i386_linux_write_pc): Likewise.
5274 * amd64-linux-tdep.c (amd64_linux_write_pc): Likewise.
5275 * ia64-linux-tdep.c (ia64_linux_write_pc): Likewise.
5276 * ia64-tdep.c (ia64_write_pc): Likewise.
5277 * ia64-tdep.h (ia64_write_pc): Likewise.
5278 * m32r-tdep.c (m32r_write_pc): Likewise.
5279 * m88k-tdep.c (m88k_write_pc): Likewise.
5280 * mep-tdep.c (mep_write_pc): Likewise.
5281 * mips-tdep.c (mips_write_pc): Likewise.
5282 * mips-linux-tdep.c (mips_linux_write_pc): Likewise.
5283 * mn10300-tdep.c (mn10300_write_pc): Likewise.
5284 * sparc-tdep.c (sparc_write_pc): Likewise.
5285 * spu-tdep.c (spu_write_pc): Likewise.
5286
5287 * mips-tdep.c (read_signed_register): Remove.
5288 (read_signed_register_pid): Likewise.
5289 (mips_read_pc): Add REGCACHE argument. Remove PTID argument.
5290 Use REGCACHE instead of calling read_signed_register_pid.
5291
5292 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
5293
5294 * gdbarch.sh (push_dummy_code): Add REGCACHE argument.
5295 * gdbarch.c, gdbarch.h: Regenerate.
5296 * infcall.c (generic_push_dummy_code): Add REGCACHE argument.
5297 (push_dummy_code): Likewise. Pass it to callee.
5298 (call_function_by_hand): Pass current regcache to push_dummy_code.
5299
5300 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Add REGCACHE
5301 argument. Use it instead of current_regcache.
5302
5303 * cris-tdep.c (cris_push_dummy_code): Add REGCACHE argument.
5304 * sparc-tdep.c (sparc32_push_dummy_code): Likewise.
5305
5306 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
5307
5308 * gdbarch.sh (get_longjmp_target): Add FRAME argument.
5309 * gdbarch.c, gdbarch.h: Regenerate.
5310 * infrun.c (handle_inferior_event): Pass current frame to
5311 gdbarch_get_longjmp_target.
5312
5313 * alpha-tdep.c (alpha_get_longjmp_target): Add FRAME argument.
5314 Read registers from FRAME instead of using read_register.
5315 Use get_frame_arch instead of current_gdbarch.
5316 * arm-tdep.c (arm_get_longjmp_target): Likewise.
5317 * i386-tdep.c (i386_get_longjmp_target): Likewise.
5318 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
5319 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Likewise.
5320 (mips64_linux_get_longjmp_target): Likewise.
5321 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
5322
5323 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
5324
5325 * gdbarch.sh (skip_trampoline_code): Add FRAME argument.
5326 * gdbarch.c, gdbarch.h: Regenerate.
5327 * arch-utils.c (generic_skip_trampoline_code): Add FRAME argument.
5328 * arch-utils.h (generic_skip_trampoline_code): Likewise.
5329 * infrun.c (handle_inferior_event): Pass current frame to
5330 gdbarch_skip_trampoline_code and skip_language_trampoline.
5331
5332 * language.c (unk_lang_trampoline): Add FRAME argument.
5333 (skip_language_trampoline): Add FRAME argument. Pass it to
5334 skip_trampoline callback.
5335 * language.h: Add forward declaration of struct frame_info.
5336 (struct language_defn): Add FRAME argument to skip_trampoline.
5337 (skip_language_trampoline): Add FRAME argument.
5338 * cp-abi.c (cplus_skip_trampoline): Add FRAME argument. Pass it
5339 to skip_trampoline callback.
5340 * cp-abi.h: Add forward declaration of struct frame_info.
5341 (cplus_skip_trampoline): Add FRAME argument.
5342 (struct cp_abi_ops): Add FRAME argument to skip_trampoline callback.
5343 * gnu-v3-abi.c (gnuv3_skip_trampoline): Add FRAME argument. Pass it
5344 to gdbarch_skip_trampoline_code.
5345 * objc-lang.c (objc_skip_trampoline): Add FRAME argument. Pass it
5346 to gdbarch_skip_trampoline_code.
5347
5348 * minsyms.c (find_solib_trampoline_target): Add FRAME argument.
5349 * symtab.h (find_solib_trampoline_target): Likewise.
5350 * obsd-tdep.c (obsd_skip_solib_resolver): Pass current frame to
5351 find_solib_trampoline_target.
5352
5353 * arm-tdep.c (arm_skip_stub): Add FRAME argument. Read registers
5354 from FRAME instead of calling read_register.
5355
5356 * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code): Add FRAME
5357 argument. Read registers from FRAME instead of using read_register.
5358 * hppa-tdep.c (hppa_skip_trampoline_code): Likewise.
5359 * hppa-tdep.h (hppa_skip_trampoline_code): Add FRAME argument.
5360
5361 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): Add FRAME
5362 argument.
5363
5364 * m32c-tdep.c (m32c_skip_trampoline_code): Add FRAME argument.
5365
5366 * mips-tdep.c (mips_skip_trampoline_code): Add FRAME argument. Read
5367 registers from FRAME instead of using read_signed_register.
5368
5369 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Add FRAME
5370 argument.
5371 (ppc64_standard_linkage_target): Likewise. Read registers from FRAME
5372 instead of using read_register.
5373 (ppc64_skip_trampoline_code): Add FRAME argument. Pass it to
5374 ppc64_standard_linkage_target.
5375 * rs6000-tdep.c (rs6000_skip_trampoline_code): Add FRAME argument.
5376 Pass it to find_solib_trampoline_target. Read registers from FRAME
5377 instead of using read_register.
5378
5379 * xstormy16-tdep.c (xstormy16_skip_trampoline_code): Add FRAME
5380 argument.
5381
5382 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
5383
5384 * gdbarch.sh (software_single_step): Replace REGCACHE argument by
5385 FRAME argument.
5386 * gdbarch.c, gdbarch.h: Regenerate.
5387 * infrun.c (resume): Pass current frame to SOFTWARE_SINGLE_STEP.
5388
5389 * alpha-tdep.c (alpha_next_pc): Add FRAME argument. Retrieve
5390 registers from FRAME instead of using read_register.
5391 (alpha_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
5392 to alpha_next_pc. Use get_frame_pc instead of read_pc.
5393 * alpha-tdep.h (alpha_software_single_step): Replace REGCACHE
5394 argument by FRAME.
5395
5396 * arm-tdep.c (shifted_reg_val): Add FRAME argument. Read registers
5397 from FRAME instead of using read_register.
5398 (thumb_get_next_pc): Likewise.
5399 (arm_get_next_pc): Likewise.
5400 (arm_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
5401 to arm_get_next_pc. Use get_frame_pc instead of read_register.
5402 * arm-tdep.h (arm_software_single_step): Replace REGCACHE
5403 argument by FRAME.
5404
5405 * cris-tdep.c (find_step_target): Add FRAME argument. Read registers
5406 from FRAME instead of using read_register.
5407 (cris_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
5408 to find_step_target.
5409
5410 * mips-tdep.c (mips32_next_pc): Add FRAME argument. Read registers
5411 from FRAME instead of using read_register / read_signed_register.
5412 (extended_mips16_next_pc): Likewise.
5413 (mips16_next_pc): Likewise.
5414 (mips_next_pc): Likewise.
5415 (mips_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
5416 to mips_next_pc. Use get_frame_pc instead of read_pc.
5417 * mips-tdep.h (mips_software_single_step): Replace REGCACHE
5418 argument by FRAME.
5419
5420 * rs6000-tdep.c (branch_dest): Add FRAME argument. Use it instead
5421 of current frame. Read registers from FRAME.
5422 (deal_with_atomic_sequence): Add FRAME argument. Pass it to
5423 branch_dest. Use get_frame_pc instead of read_pc.
5424 (rs6000_software_single_step): Likewise.
5425 (bl_to_blrl_insn_p): Do not call branch_dest.
5426 * rs6000-tdep.h (rs6000_software_single_step): Replace REGCACHE
5427 argument by FRAME.
5428
5429 * sparc64-linux-tdep.c (sparc64_linux_step_trap): Add FRAME argument.
5430 Read registers from FRAME instead of current regcache.
5431 * sparc-linux-tdep.c (sparc32_linux_step_trap): Likewise.
5432 * sparcnbsd-tdep.c (sparcnbsd_step_trap): Likewise.
5433 * sparc-tdep.c (sparc_address_from_register): Remove.
5434 (sparc_analyze_control_transfer): Pass FRAME argument instead of
5435 GDBARCH. Pass FRAME to step_trap callback.
5436 (sparc_step_trap): Add FRAME argument.
5437 (space_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
5438 to sparc_analyze_control_transfer. Read registers from FRAME instead
5439 of calling sparc_address_from_register.
5440 * sparc-tdep.h (struct gdbarch_tdep): Add FRAME argument to
5441 step_trap callback.
5442 (sparc_address_from_register): Remove prototype.
5443 (sparc_software_single_step): Replace REGCACHE argument by FRAME.
5444 (sparcnbsd_step_trap): Add FRAME argument.
5445
5446 * spu-tdep.c (spu_software_single_step): Replace REGCACHE argument
5447 by FRAME. Read registers from FRAME instead of REGCACHE.
5448
5449 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
5450
5451 * arm-tdep.c (arm_print_float_info): Use register value from FRAME
5452 instead of calling read_register.
5453
5454 * avr-tdep.c (avr_push_dummy_call): Write to REGCACHE instead of
5455 calling write_register.
5456
5457 * hppa-tdep.c (hppa32_push_dummy_call): Write to REGCACHE instead of
5458 calling write_register.
5459
5460 * ia64-tdep.c (find_func_descr): Add REGCACHE parameter. Use it
5461 instead of calling read_register.
5462 (ia64_push_dummy_call): Update call to find_func_descr. Use REGCACHE
5463 instead of calling read_register and write_register.
5464
5465 * m32r-tdep.c (m32r_linux_supply_gregset): Use REGCACHE parameter
5466 instead of current_regcache.
5467
5468 * mn10300-tdep.c (mn10300_push_dummy_call): Write to REGCACHE instead
5469 of calling write_register.
5470 * mn10300-linux-tdep.c (am33_supply_fpregset_method): Use REGCACHE
5471 parameter instead of current_regcache.
5472
5473 * mips-tdep.c (mips2_fp_compat): Add FRAME parameter. Use it
5474 instead of calling read_register.
5475 (mips_read_fp_register_double, mips_print_fp_register): Update calls.
5476 (mips_eabi_push_dummy_call): Use REGCACHE instead of write_register.
5477 (mips_n32n64_push_dummy_call): Likewise.
5478 (mips_o32_push_dummy_call): Likewise.
5479 (mips_o64_push_dummy_call): Likewise.
5480
5481 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use REGCACHE
5482 parameter instead of current_regcache.
5483
5484 * xtensa-tdep.c (xtensa_register_write_masked): Add REGCACHE parameter.
5485 Use it instead of read_register and write_register.
5486 (xtensa_register_read_masked): Likewise.
5487 (xtensa_pseudo_register_read): Update call.
5488 (xtensa_pseudo_register_write): Likewise.
5489 (xtensa_frame_cache): Use register values unwound from NEXT_FRAME
5490 instead of calling read_register.
5491 (xtensa_push_dummy_call): Update comment.
5492
5493 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
5494
5495 * mips-tdep.c (mips16_scan_prologue): Replace read_next_frame_reg
5496 by frame_unwind_register_signed calls.
5497 (mips32_scan_prologue): Likewise. Skip analysis of alloca stack
5498 frame allocations when called with NULL NEXT_FRAME parameter.
5499 (read_next_frame_reg): Remove.
5500
5501 * sh-tdep.c (sh_analyze_prologue): Add FPSCR parameter. Use it
5502 instead of reading the FPSCR register.
5503 (sh_frame_cache): Pass unwound FPSCR register value to
5504 sh_analyze_prologue.
5505 (sh_skip_prologue): Pass dummy FPSCR value to sh_analyze_prologue.
5506
5507 * v850-tdep.c (v850_analyze_prologue): Add CTBP parameter. Use it
5508 instead of reading the CTBP register.
5509 (v850_frame_cache): Pass unwound CTBP register value to
5510 v850_analyze_prologue.
5511
5512 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
5513
5514 * sh-tdep.h (sh_show_regs): Add FRAME parameter.
5515 * sh-tdep.c (sh_show_regs): Likewise.
5516 (sh_show_regs_command): Pass current frame to sh_show_regs routine.
5517 (sh_generic_show_regs): Add FRAME parameter. Use register
5518 values from that frame instead of calling read_register.
5519 (sh3_show_regs, sh2e_show_regs, sh2a_show_regs, sh2a_nofpu_show_regs,
5520 sh3e_show_regs, sh3_dsp_show_regs, sh4_show_regs, sh4_nofpu_show_regs,
5521 sh_dsp_show_regs): Likewise.
5522 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs,
5523 sh64_show_regs): Likewise.
5524
5525 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
5526
5527 * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Read from
5528 current regcache instead of calling read_register.
5529
5530 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
5531
5532 * mep-tdep.c (current_me_module): Read from current regcache
5533 instead of calling read_register.
5534 (current_options): Likewise.
5535
5536 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
5537
5538 * cris-tdep.c (cris_stopped_data_address): Read register values
5539 from current frame instead of calling read_register.
5540 * frv-tdep.c (frv_stopped_data_address): Likewise.
5541
5542 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
5543
5544 * solib-sunos.c (sunos_solib_create_inferior_hook): Use write_pc
5545 instead of write_register (PC_REGNUM, ...).
5546
5547 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
5548
5549 * solib-sunos.c (sunos_solib_create_inferior_hook): Add comment
5550 explaining why the PC adjustment code is necessary.
5551
5552 2007-06-15 Vladimir Prus <vladimir@codesourcery.com>
5553
5554 * m68k-tdep.h (enum m68k_flavour): New.
5555 (struct gdbarch_tdep): New fields
5556 float_return, flavour and fpregs_present.
5557 * m68k-tdep.c (m68k_register_type): Use
5558 fpregs_present and conditionalize floating
5559 registers type on flavour.
5560 (m68k_register_names): New.
5561 (m68k_register_name): Use the above.
5562 (m68k_convert_register_p): Consult fpregs_present.
5563 (m68k_register_to_value, m68k_value_to_register):
5564 Use register_type to obtain the type of floating
5565 point registers.
5566 (m68k_svr4_extract_return_value): Check tdep->float_return.
5567 Use register_type to get the type of floating
5568 point regiters.
5569 (m68k_svr4_store_return_value): Likewise.
5570 (m68k_dwarf_reg_to_regnum): Check tdep->fpregs_present.
5571 (m68k_analyze_register_saves): Likewise.
5572 (m68k_gdbarch_init): Extract infromation
5573 from XML description, if present. Guess coldfire by
5574 looking at the file, if present. Conditionalize
5575 setting of long double format. Set decr_pc_after_break
5576 to 2 on coldfire and fido. Enable XML-driven
5577 register description.
5578 * m68kbsd-tdep.c (m68kbsd_fpreg_offset): Use
5579 size of tdep->fpreg_type, as opposed to hardcoded value.
5580 * Makefile.in (m68k-tdep.o): Update dependencies.
5581
5582 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
5583
5584 * NEWS: Mention "info spu" commands and qXfer:spu:read and
5585 qXfer:spu:write remote packet types.
5586
5587 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5588
5589 * xml-tdesc.c (tdesc_start_target): New.
5590 (target_attributes): New.
5591 (tdesc_elements): Use it.
5592 * features/gdb-target.dtd: Add #FIXED version attribute for
5593 <target>.
5594
5595 2007-06-13 Arthur Huillet <arthur.huillet@free.fr>
5596
5597 * mi/mi-cmd-var.c (mi_cmd_var_assign): Fix typo.
5598
5599 2007-06-13 Claudio Fontana <claudio.fontana@gmail.com>
5600
5601 * fork-child.c (fork_inferior): Update comment.
5602
5603 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5604
5605 * features/Makefile: Generate regformats for mips-linux and
5606 mips64-linux.
5607 * features/sort-regs.xsl: Correct typo.
5608 * regformats/reg-mips.dat, regformats/reg-mips64.dat: Delete.
5609 * regformats/mips-linux.dat, regformats/mips64-linux.dat: New generated
5610 files.
5611
5612 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5613
5614 * config/mips/linux.mh (TDEP_XML): New.
5615 * features/mips-linux.xml, features/mips64-linux.xml: New files.
5616 * mips-linux-nat.c (mips_linux_register_addr): Handle
5617 MIPS_RESTART_REGNUM.
5618 (mips64_linux_register_addr): Likewise.
5619 (super_xfer_partial, mips_linux_xfer_partial): New.
5620 (_initialize_mips_linux_nat): Add them to the target_ops.
5621 * mips-linux-tdep.c (mips_supply_gregset): Handle MIPS_RESTART_REGNUM.
5622 (mips_fill_gregset, mips64_supply_gregset, mips64_fill_gregset)
5623 (mips_linux_o32_sigframe_init)
5624 (mips_linux_n32n64_sigframe_init): Likewise.
5625 (mips_linux_write_pc, mips_linux_restart_reg_p): New.
5626 (mips_linux_init_abi): Use mips_linux_write_pc. Check for the
5627 "org.gnu.gdb.mips.linux" feature.
5628 * mips-linux-tdep.h (MIPS_RESTART_REGNUM): New constant.
5629 (mips_linux_restart_reg_p): New prototype.
5630 * mips-tdep.c (mips_gdbarch_init): Pass tdesc_data to the OS/ABI
5631 initialization routine.
5632 * Makefile.in (mips-linux-tdep.o, mips-linux-nat.o): Update.
5633
5634 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5635
5636 * Makefile.in (mips-tdep.o): Update.
5637 * mips-tdep.c (struct register_alias, mips_o32_aliases)
5638 (mips_n32_n64_aliases, mips_register_aliases): New.
5639 (mips_register_name): Call tdesc_register_name.
5640 (mips_tdesc_register_reggroup_p): New.
5641 (mips_pseudo_register_type, value_of_mips_user_reg): New.
5642 (mips_gdbarch_init): Add target-described register support.
5643 Register aliases for register names.
5644 * target-descriptions.c (tdesc_register_name): Make global.
5645 (tdesc_register_in_reggroup_p): New function, broken out from
5646 tdesc_register_reggroup_p.
5647 (tdesc_register_reggroup_p): Use it.
5648 * target-descriptions.h (tdesc_register_name)
5649 (tdesc_register_in_reggroup_p): New prototypes.
5650 * NEWS: Correct formatting. Mention MIPS register support.
5651 * features/mips-cp0.xml, features/mips-fpu.xml,
5652 features/mips64-cp0.xml, gdb/features/mips64-fpu.xml, mips-cpu.xml,
5653 features/mips64-cpu.xml: New files.
5654
5655 2007-06-13 Markus Deuling <deuling@de.ibm.com>
5656
5657 * gdbarch.sh (TARGET_ADDR_BIT): Replace by gdbarch_addr_bit.
5658 * valops.c (value_cast): Likewise.
5659 * utils.c (strlen_paddr, paddr, paddr_nz, paddress): Likewise.
5660 * ui-out.c (ui_out_field_core_addr): Likewise.
5661 * tracepoint.c (tracepoints_info): Likewise.
5662 * symtab.c (print_msymbol_info): Likewise.
5663 * solib-irix.c (irix_current_sos)
5664 (irix_open_symbol_file_object): Likewise.
5665 * remote.c (build_remote_gdbarch_data): Likewise.
5666 * prologue-value.c (make_pv_area): Likewise.
5667 * procfs.c (info_mappings_callback): Likewise.
5668 * printcmd.c (print_scalar_formatted)
5669 (deprecated_print_address_numeric): Likewise.
5670 * memattr.c (mem_info_command): Likewise.
5671 * linux-nat.c (linux_nat_info_proc_cmd): Likewise.
5672 * gdbtypes.c (build_flt, gdbtypes_post_init): Likewise.
5673 * exec.c (print_section_info): Likewise.
5674 * dwarf2read.c (read_subrange_type): Likewise.
5675 * dwarf2loc.c (find_location_expression): Likewise.
5676 * dwarf2expr.c (dwarf2_read_address, unsigned_address_type)
5677 (signed_address_type, execute_stack_op): Likewise.
5678 * breakpoint.c (print_one_breakpoint, breakpoint_1): Likewise.
5679 * gdbarch.c, gdbarch.h: Regenerate.
5680
5681 2007-06-13 Markus Deuling <deuling@de.ibm.com>
5682
5683 * gdbarch.sh (TARGET_ARCHITECTURE): Replace by gdbarch_bfd_arch_info.
5684 * arch-utils.c (show_architecture): Likewise.
5685 * remote-mips.c (mips_open): Likewise
5686 * nto-tdep.c (nto_find_and_open_solib)
5687 (nto_init_solib_absolute_prefix): Likewise.
5688 * nto-procfs (procfs_open): Likewise.
5689 * m68hc11-tdep.c (gdb_print_insn_m68hc11): Likewise.
5690 * gcore.c (default_gcore_mach, default_gcore_arch): Likewise.
5691 * gdbarch.c, gdbarch.h: Regenerate.
5692
5693 2007-06-13 Markus Deuling <deuling@de.ibm.com>
5694
5695 * gdbarch.sh (TARGET_BFD_VMA_BIT): Replace by gdbarch_bfd_vma_bit.
5696 * gdbtypes.c (build_flt): Likewise.
5697 * gdbarch.c, gdbarch.h: Regenerate.
5698
5699 2007-06-13 Markus Deuling <deuling@de.ibm.com>
5700
5701 * gdbarch.sh (BREAKPOINT_FROM_PC): Replace by
5702 gdbarch_breakpoint_from_pc.
5703 * s390-tdep.c (s390_gdbarch_init): Likewise (comment).
5704 * remote.c (remote_insert_breakpoint)
5705 (remote_insert_hw_breakpoint): Likewise.
5706 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Likewise.
5707 * mips-tdep.c (mips_breakpoint_from_pc): Likewise (comment).
5708 * breakpoint.h (bp_target_info): Likewise (comment).
5709 * breakpoint.c (read_memory_nobpt): Likewise.
5710 * mem-break.c (default_memory_insert_breakpoint): Likewise.
5711 (symtab.h, breakpoint.h): Remove include. Remove unnecessary comment.
5712 * gdbarch.c, gdbarch.h: Regenerate.
5713
5714 2007-06-13 Markus Deuling <deuling@de.ibm.com>
5715
5716 * gdbarch.sh (TARGET_PTR_BIT): Replace with gdbarch_ptr_bit.
5717 * solib-svr4.c (svr4_truncate_ptr): Likewise.
5718 * solib-pa64.c (read_dynamic_info): Likewise.
5719 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Likewise.
5720 * solib.c (info_sharedlibrary_command): Likewise.
5721 * s390-nat.c (SUBOFF): Likewise.
5722 * p-valprint.c (pascal_val_print): Likewise.
5723 * procfs.c (info_proc_mappings): Likewise.
5724 * printcmd.c (decode_format): Likewise.
5725 * nto-tdep.c (nto_truncate_ptr): Likewise.
5726 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
5727 (mips64_linux_get_longjmp_target): Likewise.
5728 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
5729 * jv-valprint.c (java_value_print): Likewise.
5730 * jv-lang.c (get_java_object_header_size): Likewise.
5731 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Likewise.
5732 * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code)
5733 (hppa_hpux_unwind_adjust_stub): Likewise.
5734 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
5735 * gdbtypes.c (make_pointer_type, make_reference_type)
5736 (smash_to_memberptr_type): Likewise.
5737 * gdbarch.c, gdbarch.h: Regenerate.
5738
5739 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5740
5741 * mips-tdep.c (mips_print_register): Remove unused ALL argument.
5742 (print_gp_register_row): Stop before printing a register bigger
5743 than the ABI register size.
5744 (mips_print_registers_info): Update call to mips_print_register.
5745
5746 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5747
5748 * expression.h (enum exp_opcode): Document a register name for
5749 OP_REGISTER.
5750 * parse.c (write_dollar_variable): Write the register name for
5751 OP_REGISTER.
5752 (operator_length_standard): Expect the register name following
5753 OP_REGISTER.
5754 * ada-lang.c (resolve_subexp): Likewise.
5755 * ax-gdb.c (gen_expr): Likewise.
5756 * eval.c (evaluate_subexp_standard): Likewise.
5757 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
5758 Likewise.
5759 * tracepoint.c (encode_actions): Likewise.
5760
5761 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5762
5763 * utils.c (set_screen_size): Use INT_MAX for default columns.
5764
5765 2007-06-13 Ulrich Weigand <uweigand@de.ibm.com>
5766
5767 * remote.c (remote_protocol_features): Add qXfer:spu:read and
5768 qXfer:spu:write packet types.
5769
5770 2007-06-12 Markus Deuling <deuling@de.ibm.com>
5771
5772 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Remove.
5773 * gdbarch.c, gdbarch.h: Regenerate.
5774
5775 2007-06-12 Markus Deuling <deuling@de.ibm.com>
5776
5777 * gdbarch.sh (STAB_REG_TO_REGNUM): Replace by
5778 gdbarch_stab_reg_to_regnum.
5779 * stabsread.c (define_symbol): Likewise.
5780 * gdbarch.sh (ECOFF_REG_TO_REGNUM): Replace by
5781 gdbarch_ecoff_reg_to_regnum.
5782 * mdebugread.c (parse_symbol): Likewise.
5783 * i386-tdep.c (i386_gdbarch_init): Likewise (comment).
5784 * gdbarch.sh (DWARF_REG_TO_REGNUM): Replace by
5785 gdbarch_dwarf_reg_to_regnum.
5786 * gdbarch.sh (SDB_REG_TO_REGNUM): Replace by gdbarch_sdb_reg_to_regnum.
5787 * coffread.c (process_coff_symbol): Likewise.
5788 * gdbarch.sh (DWARF2_REG_TO_REGNUM): Replace by
5789 gdbarch_dwarf2_reg_to_regnum.
5790 * dwarf2loc.c (dwarf_expr_read_reg,dwarf2_evaluate_loc_desc)
5791 (locexpr_describe_location): Likewise.
5792 * dwarf2-frame.c (read_reg,execute_cfa_program,dwarf2_frame_cache)
5793 (dwarf2_frame_prev_register,dwarf2_signal_frame_this_id): Likewise.
5794 * dwarf2loc.c (DWARF2_REG_TO_REGNUM): Remove macro.
5795 * dwarf2read.c (DWARF2_REG_TO_REGNUM): Remove macro.
5796 * gdbarch.c, gdbarch.h: Regenerate.
5797
5798 2007-06-12 Markus Deuling <deuling@de.ibm.com>
5799
5800 * gdbarch.sh (SMASH_TEXT_ADDRESS): Replace by
5801 gdbarch_smash_text_address.
5802 * somread.c (som_symtab_read): Likewise.
5803 * elfread.c (record_minimal_symbol): Likewise.
5804 * dbxread.c (process_one_symbol): Likewise.
5805 * coffread.c (coff_symtab_read): Likewise.
5806 * gdbarch.c, gdbarch.h: Regenerate.
5807
5808 2007-06-12 Markus Deuling <deuling@de.ibm.com>
5809
5810 * gdbarch.sh (REGISTER_TO_VALUE): Replace by gdbarch_register_to_value.
5811 * findvar.c (value_from_register): Likewise.
5812 * gdbarch.sh (VALUE_TO_REGISTER): Replace by gdbarch_value_to_register.
5813 * valops.c (value_assign): Likewise.
5814 * gdbarch.sh (CONVERT_REGISTER_P): Replace by
5815 gdbarch_convert_register_p.
5816 * findvar.c (value_from_register): Likewise.
5817 * valops.c (value_assign): Likewise.
5818 * gdbarch.c, gdbarch.h: Regenerate.
5819
5820 2007-06-12 Markus Deuling <deuling@de.ibm.com>
5821
5822 * gdbarch.sh (REGISTER_SIM_REGNO): Replace by
5823 gdbarch_register_sim_regno.
5824 * sim-regno.h (sim_regno): Likewise (comment).
5825 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Likewise.
5826 * gdbarch.c, gdbarch.h: Regenerate.
5827
5828 2007-06-12 Markus Deuling <deuling@de.ibm.com>
5829
5830 * gdbarch.sh (TARGET_VIRTUAL_FRAME_POINTER): Replace by
5831 gdbarch_virtual_frame_pointer.
5832 * tracepoint.c (encode_actions): Likewise.
5833 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Likewise.
5834 * ax-gdb.c (gen_frame_args_address, gen_frame_locals_address): Likewise.
5835 * gdbarch.c, gdbarch.h: Regenerate.
5836
5837 2007-06-12 Markus Deuling <deuling@de.ibm.com>
5838
5839 * gdbarch.sh (TARGET_FLOAT_BIT): Replace by gdbarch_float_bit.
5840 * p-lang.c (pascal_create_fundamental_type): Likewise.
5841 * objc-lang.c (objc_create_fundamental_type): Likewise.
5842 * mdebugread.c (_initialize_mdebugread): Likewise.
5843 * m2-lang.c (m2_create_fundamental_type)
5844 (_initialize_m2_language): Likewise.
5845 * gdbtypes.c (build_gdbtypes): Likewise.
5846 * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
5847 * doublest.c (floatformat_from_length): Likewise.
5848 * c-lang.c (c_create_fundamental_type): Likewise.
5849 * ada-lang.c (ada_create_fundamental_type)
5850 (ada_language_arch_info): Likewise.
5851 * gdbarch.sh (TARGET_FLOAT_FORMAT): Replace by gdbarch_float_format.
5852 * value.c (unpack_double): Likewise (comment).
5853 * gdbtypes.c (build_gdbtypes): Likewise.
5854 * doublest.c (floatformat_from_length): Likewise.
5855 * gdbarch.sh (TARGET_DOUBLE_BIT): Replace by gdbarch_double_bit.
5856 * valarith.c (value_binop): Likewise.
5857 * p-lang.c (pascal_create_fundamental_type): Likewise.
5858 * objc-lang.c (objc_create_fundamental_type): Likewise.
5859 * mdebugread.c (_initialize_mdebugread): Likewise.
5860 * m2-lang.c (m2_create_fundamental_type): Likewise.
5861 * gdbtypes.c (build_gdbtypes): Likewise.
5862 * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
5863 * doublest.c (floatformat_from_length): Likewise.
5864 * cris-tdep.c (cris_gdbarch_init): Likewise (comment).
5865 * c-lang.c (c_create_fundamental_type): Likewise.
5866 * ada-lex.l (processReal): Likewise.
5867 * ada-lang.c (ada_create_fundamental_type)
5868 (ada_language_arch_info): Likewise.
5869 * gdbarch.sh (TARGET_DOUBLE_FORMAT): Replace by gdbarch_double_format.
5870 * value.c (unpack_double): Likewise (comment).
5871 * gdbtypes.c (build_gdbtypes): Likewise.
5872 * doublest.c (floatformat_from_length): Likewise.
5873 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Replace by
5874 gdbarch_long_double_bit.
5875 * p-lang.c (pascal_create_fundamental_type): Likewise.
5876 * objc-lang.c (objc_create_fundamental_type): Likewise.
5877 * m2-lang.c (m2_create_fundamental_type): Likewise.
5878 * gdbtypes.c (build_gdbtypes): Likewise.
5879 * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
5880 * doublest.c (floatformat_from_length): Likewise.
5881 * c-lang.c (c_create_fundamental_type): Likewise.
5882 * ada-lex.l (processReal): Likewise.
5883 * ada-lang.c (ada_create_fundamental_type)
5884 (ada_language_arch_info): Likewise.
5885 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Replace by
5886 gdbarch_long_double_format.
5887 * gdbtypes.c (build_gdbtypes): Likewise.
5888 * doublest.c (floatformat_from_length): Likewise.
5889 * gdbarch.c, gdbarch.h: Regenerate.
5890
5891 2007-06-12 Markus Deuling <deuling@de.ibm.com>
5892
5893 * gdbarch.sh (TARGET_SHORT_BIT): Replace by gdbarch_int_bit.
5894 * ada-lang.c (ada_create_fundamental_type)
5895 (ada_language_arch_info): Likewise.
5896 * c-lang.c (c_create_fundamental_type): Likewise.
5897 * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
5898 * gdbtypes.c (build_gdbtypes, gdbtypes_post_init): Likewise.
5899 * m2-lang.c (m2_create_fundamental_type): Likewise.
5900 * objc-lang.c (objc_create_fundamental_type): Likewise.
5901 * p-lang.c (pascal_create_fundamental_type): Likewise.
5902 * gdbarch.sh (TARGET_INT_BIT): Replace by gdbarch_int_bit.
5903 * c-exp.y (parse_number): Likewise.
5904 * objc-exp.y (parse_number): Likewise.
5905 * ada-lex.l (processInt): Likewise.
5906 * f-exp.y (parse_number): Likewise.
5907 * p-exp.y (parse_number): Likewise.
5908 * ada-lang.c (ada_create_fundamental_type, ada_language_arch_info)
5909 (gdbtypes_post_init, build_gdbtypes): Likewise.
5910 * p-lang.c (pascal_create_fundamental_type): Likewise.
5911 * parse.c (build_parse): Likewise.
5912 * xcoffread.c (_initialize_xcoffread): Likewise.
5913 * stabsread.c (define_symbol, read_one_struct_field, read_enum_type)
5914 (read_range_type): Likewise.
5915 * objc-lang.c (objc_create_fundamental_type): Likewise.
5916 * f-lang.c (build_fortran_types, f_create_fundamental_type): Likewise.
5917 * m2-lang.c (m2_create_fundamental_type, _initialize_m2_language)
5918 (m2_create_fundamental_type): Likewise.
5919 * c-lang.c (c_create_fundamental_type): Likewise.
5920 * coffread.c (coff_read_enum_type): Likewise.
5921 * mdebugread.c (parse_symbol, _initialize_mdebugread): Likewise.
5922 * dwarf2read.c (new_symbol): Likewise.
5923 * gdbarch.sh (TARGET_LONG_BIT): Replace by gdbarch_long_bit.
5924 * c-exp.y (parse_number): Likewise.
5925 * objc-exp.y (parse_number): Likewise.
5926 * ada-lex.l (processInt): Likewise.
5927 * f-exp.y (parse_number): Likewise.
5928 * p-exp.y (parse_number): Likewise.
5929 * valarith.c (value_binop): Likewise.
5930 * symfile.c (read_target_long_array, simple_overlay_update_1): Likewise.
5931 * ada-lang.c (ada_create_fundamental_type)
5932 (ada_language_arch_info): Likewise.
5933 * gdbtypes.c (build_gdbtypes, gdbtypes_post_init): Likewise.
5934 * symfile.c (TARGET_LONG_BYTES): Likewise.
5935 * p-lang.c (pascal_create_fundamental_type): Likewise.
5936 * objc-lang.c (objc_create_fundamental_type): Likewise.
5937 * m2-lang.c (m2_create_fundamental_type): Likewise.
5938 * f-lang.c (f_create_fundamental_type): Likewise.
5939 * c-lang.c (c_create_fundamental_type): Likewise.
5940 * coffread.c (decode_base_type): Likewise.
5941 * gdbarch.sh (TARGET_LONG_LONG_BIT): Replace by gdbarch_long_long_bit.
5942 * c-exp.y (parse_number): Likewise.
5943 * objc-exp.y (parse_number): Likewise.
5944 * p-exp.y (parse_number): Likewise.
5945 * ada-lang.c (ada_create_fundamental_type)
5946 (ada_language_arch_info): Likewise.
5947 * gdbtypes.c (gdbtypes_post_init, build_gdbtypes): Likewise.
5948 * stabsread.c (read_range_type): Likewise.
5949 * p-lang.c (pascal_create_fundamental_type): Likewise.
5950 * objc-lang.c (objc_create_fundamental_type): Likewise.
5951 * m2-lang.c (m2_create_fundamental_type): Likewise.
5952 * f-lang.c (f_create_fundamental_type): Likewise.
5953 * c-lang.c (c_create_fundamental_type): Likewise.
5954 * gdbarch.c, gdbarch.h: Regenerate.
5955
5956 2007-06-12 Andreas Schwab <schwab@suse.de>
5957
5958 * frame-unwind.h (frame_dealloc_cache_ftype): Define.
5959 (struct frame_unwind): Add dealloc_cache.
5960 * frame.c (reinit_frame_cache): Call dealloc_cache on all caches.
5961
5962 * libunwind-frame.h (libunwind_frame_dealloc_cache): Declare.
5963 * libunwind-frame.c (libunwind_frame_dealloc_cache): Define.
5964 (libunwind_frame_unwind): Set dealloc_cache.
5965 * ia64-tdep.c (ia64_libunwind_frame_unwind): Set dealloc_cache.
5966
5967 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5968 Markus Deuling <deuling@de.ibm.com>
5969
5970 * remote.c (remote_write_qxfer): New function.
5971 (remote_xfer_partial): Add handling for TARGET_OBJECT_SPU.
5972 (remote_read_qxfer): Do not cache empty objects.
5973 (_initialize_remote): Add PACKET_qXfer_spu_read and
5974 PACKET_qXfer_spu_write.
5975
5976 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5977
5978 * target.h (enum target_object): Add TARGET_OBJECT_SPU.
5979 * spu-linux-nat.c (spu_xfer_partial): Handle TARGET_OBJECT_SPU.
5980
5981 * spu-tdep.h (SPU_NUM_PSEUDO_REGS): Add 5 pseudo registers.
5982 (enum spu_regnum): Add SPU_FPSCR_REGNUM, SPU_SRR0_REGNUM,
5983 SPU_LSLR_REGNUM, SPU_DECR_REGNUM, SPU_DECR_STATUS_REGNUM.
5984 * spu-tdep.c (infospucmdlist): New variable.
5985 (spu_register_name): Handle additional pseudo registers.
5986 (spu_register_type): Likewise.
5987 (spu_pseudo_register_read): Likewise.
5988 (spu_pseudo_register_write): Likewise.
5989 (spu_pseudo_register_read_spu): New function.
5990 (spu_pseudo_register_write_spu): Likewise.
5991 (info_spu_event_command): New function.
5992 (info_spu_signal_command): Likewise.
5993 (info_spu_mailbox_list): Likewise.
5994 (info_spu_mailbox_command): Likewise.
5995 (spu_mfc_get_bitfield): Likewise.
5996 (info_spu_dma_cmdlist): Likewise.
5997 (info_spu_dma_command): Likewise.
5998 (info_spu_proxydma_command): Likewise.
5999 (info_spu_command): Likewise.
6000 (_initialize_spu_tdep): Install "info spu" commands.
6001
6002 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6003
6004 * spu-linux-nat.c (spu_proc_xfer_spu): Do not return failure when
6005 accessing non-seekable spufs files.
6006
6007 2007-06-09 Markus Deuling <deuling@de.ibm.com>
6008
6009 * gdbarch.sh (SKIP_TRAMPOLINE_CODE): Replace by
6010 gdbarch_skip_trampoline_code.
6011 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Likewise (comment).
6012 * objc-lang.c (objc_skip_trampoline)
6013 (objc_submethod_helper_data): Likewise.
6014 * m32c-lang.c (m32c_skip_trampoline_code): Likewise (comment).
6015 * infrun.c (handle_inferior_event): Likewise.
6016 * gnu-v3-abi.c (gnuv3_skip_trampoline): Likewise.
6017 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Replace by
6018 gdbarch_in_solib_return_trampoline.
6019 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Likewise (comment).
6020 * infrun.c (handle_inferior_event): Likewise.
6021 * hppa-tdep.c (hppa_stub_unwind_sniffer): Likewise.
6022 * gdbarch.c, gdbarch.h: Regenerate.
6023
6024 2007-06-09 Markus Deuling <deuling@de.ibm.com>
6025
6026 * gdbarch.sh (SKIP_PROLOGUE): Replace by gdbarch_skip_prologue.
6027 * symtab.c (find_function_start_sal, in_prologue): Likewise.
6028 * linespec.c (minsym_found): Likewise.
6029 * infrun.c (step_into_function): Likewise.
6030 * gdbarch.c, gdbarch.h: Regenerate.
6031
6032 2007-06-09 Markus Deuling <deuling@de.ibm.com>
6033
6034 * gdbarch.sh (NAME_OF_MALLOC): Replace by gdbarch_name_of_malloc.
6035 * valops.c (value_allocate_space_in_inferior): Likewise.
6036 * gdbarch.c, gdbarch.h: Regenerate.
6037
6038 2007-06-09 Markus Deuling <deuling@de.ibm.com>
6039
6040 * gdbarch.sh (MEMORY_INSERT_BREAKPOINT): Replace by
6041 gdbarch_memory_insert_breakpoint.
6042 * mem-break.c (memory_insert_breakpoint): Likewise.
6043 * gdbarch.sh (MEMORY_REMOVE_BREAKPOINT): Replace by
6044 gdbarch_memory_remove_breakpoint.
6045 * mem-break.c (memory_remove_breakpoint): Likewise.
6046 * gdbarch.c, gdbarch.h: Regenerate.
6047
6048 2007-06-09 Markus Deuling <deuling@de.ibm.com>
6049
6050 * gdbarch.sh (FETCH_TLS_LOAD_MODULE_ADDRESS): Replace by
6051 gdbarch_fetch_tls_load_module_address.
6052 * gdbarch.sh (FETCH_TLS_LOAD_MODULE_ADDRESS_P): Replace by
6053 gdbarch_fetch_tls_load_module_address_p.
6054 * gdbarch.c, gdbarch.h: Regenerate.
6055
6056 2007-06-09 Markus Deuling <deuling@de.ibm.com>
6057
6058 * gdbarch.sh (DECR_PC_AFTER_BREAK): Replace by
6059 gdbarch_decr_pc_after_break.
6060 * tracepoint.c (trace_dump_command): Likewise.
6061 * solib-sunos.c (sunos_solib_create_inferior_hook): Likewise.
6062 * linux-thread-db.c (check_event): Likewise.
6063 * linux-nat.c (cancel_breakpoints_callback): Likewise.
6064 * infrun.c (adjust_pc_after_break, normal_stop): Likewise.
6065 * frame.h: Likewise (comment).
6066 * dummy-frame.c (deprecated_pc_in_call_dummy): Likewise.
6067 * aix-thread.c (aix_thread_wait): Likewise.
6068 * gdbarch.c, gdbarch.h: Regenerate.
6069
6070 2007-06-09 Markus Deuling <deuling@de.ibm.com>
6071
6072 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS): Replace by
6073 gdbarch_address_class_type_flags.
6074 * dwarf2read.c (read_tag_pointer_type): Likewise.
6075 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS_P): Replace by
6076 gdbarch_address_class_type_flags_p.
6077 * dwarf2read.c (read_tag_pointer_type): Likewise.
6078 * gdbarch.c, gdbarch.h: Regenerate.
6079
6080 2007-06-09 Markus Deuling <deuling@de.ibm.com>
6081
6082 * gdbarch.sh (ADDR_BITS_REMOVE): Replace by gdbarch_addr_bits_remove.
6083 * value.c (value_as_address): Likewise (comment).
6084 * remote-mips.c (common_breakpoint): Likewise.
6085 * regcache.c (read_pc_pid): Likewise.
6086 * printcmd.c (do_one_display): Likewise.
6087 * monitor.c (monitor_write_memory, monitor_read_memory)
6088 (monitor_insert_breakpoint): Likewise.
6089 * mips-tdep.c (heuristic_proc_start): Likewise.
6090 * infrun.c (insert_step_resume_breakpoint_at_frame)
6091 (insert_step_resume_breakpoint_at_caller): Likewise.
6092 * buildsym.c (record_line): Likewise.
6093 * arm-tdep.c (arm_scan_prologue, thumb_get_next_pc)
6094 (arm_get_next_pc): Likewise.
6095 * armnbsd-nat.c (arm_supply_gregset, fetch_register, store_register)
6096 (store_regs): Likewise.
6097 * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
6098 * arm-linux-nat.c (fetch_register, fetch_regs): Likewise.
6099 * gdbarch.c, gdbarch.h: Regenerate.
6100
6101 2007-06-09 Markus Deuling <deuling@de.ibm.com>
6102
6103 * gdbarch.sh (REGISTER_NAME): Replace by gdbarch_register_name.
6104 * tracepoint.c (scope_info): Likewise.
6105 * target.c (debug_print_register): Likewise.
6106 * stack.c (frame_info): Likewise.
6107 * sh-tdep.c (sh_register_reggroup_p): Likewise.
6108 * sh64-tdep.c (sh64_do_fp_register, sh64_do_register)
6109 (sh64_media_print_registers_info)
6110 (sh64_compact_print_registers_info): Likewise.
6111 * rs6000-tdep.c (rs6000_register_reggroup_p): Likewise.
6112 * remote-sim.c (gdbsim_fetch_register): Likewise.
6113 * remote.c (packet_reg): Likewise (comment).
6114 * reggroups.c (default_register_reggroup_p): Likewise.
6115 * regcache.c (regcache_dump): Likewise.
6116 * printcmd.c (address_info): Likewise.
6117 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
6118 * mt-dep.c (mt_registers_info): Likewise.
6119 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Likewise (comment).
6120 * mips-tdep.c (mips_register_reggroup_p, mips_read_fp_register_single)
6121 (mips_read_fp_register_double, mips_print_fp_register)
6122 (mips_print_register, print_gp_register_row, mips_print_registers_info)
6123 (mips_register_sim_regno): Likewise.
6124 * m68klinux-nat.c (regmap, fetch_register, store_register): Likewise.
6125 * inf-ptrace.c (inf_ptrace_fetch_register)
6126 (inf_ptrace_store_register): Likewise.
6127 * infcmd.c (default_print_registers_info): Likewise.
6128 * ia64-linux-nat.c (ia64_linux_fetch_register)
6129 (ia64_linux_store_register): Likewise.
6130 * i386-linux-nat.c (fetch_register, store_register): Likewise.
6131 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Likewise.
6132 * hppa-linux-nat.c (fetch_register, store_register): Likewise.
6133 * hppa-hpux-nat.c (hppa_hpux_fetch_register)
6134 (hppa_hpux_store_register): Likewise.
6135 * findvar.c (locate_var_value): Likewise.
6136 * dwarf2loc.c (locexpr_describe_location): Likewise.
6137 * dwarf2-frame.c (execute_cfa_program): Likewise.
6138 * arm-tdep.c (arm_push_dummy_call): Likewise.
6139 * arch-utils.c (legacy_register_sim_regno): Likewise.
6140 * alpha-tdep.c (alpha_register_reggroup_p): Likewise.
6141 * alpha-nat.c (fetch_osf_core_registers): Likewise.
6142 * mi/mi-main.c (mi_cmd_data_list_register_names)
6143 (mi_cmd_data_list_changed_registers, mi_cmd_data_list_register_values)
6144 (mi_cmd_data_write_register_values): Likewise.
6145 * gdbarch.c, gdbarch.h: Regenerate.
6146
6147 2007-06-07 Daniel Jacobowitz <dan@codesourcery.com>
6148
6149 * target-memory.c (blocks_to_erase): Correct off-by-one error.
6150
6151 2007-06-06 Vladimir Prus <vladimir@codesourcery.com>
6152
6153 * remote.c (process_g_packet): Don't check size.
6154 * gdbarch.sh: Remove register_bytes_ok.
6155 * gdbarch.c: Regenerated.
6156 * gdbarch.h: Regenerated.
6157 * m68k-tdep.c (REGISTER_BYTES_NOFP): Remove.
6158 (m68k_register_bytes_ok): Remove.
6159 (m68k_gdbarch_init): Don't register m68k_register_bytes_ok.
6160
6161 2007-06-06 Andreas Schwab <schwab@suse.de>
6162
6163 * libunwind-frame.c (unw_destroy_addr_space_p): Define.
6164 (destroy_addr_space_name): Define.
6165 (libunwind_load): Get address of destroy_addr_space function.
6166 (libunwind_frame_cache): Destroy unw_addr_space_t object before
6167 returning unsuccessfully.
6168 (libunwind_frame_sniffer): Destroy unw_addr_space_t object before
6169 returning.
6170 (libunwind_sigtramp_frame_sniffer): Likewise.
6171 (libunwind_get_reg_special): Likewise.
6172
6173 2007-06-06 Markus Deuling <deuling@de.ibm.com>
6174
6175 * gdbarch.sh (FETCH_POINTER_ARGUMENT): Replace by
6176 gdbarch_fetch_pointer_argument.
6177 * objc-lang.c (OBJC_FETCH_POINTER_ARGUMENT): Likewise.
6178 * gdbarch.c, gdbarch.h: Regenerate.
6179
6180 2007-06-06 Markus Deuling <deuling@de.ibm.com>
6181
6182 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Replace by
6183 gdbarch_have_nonsteppable_watchpoint.
6184 * infrun.c (handle_inferior_event, adjust_pc_after_break): Likewise.
6185 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Replace by
6186 gdbarch_cannot_step_breakpoint.
6187 * infrun.c (resume): Likewise.
6188 * gdbarch.c, gdbarch.h: Regenerate.
6189
6190 2007-06-06 Markus Deuling <deuling@de.ibm.com>
6191
6192 * gdbarch.sh (FRAME_ARGS_SKIP): Replace by gdbarch_frame_args_skip.
6193 * stack.c (print_frame_args): Likewise.
6194 * gdbarch.sh (FRAME_NUM_ARGS): Replace by gdbarch_frame_num_args.
6195 * stack.c (print_args_stub, frame_info): Likewise.
6196 * gdbarch.sh (FRAME_NUM_ARGS_P): Replace by gdbarch_frame_num_args_p.
6197 * stack.c (print_args_stub, frame_info): Likewise.
6198 * gdbarch.c, gdbarch.h: Regenerate.
6199
6200 2007-06-06 Markus Deuling <deuling@de.ibm.com>
6201
6202 * gdbarch.sh (COFF_MAKE_MSYMBOL_SPECIAL): Replace by
6203 gdbarch_coff_make_msymbol_special.
6204 * coffread.c (coff_symtab_read): Likewise.
6205 * gdbarch.sh (ELF_MAKE_MSYMBOL_SPECIAL): Replace by
6206 gdbarch_elf_make_msymbol_special.
6207 * elfread.c (elf_symtab_read): Likewise.
6208 * mips-tdep.c (mips_elf_make_msymbol_special): Likewise (comment).
6209 * sh64-tdep.c (MSYMBOL_IS_SPECIAL): Likewise (comment).
6210 * gdbarch.c, gdbarch.h: Regenerate.
6211
6212 2007-06-06 Markus Deuling <deuling@de.ibm.com>
6213
6214 * gdbarch.sh (FRAME_RED_ZONE_SIZE): Replace by
6215 gdbarch_frame_red_zone_size.
6216 * gdbarch.c, gdbarch.h: Regenerate.
6217
6218 2007-06-06 Markus Deuling <deuling@de.ibm.com>
6219
6220 * gdbarch.sh (INNER_THAN): Replace by gdbarch_inner_than.
6221 * infcall.c (call_function_by_hand): Likewise.
6222 * gcore.c (derive_stack_segment): Likewise.
6223 * frame.c (frame_id_inner): Likewise.
6224 * arch-utils.c (core_addr_lessthan): Likewise (comment).
6225 * ada-lang.c (ensure_lval): Likewise.
6226 * gdbarch.c, gdbarch.h: Regenerate.
6227
6228 2007-06-06 Markus Deuling <deuling@de.ibm.com>
6229
6230 * gdbarch.sh (ADDRESS_TO_POINTER): Replace by
6231 gdbarch_address_to_pointer.
6232 * findvar.c (store_typed_address): Likewise.
6233 * gdbtypes.c (make_pointer_type): Likewise (comment).
6234 * procfs.c (procfs_address_to_host_pointer): Likewise.
6235 * std-regs.c (value_of_builtin_frame_reg): Likewise.
6236 (value_of_builtin_frame_fp_reg): Likewise.
6237 (value_of_builtin_frame_pc_reg): Likewise.
6238 * utils.c (paddress): Likewise (comment).
6239 * gdbarch.sh (POINTER_TO_ADDRESS): Replace by
6240 gdbarch_pointer_to_address.
6241 * findvar.c (extract_typed_address): Likewise.
6242 * gdbtypes.c (make_pointer_type): Likewise (comment).
6243 * valops.c (value_cast): Likewise (comment).
6244 * gdbarch.c, gdbarch.h: Regenerate.
6245
6246 2007-06-06 Markus Deuling <deuling@de.ibm.com>
6247
6248 * gdbarch.sh (GET_LONGJMP_TARGET): Replace by gdbarch_get_longjmp_target.
6249 * infrun.c (handle_inferior_event): Likewise.
6250 * gdbarch.sh (GET_LONGJMP_TARGET_P): Replace by
6251 gdbarch_get_longjmp_target_p.
6252 * breakpoint.c (breakpoint_re_set): Likewise.
6253 * infrun.c (handle_inferior_event): Likewise.
6254 * gdbarch.c, gdbarch.h: Regenerate.
6255
6256 2007-06-06 Ulrich Weigand <uweigand@de.ibm.com>
6257
6258 * hppa-hpux-tdep.c (args_for_find_stub, HP_ACC_EH_notify_hook,
6259 HP_ACC_EH_set_hook_value, HP_ACC_EH_notify_callback, HP_ACC_EH_break,
6260 HP_ACC_EH_catch_throw, HP_ACC_EH_catch_catch, __eh_notification,
6261 hp_cxx_exception_support, hp_cxx_exception_support_initialized,
6262 eh_notify_hook_addr, eh_notify_callback_addr, eh_break_addr,
6263 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior,
6264 find_stub_with_shl_get, cover_find_stub_with_shl_get,
6265 initialize_hp_cxx_exception_support, child_enable_exception_callback,
6266 current_ex_event, child_get_current_exception_event): Remove.
6267 (hppa_hpux_inferior_created): Remove.
6268 (hppa_hpux_init_abi): Do not install hppa_hpux_inferior_created.
6269
6270 * breakpoint.h (deprecated_exception_catchpoints_are_fragile): Remove.
6271 (deprecated_exception_support_initialized): Remove.
6272 * breakpoint.c (deprecated_exception_catchpoints_are_fragile): Remove.
6273 (deprecated_exception_support_initialized): Remove.
6274 (breakpoint_init_inferior): Remove handling of non-zero
6275 deprecated_exception_catchpoints_are_fragile.
6276
6277 * symtab.h (deprecated_hp_som_som_object_present): Remove.
6278 * symtab.c (deprecated_hp_som_som_object_present): Remove.
6279 * c-typeprint.c (c_type_print_base): Remove handling of non-zero
6280 deprecated_hp_som_som_object_present.
6281 * eval.c (evaluate_subexp_standard): Likewise.
6282 * valops.c (value_cast): Likewise.
6283
6284 * parse.c (parse_nested_classes_for_hpacc, coloncolon): Remove.
6285 * parser-defs.h (parse_nested_classes_for_hpacc): Remove.
6286 * c-exp.y (yylex): Do not call parse_nested_classes_for_hpacc.
6287
6288 2007-06-06 Ulrich Weigand <uweigand@de.ibm.com>
6289
6290 * objfiles.h (ImportEntry, ExportEntry): Remove types.
6291 (struct objfile): Remove import_list, import_list_size,
6292 export_list, export_list_size members.
6293 (is_in_import_list): Remove prototype.
6294 * objfiles.c (is_in_import_list): Remove.
6295 * somread.c (init_import_symbols, init_export_symbols): Remove.
6296 (som_symfile_read): Do not call init_import_symbols. Do not
6297 set objfile->export_list and objfile->export_list_size.
6298
6299 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
6300
6301 * dwarf2read.c (dwarf2_symbol_mark_computed): Fix formatting.
6302 Use the original objfile if necessary.
6303
6304 2007-06-04 Daniel Jacobowitz <dan@codesourcery.com>
6305
6306 * defs.h (ldirname): New prototype.
6307 * dwarf2read.c (read_file_scope): Use DW_AT_name if DW_AT_comp_dir is
6308 missing.
6309 * utils.c (ldirname): New function.
6310 * xml-tdesc.c (file_read_description_xml): Use ldirname.
6311
6312 2007-06-01 Ulrich Weigand <uweigand@de.ibm.com>
6313
6314 * spu-tdep.c (spu_push_dummy_call): Store stack back chain.
6315
6316 2007-06-01 Joel Brobecker <brobecker@adacore.com>
6317
6318 * solib-svr4.c (svr4_solib_create_inferior_hook): Remove warning.
6319
6320 2007-06-01 Ulrich Weigand <uweigand@de.ibm.com>
6321
6322 * irix5-nat.c (JB_ELEMENT_SIZE, get_longjmp_target): Remove.
6323
6324 2007-06-01 Ulrich Weigand <uweigand@de.ibm.com>
6325
6326 * ppc-linux-tdep.c (INSTR_SC, INSTR_LI_R0_0x6666, INSTR_LI_R0_0x7777,
6327 INSTR_LI_R0_NR_sigreturn, INSTR_LI_R0_NR_rt_sigreturn): Remove.
6328 (PPC_LINUX_SIGNAL_FRAMESIZE, PPC_LINUX_REGS_PTR_OFFSET,
6329 PPC_LINUX_HANDLER_PTR_OFFSET): Remove.
6330 (ppc_linux_in_sigtramp, insn_is_sigreturn,
6331 ppc_linux_at_sigtramp_return_path): Remove.
6332
6333 2007-05-31 Markus Deuling <deuling@de.ibm.com>
6334
6335 * xtensa-tdep.c (XTENSA_IS_ENTRY, extract_call_winsize)
6336 (xtensa_register_write_masked, xtensa_register_read_masked)
6337 (xtensa_extract_return_value, xtensa_store_return_value
6338 (xtensa_push_dummy_call, xtensa_breakpoint_from_pc): Replace
6339 TARGET_BYTE_ORDER by gdbarch_byte_order.
6340 * sh-tdep.c (sh_breakpoint_from_pc, gdb_print_insn_sh)
6341 (sh_justify_value_in_reg, sh_next_flt_argreg, sh_push_dummy_call_fpu)
6342 (sh_extract_return_value_fpu, sh_store_return_value_fpu): Likewise.
6343 * sh64-tdep.c (sh64_breakpoint_from_pc, gdb_print_insn_sh64)
6344 (sh64_push_dummy_call, sh64_extract_return_value)
6345 (sh64_store_return_value, sh64_register_convert_to_virtual)
6346 (sh64_register_convert_to_raw, sh64_pseudo_register_read)
6347 (sh64_pseudo_register_write, sh64_do_fp_register)
6348 (sh64_frame_prev_register): Likewise.
6349 * score-tdep.c (score_print_insn, score_breakpoint_from_pc)
6350 (score_return_value, score_push_dummy_call, score_fetch_inst): Likewise.
6351 * rs6000-tdep.c (rs6000_breakpoint_from_pc, rs6000_push_dummy_call)
6352 (e500_move_ev_register,gdb_print_insn_powerpc): Likewise.
6353 * remote-m32r-sdi.c (m32r_resume, m32r_wait): Likewise.
6354 * ppc-linux-nat.c (store_register): Likewise.
6355 * nto-tdep.c (nto_find_and_open_solib)
6356 (nto_init_solib_absolute_prefix): Likewise.
6357 * mips-tdep.c (mips_pseudo_register_read, mips_pseudo_register_write)
6358 (mips_convert_register_p, mips_eabi_push_dummy_call)
6359 (mips_n32n64_push_dummy_call, mips_n32n64_return_value)
6360 (mips_o32_push_dummy_call, mips_o32_return_value)
6361 (mips_o64_push_dummy_call, mips_o64_return_value, mips_o64_return_value)
6362 (mips_read_fp_register_single, mips_read_fp_register_double)
6363 (mips_print_register, print_gp_register_row, gdb_print_insn_mips)
6364 (mips_breakpoint_from_pc): Likewise.
6365 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Likewise.
6366 * mips-linux-tdep.c (mips64_supply_fpregset, mips64_fill_fpregset)
6367 (mips_linux_o32_sigframe_init): Likewise.
6368 * m32r-tdep.c (m32r_memory_insert_breakpoint)
6369 (m32r_memory_remove_breakpoint, m32r_breakpoint_from_pc): Likewise.
6370 * libunwind-frame.c (libunwind_frame_cache, libunwind_frame_sniffer)
6371 (libunwind_sigtramp_frame_sniffer, libunwind_get_reg_special): Likewise.
6372 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Likewise.
6373 * coffread.c (process_coff_symbol): Likewise.
6374 * arm-tdep.c (convert_from_extended, convert_to_extended)
6375 (gdb_print_insn_arm): Likewise.
6376
6377 2007-05-31 Markus Deuling <deuling@de.ibm.com>
6378
6379 * gdbarch.sh (NUM_REGS): Replace by gdbarch_num_regs.
6380 * i386-tdep.c (i386_dbx_reg_to_regnum)
6381 (i386_svr4_reg_to_regnum): Likewise.
6382 * inf-ptrace.c (inf_ptrace_fetch_registers)
6383 (inf_ptrace_store_registers): Likewise.
6384 * corelow.c (get_core_registers): Likewise.
6385 * i386-linux-nat.c (supply_gregset, fill_gregset)
6386 (i386_linux_fetch_inferior_registers)
6387 (i386_linux_store_inferior_registers): Likewise.
6388 * remote.c (init_remote_state,packet_reg_from_regnum)
6389 (packet_reg_from_pnum,process_g_packet,remote_fetch_registers)
6390 (remote_prepare_to_store,store_registers_using_G)
6391 (remote_store_registers,remote_arch_state): Likewise.
6392 * tracepoint.c (encode_actions): Likewise.
6393 * mi/mi-main.c (mi_cmd_data_list_register_names)
6394 (mi_cmd_data_list_changed_registers,mi_cmd_data_list_register_values)
6395 (mi_cmd_data_write_register_values): Likewise.
6396 * tui/tui-regs.c (tui_show_register_group)
6397 (tui_show_register_group): Likewise.
6398 * xtensa-tdep.h (FP_ALIAS): Likewise.
6399 * xtensa-tdep.c (xtensa_register_name,xtensa_register_type)
6400 (xtensa_reg_to_regnum,xtensa_pseudo_register_read)
6401 (xtensa_pseudo_register_write,xtensa_register_reggroup_p): Likewise.
6402 * win32-nat.c (do_win32_fetch_inferior_registers)
6403 (do_win32_store_inferior_registers,fetch_elf_core_registers
6404 * user-regs.h: Likewise (comment).
6405 * user-regs.c (user_reg, user_reg_map_name_to_regnum): Likewise.
6406 * trad-frame.c (trad_frame_alloc_saved_regs): Likewise.
6407 * target-descriptions.h: Likewise (comment).
6408 * target-descriptions.c (tdesc_use_registers): Likewise (comment).
6409 * target.c (debug_print_register): Likewise.
6410 * stack.c (frame_info): Likewise.
6411 * stabsread.c (define_symbol): Likewise.
6412 * sh64-tdep.c (sh64_do_pseudo_register,sh64_print_register)
6413 (sh64_media_print_registers_info)
6414 (sh64_compact_print_registers_info): Likewise.
6415 * rs6000-tdep.c (rs6000_register_sim_regno): Likewise.
6416 * rs6000-nat.c (fetch_register,store_register): Likewise.
6417 * remote-sim.c (one2one_register_sim_regno,gdbsim_fetch_register)
6418 (gdbsim_fetch_register,gdbsim_store_register): Likewise.
6419 * remote-mips.c (mips_fetch_registers,mips_store_registers): Likewise.
6420 * remote-m32r-sdi.c (m32r_fetch_registers)
6421 (m32r_store_registers): Likewise.
6422 * reggroups.c (default_register_reggroup_p): Likewise.
6423 * regcache.c (init_regcache_descr,register_size,regcache,regcache_save)
6424 (regcache_restore,regcache_dump): Likewise.
6425 * monitor.c (monitor_fetch_registers,monitor_store_registers): Likewise.
6426 * mips-tdep.c (mips_xfer_register,mips_register_name)
6427 (mips_register_reggroup_p,mips_pseudo_register_read)
6428 (mips_pseudo_register_write,mips_convert_register_p,mips_register_type)
6429 (mips_unwind_pc,mips_unwind_sp,mips_unwind_dummy_id,set_reg_offset)
6430 (mips16_scan_prologue,mips_insn16_frame_cache,reset_saved_regs)
6431 (mips32_scan_prologue,mips_insn32_frame_cache,read_next_frame_reg)
6432 (mips_n32n64_return_value,mips_o32_return_value,mips_o64_return_value)
6433 (print_gp_register_row,mips_print_registers_info)
6434 (mips_stab_reg_to_regnum,mips_dwarf_dwarf2_ecoff_reg_to_regnum)
6435 (mips_register_sim_regno): Likewise.
6436 * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
6437 (mips_linux_n32n64_sigframe_init): Likewise.
6438 * mips-linux-nat.c (mips_linux_register_addr)
6439 (mips64_linux_register_addr): Likewise.
6440 * findvar.c (value_of_register): Likewise.
6441 * infcmd.c (default_print_registers_info,registers_info)
6442 (print_vector_info,print_float_info): Likewise.
6443 * mips64obsd-tdep.c (mips64obsd_sigframe_init): Likewise.
6444 * inf-child.c (inf_child_fetch_inferior_registers): Likewise.
6445 * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Likewise.
6446 * m68hc11-tdep.c (m68hc11_frame_unwind_cache(: Likewise.
6447 * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
6448 * ia64-linux-nat.c (ia64_register_addr,ia64_cannot_fetch_register)
6449 (ia64_cannot_store_register,ia64_linux_fetch_registers)
6450 (ia64_linux_store_registers): Likewise.
6451 * hpux-thread.c (hpux_thread_fetch_registers)
6452 (hpux_thread_store_registers): Likewise.
6453 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM,E_PSEUDO_EXR_REGNUM)
6454 (h8300_init_frame_cache,h8300_frame_cache,h8300_frame_prev_register)
6455 (h8300_register_type): Likewise.
6456 * dwarf2-frame.c (dwarf2_frame_cache)
6457 (dwarf2_frame_state_alloc_regs): Likewise.
6458 * cris-tdep.c (cris_register_size,cris_cannot_fetch_register)
6459 (cris_cannot_store_register,crisv32_cannot_fetch_register)
6460 (crisv32_cannot_store_register,cris_register_name): Likewise.
6461 * avr-tdep.c (avr_frame_unwind_cache): Likewise.
6462 * arch-utils.c (legacy_register_sim_regno)
6463 (legacy_virtual_frame_pointer): Likewise.
6464 * arm-tdep.c (arm_make_prologue_cache,arm_register_sim_regno):Likewise.
6465 * arm-tdep.h: Likewise (comment).
6466 * frv-tdep.c (frv_register_sim_regno): Likewise.
6467 * m68klinux-nat.c (old_fetch_inferior_registers)
6468 (old_store_inferior_registers): Likewise.
6469 * m32c-tdep.c (m32c_virtual_frame_pointer): Likewise.
6470 * irix5-nat.c (fetch_core_registers): Likewise.
6471 * hppa-tdep.c (hppa_frame_cache): Likewise.
6472 * hppa-linux-nat.c (hppa_linux_register_addr)
6473 (hppa_linux_fetch_inferior_registers)
6474 (hppa_linux_store_inferior_registers): Likewise.
6475 * hppa-hpux-nat.c (hppa_hpux_fetch_inferior_registers)
6476 (hppa_hpux_store_inferior_registers): Likewise.
6477 * amd64-nat.c (amd64_native_gregset_reg_offset)
6478 (amd64_supply_native_gregset,amd64_collect_native_gregset): Likewise.
6479 * dbug-rom.c (dbug_regname): Likewise.
6480 * m68hc11-tdep.c (m68hc11_frame_unwind_cache)
6481 (HARD_PAGE_REGNUM (comment)): Likewise.
6482 * gdbarch.sh (NUM_PSEUDO_REGS): Replace by gdbarch_num_pseudo_regs.
6483 * i386-tdep.c (i386_dbx_reg_to_regnum)
6484 (i386_svr4_reg_to_regnum): Likewise.
6485 * mi/mi-main.c (mi_cmd_data_list_register_names)
6486 (mi_cmd_data_list_changed_registers,mi_cmd_data_list_register_values)
6487 (mi_cmd_data_write_register_values): Likewise.
6488 * gdbarch.c, gdbarch.h: Regenerate.
6489 * tui/tui-regs.c (tui_show_register_group): Likewise.
6490 * xtensa-tdep.h (FP_ALIAS): Likewise.
6491 * user-regs.h: Likewise (comment).
6492 * user-regs.c (user_reg, user_reg_map_name_to_regnum): Likewise.
6493 * trad-frame.c (trad_frame_alloc_saved_regs): Likewise.
6494 * target-descriptions.h: Likewise (comment).
6495 * target.c (debug_print_register): Likewise.
6496 * stack.c (frame_info): Likewise.
6497 * stabsread.c (define_symbol): Likewise.
6498 * sh64-tdep.c (sh64_print_register,sh64_media_print_registers_info)
6499 (sh64_compact_print_registers_info): Likewise.
6500 * rs6000-tdep.c (rs6000_register_sim_regno): Likewise.
6501 * regcache.c (init_regcache_descr,register_size,regcache,regcache_save
6502 (regcache_restore,regcache_dump): Likewise.
6503 * mips-tdep.c (print_gp_register_row,mips_print_registers_info)
6504 (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
6505 (mips_stab_reg_to_regnum): Likewise.
6506 * findvar.c (value_of_register): Likewise.
6507 * infcmd.c (default_print_registers_info,registers_info)
6508 (print_vector_info,print_float_info): Likewise.
6509 * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Likewise.
6510 * h8300-tdep.c (h8300_register_type): Likewise.
6511 * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
6512 * frame.h (SIZEOF_FRAME_SAVED_REGS): Likewise.
6513 * xtensa-tdep.c (xtensa_register_type,xtensa_reg_to_regnum)
6514 (xtensa_pseudo_register_read,xtensa_pseudo_register_write): Likewise.
6515 * parse.c: Remove comment.
6516 * gdbarch.c, gdbarch.h: Regenerate
6517
6518 2007-05-31 Markus Deuling <deuling@de.ibm.com>
6519
6520 * gdbarch.sh (CANNOT_FETCH_REGISTER): Replace by
6521 gdbarch_cannot_fetch_register.
6522 * alpha-nat.c (fetch_osf_core_registers): Likewise.
6523 * hppa-linux-nat.c (fetch_register): Likewise.
6524 * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
6525 * m68klinux-nat.c (fetch_register): Likewise.
6526 * mipsnbsd-tdep.c (mipsnbsd_supply_reg, mipsnbsd_supply_fpreg):
6527 Likewise.
6528 * gdbarch.sh (CANNOT_STORE_REGISTER): Replace by
6529 gdbarch_cannot_store_register.
6530 * hppa-linux-nat.c (store_register): Likewise.
6531 * inf-ptrace.c (inf_ptrace_store_register): Likewise.
6532 * regcache.c (regcache_raw_write): Likewise.
6533 * m68klinux-nat.c (store_register): Likewise.
6534 * mipsnbsd-tdep.c (mipsnbsd_fill_reg, mipsnbsd_fill_fpreg): Likewise.
6535 * gdbarch.c, gdbarch.h: Regenerate.
6536
6537 2007-05-31 Markus Deuling <deuling@de.ibm.com>
6538
6539 * gdbarch.sh (TARGET_OSABI): Replace by gdbarch_osabi.
6540 * gdbarch.c, gdbarch.h: Regenerate.
6541
6542 2007-05-31 Markus Deuling <deuling@de.ibm.com>
6543
6544 * gdbarch.sh (TARGET_CHAR_SIGNED): Replace by gdbarch_char_signed.
6545 * gdbtypes.c (build_gdbtypes, gdbtypes_post_init): Likewise.
6546 * gdbarch.c, gdbarch.h: Regenerate.
6547
6548 2007-05-31 Markus Deuling <deuling@de.ibm.com>
6549
6550 * gdbarch.sh (TARGET_BYTE_ORDER): Replace by gdbarch_byte_order.
6551 * ax-gdb.c (gen_bitfield_ref): Likewise.
6552 * mi/mi-main.c (get_register): Likewise.
6553 * findvar.c (default_value_from_register, extract_signed_integer)
6554 (extract_unsigned_integer, extract_long_unsigned_integer)
6555 (store_signed_integer, store_unsigned_integer): Likewise.
6556 * regcache.c (regcache_dump): Likewise.
6557 * value.c (lookup_internalvar, value_of_internalvar)
6558 (set_internalvar): Likewise.
6559 * defs.h: Likewise.
6560 * valprint.c (print_binary_chars, print_octal_chars)
6561 (print_decimal_chars, print_hex_chars, print_char_chars): Likewise.
6562 * infcmd.c (default_print_registers_info): Likewise.
6563 * arch-utils.c (selected_byte_order, show_endian): Likewise.
6564 * stabsread.c (define_symbol): Likewise.
6565 * doublest.c (floatformat_from_length, floatformat_from_type)
6566 (extract_typed_floating, store_typed_floating): Likewise.
6567 * gdbarch.c, gdbarch.h: Regenerate.
6568
6569 2007-05-31 Markus Deuling <deuling@de.ibm.com>
6570
6571 * gdbarch.sh (CALL_DUMMY_LOCATION): Replace by
6572 gdbarch_call_dummy_location.
6573 * infcall.c (call_function_by_hand): Likewise.
6574 * inferior.h: Change comment.
6575 * arch-utils.c: Change comment.
6576 * gdbarch.c, gdbarch.h: Regenerate.
6577
6578 2007-05-28 Joel Brobecker <brobecker@adacore.com>
6579
6580 * solib-aix5.c: Delete.
6581 * Makefile.in (solib-aix5.o): Delete rule.
6582
6583 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
6584
6585 * breakpoint.h (enum bpstat_what_main_action): Remove
6586 BPSTAT_WHAT_THROUGH_SIGTRAMP.
6587 * infrun.c (process_event_stop_test): Do not check for it.
6588
6589 2007-05-22 Chris Dearman <chris@mips.com>
6590 Maciej W. Rozycki <macro@mips.com>
6591
6592 * ser-unix.c (show_serial_hwflow): New function.
6593 (hardwire_raw): Add hardware flow control support.
6594 (_initialize_ser_hardwire): Add "set/show remoteflow".
6595 * Makefile.in (ser-unix.o): Depend on $(gdbcmd_h).
6596 * NEWS: Document the new command.
6597
6598 2007-05-21 Ulrich Weigand <uweigand@de.ibm.com>
6599
6600 * config/i386/tm-linux.h (sys_quotactl): Do not define.
6601 * configure.ac (sys_quotactl, START_INFERIOR_TRAPS_EXPECTED): Do not
6602 define for i[[3456]]86-*-linux* native configurations.
6603 * config.in, configure: Regenerate.
6604
6605 2007-05-19 Joel Brobecker <brobecker@adacore.com>
6606
6607 * rs6000-nat.c (xcoff_relocate_symtab): Do nothing if debugging
6608 a core file. Add comment in the function description.
6609
6610 2007-05-18 Caroline Tice <ctice@apple.com>
6611
6612 * c-valprint.c (c_value_print): If the initialized field of the
6613 value struct is 0, print out "[uninitialized]" before the value.
6614 * dwarf2expr.c (execute_stack_op): Initialize ctx->initialized field;
6615 allow DW_OP_GNU_uninit as legal op following a DW_OP_reg op or a
6616 DW_OP_regx op; add case for DW_OP_GNU_uninit and update
6617 ctx->initialized appropriately. Verify no location op follows
6618 DW_OP_GNU_uninit.
6619 * dwarf2expr.h (struct dwarf_expr_context): New field, initialized.
6620 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Add call to
6621 set_value_initialized.
6622 * dwarf2read.c (dwarf_stack_op_name): Add case for DW_OP_GNU_uninit.
6623 (decode_locdesc): Add case for DW_OP_GNU_uninit.
6624 * value.c (struct value): New field, initialized.
6625 (allocate_value): Initialize new field.
6626 (set_value_initialized): New function.
6627 (value_initialized): New function.
6628 * value.h (value_initialized): New extern declaration.
6629 (set_value_initialized): Likewise.
6630
6631 2007-05-18 Caroline Tice <ctice@apple.com>
6632
6633 * MAINTAINERS (Write After Approval): Add self.
6634
6635 2007-05-17 Joel Brobecker <brobecker@adacore.com>
6636
6637 * gdbtypes.c (make_reference_type): Preserve the type chain
6638 and set the length of all the variants of the pointer type.
6639
6640 2007-05-17 Joel Brobecker <brobecker@adacore.com>
6641
6642 * gdbtypes.c (make_pointer_type): Preserve the pointer type chain
6643 and set the length of all the variants of the pointer type.
6644
6645 2007-05-17 Maciej W. Rozycki <macro@mips.com>
6646
6647 * mips-tdep.c (mips_n32n64_push_dummy_call): Fix and reformat a
6648 comment.
6649 (mips_o64_push_dummy_call): Reformat a comment.
6650
6651 2007-05-17 Qinwei <qinwei@sunnorth.com.cn>
6652
6653 * score-tdep.c (score_frame_cache->fp, score_analyze_prologue)
6654 (score_prologue_frame_base_address): Return fp to keep gdb print
6655 local variables correctly when debugging information is stabs.
6656
6657 (score_analyze_prologue): For software watchpoint, fetch all the
6658 instructions from range [startaddr, pc] once and identify them locally
6659 to reduce memory access.
6660 (score_malloc_and_get_memblock, score_free_memblock)
6661 (score_adjust_memblock_ptr): New functions.
6662 (score_fetch_inst): Fetch single instruction or mutiple instructions.
6663
6664 (score_target_can_use_watch, score_stopped_by_watch)
6665 (score_target_insert_watchpoint, score_target_remove_watchpoint)
6666 (score_target_insert_hw_breakpoint, score_target_remove_hw_breakpoint):
6667 New functions for remote & local hw-watchpoint and hw-breakpoint.
6668
6669 2007-05-16 Alfred M. Szmidt <ams@gnu.org>
6670
6671 * reply_mig_hack.awk: Check for `auto const mach_msg_type_t'
6672 declarations as well.
6673
6674 2007-05-16 Ulrich Weigand <uweigand@de.ibm.com>
6675
6676 * config/arm/embed.mt (DEPRECATED_TM_FILE): Set to tm-arm.h.
6677 * config/arm/tm-embed.h: Delete file.
6678
6679 * arm-tdep.h (arm_software_single_step): Declare.
6680 * arm-tdep.c (arm_software_single_step): Make global.
6681 (arm_gdbarch_init): Move set_gdbarch_software_single_step call
6682 from here to ...
6683 * arm-linux-tdep.c (arm_linux_init_abi): ... here ...
6684 * armnbsd-tdep.c (arm_netbsd_init_abi_common): ... here ...
6685 * armobsd-tdep.c (armobsd_init_abi): ... here ...
6686 * arm-wince-tdep.c (arm_wince_init_abi): ... and here.
6687
6688 * arm-tdep.c (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT): No longer
6689 allow defines to be overriden by TM file.
6690 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Likewise. Also,
6691 change default to {0xbe,0xbe}.
6692 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint,
6693 arm_obsd_thumb_be_breakpoint): New global variables.
6694 (armobsd_init_abi): Override tdep->thumb_breakpoint and
6695 tdep->thumb_breakpoint_size.
6696 * arm-wince-tdep.c (arm_wince_thumb_le_breakpoint): New variable.
6697 (arm_wince_init_abi): Override tdep->thumb_breakpoint and
6698 tdep->thumb_breakpoint_size.
6699
6700 * arm-tdep.c (arm_gdbarch_init): Add set_gdbarch_skip_trampoline_code.
6701
6702 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6703
6704 * NEWS: Mention removed "set mips stack-arg-size" and "set mips
6705 saved-gpreg-size".
6706
6707 * mips-tdep.c (MIPS32_REGSIZE, MIPS64_REGSIZE): New constants.
6708 (size_auto, size_32, size_64, size_enums, mips_abi_regsize_string)
6709 (mips_stack_argsize_string, mips_stack_argsize): Delete.
6710 (mips_abi_regsize): Simplify.
6711 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
6712 (mips_n32n64_return_value, mips_o32_push_dummy_call)
6713 (mips_o32_return_value, mips_o64_push_dummy_call)
6714 (mips_o64_return_value): Propogate constant register sizes. Use the
6715 ABI register size instead of mips_stack_argsize.
6716 (mips_dump_tdep): Don't print mips_stack_argsize.
6717 (_initialize_mips_tdep): Remove saved-gpreg-size and stack-arg-size
6718 settings.
6719
6720 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6721
6722 * config/mips/linux.mt (DEPRECATED_TM_FILE): Delete.
6723 * config/mips/tm-linux.h: Delete.
6724 * mips-linux-tdep.c (mips_svr4_so_ops): New.
6725 (mips_linux_in_dynsym_resolve_code): Make static. Use
6726 svr4_in_dynsym_resolve_code.
6727 (mips_linux_init_abi): Initialize mips_svr4_so_ops. Call
6728 set_solib_ops.
6729 * solib-svr4.c (svr4_in_dynsym_resolve_code, svr4_so_ops): Make
6730 global.
6731 * solib-svr4.h (svr4_so_ops, svr4_in_dynsym_resolve_code): Declare.
6732 * Makefile.in (mips-linux-tdep.o): Update.
6733 * solib.c (set_solib_ops): New.
6734 (current_target_so_ops): Update comment.
6735 * solib.h (set_solib_ops): New prototype.
6736
6737 2007-05-16 Chris Dearman <chris@mips.com>
6738
6739 * printcmd.c (do_examine): Fix typos in a comment.
6740
6741 2007-05-16 Richard Sandiford <richard@codesourcery.com>
6742
6743 * configure.ac: Allow sysroots to be relocated under $prefix as
6744 well as $exec_prefix.
6745 * configure: Regenerate.
6746
6747 2007-05-14 Ulrich Weigand <uweigand@de.ibm.com>
6748
6749 * hppa-hpux-tdep.c: Do not include <dl.h> or <machine/save_state.h>.
6750 (offsetof): Do not define.
6751 (find_stub_with_shl_get): Use numerical value 3 instead of
6752 symbolic value TYPE_PROCEDURE.
6753
6754 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6755
6756 * gdb_proc_service.h (paddr_t): Delete typedef.
6757 * proc-service.c (ps_addr_to_core_addr, core_addr_to_ps_addr): New.
6758 (ps_xfer_memory): Take a psaddr_t. Use ps_addr_to_core_addr.
6759 (ps_pglobal_lookup): Take a psaddr_t *. Use core_addr_to_ps_addr.
6760 (ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite): Take a psaddr_t.
6761 * sol-thread.c (gdb_ps_addr_t): Use psaddr_t instead of paddr_t.
6762 * Makefile.in (proc-service.o): Update.
6763
6764 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6765
6766 * Makefile.in (mips-tdep.o): Update.
6767 * mips-tdep.c (mips_gdbarch_init): Register the dwarf2 CFI
6768 unwinder.
6769
6770 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6771
6772 * dwarf2-frame.c (dwarf2_frame_prev_register): Use pack_long
6773 instead of store_typed_address.
6774 * value.c (pack_long): New.
6775 (value_from_longest): Use it.
6776 * value.h (pack_long): New prototype.
6777
6778 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6779
6780 * dwarf2-frame.c (read_encoded_value): Correct typo. Use
6781 DW_EH_PE_signed if appropriate.
6782
6783 2007-05-14 Paul Brook <paul@codesourcery.com>
6784 Daniel Jacobowitz <dan@codesourcery.com>
6785
6786 * dwarf2read.c (dwarf2_debug_line_missing_file_complaint): New
6787 function.
6788 (dwarf_decode_lines): Check for line info without a file.
6789
6790 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6791
6792 * linux-thread-db.c (thread_db_pid_to_str): Print thread IDs
6793 as hexadecimal.
6794
6795 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6796
6797 * jv-exp.y (push_fieldnames): Use STRUCTOP_PTR instead of
6798 STRUCTOP_STRUCT.
6799 * jv-lang.c (evaluate_subexp_java): Handle STRUCTOP_PTR instead of
6800 STRUCTOP_STRUCT.
6801 * jv-typeprint.c (java_print_type): Do not crash on NULL varstring.
6802
6803 2007-05-14 Ulrich Weigand <uweigand@de.ibm.com>
6804
6805 * gdbarch.sh (read_sp): Remove.
6806 * gdbarch.c, gdbarch.h: Regenerate.
6807 * frame.c (frame_sp_unwind): Do not call TARGET_READ_SP.
6808
6809 * avr-tdep.c (avr_read_sp): Remove.
6810 (avr_unwind_sp): New function.
6811 (avr_gdbarch_init): Install unwind_sp instead of read_sp callback.
6812 * mips-tdep.c (mips_read_sp): Remove.
6813 (mips_unwind_sp): New function.
6814 (mips_gdbarch_init): Install unwind_sp instead of read_sp callback.
6815 * score-tdep.c (score_read_unsigned_register): Remove.
6816 (score_read_sp): Remove.
6817 (score_unwind_sp): New function.
6818 (score_gdbarch_init): Install unwind_sp instead of read_sp callback.
6819
6820 2007-05-14 Maxim Grigoriev <maxim2405@gmail.com>
6821
6822 * buildsym.c (start_subfile): Handle absolute pathnames
6823 while comparing subfile names.
6824
6825 2007-05-13 Ulrich Weigand <uweigand@de.ibm.com>
6826
6827 * hppa-hpux-tdep.c: Include "regcache.h".
6828 * hppa-linux-tdep.c: Likewise.
6829 * hppa-tdep.c: Include "gdb_stdint.h".
6830 (find_unwind_entry): Cast host pointer to uintptr_t before passing
6831 it to paddr_nz.
6832 * Makefile.in: Update dependencies.
6833
6834 2007-05-13 Ulrich Weigand <uweigand@de.ibm.com>
6835
6836 * blockframe.c: Remove obsolete comments.
6837 * alpha-nat.c (fetch_osf_core_registers): Update comment.
6838 * arm-tdep.h (enum gdb_regnum): Remove obsolete part of comment.
6839 * hppa-tdep.h (enum hppa_regnum): Likewise.
6840 * mips-tdep.h: Likewise.
6841 * m68hc11-tdep.c: Likewise.
6842
6843 2007-05-13 Ulrich Weigand <uweigand@de.ibm.com>
6844
6845 * inferior.h (read_sp): Remove prototype.
6846 * regcache.c (read_sp): Remove.
6847 * gcore.c (derive_stack_segment): Use get_frame_sp instead of read_sp.
6848 * infcall.c (call_function_by_hand): Likewise.
6849 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use regcache instead
6850 of calling read_sp.
6851 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
6852
6853 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6854
6855 * i386-linux-nat.c (i386_linux_resume): Use regcache functions
6856 instead of read_register and read_register_pid.
6857
6858 * ia64-linux-nat.c (enable_watchpoints_in_psr): Use REGCACHE
6859 argument instead of PTID. Use regcache functions instead of
6860 read_register_pid.
6861 (ia64_linux_insert_watchpoint): Update call.
6862 (ia64_linux_stopped_data_address): Use regcache functions
6863 instead of read_register_pid and write_register_pid.
6864
6865 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6866
6867 * libunwind-frame.h (struct regcache): Add forward declaration.
6868 (libunwind_get_reg_special): Add REGCACHE argument.
6869 * libunwind-frame.c (libunwind_get_reg_special): Add REGCACHE
6870 argument. Pass it to unw_init_remote_p.
6871
6872 * ia64-tdep.c (ia64_pseudo_register_read): Pass regcache to
6873 libunwind_get_reg_special.
6874 (ia64_access_reg): Remove "write" case.
6875 (ia64_access_fpreg): Likewise. Read from next_frame passed
6876 as callback argument instead of from current_regcache.
6877 (ia64_access_rse_reg): Remove "write" case. Read from regcache
6878 passed as callback argument instead of from current_regcache.
6879 (ia64_access_rse_fpreg): New function.
6880 (ia64_unw_rse_acce): Use it instead of ia64_access_fpreg.
6881
6882 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6883
6884 * NEWS: Mention SPU overlay support.
6885
6886 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6887
6888 * spu-tdep.c (spu_frame_unwind_cache): Add comment.
6889
6890 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6891
6892 * breakpoint.c (remove_breakpoint): Do not remove software
6893 breakpoints in unmapped overlay sections.
6894
6895 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6896
6897 * spu-tdep.c: Include "observer.h".
6898 (spu_frame_unwind_cache): Unwind PC through overlay return stubs.
6899 (spu_overlay_data): New variable.
6900 (struct spu_overlay_table): New type.
6901 (spu_get_overlay_table, spu_overlay_update_osect, spu_overlay_update,
6902 spu_overlay_new_objfile): New functions.
6903 (spu_gdbarch_init): Install spu_overlay_update.
6904 (_initialize_spu_tdep): Register spu_overlay_new_objfile,
6905 allocate spu_overlay_data objfile data.
6906
6907 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6908
6909 * gdbarch.sh (overlay_update): New gdbarch function.
6910 (struct obj_section): Add forward declaration.
6911 * gdbarch.c, gdbarch.h: Regenerate.
6912
6913 * symfile.c (simple_overlay_update): Make global.
6914 (target_overlay_update): Remove variable.
6915 (overlay_is_mapped): Call gdbarch_overlay_update instead of
6916 target_overlay_update.
6917 (overlay_load_command): Likewise.
6918 * symfile.h (struct obj_section): Add forward declaration.
6919 (simple_overlay_update): Add prototype.
6920
6921 * m32r-tdep.c (m32r_gdbarch_init): Install simple_overlay_update.
6922
6923 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6924
6925 * observer.sh: Add "struct objfile" forward declaration.
6926 * target.h (deprecated_target_new_objfile_hook): Remove.
6927 * symfile.c (deprecated_target_new_objfile_hook): Remove.
6928 (clear_symtab_users): Call observer_notify_new_objfile.
6929 (symbol_file_add_with_addrs_or_offsets): Likewise.
6930 * rs6000-nat.c: Include "observer.h".
6931 (vmap_ldinfo): Call observer_notify_new_objfile.
6932 (xcoff_relocate_core): Likewise.
6933 * remote.c (remote_new_objfile_chain): Remove.
6934 (remote_new_objfile): Do not call remote_new_objfile_chain.
6935 (_initialize_remote): Use observer_attach_new_objfile.
6936 * tui/tui-hooks.c (tui_target_new_objfile_chain): Remove.
6937 (tui_new_objfile_hook): Do not call tui_target_new_objfile_chain.
6938 (_initialize_tui_hooks): Use observer_attach_new_objfile.
6939 * aix-thread.c: Include "observer.h".
6940 (target_new_objfile_chain): Remove.
6941 (new_objfile): Do not call target_new_objfile_chain.
6942 (_initialize_aix_thread): Use observer_attach_new_objfile.
6943 * hpux-thread.c: Include "observer.h"
6944 (target_new_objfile_chain): Remove.
6945 (hpux_thread_new_objfile): Make static. Do not call
6946 target_new_objfile_chain.
6947 (_initialize_hpux_thread): Use observer_attach_new_objfile.
6948 * linux-thread-db.c: Include "observer.h".
6949 (target_new_objfile_chain): Remove.
6950 (thread_db_new_objfile): Do not call target_new_objfile_chain.
6951 (_initialize_thread_db): Use observer_attach_new_objfile.
6952 * sol-thread.c: Include "observer.h".
6953 (target_new_objfile_chain): Remove.
6954 (sol_thread_new_objfile): Make static. Do not call
6955 target_new_objfile_chain.
6956 (_initialize_sol_thread): Use observer_attach_new_objfile.
6957 * Makefile.in (aix-thread.o, hpux-thread.o, linux-thread-db.o,
6958 rs6000-nat.o, sol-thread.o, tui-hooks.o): Add dependency on
6959 $(observer_h).
6960
6961 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6962
6963 * gdbarch.sh (remote_translate_xfer_address): Remove.
6964 * gdbarch.h, gdbarch.c: Regenerate.
6965 * arch-utils.c (generic_remote_translate_xfer_address): Remove.
6966 * arch-utils.h (generic_remote_translate_xfer_address): Remove.
6967 * remote.c (remote_write_bytes_aux, remote_read_bytes): Do not
6968 call gdbarch_remote_translate_xfer_address.
6969 * frv-tdep.c (frv_gdbarch_init): Do not call
6970 set_gdbarch_remote_translate_xfer_address.
6971 * ia64-tdep.c (ia64_remote_translate_xfer_address): Remove.
6972 (ia64_gdbarch_init): Do not install it.
6973
6974 2007-05-11 Bob Wilson <bob.wilson@acm.org>
6975
6976 * NEWS: Mention change in handling the -tui option.
6977
6978 2007-05-11 Daniel Jacobowitz <dan@codesourcery.com>
6979
6980 * linux-thread-db.c (enable_thread_event_reporting): Fix comment
6981 typo.
6982
6983 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6984
6985 * breakpoint.c (single_step_breakpoint_inserted_here_p): New function.
6986 (breakpoint_inserted_here_p): Call it.
6987 (software_breakpoint_inserted_here_p): Likewise.
6988
6989 2007-05-10 Ulrich Weigand <uweigand@de.ibm.com>
6990
6991 * inf-ptrace.c (inf_ptrace_register_u_offset): Adapt parameter list.
6992 (inf_ptrace_fetch_register): Add register_u_offset callback parameters
6993 GDBARCH and STORE_P. Handle callback (CORE_ADDR) -1 return value.
6994 (inf_ptrace_store_register): Likewise.
6995 (inf_ptrace_trad_target): Adapt register_u_offset parameter list.
6996 * inf-ptrace.h (inf_ptrace_trad_target): Likewise.
6997
6998 * vax-nat.c (vax_register_u_offset): Adapt parameter list.
6999
7000 * linux-nat.c (linux_trad_target): Adapt parameter list.
7001 * linux-nat.h (linux_trad_target): Likewise.
7002
7003 * alpha-linux-nat.c (alpha_linux_register_u_offset): Adapt parameters.
7004
7005 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Remove.
7006 (mips_linux_cannot_store_register): Likewise.
7007 (mips_linux_register_addr): Add GDBARCH and STORE_P parameters.
7008 Return (CORE_ADDR) -1 for registers that cannot be fetched or
7009 stored via ptrace. Use GDBARCH instead of current_gdbarch.
7010 (mips64_linux_register_addr): Likewise.
7011 (mips_linux_register_u_offset): Adapt parameter list. Pass
7012 GDBARCH and STORE_P on to mips{64}_linux_register_addr.
7013
7014 * config/mips/linux.mh (NAT_FILE): Set to config/nm-linux.h.
7015 * config/mips/nm-linux.h: Delete file.
7016
7017 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
7018
7019 * remote.c (remote_detach): Error out if remote can't detach.
7020
7021 2007-05-10 Luis Machado <luisgpm@br.ibm.com>
7022
7023 * rs6000-tdep.c: (deal_with_atomic_sequence) Stores branch
7024 instruction's opcode in the "opcode" variable and declares new
7025 variable "closing_insn".
7026
7027 2007-05-10 Chris Dearman <chris@mips.com>
7028 Maciej W. Rozycki <macro@mips.com>
7029
7030 * cli/cli-setshow.c (do_setshow_command): Remove trailing
7031 whitespace when setting a var_filename.
7032
7033 2007-05-09 Bob Wilson <bob.wilson@acm.org>
7034
7035 * main.c (captured_main): Recognize -tui option and print an error
7036 message when the TUI is not configured.
7037
7038 2007-05-09 Andreas Schwab <schwab@suse.de>
7039
7040 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Don't
7041 set removed members.
7042 (mipsnbsd_lp64_fetch_link_map_offsets): Likewise.
7043
7044 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7045
7046 * gdbarch.sh (deprecated_store_struct_return): Remove.
7047 * gdbarch.c, gdbarch.h: Regenerate.
7048 * frv-tdep.c (frv_store_struct_return): Remove.
7049 (frv_gdbarch_init): Do not install it.
7050
7051 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7052
7053 * config/i386/nm-i386sol2.h (USE_PROC_FS): Do not define.
7054 * config/mips/nm-irix5.h (USE_PROC_FS): Do not define.
7055 * config/nm-linux.h (USE_PROC_FS): Do not undefine.
7056
7057 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7058
7059 * spu-linux-nat.c: Include "gdb_stdint.h".
7060 (fetch_ppc_register): Use uint64_t instead of unsigned long long.
7061 (fetch_ppc_memory_1, store_ppc_memory_1): Likewise.
7062 (fetch_ppc_memory, store_ppc_memory): Fix coding style.
7063 (spu_symbol_file_add_from_memory): Use strtoulst instead of sscanf.
7064 (spu_child_wait): Mark up string for translation.
7065
7066 2007-05-08 Paul Gilliam <pgilliam@us.ibm.com>
7067 Luis Machado <luisgpm@br.ibm.com>
7068
7069 * rs6000-tdep.c: (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION,
7070 STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION, BC_MASK,
7071 BC_INSTRUCTION): Define.
7072 (deal_with_atomic_sequence): New function.
7073 (rs6000_software_single_step): Call deal_with_atomic_sequence.
7074 (rs6000_gdbarch_init): Install deal_with_atomic_sequence as
7075 gdbarch_software_single_step routine.
7076
7077 2007-05-07 Ulrich Weigand <uweigand@de.ibm.com>
7078
7079 * spu-linux-nat.c (fetch_ppc_register, fetch_ppc_memory_1,
7080 store_ppc_memory_1, fetch_ppc_memory, store_ppc_memory,
7081 parse_spufs_run, spu_bfd_iovec_pread, spu_bfd_open,
7082 spu_symbol_file_add_from_memory, spu_child_post_startup_inferior,
7083 spu_child_post_attach, spu_fetch_inferior_registers,
7084 spu_store_inferior_registers, spu_xfer_partial): Store PPE-side
7085 memory addresses as ULONGEST, not CORE_ADDR.
7086
7087 2007-05-07 Ulrich Weigand <uweigand@de.ibm.com>
7088
7089 * gdbarch.sh: Add skip_permanent_breakpoint callback.
7090 * gdbarch.h, gdbarch.c: Regenerate.
7091
7092 * infrun.c (SKIP_PERMANENT_BREAKPOINT): Remove default definition.
7093 (resume): Call gdbarch_skip_permanent_breakpoint instead of
7094 SKIP_PERMANENT_BREAKPOINT. Inline default case.
7095
7096 * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): Make static.
7097 Add REGCACHE argument. Use it instead of read/write_register.
7098 (hppa_hpux_init_abi): Install hppa_skip_permanent_breakpoint.
7099
7100 * config/pa/tm-hppah.h: Delete file.
7101 * config/pa/hppa64.mt (DEPRECATED_TM_FILE): Set to tm-hppa.h.
7102 * config/pa/hppahpux.mt (DEPRECATED_TM_FILE): Likewise.
7103
7104 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
7105
7106 * Makefile.in (c-lang.o, gnu-v3-abi.o): Update.
7107 * NEWS: Mention improved C++ thunk support.
7108 * c-lang.c (cplus_language_defn): Mention cplus_skip_trampoline.
7109 * cp-abi.c (cplus_skip_trampoline): New.
7110 * cp-abi.h (cplus_skip_trampoline): New prototype.
7111 (struct cp_abi_ops): Add skip_trampoline member.
7112 * gnu-v3-abi.c (gnuv3_skip_trampoline): New.
7113 (init_gnuv3_ops): Set skip_trampoline.
7114
7115 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
7116
7117 * rs6000-tdep.c (struct frame_extra_info): Delete.
7118
7119 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
7120
7121 * linux-thread-db.c: Update some FIXME comments.
7122 (thread_db_xfer_partial): Delete.
7123 (init_thread_db_ops): Do not set to_xfer_partial.
7124
7125 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7126
7127 * inftarg.c, infptrace.c: Remove files.
7128 * Makefile.in (ALLDEPFILES): Remove inftarg.c and infptrace.c
7129 (inftarg.o, infptrace.o): Remove rules.
7130 * gdbcore.h (register_addr): Remove prototype.
7131 * inferior.h (kill_inferior, store_inferior_registers,
7132 fetch_inferior_registers, attach, detach, ptrace_wait, child_resume,
7133 call_ptrace, pre_fork_inferior): Remove prototypes.
7134 * target.h (child_xfer_memory, child_pid_to_exec_file,
7135 child_core_file_to_sym_file, child_post_attach,
7136 child_post_startup_inferior, child_acknowledge_created_inferior,
7137 child_insert_fork_catchpoint, child_remove_fork_catchpoint,
7138 child_insert_vfork_catchpoint, child_remove_vfork_catchpoint,
7139 child_insert_exec_catchpoint, child_remove_exec_catchpoint,
7140 child_follow_fork, child_reported_exec_events_per_exec_call,
7141 child_has_exited, child_thread_alive): Remove prototypes.
7142
7143 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7144
7145 * sparc-nat.h (sparc_fetch_inferior_registers): Add prototype.
7146 (sparc_store_inferior_registers): Likewise.
7147 * sparc-nat.c (fetch_inferior_registers): Rename to ...
7148 (sparc_fetch_inferior_registers): ... this.
7149 (store_inferior_registers): Rename to ...
7150 (sparc_store_inferior_registers): ... this.
7151 (sparc_target): Update callback names.
7152 * sparc-linux.nat.c (_initialize_sparc_linux_nat): Likewise.
7153 * sparc64-linux.nat.c (_initialize_sparc64_linux_nat): Likewise.
7154
7155 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7156
7157 * linux-nat.c (child_post_attach): Rename to ...
7158 (linux_child_post_attach): ... this. Make static.
7159 (child_follow_fork): Rename to ...
7160 (linux_child_follow_fork): ... this. Make static.
7161 (child_insert_fork_catchpoint): Rename to ...
7162 (linux_child_insert_fork_catchpoint): ... this. Make static.
7163 (child_insert_vfork_catchpoint): Rename to ...
7164 (linux_child_insert_vfork_catchpoint): ... this. Make static.
7165 (child_insert_exec_catchpoint): Rename to ...
7166 (linux_child_insert_exec_catchpoint): ... this. Make static.
7167 (child_pid_to_exec_file): Rename to ...
7168 (linux_child_pid_to_exec_file): ... this. Make static.
7169 Add prototype.
7170 (linux_handle_extended_wait): Update call.
7171 (linux_xfer_partial): Update callback routine names.
7172
7173 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7174
7175 * configure.host (alpha*-*-osf[12]*): Remove support.
7176 * NEWS: Mention removed configurations.
7177
7178 * config/alpha/alpha-osf1.mh: Delete file.
7179 * config/alpha/alpha-osf2.mh: Delete file.
7180 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove inftarg.o
7181 and infptrace.o.
7182 * config/alpha/nm-osf.h: Delete file.
7183 * config/alpha/nm-osf2.h: Delete file.
7184 * config/alpha/nm-osf3.h: Do not include "nm-osf2.h".
7185 (START_INFERIOR_TRAPS_EXPECTED): Copy from nm-osf.h.
7186 (PROCFS_DONT_TRACE_FAULTS): Copy from nm-osf2.h.
7187
7188 * alpha-nat.c (ALPHA_UNIQUE_PTRACE_ADDR): Do not define.
7189 (register_addr, kernel_u_size): Remove.
7190 Do not check for "defined(USE_PROC_FS) || defined(HAVE_GREGSET_T)".
7191
7192 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7193
7194 * regcache.c (regcache_invalidate): New function.
7195 (register_cached): Remove.
7196 (set_register_cached): Remove.
7197 (deprecated_registers_fetched): Remove.
7198 (registers_changed): Use regcache_invalidate instead
7199 of set_register_cached.
7200 (regcache_raw_read): Update comment.
7201
7202 * regcache.h (regcache_invalidate): Add prototype.
7203 (register_cached): Remove.
7204 (set_register_cached): Remove.
7205 (deprecated_registers_fetched): Remove.
7206
7207 * findvar.c (value_of_register): Do not call register_cached.
7208 * frame.c (frame_register): Likewise.
7209 * tui/tui-regs.c (tui_get_register): Likewise.
7210
7211 * remote.c (fetch_register_using_p): Do not call set_register_cached.
7212 (process_g_packet): Likewise.
7213 (remote_fetch_registers): Likewise.
7214 * remote-sim.c (gdbsim_fetch_register): Likewise.
7215 * mt-tdep.c (mt_select_coprocessor): Replace set_register_cached call
7216 by regcache_invalidate.
7217 (mt_pseudo_register_write): Likewise.
7218 * sh-tdep.c (sh_pseudo_register_write): Likewise.
7219
7220 * corelow.c (get_core_registers): Replace deprecated_registers_fetched
7221 call by loop over regcache_raw_supply (..., NULL).
7222
7223 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7224
7225 * target.h (struct target_ops): Add REGCACHE parameter to
7226 to_prepare_to_store.
7227 (target_prepare_to_store): Likewise.
7228 * target.c (debug_to_prepare_to_store): Add REGCACHE parameter.
7229 (update_current_target): Adapt prepare_to_store de_fault rule.
7230
7231 * regcache.c (regcache_raw_write): Pass regcache to
7232 target_prepare_to_store.
7233
7234 * inftarg.c (child_prepare_to_store): Add REGCACHE parameter.
7235 Do not call CHILD_PREPARE_TO_STORE.
7236 * gnu-nat.c (gnu_prepare_to_store): Likewise.
7237 * procfs.c (procfs_prepare_to_store): Likewise.
7238
7239 * inf-child.c (inf_child_prepare_to_store): Add REGCACHE parameter.
7240 * go32-nat.c (go32_prepare_to_store): Likewise.
7241 * monitor.c (monitor_prepare_to_store): Likewise.
7242 * nto-procfs.c (procfs_prepare_to_store): Likewise.
7243 * remote-m32r-sdi.c (m32r_prepare_to_store): Likewise.
7244 * remote-mips.c (mips_prepare_to_store): Likewise.
7245 * remote-sim.c (gdbsim_prepare_to_store): Likewise.
7246 * win32-nat.c (win32_prepare_to_store): Likewise.
7247
7248 * remote.c (remote_prepare_to_store): Add REGCACHE parameter.
7249 Use it instead of current_regcache.
7250
7251 * hpux-thread.c (hpux_thread_prepare_to_store): Add REGCACHE
7252 parameter. Pass it on to next target.
7253 * sol-thread.c (sol_thread_prepare_to_store): Likewise.
7254
7255 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7256
7257 * target.h (struct regcache): Add forward declaration.
7258 (struct target_ops): Add REGCACHE parameter to to_fetch_registers
7259 and to_store_registers target operations.
7260 (target_fetch_registers, target_store_registers): Update.
7261
7262 * regcache.c (regcache_raw_read): Replace register_cached by
7263 regcache_valid_p. Pass regcache to target_fetch_registers.
7264 (regcache_raw_write): Pass regcache to target_store_registers.
7265
7266 * arm-linux-nat.c (store_fpregister, store_fpregs, store_register,
7267 store_regs, store_wmmx_regs): Replace register_cached by
7268 regcache_valid_p.
7269
7270 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd): Pass current_regcache
7271 to target_fetch_registers calls.
7272 * corelow.c (core_open): Likewise.
7273 * linux-nat.c (linux_nat_corefile_thread_callback): Likewise.
7274 * proc-service.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
7275 ps_lsetfpregs): Likewise.
7276 * sol-thread.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
7277 ps_lsetfpregs): Likewise.
7278 * win32-nat.c (win32_resume): Likewise.
7279 * ia64-tdep.c (ia64_store_return_value): Pass current_regcache
7280 to target_store_registers call.
7281 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
7282
7283 * inferior.h (store_inferior_registers): Update prototype.
7284 (fetch_inferior_registers): Likewise.
7285 * gnu-nat.c (gnu_store_registers, gnu_fetch_registers): Likewise.
7286 * mips-linux-nat.c (super_fetch_registers, super_store_registers):
7287 Update function pointer signatures.
7288
7289 * aix-thread.c (aix_thread_fetch_registers): Add REGCACHE parameter,
7290 use it instead of current_regcache, update calls.
7291 (aix_thread_store_registers): Likewise.
7292 * alphabsd-nat.c (alphabsd_fetch_inferior_registers): Likewise.
7293 (alphabsd_store_inferior_registers): Likewise.
7294 * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Likewise.
7295 (amd64bsd_store_inferior_registers): Likewise.
7296 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers): Likewise.
7297 (amd64_linux_store_inferior_registers): Likewise.
7298 * arm-linux-nat.c (fetch_fpregister, fetch_fpregs, store_fpregister,
7299 store_fpregs, fetch_register, fetch_regs, store_register, store_regs,
7300 fetch_wmmx_regs, store_wmmx_regs): Likewise.
7301 (arm_linux_fetch_inferior_registers): Likewise.
7302 (arm_linux_store_inferior_registers): Likewise.
7303 * armnbsd-nat.c (fetch_register, fetch_regs, fetch_fp_register,
7304 fetch_fp_regs, armnbsd_fetch_registers): Likewise.
7305 (store_register, store_regs, store_fp_register, store_fp_regs,
7306 armnbsd_store_registers): Likewise.
7307 * bsd-kvm.c (bsd_kvm_fetch_pcb, bsd_kvm_fetch_registers): Likewise.
7308 * bsd-uthread.c (bsd_uthread_fetch_registers): Likewise.
7309 (bsd_uthread_store_registers): Likewise.
7310 * corelow.c (get_core_registers): Likewise.
7311 * go32-nat.c (fetch_register, go32_fetch_registers, store_register,
7312 go32_store_registers): Likewise.
7313 * hppabsd-nat.c (hppabsd_fetch_registers): Likewise.
7314 (hppabsd_store_registers): Likewise.
7315 * hppa-hpux-nat.c (hppa_hpux_fetch_register): Likewise.
7316 (hppa_hpux_fetch_inferior_registers): Likewise.
7317 (hppa_hpux_store_register): Likewise.
7318 (hppa_hpux_store_inferior_registers): Likewise.
7319 * hppa-linux-nat.c (fetch_register, store_register): Likewise.
7320 (hppa_linux_fetch_inferior_registers): Likewise.
7321 (hppa_linux_store_inferior_registers): Likewise.
7322 * hpux-thread.c (hpux_thread_fetch_registers): Likewise.
7323 (hpux_thread_store_registers): Likewise.
7324 * i386bsd-nat.c (i386bsd_fetch_inferior_registers): Likewise.
7325 (i386bsd_store_inferior_registers): Likewise.
7326 * i386gnu-nat.c (fetch_fpregs, gnu_fetch_registers, store_fpregs,
7327 gnu_store_registers): Likewise.
7328 * i386-linux-nat.c (fetch_register, store_register, fetch_regs,
7329 store_regs, fetch_fpregs, store_fpregs, fetch_fpxregs, store_fpxregs):
7330 Likewise.
7331 (i386_linux_fetch_inferior_registers): Likewise.
7332 (i386_linux_store_inferior_registers): Likewise.
7333 * ia64-linux-nat.c (ia64_linux_fetch_register): Likewise.
7334 (ia64_linux_fetch_registers): Likewise.
7335 (ia64_linux_store_register): Likewise.
7336 (ia64_linux_store_registers): Likewise.
7337 * inf-child.c (inf_child_fetch_inferior_registers): Likewise.
7338 (inf_child_store_inferior_registers): Likewise.
7339 * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
7340 (inf_ptrace_fetch_registers): Likewise.
7341 (inf_ptrace_store_register): Likewise.
7342 (inf_ptrace_store_registers): Likewise.
7343 * infptrace.c (fetch_register, store_register): Likewise.
7344 (fetch_inferior_registers, store_inferior_registers): Likewise.
7345 * m32r-linux-nat.c (fetch_regs, store_regs): Likewise.
7346 (m32r_linux_fetch_inferior_registers): Likewise.
7347 (m32r_linux_store_inferior_registers): Likewise.
7348 * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Likewise.
7349 (m68kbsd_store_inferior_registers): Likewise.
7350 * m68klinux-nat.c (fetch_register, old_fetch_inferior_registers,
7351 store_register, old_store_inferior_registers, fetch_regs, store_regs,
7352 fetch_fpregs, store_fpregs): Likewise.
7353 (m68k_linux_fetch_inferior_registers): Likewise.
7354 (m68k_linux_store_inferior_registers): Likewise.
7355 * m88kbsd-nat.c (m88kbsd_fetch_inferior_registers): Likewise.
7356 (m88kbsd_store_inferior_registers): Likewise.
7357 * mips64obsd-nat.c (mips64obsd_fetch_inferior_registers): Likewise.
7358 (mips64obsd_store_inferior_registers): Likewise.
7359 * mips-linux-nat.c (mips64_linux_regsets_fetch_registers): Likewise.
7360 (mips64_linux_regsets_store_registers): Likewise.
7361 (mips64_linux_fetch_registers): Likewise.
7362 (mips64_linux_store_registers): Likewise.
7363 * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers): Likewise.
7364 (mipsnbsd_store_inferior_registers): Likewise.
7365 * monitor.c (monitor_fetch_register, monitor_store_register): Likewise.
7366 (monitor_fetch_registers, monitor_store_registers): Likewise.
7367 * nto-procfs.c (procfs_fetch_registers): Likewise.
7368 (procfs_store_registers): Likewise.
7369 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register,
7370 fetch_register, supply_vrregset, fetch_altivec_registers,
7371 fetch_ppc_registers, ppc_linux_fetch_inferior_registers): Likewise.
7372 (store_altivec_register, store_spe_register, store_register,
7373 fill_vrregset, store_altivec_registers, store_ppc_registers,
7374 ppc_linux_store_inferior_registers): Likewise.
7375 * ppcnbsd-nat.c (ppcnbsd_fetch_inferior_registers): Likewise.
7376 (ppcnbsd_store_inferior_registers): Likewise.
7377 * ppcobsd-nat.c (ppcobsd_fetch_registers): Likewise.
7378 (ppcobsd_store_registers): Likewise.
7379 * procfs.c (procfs_fetch_registers, procfs_store_registers): Likewise.
7380 * remote.c (fetch_register_using_p, process_g_packet,
7381 fetch_registers_using_g, remote_fetch_registers): Likewise.
7382 (store_register_using_P, store_registers_using_G,
7383 remote_store_registers): Likewise.
7384 * remote-m32r-sdi.c (m32r_fetch_registers, m32r_fetch_register,
7385 m32r_store_register, m32r_store_register): Likewise.
7386 * remote-mips.c (mips_fetch_registers, mips_store_registers): Likewise.
7387 * remote-sim.c (gdbsim_fetch_register): Likewise.
7388 (gdbsim_store_register): Likewise.
7389 * rs6000-nat.c (fetch_register, store_register): Likewise.
7390 (rs6000_fetch_inferior_registers): Likewise.
7391 (rs6000_store_inferior_registers): Likewise.
7392 * s390-nat.c (fetch_regs, store_regs): Likewise.
7393 (fetch_fpregs, store_fpregs): Likewise.
7394 (s390_linux_fetch_inferior_registers): Likewise.
7395 (s390_linux_store_inferior_registers): Likewise.
7396 * shnbsd-nat.c (shnbsd_fetch_inferior_registers): Likewise.
7397 (shnbsd_store_inferior_registers): Likewise.
7398 * sol-thread.c (sol_thread_fetch_registers): Likewise.
7399 (sol_thread_store_registers): Likewise.
7400 * sparc-nat.c (fetch_inferior_registers): Likewise.
7401 (store_inferior_registers): Likewise.
7402 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
7403 (spu_store_inferior_registers): Likewise.
7404 * target.c (debug_print_register): Likewise.
7405 (debug_to_fetch_registers, debug_to_store_registers): Likewise.
7406 * vaxbsd-nat.c (vaxbsd_fetch_inferior_registers): Likewise.
7407 (vaxbsd_store_inferior_registers): Likewise.
7408 * win32-nat.c (do_win32_fetch_inferior_registers): Likewise.
7409 (win32_fetch_inferior_registers): Likewise.
7410 (win32_store_inferior_registers): Likewise.
7411
7412 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7413
7414 * gdbcore.h (struct regcache): Add forward declaration.
7415 (struct core_fns): Add REGCACHE argument to core_read_registers
7416 callback.
7417 * corelow.c (get_core_register_section): Add REGCACHE argument,
7418 use it instead of current_regcache, pass it to core_read_registers
7419 callback.
7420 (get_core_registers): Add current_regcache as parameter to
7421 get_core_register_section calls.
7422
7423 * alpha-nat.c (fetch_osf_core_registers): Add REGCACHE argument,
7424 use it instead of current_regcache.
7425 * armnbsd-nat.c (fetch_core_registers): Likewise.
7426 (fetch_elfcore_registers): Likewise.
7427 * core-regset.c (fetch_core_registers): Likewise.
7428 * cris-tdep.c (fetch_core_registers): Likewise.
7429 * irix5-nat.c (fetch_core_registers): Likewise.
7430 * m68klinux-nat.c (fetch_core_registers): Likewise.
7431 * mips-linux-tdep.c (fetch_core_registers): Likewise.
7432 * win32-nat.c (fetch_elf_core_registers): Likewise.
7433
7434 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7435
7436 * gregset.h (struct regcache): Add forward declaration.
7437 (supply_gregset): Add REGCACHE parameter, make GREGS const.
7438 (supply_fpregset): Add REGCACHE parameter, make FPREGS const.
7439 (supply_fpxregset): Add REGCACHE parameter, make FPXREGS const.
7440 (fill_gregset): Add REGCACHE parameter.
7441 (fill_fpregset): Likewise.
7442 (fill_fpxregset): Likewise.
7443
7444 Update all definitions accordingly:
7445 * alphabsd-nat.c, alpha-linux-nat.c, alpha-nat.c, amd64-linux-nat.c,
7446 arm-linux-nat.c, hppa-linux-nat.c, i386gnu-nat.c, i386-linux-nat.c,
7447 i386-sol2-nat.c, i386v4-nat.c, ia64-linux-nat.c, irix5-nat.c,
7448 m32r-linux-nat.c, m68klinux-nat.c, mips-linux-nat.c, ppc-linux-nat.c,
7449 s390-nat.c, sparc64-linux-nat.c, sparc-linux-nat.c, sparc-sol2-nat.c
7450 (supply_gregset): Add REGCACHE parameter, use it instead of
7451 current_regcache. Make GREGSETP parameter const, adapt casts.
7452 (supply_fpregset): Add REGCACHE parameter, use it instead of
7453 current_regcache. Make FPREGSETP parameter const, adapt casts.
7454 (fill_gregset): Add REGCACHE parameter, use it instead of
7455 current_regcache.
7456 (fill_fpregset): Likewise.
7457
7458 Update all callers to pass in current_regcache as the new argument:
7459 * core-regset.c: Include "regcache.h".
7460 (fetch_core_registers): Update supply_gregset,and supply_fpregset calls.
7461 * procfs.c: Include "regcache.h".
7462 (procfs_fetch_registers): Update supply_gregset, supply_fpregset calls.
7463 (procfs_store_registers): Update fill_gregset, fill_fpregset calls.
7464 (procfs_do_thread_registers): Likewise.
7465 (procfs_make_note_section): Likewise.
7466 * proc-service.c: Include "regcache.h".
7467 (ps_lgetregs): Update fill_gregset call.
7468 (ps_lsetregs): Update supply_gregset call.
7469 (ps_lgetfpregs): Update fill_fpregset call.
7470 (ps_lsetfpregs): Update supply_fpregset call.
7471 * sol-thread.c (sol_thread_fetch_registers): Update supply_gregset,
7472 supply_fpregset calls.
7473 (sol_thread_store_registers): Update fill_gregset, fill_fpregset calls.
7474 (ps_lgetregs): Update fill_gregset call.
7475 (ps_lsetregs): Update supply_gregset call.
7476 (ps_lgetfpregs): Update fill_fpregset call.
7477 (ps_lsetfpregs): Update supply_fpregset call.
7478
7479 * linux-nat.c (linux_nat_do_thread_registers): Update fill_gregset,
7480 fill_fpregset, and fill_fpxregset calls.
7481 * i386-linux-nat.c (fetch_regs): Update supply_gregset call.
7482 (store_regs): Update fill_gregset call.
7483 (fetch_fpregs): Update supply_fpregset call.
7484 (store_fpregs): Update fill_fpregset call.
7485 (fetch_fpxregs): Update supply_fpxregset call.
7486 (store_fpxregs): Update fill_fpxregset call.
7487 * m32r-linux-nat.c (fetch_regs): Update supply_gregset call.
7488 (store_regs): Update fill_gregset call.
7489 * m68klinux-nat.c (fetch_regs): Update supply_gregset call.
7490 (store_regs): Update fill_gregset call.
7491 (fetch_fpregs): Update supply_fpregset call.
7492 (store_fpregs): Update fill_fpregset call.
7493 (fetch_core_registers): Update supply_gregset, supply_fpregset calls.
7494 * s390-nat.c (fetch_regs): Update supply_gregset call.
7495 (store_regs): Update fill_gregset call.
7496 (fetch_fpregs): Update supply_fpregset call.
7497 (store_fpregs): Update fill_fpregset call.
7498
7499 * Makefile.in (core-regset.o, procfs.o, proc-service.o): Update
7500 dependencies.
7501
7502 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7503
7504 * monitor.c (monitor_supply_register): Add REGCACHE parameter, use
7505 it instead of current_regcache.
7506 (parse_register_dump): Add REGCACHE parameter, pass it to
7507 supply_register callback.
7508 (monitor_dump_reg_block): Add REGCACHE parameter, pass it to
7509 parse_register_dump.
7510 (monitor_dump_regs): Add REGCACHE parameter, pass it to
7511 parse_register_dump and dumpregs callback.
7512 (monitor_wait): Pass current_regcache to parse_register_dump and
7513 monitor_dump_regs.
7514 (monitor_fetch_register): Pass current_regcache to
7515 monitor_supply_register.
7516 (monitor_fetch_registers): Pass current_regcache to
7517 monitor_dump_regs.
7518 * monitor.h (struct monitor_ops): Add REGCACHE parameter to
7519 supply_register and dumpregs callbacks.
7520 (monitor_supply_register, monitor_dump_reg_block): Update
7521 prototypes.
7522 * dbug-rom.c (dbug_supply_register): Add REGCACHE parameter. Pass
7523 it to monitor_supply_register.
7524 * dink32-rom.c (dink32_supply_register): Likewise.
7525 * ppcbug-rom.c (ppcbug_supply_register): Likewise.
7526 * m32r-rom.c (m32r_supply_register): Likewise. Also, use REGCACHE
7527 instead of current_regcache.
7528
7529 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7530
7531 * i386-nto-tdep.c (i386nto_supply_gregset, i386nto_supply_fpregset):
7532 Add REGCACHE parameter. Use it instead of current_regcache.
7533 (i386nto_supply_regset): Add REGCACHE parameter, pass it to
7534 i386nto_supply_gregset and i386nto_supply_fpregset.
7535 (i386nto_regset_fill): Add REGCACHE parameter; use it instead
7536 of current_regcache.
7537
7538 * nto-procfs.c (procfs_fetch_registers): Pass current_regcache to
7539 nto_supply_ helper functions.
7540 (procfs_store_registers): Pass current_regcache to nto_regset_fill.
7541
7542 * nto-tdep.c (nto_dummy_supply_regset): Add REGCACHE parameter.
7543
7544 * nto-tdep.h (struct nto_target_ops): Add REGCACHE parameter to
7545 supply_greget, supply_fpregset, supply_altregset, supply_regset,
7546 and regset_fill member function pointers.
7547 (nto_dummy_supply_regset): Adapt prototype.
7548
7549 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7550
7551 * shnbsd-tdep.c (shnbsd_supply_reg): Add REGCACHE parameter, use it
7552 instead of current_regcache. Make REGS const.
7553 (shnbsd_fill_reg): Add REGCACHE parameter; replace current_regcache.
7554 * shnbsd-tdep.h (shnbsd_supply_reg, shnbsd_fill_reg): Update
7555 prototypes.
7556 * shnbsd-nat.c: Include "regcache.h".
7557 (shnbsd_fetch_inferior_registers): Pass current_regcache to
7558 shnbsd_supply_reg.
7559 (shnbsd_store_inferior_registers): Pass current_regcache to
7560 shnbsd_fill_reg.
7561 * Makefile.in (shbsd-nat.o): Update dependencies.
7562
7563 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7564
7565 * mips-linux-tdep.c (supply_32bit_reg): Add REGCACHE parameter. Use it
7566 instead of current_regcache.
7567 (mips_supply_gregset): Likewise. Pass REGCACHE to supply_32bit_reg.
7568 Make GREGSETP const, remove superfluous casts.
7569 (mips_fill_gregset): Add REGCACHE parameter; replace current_regcache.
7570 (mips_supply_fpregset): Likewise. Make FPREGSETP const, remove
7571 superfluous casts.
7572 (mips_fill_fpregset): Add REGCACHE parameter; replace current_regcache.
7573 (supply_64bit_reg): Likewise
7574 (mips64_supply_gregset): Likewise. Pass REGCACHE to supply_64bit_reg.
7575 Make GREGSETP const, adapt casts accordingly.
7576 (mips64_fill_gregset): Add REGCACHE parameter; replace current_regcache.
7577 (mips64_supply_fpregset): Likewise. Make FPREGSET const, adapt
7578 casts accordingly.
7579 (mips64_fill_fpregset): Add REGCACHE parameter; replace current_regcache.
7580 (fetch_core_registers): Pass current_regcache to mips{64}_(supply|fill)_
7581 helper routines.
7582 * mips-linux-tdep.h (mips_supply_gregset, mips_fill_gregset,
7583 mips_supply_fpregset, mips_fill_fpregset, mips64_supply_gregset,
7584 mips64_fill_gregset, mips64_supply_fpregset, mips64_fill_fpregset):
7585 Adapt prototypes.
7586 * mips-linux-nat.c: Include "regcache.h".
7587 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Pass
7588 current_regcache to mips{64}_(supply|fill)_ helper routines.
7589 (mips64_linux_regsets_fetch_registers): Likewise.
7590 (mips64_linux_regsets_store_registers): Likewise.
7591
7592 * mipsnbsd-tdep.c (mipsnbsd_supply_reg, mipsnbsd_supply_fpreg): Add
7593 REGCACHE argument; replace current_regcache. Make REGS const.
7594 (mipsnbds_fill_reg, mipsnbsd_fill_fpreg): Add REGCACHE argument;
7595 replace current_regcache.
7596 * mipsnbsd-tdep.h (ipsnbsd_supply_reg, mipsnbsd_supply_fpreg,
7597 mipsnbds_fill_reg, mipsnbsd_fill_fpreg): Adapt prototypes.
7598 * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers,
7599 mipsnbsd_store_inferior_registers): Pass current_regcache to
7600 mipsnbsd_(supply|fill)_... helper routines.
7601
7602 * Makefile.in (mips-linux-nat.o): Update dependencies.
7603
7604 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7605
7606 * i387-tdep.c (i387_fill_fsave, i387_fill_fxsave): Remove.
7607 * i387-tdep.h (i387_fill_fsave, i387_fill_fxsave): Remove prototypes.
7608 * i368-linux-nat.c (supply_fpregset, supply_fpxregset): Replace
7609 i387_fill_fsave and i387_fill_fxsave calls by inline copies.
7610 * i386-nto-tdep.c (i386nto_regset_fill): Likewise.
7611 * i386gnu-nat.c (store_fpregs): Likewise.
7612 * i386v4-nat.c (fill_fpregset): Likewise.
7613 * go32-nat.c (store_register, go32_store_registers): Likewise.
7614
7615 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7616
7617 * cris-tdep.c (supply_gregset): Rename to ...
7618 (cris_supply_gregset): ... this. Add REGCACHE parameter. Use it
7619 instead of current_regcache.
7620 (fetch_core_registers): Update call. Pass current_regcache.
7621
7622 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7623
7624 * arnmnbsd-nat.c (supply_gregset): Rename to ...
7625 (arm_supply_gregset): ... this. Add REGCACHE parameter.
7626 Use it instead of current_regcache.
7627 (supply_fparegset): Rename to ...
7628 (arm_supply_fparegset): ... this. Add REGCACHE parameter.
7629 Use it instead of current_regcache.
7630 (fetch_regs, fetch_fp_regs): Update calls. Pass current_regcache.
7631 (fetch_core_registers, fetch_elfcore_registers): Likewise.
7632
7633 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7634
7635 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs,
7636 alpha_supply_fp_regs, alpha_fill_fp_regs): Add REGCACHE parameter,
7637 use it instead of current_regcache.
7638 * alpha-tdep.h (struct regcache): Add forward declaration.
7639 (alpha_supply_int_regs, alpha_fill_int_regs, alpha_supply_fp_regs,
7640 alpha_fill_fp_regs): Update prototypes.
7641
7642 * alpha-nat.c: (supply_gregset, fill_gregset, supply_fpregset,
7643 fill_fpregset): Pass current_regcache to alpha_supply/fill_ routines.
7644 * alpha-linux-nat.c: Include "regcache.h".
7645 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Pass
7646 current_regcache to alpha_supply/fill_ routines.
7647
7648 * alphabsd-tdep.c: Include "regcache.h".
7649 (alphabsd_supply_reg, alphabsd_supply_fpreg): Add REGCACHE paramter,
7650 pass it to alpha_supply_ routines. Make REGS const.
7651 (alphabsd_fill_reg, alphabsd_fill_fpreg): Add REGCACHE parameter,
7652 pass it to alpha_fill_ routines.
7653 * alphabsd-tdep.h (struct regcache): Add forward declaration.
7654 (alphabsd_supply_reg, alphabsd_fill_reg, alphabsd_supply_fpreg,
7655 alphabsd_fill_fpreg): Update prototypes.
7656
7657 * alphanbsd-nat.c (supply_gregset, fill_gregset, supply_fpregset,
7658 fill_fpregset, alphabsd_fetch_inferior_registers,
7659 alphabsd_store_inferior_registers): Pass current_regcache to
7660 alphabsd_supply/fill_ routines.
7661
7662 * Makefile.in (alpha-linux-nat.o, alphabsd-tdep.o): Update
7663 dependencies.
7664
7665 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7666
7667 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs,
7668 supply_sprs64, supply_sprs32): Add REGCACHE parameter, use it
7669 instead of current_regcache.
7670 (fetch_regs_user_thread, fetch_regs_kernel_thread): Add
7671 REGCACHE parameter, pass it to supply_ routines.
7672 (aix_thread_fetch_registers): Pass current_regcache to
7673 fetch_regs_user_thread and fetch_regs_kernel_thread.
7674
7675 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs64, fill_sprs32):
7676 Add REGCACHE parameter, use it instead of current_regcache.
7677 Call regcache_valid_p instead of register_cached.
7678 (store_regs_user_thread, store_regs_kernel_thread): Likewise.
7679 Also, pass REGCACHE to fill_ routines.
7680 (aix_thread_store_registers): Pass current_regcache to
7681 store_regs_user_thread and store_regs_kernel_thread.
7682
7683 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7684
7685 * m32r-linux-nat.c (supply_gregset): Do not modify contents
7686 pointed to by GREGSETP.
7687
7688 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7689
7690 * irix5-nat.c (fill_gregset): Use regcache_raw_collect instead
7691 of regcache_raw_read_signed.
7692 (fill_fpregset): Use regcache_raw_collect instead of
7693 regcache_raw_read.
7694
7695 2007-05-03 Kevin Buettner <kevinb@redhat.com>
7696
7697 * mips-tdep.c (mips_eabi_push_dummy_call): When pushing floating
7698 point arguments, test explicitly for use of the EABI32 ABI
7699 instead of inferring this condition from tests on register
7700 sizes.
7701
7702 2007-05-03 Kevin Buettner <kevinb@redhat.com>
7703
7704 * breakpoint.c (set_raw_breakpoint): Adjust breakpoint's address
7705 prior to allocating its location.
7706
7707 2007-05-02 Maciej W. Rozycki <macro@mips.com>
7708
7709 * mips-tdep.c (mips_o32_push_dummy_call): Remove conditions
7710 based on mips_abi_regsize() whose result is known in advance.
7711 (mips_o64_push_dummy_call): Likewise.
7712
7713 2007-04-29 Ulrich Weigand <uweigand@de.ibm.com>
7714
7715 * m68klinux-nat.c: Remove #ifndef USE_PROC_FS check.
7716 * m68k-tdep.c: Remove code within #ifdef USE_PROC_FS.
7717
7718 * mips-linux-nat.c: Include "gregset.h".
7719 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Move
7720 from mips-linux-tdep.c. Change parameter type to gdb_gregset_t.
7721 * mips-linux-tdep.c (supply_gregset, fill_gregset, supply_fpregset,
7722 fill_fpregset): Move to mips-linux-nat.c.
7723
7724 * Makefile.in (m68k-tdep.o, mips-linux-nat.o): Update dependencies.
7725
7726 2007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
7727
7728 * regcache.c (deprecated_read_register_gen): Remove, inline ...
7729 (read_register): ... here.
7730 (deprecated_write_register_gen): Remove, inline ...
7731 (write_register): ... here.
7732 * regcache.h (deprecated_read_register_gen): Remove prototype.
7733 (deprecated_write_register_gen): Likewise.
7734
7735 * remote-sim.c (gdbsim_store_register): Replace call to
7736 deprecated_read_register_gen with regcache_cooked_read.
7737 * target.c (debug_print_register): Replace calls to
7738 deprecated_read_register_gen and read_register with
7739 regcache_cooked_read.
7740
7741 2007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
7742
7743 * hpux-thread.c (hpux_thread_store_registers): Use
7744 regcache_raw_collect, not regcache_raw_read.
7745 * irix5-nat.c (fetch_core_registers): Use regcache_raw_supply,
7746 not regcache_raw_write.
7747
7748 2007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
7749
7750 * gdbarch.sh: Remove deprecated_register_byte.
7751 * gdbarch.c, gdbarch.h: Regenerate.
7752 * arch-utils.h (generic_register_size, generic_register_byte): Remove.
7753 * arch-utils.c (generic_register_size, generic_register_byte): Remove.
7754
7755 * regcache.h (regcache_valid_p): Make REGCACHE parameter const.
7756 * regcache.c (regcache_valid_p): Allow to query cooked registers in
7757 read-only register caches. Make REGCACHE parameter const.
7758 (regcache_dump): Do not check DEPRECATED_REGISTER_BYTE.
7759
7760 * mi/mi-main.c (old_regs): Remove.
7761 (mi_setup_architecture_data, _initialize_mi_main): Remove.
7762 (register_changed_p): Reimplement to compare two register caches.
7763 (mi_cmd_data_list_changed_registers): Update caller.
7764 * mi/mi-main.h (mi_setup_architecture_data): Remove.
7765 * mi/mi-interp.c (mi_interpreter_init): Do not call
7766 mi_setup_architecture_data.
7767
7768 2007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
7769
7770 * alpha-nat.c (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE): Do not define,
7771 inline definition at the places the macros are used.
7772 * alpha-linux-nat.c (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE): Likewise.
7773
7774 2007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
7775
7776 * rs6000-aix-tdep.c: Include "regcache.h", "regset.h", and
7777 "gdb_string.h".
7778 (rs6000_aix32_reg_offsets, rs6000_aix64_reg_offsets): New variables.
7779 (rs6000_aix_supply_regset, rs6000_aix_collect_regset): New functions.
7780 (rs6000_aix32_regset, rs6000_aix64_regset): New variables.
7781 (rs6000_aix_regset_from_core_section): New function.
7782 (rs6000_aix_init_osabi): Register it.
7783 (_initialize_rs6000_aix_tdep): Register GDB_OSABI_AIX osabi and
7784 sniffer for bfd_arch_powerpc as well as bfd_arch_rs6000.
7785 * rs6000-nat.c (CoreRegs): Do not define type.
7786 (fetch_core_registers, rs6000_core_fns): Remove.
7787 (_initialize_core_rs6000): Do not register it. Rename to ...
7788 (_initialize_rs6000_nat): ... this.
7789 * Makefile.in (rs6000-aix-tdep.o): Update dependencies.
7790
7791 2007-04-27 Kevin Buettner <kevinb@redhat.com>
7792
7793 * dwarf2expr.c (unsigned_address_type): Add forward declaration.
7794 (dwarf2_read_address): Sign extend return address as required by
7795 target architecture.
7796
7797 2007-04-27 Kevin Buettner <kevinb@redhat.com>
7798
7799 * solib-frv.c (lm_base): Bail out if the main executable has
7800 not been relocated.
7801
7802 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
7803
7804 * alpha-linux-tdep.c (alpha_linux_supply_fpregset): Correct location
7805 of FPCR register in fpregset.
7806
7807 2007-04-27 Maciej W. Rozycki <macro@mips.com>
7808
7809 * Makefile.in (gdbtk-wrapper.o): Update dependencies.
7810 (gdbtk-varobj.o, gdbtk-cmds.o, gdbtk-stack.o): Likewise.
7811
7812 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
7813
7814 * config/rs6000/nm-rs6000.h (CHILD_SPECIAL_WAITSTATUS): Remove.
7815 * rs6000-nat.c (rs6000_wait): New function.
7816 (_initialize_core_rs6000): Install it as to_wait target method.
7817 * target.c (store_waitstatus): Don't check CHILD_SPECIAL_WAITSTATUS.
7818
7819 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
7820
7821 * config/rs6000/nm-rs6000.h (TARGET_CREATE_INFERIOR_HOOK): Remove.
7822 * fork-child.c (fork_inferior): Don't call TARGET_CREATE_INFERIOR_HOOK.
7823 * rs6000-nat.c (super_create_inferior): New variable.
7824 (rs6000_create_inferior): Make static. Adapt argument list. Call
7825 original version of create_inferior via super_create_inferior.
7826 (_initialize_core_rs6000): Install to_create_inferior target method.
7827
7828 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
7829
7830 * aix-thread.c (aix_thread_xfer_memory): Replace by ...
7831 (aix_thread_xfer_partial): ... this.
7832 (init_aix_thread_ops): Install to_xfer_partial instead
7833 of deprecated_xfer_memory target method.
7834
7835 * config/powerpc/aix.mh (NATDEPFILES): Remove infptrace.o
7836 and inftarg.o, add inf-ptrace.o.
7837 * config/rs6000/nm-rs6000.h (FETCH_INFERIOR_REGISTERS,
7838 CHILD_XFER_MEMORY, KERNEL_U_SIZE, kernel_u_size): Remove.
7839 * rs6000-nat.c: Include "inf-ptrace.h" and "gdb_stdint.h".
7840 (fetch_inferior_registers): Rename to ...
7841 (rs6000_fetch_inferior_registers): ... this. Make static.
7842 (store_inferior_registers): Rename to ...
7843 (rs6000_store_inferior_registers): ... this. Make static.
7844 (read_word, child_xfer_memory): Remove.
7845 (rs6000_xfer_partial): New function.
7846 (kernel_u_size): Remove.
7847 (_initialize_core_rs6000): Add inf_ptrace-based target.
7848 * Makefile.in (rs6000-nat.o): Update dependencies.
7849
7850 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
7851
7852 * inf-ptrace.c: Include "gdb_stdint.h".
7853 (inf_ptrace_xfer_partial): Use "uintptr_t" instead of "long" as
7854 intermediate type when casting CORE_ADDR to PTRACE_TYPE_ARG3.
7855 (inf_ptrace_fetch_register): Add intermediate cast to "uintptr_t"
7856 before casting CORE_ADDR to PTRACE_TYPE_ARG3.
7857 (inf_ptrace_store_register): Likewise.
7858 * Makefile.in (inf-ptrace.o): Update dependencies.
7859
7860 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
7861
7862 * configure.host (rs6000-*-*): Merge with powerpc-*-aix* rules.
7863 * configure.tgt (rs6000-*-*): Likewise.
7864 * config/rs6000/aix4.mh: Delete file.
7865 * config/rs6000/aix4.mt: Delete file.
7866 * config/rs6000/rs6000.mh: Delete file.
7867 * config/rs6000/rs6000.mt: Delete file.
7868
7869 * config/powerpc/nm-aix.h: Delete file.
7870 * config/powerpc/aix.mh (NAT_FILE): Set to config/rs6000/nm-rs6000.h.
7871
7872 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
7873
7874 * aix-thread.c (fill_sprs32): Change argument types to "uint32_t *".
7875 Remove obsolete part of comment.
7876 (store_regs_user_thread): Use uint32_t temporaries when calling
7877 fill_sprs32.
7878 (store_regs_kernel_thread): Likewise. Add assertion to verify
7879 correct size of struct ptsprs members.
7880 (aix_thread_xfer_memory): Fix type of myaddr.
7881 (aix_thread_extra_thread_info): Fix compiler warning.
7882 * rs6000-nat.c (rs6000_ptrace64): Change type of buf to "void *".
7883 (fetch_register, store_register): Adapt callers.
7884
7885 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
7886
7887 * vec.h (vec_free): Rename to vec_free_. Adapt users.
7888
7889 2007-04-25 Ulrich Weigand <uweigand@de.ibm.com>
7890
7891 * alpha-linux-tdep.c: Include "gdb_string.h", "regset.h",
7892 and "regcache.h".
7893 (alpha_linux_supply_gregset, alpha_linux_supply_fpregset): New.
7894 (alpha_linux_gregset, alpha_linux_fpregset): New variables.
7895 (alpha_linux_regset_from_core_section): New function.
7896 (alpha_linux_init_abi): Install it.
7897 * alpha-linux-nat.c: Do not include "gdbcore.h". Include
7898 "alpha-tdep.h", <sys/ptrace.h>, <alpha/ptrace.h>,
7899 <sys/procfs.h>, and "gregset.h".
7900 (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE, ALPHA_UNIQUE_PTRACE_ADDR):
7901 Move from config/alpha/nm-linux.h.
7902 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Copy
7903 from alpha-nat.c.
7904 (alpha_linux_register_u_offset): Inline register_addr from alpha-nat.c.
7905 * alpha-nat.c: Remove #ifdef __linux__ section.
7906 (fetch_elf_core_registers, alpha_elf_core_fns): Remove.
7907 (_initialize_core_alpha): Do not register alpha_elf_core_fns.
7908 (ALPHA_UNIQUE_PTRACE_ADDR, ALPHA_REGSET_UNIQUE): Define unconditionally.
7909 (ALPHA_REGSET_BASE): Move from config/alpha/nm-osf.h.
7910 * config/alpha/alpha-linux.mh (NAT_FILE): Set to config/nm-linux.h.
7911 (NATDEPFILES): Remove alpha-nat.o.
7912 * config/alpha/nm-linux.h: Delete file.
7913 * config/alpha/nm-osf.h (ALPHA_REGSET_BASE): Move to alpha-nat.c.
7914 * Makefile.in (alpha-linux-nat.o): Update dependencies.
7915 (alpha-linux-tdep.o): Likewise.
7916
7917 2007-04-25 Ulrich Weigand <uweigand@de.ibm.com>
7918
7919 * mips-linux-nat.c: No longer include "gdbcore.h".
7920 (mips_linux_register_addr): Move from mips-linux-tdep.c.
7921 (mips64_linux_register_addr): Likewise.
7922 (mips_linux_register_u_offset): Call mips_linux_register_addr or
7923 mips64_linux_register_addr instead of register_addr.
7924 * mips-linux-tdep.c (mips_linux_register_addr,
7925 mips64_linux_register_addr): Move to mips-linux-nat.c.
7926 (register_addr): Remove.
7927 (register_addr_data, init_register_addr_data): Remove.
7928 (_initialize_mips_linux_tdep): Do not initialize register_addr_data.
7929 (set_mips_linux_register_addr): Remove.
7930 (mips_linux_init_abi): Do not call set_mips_linux_register_addr.
7931 * Makefile.in (mips-linux-nat.o): Update dependencies.
7932
7933 2007-04-25 Ulrich Weigand <uweigand@de.ibm.com>
7934
7935 * linux-nat.c (linux_register_u_offset): Remove.
7936 (linux_target_install_ops): New function.
7937 (linux_target): Use it.
7938 (linux_trad_target): New function.
7939 * linux-nat.h (linux_trad_target): Declare.
7940
7941 * alpha-linux-nat.c: Include "gdbcore.h".
7942 (alpha_linux_register_u_offset): New function.
7943 (_initialize_alpha_linux_nat): Use linux_trad_target.
7944
7945 * mips-linux-nat.c: Include "gdbcore.h".
7946 (mips_linux_register_u_offset): New function.
7947 (_initialize_mips_linux_nat): Use linux_trad_target.
7948
7949 * config/arm/linux.mh (NAT_FILE): Set to config/nm-linux.h.
7950 * config/arm/nm-linux.h: Delete file.
7951
7952 * config/i386/nm-linux64.h (FETCH_INFERIOR_REGISTERS): Remove.
7953 * config/i386/nm-linux.h (FETCH_INFERIOR_REGISTERS): Remove.
7954
7955 * config/ia64/linux.mh (NAT_FILE): Set to config/nm-linux.h.
7956 * config/ia64/nm-linux.h: Delete file.
7957
7958 * config/m32r/linux.mh (NAT_FILE): Set to config/nm-linux.h.
7959 * config/m32r/nm-linux.h: Delete file.
7960
7961 * config/m68k/linux.mh (NAT_FILE): Set to config/nm-linux.h.
7962 * config/m68k/nm-linux.h: Delete file.
7963
7964 * config/pa/linux.mh (NAT_FILE): Set to config/nm-linux.h.
7965 * config/pa/nm-linux.h: Delete file.
7966
7967 * config/powerpc/linux.mh (NAT_FILE): Set to config/nm-linux.h.
7968 * config/powerpc/ppc64-linux.mh (NAT_FILE): Likewise.
7969 * config/powerpc/nm-linux.h: Delete file.
7970
7971 * config/s390/s390.mh (NAT_FILE): Set to config/nm-linux.h.
7972 * config/s390/nm-linux.h: Delete file.
7973
7974 * config/sparc/linux.mh (NAT_FILE): Set to config/nm-linux.h.
7975 * config/sparc/linux64.mh (NAT_FILE): Likewise.
7976 * config/sparc/nm-linux.h: Delete file.
7977
7978 * Makefile.in (alpha-linux-nat.o): Update dependencies.
7979 (mips-linux-nat.o): Likewise.
7980
7981 2007-04-25 Ulrich Weigand <uweigand@de.ibm.com>
7982
7983 * core-aout.c: Delete file.
7984 * Makefile.in (ALLDEPFILES): Remove core-aout.c.
7985 (core-aout.o): Delete rule.
7986 * gdbcore.h (kernel_u_addr, KERNEL_U_ADDR): Remove.
7987
7988 * config/alpha/nm-linux.h (U_REGS_OFFSET): Remove.
7989
7990 * arm-linux-nat.c (arm_linux_kernel_u_size): Remove.
7991 * config/arm/nm-linux.h (U_REGS_OFFSET, KERNEL_U_SIZE,
7992 KERNEL_U_ADDR): Remove.
7993
7994 * i386-linux-nat.c (register_u_addr, kernel_u_size): Remove.
7995 (cannot_fetch_register, cannot_store_register): Remove.
7996 (fetch_register): Inline cannot_fetch_register and register_addr.
7997 (store_register): Inline cannot_store_register and register_addr.
7998 * config/i386/linux.mh (NATDEPFILES): Remove core-aout.o.
7999 * config/i386/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR,
8000 REGISTER_U_ADDR, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER):
8001 Remove.
8002
8003 * m68klinux-nat.c (m68k_linux_register_u_addr, kernel_u_size): Remove.
8004 (fetch_register): Inline register_addr.
8005 (store_register): Inline register_addr.
8006 * config/m68k/linux.mh (NATDEPFILES): Remove core-aout.o.
8007 * config/m68k/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR,
8008 U_REGS_OFFSET, REGISTER_U_ADDR): Remove.
8009
8010 * config/mips/nm-irix5.h (REGISTER_U_ADDR): Remove.
8011 * config/mips/nm-linux.h (KERNEL_U_SIZE, U_REGS_OFFSET,
8012 REGISTER_U_ADDR): Remove.
8013
8014 * hppa-linux-nat.c (register_addr): Rename to ...
8015 (hppa_linux_register_addr): ... this. Make static.
8016 (fetch_register, store_register): Adapt callers.
8017 * config/pa/nm-linux.h (U_REGS_OFFSET): Remove.
8018
8019 * ppc-linux-nat.c (kernel_u_size): Remove.
8020 * config/powerpc/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR): Remove.
8021
8022 * vax-nat.c (vax_kernel_u_addr, vax_register_u_addr): Make static.
8023 * config/vax/vax.mh (NATDEPFILES): Remove core-aout.o.
8024 (NAT_FILE): Remove.
8025 * config/vax/nm-vax.h: Delete file.
8026
8027 2007-04-20 Mark Shinwell <shinwell@codesourcery.com>
8028
8029 * MAINTAINERS (Write After Approval): Add myself.
8030
8031 2007-04-20 Mark Shinwell <shinwell@codesourcery.com>
8032
8033 * Makefile.in: Adjust dependencies of m68klinux-tdep.c.
8034 * m68klinux-tdep.c (m68k_uclinux_sigcontext_reg_offset): New.
8035 (m68k_linux_sigcontext_reg_offset): Fix typo.
8036 (target_is_uclinux): New.
8037 (m68k_linux_inferior_created): New.
8038 (m68k_linux_get_sigtramp_info): Check for uClinux or
8039 normal Linux. Use m68k_uclinux_sigcontext_reg_offset for
8040 uClinux.
8041 (_initialize_m68k_linux_tdep): Register
8042 m68k_linux_inferior_created.
8043
8044 2007-04-19 Pedro Alves <pedro_alves@portugalmail.pt>
8045
8046 * win32-nat.c (win32_detach): Remove delete_command call.
8047 Resume inferior with win32_resume instead of win32_continue.
8048
8049 2007-04-19 Jerome Guitton <guitton@adacore.com>
8050
8051 * ser-mingw.c (fd_is_file): New function.
8052 (file_select_thread): New function.
8053 (ser_console_wait_handle): Add special handling for files.
8054
8055 2007-04-18 Denis Pilat <denis.pilat@st.com>
8056
8057 * dwarf2read.c (read_subrange_type): Use DW_ATE_signed default type
8058 when missing from DW_TAG_subrange_type. Remove the handling of null
8059 return from die_type.
8060
8061 2007-04-18 Maciej W. Rozycki <macro@mips.com>
8062
8063 * mips-tdep.c (mips_eabi_push_dummy_call): Revert the last
8064 change to rearrange some brackets.
8065 (mips_n32n64_push_dummy_call): Likewise.
8066 (mips_o32_push_dummy_call): Likewise.
8067 (mips_o64_push_dummy_call): Likewise.
8068
8069 2007-04-18 Denis Pilat <denis.pilat@st.com>
8070
8071 * infcmd.c (post_create_inferior): Start with a call to
8072 target_terminal_ours.
8073
8074 2007-04-17 Maciej W. Rozycki <macro@mips.com>
8075
8076 * mips-tdep.c (mips_eabi_push_dummy_call): Rearrange some
8077 brackets.
8078 (mips_n32n64_push_dummy_call): Likewise. Reformat some
8079 expressions.
8080 (mips_o32_push_dummy_call): Likewise.
8081 (mips_o64_push_dummy_call): Likewise.
8082
8083 2007-04-17 Maciej W. Rozycki <macro@mips.com>
8084
8085 * mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
8086 comment.
8087
8088 2007-04-17 Maciej W. Rozycki <macro@mips.com>
8089
8090 * mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
8091 comment.
8092 (mips_o32_push_dummy_call): Likewise.
8093
8094 2007-04-17 Andreas Schwab <schwab@suse.de>
8095
8096 * symtab.c (skip_prologue_using_sal): Allow the end of the prologue
8097 sal to be bigger than the end of the function.
8098
8099 2007-04-17 Maciej W. Rozycki <macro@mips.com>
8100 Nigel Stephens <nigel@mips.com>
8101
8102 * mips-tdep.c (mips_o32_push_dummy_call): Take account of
8103 argument alignment requirements when calculating stack space
8104 required. When aligning an arg register to eight bytes
8105 boundary, align stack_offset too. Write floating-point
8106 arguments to the appropriate integer register if need go there.
8107 (mips_o64_push_dummy_call): Likewise.
8108
8109 2007-04-14 Ulrich Weigand <uweigand@de.ibm.com>
8110
8111 * gdbarch.sh (software_single_step): Remove "insert_breakpoints_p" and
8112 "sig" arguments, add "regcache" argument.
8113 * gdbarch.c, gdbarch.h: Regenerate.
8114
8115 * infrun.c (resume): Update SOFTWARE_SINGLE_STEP call arguments.
8116 (handle_inferior_event): Call remove_single_step_breakpoints directly
8117 instead of calling SOFTWARE_SINGLE_STEP to remove breakpoints.
8118
8119 * alpha-tdep.c (alpha_software_single_step): Update argument list.
8120 Remove handling of !insert_breakpoints_p case.
8121 * arm-tdep.c (arm_software_single_step): Likewise.
8122 * cris-tdep.c (cris_software_single_step): Likewise.
8123 * mips-tdep.c (mips_software_single_step): Likewise.
8124 * rs6000-tdep.c (rs6000_software_single_step): Likewise.
8125 * sparc-tdep.c (sparc_software_single_step): Likewise.
8126 * spu-tdep.c (spu_software_single_step): Likewise.
8127
8128 * alpha-tdep.h (alpha_software_single_step): Update prototype.
8129 * mips-tdep.h (mips_software_single_step): Likewise.
8130 * rs6000-tdep.h (rs6000_software_single_step): Likewise.
8131 * sparc-tdep.h (sparc_software_single_step): Likewise.
8132
8133 2007-04-14 Ulrich Weigand <uweigand@de.ibm.com>
8134
8135 * alpha-tdep.c (alpha_software_single_step): Do not call write_pc
8136 when removing single-step breakpoints.
8137
8138 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
8139
8140 * varobj.h (varobj_set_frozen): New
8141 (varobj_get_frozen): New.
8142 (varobj_update): New parameter explicit.
8143 * varobj.c (struct varobj): New fields frozen
8144 and not_fetched.
8145 (varobj_set_frozen, varobj_get_frozen): New.
8146 (install_new_value): Don't fetch values for
8147 frozen variable object, or children thereof. Allow
8148 a frozen variable object to have non-fetched value.
8149 (varobj_update): Allow updating child variables.
8150 Don't traverse frozen children.
8151 (new_variable): Initialize the frozen field.
8152 (c_value_of_variable): Return NULL for frozen
8153 variable without any value yet.
8154 * mi/mi-cmd-var.c (varobj_update_one): New parameter
8155 'explicit'.
8156 (mi_cmd_var_create): Output the 'frozen' field,
8157 as soon as testsuite is adjusted to expect that field.
8158 (mi_cmd_var_set_frozen): New.
8159 (mi_cmd_var_update): Pass the 'explicit' parameter to
8160 varobj_update_one.
8161 * mi/mi-cmds.c (mi_cmds): Register '-var-set-frozen'.
8162 * mi/mi-cmds.h (mi_cmd_var_set_frozen): Declare.
8163
8164 2007-04-13 Paul Brook <paul@codesourcery.com>
8165
8166 * target-descriptions.c (tdesc_named_type): Add ieee_single and
8167 ieee_double.
8168 * doc/gdb.texinfo: Document ieee_single and ieee_double target types.
8169
8170 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
8171
8172 * mips-mdebug-tdep.c, mips-mdebug-tdep.h, ocd.c, ocd.h, ppc-bdm.c,
8173 remote-e7000.c, remote-hms.c, remote-utils.c, remote-utils.h,
8174 scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h, scm-valprint.c,
8175 ser-e7kpc.c, sh3-rom.c, stop-gdb.c: Delete.
8176 * Makefile.in: Remove references to deleted files.
8177 * README: Do not mention deleted ROM monitor interfaces.
8178 * defs.h (enum language): Delete language_scm.
8179 * expprint.c (print_subexp_standard): Do not handle OP_EXPRSTRING.
8180 (dump_subexp_body_standard): Likewise.
8181 * parse.c (operator_length_standard): Likewise.
8182 * expression.h (enum exp_opcode): Delete OP_EXPRSTRING.
8183 * remote-mips.c: Do not include remote-utils.h.
8184 * remote-sim.c: Likewise. Use remote_debug instead of sr_get_debug
8185 throughout.
8186 * value.c: Do not include scm-lang.h.
8187 (unpack_long): Delete scm_unpack call.
8188 * config/h8300/h8300.mt, config/mips/embed.mt,
8189 config/powerpc/ppc-eabi.mt, config/powerpc/ppc-sim.mt,
8190 config/sh/embed.mt, config/sh/linux.mt: Remove references to
8191 deleted files.
8192 * NEWS: Mention removed files.
8193
8194 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
8195
8196 * symfile.c (add_psymbol_with_dem_name_to_list): Remove.
8197 * symfile.h (add_psymbol_with_dem_name_to_list): Remove prototype.
8198
8199 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
8200
8201 * NEWS: Mention removal of HP aCC support.
8202
8203 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
8204
8205 * solib-svr4.c (IGNORE_FIRST_LINK_MAP_ENTRY): Do not ignore the
8206 first entry for static executables.
8207 (breakpoint_addr): Delete unused variable.
8208 (elf_locate_base): Search for _r_debug in static executables.
8209 (enable_break): Do not set breakpoint_addr. Scan solib_break_names
8210 also.
8211
8212 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
8213
8214 * breakpoint.c (update_breakpoints_after_exec, print_it_typical)
8215 (bpstat_what, print_one_breakpoint, allocate_bp_location)
8216 (mention): Remove bp_through_sigtramp support.
8217 * breakpoint.h (enum bptype): Remove bp_through_sigtramp.
8218
8219 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
8220
8221 * breakpoint.c (bpstat_what): Give step-resume higher priority than
8222 shlib events.
8223
8224 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
8225
8226 * infrun.c: Doc fixes.
8227 (handle_inferior_event): Clarify debug message.
8228 (insert_step_resume_breakpoint_at_sal): Print a debug message.
8229
8230 2007-04-12 Ulrich Weigand <uweigand@de.ibm.com>
8231
8232 * configure.tgt (arm-*-nto*, sh-*-nto*): Remove.
8233
8234 2007-04-12 Ulrich Weigand <uweigand@de.ibm.com>
8235
8236 * config/m68k/tm-monitor.h: Delete file.
8237 * config/m68k/monitor.mt (DEPRECATED_TM_FILE): Remove.
8238 * m68k-tdep.c (m68k_gdbarch_init): set_gdbarch_decr_pc_after_break
8239 call moved to ...
8240 * m68kbsd-tdep.c (m68kbsd_init_abi): ... here and ...
8241 * m68klinux-tdep.c (m68k_linux_init_abi): ... here.
8242
8243 2007-04-12 Luis Machado <luisgpm@br.ibm.com>
8244
8245 * gdbarch.sh (software_single_step): Change the return type
8246 from void to int and reformatted some comments to <= 80
8247 columns.
8248 * gdbarch.c, gdbarch.h: Regenerated.
8249 * alpha-tdep.c (alpha_software_single_step): Likewise.
8250 * alpha-tdep.h (alpha_software_single_step): Likewise.
8251 * arm-tdep.c (arm_software_single_step): Likewise.
8252 * cris-tdep.c (cris_software_single_step): Likewise.
8253 * mips-tdep.c (mips_software_single_step): Likewise.
8254 * mips-tdep.h (mips_software_single_step): Likewise.
8255 * rs6000-tdep.c (rs6000_software_single_step): Likewise.
8256 * rs6000-tdep.h (rs6000_software_single_step): Likewise.
8257 * sparc-tdep.c (sparc_software_single_step): Likewise.
8258 * sparc-tdep.h (sparc_software_single_step): Likewise.
8259 * spu-tdep.c (spu_software_single_step): Likewise.
8260 * infrun.c (resume): Check the return value from SOFTWARE_SINGLE_STEP
8261 and act accordingly.
8262
8263 2007-04-11 Steve Ellcey <sje@cup.hp.com>
8264
8265 * configure.ac (build_warnings): Add -Wno-char-subscripts.
8266 * configure: Regenerate.
8267 * doc/gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
8268
8269 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8270
8271 * libunwind-frame.c (LIBUNWIND_SO): Use major version number for `.so'.
8272
8273 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8274
8275 * gdbtypes.h (TYPE_FLAG_STUB_SUPPORTED, TYPE_STUB_SUPPORTED): New
8276 macros.
8277 (TYPE_IS_OPAQUE): Empty vs. opaque structures are now
8278 distinct on the TYPE_STUB_SUPPORTED debug targets.
8279 * dwarf2read.c (read_structure_type): Set TYPE_FLAG_STUB_SUPPORTED.
8280
8281 2007-04-11 Joel Brobecker <brobecker@adacore.com>
8282
8283 * sparc-tdep.c (X_RS2): New macro.
8284 (sparc_skip_stack_check): New function.
8285 (sparc_analyze_prologue): Adjust PC past stack probing
8286 sequence if necessary.
8287
8288 2007-04-10 Andreas Schwab <schwab@suse.de>
8289
8290 * rs6000-tdep.c (rs6000_dwarf2_reg_to_regnum): Decode 64 as CR
8291 register.
8292
8293 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
8294
8295 * breakpoint.c (gdb_breakpoint_query): Really return an
8296 enum gdb_rc.
8297 (gdb_breakpoint): Likewise.
8298 * thread.c (gdb_list_thread_ids): Likewise.
8299 (gdb_thread_select): Likewise.
8300 * mi/mi-main.c (mi_cmd_thread_select): Expect an enum gdb_rc.
8301 (mi_cmd_thread_list_ids): Remove bogus initialization.
8302
8303 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
8304
8305 * Makefile.in (SFILES): Remove hpacc-abi.c.
8306 (COMMON_OBS): Remove hpacc-abi.o.
8307 (ALLDEPFILES): Remove hpread.c and $(HPREAD_SOURCE).
8308 (hpacc-abi.o, hpread.o): Delete rules.
8309 * somread.c: Delete extern declarations from hpread.c.
8310 (som_symfile_read): Do not call do_pxdb or hpread_build_psymtabs.
8311 (som_symfile_finish): Do not call hpread_symfile_finish.
8312 (som_symfile_init): Do not call hpread_symfile_init.
8313 * config/pa/hppa64.mt (TDEPFILES): Remove hpread.o.
8314 * config/pa/hppahpux.mt (TDEPFILES): Likewise.
8315 * hpacc-abi.c, hpread.c: Deleted.
8316
8317 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
8318
8319 * solib-svr4.c (enable_break): Simplify return value.
8320 (svr4_solib_create_inferior_hook): Do not warn if enable_break fails.
8321
8322 2007-04-10 Andreas Schwab <schwab@suse.de>
8323
8324 * solib-svr4.h (struct link_map_offsets): Remove l_addr_size,
8325 l_ld_size, l_next_size, l_prev_size, l_name_size.
8326
8327 * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Use extract_typed_address
8328 to extract addresses from link map.
8329 (LM_DYNAMIC_FROM_LINK_MAP): Likewise.
8330 (LM_NEXT): Likewise.
8331 (LM_NAME): Likewise.
8332 (IGNORE_FIRST_LINK_MAP_ENTRY): Likewise.
8333 (elf_locate_base): Likewise.
8334 (open_symbol_file_object): Likewise.
8335 (svr4_fetch_objfile_link_map): Likewise.
8336 (SOLIB_EXTRACT_ADDRESS): Remove unused macro.
8337 (HAS_LM_DYNAMIC_FROM_LINK_MAP): Test l_ld_offset instead of
8338 l_ld_size.
8339 (svr4_ilp32_fetch_link_map_offsets): Don't set removed members.
8340 (svr4_lp64_fetch_link_map_offsets): Likewise.
8341
8342 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Don't set
8343 removed members. Set l_ld_offset to -1 if not present.
8344
8345 2007-04-08 Vladimir Prus <vladimir@codesourcery.com>
8346
8347 Pass stderr of program run with "target remote |"
8348 via gdb_stderr.
8349 * serial.c (serial_open): Set error_fd to -1.
8350 * serial.h (struct serial): New field error_fd.
8351 (struct serial_opts): New field avail.
8352 * ser-pipe.c (pipe_open): Create another pair
8353 of sockets. Pass stderr to gdb.
8354 * ser-mingw.c (pipe_windows_open): Pass
8355 PEX_STDERR_TO_PIPE to pex_run. Initialize
8356 sd->error_fd.
8357 (pipe_avail): New.
8358 (_initialize_ser_windows): Hook pipe_avail.
8359 * ser-base.c (generic_readchar): Check if there's
8360 anything in stderr channel and route that to gdb_stderr.
8361
8362 2007-04-03 Pedro Alves <pedro_alves@portugalmail.pt>
8363
8364 * dbxread.c (read_ofile_symtab): Move current_objfile
8365 clearing to after end_stabs.
8366
8367 2007-04-01 Andreas Schwab <schwab@suse.de>
8368
8369 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Use parameter
8370 gdbarch instead of current_gdbarch.
8371
8372 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
8373
8374 * varobj.c (varobj_create): Keep varobj value
8375 NULL when evaluating the type.
8376
8377 2007-03-31 Pedro Alves <pedro_alves@portugalmail.pt>
8378
8379 * NEWS: Mention new Windows CE support.
8380
8381 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
8382
8383 * configure.tgt: Move mips*-*-pe and sh*-*-pe to
8384 the obsoletion stanza.
8385 * NEWS: Mention deleted targets.
8386
8387 * config/sh/tm-wince.h: Remove.
8388 * config/sh/wince.mt: Remove.
8389 * config/mips/tm-wince.h: Remove.
8390 * config/mips/wince.mt: Remove.
8391
8392 * wince.c: Remove.
8393 * wince-stub.c: Remove.
8394 * wince-stub.h: Remove.
8395 * Makefile.in (wince.o): Remove rule.
8396 (wince-stub.o): Likewise.
8397
8398 * mips-tdep.c (mips_next_pc): Make static.
8399 * mips-tdep.h (mips_next_pc): Remove declaration.
8400 * arm-tdep.c (arm_pc_is_thumb): Make static.
8401 (thumb_get_next_pc): Likewise.
8402 (arm_get_next_pc): Likewise.
8403 * arm-tdep.h (arm_pc_is_thumb_dummy): Remove declaration.
8404 (arm_pc_is_thumb): Likewise.
8405 (thumb_get_next_pc): Likewise.
8406 (arm_get_next_pc): Likewise.
8407
8408 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8409
8410 * MAINTAINERS: Remove d10v entry.
8411 * Makefile.in (SFILES): Remove dwarfread.c.
8412 (COMMON_OBS): Remove dwarfread.o.
8413 (gdb_sim_d10v_h, abug-rom.o, cpu32bug-rom.o, d10v-tdep.o, dwarfread.o)
8414 (remote-est.o, rom68k-rom.o): Delete.
8415 * NEWS: Mention removal of d10v, target abug, target cpu32bug,
8416 target est, target rom68k, and DWARF 1.
8417 * configure.tgt: Mark d10v as removed.
8418 * dwarf2read.c: Doc update.
8419 * elfread.c (struct elfinfo): Remove dboffset, dbsize, lnoffset,
8420 and lnsize.
8421 (elf_locate_sections): Do not set them.
8422 (elf_symfile_read): Do not call dwarf_build_psymtabs.
8423 * symfile.h (dwarf_build_psymtabs): Delete prototype.
8424 * config/m68k/monitor.mt (TDEPFILES): Prune.
8425 * abug-rom.c, cpu32bug-rom.c, d10v-tdep.c, dwarfread.c,
8426 remote-est.c, rom68k-rom.c, config/d10v/d10v.mt: Delete.
8427
8428 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8429
8430 * doublest.c (convert_floatformat_to_doublest): Use
8431 floatformat_classify.
8432 (floatformat_is_nan): Rename to...
8433 (floatformat_classify): ...this. Return more information.
8434 * doublest.h (enum float_kind): New.
8435 (floatformat_is_nan): Replace prototype...
8436 (floatformat_classify): ...with this one.
8437 * valprint.c (print_floating): Use floatformat_classify. Handle
8438 infinity.
8439
8440 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8441
8442 * README: Mention ISO C library requirement.
8443
8444 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8445
8446 * Makefile.in (SFILES): Remove nlmread.c.
8447 (COMMON_OBS): Remove nlmread.o.
8448 (nlmread.o): Delete rule.
8449 * README: Delete reference to remote-st.c.
8450 * acinclude.m4 (CY_AC_TCL_LYNX_POSIX): Delete.
8451 * defs.h (enum gdb_osabi): Delete GDB_OSABI_NETWARE and
8452 GDB_OSABI_LYNXOS.
8453 * i386-tdep.c (i386_nw_init_abi, i386_nlm_osabi_sniffer): Delete.
8454 (_initialize_i386_tdep): Do not reference them.
8455 * nlmread.c: Delete file.
8456 * osabi.c (gdb_osabi_names): Remove NetWare and LynxOS.
8457 * target.c: Doc update.
8458 * thread.c: Delete commented include.
8459 * config/alpha/tm-alpha.h: Doc update.
8460
8461 2007-03-30 Chris Dearman <chris@mips.com>
8462
8463 * utils.c (string_to_core_addr): Comment typo.
8464
8465 2007-03-30 Chris Dearman <chris@mips.com>
8466
8467 * mips-tdep.c: Comment typo.
8468
8469 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
8470
8471 * config/alpha/nm-osf.h (PTRACE_XFER_TYPE): Remove.
8472 * config/mips/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove.
8473 * config/sparc/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove.
8474 * config/powerpc/nm-ppc64-linux.h: Remove file.
8475 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Set to nm-linux.h.
8476 * inferior.h (PTRACE_ARG3_TYPE): Do not define.
8477 (call_ptrace): Change type of third argument to PTRACE_TYPE_ARG3.
8478 * infptrace.c (call_ptrace): Likewise.
8479 * m68klinux-nat.c (PTRACE_XFER_TYPE): Do not define.
8480 (fetch_register): Replace PTRACE_ARG3_TYPE by PTRACE_TYPE_ARG3
8481 and PTRACE_XFER_TYPE by PTRACE_TYPE_RET.
8482 (store_register): Likewise.
8483
8484 2007-03-29 Joel Brobecker <brobecker@adacore.com>
8485
8486 * Makefile.in (varobj.o): Add missing dependency.
8487
8488 2007-03-29 Michael Snyder <msnyder@access-company.com>
8489
8490 * MAINTAINERS: Update my email address.
8491
8492 2007-03-29 Joel Brobecker <brobecker@adacore.com>
8493
8494 Add support for exception handling with multiple versions of
8495 the Ada runtime:
8496 * ada-lang.c: Update general comments on how Ada exception catchpoints
8497 are implemented.
8498 (raise_sym_name, raise_unhandled_sym_name, raise_assert_sym_name)
8499 (__gnat_raise_nodefer_with_msg): Delete.
8500 (ada_unhandled_exception_name_addr_ftype): New type.
8501 (exception_support_info): New type.
8502 (ada_unhandled_exception_name_addr): Add forward declaration.
8503 (ada_unhandled_exception_name_addr_from_raise): Likewise.
8504 (default_exception_support_info): New constant.
8505 (exception_support_info_fallback): Likewise.
8506 (exception_info): New global variable.
8507 (ada_exception_support_info_sniffer): New function.
8508 (ada_executable_changed_observer): Likewise.
8509 (ada_unhandled_exception_name_addr_from_raise): Renamed from
8510 ada_unhandled_exception_name_addr.
8511 (ada_unhandled_exception_name_addr): Reimplement to match the
8512 latest Ada runtime implementation.
8513 (error_breakpoint_runtime_sym_not_found): Delete.
8514 (ada_exception_sym_name): Get the exception sym name from
8515 exception_info rather than hardcoding it.
8516 (ada_exception_sal): Add call to ada_exception_support_info_sniffer.
8517 Update error handling.
8518 * Makefile.in (ada-lang.o): Add dependency on observer.h.
8519
8520 2007-03-29 Daniel Jacobowitz <dan@codesourcery.com>
8521
8522 * Makefile.in (coff_solib_h, coff-solib.o, i386v-nat.o, lynx-nat.o)
8523 (remote-st.o, uw-thread.o): Delete.
8524 (HFILES_NO_SRCDIR, ALLDEPFILES): Update.
8525 * configure.host: Move hppa*-*-hiux*, i[34567]86-ncr-*,
8526 i[34567]86-*-dgux*, i[34567]86-*-lynxos*, i[34567]86-*-sco3.2v5*,
8527 i[34567]86-*-sco3.2v4*, i[34567]86-*-sco*, i[34567]86-*-sysv4.2*,
8528 i[34567]86-*-sysv4*, i[34567]86-*-sysv5*, i[34567]86-*-unixware2*,
8529 i[34567]86-*-unixware*, i[34567]86-*-sysv*, i[34567]86-*-isc*, and
8530 rs6000-*-lynxos* to an obsoletion stanza.
8531 * configure.tgt: Move hppa*-*-hiux*, i[34567]86-ncr-*,
8532 i[34567]86-*-lynxos*, m68*-cisco*-*, m68*-tandem-*, m68*-*-os68k*,
8533 and rs6000-*-lynxos* to an obsoletion stanza. Do not mention
8534 i[34567]86-*-netware*.
8535 * NEWS: Mention deleted targets.
8536
8537 * coff-solib.c, coff-solib.h, i386v-nat.c, lynx-nat.c, remote-st.c,
8538 uw-thread.c, config/nm-lynx.h, config/i386/i386sco.mh,
8539 config/i386/i386sco4.mh, config/i386/i386sco5.mh, config/i386/i386v.mh,
8540 config/i386/i386v4.mh, config/i386/i386v42mp.mh,
8541 config/i386/ncr3000.mh, config/i386/ncr3000.mt,
8542 config/i386/nm-i386sco.h, config/i386/nm-i386sco4.h,
8543 config/i386/nm-i386sco5.h, config/i386/nm-i386v.h,
8544 config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h,
8545 config/m68k/cisco.mt, config/m68k/os68k.mt, config/m68k/st2000.mt,
8546 config/m68k/tm-cisco.h, config/m68k/tm-os68k.h,
8547 config/rs6000/rs6000lynx.mh, config/rs6000/rs6000lynx.mt,
8548 config/rs6000/tm-rs6000ly.h: Delete files.
8549
8550 2007-03-29 Daniel Jacobowitz <dan@codesourcery.com>
8551
8552 * defs.h (deprecated_registers_changed_hook): Delete declaration.
8553 * interps.c (clear_interpreter_hooks): Do not clear
8554 deprecated_registers_changed_hook.
8555 * regcache.c (registers_changed): Do not call it.
8556 * top.c (deprecated_registers_changed_hook): Do not define it.
8557 * mi/mi-interp.c (mi_command_loop): Do not clear it.
8558 * tui/tui-hooks.c (tui_install_hooks): Do not install it.
8559 (tui_remove_hooks): Do not remove it.
8560 (tui_selected_frame_level_changed_hook): Check for negative level.
8561 Use get_selected_frame.
8562 (tui_registers_changed_hook): Deleted.
8563
8564 2007-03-29 Joel Brobecker <brobecker@adacore.com>
8565
8566 * stabsread.c (add_undefined_type): Add extra parameter.
8567 Now handles nameless types separately.
8568 (struct nat): New type.
8569 (noname_undefs, noname_undefs_allocated, noname_undefs_length):
8570 New static variables.
8571 (read_type): Update calls to add_undefined_type.
8572 (add_undefined_type_noname): New function.
8573 (add_undefined_type_1): Renames from add_undefined_type.
8574 (cleanup_undefined_types_noname): New function.
8575 (cleanup_undefined_types_1): Renames cleanup_undefined_types.
8576 (cleanup_undefined_types): New handles nameless types separately.
8577 (_initialize_stabsread): Initialize our new static constants.
8578
8579 2007-03-29 Denis Pilat <denis.pilat@st.com>
8580
8581 * configure.ac: Test for signal.h.
8582 * configure, config.in: Regenerate.
8583
8584 2007-03-29 Denis Pilat <denis.pilat@st.com>
8585
8586 * stack.c (print_stack_frame): Always use LOC_AND_ADDRESS in MI output.
8587 * infrun.c (normal_stop): Remove MI specific frame printing treatment.
8588
8589 2007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
8590
8591 * arm-wince-tdep.c: New.
8592 * config/arm/wince.mt (DEPRECATED_TM_FILE): Use tm-arm.h.
8593 (MT_CFLAGS): Delete.
8594 (TM_CLIBS): Delete.
8595 (TDEPFILES): Add arm-wince-tdep.o, corelow.o, solib.o,
8596 solib-legacy.o, solib-svr4.o, and remove wince.o.
8597 * configure.tgt (arm*-*-mingw32ce*): Add.
8598 * signals/signals.c [HAVE_SIGNAL_H]: Check.
8599 (do_target_signal_to_host): Silence 'not used' warning.
8600 * config/arm/tm-wince.h: Remove.
8601
8602 2007-03-28 Ulrich Weigand <uweigand@de.ibm.com>
8603
8604 * arch-utils.c (legacy_pc_in_sigtramp): Remove.
8605 * arch-utils.h (legacy_pc_in_sigtramp): Remove.
8606
8607 * config/ia64/linux.mt (DEPRECATED_TM_FILE): Remove.
8608 * config/ia64/tm-linux.h: Remove file.
8609 * ia64-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp callback.
8610 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Use it instead of
8611 legacy_pc_in_sigtramp.
8612 (ia64_gdbarch_init): Initialize tdep->pc_in_sigtramp.
8613 * ia64-linux-tdep.c (ia64_linux_pc_in_sigtramp): Make static.
8614 Remove func_name argument.
8615 (ia64_linux_init_abi): Install it as tdep->pc_in_sigtramp.
8616
8617 * infrun.c (HAVE_STEPPABLE_WATCHPOINT): Do not redefine.
8618 * target.c (update_current_target): Add to_have_steppable_watchpoint.
8619 * target.h (struct target_ops): Add to_have_steppable_watchpoint.
8620 (HAVE_STEPPABLE_WATCHPOINT): Define.
8621
8622 * config/ia64/linux.mh (NATDEPFILES): Remove core-aout.o.
8623 * config/ia64/nm-linux.h (KERNEL_U_ADDR, U_REGS_OFFSET,
8624 CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER,
8625 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_STEPPABLE_WATCHPOINT,
8626 STOPPED_BY_WATCHPOINT, target_stopped_data_address,
8627 target_insert_watchpoint, target_remove_watchpoint): Remove.
8628 (FETCH_INFERIOR_REGISTERS): Define.
8629 * ia64-linux-nat.c (ia64_register_addr): Make static.
8630 (ia64_cannot_fetch_register, ia64_cannot_store_register): Likewise.
8631 (ia64_linux_insert_watchpoint): Make static. Remove ptid_p argument.
8632 (ia64_linux_remove_watchpoint): Likewise. Add type argument.
8633 (ia64_linux_stopped_data_address): Make static. Add target_ops.
8634 (ia64_linux_stopped_by_watchpoint): Make static.
8635 (ia64_linux_can_use_hw_breakpoint): New function.
8636 (ia64_linux_fetch_register, ia64_linux_fetch_registers): Likewise.
8637 (ia64_linux_store_register, ia64_linux_store_registers): Likewise.
8638 (_initialize_ia64_linux_nat): Install register and watchpoint ops.
8639
8640 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
8641
8642 * linespec.c: Include language.h.
8643 (find_methods): Add language parameter. Call
8644 lookup_symbol_in_language. Pass language down.
8645 (add_matching_methods): Likewise. Call
8646 lookup_symbol_in_language.
8647 (add_constructors): Likewise.
8648 (find_method): Pass sym_class to collect_methods.
8649 (collect_methods): Add sym_class parameter. Pass language
8650 down.
8651 * symtab.c (lookup_symbol): Rename to ...
8652 (lookup_symbol_in_language): ... this. Add language
8653 parameter. Use passed language instead of current_language.
8654 (lookup_symbol): New as wrapper around
8655 lookup_symbol_in_language.
8656 (lookup_symbol_aux): Add language parameter. Use passed
8657 language instead of current_language.
8658 (search_symbols): Indent.
8659 * symtab.h (enum language): Forward declare.
8660 (lookup_symbol_in_language): Declare.
8661 (lookup_symbol): Update description.
8662 * ada-lang.h (lookup_symbol_in_language): Remove declaration.
8663 * ada-lang.c (restore_language): Remove.
8664 (lookup_symbol_in_language): Remove.
8665
8666 2007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
8667
8668 * breakpoint.c (bpstat_num): Add int *num parameter.
8669 * breakpoint.h (bpstat_num): Likewise.
8670 * infcmd.c (continue_command): Adjust to new bpstat_num
8671 interface.
8672 (program_info): Likewise.
8673
8674 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8675
8676 * config/sh/tm-sh.h: Remove file.
8677 * config/sh/embed.mt (DEPRECATED_TM_FILE): Remove.
8678 * config/sh/linux.mt (DEPRECATED_TM_FILE): Remove.
8679 * config/sh/nbsd.mt (DEPRECATED_TM_FILE): Remove.
8680 * config/sh/tm-wince.h: Do not include "sh/tm-sh.h".
8681
8682 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8683
8684 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT,
8685 DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Remove.
8686 * remote.c: Remove code under #ifdef DEPRECATED_REMOTE_BREAKPOINT,
8687 DEPRECATED_BIG_REMOTE_BREAKPOINT, DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
8688 * sh-tdep.c (sh_breakpoint_from_pc): Return remote breakpoint
8689 sequence if target_shortname is "remote".
8690
8691 2007-03-27 Anton Blanchard <anton@samba.org>
8692
8693 * rs6000-tdep.c (rs6000_frame_cache): Use tdep->lr_frame_offset
8694 instead of wordsize when looking for the LR in a stack frame.
8695
8696 2007-03-27 Andreas Schwab <schwab@suse.de>
8697 Daniel Jacobowitz <dan@codesourcery.com>
8698
8699 * dwarf2-frame.c (dwarf2_frame_eh_frame_regnum): Rename to...
8700 (dwarf2_frame_adjust_regnum): ...this. Make static. Add eh_frame_p
8701 argument. Update all callers.
8702 (struct dwarf2_frame_ops): Replace eh_frame_regnum with adjust_regnum.
8703 (dwarf2_frame_set_eh_frame_regnum): Rename to...
8704 (dwarf2_frame_set_adjust_regnum): ...this. Update argument type.
8705 * dwarf2frame.h (dwarf2_frame_set_eh_frame_regnum): Rename to...
8706 (dwarf2_frame_set_adjust_regnum): ...this.
8707 (dwarf2_frame_eh_frame_regnum): Delete prototype.
8708 * rs6000-tdep.c: Include "dwarf2-frame.h".
8709 (rs6000_adjust_frame_regnum): Define.
8710 (rs6000_gdbarch_init): Enable use of DWARF CFI frame unwinder.
8711 Register rs6000_adjust_frame_regnum.
8712
8713 * Makefile.in (rs6000-tdep.o): Update dependencies.
8714
8715 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8716
8717 * Makefile.in: Add support for a "pdf" target.
8718
8719 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
8720
8721 * amd64-tdep.c (amd64_init_frame_cache): New function.
8722 (amd64_alloc_frame_cache, amd64_skip_prologue): Use it.
8723
8724 2007-03-26 Nigel Stephens <nigel@mips.com>
8725 Maciej W. Rozycki <macro@mips.com>
8726
8727 * ui-out.c (ui_out_field_core_addr): Truncate address to
8728 TARGET_ADDR_BIT size before printing.
8729
8730 2007-03-22 Nigel Stephens <nigel@mips.com>
8731 Maciej W. Rozycki <macro@mips.com>
8732
8733 * remote-mips.c (mips_xfer_memory): Update prototype.
8734
8735 2007-03-22 Joel Brobecker <brobecker@adacore.com>
8736
8737 * symfile.h: #include "symtab.h"
8738
8739 2007-03-22 Denis Pilat <denis.pilat@st.com>
8740
8741 * utils.c (pagination_on_command, pagination_off_command):
8742 Remove useless prototypes.
8743
8744 2007-03-21 Pierre Muller <muller@ics.u-strasbg.fr>
8745
8746 Fix PR pascal/2232.
8747 * p-valprint.c (pascal_object_print_value): Use type_name_no_tag
8748 instead of TYPE_NAME for object base class name.
8749
8750
8751 2007-03-19 Kevin Buettner <kevinb@redhat.com>
8752
8753 * mep-tdep.c (mep_analyze_frame_prologue, mep_frame_this_id):
8754 Specify frame type in calls to frame_func_unwind().
8755
8756 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
8757
8758 * rs6000-tdep.c (rs6000_skip_prologue): Use skip_prologue_using_sal.
8759 (rs6000_in_function_epilogue_p): Use extract_unsigned_integer.
8760 (refine_prologue_limit): Delete.
8761 (skip_prologue): Don't call it. Use extract_unsigned_integer.
8762 Assume lim_pc is set. Correct check for incomplete prologues.
8763 Do not skip clobbers of the frame pointer.
8764 * symtab.c (skip_prologue_using_sal): Fail if there is only one
8765 sal.
8766
8767 2007-03-13 Nathan Froyd <froydnj@codesourcery.com>
8768
8769 * frame.c (frame_pop): Check to see whether there's a frame to
8770 which we can pop first.
8771
8772 2007-03-13 Nathan Froyd <froydnj@codesourcery.com>
8773
8774 * MAINTAINERS (Write After Approval): Add myself.
8775
8776 2007-03-09 Markus Deuling <deuling@de.ibm.com>
8777
8778 * infrun.c (breakpoints_failed): Remove unnecessary variable.
8779 (handle_inferior_event): Remove unnecessary braces.
8780 * breakpoint.c (bpstat_what): Remove wrong comment.
8781
8782 2007-03-09 Ulrich Weigand <uweigand@de.ibm.com>
8783
8784 * spu-tdep.c (spu_in_function_epilogue_p): New function.
8785 (spu_gdbarch_init): Install it.
8786
8787 2007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
8788
8789 * spu-linux-nat.c (spu_xfer_partial): Return -1 for unsupported
8790 object types, not 0.
8791
8792 2007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
8793
8794 * spu-tdep.c (spu_frame_align): New function.
8795 (spu_gdbarch_init): Install it. Set call dummy location to ON_STACK.
8796
8797 2007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
8798
8799 * spu-tdep.c (spu_unwind_pc): Mask off interrupt enable bit.
8800 (spu_software_single_step): Likewise.
8801 (spu_read_pc, spu_write_pc): New functions.
8802 (spu_gdbarch_init): Install them.
8803
8804 2007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
8805
8806 * cli/cli-dump.c (struct callback_data): load_offset needs to
8807 have signed long type.
8808
8809 2007-03-07 Joel Brobecker <brobecker@adacore.com>
8810
8811 * mips-tdep.c (mips_insn16_frame_cache, mips_insn32_frame_sniffer):
8812 Revert the previous change that had some unexpected side-effects
8813 on mips32.
8814 (mips_insn16_frame_cache, mips_insn32_frame_cache): Use the proper
8815 function to get the address of the calling instruction.
8816
8817 2007-03-07 Denis Pilat <denis.pilat@st.com>
8818
8819 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Replace
8820 get_selected_frame by deprecated_safe_get_selected_frame.
8821
8822 2007-03-02 Mark Kettenis <kettenis@gnu.org>
8823
8824 * shnbsd-tdep.c: Include "regset.h", "gdb_assert.h" and
8825 "gdb_string.h". Don't include "nbsd-tdep.h".
8826 (SIZEOF_STRUCT_REG): Remove.
8827 (SHNBSD_SIZEOF_GREGS): New.
8828 (shnbsd_supply_gregset, shnbsd_collect_gregset)
8829 (shnbsd_regset_from_core_section): New functions.
8830 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
8831 (shnbsd_supply_reg, shnbsd_fill_reg): Simply call
8832 shnbsd_supply_gregset, shnbsd_collect_gregset.
8833 (shnbsd_gregset): New variable.
8834 (shnbsd_init_abi): Set regset_from_core_section.
8835 (GDB_OSABI_NETBSD_CORE): New define.
8836 (shnbsd_core_osabi_sniffer): New function.
8837 (_initialize_shnbsd_tdep): Register shnbsd_core_osabi_sniffer.
8838 * Makefile.in (shnbsd-tdep.o): Update dependencies.
8839 * config/sh/nbsd.mt (TDEPFILES): Add corelow.o, remove
8840 nbsd-tdep.o.
8841 * config/sh/obsd.mt (TDEPFILES): Remove nbsd-tdep.o.
8842
8843 2007-02-28 Joel Brobecker <brobecker@adacore.com>
8844
8845 * gdbtypes.c (replace_type): Fix typo that caused us to not update
8846 length of the types referenced by the new type CV ring.
8847
8848 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
8849
8850 * frame.c (frame_pop, frame_observer_target_changed): Call
8851 reinit_frame_cache.
8852 (flush_cached_frames): Rename to reinit_frame_cache and delete
8853 old implementation.
8854 * frame.h (flush_cached_frames): Delete prototype and update comment.
8855
8856 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): Call
8857 reinit_frame_cache instead of flush_cached_frames. Do not call
8858 select_frame after reinit_frame_cache.
8859 * corelow.c (core_open): Likewise.
8860 * gdbarch.sh (deprecated_current_gdbarch_select_hack): Likewise.
8861 * infrun.c (prepare_to_proceed, context_switch)
8862 (handle_inferior_event): Likewise.
8863 * linux-fork.c (fork_load_infrun_state): Likewise.
8864 * ocd.c (ocd_start_remote): Likewise.
8865 * remote-e7000.c (e7000_start_remote): Likewise.
8866 * remote-mips.c (device): Likewise.
8867 * thread.c (switch_to_thread): Likewise.
8868 * tracepoint.c (finish_tfind_command): Likewise.
8869 * gdbarch.c: Regenerated.
8870
8871 2007-02-28 Jerome Guitton <guitton@adacore.com>
8872 Joel Brobecker <brobecker@adacore.com>
8873
8874 * gdbtypes.c (check_typedef): Do not replace stub type if
8875 the resolved type is not defined in the same objfile.
8876
8877 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
8878
8879 * top.c (gdb_readline_wrapper_cleanup): Remove invalid assertion.
8880
8881 2007-02-28 Joel Brobecker <brobecker@adacore.com>
8882
8883 * stabsread.c (define_symbol): Create an associated STRUCT_DOMAIN
8884 symbol for Ada units when the symbol is defined using 't' rather
8885 than 'Tt' as symbol descriptor.
8886
8887 2007-02-28 Ulrich Weigand <uweigand@de.ibm.com>
8888
8889 * config/mips/tm-nbsd.h: Delete file.
8890 * config/mips/nbsd.mt (DEPRECATED_TM_FILE): Remove.
8891 * config/sh/tm-nbsd.h: Delete file.
8892 * config/sh/nbsd.mt (DEPRECATED_TM_FILE): Set to tm-sh.h.
8893
8894 2007-02-28 Joel Brobecker <brobecker@adacore.com>
8895
8896 * mi/mi-cmd-var.c (varobj_update_one): Remove reference to
8897 unused WRONG_PARAM value since it was recently deleted.
8898
8899 2007-02-28 Vladimir Prus <vladimir@codesourcery.com>
8900
8901 * varobj.c (varobj_update): Free temporary vectors.
8902
8903 2007-02-28 Ulrich Weigand <uweigand@de.ibm.com>
8904
8905 * config/powerpc/linux.mt (DEPRECATED_TM_FILE): Set to tm-ppc-eabi.h.
8906 * config/powerpc/tm-linux.h: Delete file.
8907 * config/powerpc/tm-ppc-eabi.h: Do not include "rs6000/tm-rs6000.h".
8908 (PROCESS_LINENUMBER_HOOK): Do not undefine.
8909 (TEXT_SEGMENT_BASE): Do not redefine.
8910 * config/rs6000/nm-rs6000.h (CHILD_SPECIAL_WAITSTATUS): Move here
8911 from config/rs6000/tm-rs6000.h.
8912 (TARGET_CREATE_INFERIOR_HOOK, rs6000_create_inferior): Likewise.
8913 * config/rs6000/tm-rs6000.h (struct frame_info): Remove declaration.
8914 (TEXT_SEGMENT_BASE): Remove.
8915 (IN_SOLIB_RETURN_TRAMPOLINE): Remove.
8916 (rs6000_in_solib_return_trampoline): Remove.
8917 (SKIP_TRAMPOLINE_CODE): Remove.
8918 (rs6000_skip_trampoline_code): Remove.
8919 (CHILD_SPECIAL_WAITSTATUS): Move to config/rs6000/nm-rs6000.h.
8920 (TARGET_CREATE_INFERIOR_HOOK, rs6000_create_inferior): Likewise.
8921 (FP0_REGNUM): Remove.
8922 (rs6000_find_toc_address_hook): Move to rs6000-tdep.h.
8923 (rs6000_set_host_arch_hook): Remove.
8924 * Makefile.in (rs6000-nat.o): Add dependency on $(rs6000_tdep_h).
8925 (rs6000-aix-tdep.o): Add dependency on $(ppc_tdep_h).
8926 * ppc-tdep.h (struct gdbarch_tdep): Add field text_segment_base.
8927 * rs6000-aix-tdep.c: Include "ppc-tdep.h".
8928 (rs6000_aix_init_osabi): Set text_segment_base tdep field.
8929 * rs6000-nat.c: Include "rs6000-tdep.h".
8930 (exec_one_dummy_insn): Replace TEXT_SEGMENT_BASE by tdep field.
8931 (set_host_arch): Rename to ...
8932 (rs6000_create_inferior): ... this. Make public.
8933 (_initialize_core_rs6000): Do not set rs6000_set_host_arch_hook.
8934 * rs6000-tdep.c (rs6000_set_host_arch_hook): Remove.
8935 (rs6000_create_inferior): Remove.
8936 (branch_dest): Replace TEXT_SEGMENT_BASE by tdep field.
8937 (rs6000_gdbarch_init): Call set_gdbarch_fp0_regnum,
8938 set_gdbarch_in_solib_return_trampoline, and
8939 set_gdbarch_skip_trampoline_code.
8940 * rs6000-tdep.h (rs6000_find_toc_address_hook): Move here
8941 from config/rs6000/tm-rs6000.h.
8942
8943 2007-02-27 Joel Brobecker <brobecker@adacore.com>
8944
8945 * buildsym.c (record_producer): Do nothing if no producer is provided.
8946
8947 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
8948
8949 * varobj.c (varobj_update): Remove unused local. Use gdb_assert
8950 to check changelist is non-NULL. Call error if the frontend tries
8951 to update a non-root variable.
8952
8953 * varobj.h (enum varobj_update_error): Delete WRONG_PARAM value.
8954
8955 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
8956
8957 * dwarf2-frame.c (dwarf2_frame_cache, dwarf2_frame_this_id)
8958 (dwarf2_frame_sniffer): Update.
8959 (dwarf2_signal_frame_this_id): New function.
8960 (dwarf2_signal_frame_unwind): Use it.
8961 (dwarf2_frame_base_sniffer): Use frame_unwind_address_in_block.
8962 * frame.c (frame_func_unwind): Add this_type argument.
8963 (get_frame_func): Update.
8964 (frame_unwind_address_in_block): Add this_type argument and check it.
8965 Fix a typo.
8966 (get_frame_address_in_block): Update.
8967 * frame.h (enum frame_type): Move higher in the file.
8968 (frame_unwind_address_in_block, frame_func_unwind): Add enum frame_type
8969 argument.
8970
8971 * alpha-mdebug-tdep.c, alpha-tdep.c, amd64-tdep.c, amd64obsd-tdep.c,
8972 arm-tdep.c, avr-tdep.c, cris-tdep.c, frv-tdep.c, h8300-tdep.c,
8973 hppa-tdep.c, i386-tdep.c, i386obsd-tdep.c, ia64-tdep.c,
8974 libunwind-frame.c, m32c-tdep.c, m32r-linux-tdep.c, m32r-tdep.c,
8975 m68hc11-tdep.c, m68k-tdep.c, m88k-tdep.c, mips-mdebug-tdep.c,
8976 mips-tdep.c, mn10300-tdep.c, mt-tdep.c, rs6000-tdep.c, s390-tdep.c,
8977 score-tdep.c, sh-tdep.c, sh64-tdep.c, sparc-tdep.c,
8978 sparc64obsd-tdep.c, spu-tdep.c, v850-tdep.c, vax-tdep.c,
8979 xstormy16-tdep.c, xtensa-tdep.c: Update calls to
8980 frame_func_unwind and frame_unwind_address_in_block to specify
8981 the frame type. Use frame_unwind_address_in_block instead of
8982 frame_pc_unwind in sniffers.
8983
8984 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
8985
8986 * frame.c (deprecated_selected_frame): Rename to...
8987 (selected_frame): ...this. Make static.
8988 (get_selected_frame, select_frame): Update.
8989 * frame.h (deprected_select_frame): Delete.
8990 (deprecated_safe_get_selected_frame): Update comments.
8991
8992 * breakpoint.c, cli/cli-cmds.c, f-valprint.c, infcmd.c, inflow.c,
8993 infrun.c, stack.c, tui/tui-disasm.c, tui/tui-source.c,
8994 tui/tui-winsource.c, valops.c, varobj.c, findvar.c, macroscope.c,
8995 parse.c, regcache.h, sh64-tdep.c, tui/tui-hooks.c, tui/tui-win.c,
8996 tui/tui.c: Replace references to deprecated_selected_frame.
8997
8998 2007-02-27 Fred Fish <fnf@specifix.com>
8999
9000 * rs6000-tdep.c (skip_prologue): Recognize addi instructions that
9001 directly decrement the stack pointer, accumulate their operand into
9002 the stack offset, and mark the function as not being frameless.
9003
9004 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9005
9006 * arch-utils.c (selected_byte_order): New.
9007 * arch-utils.h (selected_byte_order): New prototype.
9008 * remote-sim.c (gdbsim_open): Use selected_byte_order.
9009
9010 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9011
9012 * symfile.c (place_section): Check SEC_ALLOC. Do not check VMA.
9013 (default_symfile_offsets): Check VMA here. Update section VMAs.
9014
9015 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9016
9017 * remote.c (init_remote_state): Add special handling for placeholder
9018 registers.
9019
9020 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9021
9022 * Makefile.in (XMLFILES): Include $(TDEP_XML).
9023 (filenames_h): New variable.
9024 (clean): Clean up xml-builtin.c and stamp-xml.
9025 (arm-linux-nat.o): Update.
9026 * config/arm/linux.mh (TDEP_XML): Define.
9027 * arm-linux-nat.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
9028 (arm_linux_has_wmmx_registers): New.
9029 (GET_THREAD_ID): Fix typo.
9030 (IWMMXT_REGS_SIZE): Define.
9031 (fetch_wmmx_regs, store_wmmx_regs): New.
9032 (arm_linux_fetch_inferior_registers): Use fetch_wmmx_regs.
9033 (arm_linux_store_inferior_registers): Use store_wmmx_regs.
9034 (super_xfer_partial, arm_linux_xfer_partial): New.
9035 (_initialize_arm_linux_nat): Use them.
9036 * xml-support.c (fetch_xml_builtin): Move outside HAVE_LIBEXPAT.
9037 (xml_builtin_xfer_partial): New function.
9038 * xml-support.h (xml_builtin_xfer_partial): New prototype.
9039 * NEWS: Update mention of iWMMXt support.
9040
9041 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9042
9043 * arm-tdep.c (arm_scan_prologue): Do not record FPA register saves
9044 if there are no FPA registers.
9045 (arm_dwarf_reg_to_regnum): New function.
9046 (arm_register_type, arm_register_name): Return minimal values for
9047 unsupported registers.
9048 (arm_register_sim_regno): Handle iWMMXt registers.
9049 (arm_gdbarch_init): Record missing FPA registers if indicated by
9050 a target description. Recognize iWMMXt registers. Only register
9051 "info float" for FPA. Use ARM_NUM_REGS. Register
9052 arm_dwarf_reg_to_regnum.
9053 * arm-tdep.h (enum gdb_regnum): Add ARM_NUM_REGS and iWMMXt
9054 constants.
9055 (struct gdbarch_tdep): Add have_fpa_registers.
9056 * features/xscale-iwmmxt.xml: Update capitalization.
9057 * regformats/arm-with-iwmmxt.dat: Regenerated.
9058
9059 2007-02-24 Kevin Buettner <kevinb@redhat.com>
9060
9061 * NEWS (New targets): Add entry for the Toshiba Media Processor.
9062
9063 2007-02-23 Kevin Buettner <kevinb@redhat.com>
9064
9065 * MAINTAINERS (mep): New target.
9066
9067 2007-02-23 Kevin Buettner <kevinb@redhat.com>
9068
9069 From Jim Blandy, Dave Brolley, Kevin Buettner, Don Howard, and
9070 Richard Sandiford:
9071 * Makefile.in (elf_mep_h, mep_desc_h, mep_opc_h): New variables.
9072 (mep-tdep.o): New rule.
9073 * configure.tgt (mep-*-*): New target.
9074 * mep-tdep.c: New file.
9075 * config/mep/mep.mt: New file.
9076
9077 2007-02-22 Markus Deuling <deuling@de.ibm.com>
9078
9079 * infrun.c (inferior_stop_reason, print_stop_reason): Remove
9080 BREAKPOINT_HIT and STOP_UNKNOWN.
9081
9082 2007-02-22 Markus Deuling <deuling@de.ibm.com>
9083
9084 * valops.c (value_ind): Fix unary * handling of TYPE_CODE_INT.
9085
9086 2007-02-20 Joel Brobecker <brobecker@adacore.com>
9087
9088 * gdb_expat.h (XMLCALL): Define if not already defined.
9089
9090 2007-02-20 Andreas Schwab <schwab@suse.de>
9091
9092 * Makefile.in (symfile.o): Update dependencies.
9093
9094 2007-02-20 Daniel Jacobowitz <dan@codesourcery.com>
9095
9096 * MAINTAINERS: Disable -Werror for cris simulator. Build
9097 sparc64-solaris2.10 instead of the broken sparc-elf.
9098 * solib-frv.c: Include "solib.h".
9099 * Makefile.in (solib-frv.o): Update.
9100 * mt-tdep.c (mt_gdbarch_init): Correct typo in floatformats patch.
9101 * xtensa-tdep.c (xtensa_regset_from_core_section): Cast size_t to int.
9102 (xtensa_frame_this_id, xtensa_frame_prev_register)
9103 (xtensa_push_dummy_call): Use %p.
9104
9105 2007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9106
9107 * avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
9108 ia64-tdep.c, m68k-tdep.c, mips-linux-tdep.c, ppcobsd-tdep.c,
9109 sparc-linux-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
9110 * Makefile.in (avr-tdep.o, hppabsd-tdep.o, hppa-tdep.o, i386-tdep.o)
9111 (ia64-tdep.o, m68k-tdep.o, mips-linux-tdep.o, ppcobsd-tdep.o)
9112 (sparc-linux-tdep.o): Update.
9113
9114 2007-02-15 Maxim Grigoriev <maxim2405@gmail.com>
9115
9116 * xtensa-tdep.h (xtensa_reg_mask_t): New.
9117 (xtensa_mask_t): Change mask field to be a separate array.
9118 * xtensa-tdep.c (extract_call_winsize, xtensa_pseudo_register_read)
9119 (xtensa_pseudo_register_write, xtensa_unwind_pc)
9120 (xtensa_unwind_dummy_id, xtensa_push_dummy_call)
9121 (xtensa_breakpoint_from_pc): Remove implicit type casting.
9122 * xtensa-config.c (mask0, mask1, mask2, mask3, mask4, mask5)
9123 (mask6, mask7, mask8, mask9, mask10, mask11, mask12, mask13)
9124 (mask14, mask15): Rename to
9125 (xtensa_mask0, xtensa_mask1, xtensa_mask2, xtensa_mask3)
9126 (xtensa_mask4, xtensa_mask5, xtensa_mask6, xtensa_mask7)
9127 (xtensa_mask8, xtensa_mask9, xtensa_mask10, xtensa_mask11)
9128 (xtensa_mask12, xtensa_mask13, xtensa_mask14, xtensa_mask15): this.
9129 (xtensa_submask0, xtensa_submask1, xtensa_submask2, xtensa_submask3)
9130 (xtensa_submask4, xtensa_submask5, xtensa_submask6, xtensa_submask7)
9131 (xtensa_submask8, xtensa_submask9, xtensa_submask10)
9132 (xtensa_submask11, xtensa_submask12, xtensa_submask13)
9133 (xtensa_submask14, xtensa_submask15): New.
9134 (rmap): Follow strict aliasing rules doing static initialization.
9135
9136 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
9137
9138 * target-descriptions.c (tdesc_named_type): Move code_ptr and data_ptr
9139 handling from here...
9140 (tdesc_register_type): ...to here.
9141 * xml-tdesc.c (tdesc_start_reg): Allow code_ptr and data_ptr.
9142 * features/arm-core.xml: Use code_ptr and data_ptr.
9143
9144 2007-02-13 Denis Pilat <denis.pilat@st.com>
9145
9146 * varobj.h (enum varobj_update_error): New enum.
9147 * varobj.c (struct varobj_root): Add is_valid member.
9148 (varobj_get_type): Check for invalid varobj.
9149 (varobj_get_attributes): Likewise.
9150 (variable_editable):Likewise.
9151 (varobj_update): Likewise. Use varobj_update_error.
9152 (new_root_variable): Set root varobj as valid by default.
9153 (varobj_invalidate): New function.
9154 * symfile.c (clear_symtab_users): Use varobj_invalidate.
9155 * mi/mi-cmd-var.c (varobj_update_one): Change return type to void.
9156 Use varobj_update_error.
9157
9158 2007-02-12 Pierre Muller <muller@ics.u-strasbg.fr>
9159
9160 Fix PR pascal/2223.
9161 * dwarfread.c (set_cu_language): Recognize DW_LANG_Pascal83 as
9162 Pascal language marker.
9163 * dwarf2read.c (set_cu_language): Likewise.
9164
9165 2007-02-12 Corinna Vinschen <vinschen@redhat.com>
9166
9167 * win32-nat.c (win32_wait): Reset terminal pgrp to GDB.
9168 (do_initial_win32_stuff): Call terminal_init_inferior_with_pgrp
9169 instead of target_terminal_init since inferior_ptid isn't set yet.
9170
9171 2007-02-10 Pedro Alves <pedro_alves@portugalmail.pt>
9172
9173 * MAINTAINERS (Write After Approval): Add myself.
9174
9175 2007-02-09 Fred Fish <fnf@specifix.com>
9176
9177 Based on work by Apple Computer, Inc.
9178 * event-top.c (async_request_quit): Call quit() whenever either
9179 quit_flag is set or immediate_quit is set.
9180
9181 2007-02-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
9182
9183 * ada-lang.c (remove_out_of_scope_renamings): Change third parameter's
9184 type to a pointer to const struct block.
9185 (ada_lookup_symbol_list): Don't cast away constness when calling
9186 remove_out_of_scope_renamings.
9187
9188 2007-02-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
9189
9190 * linux-nat.c (linux_nat_find_memory_regions): Don't check the
9191 address of 'filename'; it is always non null.
9192
9193 2007-02-09 Joel Brobecker <brobecker@adacore.com>
9194
9195 * exec.c (add_to_section_table): Do not discard empty sections.
9196
9197 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9198
9199 * features/Makefile, features/arm-with-iwmmxt.xml,
9200 features/gdbserver-regs.xsl, features/number-regs.xsl,
9201 features/sort-regs.xsl, features/xscale-iwmmxt.xml: New files.
9202 * regformats/arm-with-iwmmxt.dat: Generate.
9203 * NEWS: Mention iWMMXt.
9204
9205 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9206
9207 * Makefile.in (arm-tdep.o, eval.o, target-descriptions.o)
9208 (xml-tdesc.o): Update.
9209 * xml-support.c: Add a comment.
9210 (gdb_xml_enums_boolean): New variable.
9211 (gdb_xml_parse_attr_enum): Use strcasecmp.
9212 * xml-support.h (gdb_xml_enums_boolean): Declare.
9213 * xml-tdesc.c (struct tdesc_parsing_data): Record current_feature,
9214 next_regnum, and current_union.
9215 (tdesc_start_feature, tdesc_start_reg, tdesc_start_union)
9216 (tdesc_end_union, tdesc_start_field, tdesc_start_vector)
9217 (field_attributes, union_children, reg_attributes, union_attributes)
9218 (vector_attributes, feature_attributes, feature_children): New.
9219 (target_children): Make static. Add <feature>.
9220 (tdesc_elements): Make static.
9221 * target-descriptions.c (struct tdesc_reg, tdesc_reg_p, type_p)
9222 (struct tdesc_feature, tdesc_feature_p): New types.
9223 (struct target_desc): Add features member.
9224 (struct tdesc_arch_data, tdesc_data): New.
9225 (target_find_description): Clarify error message. Warn about
9226 ignored register descriptions.
9227 (tdesc_has_registers, tdesc_find_feature, tdesc_feature_name)
9228 (tdesc_named_type, tdesc_data_init, tdesc_data_alloc)
9229 (tdesc_data_cleanup, tdesc_numbered_register)
9230 (tdesc_numbered_register_choices, tdesc_find_register)
9231 (tdesc_register_name, tdesc_register_type)
9232 (tdesc_remote_register_number, tdesc_register_reggroup_p)
9233 (set_tdesc_pseudo_register_name, set_tdesc_pseudo_register_type)
9234 (set_tdesc_pseudo_register_reggroup_p, tdesc_use_registers)
9235 (tdesc_free_reg, tdesc_create_reg, tdesc_free_feature)
9236 (tdesc_create_feature, tdesc_record_type): New.
9237 (free_target_description): Free features.
9238 (_initialize_target_descriptions): Initialize tdesc_data.
9239 * arch-utils.c (default_remote_register_number): New.
9240 * arch-utils.h (default_remote_register_number): New prototype.
9241 * target-descriptions.h (set_tdesc_pseudo_register_name)
9242 (set_tdesc_pseudo_register_type, set_tdesc_pseudo_register_reggroup_p)
9243 (tdesc_use_registers, tdesc_data_alloc, tdesc_data_cleanup)
9244 (tdesc_numbered_register, tdesc_numbered_register_choices)
9245 (tdesc_has_registers, tdesc_find_feature, tdesc_feature_name)
9246 (tdesc_named_type, tdesc_create_feature, tdesc_record_type)
9247 (tdesc_create_reg): Declare.
9248 * gdbarch.sh (remote_register_number): New entry.
9249 * gdbarch.c, gdbarch.h: Regenerate.
9250 * remote.c (init_remote_state): Use gdbarch_remote_register_number.
9251 * features/gdb-target.dtd: Add feature, reg, vector, union, and field.
9252
9253 * arm-tdep.c (arm_register_aliases): New.
9254 (arm_register_name_strings): Rename to...
9255 (arm_register_names): ...this. Make const. Delete the old version.
9256 (current_option, arm_register_byte): Delete.
9257 (set_disassembly_style): Simplify. Do not adjust arm_register_names.
9258 (value_of_arm_user_reg): New.
9259 (arm_gdbarch_init): Verify any described registers. Call
9260 tdesc_use_registers. Don't use arm_register_byte. Create aliases
9261 for standard register names.
9262 (_initialize_arm_tdep): Do not adjust arm_register_names.
9263 * user-regs.c (struct user_reg): Add baton member.
9264 (append_user_reg, user_reg_add_builtin, user_regs_init)
9265 (user_reg_add, value_of_user_reg): Use a baton for user
9266 register functions.
9267 * std-regs.c: Update.
9268 * user-regs.h (user_reg_read_ftype, user_reg_add_builtin)
9269 (user_reg_add): Add baton argument.
9270 * NEWS: Mention target description register support.
9271 * features/arm-core.xml, features/arm-fpa.xml: New.
9272 * eval.c (evaluate_subexp_standard): Allow ptype $register
9273 when the program is not running.
9274
9275 2007-02-09 Nick Roberts <nickrob@snap.net.nz>
9276
9277 * mi/mi-cmd-var.c (mi_cmd_var_create): Add value field.
9278
9279 2007-02-08 Thiago Jung Bauermann <bauerman@br.ibm.com>
9280
9281 * rs6000-tdep.c (gdb_print_insn_powerpc): Set
9282 info->disassembler_options to "any".
9283
9284 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9285
9286 * varobj.c (install_new_value): Only call value_get_print_value
9287 if changeable.
9288
9289 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9290
9291 Reported by timeless@gmail.com:
9292 * gdb/target.c (target_flash_erase): Do not return void value.
9293 (target_flash_done): Likewise.
9294 * gdb/cli/cli-cmds.c (source_command): Likewise.
9295
9296 2007-02-08 Fred Fish <fnf@specifix.com>
9297
9298 Based on work by Apple Computer, Inc.
9299 * event-top.c (handle_sigint): Set quit_flag.
9300 (async_request_quit): Don't set quit_flag. Avoid calling quit()
9301 if quit_flag has already been reset.
9302
9303 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9304
9305 * ser-mingw.c (pipe_windows_close): Move variable initialization back
9306 up.
9307
9308 2007-02-08 Fred Fish <fnf@specifix.com>
9309
9310 * defs.h (request_quit): Remove declaration.
9311 * utils.c (request_quit): Remove definition.
9312
9313 2007-02-08 Joel Brobecker <brobecker@gnat.com>
9314 Jan Kratochvil <jan.kratochvil@redhat.com>
9315 Daniel Jacobowitz <dan@codesourcery.com>
9316
9317 * rs6000-tdep.c (bl_to_blrl_insn_p): New function.
9318 (skip_prologue): Allow bl->blrl used by PIC code.
9319
9320 2007-02-08 Mark Kettenis <kettenis@gnu.org>
9321 Daniel Jacobowitz <dan@codesourcery.com>
9322
9323 * cp-valprint.c (cp_print_value_fields, cp_print_value): Always
9324 initialize tmp_obstack.
9325 * p-valprint.c (pascal_object_print_value_fields)
9326 (pascal_object_print_value): Likewise.
9327
9328 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9329
9330 * features/feature_to_c.sh: Use %s to avoid problems with nawk.
9331
9332 2007-02-08 Mark Kettenis <kettenis@gnu.org>
9333
9334 * sparcnbsd-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
9335 * Makefile.in (sparcnbsd-tdep.o): Update dependencies.
9336
9337 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
9338
9339 * xml-tdesc.c (struct tdesc_xml_cache, tdesc_xml_cache_s)
9340 (xml_cache): New.
9341 (tdesc_parse_xml): Cache expanded descriptions.
9342
9343 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
9344
9345 * Makefile.in (XMLFILES): New.
9346 (COMMON_OBS): Add xml-builtin.o.
9347 (xml-builtin.c, stamp-xml): New rules.
9348 (xml-tdesc.o): Update.
9349 * features/feature_to_c.sh: New file.
9350 * xml-support.c (MAX_XINCLUDE_DEPTH): Define.
9351 (struct gdb_xml_parser): Add dtd_name and is_xinclude.
9352 (gdb_xml_start_element): Initialize scope after possibly reallocating
9353 scopes. Move cleanup later. Handle the XInclude description
9354 specially.
9355 (gdb_xml_end_element): Only parse the body if there is a current element.
9356 Call XML_DefaultCurrent if there is no element.
9357 (gdb_xml_fetch_external_entity, gdb_xml_use_dtd): New.
9358 (struct xinclude_parsing_data, xinclude_start_include)
9359 (xinclude_end_include, xml_xinclude_default)
9360 (xml_xinclude_start_doctype, xml_xinclude_end_doctype)
9361 (xml_xinclude_xml_decl, xml_xinclude_cleanup, xinclude_attributes)
9362 (xinclude_elements, xml_process_xincludes, fetch_xml_builtin): New.
9363 * xml-support.h (xml_fetch_another, xml_process_xincludes)
9364 (fetch_xml_builtin, xml_builtin, gdb_xml_use_dtd): New declarations.
9365 * xml-tdesc.c (tdesc_parse_xml): Add fetcher_baton argument. Expand
9366 XInclude directives. Use the compiled in DTD.
9367 (fetch_xml_from_file): Add baton argument. Treat it as a containing
9368 directory name. Do not warn here.
9369 (file_read_description_xml): Update call. Warn here instead. Pass
9370 a dirname as baton.
9371 (fetch_available_features_from_target): New.
9372 (target_read_description_xml): Use it.
9373 * features/gdb-target.dtd: Add copyright notice. Use xinclude.dtd
9374 to handle XInclude.
9375 * features/xinclude.dtd: New file.
9376
9377 2007-02-05 Daniel Jacobowitz <dan@codesourcery.com>
9378
9379 * linux-thread-db.c (check_for_thread_db): Return early if we have
9380 no libthread_db support.
9381
9382 2007-02-05 Daniel Jacobowitz <dan@codesourcery.com>
9383
9384 * mi/mi-parse.h: Include <sys/time.h>.
9385
9386 2007-02-05 Nick Roberts <nickrob@snap.net.nz>
9387
9388 * mi/mi-cmd-stack.c (list_args_or_locals): Use common_val_print
9389 instead of print_variable_value to print values.
9390
9391 2007-02-03 Nick Roberts <nickrob@snap.net.nz>
9392
9393 * mi/mi-main.c: Numerous formatting changes.
9394 (mi_cmd_data_write_register_values): Replace clause inadvertantly
9395 removed in my previous change.
9396
9397 2007-02-03 Eli Zaretskii <eliz@gnu.org>
9398
9399 * mi/mi-main.c (mi_load_progress, timestamp, print_diff_now):
9400 Use 1000000L instead of 1000000.
9401
9402 2007-02-03 Nick Roberts <nickrob@snap.net.nz>
9403
9404 Based on work by Apple Computer, Inc.
9405
9406 * configure.ac: Test for sys/resource.h and getrusage.
9407 * configure, config.in: Regenerate.
9408
9409 * mi/mi-main.c: Include <sys/resource.h> if present.
9410 (rusage): Declare if HAVE_GETRUSAGE.
9411 (current_command_ts, do_timings): New static variables.
9412 (timestamp, print_diff_now, print_diff, timeval_diff):
9413 New static timing functions.
9414 (mi_cmd_enable_timings): New function for new MI command.
9415 (captured_mi_execute_command, mi_execute_async_cli_command):
9416 Call timing functions.
9417
9418 * mi/mi-cmds.c (mi_cmds): Add entry for new MI command
9419 -enable-timings.
9420
9421 * mi/mi-cmds.h (mi_cmd_enable_timings): New extern.
9422
9423 * mi/mi-parse.h: (mi_timestamp): New structure.
9424 (mi_parse): Add mi_timestamp* member.
9425
9426 2007-02-02 Denis Pilat <denis.pilat@st.com>
9427
9428 * thread.c (make_cleanup_restore_current_thread): New function.
9429 (info_threads_command): Use of make_cleanup_restore_current_thread
9430 to restore the current thread and the selected frame.
9431 (restore_selected_frame): New function.
9432 (struct current_thread_cleanup): Add frame_id field.
9433 (do_restore_current_thread_cleanup): Add restoring of the selected
9434 frame.
9435 (make_cleanup_restore_current_thread): Likewise.
9436 (thread_apply_all_command): backup the selected frame while
9437 entering the function and restore it at exit.
9438 (thread_apply_command): Likewise.
9439
9440 2007-02-02 Denis Pilat <denis.pilat@st.com>
9441
9442 * MAINTAINERS (Write After Approval): Add myself to the list.
9443
9444 2007-02-01 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
9445
9446 * gdb/remote-m32r.sdi.c (m32r_fetch_register): Change PWD mask.
9447 (m32r_store_register): Ditto.
9448
9449 2007-01-30 Vladimir Prus <vladimir@codesourcery.com>
9450
9451 * ser-mingw.c (pipe_windows_open)
9452 (pipe_windows_read, pipe_windows_write): Declare
9453 variables at the top of the function.
9454
9455 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9456
9457 * doublest.c (floatformat_from_length): Use the right element from
9458 gdbarch floatformats.
9459 (floatformat_from_type, extract_typed_floating)
9460 (store_typed_floating): Likewise.
9461 * doublest.h: Remove declarations for undefined floatformat arrays.
9462 * gdbarch.sh (float_format, double_format, long_double_format): Change
9463 to pairs.
9464 (pformat): Update for pairs.
9465 * gdbarch.c, gdbarch.h: Regenerated.
9466 * gdbtypes.c (floatformats_ieee_single, floatformats_ieee_double)
9467 (floatformats_ieee_double_littlebyte_bigword)
9468 (floatformats_i387_ext, floatformats_m68881_ext, floatformats_arm_ext)
9469 (floatformats_ia64_spill, floatformats_ia64_quad, floatformats_vax_f)
9470 (floatformats_vax_d): New variables.
9471 (builtin_type_ieee_single, builtin_type_ieee_double)
9472 (builtin_type_arm_ext, builtin_type_ia64_spill)
9473 (builtin_type_ia64_quad): Replace arrays with individual types.
9474 (builtin_type_ieee_single_big, builtin_type_ieee_single_little)
9475 (builtin_type_ieee_double_big, builtin_type_ieee_double_little)
9476 (builtin_type_ieee_double_littlebyte_bigword, builtin_type_i960_ext)
9477 (builtin_type_m88110_ext, builtin_type_m88110_harris_ext)
9478 (builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword)
9479 (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
9480 (builtin_type_ia64_quad_big, builtin_type_ia64_quad_little): Delete
9481 unused and endian-specific types.
9482 (recursive_dump_type): Update for floatformat pairs.
9483 (build_flt): Move higher. Handle bit == -1. Take a floatformat pair.
9484 (build_gdbtypes): Use build_flt.
9485 (_initialize_gdbtypes): Update set of initialized types.
9486 * gdbtypes.h: Update declarations to match gdbtypes.c.
9487 (struct main_type): Store a pointer to two floatformats.
9488 * arch-utils.c (default_float_format, default_double_format): Delete.
9489 * arch-utils.h (default_float_format, default_double_format): Delete.
9490
9491 * arm-tdep.c, avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
9492 ia64-tdep.c, iq2000-tdep.c, m68k-tdep.c, m88k-tdep.c,
9493 mips-linux-tdep.c, mips-tdep.c, mt-tdep.c, ppcobsd-tdep.c,
9494 sparc-linux-tdep.c, sparc-tdep.c, sparcnbsd-tdep.c, spu-tdep.c,
9495 vax-tdep.c, alpha-tdep.c, ppc-sysv-tdep.c: Update.
9496
9497 2007-01-29 Joel Brobecker <brobecker@adacore.com>
9498
9499 * target.c (maintenance_print_target_stack): New function.
9500 (initialize_targets): Add new "maintenance print target-stack"
9501 command.
9502
9503 2007-01-28 Mark Kettenis <kettenis@gnu.org>
9504
9505 * dwarf2read.c (new_symbol): Handle DW_AT_decl_file being zero.
9506
9507 2007-01-27 Daniel Jacobowitz <dan@codesourcery.com>
9508
9509 * dwarf2loc.h (struct dwarf2_locexpr_baton): Change size to a long.
9510 (struct dwarf2_loclist_baton): Likewise.
9511
9512 2007-01-27 Eli Zaretskii <eliz@gnu.org>
9513
9514 * cli/cli-script.c: Include breakpoint.h.
9515 (build_command_line): Require arguments only for if and while
9516 commands.
9517 (get_command_line, execute_user_command, execute_control_command):
9518 Fix wording of warning messages.
9519 (print_command_lines): Print breakpoint commands.
9520 (execute_control_command): Call commands_from_control_command to
9521 handle the `commands' command inside a body of a flow-control
9522 command.
9523 (read_next_line): Recognize the `commands' command and build a
9524 command line structure for it.
9525 (recurse_read_control_structure, read_command_lines): Handle
9526 `commands' similarly to `if' and `while'.
9527
9528 * breakpoint.c (get_number_trailer): Document the special meaning
9529 of NULL as the first argument PP.
9530 (commands_from_control_command): New function.
9531
9532 * breakpoint.h (commands_from_control_command): Add prototype.
9533
9534 * defs.h (commands_control): New enumerated value for enum
9535 command_control_type.
9536
9537 2007-01-26 Joel Brobecker <brobecker@adacore.com>
9538
9539 * ada-lang.c (ada_exception_breakpoint_ops): Fix typo in function name.
9540 (ada_exception_sal): Update accordingly.
9541
9542 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9543
9544 * c-valprint.c (c_val_print): Require strings to be of no-signed CHARs.
9545 * NEWS: Describe CHAR array vs. string identifcation rules.
9546
9547 2007-01-25 Paul Brook <paul@codesourcery.com>
9548
9549 * arm-tdep.c (arm_get_next_pc): Fix bitfield off-by-one error.
9550
9551 2007-01-24 Jim Blandy <jimb@codesourcery.com>
9552
9553 * dwarf2loc.c (dwarf2_evaluate_loc_desc): When the location
9554 expression is empty, bother to return the 'optimized out' value we
9555 construct. (Thanks to Carl Burch.)
9556
9557 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
9558
9559 * varobj.c (c_value_of_root, c_value_of_child)
9560 (cplus_describe_child): Don't call release_value.
9561
9562 2007-01-24 Thiemo Seufer <ths@mips.com>
9563
9564 * mips-linux-tdep.c (mips_linux_n64_rt_sigframe): Fix struct
9565 initialization.
9566
9567 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
9568
9569 Refactor getting children name, value and type access
9570 for varobjs in C++.
9571 * varobj.c (get_type_deref): Remove.
9572 (adjust_value_for_child_access): New.
9573 (c_number_of_children): Use the above.
9574 (c_describe_child): Likewise.
9575 (enum accessibility): New.
9576 (match_accessibility): New function.
9577 (cplus_describe_child): New function.
9578 (cplus_name_of_child, cplus_value_of_child)
9579 (cplus_type_of_child): Reimplement in terms
9580 of cplus_describe_child.
9581 (cplus_number_of_children): Use
9582 adjust_value_for_child_access.
9583
9584 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
9585
9586 Fix computation of the 'editable' attribute and
9587 value changeability for for references.
9588 * varobj.c (get_value_type): New function.
9589 (c_variable_editable): Use get_value_type.
9590 (varobj_value_is_changeable): Likewise.
9591
9592 2007-01-24 Joel Brobecker <brobecker@adacore.com>
9593
9594 * source.c (find_and_open_source): Try rewriting the source
9595 path inside filename if dirname is NULL.
9596
9597 2007-01-24 Joel Brobecker <brobecker@adacore.com>
9598
9599 * dwarf2read.c (add_partial_symbol): Create an extra partial
9600 symbol in the VAR_DOMAIN for Ada structures, unions or enums.
9601 (new_symbol): Likewise for symbols.
9602
9603 2007-01-24 Nick Roberts <nickrob@snap.net.nz>
9604
9605 * mi/mi-main.c (mi_cmd_execute): Call free_all_values.
9606
9607 2007-01-23 Vladimir Prus <vladimir@codesourcery.com>
9608
9609 * value.c (value_primitive_field): Copy the full 'location'
9610 contents, instead of assuming that copying ADDRESS will
9611 bring over everything in the union. Remove obsolete comment.
9612
9613 2007-01-23 Masaki Muranaka <monaka@monami-software.com>
9614
9615 * m32c-tdep.c (make_regs, m32c_analyze_prologue)
9616 (m32c_skip_trampoline_code, m32c_m16c_address_to_pointer)
9617 (m32c_m16c_pointer_to_address): Separate code from declarations.
9618
9619 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
9620
9621 * target.c (update_current_target): Correct typo.
9622
9623 2007-01-22 Masaki Muranaka <monaka@monami-software.com>
9624
9625 * xstormy16-tdep.c (xstormy16_skip_prologue): Separate code from a
9626 declaration.
9627
9628 2007-01-11 Andrew Cagney <cagney@redhat.com>
9629 Daniel Jacobowitz <dan@codesourcery.com>
9630 Jan Kratochvil <jan.kratochvil@redhat.com>
9631
9632 * dwarf2-frame.c (execute_cfa_program): New support of
9633 `DW_CFA_GNU_negative_offset_extended'.
9634
9635 2007-01-21 Daniel Jacobowitz <dan@codesourcery.com>
9636
9637 * NEWS: Mention flash support for "load" and new remote packets.
9638
9639 2007-01-21 Markus Deuling <deuling@de.ibm.com>
9640
9641 * breakpoint.c (delete_command): Skip redundant loop iterations.
9642
9643 2007-01-21 Daniel Jacobowitz <dan@codesourcery.com>
9644
9645 * gdbarch.sh (register_type): Update comment.
9646 * gdbarch.h: Regenerated.
9647 * arch-utils.c (generic_register_size): Call register_type.
9648 * ia64-tdep.c (ia64_extract_return_value): Likewise.
9649 * m32c-tdep.c (check_for_saved): Likewise.
9650 * mips-tdep.c (mips_print_register, print_gp_register_row)
9651 (mips_print_registers_info): Likewise.
9652 * sh-tdep.c (sh_pseudo_register_read, sh_pseudo_register_write):
9653 Likewise.
9654 * sh64-tdep.c (sh64_pseudo_register_read, sh64_pseudo_register_write)
9655 (sh64_do_register, sh64_print_register)
9656 (sh64_media_print_registers_info): Likewise.
9657 * tui/tui-regs.c (tui_register_format): Likewise.
9658
9659 2007-01-21 Daniel Jacobowitz <dan@codesourcery.com>
9660
9661 * objfiles.h (ALL_PRIMARY_SYMTABS): Define.
9662
9663 * ada-lang.c (symtab_for_sym, ada_lookup_symbol_list)
9664 (ada_lookup_symbol): Use ALL_PRIMARY_SYMTABS.
9665 * cp-support.c (make_symbol_overload_list_qualified): Likewise.
9666 * symtab.c (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
9667 (basic_lookup_transparent_type, find_pc_sect_symtab, search_symbols)
9668 (make_symbol_completion_list): Likewise.
9669
9670 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9671 Daniel Jacobowitz <dan@codesourcery.com>
9672
9673 * buildsym.c (end_symtab): Use preallocated symtab if available.
9674 Fill in SYMBOL_SYMTAB.
9675 * buildsym.h (struct subfile): Add symtab member.
9676 * dwarf2read.c (struct dwarf2_cu): Add line_header.
9677 (struct file_entry): Add symtab.
9678 (free_cu_line_header): New function.
9679 (read_file_scope): Use it. Save line_header in the cu. Process
9680 lines before DIEs.
9681 (add_file_name): Initialize new symtab member.
9682 (dwarf_decode_lines): Create symtabs for included files.
9683 (new_symbol): Set SYMBOL_SYMTAB.
9684 * symtab.c (lookup_symbol): Use SYMBOL_SYMTAB.
9685 (search_symbols): Likewise.
9686 * symtab.h (struct symbol): Add symtab member.
9687 (SYMBOL_SYMTAB): Define.
9688
9689 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
9690
9691 * symfile.c (allocate_symtab): Remove INIT_EXTRA_SYMTAB_INFO.
9692
9693 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
9694
9695 * arch-utils.c (show_endian): Correct reversed condition.
9696
9697 2007-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9698
9699 * MAINTAINERS (Write After Approval): Add myself.
9700
9701 2007-01-16 Daniel Jacobowitz <dan@codesourcery.com>
9702 Vladimir Prus <vladimir@codesourcery.com>
9703
9704 Fix 'selected frame' varobjs.
9705 * varobj.c (struct varobj): Remove the error field.
9706 (varobj_set_value): Don't check var->error.
9707 (install_new_value): Don't set var->error.
9708 (varobj_update): Always pass the new value
9709 of the root via install_new_value.
9710 (create_child): Don't set error field.
9711 (new_variable): Likewise.
9712 (c_value_of_root): Always reevaluate the value
9713 of selected frame varobjs in the selected frame.
9714 Don't call reinit_frame_cache.
9715
9716 2007-01-15 Joel Brobecker <brobecker@adacore.com>
9717
9718 * source.c (_initialize_source): Improve the help text of
9719 the substitute-path commands.
9720
9721 2007-01-14 Mark Kettenis <kettenis@gnu.org>
9722
9723 * frv-tdep.c (frv_gdbarch_init, frv_register_name)
9724 (frv_breakpoint_from_pc, frv_gdbarch_adjust_breakpoint_address)
9725 (frv_skip_prologue): Remove prototypes.
9726 (frv_adjust_breakpoint_address): Renamed from
9727 frv_gdbarch_adjust_breakpoint_address.
9728 (frv_gdbarch_init): Adjust.
9729
9730 2007-01-13 Mark Kettenis <kettenis@gnu.org>
9731
9732 * gdbarch.sh (deprecated_extract_return_value)
9733 (deprecated_store_return_value): Remove.
9734 (extract_return_value, store_return_value): Remove default values.
9735 * gdbarch.c, gdbarch.h: Regenerate.
9736 * arch-utils.c, arch-utils.h (legacy_extract_return_value)
9737 (legacy_store_return_value): Remove.
9738 * regcache.c, regcache.h (deprecated_grub_regcache_for_registers):
9739 Remove.
9740
9741 * mi/mi-main.c: Remove obsolete comment.
9742
9743 * regcache.c, regcache.h (deprecated_register_bytes)
9744 (deprecated_read_register_bytes)
9745 (deprecated_write_register_bytes): Remove.
9746
9747 * frame.c (get_frame_register_bytes, put_frame_register_bytes):
9748 Don't forget to move destination pointer.
9749
9750 2007-01-01 Mark Kettenis <kettenis@gnu.org>
9751
9752 * config/i386/nm-i386gnu.h (CHILD_PREPARE_TO_STORE): Remove.
9753
9754 2007-01-11 Ulrich Weigand <uweigand@de.ibm.com>
9755
9756 * spu-tdep.c (spu_analyze_prologue): Fix erroneous backtrace
9757 past entry function with recent newlib.
9758
9759 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
9760
9761 * gdb.texinfo (GDB/MI Variable Objects): Improve the
9762 introduction. Specify -var-update more exactly.
9763
9764 2007-01-11 Daniel Jacobowitz <dan@codesourcery.com>
9765
9766 * frame.c (get_prev_frame_1): Check PC_REGNUM before using it.
9767
9768 2007-01-10 Jim Blandy <jimb@codesourcery.com>
9769
9770 * MAINTAINERS (Global Maintainers): Ulrich Weigand has accepted
9771 the Global Maintainers' invitation to be a global maintainer.
9772
9773 2007-01-10 Daniel Jacobowitz <dan@codesourcery.com>
9774
9775 * infrun.c (singlestep_pc): New variable.
9776 (resume): Set singlestep_pc.
9777 (context_switch): Add a debugging message. Flush the frame cache.
9778 (handle_inferior_event): Add debugging messages. Handle thread
9779 hops when a software single step has completed. Let context_switch
9780 handle flushing the frame cache.
9781
9782 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9783
9784 * NEWS: Mention target descriptions, "set tdesc filename",
9785 "unset tdesc filename", "show tdesc filename", and
9786 qXfer:features:read.
9787 * arch-utils.c (choose_architecture_for_target): New function.
9788 (gdbarch_info_fill): Call it.
9789 * target-descriptions.c (struct property): Make members non-const.
9790 (struct target_desc): Add arch member.
9791 (target_description_filename): New variable.
9792 (target_find_description): Try via XML first.
9793 (tdesc_architecture): New.
9794 (free_target_description, make_cleanup_free_target_description): New.
9795 (set_tdesc_property): Call xstrdup.
9796 (set_tdesc_architecture, tdesc_set_cmdlist, tdesc_show_cmdlist)
9797 (tdesc_unset_cmdlist, unset_tdesc_cmd, unset_tdesc_filename_cmd)
9798 (set_tdesc_cmd, show_tdesc_cmd, set_tdesc_filename_cmd)
9799 (show_tdesc_filename_cmd, _initialize_target_descriptions): New.
9800 * target-descriptions.h (tdesc_architecture)
9801 (make_cleanup_free_target_description, set_tdesc_architecture): New
9802 prototypes.
9803 * Makefile.in (SFILES): Add xml-tdesc.c.
9804 (COMMON_OBS): Add xml-tdesc.o.
9805 (target-descriptions.o): Update.
9806 (xml-tdesc.o): New rule.
9807 * xml-tdesc.c, xml-tdesc.h: New files.
9808 * remote.c (PACKET_qXfer_features): New enum.
9809 (remote_protocol_features): Add qXfer:features:read.
9810 (remote_xfer_partial): Handle TARGET_OBJECT_AVAILABLE_FEATURES.
9811 (_initialize_remote): Register qXfer:features:read.
9812 * target.h (enum target_object): Add TARGET_OBJECT_AVAILABLE_FEATURES.
9813 * features/gdb-target.dtd: New file.
9814
9815 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9816
9817 * copyright.sh: Clarify error.
9818
9819 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9820
9821 * symtab.c (matching_bfd_sections): Fix VMA matching for
9822 prelinked objects.
9823
9824 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9825
9826 * minsyms.c (lookup_minimal_symbol_by_pc_section): Handle
9827 nested symbols.
9828
9829 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9830
9831 Updated copyright notices for most files.
9832
9833 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9834
9835 * copyright.sh (prunes): Add step-line.inp and step-line.c.
9836
9837 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9838
9839 * configure.ac (DEBUGDIR_RELOCATABLE): Define for debugdir inside
9840 exec_prefix.
9841 (TARGET_SYSTEM_ROOT_RELOCATABLE): Allow for exec_prefix being
9842 '${prefix}'.
9843 * configure, config.in: Regenerate.
9844 * defs.h (debug_file_directory): Declare.
9845 * main.c (captured_main): Canonicalize gdb_sysroot. Assume
9846 TARGET_SYSTEM_ROOT is defined. Initialize debug_file_directory and
9847 relocate it if DEBUGDIR_RELOCATABLE.
9848 * symfile.c (debug_file_directory): Make non-static.
9849 (find_separate_debug_file): Look for debug info for SYSROOT/PATH
9850 in DEBUGDIR/PATH if DEBUGDIR is inside SYSROOT.
9851 (_initialize_symfile): Don't initialize debug_file_directory here.
9852
9853 2007-01-09 Jim Blandy <jimb@codesourcery.com>
9854
9855 * score-tdep.c (score_push_dummy_call): Don't mix declarations and
9856 statements.
9857
9858 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9859
9860 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Use
9861 frame_unwind_register to recurse.
9862 * alpha-tdep.c (alpha_sigtramp_frame_prev_register): Likewise.
9863 (alpha_heuristic_frame_prev_register): Likewise.
9864 * h8300-tdep.c (h8300_frame_prev_register): Likewise.
9865 * m32c-tdep.c (m32c_prev_register): Likewise.
9866 * frame.c (frame_register_unwind_location): Remove FIXME.
9867
9868 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9869 Eli Zaretskii <eliz@gnu.org>
9870
9871 * copyright.sh: New file.
9872
9873 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9874
9875 * configure.ac: Check for XML_StopParser.
9876 * xml-support.c (gdb_xml_body_text): Check for an error.
9877 (gdb_xml_start_element_wrapper): Conditionalize call to XML_StopParser.
9878 (gdb_xml_end_element_wrapper): Likewise.
9879 * config.in, configure: Regenerated.
9880
9881 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
9882
9883 * varobj.c (install_new_value): Always update print_value.
9884 (value_get_print_value): Immediately return NULL for missing
9885 values.
9886
9887 2007-01-08 Jim Blandy <jimb@codesourcery.com>
9888
9889 * configure.ac: Tighten pattern for extracting value of
9890 DEPRECATED_TM_FILE from the target makefile fragment.
9891 * configure: Regenerated.
9892
9893 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
9894
9895 * linux-nat.c (struct simple_pid_list): Add status.
9896 (add_to_pid_list): Record the PID's status.
9897 (linux_record_stopped_pid): Likewise. Make static.
9898 (pull_pid_from_list): Return the saved status.
9899 (linux_nat_handle_extended): Deleted.
9900 (linux_handle_extended_wait): Combine with linux_nat_handle_extended.
9901 Make static. Handle non-SIGSTOP for a new thread's first signal.
9902 (flush_callback): Handle unexpected pending signals.
9903 (linux_nat_wait): Update calls to changed functions.
9904 * linux-nat.h (linux_record_stopped_pid, linux_handle_extended_wait):
9905 Remove prototypes for newly static functions.
9906
9907 2007-01-08 Ulrich Weigand <uweigand@de.ibm.com>
9908
9909 * gdbarch.sh (value_from_register): New gdbarch function.
9910 * gdbarch.c, gdbarch.h: Regenerate.
9911 * findvar.c (default_value_from_register): New function.
9912 (value_from_register): Use gdbarch_value_from_register.
9913 * value.h (default_value_from_register): Declare.
9914 * spu-tdep.c (spu_convert_register_p, spu_register_to_value,
9915 spu_value_to_register): Remove.
9916 (spu_value_from_register): New function.
9917 (spu_gdbarch_init): Do not call set_gdbarch_convert_register_p,
9918 set_gdbarch_register_to_value, set_gdbarch_value_to_register.
9919 Call set_gdbarch_value_from_register.
9920 * s390-tdep.c (s390_convert_register_p, s390_register_to_value,
9921 s390_value_to_register): Remove.
9922 (s390_value_from_register): New function.
9923 (s390_gdbarch_init): Do not call set_gdbarch_convert_register_p,
9924 set_gdbarch_register_to_value, set_gdbarch_value_to_register.
9925 Call set_gdbarch_value_from_register.
9926
9927 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
9928
9929 * NEWS: Add "set sysroot" and "show sysroot".
9930 * solib.c (solib_absolute_prefix): Delete. Replace
9931 all uses with gdb_sysroot.
9932 (_initialize_solib): Add "set sysroot" and "show sysroot".
9933 Make "solib-absolute-prefix" an alias to it.
9934
9935 2007-01-08 Ulrich Weigand <uweigand@de.ibm.com>
9936
9937 * frame.c (get_frame_register_bytes): New function.
9938 (put_frame_register_bytes): Likewise.
9939 * frame.h (get_frame_register_bytes): Declare.
9940 (put_frame_register_bytes): Likewise.
9941 * findvar.c (value_from_register): Always construct lval_register
9942 values. Use get_frame_register_bytes.
9943 * valops.c (value_assign): Use get_frame_register_bytes and
9944 put_frame_register_bytes.
9945
9946 2007-01-08 Jim Blandy <jimb@codesourcery.com>
9947
9948 * MAINTAINERS: Update Stan Shebs' email address.
9949
9950 2007-01-07 Joel Brobecker <brobecker@adacore.com>
9951
9952 * ada-lang.c (is_known_support_routine): Improve the implementation.
9953
9954 2007-01-06 Joel Brobecker <brobecker@adacore.com>
9955
9956 * ada-lang.c: Add include of source.h.
9957 (is_known_support_routine): Improve the check verifying that the file
9958 associated to this frame exists.
9959 * Makefile.in (ada-lang.o): Add dependency on source.h.
9960
9961 2007-01-07 Jim Blandy <jimb@codesourcery.com>
9962
9963 * ax-general.c (ax_const_l): Select proper opcode for the given
9964 value.
9965
9966 2007-01-05 Vladimir Prus <vladimir@codesourcery.com>
9967
9968 * varobj.c (c_value_of_root): Don't select frame if variable
9969 object is out of scope.
9970
9971 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
9972
9973 * varobj.c (struct varobj): New member print_value.
9974 (install_new_value): Compare last printed value with current one
9975 instead of contents.
9976 (new_variable): Initialize var->print_value to NULL.
9977 (free_variable): Free var->print_value.
9978 (value_get_print_value): New function derived from
9979 c_value_of_variable.
9980 (c_value_of_variable): Use value_get_print_value.
9981
9982 2007-01-05 Joel Brobecker <brobecker@adacore.com>
9983
9984 * i386-tdep.c (i386_analyze_stack_align): Add comment.
9985
9986 2007-01-05 Joel Brobecker <brobecker@adacore.com>
9987
9988 * NEWS: Add entries for new catch commands.
9989
9990 2007-01-05 Joel Brobecker <brobecker@adacore.com>
9991
9992 * dwarf2read.c (partial_die_info): Add field has_byte_size.
9993 (add_partial_symbol): Correct identification of external references.
9994 (process_structure_scope): Likewise.
9995 (read_partial_die): Handle DW_AT_byte_size attribute.
9996
9997 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
9998
9999 * xml-support.c (gdb_xml_end_element): Remove wrong backslashes.
10000
10001 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
10002
10003 * varobj.c (get_type_deref): Fix variable objects for references to
10004 pointers.
10005
10006 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
10007
10008 * symtab.c (find_pc_sect_psymtab): Add comments. Handle psymtabs
10009 with no symbols.
10010
10011 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
10012
10013 * memory-map.c (struct_memory_map_parsing_data): Remove most
10014 members. Make property_name an array.
10015 (free_memory_map_parsing_data, memory_map_start_element)
10016 (memory_map_end_element, memory_map_character_data): Delete.
10017 (memory_map_start_memory, memory_map_end_memory)
10018 (memory_map_start_property, memory_map_end_property): New functions.
10019 (property_attributes, memory_children, memory_type_enum)
10020 (memory_attributes, memory_map_children, memory_map_elements): New.
10021 (parse_memory_map): Rewrite.
10022 * xml-support.c (debug_xml): New.
10023 (xml_get_required_attribute, xml_get_integer_attribute)
10024 (xml_get_enum_value, free_xml_parser, make_cleanup_free_xml_parser):
10025 Delete.
10026 (struct scope_level, struct gdb_xml_parser, gdb_xml_body_text)
10027 (gdb_xml_debug, gdb_xml_error, gdb_xml_values_cleanup)
10028 (gdb_xml_start_element, gdb_xml_start_element_wrapper)
10029 (gdb_xml_end_element, gdb_xml_end_element_wrapper, gdb_xml_cleanup)
10030 (gdb_xml_create_parser_and_cleanup, gdb_xml_parse)
10031 (gdb_xml_parse_ulongest, gdb_xml_parse_attr_ulongest)
10032 (gdb_xml_parse_attr_enum, show_debug_xml, _initialize_xml_support):
10033 New.
10034 * xml-support.h (struct gdb_xml_value, gdb_xml_attribute_handler)
10035 (enum gdb_xml_attribute_flag, struct gdb_xml_attribute)
10036 (enum gdb_xml_element_flag, struct gdb_xml_element)
10037 (gdb_xml_element_start_handler, gdb_xml_element_end_handler)
10038 (struct gdb_xml_enum): New.
10039 (gdb_xml_create_parser_and_cleanup, gdb_xml_parse, gdb_xml_debug)
10040 (gdb_xml_error, gdb_xml_parse_attr_ulongest)
10041 (gdb_xml_parse_attr_enum, gdb_xml_parse_ulongest): New prototypes.
10042 (xml_get_required_attribute, xml_get_integer_attribute)
10043 (xml_get_enum_value, make_cleanup_free_xml_parser): Delete prototypes.
10044 * Makefile.in (xml_support_h, xml-support.o): Update.
10045
10046 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
10047
10048 * Makefile.in (eval.o): Update dependencies.
10049 * eval.c: Include "ui-out.h" and "exceptions.h".
10050 (evaluate_subexp_standard): Use TRY_CATCH around value_of_variable.
10051 Use value_zero if an error occurs when avoiding side effects.
10052 * varobj.c (c_value_of_root): Initialize new_val.
10053
10054 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
10055
10056 * varobj.c (varobj_list_children): Stop if the number of children is
10057 unknown.
10058 (c_number_of_children):
10059
10060 2007-01-04 Mark Kettenis <kettenis@gnu.org>
10061
10062 * alpha-tdep.c (alpha_register_name): Use ARRAY_SIZE.
10063 (alpha_read_insn, alpha_skip_prologue, alpha_heuristic_proc_start)
10064 (alpha_heuristic_frame_unwind_cache, alpha_next_pc)
10065 (alpha_gdbarch_init): Use ALPHA_INSN_SIZE, ALPHA_REGISTER_SIZE and
10066 sizeof, instead of hardcoded constants.
10067
10068 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
10069
10070 * CONTRIBUTE: Use sourceware.org.
10071
10072 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
10073
10074 * buildsym.c (start_subfile): Handle producer.
10075 (record_producer): New function.
10076 * buildsym.h (struct subfile): Include producer.
10077 (record_producer): New prototype.
10078 * dwarf2-frame.c (struct dwarf2_cie): Add version and augmentation.
10079 (struct dwarf2_frame_state): Add armcc_cfa_offsets_sf and
10080 armcc_cfa_offsets_reversed.
10081 (execute_cfa_program): Handle armcc_cfa_offsets_sf.
10082 (dwarf2_frame_find_quirks): New function.
10083 (dwarf2_frame_cache): Call it. Handle armcc_cfa_offsets_reversed.
10084 (decode_frame_entry_1): Record the CIE version. Record the
10085 augmentation. Skip armcc augmentations.
10086 * dwarf2read.c (read_file_scope): Save the producer.
10087 * symtab.h (struct symtab): Rename unused version member to
10088 producer.
10089
10090 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
10091
10092 * configure.ac (build_warnings): Use -Wall and
10093 -Wdeclaration-after-statement.
10094 * configure: Regenerated.
10095
10096 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
10097
10098 Simplify access to variours properties of child
10099 variable objects in C.
10100 * varobj.c (value_struct_element_index): New function.
10101 (c_describe_child): New function.
10102 (c_name_of_child, c_value_of_child)
10103 (c_type_of_child): Rewrite to use c_describe_child.
10104
10105 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
10106
10107 gdb/
10108 * varobj.c: Include "vec.h".
10109 (varobj_p): New typedef, declare vector of those.
10110 (struct varobj): Use vector for the 'children' member.
10111 (child_exists): Remove.
10112 (save_child_in_parent): Remove.
10113 (remove_child_from_parent): Remove.
10114 (struct varobj_child): Remove.
10115 (struct vstack): Remove.
10116 (vpush, vpop): Remove.
10117 (varobj_list_children): Adjust to work work vector.
10118 (varobj_update): Likewise. Use vectors for
10119 working stack and result.
10120 (delete_variable_1): Likewise.
10121 * Makefile.in (varobj.o): Update dependencies.
10122
10123 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
10124
10125 Port from Apple's version.
10126 gdb/
10127 * varobj.c (type_changeable): Rename to...
10128 (varobj_value_is_changeable_p): ...this. Adjust all callers.
10129 (is_root_p): New function. Use it everywhere.
10130
10131 2007-01-04 Jim Blandy <jimb@codesourcery.com>
10132
10133 * glibc-tdep.c (glibc_skip_solib_resolver): Look for '_dl_fixup',
10134 then plain 'fixup'.
10135
10136 2007-01-04 Joel Brobecker <brobecker@adacore.com>
10137
10138 * hpread.c (hpread_start_psymtab): Remove unnecessary extern.
10139
10140 2007-01-04 Joel Brobecker <brobecker@adacore.com>
10141
10142 * hpread.c (hpread_type_lookup): Fix compilation failure.
10143
10144 2007-01-04 Qinwei <qinwei@sunnorth.com.cn>
10145
10146 * NEWS: New port to S+core.
10147 * MAINTAINERS (Write After Approval, Responsible Maintainers):
10148 Add myself.
10149
10150 * Makefile.in: Add dependencies for S+core files.
10151 * configure.tgt (score*, score-*-*): Add S+core target.
10152 * config/score/embed.mt: New file.
10153 * score-tdep.c: New file.
10154 * score-tdep.h: New file.
10155
10156 2007-01-04 Joel Brobecker <brobecker@adacore.com>
10157
10158 * ada-lang.c (ada_evaluate_subexp) [OP_TYPE]: Return a value with
10159 the appropriate type rather than a bogus void type.
10160
10161 2007-01-04 Joel Brobecker <brobecker@adacore.com>
10162
10163 * ada-lang.h (ada_find_printable_frame): Remove.
10164 (ada_exception_catchpoint_p, ada_decode_exception_location)
10165 (ada_decode_assert_location): Add declaration.
10166 * ada-lang.c: Add include of annotate.h and valprint.h.
10167 (exception_catchpoint_kind): New enum.
10168 (function_name_from_pc, is_known_support_routine)
10169 (ada_find_printable_frame, ada_unhandled_exception_name_addr)
10170 (ada_exception_name_addr_1, ada_exception_name_addr)
10171 (print_it_exception, print_one_exception, print_mention_exception)
10172 (print_it_catch_exception, print_one_catch_exception)
10173 (print_mention_catch_exception, catch_exception_breakpoint_ops)
10174 (print_it_catch_exception_unhandled)
10175 (print_one_catch_exception_unhandled)
10176 (print_mention_catch_exception_unhandled, print_it_catch_assert)
10177 (print_one_catch_assert, print_mention_catch_assert)
10178 (ada_exception_catchpoint_p, error_breakpoint_runtime_sym_not_found)
10179 (ada_get_next_arg, catch_ada_exception_command_split)
10180 (ada_exception_sym_name, ada_exception_sym_name)
10181 (ada_exception_breakption_ops, ada_exception_catchpoint_cond_string)
10182 (ada_parse_catchpoint_condition, ada_exception_sal)
10183 (ada_decode_exception_location)
10184 (ada_decode_assert_location): New function.
10185 (catch_exception_unhandled_breakpoint_ops): New global variable.
10186 (catch_assert_breakpoint_ops): New global variable.
10187 * breakpoint.c: Add include of ada-lang.h.
10188 (print_one_breakpoint): Do not print the condition for Ada
10189 exception catchpoints.
10190 (create_ada_exception_breakpoint): New function.
10191 (catch_ada_exception_command, catch_assert_command): New function.
10192 (catch_command_1): Add support for the new "catch exception" and
10193 "catch assert" commands.
10194 (_initialize_breakpoint): Add help description for the new catch
10195 commands.
10196 * Makefile.in (ada-lang.o): Add dependency on annotate.h and
10197 valprint.h.
10198 (breakpoint.o): Add dependency on ada-lang.h.
10199
10200 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
10201
10202 * coffread.c (cs_to_section): If bfd_section is found, always
10203 return its section index.
10204 (coff_symtab_read): Determine the minimal_symbol_type using the
10205 bfd_section flags.
10206
10207 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10208 Daniel Jacobowitz <dan@codesourcery.com>
10209
10210 * Makefile.in (top.o): Update.
10211 * top.c (gdb_readline_wrapper_done, gdb_readline_wrapper_result)
10212 (saved_after_char_processing_hook, gdb_readline_wrapper_line)
10213 (struct gdb_readline_wrapper_cleanup, gdb_readline_wrapper_cleanup):
10214 New.
10215 (gdb_readline_wrapper): Rewrite to use asynchronous readline.
10216
10217 2007-01-03 Mark Kettenis <kettenis@gnu.org>
10218
10219 * arm-linux-tdep.c (arm_linux_extract_return_value): Remove.
10220 (arm_linux_init_abi): Don't set deprecated_extract_return_value.
10221
10222 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
10223
10224 * ada-lang.c (find_struct_field): Initialize *byte_offset_p.
10225 * breakpoint.c (do_enable_breakpoint): Ignore both mem_cnt and i.
10226 * c-typeprint.c (c_type_print_varspec_suffix): Don't test length
10227 greater than or equal to zero.
10228 * m2-typeprint.c (m2_array): Likewise.
10229 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
10230 * gdbtypes.c (copy_type_recursive): Correct == typo.
10231 * i386-tdep.c (i386_skip_prologue): Remove stray semicolon.
10232 * linux-nat.c (linux_nat_info_proc_cmd): Don't compare a pointer
10233 greater than zero.
10234 * macroscope.c (sal_macro_scope): Don't name a local variable "main".
10235 (default_macro_scope): Remove unused variable.
10236 * prologue-value.h (pv_area_find_reg): Don't name an argument
10237 "register".
10238 * remote-fileio.c (remote_fio_func_map): Add missing braces.
10239 * remote.c (sigint_remote_twice_token, sigint_remote_token): Change
10240 type.
10241 (cleanup_sigint_signal_handler): Remove casts.
10242 * valprint.c (val_print): Use a volatile local for the modified
10243 argument.
10244 * varobj.c (languages): Remove extra array dimension.
10245 (varobj_create): Correct access to languages array.
10246 * mi/mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Add
10247 missing braces.
10248 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
10249 * mi/mi-cmd-env.c (mi_cmd_env_path, mi_cmd_env_dir): Likewise.
10250 * mi/mi-getopt.c (mi_valid_noargs): Likewise.
10251 * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
10252 (mi_cmd_data_write_memory): Likewise.
10253 * signals/signals.c (target_signal_to_string): Cast to int before
10254 comparing.
10255 * tui/tui-layout.c (init_and_make_win): Take and return a void *.
10256 Update all callers.
10257
10258 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
10259
10260 * NEWS: Mention pointer to member improvements.
10261 * Makefile.in (gnu-v3-abi.o): Delete special rule.
10262 (eval.o, gnu-v3-abi.o, ia64-tdep.o): Update.
10263 * ada-valprint.c (ada_print_scalar): Update for new type codes.
10264 * c-typeprint.c (c_print_type): Update for new type codes.
10265 (c_type_print_varspec_prefix, c_type_print_varspec_suffix)
10266 (c_type_print_base): Likewise.
10267 (c_type_print_args): Rewrite.
10268 * c-valprint.c (c_val_print): Update for new type codes. Remove
10269 support for references to members. Treat methods like functions.
10270 * cp-abi.c (cplus_print_method_ptr, cplus_method_ptr_size)
10271 (cplus_make_method_ptr, cplus_method_ptr_to_value): New.
10272 * cp-abi.h (cplus_print_method_ptr, cplus_method_ptr_size)
10273 (cplus_make_method_ptr, cplus_method_ptr_to_value): New prototypes.
10274 (struct cp_abi_ops): Add corresponding members.
10275 * cp-valprint.c (cp_print_class_method): Delete.
10276 (cp_find_class_member): New function.
10277 (cp_print_class_member): Use it. Simplify support for bogus
10278 member pointers.
10279 * dwarf2read.c (quirk_gcc_member_function_pointer): Use
10280 lookup_methodptr_type.
10281 (read_tag_ptr_to_member_type): Likewise, and lookup_memberptr_type.
10282 * eval.c (evaluate_subexp_standard): Implement EVAL_SKIP for
10283 OP_SCOPE. Update call to value_aggregate_elt. Rewrite member
10284 pointer support.
10285 (evaluate_subexp_for_address): Handle OP_SCOPE explicitly. Handle
10286 references returned by user defined operators.
10287 * f-typeprint.c (f_print_type, f_type_print_varspec_prefix)
10288 (f_type_print_varspec_suffix): Remove support for member pointers.
10289 * gdbtypes.c (lookup_memberptr_type): Renamed from lookup_member_type
10290 and adjusted.
10291 (smash_to_memberptr_type): Likewise, from smash_to_member_type.
10292 (lookup_methodptr_type): New.
10293 (rank_one_type): Adjust for TYPE_CODE_MEMBERPTR.
10294 (recursive_dump_type): Update for new types.
10295 * gdbtypes.h (enum type_code): Replace TYPE_CODE_MEMBER with
10296 TYPE_CODE_MEMBERPTR and TYPE_CODE_METHODPTR.
10297 (lookup_memberptr_type, lookup_methodptr_type)
10298 (smash_to_memberptr_type): New prototypes.
10299 (smash_to_method_type): Formatting fix.
10300 (lookup_member_type, smash_to_member_type): Delete prototypes.
10301 * gnu-v3-abi.c (gnuv3_get_vtable, gnuv3_get_virtual_fn): New.
10302 Do not rely on debug information for the vptr or the method's
10303 enclosing type. Handle function descriptors for IA64.
10304 (gnuv3_virtual_fn_field): Rewrite using the new functions.
10305 (gnuv3_find_method_in, gnuv3_print_method_ptr)
10306 (gnuv3_method_ptr_size, gnuv3_make_method_ptr)
10307 (gnuv3_method_ptr_to_value): New.
10308 (init_gnuv3_ops): Set new members of gnu_v3_abi_ops.
10309 * hpread.c (hpread_type_lookup): Update for new types.
10310 * infcall.c (value_arg_coerce): Likewise.
10311 * m2-typeprint.c (m2_print_type): Remove explicit support
10312 for member pointers.
10313 * m2-valprint.c (m2_val_print): Likewise.
10314 * p-typeprint.c (pascal_type_print_varspec_prefix)
10315 (pascal_type_print_varspec_suffix, pascal_type_print_base): Likewise.
10316 * p-valprint.c (pascal_val_print): Likewise.
10317 (pascal_object_print_class_method, pascal_object_print_class_member):
10318 Delete.
10319 * p-lang.h (pascal_object_print_class_method)
10320 (pascal_object_print_class_member): Delete prototypes.
10321 * stabsread.c (read_type): Update for new types.
10322 * typeprint.c (print_type_scalar): Likewise.
10323 * valops.c (value_struct_elt_for_reference, value_namespace_elt)
10324 (value_maybe_namespace_elt, value_aggregate_elt): Add want_address
10325 argument. Construct a pointer to member if the address of a
10326 function or data member is requested.
10327 (value_cast_pointers): Don't modify the input value.
10328 (value_cast): Adjust pointer to member handling for new types.
10329 Allow null pointer to member constants. Don't modify the input
10330 value.
10331 (value_ind): Remove pointer to member check. Handle function
10332 descriptors for function pointers.
10333 (value_struct_elt, value_find_oload_method_list, check_field):
10334 Remove pointer to member checks.
10335 * value.c (unpack_long): Allow pointers to data members.
10336 (value_from_longest): Allow member pointers.
10337 * value.h (value_aggregate_elt): Add want_address.
10338 * varobj.c (c_variable_editable): Remove check for members.
10339 * gdbarch.sh: Add vtable_function_descriptors and vbit_in_delta.
10340 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Handle descriptors
10341 in virtual tables.
10342 (ia64_gdbarch_init): Call set_gdbarch_vtable_function_descriptors.
10343 * c-lang.h (cp_print_class_method): Delete prototype.
10344 * arm-tdep.c (arm_gdbarch_init): Call set_gdbarch_vbit_in_delta.
10345 * mips-tdep.c (mips_gdbarch_init): Likewise.
10346 * gdbarch.c, gdbarch.h: Regenerated.
10347
10348 2007-01-01 Mark Kettenis <kettenis@gnu.org>
10349
10350 * rs6000-tdep.c (rs6000_use_struct_convention)
10351 (rs6000_extract_return_value, rs6000_store_return_value)
10352 (rs6000_extract_struct_value_address): Remove.
10353 (rs6000_return_value): New function.
10354 (rs6000_gdbarch_init): Don't set deprecated_extract_return_value,
10355 store_return_value, deprecated_extract_struct_value_address and
10356 deprecated_use_struct_convention. Use rs6000_return_value
10357 instead.
10358
10359 2007-01-02 Nick Roberts <nickrob@snap.net.nz>
10360
10361 * mi/mi-cmds.c (mi_cmds): Remove entries for -display-delete,
10362 -display-disable, -display-enable, -display-insert and
10363 -display-list.
10364
10365 2007-01-01 Joel Brobecker <brobecker@adacore.com>
10366
10367 * breakpoint.c (remove_breakpoint): Remove dead code.
10368
10369 2007-01-01 Nick Roberts <nickrob@snap.net.nz>
10370
10371 * varobj.c: Include block.h.
10372 (c_value_of_root): Check scope within nested statements.
10373
10374 2007-01-01 Mark Kettenis <kettenis@gnu.org>
10375
10376 * mi/mi-main.c (mi_cmd_data_write_register_values): Use
10377 regcache_cooked_write_signed instead of
10378 deprecated_write_register_bytes.
10379
10380 2007-01-01 Joel Brobecker <brobecker@adacore.com>
10381
10382 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2006.
10383
10384 2007-01-01 Joel Brobecker <brobecker@adacore.com>
10385
10386 Followed the Start of New Year Procedure:
10387 * ChangeLog-2006: New file, containing all the entries for 2006.
10388 * ChangeLog: Removed all 2006 entries, and changed the reference
10389 to the previous ChangeLog to point to ChangeLog 2006.
10390 * top.c (print_gdb_version): Update copyright year.
10391
10392 2007-01-01 Mark Kettenis <kettenis@gnu.org>
10393
10394 * Makefile.in (remote-sds.o): Remove.
10395 * remote-sds.c: Delete.
10396
10397 For older changes see ChangeLog-2006.
10398 \f
10399 Local Variables:
10400 mode: change-log
10401 left-margin: 8
10402 fill-column: 74
10403 version-control: never
10404 coding: utf-8
10405 End:
This page took 0.249264 seconds and 4 git commands to generate.