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