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