2007-08-10 Michael Snyder <msnyder@access-company.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
9c3f90bd
MS
12007-08-10 Michael Snyder <msnyder@access-company.com>
2
76bd6e0b
MS
3 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Memory leak.
4
518f9d3c
MS
5 * solib-svr4.c (enable_break): Don't free tmp_pathname until
6 after closing bfd.
7
9c3f90bd
MS
8 * completer.c: Comment/whitespace cleanup.
9
adee0206
JB
102007-08-10 Joel Brobecker <brobecker@adacore.com>
11
12 * Makefile.in (i386nbsd-nat.o): Add missing dependency.
13
142007-08-10 Maxim Grigoriev <maxim2405@gmail.com>
9f8e6999
MG
15
16 * remote-fileio.c (remote_fileio_resize_fd_map): Initialize newly
17 allocated file descriptors.
18
271a27b8
JB
192007-08-10 Joel Brobecker <brobecker@adacore.com>
20
21 * Makefile.in: Minor cleanup throughout; add some missing variables,
22 add some missing rules, remove some rules that are no longer needed,
23 and fix the dependencies in several rules.
24
57da7796
LC
252007-08-10 Ludovic Courtès <ludo@gnu.org>
26
d4310edb
LC
27 * Makefile.in (SFILES): Add scm-{exp,lang,valprint}.c.
28 (scm_lang_h, scm_tags_h): New.
29 (COMMON_OBS): Add scm-{exp,lang,valprint}.o.
30 (scm-exp.o, scm-lang.o, scm-valprint.o): New targets.
31 * defs.h (enum language): Add `language_scm'.
32
57da7796
LC
33 * MAINTAINERS: Add Emacs local variables to use UTF-8 upon
34 opening.
35
93c06293
LC
362007-08-09 Ludovic Courtès <ludo@gnu.org>
37
38 * MAINTAINERS (Write After Approval): Add myself.
39
0997b535
MS
402007-08-09 Michael Snyder <msnyder@access-company.com>
41
42 * solib.c (solib_open): Memory leak -- openp returns xmalloc buffer.
43
4fec86cf
JB
442007-08-09 Joel Brobecker <brobecker@adacore.com>
45
46 * solib-som.c (som_relocate_section_addresses): Stop saving
47 the $CODE$ section in the so_list structure.
48
7b871568
MG
492007-08-08 Maxim Grigoriev <maxim2405@gmail.com>
50
51 * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): New.
52 (xtensa_register_group_t): Add entries for coprocessors.
53 * xtensa-tdep.c (xtensa_init_reggroups): New register groups.
54 (xtensa_add_reggroups): Likewise.
55 (xtensa_register_reggroup_p): Likewise.
56 (xtensa_coprocessor_register_group): New function.
57 (xtensa_cp): New.
58
652aaa24
JK
592007-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
60
61 * serial.c (serial_open): Fix the OPEN parameter macro expansion.
62
decbce07
MS
632007-08-08 Michael Snyder <msnyder@access-company.com>
64
6217bf3e
MS
65 * target.c (target_read_string): Guard against null.
66
6225abfa
MS
67 * varobj.c (value_of_root): Move alloc after return to avoid leak.
68
3e40160c
MS
69 * tui/tui-layout.c (tui_set_layout): Dead code, dead variable.
70
91d2803c
MS
71 * top.c (command_line_input): Memory leak.
72
ea5bf0a1
MS
73 * solib-svr4.c (open_symbol_file_object): Memory leak.
74 (svr4_current_sos): Ditto.
75 (enable_break): Ditto.
76
34e2dfde
MS
77 * cp-valprint.c (cp_print_hpacc_virtual_table_entries): Memory leak.
78
decbce07
MS
79 * dwarf2read.c (add_partial_symbol): Memory leak.
80
4cdfadb1
MS
812007-08-06 Michael Snyder <msnyder@access-company.com>
82
83 * ada-lang.c (desc_bounds): Comparison of function address to NULL.
84
b1ddacc7
JB
852007-08-05 Jim Blandy <jimb@codesourcery.com>
86
87 * macroexp.c (init_buffer): Remove testing code that overrides the
88 caller's length guess.
89 (gather_arguments): Use a larger initial size, now that the vector
90 growth code has been exercised.
91
5d9643ba
PA
922007-08-05 Pedro Alves <pedro_alves@portugalmail.pt>
93
94 * solib-target.c (solib_target_relocate_section_addresses): Add
95 orig_delta to addr_high.
96
27e06d3e
MS
972007-08-04 Michael Snyder <msnyder@access-company.com>
98
1ed489bd
MS
99 * remote-fileio.c (remote_fileio_func_write): Memory leak.
100
c1f5197e
MS
101 * breakpoint.c (print_one_breakpoint): Off by one error.
102
27e06d3e
MS
103 * tracepoint.c (add_register): Off by one error.
104 (stringify_collection_list): Free malloc buffer.
105
03b4bca2
MS
1062007-08-03 Michael Snyder <msnyder@access-company.com>
107
474d0d0c
MS
108 * mi-cmd-var.c (mi_cmd_var_delete): Remove unused variable,
109 stop memory leak, straighten out cleanups.
110
03b4bca2
MS
111 * jv-lang.c (java_link_class_type): Guard against NULL.
112
423c0af8
MS
1132007-08-02 Michael Snyder <msnyder@access-company.com>
114
f9780d5b
MS
115 * gdbtypes.c (create_set_type): Test should only be done within
116 the preceeding if block. Otherwise, variable is uninitialized.
117
423c0af8
MS
118 * gdbtypes.c (check_typedef): Guard NULL.
119
c0645fb5
MS
1202007-08-01 Michael Snyder <msnyder@access-company.com>
121
3cebf8d8
MS
122 * cli/cli-decode.c (lookup_cmd): Check for null earlier, to
123 avoid dereference in lookup_cmd_1.
124
c0645fb5
MS
125 * tui/tui-data.c (tui_alloc_content): Move assign out of if,
126 clean up long lines.
127 (tui_alloc_generic_win_info): Tidy by using XMALLOC macro.
128 (tui_alloc_win_info): Ditto.
129 (tui_add_content_elements): Ditto.
130 * tui/tui-file.c (tui_file_magic): Ditto.
131
abe34c35
MS
1322007-07-31 Michael Snyder <msnyder@access-company.com>
133
967af18d
MS
134 * breakpoint.c (breakpoint_init_inferior): Add 'else' to 'if'.
135 True and false paths are mutually exclusive.
136
40742ab6
MS
137 * event-top.c (command_line_handler): Add pedantic return.
138
7c6e0d48
MS
139 * f-valprint.c (info_common_command): Bail out to prevent null
140 pointer deref. Break up a long line.
141
c7b1adc9
MS
142 * exec.c (xfer_memory): Remove redundant condition from 'if'.
143
73780b3c
MS
144 * symfile.c (reread_separate_symbols): Free xmalloced memory.
145
abe34c35
MS
146 * printcmd.c (build_address_symbolic): Remove dead code and dead
147 variable.
148
e48883f7
DJ
1492007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
150
151 * linespec.c (minsym_found): Advance to the next line if possible.
152
57204837
PA
1532007-07-31 Pedro Alves <pedro_alves@portugalmail.pt>
154
155 * arm-wince-tdep.c (arm_wince_init_abi): Remove svr4 related call.
156 * config/arm/wince.mt (TDEPFILES): Remove solib-legacy.o and
157 solib-svr4.o, and add solib-target.o
158
fed8b01e
MS
1592007-07-27 Michael Snyder <msnyder@access-company.com>
160
161 * tui/tui-data.c (tui_alloc_generic_win_info): Wrong arg for sizeof.
162
9ceb0b4c
MR
1632007-07-26 Maciej W. Rozycki <macro@linux-mips.org>
164
165 * MAINTAINERS (Write After Approval): Add myself.
166
c80a96a8
MR
1672007-07-26 Maciej W. Rozycki <macro@mips.com>
168
169 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
170 for include files.
171
5b311828
MR
1722007-07-25 Maciej W. Rozycki <macro@mips.com>
173
174 * Makefile.in (MAKEHTMLFLAGS): Remove "-glossary".
175
f52df7d9 1762007-07-24 Michael Snyder <msnyder@access-company.com>
55765a25 177
f52df7d9
MS
178 * solib-svr4.c (svr4_fetch_objfile_link_map): Null pointer check of
179 'buffer' must cover both branches that call strcmp (Coverity).
55765a25 180
f52df7d9 181 * stack.c (print_frame_args): Check return value of lookup_symbol.
747f3d18
MS
182
183 * ax-gdb.c (find_field): Guard against null ptr.
184
69ae91d3
UW
1852007-07-24 Ulrich Weigand <uweigand@de.ibm.com>
186
187 * regformats/reg-spu.dat: Fix order of npc, id registers.
188
98646950
UW
1892007-07-24 Ulrich Weigand <uweigand@de.ibm.com>
190
191 * target.c (memory_xfer_partial): Accesses to unmapped overlay
192 sections should always go to the executable file.
193
193774b3
MR
1942004-07-20 Chris Dearman <chris@mips.com>
195
196 * mips-tdep.c (heuristic_proc_start): Add more MIPS16 function
197 prologue instructions.
198
ce1f96de
MR
1992007-07-20 Maciej W. Rozycki <macro@mips.com>
200
201 * mips-tdep.c (mips_next_pc): Use is_mips16_addr() instead of
202 a direct test.
203
bcf1ea1e
MR
2042007-07-20 Chris Dearman <chris@mips.com>
205 Maciej W. Rozycki <macro@mips.com>
206
207 * mips-tdep.c (fetch_mips_16): Fix typos and reformat the
208 description.
209
255e7678
DJ
2102007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
211 Daniel Jacobowitz <dan@codesourcery.com>
212
213 * config/i386/cygwin.mt (TDEPFILES): Add solib-target.o.
214 * coff-pe-read.c (read_pe_exported_syms): Delete verbose
215 printf.
216 * NEWS: Mention gdbserver DLL support.
217
a8c50c1f
DJ
2182007-07-17 Daniel Jacobowitz <dan@codesourcery.com>
219
220 * dwarf2read.c (dwarf_decode_lines): Detect address size mismatches.
221
2e024c20
L
2222007-07-16 H.J. Lu <hongjiu.lu@intel.com>
223
224 * i386-linux-nat.c (fetch_regs): Work around gcc 3.4 alias
225 warning bug.
226
f219aedc
KB
2272007-07-13 Kevin Buettner <kevinb@redhat.com>
228
229 * mep-tdep.c (mep_analyze_prologue): Update comment for BRA
230 instruction case.
231
1ba3e7a3
KB
2322007-07-12 Kevin Buettner <kevinb@redhat.com>
233
234 * mep-tdep.c (IS_BRA, BRA_DISP): New macros.
235 (mep_analyze_prologue): Add case for BRA instruction.
236
f1e55806
UW
2372007-07-12 Ulrich Weigand <uweigand@de.ibm.com>
238
239 * solib-svr4.c (LM_ADDR_CHECK): Relax prelink recognition heuristic.
240
d9f71b56
NR
2412007-07-10 Nick Roberts <nickrob@snap.net.nz>
242
243 * breakpoint.c: Include "top.h".
244 (breakpoint_1): Don't set convenience variable $_ if server prefix
245 is used.
246 (_initialize_breakpoint): Describe this behaviour in command help.
247
358eb95e
PA
2482007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
249
250 * solib-target.c (library_list_start_segment): Cast address to
251 CORE_ADDR.
252
a4e7b2e7
MK
2532007-07-06 Mark Kettenis <kettenis@gnu.org>
254
255 * bsd-uthread.c (bsd_uthread_wait): Don't try to fetch thread IDs
256 for terminated processes.
257
2ed23f5f
MS
2582007-07-05 Michael Snyder <msnyder@access-company.com>
259
260 * event-top.c (cli_command_loop): Prompt string can (and should)
261 be freed after call to readline (Coverity). Also move local var
262 declarations into block where they are used.
263
264 * tui/tui-interp.c (tui_command_loop): Prompt string can (and
265 should) be freed after call to readline (Coverity). Also move
266 local var declarations into block where they are used.
267
a25694b4
AS
2682007-07-03 Andreas Schwab <schwab@suse.de>
269
270 * linux-nat.c (linux_nat_info_proc_cmd): Fix parsing of columns in
271 /proc/../stat.
272
2bbe3cc1
DJ
2732007-07-03 Paul Gilliam <pgilliam@us.ibm.com>
274 Thiago Bauermann <bauerman@br.ibm.com>
275 Joseph S. Myers <joseph@codesourcery.com>
276 Daniel Jacobowitz <dan@codesourcery.com>
277
278 * remote.c (remote_check_symbols): Use
279 gdbarch_convert_from_func_ptr_addr.
280 * infcall.c (find_function_addr): Handle function descriptors
281 without debugging information.
282 * ppc-linux-tdep.c (ppc_linux_convert_from_func_ptr_addr): Renamed
283 from ppc64_linux_convert_from_func_ptr_addr. Handle -msecure-plt.
284 (ppc_linux_init_abi): Always set convert_from_func_ptr_addr.
285 * solib-svr4.c (solib_break_names): Remove "._dl_debug_state".
286 (bfd_lookup_symbol): Do not take a SECT_FLAGS argument. Always
287 allow SEC_CODE and SEC_DATA.
288 (enable_break): Update calls. Pass current_target to solib_add.
289 Use gdbarch_convert_from_func_ptr_addr.
290
9f43d28c
DJ
2912007-07-03 Ilko Iliev <iliev@ronetix.at>
292 Daniel Jacobowitz <dan@codesourcery.com>
293
294 * symfile.c (print_transfer_performance): Avoid integer overflow.
295 Use larger units.
296
3a40aaa0
UW
2972007-07-03 Markus Deuling <deuling@de.ibm.com>
298
299 * cp-namespace.c (lookup_symbol_file): Add block to
300 lookup_symbol_global call.
301 * Makefile.in (solist_h): Add dependency on symtab header.
302 (symtab.o): Add dependency on solist header.
303 * solib.c (solib_global_lookup): New function.
304 * solib-svr4.c (scan_dyntag): Likewise.
305 (elf_locate_base): Call helper routine scan_dyntag.
306 (elf_lookup_lib_symbol): New function.
307 (_initialize_svr4_solib): Add elf_lookup_lib_symbol to svr4_so_ops.
308 * solist.h (symtab.h): New include.
309 (struct target_so_ops): New member lookup_lib_global_symbol.
310 (solib_global_lookup): New prototype.
311 * symtab.c: New include solist.h.
312 (lookup_objfile_from_block): New function.
313 (lookup_global_symbol_from_objfile): New function.
314 (basic_lookup_symbol_nonlocal): Add block to lookup_symbol_global call.
315 (lookup_symbol_global): Call library-specific lookup procedure.
316 * symtab.h (lookup_global_symbol_from_objfile): New prototype.
317
318 * NEWS: Document framework.
319
c8c12293
DJ
3202007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
321
322 * target-descriptions.c (tdesc_create_reg): Do not set reg->type
323 to NULL.
324
325 * cli/cli-script.c (build_command_line): Update NULL check.
326
7877e977
MS
3272007-07-02 Michael Snyder <msnyder@access-company.com>
328
329 * p-exp.y (yylex): Memory leak, 'uptokstart' must be freed (Coverity).
330
cfa9d6d9
DJ
3312007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
332
333 * Makefile.in (XMLFILES): Add library-list.dtd.
334 (ALLDEPFILES): Add solib-target.o.
335 (solib-target.o): New rule.
336 * remote.c (PACKET_qXfer_libraries): New constant.
337 (remote_protocol_features): Add qXfer:libraries:read.
338 (remote_wait): Recognize library stop replies.
339 (remote_async_wait): Likewise. Fix typo.
340 (remote_xfer_partial): Handle TARGET_OBJECT_LIBRARIES.
341 (init_remote_async_ops): Fix typo.
342 (_initialize_remote): Register "set remote library-info-packet".
343 * solib-som.c (som_current_sos): Set addr_low and addr_high.
344 * solib-target.c: New file.
345 * solib.c (solib_map_sections): Use addr_low and addr_high instead
346 of textsection.
347 (info_sharedlibrary_command): Likewise.
348 (solib_add_library, solib_remove_library): New.
349 * solist.h (struct so_list): Replace textsection with addr_low and
350 addr_high.
351 * target.h (enum target_object): Add TARGET_OBJECT_LIBRARIES.
352 * NEWS: Describe new qXfer:libraries:read and shared library
353 event support.
354 * features/library-list.dtd: New.
355
b0f4b84b
DJ
3562007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
357
358 * infrun.c (inferior_ignoring_startup_exec_events): Delete.
359 (start_remote): Use STOP_QUIETLY_REMOTE.
360 (handle_inferior_event): Do not condition TARGET_WAITKIND_LOADED
361 support on a SOLIB_ADD definition. Update breakpoints_inserted.
362 Update to match shared library event breakpoint support. Only
363 resume if appropriate. Handle STOP_QUIETLY_REMOTE.
364 (normal_stop): Handle TARGET_WAITKIND_LOADED.
365 * fork-child.c (startup_inferior): Do not set
366 inferior_ignoring_startup_exec_events
367 * inferior.h (inferior_ignoring_startup_exec_events): Delete
368 declaration.
369 (enum stop_kind): Improve documentation. Add STOP_QUIETLY_REMOTE.
370
9bbf65bb
UW
3712007-07-02 Markus Deuling <deuling@de.ibm.com>
372
373 * breakpoint.c (insert_bp_location): Remove dead code
374 (DISABLE_UNSETTABLE_BREAK).
375 (disable_breakpoints_in_shlibs)
376 (disable_breakpoints_in_unloaded_shlib): Likewise (comment).
377
a4954f26
DJ
3782007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
379
380 * breakpoint.c (reattach_breakpoints): Do not use remove_breakpoint.
381 Call insert_bp_location.
382
b48516f9
L
3832007-07-01 H.J. Lu <hongjiu.lu@intel.com>
384
385 * core-regset.c (fetch_core_registers): Work around gcc 3.4
386 alias warning bug.
387
96225718
DJ
3882007-07-01 Daniel Jacobowitz <dan@codesourcery.com>
389
390 * minsyms.c (lookup_minimal_symbol_by_pc_section): Search fewer
391 objfiles.
392
1b05479a
DJ
3932007-07-01 Daniel Jacobowitz <dan@codesourcery.com>
394
395 * top.c (gdb_readline_wrapper_line): Call rl_callback_handler_remove.
396 (struct gdb_readline_wrapper_cleanup): Remove prompt_orig.
397 (gdb_readline_wrapper_cleanup): Do not reset the prompt.
398 (gdb_readline_wrapper): Do not save the prompt. Pass our prompt
399 to display_gdb_prompt.
400
5ad3a4ca
DJ
4012007-07-01 Daniel Jacobowitz <dan@codesourcery.com>
402
403 PR symtab/2161
404 * target.c (memory_xfer_partial): Do not continue past targets with
405 all memory.
406
4ed77933
AS
4072007-06-30 Andreas Schwab <schwab@suse.de>
408
4713453b
AS
409 * m68k-tdep.c (m68k_ps_type): New.
410 (m68k_init_types): New.
411 (m68k_register_type): Use m68k_ps_type for PS register.
412 (_initialize_m68k_tdep): Call m68k_init_types.
413
4ed77933
AS
414 * m68k-tdep.c (m68k_gdbarch_init): Don't infer coldfire flavour
415 from the generic m68k arch.
416
dd3526aa
MS
4172007-06-28 Michael Snyder <msnyder@access-company.com>
418
f08312c2
MS
419 * m2-typeprint.c (m2_print_type): Move pointer ref after null test
420 (Coverity).
421
a787bedf
MS
422 * linux-thread-db.c (thread_db_get_thread_local_address): Add
423 gdb_assert before using return value of find_thread_pid (Coverity).
424
77accacd
MS
425 * source.c (unset_substitute_path_command): Plug leak (Coverity).
426
dd3526aa
MS
427 * cli/cli-script.c (build_command_line): Add null pointer guard
428 (Coverity).
429
4105de34
DJ
4302007-06-27 Daniel Jacobowitz <dan@codesourcery.com>
431
432 * linux-thread-db.c (thread_db_attach): Delete.
433 (thread_db_detach): Typo fix. Call target_mourn_inferior
434 instead of fixing up proc_handle.
435 (have_threads_callback, have_threads): New functions.
436 (thread_db_wait): Remove dead proc_handle.pid check. Only
437 translate PTIDs if we have registered threads. Check for new
438 threads if we have none.
439 (thread_db_create_inferior, thread_db_post_startup_inferior): Delete.
440 (find_new_threads_callback): Only enable event reporting if TID == 0.
441 (same_ptid_callback): New.
442 (thread_db_get_thread_local_address): Check for new threads.
443 (init_thread_db_ops): Don't set to_attach, to_create_inferior,
444 or to_post_startup_inferior.
445
1c0fdd0e
UW
4462007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
447
448 * infrun.c (adjust_pc_after_break): Do not assume software single-step
449 is always active if SOFTWARE_SINGLE_STEP_P is true.
450 (resume): Use gdbarch_software_single_step[_p] instead of
451 SOFTWARE_SINGLE_STEP[_P].
452 (handle_inferior_event): Do not check for SOFTWARE_SINGLE_STEP_P.
453
454 * gdbarch.sh (software_single_step): Remove target macro.
455 * gdbarch.h, gdbarch.c: Regenerate.
456
e487cc15
UW
4572007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
458
459 * gdbarch.sh (gdbarch_swap_ftype, deprecated_register_gdbarch_swap,
460 DEPRECATED_REGISTER_GDBARCH_SWAP): Remove.
461 (struct gdbarch_swap, struct gdbarch_swap_registration,
462 struct gdbarch_swap_registry, gdbarch_swap_registry,
463 current_gdbarch_swap_init_hack, current_gdbarch_swap_out_hack,
464 current_gdbarch_swap_in_hack): Remove.
465 (find_arch_by_info): Do not call current_gdbarch_swap_init_hack.
466 (gdbarch_find_by_info): Do not call current_gdbarch_swap_in_hack
467 and current_gdbarch_swap_out_hack, update current_gdbarch directly.
468 (deprecated_current_gdbarch_select_hack): Likewise.
469 * gdbarch.h, gdbarch.c: Regenerate.
470
d5c31457
UW
4712007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
472
473 * infrun.c (clear_proceed_status): Clean up stop_registers.
474 (normal_stop): Allocate regcache for stop_registers.
475 (struct inferior_status): Remove stop_registers member.
476 (save_inferior_status): Do not save stop_registers.
477 (restore_inferior_status): Do not restore stop_registers.
478 (discard_inferior_status): Do not discard stop_registers.
479 (build_infrun): Remove.
480 (_initialize_infrun): Do not swap stop_registers.
481
911c95a5
UW
4822007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
483
484 * remote.c (remote_address_masked): If remote_address_size is zero,
485 default to target address size.
486 (build_remote_gdbarch_data): Remove.
487 (_initialize_remote): Do not swap remote_address_size.
488
5674de60
UW
4892007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
490
491 * gdbtypes.h (builtin_type_true_char, builtin_type_void,
492 builtin_type_char, builtin_type_short, builtin_type_int,
493 builtin_type_long, builtin_type_signed_char,
494 builtin_type_unsigned_char, builtin_type_unsigned_short,
495 builtin_type_unsigned_int, builtin_type_unsigned_long,
496 builtin_type_float, builtin_type_double, builtin_type_long_double,
497 builtin_type_complex, builtin_type_double_complex, builtin_type_string,
498 builtin_type_bool, builtin_type_long_long,
499 builtin_type_unsigned_long_long, builtin_type_void_data_ptr,
500 builtin_type_void_func_ptr, builtin_type_CORE_ADDR): Replace global
501 variable declaration with compatibility macro.
502 * gdbtypes.c (builtin_type_true_char, builtin_type_void,
503 builtin_type_char, builtin_type_short, builtin_type_int,
504 builtin_type_long, builtin_type_signed_char,
505 builtin_type_unsigned_char, builtin_type_unsigned_short,
506 builtin_type_unsigned_int, builtin_type_unsigned_long,
507 builtin_type_float, builtin_type_double, builtin_type_long_double,
508 builtin_type_complex, builtin_type_double_complex, builtin_type_string,
509 builtin_type_bool, builtin_type_long_long,
510 builtin_type_unsigned_long_long, builtin_type_void_data_ptr,
511 builtin_type_void_func_ptr, builtin_type_CORE_ADDR): Remove.
512 (build_gdbtypes): Remove.
513 (_initialize_gdbtypes): Do not call build_gdbtypes, move installing
514 opaque-type-resolution command here. Do not call
515 deprecated_register_gdbarch_swap.
516
64c50499
UW
5172007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
518
519 * gdbtypes.h (struct builtin_type): New members nodebug_text_symbol,
520 nodebug_data_symbol, nodebug_unknown_symbol, and nodebug_tls_symbol.
521 * gdbtypes.c (gdbtypes_post_init): Initialize nodebug_ default types.
522
523 * parse.c (msym_text_symbol_type, msym_data_symbol_type): Remove.
524 (msym_unknown_symbol_type, msym_tls_symbol_type): Remove.
525 (write_exp_msymbol): Use builtin nodebug_ types instead of them.
526 (build_parse): Remove.
527 (_initialize_parse): Do not call build_parse. Do not register
528 msym_ types for gdbarch-swapping.
529
530 * dwarf2read.c (new_symbol): Use default nodebug_data_symbol type
531 instead of creating private type.
532
533 * xcoffread.c (func_symbol_type, var_symbol_type): Remove.
534 (_initialize_xcoffread): Do not initialized them.
535 (process_xcoff_symbol): Use builtin nodebug_ types instead of them.
536
537 * mdebugread.c (nodebug_func_symbol_type): Remove.
538 (nodebug_var_symbol_type): Remove.
539 (_initialize_mdebugread): Do not initialize them.
540 (parse_symbol): Use builtin nodebug_ type instead of them.
541 (parse_procedure): Likewise.
542
6a2eb474
MR
5432007-06-21 Chris Dearman <chris@mips.com>
544
545 * printcmd.c (do_one_display): If display/i, start with an initial
546 line feed to avoid bad layout if there is a branch delay slot.
547
a4642986
MR
5482007-06-21 Nigel Stephens <nigel@mips.com>
549 Maciej W. Rozycki <macro@mips.com>
550
551 * disasm.c (gdb_print_insn): Return the number of branch delay
552 slot instructions too.
553 * disasm.h (gdb_print_insn): Update prototype.
554 * printcmd.c (branch_delay_insns): New variable to record the
555 number of delay slot instructions after disassembling a branch.
556 (print_formatted): Record the number of branch delay slot
557 instructions.
558 (do_examine): When disassembling, if the last instruction
559 disassembled has any branch delay slots, then bump the count so
560 that they get disassembled too.
561 * tui/tui-disasm.c (tui_disassemble): Update the call to
562 gdb_print_insn().
563 * NEWS: Document the new behaviour.
564
ade28716
AS
5652007-06-21 Andreas Schwab <schwab@suse.de>
566
567 * regcache.c (write_pc_pid): Restore missing else.
568
28c38f10
UW
5692007-06-20 Ulrich Weigand <uweigand@de.ibm.com>
570
571 * regcache.c (regcache_print): Use get_current_regcache ()
572 instead of current_regcache.
573
52b57208
L
5742007-06-20 H.J. Lu <hongjiu.lu@intel.com>
575
576 PR 4606
577 * gcore.c (gcore_command): Use bfd_make_section_anyway_with_flags
578 instead of bfd_make_section_anyway.
579 (gcore_create_callback): Likewise. Also set SEC_NEVER_LOAD
580 when clearing SEC_LOAD.
581
8bf8793c
JM
5822007-06-19 Joseph Myers <joseph@codesourcery.com>
583
584 * arm-tdep.c (arm_push_dummy_call): Correct padding of partial
585 registers for big-endian.
586
7f5c84d3
UW
5872007-06-19 Markus Deuling <deuling@de.ibm.com>
588
589 * gdbarch.sh (TARGET_PRINT_INSN): Replace by gdbarch_print_insn.
590 * disasm.c (dump_insns, gdb_print_insn): Likewise.
591 * gdbarch.c, gdbarch.h: Regenerate.
592
f73e88f9
UW
5932007-06-19 Markus Deuling <deuling@de.ibm.com>
594
595 * gdbarch.sh (BELIEVE_PCC_PROMOTION): Replace by
596 gdbarch_believe_pcc_promotion.
597 * stabsread.c (define_symbol): Likewise.
598 Remove unnecessary definition.
599 * coffread.c (process_coff_symbol): Remove unnecessary code.
600 * gdbarch.c, gdbarch.h: Regenerate.
601
cab58a69
DJ
6022007-06-19 Daniel Jacobowitz <dan@codesourcery.com>
603
604 * configure.ac: Do not use ${objdir}.
605 * configure: Regenerated.
606
f0c9063c
UW
6072007-06-18 Ulrich Weigand <uweigand@de.ibm.com>
608
609 * gdbarch.sh (deprecated_register_size): Remove.
610 * gdbarch.h, gdbarch.c: Regenerate.
611
612 * arm-tdep.c (arm_push_dummy_call): Replace DEPRECATED_REGISTER_SIZE
613 by INT_REGISTER_SIZE.
614 (thumb_get_next_pc, arm_return_in_memory): Likewise.
615 (arm_gdbarch_init): Do not call set_gdbarch_deprecated_register_size.
616 * ia64-tdep.c (ia64_gdbarch_init): Do not call
617 set_gdbarch_deprecated_register_size.
618
064f5156
UW
6192007-06-18 Markus Deuling <deuling@de.ibm.com>
620
621 * gdbarch.sh (DEPRECATED_FP_REGNUM): Replace by
622 gdbarch_deprecated_fp_regnum.
623 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
624 * remote-mips.c (mips_wait, mips_fetch_registers): Likewise.
625 * arch-utils.c (legacy_virtual_frame_pointer): Likewise.
626 * arch-utils.h (gdbarch_virtual_frame_pointer_ftype): Likewise
627 (comment).
628 * gdbarch.c, gdbarch.h: Regenerate.
629
6302007-06-18 Markus Deuling <deuling@de.ibm.com>
631
632 * gdbarch.sh (EXTRACT_RETURN_VALUE): Replace with
633 gdbarch_extract_return_value.
634 * value.c (generic_use_struct_convention): Likewise (comment).
635 * ia64-tdep.c (ia64_use_struct_convention): Likewise (comment).
636 * arch-utils.c (legacy_return_value): Likewise.
637 * arch-utils.h (legacy_return_value): Likewise (comment).
638 * gdbarch.sh (STORE_RETURN_VALUE): Replace by
639 gdbarch_store_return_value.
640 * stack.c (return_command): Likewise (comment).
641 * arch-utils.h (legacy_return_value): Likewise (comment).
642 * arch-utils.c (legacy_return_value): Likewise.
643 * gdbarch.c, gdbarch.h: Regenerate.
644
b187c476
UW
6452007-06-18 Markus Deuling <deuling@de.ibm.com>
646
647 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Replace by
648 gdbarch_deprecated_use_struct_convention.
649 * arch-utils.c (legacy_return_value): Likewise.
650 * gdbarch.c, gdbarch.h: Regenerate.
651
cbf3b44a
UW
6522007-06-18 Markus Deuling <deuling@de.ibm.com>
653
654 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Replace by
655 gdbarch_deprecated_function_start_offset.
656 * symtab.c (find_function_start_sal)skip_prologue_using_sal): Likewise.
657 * linespec.c (minsym_found): Likewise.
658 * infrun.c (handle_inferior_event): Likewise.
659 * infcall.c (find_function_addr): Likewise.
660 * cli/cli-cmds.c (disassemble_command): Likewise.
661 * gdbarch.c, gdbarch.h: Regenerate.
662
bceb6e50
UW
6632007-06-18 Markus Deuling <deuling@de.ibm.com>
664
665 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Replace by
666 gdbarch_deprecated_reg_struct_has_addr.
667 * infcall.c (call_function_by_hand): Likewise.
668 (DEPRECATED_REG_STRUCT_HAS_ADDR_P): Replace by
669 * gdbarch_deprecated_reg_struct_has_addr_p.
670 * infcall.c (call_function_by_hand): Likewise.
671 * gdbarch.c, gdbarch.h: Regenerate.
672
8ed6a7ba
UW
6732007-06-18 Markus Deuling <deuling@de.ibm.com>
674
675 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
676 * sh-tdep.c (sh_extract_struct_value_address): Remove.
677 (sh_gdbarch_init): Remove
678 set_gdbarch_deprecated_extract_struct_value_address.
679 * sh64-tdep.c (sh64_extract_struct_value_address): Remove.
680 (sh64_gdbarch_init): Remove
681 set_gdbarch_deprecated_extract_struct_value_address.
682 * ia64-tdep.c (ia64_extract_struct_value_address): Remove.
683 (ia64_gdbarch_init): Remove
684 set_gdbarch_deprecated_extract_struct_value_address.
685 * frv-tdep.c (frv_extract_struct_value_address): Remove.
686 (frv_gdbarch_init): Remove
687 set_gdbarch_deprecated_extract_struct_value_address.
688 * gdbarch.c, gdbarch.h: Regenerate.
689
3e8c568d
UW
6902007-06-18 Markus Deuling <deuling@de.ibm.com>
691
692 * gdbarch.sh (SP_REGNUM): Replace by gdbarch_sp_regnum.
693 * v850-tdep.c (v850_unwind_sp): Likewise.
694 * std-regs.c (value_of_builtin_frame_sp_reg): Likewise.
695 * stack.c (frame_info): Likewise.
696 * stabsread.c (define_symbol): Likewise.
697 * sh-tdep.c (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu)
698 (sh_dwarf2_frame_init_reg, sh_frame_cache, sh_frame_prev_register)
699 (sh_unwind_sp): Likewise.
700 * sh64-tdep.c (sh64_push_dummy_call, sh64_frame_cache)
701 (sh64_frame_prev_register, sh64_unwind_sp): Likewise.
702 * rs6000-tdep.c (rs6000_push_dummy_call, rs6000_unwind_dummy_id)
703 (rs6000_frame_cache): Likewise.
704 * rs6000-nat.c (store_register): Likewise.
705 * remote-mips.c (mips_wait): Likewise.
706 * procfs.c (procfs_fetch_registers, procfs_store_registers): Likewise.
707 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
708 (ppc64_sysv_abi_push_dummy_call): Likewise.
709 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
710 * ppcobsd-nat.c (ppcobsd_supply_pcb): Likewise.
711 * ppcnbsd-tdep.c (ppcnbsd_sigtramp_cache_init): Likewise.
712 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache): Likewise.
713 * m32r-rom.c (m32r_supply_register): Likewise.
714 * frame.c (frame_sp_unwind): Likewise.
715 * mips-tdep.c (mips_insn16_frame_cache)
716 (mips_insn32_frame_cache): Likewise (comment).
717 * m68klinux-nat.c (supply_gregset): Likewise.
718 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
719 * ia64-tdep.c (ia64_frame_prev_register): Likewise.
720 * i386-tdep.c (i386_get_longjmp_target): Likewise.
721 * dwarf2-frame.c (dwarf2_frame_default_init_reg): Likewise.
722 * cris-tdep.c (cris_regnums, cris_sigcontext_addr)
723 (cris_sigtramp_frame_unwind_cache, cris_push_dummy_call)
724 (cris_scan_prologue, crisv32_scan_prologue, cris_unwind_sp)
725 (cris_register_type, crisv32_register_type)
726 (cris_dwarf2_frame_init_reg): Likewise.
727 * arch-utils.c (legacy_virtual_frame_pointer): Likewise.
728 * amd64-tdep.c (amd64_frame_prev_register): Likewise.
729 * amd64-linux-tdep.c (amd64_linux_sigcontext_addr): Likewise.
730 * libunwind-frame.c (libunwind_frame_cache): Likewise.
731
732 * gdbarch.sh (PC_REGNUM): Replace by gdbarch_pc_regnum.
733 * regcache.c (read_pc_pid, generic_target_write_pc): Likewise.
734 * xtensa-tdep.c (xtensa_register_type, xtensa_supply_gregset)
735 (xtensa_unwind_pc, xtensa_frame_cache, xtensa_frame_prev_register)
736 (xtensa_extract_return_value, xtensa_store_return_value): Likewise.
737 * v850-tdep.c (v850_unwind_pc): Likewise.
738 * stack.c (frame_info): Likewise.
739 * sh-tdep.c (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs)
740 (sh2a_show_regs, sh2a_nofpu_show_regs, sh3e_show_regs)
741 (sh3_dsp_show_regs, sh4_show_regs, sh4_nofpu_show_regs)
742 (sh_dwarf2_frame_init_reg, sh_frame_prev_register, sh_unwind_pc)
743 (sh_dsp_show_regs): Likewise.
744 * shnbsd-tdep.c (shnbsd_supply_gregset)
745 (shnbsd_collect_gregset): Likewise.
746 * shnbsd-nat.c (GETREGS_SUPPLIES): Likewise.
747 * sh64-tdep.c (sh64_compact_reg_base_num, sh64_show_media_regs)
748 (sh64_frame_prev_register, sh64_unwind_pc): Likewise.
749 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
750 (6000_register_reggroup_p, rs6000_unwind_pc)
751 (rs6000_frame_cache): Likewise.
752 * rs6000-nat.c (regmap, rs6000_fetch_inferior_registers)
753 (rs6000_store_inferior_registers): Likewise.
754 * remote-mips.c (mips_wait, mips_load): Likewise.
755 * procfs.c (procfs_fetch_registers, procfs_store_registers): Likewise.
756 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
757 * ppcobsd-nat.c (ppcobsd_supply_pcb): Likewise.
758 * ppcnbsd-tdep.c (ppcnbsd_sigtramp_cache_init): Likewise.
759 * ppcnbsd-nat.c (getregs_supplies, ppcnbsd_supply_pcb): Likewise.
760 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache): Likewise.
761 * ppc-linux-nat.c (ppc_register_u_addr, fetch_ppc_registers)
762 (store_ppc_registers, fill_gregset): Likewise.
763 * mips-tdep.c (mips_stub_frame_cache, mips_gdbarch_init): Likewise.
764 * mipsnbsd-tdep.c (mipsnbsd_supply_reg, mipsnbsd_fill_reg): Likewise.
765 * mipsnbsd-nat.c (getregs_supplies): Likewise.
766 * m68k-tdep.c (m68k_register_type, m68k_unwind_pc): Likewise.
767 * m68klinux-nat.c (supply_gregset): Likewise.
768 * irix5-nat.c (fill_gregset): Likewise.
769 * i386-tdep.c (i386_unwind_pc): Likewise.
770 * i386-linux-nat.c (i386_linux_resume): Likewise.
771 * frame.c (get_prev_frame_1): Likewise.
772 * dwarf2-frame.c (dwarf2_frame_default_init_reg): Likewise.
773 * dbug-rom.c (dbug_supply_register): Likewise.
774 * cris-tdep.c (cris_sigtramp_frame_unwind_cache, cris_scan_prologue)
775 (crisv32_scan_prologue, cris_unwind_pc, cris_register_size)
776 (cris_register_type, crisv32_register_type, crisv32_register_name)
777 (cris_dwarf2_frame_init_reg, find_step_target)
778 (cris_software_single_step, cris_supply_gregset)
779 (cris_regnums): Likewise.
780 * alpha-linux-nat.c (alpha_linux_register_u_offset): Likewise.
781 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
782 (fill_sprs64, fill_sprs32, store_regs_user_thread): Likewise.
783 * std-regs.c (value_of_builtin_frame_pc_reg): Likewise.
784 * mips-linux-tdep.c (mips_linux_write_pc): Likewise.
785
786 * gdbarch.sh (PS_REGNUM): Replace by gdbarch_ps_regnum.
787 * dbug-rom.c (dbug_supply_register): Likewise.
788 * xtensa-tdep.c (xtensa_supply_gregset, xtensa_frame_cache)
789 (xtensa_frame_prev_register, xtensa_push_dummy_call): Likewise.
790 * win32-nat.c (win32_resume): Likewise.
791 * std-regs.c (value_of_builtin_frame_ps_reg): Likewise.
792 * m68k-tdep.c (m68k_register_type): Likewise.
793 * m68klinux-nat.c (supply_gregset): Likewise.
794
795 * gdbarch.sh (FP0_REGNUM): Replace by gdbarch_fp0_regnum.
796 * sh-tdep.c (sh_extract_return_value_fpu, sh_store_return_value_fpu)
797 (sh2e_show_regs, sh2a_show_regs, sh3e_show_regs, sh4_show_regs)
798 (sh_sh2a_register_type, sh_sh3e_register_type, sh_sh4_register_type)
799 (fv_reg_base_num, dr_reg_base_num): Likewise.
800 * sh64-tdep.c (sh64_fv_reg_base_num, sh64_dr_reg_base_num)
801 (sh64_fpp_reg_base_num, sh64_compact_reg_base_num, sh64_push_dummy_call)
802 (sh64_extract_return_value, sh64_store_return_value)
803 (sh64_show_media_regs, sh64_show_compact_regs, sh64_register_type)
804 (sh64_do_fp_register, sh64_media_print_registers_info): Likewise.
805 * procfs.c (procfs_fetch_registers, procfs_store_registers)
806 (invalidate_cache): Likewise.
807 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache): Likewise.
808 * mipsnbsd-tdep.c (mipsnbsd_supply_fpreg)
809 (mipsnbsd_fill_fpreg): Likewise.
810 * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers)
811 (mipsnbsd_store_inferior_registers): Likewise.
812 * mips-linux-tdep.c (mips_supply_fpregset, mips_fill_fpregset)
813 (mips64_supply_fpregset, mips64_fill_fpregset): Likewise.
814 * mips-linux-nat.c (mips64_linux_register_addr): Likewise.
815 * m68k-tdep.c (m68k_register_type, m68k_convert_register_p): Likewise.
816 * m68klinux-nat.c (getfpregs_supplies, supply_fpregset)
817 (fill_fpregset): Likewise.
818 * irix5-nat.c (supply_fpregset, fill_fpregset): Likewise.
819 * i386-tdep.h (struct_return): Likewise (comment).
820 * i386-nto-tdep.c (i386nto_register_area): Likewise.
821 * go32-nat.c (fetch_register, go32_fetch_registers, store_register)
822 (go32_store_registers): Likewise.
823 * alpha-tdep.c (alpha_next_pc): Likewise.
824 * alpha-linux-nat.c (alpha_linux_register_u_offset): Likewise.
825 * alphabsd-nat.c (alphabsd_fetch_inferior_registers)
826 (alphabsd_store_inferior_registers): Likewise.
827 * core-regset.c (fetch_core_registers): Likewise.
828 * i386v4-nat.c (supply_fpregset, fill_fpregset): Likewise.
829
830 * gdbarch.c, gdbarch.h: Regenerate.
831
31d99776
DJ
8322007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
833
834 * coffread.c (coff_sym_fns): Add default_symfile_segments.
835 * dbxread.c (start_psymtab): Check HAVE_ELF.
836 (aout_sym_fns): Likewise.
837 * elfread.c (elf_symfile_segments): New.
838 (elf_sym_fns): Add elf_symfile_segments.
839 * mipsread.c (ecoff_sym_fns): Add default_symfile_segments.
840 * remote.c (get_offsets): Use symfile_map_offsets_to_segments.
841 Skip if there is no symfile_objfile. Handle TextSeg and DataSeg.
842 * somread.c (som_sym_fns): Use default_symfile_segments.
843 * symfile.c (find_sym_fns): Take a BFD and return the sym_fns.
844 (init_objfile_sect_indices): Call symfile_find_segment_sections.
845 (default_symfile_segments): New function.
846 (syms_from_objfile): Update call to find_sym_fns.
847 (symfile_get_segment_data, free_symfile_segment_data): New.
848 (symfile_map_offsets_to_segments): New.
849 (symfile_find_segment_sections): New.
850 * symfile.h (struct symfile_segment_data): New.
851 (struct sym_fns): Add sym_segments.
852 (default_symfile_segments, symfile_get_segment_data)
853 (free_symfile_segment_data): New prototypes.
854 (symfile_map_offsets_to_segments): Likewise.
855 * xcoffread.c (xcoff_sym_fns): Add default_symfile_segments.
856 * Makefile.in (COMMON_OBS): Remove elfread.o.
857 (elf_internal_h): New.
858 (elfread.o): Update.
859 * configure.ac: Add elfread.o to COMMON_OBS if bfd/elf.o was
860 compiled.
861 * config.in, configure: Regenerated.
862 * NEWS: Mention qOffsets changes.
863
5760b90a
UW
8642007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
865
866 * gdbtypes.h (builtin_type_m2_char, builtin_type_m2_int,
867 builtin_type_m2_card, builtin_type_m2_real, builtin_type_m2_bool):
868 Replace global variable declaration with compatibility macro.
869 (struct builtin_m2_type): New data type.
870 (builtin_m2_type): Add prototype.
871 * m2-lang.c (builtin_type_m2_char, builtin_type_m2_int,
872 builtin_type_m2_card, builtin_type_m2_real, builtin_type_m2_bool):
873 Remove global variables.
874 (m2_language_arch_info): Use builtin_m2_type instead of variables.
875 (build_m2_types): New function.
876 (m2_type_data): New variable.
877 (builtin_m2_type): New function.
878 (_initialize_m2_language): Do not build data types. Register
879 m2_type_data per-gdbarch data.
880
54ef06c7
UW
8812007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
882
883 * gdbtypes.h (builtin_type_f_character, builtin_type_f_logical,
884 builtin_type_f_logical_s1, builtin_type_f_logical_s2,
885 builtin_type_f_integer, builtin_type_f_integer_s2, builtin_type_f_real,
886 builtin_type_f_real_s8, builtin_type_f_real_s16,
887 builtin_type_f_complex_s8, builtin_type_f_complex_s16,
888 builtin_type_f_complex_s32, builtin_type_f_void): Replace global
889 variable declaration with compatibility macro.
890 (struct builtin_f_type): New data type.
891 (builtin_f_type): Add prototype.
892 * f-lang.c (builtin_type_f_character, builtin_type_f_logical,
893 builtin_type_f_logical_s1, builtin_type_f_logical_s2,
894 builtin_type_f_integer, builtin_type_f_integer_s2, builtin_type_f_real,
895 builtin_type_f_real_s8, builtin_type_f_real_s16,
896 builtin_type_f_complex_s8, builtin_type_f_complex_s16,
897 builtin_type_f_complex_s32, builtin_type_f_void): Remove variables.
898 (f_language_arch_info): Use builtin_f_type instead of variables.
899 (build_fortran_types): Build builtin_f_type structure instead of
900 setting global type variables.
901 (f_type_data): New variable.
902 (builtin_f_type): New function.
903 (_initialize_f_language): Do not call build_fortran_types. Do not
904 swap global type variables. Register f_type_data per-gdbarch data.
905
92e0cef4
UW
9062007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
907
908 * f-lang.c (_initialize_f_language): Do not initialize or
909 swap builtin_type_string.
910
5d8140d1
UW
9112007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
912
0e7b1906
UW
913 * std-regs.c (builtin_type_frame_reg, build_builtin_type_frame_reg,
914 value_of_builtin_frame_reg): Remove.
915 (_initialize_frame_reg): Do not swap builtin_type_frame_reg. Remove
916 inactive call to value_of_builtin_frame_reg.
917
9182007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
919
920 * gdbarch.sh (bfd_vma_bit): Remove.
5d8140d1
UW
921 * gdbarch.c, gdbarch.h: Regenerate.
922
923 * gdbtypes.h (builtin_bfd_vma_type): Remove.
924 * gdbtypes.h (builtin_bfd_vma_type): Remove.
925 (build_gdbtypes): Do not initialize it.
926 (_initialize_gdbtypes): Do not swap it.
927
794ac428
UW
9282007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
929
930 * gdbtypes.c (builtin_type_v2_double, builtin_type_v4_float,
931 builtin_type_v2_int64, builtin_type_v4_int32, builtin_type_v8_int16,
932 builtin_type_v16_int8, builtin_type_v2_float, builtin_type_v2_int32,
933 builtin_type_v4_int16, builtin_type_v8_int8, builtin_type_v4sf,
934 builtin_type_v4si, builtin_type_v16qi, builtin_type_v8qi,
935 builtin_type_v8hi, builtin_type_v4hi, builtin_type_v2si,
936 builtin_type_vec64, builtin_type_vec128): Remove.
937 (init_simd_type): Remove.
938 (init_vector_type): Make global.
939 (build_builtin_type_vec64, build_builtin_type_vec128): Remove.
940 (build_gdbtypes): Do not build vector types.
941 (_initialize_gdbtypes): Do not swap vector types.
942 * gdbtypes.h (builtin_type_v2_double, builtin_type_v4_float,
943 builtin_type_v2_int64, builtin_type_v4_int32, builtin_type_v8_int16,
944 builtin_type_v16_int8, builtin_type_v2_float, builtin_type_v2_int32,
945 builtin_type_v4_int16, builtin_type_v8_int8, builtin_type_v4sf,
946 builtin_type_v4si, builtin_type_v16qi, builtin_type_v8qi,
947 builtin_type_v8hi, builtin_type_v4hi, builtin_type_v2si,
948 builtin_type_vec64, builtin_type_vec128): Remove declarations.
949 (init_vector_type): Add prototype.
950
951 * i386-tdep.h (struct gdbarch_tdep): Add i386_mmx_type and
952 i386_sse_type members.
953 (i386_mmx_type, i386_sse_type): Change from variables to functions.
954 * i386-tdep.c (i386_mmx_type, i386_sse_type): Remove variables.
955 (i386_init_types): Do not build vector types.
956 (i386_mmx_type, i386_sse_type): New functions.
957 (i386_register_type): Call them instead of using global variables.
958 (i386_gdbarch_init): Use XCALLOC to allocate tdep structure.
959 * amd64-tdep.c (amd64_register_type): Call i386_sse_type instead
960 of using global variable.
961
962 * rs6000-tdep.h (struct gdbarch_tdep): Add ppc_builtin_type_vec64
963 and ppc_builtin_type_vec128 members.
964 * rs6000-tdep.c (rs6000_builtin_type_vec64): New function.
965 (rs6000_builtin_type_vec128): Likewise.
966 (rs6000_register_type): Call them instead of using builtin_type_vec64
967 and builtin_type_vec128.
968 (rs6000_gdbarch_init): Use XCALLOC to allocate tdep structure.
969
970 * spu-tdep.c (struct gdbarch_tdep): New data type.
971 (spu_builtin_type_vec128): Remove variable.
972 (spu_builtin_type_vec128): New function.
973 (spu_register_type): Call it instead of using global variable.
974 (spu_gdbarch_init): Allocate tdep structure.
975 (spu_init_vector_type): Remove function.
976 (_initialize_spu_tdep): Do not call it.
977
6707b003
UW
9782007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
979
980 * amd64-tdep.c (struct amd64_register_info): Remove.
981 (amd64_register_info): Remove.
982 (amd64_register_names): New static variable.
983 (AMD64_NUM_REGS): Use amd64_register_names instead of
984 amd64_register_info.
985 (amd64_register_name): Likewise.
986 (amd64_register_type): Do not refer to amd64_register_info.
987
988 * s390-tdep.c (struct s390_register_info): Remove.
989 (s390_register_info): Remove.
990 (s390_register_name): Do not refer to s390_register_info.
991 (s390_register_type): Likewise.
992
993 * sparc64-tdep.c (struct sparc64_register_info): Remove.
994 (sparc64_register_info, sparc64_pseudo_register_info): Remove.
995 (sparc64_register_names, sparc64_pseudo_register_names): New.
996 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use
997 sparc64_register_names and sparc64_pseudo_register_names instead of
998 sparc64_register_info and sparc64_pseudo_register_info.
999 (sparc64_register_name): Likewise.
1000 (sparc64_register_type): Do not refer to sparc64_register_info
1001 and sparc64_pseudo_register_info.
1002
cad351d1
UW
10032007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
1004
1005 * c-lang.c (cplus_builtin_types): Remove.
1006 (enum cplus_primitive_types): New data type.
1007 (cplus_language_arch_info): New function.
1008 (cplus_language_defn): Set la_language_arch_info member. Do not set
1009 la_builtin_type_vector and string_char_type members.
1010
1011 * f-lang.c (f_builtin_types): Remove.
1012 (enum f_primitive_types): New data type.
1013 (f_language_arch_info): New function.
1014 (f_language_de): Set la_language_arch_info member. Do not set
1015 la_builtin_type_vector and string_char_type members.
1016
1017 * m2-lang.c (m2_builtin_types): Remove.
1018 (enum m2_primitive_types): New data type.
1019 (m2_language_arch_info): New function.
1020 (m2_language_defn): Set la_language_arch_info member. Do not set
1021 la_builtin_type_vector and string_char_type members.
1022
1023 * objc-lang.c (objc_builtin_types): Remove.
1024 (objc_language): Set la_language_arch_info member. Do not set
1025 la_builtin_type_vector and string_char_type members.
1026
1027 * p-lang.c (pascal_builtin_types): Remove.
1028 (enum pascal_primitive_types): New data type.
1029 (pascal_language_arch_info): New function.
1030 (pascal_language_defn): Set la_language_arch_info member. Do not set
1031 la_builtin_type_vector and string_char_type members.
1032
594f7785
UW
10332007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
1034
1035 * regcache.c (struct regcache): Add ptid_t member.
1036 (regcache_xmalloc): Initialize it.
1037 (regcache_cpy_no_passthrough): Do not refer to current_regcache.
1038 (regcache_dup): Likewise.
1039 (regcache_dup_no_passthrough): Likewise.
1040 (current_regcache): Make static.
1041 (registers_ptid): Remove variable.
1042 (get_thread_regcache): New function.
1043 (get_current_regcache): New function.
1044 (registers_changed): Implement by freeing current regcache.
1045 (regcache_raw_read): Do not refer to current_regcache. Set
1046 inferior_ptid to regcache->ptid while calling target routines.
1047 (regcache_raw_write): Likewise.
1048 (regcache_raw_supply): Do not refer to current_regcache.
1049 (read_pc_pid): Use thread regcache. Do not modify inferior_ptid.
1050 (write_pc_pid): Likewise.
1051 (build_regcache): Remove.
1052 (_initialize_regcache): Do not call DEPRECATED_REGISTER_GDBARCH_SWAP
1053 or deprecated_register_gdbarch_swap. Do not initialize
1054 registers_ptid.
1055 * regcache.h (get_current_regcache): Add prototype.
1056 (get_thread_regcache): Likewise.
1057 (current_regcache): Remove declaration.
1058
1059 * corelow.c (core_open): Replace current_regcache by
1060 get_current_regcache ().
1061 * frame.c (frame_pop): Likewise.
1062 (put_frame_register): Likewise.
1063 (get_current_frame, create_new_frame): Likewise.
1064 * mi/mi-main.c (mi_cmd_data_write_register_values): Likewise.
1065 * stack.c (return_command): Likewise.
1066 * infcall.c (call_function_by_hand): Likewise.
1067 * infrun.c (resume): Likewise.
1068 (save_inferior_status, restore_inferior_status): Likewise.
1069 * linux-fork.c (fork_load_infrun_state): Likewise.
1070 (fork_save_infrun_state): Likewise.
1071 * win32-nat.c (win32_resume): Likewise.
1072 * i386fbsd-nat.c (i386fbsd_resume): Likewise.
1073 * monitor.c (monitor_wait): Likewise.
1074 * remote.c (remote_wait): Likewise.
1075 * remote-mips.c (mips_wait): Likewise.
1076
1077 * bsd-kvm.c (bsd_kvm_open): Likewise
1078 (bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): Likewise.
1079 * fbsd-nat.c (fbsd_make_corefile_notes): Likewise.
1080 * i386-linux-nat.c (i386_linux_resume): Likewise.
1081 * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
1082 (ia64_linux_stopped_data_address): Likewise.
1083
1084 * frv-tdep.c (frv_fdpic_loadmap_addresses): Likewise.
1085 * m32c-tdep.c (m32c_virtual_frame_pointer): Likewise.
1086 * mep-tdep.c (current_me_module, current_options): Likewise.
1087 * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Likewise.
1088
1089 * linux-nat.c (linux_nat_do_thread_registers): Use thread
1090 regcache instead of current_regcache. Call target_fetch_registers.
1091 (linux_nat_corefile_thread_callback): Update call site.
1092 (linux_nat_do_registers): Likewise.
1093 * procfs.c (procfs_do_thread_registers): Use thread regcache instead
1094 of current_regcache.
1095 (procfs_make_note_section): Likewise.
1096 * proc-service.c (ps_lgetregs, ps_lsetregs): Likewise.
1097 (ps_lgetfpregs, ps_lsetfpregs): Likewise.
1098 * sol-thread.c (ps_lgetregs, ps_lsetregs): Likewise.
1099 (ps_lgetfpregs, ps_lsetfpregs): Likewise.
1100
51a7a212
UW
11012007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
1102
1103 * regcache.c (read_register, read_register_pid): Remove.
1104 (write_register, write_register_pid): Likewise.
1105 * regcache.h (read_register, read_register_pid): Remove prototype.
1106 (write_register, write_register_pid): Likewise.
1107
61a1198a
UW
11082007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
1109
1110 * gdbarch.sh (read_pc): Add REGCACHE argument. Remove PTID argument.
1111 (write_pc): Likewise. Remove default implementation, add predicate.
1112 * gdbarch.c, gdbarch.h: Regenerate.
1113 * regcache.c (read_pc_pid): Use current regcache instead of calling
1114 read_register_pid.
1115 (write_pc_pid): Check gdbarch_write_pc predicate, implement default
1116 case inline.
1117 (generic_target_write_pc): Remove.
1118 * inferior.h (generic_target_write_pc): Remove.
1119 * frv-tdep.c (frv_gdbarch_init): Do not install it.
1120 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
1121 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
1122 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
1123 * sh-tdep.c (sh_gdbarch_init): Likewise.
1124 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
1125
1126 * avr-tdep.c (avr_read_pc): Add REGCACHE argument. Remove PTID
1127 argument. Use REGCACHE instead of calling read_register_pid.
1128 * hppa-hpux-tdep.c (hppa_hpux_read_pc): Likewise.
1129 * hppa-tdep.c (hppa_read_pc): Likewise.
1130 * hppa-tdep.h (hppa_read_pc): Likewise.
1131 * ia64-tdep.c (ia64_read_pc): Likewise.
1132 * m32r-tdep.c (m32r_read_pc): Likewise.
1133 * mep-tdep.c (mep_read_pc): Likewise.
1134 * mn10300-tdep.c (mn10300_read_pc): Likewise.
1135 * spu-tdep.c (spu_read_pc): Likewise.
1136
1137 * arm-tdep.c (arm_write_pc): Add REGCACHE argument. Remove PTID
1138 argument. Use REGCACHE instead of calling write_register_pid.
1139 * avr-tdep.c (avr_write_pc): Likewise.
1140 * hppa-hpux-tdep.c (hppa_hpux_write_pc): Likewise.
1141 * hppa-tdep.c (hppa_write_pc): Likewise.
1142 * hppa-tdep.h (hppa_write_pc): Likewise.
1143 * i386-linux-tdep.c (i386_linux_write_pc): Likewise.
1144 * amd64-linux-tdep.c (amd64_linux_write_pc): Likewise.
1145 * ia64-linux-tdep.c (ia64_linux_write_pc): Likewise.
1146 * ia64-tdep.c (ia64_write_pc): Likewise.
1147 * ia64-tdep.h (ia64_write_pc): Likewise.
1148 * m32r-tdep.c (m32r_write_pc): Likewise.
1149 * m88k-tdep.c (m88k_write_pc): Likewise.
1150 * mep-tdep.c (mep_write_pc): Likewise.
1151 * mips-tdep.c (mips_write_pc): Likewise.
1152 * mips-linux-tdep.c (mips_linux_write_pc): Likewise.
1153 * mn10300-tdep.c (mn10300_write_pc): Likewise.
1154 * sparc-tdep.c (sparc_write_pc): Likewise.
1155 * spu-tdep.c (spu_write_pc): Likewise.
1156
1157 * mips-tdep.c (read_signed_register): Remove.
1158 (read_signed_register_pid): Likewise.
1159 (mips_read_pc): Add REGCACHE argument. Remove PTID argument.
1160 Use REGCACHE instead of calling read_signed_register_pid.
1161
e4fd649a
UW
11622007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
1163
1164 * gdbarch.sh (push_dummy_code): Add REGCACHE argument.
1165 * gdbarch.c, gdbarch.h: Regenerate.
1166 * infcall.c (generic_push_dummy_code): Add REGCACHE argument.
1167 (push_dummy_code): Likewise. Pass it to callee.
1168 (call_function_by_hand): Pass current regcache to push_dummy_code.
1169
1170 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Add REGCACHE
1171 argument. Use it instead of current_regcache.
1172
1173 * cris-tdep.c (cris_push_dummy_code): Add REGCACHE argument.
1174 * sparc-tdep.c (sparc32_push_dummy_code): Likewise.
1175
60ade65d
UW
11762007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
1177
1178 * gdbarch.sh (get_longjmp_target): Add FRAME argument.
1179 * gdbarch.c, gdbarch.h: Regenerate.
1180 * infrun.c (handle_inferior_event): Pass current frame to
1181 gdbarch_get_longjmp_target.
1182
1183 * alpha-tdep.c (alpha_get_longjmp_target): Add FRAME argument.
1184 Read registers from FRAME instead of using read_register.
1185 Use get_frame_arch instead of current_gdbarch.
1186 * arm-tdep.c (arm_get_longjmp_target): Likewise.
1187 * i386-tdep.c (i386_get_longjmp_target): Likewise.
1188 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
1189 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Likewise.
1190 (mips64_linux_get_longjmp_target): Likewise.
1191 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
1192
52f729a7
UW
11932007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
1194
1195 * gdbarch.sh (skip_trampoline_code): Add FRAME argument.
1196 * gdbarch.c, gdbarch.h: Regenerate.
1197 * arch-utils.c (generic_skip_trampoline_code): Add FRAME argument.
1198 * arch-utils.h (generic_skip_trampoline_code): Likewise.
1199 * infrun.c (handle_inferior_event): Pass current frame to
1200 gdbarch_skip_trampoline_code and skip_language_trampoline.
1201
1202 * language.c (unk_lang_trampoline): Add FRAME argument.
1203 (skip_language_trampoline): Add FRAME argument. Pass it to
1204 skip_trampoline callback.
1205 * language.h: Add forward declaration of struct frame_info.
1206 (struct language_defn): Add FRAME argument to skip_trampoline.
1207 (skip_language_trampoline): Add FRAME argument.
1208 * cp-abi.c (cplus_skip_trampoline): Add FRAME argument. Pass it
1209 to skip_trampoline callback.
1210 * cp-abi.h: Add forward declaration of struct frame_info.
1211 (cplus_skip_trampoline): Add FRAME argument.
1212 (struct cp_abi_ops): Add FRAME argument to skip_trampoline callback.
1213 * gnu-v3-abi.c (gnuv3_skip_trampoline): Add FRAME argument. Pass it
1214 to gdbarch_skip_trampoline_code.
1215 * objc-lang.c (objc_skip_trampoline): Add FRAME argument. Pass it
1216 to gdbarch_skip_trampoline_code.
1217
1218 * minsyms.c (find_solib_trampoline_target): Add FRAME argument.
1219 * symtab.h (find_solib_trampoline_target): Likewise.
1220 * obsd-tdep.c (obsd_skip_solib_resolver): Pass current frame to
1221 find_solib_trampoline_target.
1222
1223 * arm-tdep.c (arm_skip_stub): Add FRAME argument. Read registers
1224 from FRAME instead of calling read_register.
1225
1226 * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code): Add FRAME
1227 argument. Read registers from FRAME instead of using read_register.
1228 * hppa-tdep.c (hppa_skip_trampoline_code): Likewise.
1229 * hppa-tdep.h (hppa_skip_trampoline_code): Add FRAME argument.
1230
1231 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): Add FRAME
1232 argument.
1233
1234 * m32c-tdep.c (m32c_skip_trampoline_code): Add FRAME argument.
1235
1236 * mips-tdep.c (mips_skip_trampoline_code): Add FRAME argument. Read
1237 registers from FRAME instead of using read_signed_register.
1238
1239 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Add FRAME
1240 argument.
1241 (ppc64_standard_linkage_target): Likewise. Read registers from FRAME
1242 instead of using read_register.
1243 (ppc64_skip_trampoline_code): Add FRAME argument. Pass it to
1244 ppc64_standard_linkage_target.
1245 * rs6000-tdep.c (rs6000_skip_trampoline_code): Add FRAME argument.
1246 Pass it to find_solib_trampoline_target. Read registers from FRAME
1247 instead of using read_register.
1248
1249 * xstormy16-tdep.c (xstormy16_skip_trampoline_code): Add FRAME
1250 argument.
1251
0b1b3e42
UW
12522007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
1253
1254 * gdbarch.sh (software_single_step): Replace REGCACHE argument by
1255 FRAME argument.
1256 * gdbarch.c, gdbarch.h: Regenerate.
1257 * infrun.c (resume): Pass current frame to SOFTWARE_SINGLE_STEP.
1258
1259 * alpha-tdep.c (alpha_next_pc): Add FRAME argument. Retrieve
1260 registers from FRAME instead of using read_register.
1261 (alpha_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
1262 to alpha_next_pc. Use get_frame_pc instead of read_pc.
1263 * alpha-tdep.h (alpha_software_single_step): Replace REGCACHE
1264 argument by FRAME.
1265
1266 * arm-tdep.c (shifted_reg_val): Add FRAME argument. Read registers
1267 from FRAME instead of using read_register.
1268 (thumb_get_next_pc): Likewise.
1269 (arm_get_next_pc): Likewise.
1270 (arm_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
1271 to arm_get_next_pc. Use get_frame_pc instead of read_register.
1272 * arm-tdep.h (arm_software_single_step): Replace REGCACHE
1273 argument by FRAME.
1274
1275 * cris-tdep.c (find_step_target): Add FRAME argument. Read registers
1276 from FRAME instead of using read_register.
1277 (cris_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
1278 to find_step_target.
1279
1280 * mips-tdep.c (mips32_next_pc): Add FRAME argument. Read registers
1281 from FRAME instead of using read_register / read_signed_register.
1282 (extended_mips16_next_pc): Likewise.
1283 (mips16_next_pc): Likewise.
1284 (mips_next_pc): Likewise.
1285 (mips_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
1286 to mips_next_pc. Use get_frame_pc instead of read_pc.
1287 * mips-tdep.h (mips_software_single_step): Replace REGCACHE
1288 argument by FRAME.
1289
1290 * rs6000-tdep.c (branch_dest): Add FRAME argument. Use it instead
1291 of current frame. Read registers from FRAME.
1292 (deal_with_atomic_sequence): Add FRAME argument. Pass it to
1293 branch_dest. Use get_frame_pc instead of read_pc.
1294 (rs6000_software_single_step): Likewise.
1295 (bl_to_blrl_insn_p): Do not call branch_dest.
1296 * rs6000-tdep.h (rs6000_software_single_step): Replace REGCACHE
1297 argument by FRAME.
1298
1299 * sparc64-linux-tdep.c (sparc64_linux_step_trap): Add FRAME argument.
1300 Read registers from FRAME instead of current regcache.
1301 * sparc-linux-tdep.c (sparc32_linux_step_trap): Likewise.
1302 * sparcnbsd-tdep.c (sparcnbsd_step_trap): Likewise.
1303 * sparc-tdep.c (sparc_address_from_register): Remove.
1304 (sparc_analyze_control_transfer): Pass FRAME argument instead of
1305 GDBARCH. Pass FRAME to step_trap callback.
1306 (sparc_step_trap): Add FRAME argument.
1307 (space_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
1308 to sparc_analyze_control_transfer. Read registers from FRAME instead
1309 of calling sparc_address_from_register.
1310 * sparc-tdep.h (struct gdbarch_tdep): Add FRAME argument to
1311 step_trap callback.
1312 (sparc_address_from_register): Remove prototype.
1313 (sparc_software_single_step): Replace REGCACHE argument by FRAME.
1314 (sparcnbsd_step_trap): Add FRAME argument.
1315
1316 * spu-tdep.c (spu_software_single_step): Replace REGCACHE argument
1317 by FRAME. Read registers from FRAME instead of REGCACHE.
1318
9c9acae0
UW
13192007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
1320
1321 * arm-tdep.c (arm_print_float_info): Use register value from FRAME
1322 instead of calling read_register.
1323
1324 * avr-tdep.c (avr_push_dummy_call): Write to REGCACHE instead of
1325 calling write_register.
1326
1327 * hppa-tdep.c (hppa32_push_dummy_call): Write to REGCACHE instead of
1328 calling write_register.
1329
1330 * ia64-tdep.c (find_func_descr): Add REGCACHE parameter. Use it
1331 instead of calling read_register.
1332 (ia64_push_dummy_call): Update call to find_func_descr. Use REGCACHE
1333 instead of calling read_register and write_register.
1334
1335 * m32r-tdep.c (m32r_linux_supply_gregset): Use REGCACHE parameter
1336 instead of current_regcache.
1337
1338 * mn10300-tdep.c (mn10300_push_dummy_call): Write to REGCACHE instead
1339 of calling write_register.
1340 * mn10300-linux-tdep.c (am33_supply_fpregset_method): Use REGCACHE
1341 parameter instead of current_regcache.
1342
1343 * mips-tdep.c (mips2_fp_compat): Add FRAME parameter. Use it
1344 instead of calling read_register.
1345 (mips_read_fp_register_double, mips_print_fp_register): Update calls.
1346 (mips_eabi_push_dummy_call): Use REGCACHE instead of write_register.
1347 (mips_n32n64_push_dummy_call): Likewise.
1348 (mips_o32_push_dummy_call): Likewise.
1349 (mips_o64_push_dummy_call): Likewise.
1350
1351 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use REGCACHE
1352 parameter instead of current_regcache.
1353
1354 * xtensa-tdep.c (xtensa_register_write_masked): Add REGCACHE parameter.
1355 Use it instead of read_register and write_register.
1356 (xtensa_register_read_masked): Likewise.
1357 (xtensa_pseudo_register_read): Update call.
1358 (xtensa_pseudo_register_write): Likewise.
1359 (xtensa_frame_cache): Use register values unwound from NEXT_FRAME
1360 instead of calling read_register.
1361 (xtensa_push_dummy_call): Update comment.
1362
d2ca4222
UW
13632007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
1364
1365 * mips-tdep.c (mips16_scan_prologue): Replace read_next_frame_reg
1366 by frame_unwind_register_signed calls.
1367 (mips32_scan_prologue): Likewise. Skip analysis of alloca stack
1368 frame allocations when called with NULL NEXT_FRAME parameter.
1369 (read_next_frame_reg): Remove.
1370
1371 * sh-tdep.c (sh_analyze_prologue): Add FPSCR parameter. Use it
1372 instead of reading the FPSCR register.
1373 (sh_frame_cache): Pass unwound FPSCR register value to
1374 sh_analyze_prologue.
1375 (sh_skip_prologue): Pass dummy FPSCR value to sh_analyze_prologue.
1376
1377 * v850-tdep.c (v850_analyze_prologue): Add CTBP parameter. Use it
1378 instead of reading the CTBP register.
1379 (v850_frame_cache): Pass unwound CTBP register value to
1380 v850_analyze_prologue.
1381
c458d6db
UW
13822007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
1383
1384 * sh-tdep.h (sh_show_regs): Add FRAME parameter.
1385 * sh-tdep.c (sh_show_regs): Likewise.
1386 (sh_show_regs_command): Pass current frame to sh_show_regs routine.
1387 (sh_generic_show_regs): Add FRAME parameter. Use register
1388 values from that frame instead of calling read_register.
1389 (sh3_show_regs, sh2e_show_regs, sh2a_show_regs, sh2a_nofpu_show_regs,
1390 sh3e_show_regs, sh3_dsp_show_regs, sh4_show_regs, sh4_nofpu_show_regs,
1391 sh_dsp_show_regs): Likewise.
1392 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs,
1393 sh64_show_regs): Likewise.
1394
a9614958
UW
13952007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
1396
1397 * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Read from
1398 current regcache instead of calling read_register.
1399
3d1a74ac
UW
14002007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
1401
1402 * mep-tdep.c (current_me_module): Read from current regcache
1403 instead of calling read_register.
1404 (current_options): Likewise.
1405
1b5a9a8f
UW
14062007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
1407
1408 * cris-tdep.c (cris_stopped_data_address): Read register values
1409 from current frame instead of calling read_register.
1410 * frv-tdep.c (frv_stopped_data_address): Likewise.
1411
982db460
UW
14122007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
1413
1414 * solib-sunos.c (sunos_solib_create_inferior_hook): Use write_pc
1415 instead of write_register (PC_REGNUM, ...).
1416
b4397864
UW
14172007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
1418
1419 * solib-sunos.c (sunos_solib_create_inferior_hook): Add comment
1420 explaining why the PC adjustment code is necessary.
1421
8ed86d01
VP
14222007-06-15 Vladimir Prus <vladimir@codesourcery.com>
1423
1424 * m68k-tdep.h (enum m68k_flavour): New.
1425 (struct gdbarch_tdep): New fields
1426 float_return, flavour and fpregs_present.
1427 * m68k-tdep.c (m68k_register_type): Use
1428 fpregs_present and conditionalize floating
1429 registers type on flavour.
1430 (m68k_register_names): New.
1431 (m68k_register_name): Use the above.
1432 (m68k_convert_register_p): Consult fpregs_present.
1433 (m68k_register_to_value, m68k_value_to_register):
1434 Use register_type to obtain the type of floating
1435 point registers.
1436 (m68k_svr4_extract_return_value): Check tdep->float_return.
1437 Use register_type to get the type of floating
1438 point regiters.
1439 (m68k_svr4_store_return_value): Likewise.
1440 (m68k_dwarf_reg_to_regnum): Check tdep->fpregs_present.
1441 (m68k_analyze_register_saves): Likewise.
1442 (m68k_gdbarch_init): Extract infromation
1443 from XML description, if present. Guess coldfire by
1444 looking at the file, if present. Conditionalize
1445 setting of long double format. Set decr_pc_after_break
1446 to 2 on coldfire and fido. Enable XML-driven
1447 register description.
1448 * m68kbsd-tdep.c (m68kbsd_fpreg_offset): Use
1449 size of tdep->fpreg_type, as opposed to hardcoded value.
1450 * Makefile.in (m68k-tdep.o): Update dependencies.
1451
83cc5c53
UW
14522007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
1453
1454 * NEWS: Mention "info spu" commands and qXfer:spu:read and
1455 qXfer:spu:write remote packet types.
1456
1780a0ed
DJ
14572007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
1458
1459 * xml-tdesc.c (tdesc_start_target): New.
1460 (target_attributes): New.
1461 (tdesc_elements): Use it.
1462 * features/gdb-target.dtd: Add #FIXED version attribute for
1463 <target>.
1464
98a29c7e
DJ
14652007-06-13 Arthur Huillet <arthur.huillet@free.fr>
1466
1467 * mi/mi-cmd-var.c (mi_cmd_var_assign): Fix typo.
1468
9dcbb931
DJ
14692007-06-13 Claudio Fontana <claudio.fontana@gmail.com>
1470
1471 * fork-child.c (fork_inferior): Update comment.
1472
117ce543
DJ
14732007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
1474
1475 * features/Makefile: Generate regformats for mips-linux and
1476 mips64-linux.
1477 * features/sort-regs.xsl: Correct typo.
1478 * regformats/reg-mips.dat, regformats/reg-mips64.dat: Delete.
1479 * regformats/mips-linux.dat, regformats/mips64-linux.dat: New generated
1480 files.
1481
822b6570
DJ
14822007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
1483
1484 * config/mips/linux.mh (TDEP_XML): New.
1485 * features/mips-linux.xml, features/mips64-linux.xml: New files.
1486 * mips-linux-nat.c (mips_linux_register_addr): Handle
1487 MIPS_RESTART_REGNUM.
1488 (mips64_linux_register_addr): Likewise.
1489 (super_xfer_partial, mips_linux_xfer_partial): New.
1490 (_initialize_mips_linux_nat): Add them to the target_ops.
1491 * mips-linux-tdep.c (mips_supply_gregset): Handle MIPS_RESTART_REGNUM.
1492 (mips_fill_gregset, mips64_supply_gregset, mips64_fill_gregset)
1493 (mips_linux_o32_sigframe_init)
1494 (mips_linux_n32n64_sigframe_init): Likewise.
1495 (mips_linux_write_pc, mips_linux_restart_reg_p): New.
1496 (mips_linux_init_abi): Use mips_linux_write_pc. Check for the
1497 "org.gnu.gdb.mips.linux" feature.
1498 * mips-linux-tdep.h (MIPS_RESTART_REGNUM): New constant.
1499 (mips_linux_restart_reg_p): New prototype.
1500 * mips-tdep.c (mips_gdbarch_init): Pass tdesc_data to the OS/ABI
1501 initialization routine.
1502 * Makefile.in (mips-linux-tdep.o, mips-linux-nat.o): Update.
1503
f8b73d13
DJ
15042007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
1505
1506 * Makefile.in (mips-tdep.o): Update.
1507 * mips-tdep.c (struct register_alias, mips_o32_aliases)
1508 (mips_n32_n64_aliases, mips_register_aliases): New.
1509 (mips_register_name): Call tdesc_register_name.
1510 (mips_tdesc_register_reggroup_p): New.
1511 (mips_pseudo_register_type, value_of_mips_user_reg): New.
1512 (mips_gdbarch_init): Add target-described register support.
1513 Register aliases for register names.
1514 * target-descriptions.c (tdesc_register_name): Make global.
1515 (tdesc_register_in_reggroup_p): New function, broken out from
1516 tdesc_register_reggroup_p.
1517 (tdesc_register_reggroup_p): Use it.
1518 * target-descriptions.h (tdesc_register_name)
1519 (tdesc_register_in_reggroup_p): New prototypes.
1520 * NEWS: Correct formatting. Mention MIPS register support.
1521 * features/mips-cp0.xml, features/mips-fpu.xml,
1522 features/mips64-cp0.xml, gdb/features/mips64-fpu.xml, mips-cpu.xml,
1523 features/mips64-cpu.xml: New files.
1524
17a912b6
UW
15252007-06-13 Markus Deuling <deuling@de.ibm.com>
1526
1527 * gdbarch.sh (TARGET_ADDR_BIT): Replace by gdbarch_addr_bit.
1528 * valops.c (value_cast): Likewise.
1529 * utils.c (strlen_paddr, paddr, paddr_nz, paddress): Likewise.
1530 * ui-out.c (ui_out_field_core_addr): Likewise.
1531 * tracepoint.c (tracepoints_info): Likewise.
1532 * symtab.c (print_msymbol_info): Likewise.
1533 * solib-irix.c (irix_current_sos)
1534 (irix_open_symbol_file_object): Likewise.
1535 * remote.c (build_remote_gdbarch_data): Likewise.
1536 * prologue-value.c (make_pv_area): Likewise.
1537 * procfs.c (info_mappings_callback): Likewise.
1538 * printcmd.c (print_scalar_formatted)
1539 (deprecated_print_address_numeric): Likewise.
1540 * memattr.c (mem_info_command): Likewise.
1541 * linux-nat.c (linux_nat_info_proc_cmd): Likewise.
1542 * gdbtypes.c (build_flt, gdbtypes_post_init): Likewise.
1543 * exec.c (print_section_info): Likewise.
1544 * dwarf2read.c (read_subrange_type): Likewise.
1545 * dwarf2loc.c (find_location_expression): Likewise.
1546 * dwarf2expr.c (dwarf2_read_address, unsigned_address_type)
1547 (signed_address_type, execute_stack_op): Likewise.
1548 * breakpoint.c (print_one_breakpoint, breakpoint_1): Likewise.
1549 * gdbarch.c, gdbarch.h: Regenerate.
1550
1143fffb
UW
15512007-06-13 Markus Deuling <deuling@de.ibm.com>
1552
1553 * gdbarch.sh (TARGET_ARCHITECTURE): Replace by gdbarch_bfd_arch_info.
1554 * arch-utils.c (show_architecture): Likewise.
1555 * remote-mips.c (mips_open): Likewise
1556 * nto-tdep.c (nto_find_and_open_solib)
1557 (nto_init_solib_absolute_prefix): Likewise.
1558 * nto-procfs (procfs_open): Likewise.
1559 * m68hc11-tdep.c (gdb_print_insn_m68hc11): Likewise.
1560 * gcore.c (default_gcore_mach, default_gcore_arch): Likewise.
1561 * gdbarch.c, gdbarch.h: Regenerate.
1562
4fe99ffb
UW
15632007-06-13 Markus Deuling <deuling@de.ibm.com>
1564
1565 * gdbarch.sh (TARGET_BFD_VMA_BIT): Replace by gdbarch_bfd_vma_bit.
1566 * gdbtypes.c (build_flt): Likewise.
1567 * gdbarch.c, gdbarch.h: Regenerate.
1568
3b3b875c
UW
15692007-06-13 Markus Deuling <deuling@de.ibm.com>
1570
1571 * gdbarch.sh (BREAKPOINT_FROM_PC): Replace by
1572 gdbarch_breakpoint_from_pc.
1573 * s390-tdep.c (s390_gdbarch_init): Likewise (comment).
1574 * remote.c (remote_insert_breakpoint)
1575 (remote_insert_hw_breakpoint): Likewise.
1576 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Likewise.
1577 * mips-tdep.c (mips_breakpoint_from_pc): Likewise (comment).
1578 * breakpoint.h (bp_target_info): Likewise (comment).
1579 * breakpoint.c (read_memory_nobpt): Likewise.
1580 * mem-break.c (default_memory_insert_breakpoint): Likewise.
1581 (symtab.h, breakpoint.h): Remove include. Remove unnecessary comment.
1582 * gdbarch.c, gdbarch.h: Regenerate.
1583
819844ad
UW
15842007-06-13 Markus Deuling <deuling@de.ibm.com>
1585
1586 * gdbarch.sh (TARGET_PTR_BIT): Replace with gdbarch_ptr_bit.
1587 * solib-svr4.c (svr4_truncate_ptr): Likewise.
1588 * solib-pa64.c (read_dynamic_info): Likewise.
1589 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Likewise.
1590 * solib.c (info_sharedlibrary_command): Likewise.
1591 * s390-nat.c (SUBOFF): Likewise.
1592 * p-valprint.c (pascal_val_print): Likewise.
1593 * procfs.c (info_proc_mappings): Likewise.
1594 * printcmd.c (decode_format): Likewise.
1595 * nto-tdep.c (nto_truncate_ptr): Likewise.
1596 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
1597 (mips64_linux_get_longjmp_target): Likewise.
1598 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
1599 * jv-valprint.c (java_value_print): Likewise.
1600 * jv-lang.c (get_java_object_header_size): Likewise.
1601 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Likewise.
1602 * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code)
1603 (hppa_hpux_unwind_adjust_stub): Likewise.
1604 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
1605 * gdbtypes.c (make_pointer_type, make_reference_type)
1606 (smash_to_memberptr_type): Likewise.
1607 * gdbarch.c, gdbarch.h: Regenerate.
1608
0cc93a06
DJ
16092007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
1610
1611 * mips-tdep.c (mips_print_register): Remove unused ALL argument.
1612 (print_gp_register_row): Stop before printing a register bigger
1613 than the ABI register size.
1614 (mips_print_registers_info): Update call to mips_print_register.
1615
67f3407f
DJ
16162007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
1617
1618 * expression.h (enum exp_opcode): Document a register name for
1619 OP_REGISTER.
1620 * parse.c (write_dollar_variable): Write the register name for
1621 OP_REGISTER.
1622 (operator_length_standard): Expect the register name following
1623 OP_REGISTER.
1624 * ada-lang.c (resolve_subexp): Likewise.
1625 * ax-gdb.c (gen_expr): Likewise.
1626 * eval.c (evaluate_subexp_standard): Likewise.
1627 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
1628 Likewise.
1629 * tracepoint.c (encode_actions): Likewise.
1630
0caa462c
DJ
16312007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
1632
1633 * utils.c (set_screen_size): Use INT_MAX for default columns.
1634
4de6483e
UW
16352007-06-13 Ulrich Weigand <uweigand@de.ibm.com>
1636
1637 * remote.c (remote_protocol_features): Add qXfer:spu:read and
1638 qXfer:spu:write packet types.
1639
cafad45b
UW
16402007-06-12 Markus Deuling <deuling@de.ibm.com>
1641
1642 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Remove.
1643 * gdbarch.c, gdbarch.h: Regenerate.
1644
055d23b8
UW
16452007-06-12 Markus Deuling <deuling@de.ibm.com>
1646
1647 * gdbarch.sh (STAB_REG_TO_REGNUM): Replace by
1648 gdbarch_stab_reg_to_regnum.
1649 * stabsread.c (define_symbol): Likewise.
1650 * gdbarch.sh (ECOFF_REG_TO_REGNUM): Replace by
1651 gdbarch_ecoff_reg_to_regnum.
1652 * mdebugread.c (parse_symbol): Likewise.
1653 * i386-tdep.c (i386_gdbarch_init): Likewise (comment).
1654 * gdbarch.sh (DWARF_REG_TO_REGNUM): Replace by
1655 gdbarch_dwarf_reg_to_regnum.
1656 * gdbarch.sh (SDB_REG_TO_REGNUM): Replace by gdbarch_sdb_reg_to_regnum.
1657 * coffread.c (process_coff_symbol): Likewise.
1658 * gdbarch.sh (DWARF2_REG_TO_REGNUM): Replace by
1659 gdbarch_dwarf2_reg_to_regnum.
1660 * dwarf2loc.c (dwarf_expr_read_reg,dwarf2_evaluate_loc_desc)
1661 (locexpr_describe_location): Likewise.
1662 * dwarf2-frame.c (read_reg,execute_cfa_program,dwarf2_frame_cache)
1663 (dwarf2_frame_prev_register,dwarf2_signal_frame_this_id): Likewise.
1664 * dwarf2loc.c (DWARF2_REG_TO_REGNUM): Remove macro.
1665 * dwarf2read.c (DWARF2_REG_TO_REGNUM): Remove macro.
1666 * gdbarch.c, gdbarch.h: Regenerate.
1667
260edbc2
UW
16682007-06-12 Markus Deuling <deuling@de.ibm.com>
1669
1670 * gdbarch.sh (SMASH_TEXT_ADDRESS): Replace by
1671 gdbarch_smash_text_address.
1672 * somread.c (som_symtab_read): Likewise.
1673 * elfread.c (record_minimal_symbol): Likewise.
1674 * dbxread.c (process_one_symbol): Likewise.
1675 * coffread.c (coff_symtab_read): Likewise.
1676 * gdbarch.c, gdbarch.h: Regenerate.
1677
c1afe53d
UW
16782007-06-12 Markus Deuling <deuling@de.ibm.com>
1679
1680 * gdbarch.sh (REGISTER_TO_VALUE): Replace by gdbarch_register_to_value.
1681 * findvar.c (value_from_register): Likewise.
1682 * gdbarch.sh (VALUE_TO_REGISTER): Replace by gdbarch_value_to_register.
1683 * valops.c (value_assign): Likewise.
1684 * gdbarch.sh (CONVERT_REGISTER_P): Replace by
1685 gdbarch_convert_register_p.
1686 * findvar.c (value_from_register): Likewise.
1687 * valops.c (value_assign): Likewise.
1688 * gdbarch.c, gdbarch.h: Regenerate.
1689
474c1661
UW
16902007-06-12 Markus Deuling <deuling@de.ibm.com>
1691
1692 * gdbarch.sh (REGISTER_SIM_REGNO): Replace by
1693 gdbarch_register_sim_regno.
1694 * sim-regno.h (sim_regno): Likewise (comment).
1695 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Likewise.
1696 * gdbarch.c, gdbarch.h: Regenerate.
1697
c7bb205c
UW
16982007-06-12 Markus Deuling <deuling@de.ibm.com>
1699
1700 * gdbarch.sh (TARGET_VIRTUAL_FRAME_POINTER): Replace by
1701 gdbarch_virtual_frame_pointer.
1702 * tracepoint.c (encode_actions): Likewise.
1703 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Likewise.
1704 * ax-gdb.c (gen_frame_args_address, gen_frame_locals_address): Likewise.
1705 * gdbarch.c, gdbarch.h: Regenerate.
1706
ea06eb3d
UW
17072007-06-12 Markus Deuling <deuling@de.ibm.com>
1708
1709 * gdbarch.sh (TARGET_FLOAT_BIT): Replace by gdbarch_float_bit.
1710 * p-lang.c (pascal_create_fundamental_type): Likewise.
1711 * objc-lang.c (objc_create_fundamental_type): Likewise.
1712 * mdebugread.c (_initialize_mdebugread): Likewise.
1713 * m2-lang.c (m2_create_fundamental_type)
1714 (_initialize_m2_language): Likewise.
1715 * gdbtypes.c (build_gdbtypes): Likewise.
1716 * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
1717 * doublest.c (floatformat_from_length): Likewise.
1718 * c-lang.c (c_create_fundamental_type): Likewise.
1719 * ada-lang.c (ada_create_fundamental_type)
1720 (ada_language_arch_info): Likewise.
1721 * gdbarch.sh (TARGET_FLOAT_FORMAT): Replace by gdbarch_float_format.
1722 * value.c (unpack_double): Likewise (comment).
1723 * gdbtypes.c (build_gdbtypes): Likewise.
1724 * doublest.c (floatformat_from_length): Likewise.
1725 * gdbarch.sh (TARGET_DOUBLE_BIT): Replace by gdbarch_double_bit.
1726 * valarith.c (value_binop): Likewise.
1727 * p-lang.c (pascal_create_fundamental_type): Likewise.
1728 * objc-lang.c (objc_create_fundamental_type): Likewise.
1729 * mdebugread.c (_initialize_mdebugread): Likewise.
1730 * m2-lang.c (m2_create_fundamental_type): Likewise.
1731 * gdbtypes.c (build_gdbtypes): Likewise.
1732 * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
1733 * doublest.c (floatformat_from_length): Likewise.
1734 * cris-tdep.c (cris_gdbarch_init): Likewise (comment).
1735 * c-lang.c (c_create_fundamental_type): Likewise.
1736 * ada-lex.l (processReal): Likewise.
1737 * ada-lang.c (ada_create_fundamental_type)
1738 (ada_language_arch_info): Likewise.
1739 * gdbarch.sh (TARGET_DOUBLE_FORMAT): Replace by gdbarch_double_format.
1740 * value.c (unpack_double): Likewise (comment).
1741 * gdbtypes.c (build_gdbtypes): Likewise.
1742 * doublest.c (floatformat_from_length): Likewise.
1743 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Replace by
1744 gdbarch_long_double_bit.
1745 * p-lang.c (pascal_create_fundamental_type): Likewise.
1746 * objc-lang.c (objc_create_fundamental_type): Likewise.
1747 * m2-lang.c (m2_create_fundamental_type): Likewise.
1748 * gdbtypes.c (build_gdbtypes): Likewise.
1749 * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
1750 * doublest.c (floatformat_from_length): Likewise.
1751 * c-lang.c (c_create_fundamental_type): Likewise.
1752 * ada-lex.l (processReal): Likewise.
1753 * ada-lang.c (ada_create_fundamental_type)
1754 (ada_language_arch_info): Likewise.
1755 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Replace by
1756 gdbarch_long_double_format.
1757 * gdbtypes.c (build_gdbtypes): Likewise.
1758 * doublest.c (floatformat_from_length): Likewise.
1759 * gdbarch.c, gdbarch.h: Regenerate.
1760
9a76efb6
UW
17612007-06-12 Markus Deuling <deuling@de.ibm.com>
1762
1763 * gdbarch.sh (TARGET_SHORT_BIT): Replace by gdbarch_int_bit.
1764 * ada-lang.c (ada_create_fundamental_type)
1765 (ada_language_arch_info): Likewise.
1766 * c-lang.c (c_create_fundamental_type): Likewise.
1767 * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
1768 * gdbtypes.c (build_gdbtypes, gdbtypes_post_init): Likewise.
1769 * m2-lang.c (m2_create_fundamental_type): Likewise.
1770 * objc-lang.c (objc_create_fundamental_type): Likewise.
1771 * p-lang.c (pascal_create_fundamental_type): Likewise.
1772 * gdbarch.sh (TARGET_INT_BIT): Replace by gdbarch_int_bit.
1773 * c-exp.y (parse_number): Likewise.
1774 * objc-exp.y (parse_number): Likewise.
1775 * ada-lex.l (processInt): Likewise.
1776 * f-exp.y (parse_number): Likewise.
1777 * p-exp.y (parse_number): Likewise.
1778 * ada-lang.c (ada_create_fundamental_type, ada_language_arch_info)
1779 (gdbtypes_post_init, build_gdbtypes): Likewise.
1780 * p-lang.c (pascal_create_fundamental_type): Likewise.
1781 * parse.c (build_parse): Likewise.
1782 * xcoffread.c (_initialize_xcoffread): Likewise.
1783 * stabsread.c (define_symbol, read_one_struct_field, read_enum_type)
1784 (read_range_type): Likewise.
1785 * objc-lang.c (objc_create_fundamental_type): Likewise.
1786 * f-lang.c (build_fortran_types, f_create_fundamental_type): Likewise.
1787 * m2-lang.c (m2_create_fundamental_type, _initialize_m2_language)
1788 (m2_create_fundamental_type): Likewise.
1789 * c-lang.c (c_create_fundamental_type): Likewise.
1790 * coffread.c (coff_read_enum_type): Likewise.
1791 * mdebugread.c (parse_symbol, _initialize_mdebugread): Likewise.
1792 * dwarf2read.c (new_symbol): Likewise.
1793 * gdbarch.sh (TARGET_LONG_BIT): Replace by gdbarch_long_bit.
1794 * c-exp.y (parse_number): Likewise.
1795 * objc-exp.y (parse_number): Likewise.
1796 * ada-lex.l (processInt): Likewise.
1797 * f-exp.y (parse_number): Likewise.
1798 * p-exp.y (parse_number): Likewise.
1799 * valarith.c (value_binop): Likewise.
1800 * symfile.c (read_target_long_array, simple_overlay_update_1): Likewise.
1801 * ada-lang.c (ada_create_fundamental_type)
1802 (ada_language_arch_info): Likewise.
1803 * gdbtypes.c (build_gdbtypes, gdbtypes_post_init): Likewise.
1804 * symfile.c (TARGET_LONG_BYTES): Likewise.
1805 * p-lang.c (pascal_create_fundamental_type): Likewise.
1806 * objc-lang.c (objc_create_fundamental_type): Likewise.
1807 * m2-lang.c (m2_create_fundamental_type): Likewise.
1808 * f-lang.c (f_create_fundamental_type): Likewise.
1809 * c-lang.c (c_create_fundamental_type): Likewise.
1810 * coffread.c (decode_base_type): Likewise.
1811 * gdbarch.sh (TARGET_LONG_LONG_BIT): Replace by gdbarch_long_long_bit.
1812 * c-exp.y (parse_number): Likewise.
1813 * objc-exp.y (parse_number): Likewise.
1814 * p-exp.y (parse_number): Likewise.
1815 * ada-lang.c (ada_create_fundamental_type)
1816 (ada_language_arch_info): Likewise.
1817 * gdbtypes.c (gdbtypes_post_init, build_gdbtypes): Likewise.
1818 * stabsread.c (read_range_type): Likewise.
1819 * p-lang.c (pascal_create_fundamental_type): Likewise.
1820 * objc-lang.c (objc_create_fundamental_type): Likewise.
1821 * m2-lang.c (m2_create_fundamental_type): Likewise.
1822 * f-lang.c (f_create_fundamental_type): Likewise.
1823 * c-lang.c (c_create_fundamental_type): Likewise.
1824 * gdbarch.c, gdbarch.h: Regenerate.
1825
272dfcfd
AS
18262007-06-12 Andreas Schwab <schwab@suse.de>
1827
1828 * frame-unwind.h (frame_dealloc_cache_ftype): Define.
1829 (struct frame_unwind): Add dealloc_cache.
1830 * frame.c (reinit_frame_cache): Call dealloc_cache on all caches.
1831
1832 * libunwind-frame.h (libunwind_frame_dealloc_cache): Declare.
1833 * libunwind-frame.c (libunwind_frame_dealloc_cache): Define.
1834 (libunwind_frame_unwind): Set dealloc_cache.
1835 * ia64-tdep.c (ia64_libunwind_frame_unwind): Set dealloc_cache.
1836
0e7f50da
UW
18372007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
1838 Markus Deuling <deuling@de.ibm.com>
1839
1840 * remote.c (remote_write_qxfer): New function.
1841 (remote_xfer_partial): Add handling for TARGET_OBJECT_SPU.
1842 (remote_read_qxfer): Do not cache empty objects.
1843 (_initialize_remote): Add PACKET_qXfer_spu_read and
1844 PACKET_qXfer_spu_write.
1845
23d964e7
UW
18462007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
1847
1848 * target.h (enum target_object): Add TARGET_OBJECT_SPU.
1849 * spu-linux-nat.c (spu_xfer_partial): Handle TARGET_OBJECT_SPU.
1850
1851 * spu-tdep.h (SPU_NUM_PSEUDO_REGS): Add 5 pseudo registers.
1852 (enum spu_regnum): Add SPU_FPSCR_REGNUM, SPU_SRR0_REGNUM,
1853 SPU_LSLR_REGNUM, SPU_DECR_REGNUM, SPU_DECR_STATUS_REGNUM.
1854 * spu-tdep.c (infospucmdlist): New variable.
1855 (spu_register_name): Handle additional pseudo registers.
1856 (spu_register_type): Likewise.
1857 (spu_pseudo_register_read): Likewise.
1858 (spu_pseudo_register_write): Likewise.
1859 (spu_pseudo_register_read_spu): New function.
1860 (spu_pseudo_register_write_spu): Likewise.
1861 (info_spu_event_command): New function.
1862 (info_spu_signal_command): Likewise.
1863 (info_spu_mailbox_list): Likewise.
1864 (info_spu_mailbox_command): Likewise.
1865 (spu_mfc_get_bitfield): Likewise.
1866 (info_spu_dma_cmdlist): Likewise.
1867 (info_spu_dma_command): Likewise.
1868 (info_spu_proxydma_command): Likewise.
1869 (info_spu_command): Likewise.
1870 (_initialize_spu_tdep): Install "info spu" commands.
1871
374c1d38
UW
18722007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
1873
1874 * spu-linux-nat.c (spu_proc_xfer_spu): Do not return failure when
1875 accessing non-seekable spufs files.
1876
e76f05fa
UW
18772007-06-09 Markus Deuling <deuling@de.ibm.com>
1878
1879 * gdbarch.sh (SKIP_TRAMPOLINE_CODE): Replace by
1880 gdbarch_skip_trampoline_code.
1881 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Likewise (comment).
1882 * objc-lang.c (objc_skip_trampoline)
1883 (objc_submethod_helper_data): Likewise.
1884 * m32c-lang.c (m32c_skip_trampoline_code): Likewise (comment).
1885 * infrun.c (handle_inferior_event): Likewise.
1886 * gnu-v3-abi.c (gnuv3_skip_trampoline): Likewise.
1887 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Replace by
1888 gdbarch_in_solib_return_trampoline.
1889 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Likewise (comment).
1890 * infrun.c (handle_inferior_event): Likewise.
1891 * hppa-tdep.c (hppa_stub_unwind_sniffer): Likewise.
1892 * gdbarch.c, gdbarch.h: Regenerate.
1893
a433963d
UW
18942007-06-09 Markus Deuling <deuling@de.ibm.com>
1895
1896 * gdbarch.sh (SKIP_PROLOGUE): Replace by gdbarch_skip_prologue.
1897 * symtab.c (find_function_start_sal, in_prologue): Likewise.
1898 * linespec.c (minsym_found): Likewise.
1899 * infrun.c (step_into_function): Likewise.
1900 * gdbarch.c, gdbarch.h: Regenerate.
1901
aea8766f
UW
19022007-06-09 Markus Deuling <deuling@de.ibm.com>
1903
1904 * gdbarch.sh (NAME_OF_MALLOC): Replace by gdbarch_name_of_malloc.
1905 * valops.c (value_allocate_space_in_inferior): Likewise.
1906 * gdbarch.c, gdbarch.h: Regenerate.
1907
8da95a30
UW
19082007-06-09 Markus Deuling <deuling@de.ibm.com>
1909
1910 * gdbarch.sh (MEMORY_INSERT_BREAKPOINT): Replace by
1911 gdbarch_memory_insert_breakpoint.
1912 * mem-break.c (memory_insert_breakpoint): Likewise.
1913 * gdbarch.sh (MEMORY_REMOVE_BREAKPOINT): Replace by
1914 gdbarch_memory_remove_breakpoint.
1915 * mem-break.c (memory_remove_breakpoint): Likewise.
1916 * gdbarch.c, gdbarch.h: Regenerate.
1917
985969a9
UW
19182007-06-09 Markus Deuling <deuling@de.ibm.com>
1919
1920 * gdbarch.sh (FETCH_TLS_LOAD_MODULE_ADDRESS): Replace by
1921 gdbarch_fetch_tls_load_module_address.
1922 * gdbarch.sh (FETCH_TLS_LOAD_MODULE_ADDRESS_P): Replace by
1923 gdbarch_fetch_tls_load_module_address_p.
1924 * gdbarch.c, gdbarch.h: Regenerate.
1925
b798847d
UW
19262007-06-09 Markus Deuling <deuling@de.ibm.com>
1927
1928 * gdbarch.sh (DECR_PC_AFTER_BREAK): Replace by
1929 gdbarch_decr_pc_after_break.
1930 * tracepoint.c (trace_dump_command): Likewise.
1931 * solib-sunos.c (sunos_solib_create_inferior_hook): Likewise.
1932 * linux-thread-db.c (check_event): Likewise.
1933 * linux-nat.c (cancel_breakpoints_callback): Likewise.
1934 * infrun.c (adjust_pc_after_break, normal_stop): Likewise.
1935 * frame.h: Likewise (comment).
1936 * dummy-frame.c (deprecated_pc_in_call_dummy): Likewise.
1937 * aix-thread.c (aix_thread_wait): Likewise.
1938 * gdbarch.c, gdbarch.h: Regenerate.
1939
849957d9
UW
19402007-06-09 Markus Deuling <deuling@de.ibm.com>
1941
1942 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS): Replace by
1943 gdbarch_address_class_type_flags.
1944 * dwarf2read.c (read_tag_pointer_type): Likewise.
1945 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS_P): Replace by
1946 gdbarch_address_class_type_flags_p.
1947 * dwarf2read.c (read_tag_pointer_type): Likewise.
1948 * gdbarch.c, gdbarch.h: Regenerate.
1949
bf6ae464
UW
19502007-06-09 Markus Deuling <deuling@de.ibm.com>
1951
1952 * gdbarch.sh (ADDR_BITS_REMOVE): Replace by gdbarch_addr_bits_remove.
1953 * value.c (value_as_address): Likewise (comment).
1954 * remote-mips.c (common_breakpoint): Likewise.
1955 * regcache.c (read_pc_pid): Likewise.
1956 * printcmd.c (do_one_display): Likewise.
1957 * monitor.c (monitor_write_memory, monitor_read_memory)
1958 (monitor_insert_breakpoint): Likewise.
1959 * mips-tdep.c (heuristic_proc_start): Likewise.
1960 * infrun.c (insert_step_resume_breakpoint_at_frame)
1961 (insert_step_resume_breakpoint_at_caller): Likewise.
1962 * buildsym.c (record_line): Likewise.
1963 * arm-tdep.c (arm_scan_prologue, thumb_get_next_pc)
1964 (arm_get_next_pc): Likewise.
1965 * armnbsd-nat.c (arm_supply_gregset, fetch_register, store_register)
1966 (store_regs): Likewise.
1967 * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
1968 * arm-linux-nat.c (fetch_register, fetch_regs): Likewise.
1969 * gdbarch.c, gdbarch.h: Regenerate.
1970
c9f4d572
UW
19712007-06-09 Markus Deuling <deuling@de.ibm.com>
1972
1973 * gdbarch.sh (REGISTER_NAME): Replace by gdbarch_register_name.
1974 * tracepoint.c (scope_info): Likewise.
1975 * target.c (debug_print_register): Likewise.
1976 * stack.c (frame_info): Likewise.
1977 * sh-tdep.c (sh_register_reggroup_p): Likewise.
1978 * sh64-tdep.c (sh64_do_fp_register, sh64_do_register)
1979 (sh64_media_print_registers_info)
1980 (sh64_compact_print_registers_info): Likewise.
1981 * rs6000-tdep.c (rs6000_register_reggroup_p): Likewise.
1982 * remote-sim.c (gdbsim_fetch_register): Likewise.
1983 * remote.c (packet_reg): Likewise (comment).
1984 * reggroups.c (default_register_reggroup_p): Likewise.
1985 * regcache.c (regcache_dump): Likewise.
1986 * printcmd.c (address_info): Likewise.
1987 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
1988 * mt-dep.c (mt_registers_info): Likewise.
1989 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Likewise (comment).
1990 * mips-tdep.c (mips_register_reggroup_p, mips_read_fp_register_single)
1991 (mips_read_fp_register_double, mips_print_fp_register)
1992 (mips_print_register, print_gp_register_row, mips_print_registers_info)
1993 (mips_register_sim_regno): Likewise.
1994 * m68klinux-nat.c (regmap, fetch_register, store_register): Likewise.
1995 * inf-ptrace.c (inf_ptrace_fetch_register)
1996 (inf_ptrace_store_register): Likewise.
1997 * infcmd.c (default_print_registers_info): Likewise.
1998 * ia64-linux-nat.c (ia64_linux_fetch_register)
1999 (ia64_linux_store_register): Likewise.
2000 * i386-linux-nat.c (fetch_register, store_register): Likewise.
2001 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Likewise.
2002 * hppa-linux-nat.c (fetch_register, store_register): Likewise.
2003 * hppa-hpux-nat.c (hppa_hpux_fetch_register)
2004 (hppa_hpux_store_register): Likewise.
2005 * findvar.c (locate_var_value): Likewise.
2006 * dwarf2loc.c (locexpr_describe_location): Likewise.
2007 * dwarf2-frame.c (execute_cfa_program): Likewise.
2008 * arm-tdep.c (arm_push_dummy_call): Likewise.
2009 * arch-utils.c (legacy_register_sim_regno): Likewise.
2010 * alpha-tdep.c (alpha_register_reggroup_p): Likewise.
2011 * alpha-nat.c (fetch_osf_core_registers): Likewise.
2012 * mi/mi-main.c (mi_cmd_data_list_register_names)
2013 (mi_cmd_data_list_changed_registers, mi_cmd_data_list_register_values)
2014 (mi_cmd_data_write_register_values): Likewise.
2015 * gdbarch.c, gdbarch.h: Regenerate.
2016
1fc01e03
DJ
20172007-06-07 Daniel Jacobowitz <dan@codesourcery.com>
2018
2019 * target-memory.c (blocks_to_erase): Correct off-by-one error.
2020
632110b1
VP
20212007-06-06 Vladimir Prus <vladimir@codesourcery.com>
2022
2023 * remote.c (process_g_packet): Don't check size.
2024 * gdbarch.sh: Remove register_bytes_ok.
2025 * gdbarch.c: Regenerated.
2026 * gdbarch.h: Regenerated.
2027 * m68k-tdep.c (REGISTER_BYTES_NOFP): Remove.
2028 (m68k_register_bytes_ok): Remove.
2029 (m68k_gdbarch_init): Don't register m68k_register_bytes_ok.
2030
f43ae3f1
AS
20312007-06-06 Andreas Schwab <schwab@suse.de>
2032
2033 * libunwind-frame.c (unw_destroy_addr_space_p): Define.
2034 (destroy_addr_space_name): Define.
2035 (libunwind_load): Get address of destroy_addr_space function.
2036 (libunwind_frame_cache): Destroy unw_addr_space_t object before
2037 returning unsuccessfully.
2038 (libunwind_frame_sniffer): Destroy unw_addr_space_t object before
2039 returning.
2040 (libunwind_sigtramp_frame_sniffer): Likewise.
2041 (libunwind_get_reg_special): Likewise.
2042
d99344c0
UW
20432007-06-06 Markus Deuling <deuling@de.ibm.com>
2044
2045 * gdbarch.sh (FETCH_POINTER_ARGUMENT): Replace by
2046 gdbarch_fetch_pointer_argument.
2047 * objc-lang.c (OBJC_FETCH_POINTER_ARGUMENT): Likewise.
2048 * gdbarch.c, gdbarch.h: Regenerate.
2049
e6cf7916
UW
20502007-06-06 Markus Deuling <deuling@de.ibm.com>
2051
2052 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Replace by
2053 gdbarch_have_nonsteppable_watchpoint.
2054 * infrun.c (handle_inferior_event, adjust_pc_after_break): Likewise.
2055 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Replace by
2056 gdbarch_cannot_step_breakpoint.
2057 * infrun.c (resume): Likewise.
2058 * gdbarch.c, gdbarch.h: Regenerate.
2059
bbcf301a
UW
20602007-06-06 Markus Deuling <deuling@de.ibm.com>
2061
2062 * gdbarch.sh (FRAME_ARGS_SKIP): Replace by gdbarch_frame_args_skip.
2063 * stack.c (print_frame_args): Likewise.
2064 * gdbarch.sh (FRAME_NUM_ARGS): Replace by gdbarch_frame_num_args.
2065 * stack.c (print_args_stub, frame_info): Likewise.
2066 * gdbarch.sh (FRAME_NUM_ARGS_P): Replace by gdbarch_frame_num_args_p.
2067 * stack.c (print_args_stub, frame_info): Likewise.
2068 * gdbarch.c, gdbarch.h: Regenerate.
2069
95f1da47
UW
20702007-06-06 Markus Deuling <deuling@de.ibm.com>
2071
2072 * gdbarch.sh (COFF_MAKE_MSYMBOL_SPECIAL): Replace by
2073 gdbarch_coff_make_msymbol_special.
2074 * coffread.c (coff_symtab_read): Likewise.
2075 * gdbarch.sh (ELF_MAKE_MSYMBOL_SPECIAL): Replace by
2076 gdbarch_elf_make_msymbol_special.
2077 * elfread.c (elf_symtab_read): Likewise.
2078 * mips-tdep.c (mips_elf_make_msymbol_special): Likewise (comment).
2079 * sh64-tdep.c (MSYMBOL_IS_SPECIAL): Likewise (comment).
2080 * gdbarch.c, gdbarch.h: Regenerate.
2081
39e8369e
UW
20822007-06-06 Markus Deuling <deuling@de.ibm.com>
2083
2084 * gdbarch.sh (FRAME_RED_ZONE_SIZE): Replace by
2085 gdbarch_frame_red_zone_size.
2086 * gdbarch.c, gdbarch.h: Regenerate.
2087
4d1e7dd1
UW
20882007-06-06 Markus Deuling <deuling@de.ibm.com>
2089
2090 * gdbarch.sh (INNER_THAN): Replace by gdbarch_inner_than.
2091 * infcall.c (call_function_by_hand): Likewise.
2092 * gcore.c (derive_stack_segment): Likewise.
2093 * frame.c (frame_id_inner): Likewise.
2094 * arch-utils.c (core_addr_lessthan): Likewise (comment).
2095 * ada-lang.c (ensure_lval): Likewise.
2096 * gdbarch.c, gdbarch.h: Regenerate.
2097
76e71323
UW
20982007-06-06 Markus Deuling <deuling@de.ibm.com>
2099
2100 * gdbarch.sh (ADDRESS_TO_POINTER): Replace by
2101 gdbarch_address_to_pointer.
2102 * findvar.c (store_typed_address): Likewise.
2103 * gdbtypes.c (make_pointer_type): Likewise (comment).
2104 * procfs.c (procfs_address_to_host_pointer): Likewise.
2105 * std-regs.c (value_of_builtin_frame_reg): Likewise.
2106 (value_of_builtin_frame_fp_reg): Likewise.
2107 (value_of_builtin_frame_pc_reg): Likewise.
2108 * utils.c (paddress): Likewise (comment).
2109 * gdbarch.sh (POINTER_TO_ADDRESS): Replace by
2110 gdbarch_pointer_to_address.
2111 * findvar.c (extract_typed_address): Likewise.
2112 * gdbtypes.c (make_pointer_type): Likewise (comment).
2113 * valops.c (value_cast): Likewise (comment).
2114 * gdbarch.c, gdbarch.h: Regenerate.
2115
91104499
UW
21162007-06-06 Markus Deuling <deuling@de.ibm.com>
2117
2118 * gdbarch.sh (GET_LONGJMP_TARGET): Replace by gdbarch_get_longjmp_target.
2119 * infrun.c (handle_inferior_event): Likewise.
2120 * gdbarch.sh (GET_LONGJMP_TARGET_P): Replace by
2121 gdbarch_get_longjmp_target_p.
2122 * breakpoint.c (breakpoint_re_set): Likewise.
2123 * infrun.c (handle_inferior_event): Likewise.
2124 * gdbarch.c, gdbarch.h: Regenerate.
2125
d3e9c991
UW
21262007-06-06 Ulrich Weigand <uweigand@de.ibm.com>
2127
2128 * hppa-hpux-tdep.c (args_for_find_stub, HP_ACC_EH_notify_hook,
2129 HP_ACC_EH_set_hook_value, HP_ACC_EH_notify_callback, HP_ACC_EH_break,
2130 HP_ACC_EH_catch_throw, HP_ACC_EH_catch_catch, __eh_notification,
2131 hp_cxx_exception_support, hp_cxx_exception_support_initialized,
2132 eh_notify_hook_addr, eh_notify_callback_addr, eh_break_addr,
2133 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior,
2134 find_stub_with_shl_get, cover_find_stub_with_shl_get,
2135 initialize_hp_cxx_exception_support, child_enable_exception_callback,
2136 current_ex_event, child_get_current_exception_event): Remove.
2137 (hppa_hpux_inferior_created): Remove.
2138 (hppa_hpux_init_abi): Do not install hppa_hpux_inferior_created.
2139
2140 * breakpoint.h (deprecated_exception_catchpoints_are_fragile): Remove.
2141 (deprecated_exception_support_initialized): Remove.
2142 * breakpoint.c (deprecated_exception_catchpoints_are_fragile): Remove.
2143 (deprecated_exception_support_initialized): Remove.
2144 (breakpoint_init_inferior): Remove handling of non-zero
2145 deprecated_exception_catchpoints_are_fragile.
2146
2147 * symtab.h (deprecated_hp_som_som_object_present): Remove.
2148 * symtab.c (deprecated_hp_som_som_object_present): Remove.
2149 * c-typeprint.c (c_type_print_base): Remove handling of non-zero
2150 deprecated_hp_som_som_object_present.
2151 * eval.c (evaluate_subexp_standard): Likewise.
2152 * valops.c (value_cast): Likewise.
2153
2154 * parse.c (parse_nested_classes_for_hpacc, coloncolon): Remove.
2155 * parser-defs.h (parse_nested_classes_for_hpacc): Remove.
2156 * c-exp.y (yylex): Do not call parse_nested_classes_for_hpacc.
2157
5e787d22
UW
21582007-06-06 Ulrich Weigand <uweigand@de.ibm.com>
2159
2160 * objfiles.h (ImportEntry, ExportEntry): Remove types.
2161 (struct objfile): Remove import_list, import_list_size,
2162 export_list, export_list_size members.
2163 (is_in_import_list): Remove prototype.
2164 * objfiles.c (is_in_import_list): Remove.
2165 * somread.c (init_import_symbols, init_export_symbols): Remove.
2166 (som_symfile_read): Do not call init_import_symbols. Do not
2167 set objfile->export_list and objfile->export_list_size.
2168
93e7bd98
DJ
21692007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
2170
2171 * dwarf2read.c (dwarf2_symbol_mark_computed): Fix formatting.
2172 Use the original objfile if necessary.
2173
e1024ff1
DJ
21742007-06-04 Daniel Jacobowitz <dan@codesourcery.com>
2175
2176 * defs.h (ldirname): New prototype.
2177 * dwarf2read.c (read_file_scope): Use DW_AT_name if DW_AT_comp_dir is
2178 missing.
2179 * utils.c (ldirname): New function.
2180 * xml-tdesc.c (file_read_description_xml): Use ldirname.
2181
ee82e879
UW
21822007-06-01 Ulrich Weigand <uweigand@de.ibm.com>
2183
2184 * spu-tdep.c (spu_push_dummy_call): Store stack back chain.
2185
513f5903
JB
21862007-06-01 Joel Brobecker <brobecker@adacore.com>
2187
2188 * solib-svr4.c (svr4_solib_create_inferior_hook): Remove warning.
2189
52a75740
UW
21902007-06-01 Ulrich Weigand <uweigand@de.ibm.com>
2191
2192 * irix5-nat.c (JB_ELEMENT_SIZE, get_longjmp_target): Remove.
2193
c3fc7e62
UW
21942007-06-01 Ulrich Weigand <uweigand@de.ibm.com>
2195
2196 * ppc-linux-tdep.c (INSTR_SC, INSTR_LI_R0_0x6666, INSTR_LI_R0_0x7777,
2197 INSTR_LI_R0_NR_sigreturn, INSTR_LI_R0_NR_rt_sigreturn): Remove.
2198 (PPC_LINUX_SIGNAL_FRAMESIZE, PPC_LINUX_REGS_PTR_OFFSET,
2199 PPC_LINUX_HANDLER_PTR_OFFSET): Remove.
2200 (ppc_linux_in_sigtramp, insn_is_sigreturn,
2201 ppc_linux_at_sigtramp_return_path): Remove.
2202
4c6b5505
UW
22032007-05-31 Markus Deuling <deuling@de.ibm.com>
2204
2205 * xtensa-tdep.c (XTENSA_IS_ENTRY, extract_call_winsize)
2206 (xtensa_register_write_masked, xtensa_register_read_masked)
2207 (xtensa_extract_return_value, xtensa_store_return_value
2208 (xtensa_push_dummy_call, xtensa_breakpoint_from_pc): Replace
2209 TARGET_BYTE_ORDER by gdbarch_byte_order.
2210 * sh-tdep.c (sh_breakpoint_from_pc, gdb_print_insn_sh)
2211 (sh_justify_value_in_reg, sh_next_flt_argreg, sh_push_dummy_call_fpu)
2212 (sh_extract_return_value_fpu, sh_store_return_value_fpu): Likewise.
2213 * sh64-tdep.c (sh64_breakpoint_from_pc, gdb_print_insn_sh64)
2214 (sh64_push_dummy_call, sh64_extract_return_value)
2215 (sh64_store_return_value, sh64_register_convert_to_virtual)
2216 (sh64_register_convert_to_raw, sh64_pseudo_register_read)
2217 (sh64_pseudo_register_write, sh64_do_fp_register)
2218 (sh64_frame_prev_register): Likewise.
2219 * score-tdep.c (score_print_insn, score_breakpoint_from_pc)
2220 (score_return_value, score_push_dummy_call, score_fetch_inst): Likewise.
2221 * rs6000-tdep.c (rs6000_breakpoint_from_pc, rs6000_push_dummy_call)
2222 (e500_move_ev_register,gdb_print_insn_powerpc): Likewise.
2223 * remote-m32r-sdi.c (m32r_resume, m32r_wait): Likewise.
2224 * ppc-linux-nat.c (store_register): Likewise.
2225 * nto-tdep.c (nto_find_and_open_solib)
2226 (nto_init_solib_absolute_prefix): Likewise.
2227 * mips-tdep.c (mips_pseudo_register_read, mips_pseudo_register_write)
2228 (mips_convert_register_p, mips_eabi_push_dummy_call)
2229 (mips_n32n64_push_dummy_call, mips_n32n64_return_value)
2230 (mips_o32_push_dummy_call, mips_o32_return_value)
2231 (mips_o64_push_dummy_call, mips_o64_return_value, mips_o64_return_value)
2232 (mips_read_fp_register_single, mips_read_fp_register_double)
2233 (mips_print_register, print_gp_register_row, gdb_print_insn_mips)
2234 (mips_breakpoint_from_pc): Likewise.
2235 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Likewise.
2236 * mips-linux-tdep.c (mips64_supply_fpregset, mips64_fill_fpregset)
2237 (mips_linux_o32_sigframe_init): Likewise.
2238 * m32r-tdep.c (m32r_memory_insert_breakpoint)
2239 (m32r_memory_remove_breakpoint, m32r_breakpoint_from_pc): Likewise.
2240 * libunwind-frame.c (libunwind_frame_cache, libunwind_frame_sniffer)
2241 (libunwind_sigtramp_frame_sniffer, libunwind_get_reg_special): Likewise.
2242 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Likewise.
2243 * coffread.c (process_coff_symbol): Likewise.
2244 * arm-tdep.c (convert_from_extended, convert_to_extended)
2245 (gdb_print_insn_arm): Likewise.
2246
f57d151a
UW
22472007-05-31 Markus Deuling <deuling@de.ibm.com>
2248
2249 * gdbarch.sh (NUM_REGS): Replace by gdbarch_num_regs.
2250 * i386-tdep.c (i386_dbx_reg_to_regnum)
2251 (i386_svr4_reg_to_regnum): Likewise.
2252 * inf-ptrace.c (inf_ptrace_fetch_registers)
2253 (inf_ptrace_store_registers): Likewise.
2254 * corelow.c (get_core_registers): Likewise.
2255 * i386-linux-nat.c (supply_gregset, fill_gregset)
2256 (i386_linux_fetch_inferior_registers)
2257 (i386_linux_store_inferior_registers): Likewise.
2258 * remote.c (init_remote_state,packet_reg_from_regnum)
2259 (packet_reg_from_pnum,process_g_packet,remote_fetch_registers)
2260 (remote_prepare_to_store,store_registers_using_G)
2261 (remote_store_registers,remote_arch_state): Likewise.
2262 * tracepoint.c (encode_actions): Likewise.
2263 * mi/mi-main.c (mi_cmd_data_list_register_names)
2264 (mi_cmd_data_list_changed_registers,mi_cmd_data_list_register_values)
2265 (mi_cmd_data_write_register_values): Likewise.
2266 * tui/tui-regs.c (tui_show_register_group)
2267 (tui_show_register_group): Likewise.
2268 * xtensa-tdep.h (FP_ALIAS): Likewise.
2269 * xtensa-tdep.c (xtensa_register_name,xtensa_register_type)
2270 (xtensa_reg_to_regnum,xtensa_pseudo_register_read)
2271 (xtensa_pseudo_register_write,xtensa_register_reggroup_p): Likewise.
2272 * win32-nat.c (do_win32_fetch_inferior_registers)
2273 (do_win32_store_inferior_registers,fetch_elf_core_registers
2274 * user-regs.h: Likewise (comment).
2275 * user-regs.c (user_reg, user_reg_map_name_to_regnum): Likewise.
2276 * trad-frame.c (trad_frame_alloc_saved_regs): Likewise.
2277 * target-descriptions.h: Likewise (comment).
2278 * target-descriptions.c (tdesc_use_registers): Likewise (comment).
2279 * target.c (debug_print_register): Likewise.
2280 * stack.c (frame_info): Likewise.
2281 * stabsread.c (define_symbol): Likewise.
2282 * sh64-tdep.c (sh64_do_pseudo_register,sh64_print_register)
2283 (sh64_media_print_registers_info)
2284 (sh64_compact_print_registers_info): Likewise.
2285 * rs6000-tdep.c (rs6000_register_sim_regno): Likewise.
2286 * rs6000-nat.c (fetch_register,store_register): Likewise.
2287 * remote-sim.c (one2one_register_sim_regno,gdbsim_fetch_register)
2288 (gdbsim_fetch_register,gdbsim_store_register): Likewise.
2289 * remote-mips.c (mips_fetch_registers,mips_store_registers): Likewise.
2290 * remote-m32r-sdi.c (m32r_fetch_registers)
2291 (m32r_store_registers): Likewise.
2292 * reggroups.c (default_register_reggroup_p): Likewise.
2293 * regcache.c (init_regcache_descr,register_size,regcache,regcache_save)
2294 (regcache_restore,regcache_dump): Likewise.
2295 * monitor.c (monitor_fetch_registers,monitor_store_registers): Likewise.
2296 * mips-tdep.c (mips_xfer_register,mips_register_name)
2297 (mips_register_reggroup_p,mips_pseudo_register_read)
2298 (mips_pseudo_register_write,mips_convert_register_p,mips_register_type)
2299 (mips_unwind_pc,mips_unwind_sp,mips_unwind_dummy_id,set_reg_offset)
2300 (mips16_scan_prologue,mips_insn16_frame_cache,reset_saved_regs)
2301 (mips32_scan_prologue,mips_insn32_frame_cache,read_next_frame_reg)
2302 (mips_n32n64_return_value,mips_o32_return_value,mips_o64_return_value)
2303 (print_gp_register_row,mips_print_registers_info)
2304 (mips_stab_reg_to_regnum,mips_dwarf_dwarf2_ecoff_reg_to_regnum)
2305 (mips_register_sim_regno): Likewise.
2306 * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
2307 (mips_linux_n32n64_sigframe_init): Likewise.
2308 * mips-linux-nat.c (mips_linux_register_addr)
2309 (mips64_linux_register_addr): Likewise.
2310 * findvar.c (value_of_register): Likewise.
2311 * infcmd.c (default_print_registers_info,registers_info)
2312 (print_vector_info,print_float_info): Likewise.
2313 * mips64obsd-tdep.c (mips64obsd_sigframe_init): Likewise.
2314 * inf-child.c (inf_child_fetch_inferior_registers): Likewise.
2315 * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Likewise.
2316 * m68hc11-tdep.c (m68hc11_frame_unwind_cache(: Likewise.
2317 * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
2318 * ia64-linux-nat.c (ia64_register_addr,ia64_cannot_fetch_register)
2319 (ia64_cannot_store_register,ia64_linux_fetch_registers)
2320 (ia64_linux_store_registers): Likewise.
2321 * hpux-thread.c (hpux_thread_fetch_registers)
2322 (hpux_thread_store_registers): Likewise.
2323 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM,E_PSEUDO_EXR_REGNUM)
2324 (h8300_init_frame_cache,h8300_frame_cache,h8300_frame_prev_register)
2325 (h8300_register_type): Likewise.
2326 * dwarf2-frame.c (dwarf2_frame_cache)
2327 (dwarf2_frame_state_alloc_regs): Likewise.
2328 * cris-tdep.c (cris_register_size,cris_cannot_fetch_register)
2329 (cris_cannot_store_register,crisv32_cannot_fetch_register)
2330 (crisv32_cannot_store_register,cris_register_name): Likewise.
2331 * avr-tdep.c (avr_frame_unwind_cache): Likewise.
2332 * arch-utils.c (legacy_register_sim_regno)
2333 (legacy_virtual_frame_pointer): Likewise.
2334 * arm-tdep.c (arm_make_prologue_cache,arm_register_sim_regno):Likewise.
2335 * arm-tdep.h: Likewise (comment).
2336 * frv-tdep.c (frv_register_sim_regno): Likewise.
2337 * m68klinux-nat.c (old_fetch_inferior_registers)
2338 (old_store_inferior_registers): Likewise.
2339 * m32c-tdep.c (m32c_virtual_frame_pointer): Likewise.
2340 * irix5-nat.c (fetch_core_registers): Likewise.
2341 * hppa-tdep.c (hppa_frame_cache): Likewise.
2342 * hppa-linux-nat.c (hppa_linux_register_addr)
2343 (hppa_linux_fetch_inferior_registers)
2344 (hppa_linux_store_inferior_registers): Likewise.
2345 * hppa-hpux-nat.c (hppa_hpux_fetch_inferior_registers)
2346 (hppa_hpux_store_inferior_registers): Likewise.
2347 * amd64-nat.c (amd64_native_gregset_reg_offset)
2348 (amd64_supply_native_gregset,amd64_collect_native_gregset): Likewise.
2349 * dbug-rom.c (dbug_regname): Likewise.
2350 * m68hc11-tdep.c (m68hc11_frame_unwind_cache)
2351 (HARD_PAGE_REGNUM (comment)): Likewise.
2352 * gdbarch.sh (NUM_PSEUDO_REGS): Replace by gdbarch_num_pseudo_regs.
2353 * i386-tdep.c (i386_dbx_reg_to_regnum)
2354 (i386_svr4_reg_to_regnum): Likewise.
2355 * mi/mi-main.c (mi_cmd_data_list_register_names)
2356 (mi_cmd_data_list_changed_registers,mi_cmd_data_list_register_values)
2357 (mi_cmd_data_write_register_values): Likewise.
2358 * gdbarch.c, gdbarch.h: Regenerate.
2359 * tui/tui-regs.c (tui_show_register_group): Likewise.
2360 * xtensa-tdep.h (FP_ALIAS): Likewise.
2361 * user-regs.h: Likewise (comment).
2362 * user-regs.c (user_reg, user_reg_map_name_to_regnum): Likewise.
2363 * trad-frame.c (trad_frame_alloc_saved_regs): Likewise.
2364 * target-descriptions.h: Likewise (comment).
2365 * target.c (debug_print_register): Likewise.
2366 * stack.c (frame_info): Likewise.
2367 * stabsread.c (define_symbol): Likewise.
2368 * sh64-tdep.c (sh64_print_register,sh64_media_print_registers_info)
2369 (sh64_compact_print_registers_info): Likewise.
2370 * rs6000-tdep.c (rs6000_register_sim_regno): Likewise.
2371 * regcache.c (init_regcache_descr,register_size,regcache,regcache_save
2372 (regcache_restore,regcache_dump): Likewise.
2373 * mips-tdep.c (print_gp_register_row,mips_print_registers_info)
2374 (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
2375 (mips_stab_reg_to_regnum): Likewise.
2376 * findvar.c (value_of_register): Likewise.
2377 * infcmd.c (default_print_registers_info,registers_info)
2378 (print_vector_info,print_float_info): Likewise.
2379 * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Likewise.
2380 * h8300-tdep.c (h8300_register_type): Likewise.
2381 * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
2382 * frame.h (SIZEOF_FRAME_SAVED_REGS): Likewise.
2383 * xtensa-tdep.c (xtensa_register_type,xtensa_reg_to_regnum)
2384 (xtensa_pseudo_register_read,xtensa_pseudo_register_write): Likewise.
2385 * parse.c: Remove comment.
2386 * gdbarch.c, gdbarch.h: Regenerate
2387
8d4c1ba3
UW
23882007-05-31 Markus Deuling <deuling@de.ibm.com>
2389
2390 * gdbarch.sh (CANNOT_FETCH_REGISTER): Replace by
2391 gdbarch_cannot_fetch_register.
2392 * alpha-nat.c (fetch_osf_core_registers): Likewise.
2393 * hppa-linux-nat.c (fetch_register): Likewise.
2394 * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
2395 * m68klinux-nat.c (fetch_register): Likewise.
2396 * mipsnbsd-tdep.c (mipsnbsd_supply_reg, mipsnbsd_supply_fpreg):
2397 Likewise.
2398 * gdbarch.sh (CANNOT_STORE_REGISTER): Replace by
2399 gdbarch_cannot_store_register.
2400 * hppa-linux-nat.c (store_register): Likewise.
2401 * inf-ptrace.c (inf_ptrace_store_register): Likewise.
2402 * regcache.c (regcache_raw_write): Likewise.
2403 * m68klinux-nat.c (store_register): Likewise.
2404 * mipsnbsd-tdep.c (mipsnbsd_fill_reg, mipsnbsd_fill_fpreg): Likewise.
2405 * gdbarch.c, gdbarch.h: Regenerate.
2406
3f4844da
UW
24072007-05-31 Markus Deuling <deuling@de.ibm.com>
2408
2409 * gdbarch.sh (TARGET_OSABI): Replace by gdbarch_osabi.
2410 * gdbarch.c, gdbarch.h: Regenerate.
2411
6c6b19fd
UW
24122007-05-31 Markus Deuling <deuling@de.ibm.com>
2413
2414 * gdbarch.sh (TARGET_CHAR_SIGNED): Replace by gdbarch_char_signed.
2415 * gdbtypes.c (build_gdbtypes, gdbtypes_post_init): Likewise.
2416 * gdbarch.c, gdbarch.h: Regenerate.
2417
0d20ae72
UW
24182007-05-31 Markus Deuling <deuling@de.ibm.com>
2419
2420 * gdbarch.sh (TARGET_BYTE_ORDER): Replace by gdbarch_byte_order.
2421 * ax-gdb.c (gen_bitfield_ref): Likewise.
2422 * mi/mi-main.c (get_register): Likewise.
2423 * findvar.c (default_value_from_register, extract_signed_integer)
2424 (extract_unsigned_integer, extract_long_unsigned_integer)
2425 (store_signed_integer, store_unsigned_integer): Likewise.
2426 * regcache.c (regcache_dump): Likewise.
2427 * value.c (lookup_internalvar, value_of_internalvar)
2428 (set_internalvar): Likewise.
2429 * defs.h: Likewise.
2430 * valprint.c (print_binary_chars, print_octal_chars)
2431 (print_decimal_chars, print_hex_chars, print_char_chars): Likewise.
2432 * infcmd.c (default_print_registers_info): Likewise.
2433 * arch-utils.c (selected_byte_order, show_endian): Likewise.
2434 * stabsread.c (define_symbol): Likewise.
2435 * doublest.c (floatformat_from_length, floatformat_from_type)
2436 (extract_typed_floating, store_typed_floating): Likewise.
2437 * gdbarch.c, gdbarch.h: Regenerate.
2438
faaf634c
UW
24392007-05-31 Markus Deuling <deuling@de.ibm.com>
2440
2441 * gdbarch.sh (CALL_DUMMY_LOCATION): Replace by
2442 gdbarch_call_dummy_location.
2443 * infcall.c (call_function_by_hand): Likewise.
2444 * inferior.h: Change comment.
2445 * arch-utils.c: Change comment.
2446 * gdbarch.c, gdbarch.h: Regenerate.
2447
8905984d
JB
24482007-05-28 Joel Brobecker <brobecker@adacore.com>
2449
2450 * solib-aix5.c: Delete.
2451 * Makefile.in (solib-aix5.o): Delete rule.
2452
ab14ee8d
DJ
24532007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
2454
2455 * breakpoint.h (enum bpstat_what_main_action): Remove
2456 BPSTAT_WHAT_THROUGH_SIGTRAMP.
2457 * infrun.c (process_event_stop_test): Do not check for it.
2458
23776285
MR
24592007-05-22 Chris Dearman <chris@mips.com>
2460 Maciej W. Rozycki <macro@mips.com>
2461
2462 * ser-unix.c (show_serial_hwflow): New function.
2463 (hardwire_raw): Add hardware flow control support.
2464 (_initialize_ser_hardwire): Add "set/show remoteflow".
2465 * Makefile.in (ser-unix.o): Depend on $(gdbcmd_h).
2466 * NEWS: Document the new command.
2467
eb368090
UW
24682007-05-21 Ulrich Weigand <uweigand@de.ibm.com>
2469
2470 * config/i386/tm-linux.h (sys_quotactl): Do not define.
2471 * configure.ac (sys_quotactl, START_INFERIOR_TRAPS_EXPECTED): Do not
2472 define for i[[3456]]86-*-linux* native configurations.
2473 * config.in, configure: Regenerate.
2474
8d08c9ce
JB
24752007-05-19 Joel Brobecker <brobecker@adacore.com>
2476
2477 * rs6000-nat.c (xcoff_relocate_symtab): Do nothing if debugging
2478 a core file. Add comment in the function description.
2479
42be36b3
CT
24802007-05-18 Caroline Tice <ctice@apple.com>
2481
2482 * c-valprint.c (c_value_print): If the initialized field of the
2483 value struct is 0, print out "[uninitialized]" before the value.
2484 * dwarf2expr.c (execute_stack_op): Initialize ctx->initialized field;
2485 allow DW_OP_GNU_uninit as legal op following a DW_OP_reg op or a
2486 DW_OP_regx op; add case for DW_OP_GNU_uninit and update
2487 ctx->initialized appropriately. Verify no location op follows
2488 DW_OP_GNU_uninit.
2489 * dwarf2expr.h (struct dwarf_expr_context): New field, initialized.
2490 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Add call to
2491 set_value_initialized.
2492 * dwarf2read.c (dwarf_stack_op_name): Add case for DW_OP_GNU_uninit.
2493 (decode_locdesc): Add case for DW_OP_GNU_uninit.
2494 * value.c (struct value): New field, initialized.
2495 (allocate_value): Initialize new field.
2496 (set_value_initialized): New function.
2497 (value_initialized): New function.
2498 * value.h (value_initialized): New extern declaration.
2499 (set_value_initialized): Likewise.
42be36b3 2500
a7c569c8
CT
25012007-05-18 Caroline Tice <ctice@apple.com>
2502
2503 * MAINTAINERS (Write After Approval): Add self.
2504
1e98b326
JB
25052007-05-17 Joel Brobecker <brobecker@adacore.com>
2506
2507 * gdbtypes.c (make_reference_type): Preserve the type chain
2508 and set the length of all the variants of the pointer type.
2509
053cb41b
JB
25102007-05-17 Joel Brobecker <brobecker@adacore.com>
2511
2512 * gdbtypes.c (make_pointer_type): Preserve the pointer type chain
2513 and set the length of all the variants of the pointer type.
2514
436aafc4
MR
25152007-05-17 Maciej W. Rozycki <macro@mips.com>
2516
2517 * mips-tdep.c (mips_n32n64_push_dummy_call): Fix and reformat a
2518 comment.
2519 (mips_o64_push_dummy_call): Reformat a comment.
2520
98f4ab10
Q
25212007-05-17 Qinwei <qinwei@sunnorth.com.cn>
2522
2523 * score-tdep.c (score_frame_cache->fp, score_analyze_prologue)
2524 (score_prologue_frame_base_address): Return fp to keep gdb print
2525 local variables correctly when debugging information is stabs.
2526
2527 (score_analyze_prologue): For software watchpoint, fetch all the
2528 instructions from range [startaddr, pc] once and identify them locally
2529 to reduce memory access.
2530 (score_malloc_and_get_memblock, score_free_memblock)
2531 (score_adjust_memblock_ptr): New functions.
2532 (score_fetch_inst): Fetch single instruction or mutiple instructions.
2533
2534 (score_target_can_use_watch, score_stopped_by_watch)
2535 (score_target_insert_watchpoint, score_target_remove_watchpoint)
2536 (score_target_insert_hw_breakpoint, score_target_remove_hw_breakpoint):
2537 New functions for remote & local hw-watchpoint and hw-breakpoint.
2538
60dfee72
AS
25392007-05-16 Alfred M. Szmidt <ams@gnu.org>
2540
2541 * reply_mig_hack.awk: Check for `auto const mach_msg_type_t'
2542 declarations as well.
2543
190dce09
UW
25442007-05-16 Ulrich Weigand <uweigand@de.ibm.com>
2545
2546 * config/arm/embed.mt (DEPRECATED_TM_FILE): Set to tm-arm.h.
2547 * config/arm/tm-embed.h: Delete file.
2548
2549 * arm-tdep.h (arm_software_single_step): Declare.
2550 * arm-tdep.c (arm_software_single_step): Make global.
2551 (arm_gdbarch_init): Move set_gdbarch_software_single_step call
2552 from here to ...
2553 * arm-linux-tdep.c (arm_linux_init_abi): ... here ...
2554 * armnbsd-tdep.c (arm_netbsd_init_abi_common): ... here ...
2555 * armobsd-tdep.c (armobsd_init_abi): ... here ...
2556 * arm-wince-tdep.c (arm_wince_init_abi): ... and here.
2557
2558 * arm-tdep.c (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT): No longer
2559 allow defines to be overriden by TM file.
2560 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Likewise. Also,
2561 change default to {0xbe,0xbe}.
2562 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint,
2563 arm_obsd_thumb_be_breakpoint): New global variables.
2564 (armobsd_init_abi): Override tdep->thumb_breakpoint and
2565 tdep->thumb_breakpoint_size.
2566 * arm-wince-tdep.c (arm_wince_thumb_le_breakpoint): New variable.
2567 (arm_wince_init_abi): Override tdep->thumb_breakpoint and
2568 tdep->thumb_breakpoint_size.
2569
2570 * arm-tdep.c (arm_gdbarch_init): Add set_gdbarch_skip_trampoline_code.
2571
1a69e1e4
DJ
25722007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2573
2574 * NEWS: Mention removed "set mips stack-arg-size" and "set mips
2575 saved-gpreg-size".
2576
2577 * mips-tdep.c (MIPS32_REGSIZE, MIPS64_REGSIZE): New constants.
2578 (size_auto, size_32, size_64, size_enums, mips_abi_regsize_string)
2579 (mips_stack_argsize_string, mips_stack_argsize): Delete.
2580 (mips_abi_regsize): Simplify.
2581 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
2582 (mips_n32n64_return_value, mips_o32_push_dummy_call)
2583 (mips_o32_return_value, mips_o64_push_dummy_call)
2584 (mips_o64_return_value): Propogate constant register sizes. Use the
2585 ABI register size instead of mips_stack_argsize.
2586 (mips_dump_tdep): Don't print mips_stack_argsize.
2587 (_initialize_mips_tdep): Remove saved-gpreg-size and stack-arg-size
2588 settings.
2589
7d522c90
DJ
25902007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2591
2592 * config/mips/linux.mt (DEPRECATED_TM_FILE): Delete.
2593 * config/mips/tm-linux.h: Delete.
2594 * mips-linux-tdep.c (mips_svr4_so_ops): New.
2595 (mips_linux_in_dynsym_resolve_code): Make static. Use
2596 svr4_in_dynsym_resolve_code.
2597 (mips_linux_init_abi): Initialize mips_svr4_so_ops. Call
2598 set_solib_ops.
2599 * solib-svr4.c (svr4_in_dynsym_resolve_code, svr4_so_ops): Make
2600 global.
2601 * solib-svr4.h (svr4_so_ops, svr4_in_dynsym_resolve_code): Declare.
2602 * Makefile.in (mips-linux-tdep.o): Update.
2603 * solib.c (set_solib_ops): New.
2604 (current_target_so_ops): Update comment.
2605 * solib.h (set_solib_ops): New prototype.
2606
5d51a2db
MR
26072007-05-16 Chris Dearman <chris@mips.com>
2608
2609 * printcmd.c (do_examine): Fix typos in a comment.
2610
07abfebf
RS
26112007-05-16 Richard Sandiford <richard@codesourcery.com>
2612
2613 * configure.ac: Allow sysroots to be relocated under $prefix as
2614 well as $exec_prefix.
2615 * configure: Regenerate.
2616
f5ce4941
UW
26172007-05-14 Ulrich Weigand <uweigand@de.ibm.com>
2618
2619 * hppa-hpux-tdep.c: Do not include <dl.h> or <machine/save_state.h>.
2620 (offsetof): Do not define.
2621 (find_stub_with_shl_get): Use numerical value 3 instead of
2622 symbolic value TYPE_PROCEDURE.
2623
76e1ee85
DJ
26242007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
2625
2626 * gdb_proc_service.h (paddr_t): Delete typedef.
2627 * proc-service.c (ps_addr_to_core_addr, core_addr_to_ps_addr): New.
2628 (ps_xfer_memory): Take a psaddr_t. Use ps_addr_to_core_addr.
2629 (ps_pglobal_lookup): Take a psaddr_t *. Use core_addr_to_ps_addr.
2630 (ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite): Take a psaddr_t.
2631 * sol-thread.c (gdb_ps_addr_t): Use psaddr_t instead of paddr_t.
2632 * Makefile.in (proc-service.o): Update.
2633
2bd0c3d7
DJ
26342007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
2635
2636 * Makefile.in (mips-tdep.o): Update.
2637 * mips-tdep.c (mips_gdbarch_init): Register the dwarf2 CFI
2638 unwinder.
2639
14d06750
DJ
26402007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
2641
2642 * dwarf2-frame.c (dwarf2_frame_prev_register): Use pack_long
2643 instead of store_typed_address.
2644 * value.c (pack_long): New.
2645 (value_from_longest): Use it.
2646 * value.h (pack_long): New prototype.
2647
f2fec864
DJ
26482007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
2649
2650 * dwarf2-frame.c (read_encoded_value): Correct typo. Use
2651 DW_EH_PE_signed if appropriate.
2652
25e43795
DJ
26532007-05-14 Paul Brook <paul@codesourcery.com>
2654 Daniel Jacobowitz <dan@codesourcery.com>
2655
2656 * dwarf2read.c (dwarf2_debug_line_missing_file_complaint): New
2657 function.
2658 (dwarf_decode_lines): Check for line info without a file.
2659
027c0295
DJ
26602007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
2661
2662 * linux-thread-db.c (thread_db_pid_to_str): Print thread IDs
2663 as hexadecimal.
2664
dc5000e7
DJ
26652007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
2666
2667 * jv-exp.y (push_fieldnames): Use STRUCTOP_PTR instead of
2668 STRUCTOP_STRUCT.
2669 * jv-lang.c (evaluate_subexp_java): Handle STRUCTOP_PTR instead of
2670 STRUCTOP_STRUCT.
2671 * jv-typeprint.c (java_print_type): Do not crash on NULL varstring.
2672
30244cd8
UW
26732007-05-14 Ulrich Weigand <uweigand@de.ibm.com>
2674
2675 * gdbarch.sh (read_sp): Remove.
2676 * gdbarch.c, gdbarch.h: Regenerate.
2677 * frame.c (frame_sp_unwind): Do not call TARGET_READ_SP.
2678
2679 * avr-tdep.c (avr_read_sp): Remove.
2680 (avr_unwind_sp): New function.
2681 (avr_gdbarch_init): Install unwind_sp instead of read_sp callback.
2682 * mips-tdep.c (mips_read_sp): Remove.
2683 (mips_unwind_sp): New function.
2684 (mips_gdbarch_init): Install unwind_sp instead of read_sp callback.
2685 * score-tdep.c (score_read_unsigned_register): Remove.
2686 (score_read_sp): Remove.
2687 (score_unwind_sp): New function.
2688 (score_gdbarch_init): Install unwind_sp instead of read_sp callback.
2689
84ba0adf
DJ
26902007-05-14 Maxim Grigoriev <maxim2405@gmail.com>
2691
2692 * buildsym.c (start_subfile): Handle absolute pathnames
2693 while comparing subfile names.
2694
e7b17823
UW
26952007-05-13 Ulrich Weigand <uweigand@de.ibm.com>
2696
2697 * hppa-hpux-tdep.c: Include "regcache.h".
2698 * hppa-linux-tdep.c: Likewise.
2699 * hppa-tdep.c: Include "gdb_stdint.h".
2700 (find_unwind_entry): Cast host pointer to uintptr_t before passing
2701 it to paddr_nz.
2702 * Makefile.in: Update dependencies.
2703
7157eed4
UW
27042007-05-13 Ulrich Weigand <uweigand@de.ibm.com>
2705
2706 * blockframe.c: Remove obsolete comments.
2707 * alpha-nat.c (fetch_osf_core_registers): Update comment.
2708 * arm-tdep.h (enum gdb_regnum): Remove obsolete part of comment.
2709 * hppa-tdep.h (enum hppa_regnum): Likewise.
2710 * mips-tdep.h: Likewise.
2711 * m68hc11-tdep.c: Likewise.
2712
fb4443d8
UW
27132007-05-13 Ulrich Weigand <uweigand@de.ibm.com>
2714
2715 * inferior.h (read_sp): Remove prototype.
2716 * regcache.c (read_sp): Remove.
2717 * gcore.c (derive_stack_segment): Use get_frame_sp instead of read_sp.
2718 * infcall.c (call_function_by_hand): Likewise.
2719 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use regcache instead
2720 of calling read_sp.
2721 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
2722
7b86a1b8
UW
27232007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
2724
2725 * i386-linux-nat.c (i386_linux_resume): Use regcache functions
2726 instead of read_register and read_register_pid.
2727
2728 * ia64-linux-nat.c (enable_watchpoints_in_psr): Use REGCACHE
2729 argument instead of PTID. Use regcache functions instead of
2730 read_register_pid.
2731 (ia64_linux_insert_watchpoint): Update call.
2732 (ia64_linux_stopped_data_address): Use regcache functions
2733 instead of read_register_pid and write_register_pid.
2734
45ecac4b
UW
27352007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
2736
2737 * libunwind-frame.h (struct regcache): Add forward declaration.
2738 (libunwind_get_reg_special): Add REGCACHE argument.
2739 * libunwind-frame.c (libunwind_get_reg_special): Add REGCACHE
2740 argument. Pass it to unw_init_remote_p.
2741
2742 * ia64-tdep.c (ia64_pseudo_register_read): Pass regcache to
2743 libunwind_get_reg_special.
2744 (ia64_access_reg): Remove "write" case.
2745 (ia64_access_fpreg): Likewise. Read from next_frame passed
2746 as callback argument instead of from current_regcache.
2747 (ia64_access_rse_reg): Remove "write" case. Read from regcache
2748 passed as callback argument instead of from current_regcache.
2749 (ia64_access_rse_fpreg): New function.
2750 (ia64_unw_rse_acce): Use it instead of ia64_access_fpreg.
2751
0ca420ce
UW
27522007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
2753
2754 * NEWS: Mention SPU overlay support.
2755
0a44cb36
UW
27562007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
2757
2758 * spu-tdep.c (spu_frame_unwind_cache): Add comment.
2759
aa67235e
UW
27602007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
2761
2762 * breakpoint.c (remove_breakpoint): Do not remove software
2763 breakpoints in unmapped overlay sections.
2764
dcf52cd8
UW
27652007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
2766
2767 * spu-tdep.c: Include "observer.h".
2768 (spu_frame_unwind_cache): Unwind PC through overlay return stubs.
2769 (spu_overlay_data): New variable.
2770 (struct spu_overlay_table): New type.
2771 (spu_get_overlay_table, spu_overlay_update_osect, spu_overlay_update,
2772 spu_overlay_new_objfile): New functions.
2773 (spu_gdbarch_init): Install spu_overlay_update.
2774 (_initialize_spu_tdep): Register spu_overlay_new_objfile,
2775 allocate spu_overlay_data objfile data.
2776
1c772458
UW
27772007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
2778
2779 * gdbarch.sh (overlay_update): New gdbarch function.
2780 (struct obj_section): Add forward declaration.
2781 * gdbarch.c, gdbarch.h: Regenerate.
2782
2783 * symfile.c (simple_overlay_update): Make global.
2784 (target_overlay_update): Remove variable.
2785 (overlay_is_mapped): Call gdbarch_overlay_update instead of
2786 target_overlay_update.
2787 (overlay_load_command): Likewise.
2788 * symfile.h (struct obj_section): Add forward declaration.
2789 (simple_overlay_update): Add prototype.
2790
2791 * m32r-tdep.c (m32r_gdbarch_init): Install simple_overlay_update.
2792
06d3b283
UW
27932007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
2794
2795 * observer.sh: Add "struct objfile" forward declaration.
2796 * target.h (deprecated_target_new_objfile_hook): Remove.
2797 * symfile.c (deprecated_target_new_objfile_hook): Remove.
2798 (clear_symtab_users): Call observer_notify_new_objfile.
2799 (symbol_file_add_with_addrs_or_offsets): Likewise.
2800 * rs6000-nat.c: Include "observer.h".
2801 (vmap_ldinfo): Call observer_notify_new_objfile.
2802 (xcoff_relocate_core): Likewise.
2803 * remote.c (remote_new_objfile_chain): Remove.
2804 (remote_new_objfile): Do not call remote_new_objfile_chain.
2805 (_initialize_remote): Use observer_attach_new_objfile.
2806 * tui/tui-hooks.c (tui_target_new_objfile_chain): Remove.
2807 (tui_new_objfile_hook): Do not call tui_target_new_objfile_chain.
2808 (_initialize_tui_hooks): Use observer_attach_new_objfile.
2809 * aix-thread.c: Include "observer.h".
2810 (target_new_objfile_chain): Remove.
2811 (new_objfile): Do not call target_new_objfile_chain.
2812 (_initialize_aix_thread): Use observer_attach_new_objfile.
2813 * hpux-thread.c: Include "observer.h"
2814 (target_new_objfile_chain): Remove.
2815 (hpux_thread_new_objfile): Make static. Do not call
2816 target_new_objfile_chain.
2817 (_initialize_hpux_thread): Use observer_attach_new_objfile.
2818 * linux-thread-db.c: Include "observer.h".
2819 (target_new_objfile_chain): Remove.
2820 (thread_db_new_objfile): Do not call target_new_objfile_chain.
2821 (_initialize_thread_db): Use observer_attach_new_objfile.
2822 * sol-thread.c: Include "observer.h".
2823 (target_new_objfile_chain): Remove.
2824 (sol_thread_new_objfile): Make static. Do not call
2825 target_new_objfile_chain.
2826 (_initialize_sol_thread): Use observer_attach_new_objfile.
2827 * Makefile.in (aix-thread.o, hpux-thread.o, linux-thread-db.o,
2828 rs6000-nat.o, sol-thread.o, tui-hooks.o): Add dependency on
2829 $(observer_h).
2830
93ce7684
UW
28312007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
2832
2833 * gdbarch.sh (remote_translate_xfer_address): Remove.
2834 * gdbarch.h, gdbarch.c: Regenerate.
2835 * arch-utils.c (generic_remote_translate_xfer_address): Remove.
2836 * arch-utils.h (generic_remote_translate_xfer_address): Remove.
2837 * remote.c (remote_write_bytes_aux, remote_read_bytes): Do not
2838 call gdbarch_remote_translate_xfer_address.
2839 * frv-tdep.c (frv_gdbarch_init): Do not call
2840 set_gdbarch_remote_translate_xfer_address.
2841 * ia64-tdep.c (ia64_remote_translate_xfer_address): Remove.
2842 (ia64_gdbarch_init): Do not install it.
2843
a6ec25f2
BW
28442007-05-11 Bob Wilson <bob.wilson@acm.org>
2845
2846 * NEWS: Mention change in handling the -tui option.
2847
2ef52e77
DJ
28482007-05-11 Daniel Jacobowitz <dan@codesourcery.com>
2849
2850 * linux-thread-db.c (enable_thread_event_reporting): Fix comment
2851 typo.
2852
1aafd4da
UW
28532007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
2854
2855 * breakpoint.c (single_step_breakpoint_inserted_here_p): New function.
2856 (breakpoint_inserted_here_p): Call it.
2857 (software_breakpoint_inserted_here_p): Likewise.
2858
7714d83a
UW
28592007-05-10 Ulrich Weigand <uweigand@de.ibm.com>
2860
2861 * inf-ptrace.c (inf_ptrace_register_u_offset): Adapt parameter list.
2862 (inf_ptrace_fetch_register): Add register_u_offset callback parameters
2863 GDBARCH and STORE_P. Handle callback (CORE_ADDR) -1 return value.
2864 (inf_ptrace_store_register): Likewise.
2865 (inf_ptrace_trad_target): Adapt register_u_offset parameter list.
2866 * inf-ptrace.h (inf_ptrace_trad_target): Likewise.
2867
2868 * vax-nat.c (vax_register_u_offset): Adapt parameter list.
2869
2870 * linux-nat.c (linux_trad_target): Adapt parameter list.
2871 * linux-nat.h (linux_trad_target): Likewise.
2872
2873 * alpha-linux-nat.c (alpha_linux_register_u_offset): Adapt parameters.
2874
2875 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Remove.
2876 (mips_linux_cannot_store_register): Likewise.
2877 (mips_linux_register_addr): Add GDBARCH and STORE_P parameters.
2878 Return (CORE_ADDR) -1 for registers that cannot be fetched or
2879 stored via ptrace. Use GDBARCH instead of current_gdbarch.
2880 (mips64_linux_register_addr): Likewise.
2881 (mips_linux_register_u_offset): Adapt parameter list. Pass
2882 GDBARCH and STORE_P on to mips{64}_linux_register_addr.
2883
2884 * config/mips/linux.mh (NAT_FILE): Set to config/nm-linux.h.
2885 * config/mips/nm-linux.h: Delete file.
2886
4ddda9b5
PA
28872007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
2888
2889 * remote.c (remote_detach): Error out if remote can't detach.
2890
24d45690
UW
28912007-05-10 Luis Machado <luisgpm@br.ibm.com>
2892
362f854e
PA
2893 * rs6000-tdep.c: (deal_with_atomic_sequence) Stores branch
2894 instruction's opcode in the "opcode" variable and declares new
2895 variable "closing_insn".
24d45690 2896
1430be3e
MR
28972007-05-10 Chris Dearman <chris@mips.com>
2898 Maciej W. Rozycki <macro@mips.com>
2899
2900 * cli/cli-setshow.c (do_setshow_command): Remove trailing
2901 whitespace when setting a var_filename.
2902
b0da54f1
BW
29032007-05-09 Bob Wilson <bob.wilson@acm.org>
2904
2905 * main.c (captured_main): Recognize -tui option and print an error
2906 message when the TUI is not configured.
2907
9a88e5ee
AS
29082007-05-09 Andreas Schwab <schwab@suse.de>
2909
2910 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Don't
2911 set removed members.
2912 (mipsnbsd_lp64_fetch_link_map_offsets): Likewise.
2913
fc0d8df4
UW
29142007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
2915
2916 * gdbarch.sh (deprecated_store_struct_return): Remove.
2917 * gdbarch.c, gdbarch.h: Regenerate.
2918 * frv-tdep.c (frv_store_struct_return): Remove.
2919 (frv_gdbarch_init): Do not install it.
2920
179101d6
UW
29212007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
2922
2923 * config/i386/nm-i386sol2.h (USE_PROC_FS): Do not define.
2924 * config/mips/nm-irix5.h (USE_PROC_FS): Do not define.
2925 * config/nm-linux.h (USE_PROC_FS): Do not undefine.
2926
b9efddcd
UW
29272007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
2928
2929 * spu-linux-nat.c: Include "gdb_stdint.h".
2930 (fetch_ppc_register): Use uint64_t instead of unsigned long long.
2931 (fetch_ppc_memory_1, store_ppc_memory_1): Likewise.
2932 (fetch_ppc_memory, store_ppc_memory): Fix coding style.
2933 (spu_symbol_file_add_from_memory): Use strtoulst instead of sscanf.
2934 (spu_child_wait): Mark up string for translation.
2935
ce5eab59
UW
29362007-05-08 Paul Gilliam <pgilliam@us.ibm.com>
2937 Luis Machado <luisgpm@br.ibm.com>
2938
2939 * rs6000-tdep.c: (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION,
2940 STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION, BC_MASK,
2941 BC_INSTRUCTION): Define.
2942 (deal_with_atomic_sequence): New function.
2943 (rs6000_software_single_step): Call deal_with_atomic_sequence.
2944 (rs6000_gdbarch_init): Install deal_with_atomic_sequence as
2945 gdbarch_software_single_step routine.
2946
4179a487
UW
29472007-05-07 Ulrich Weigand <uweigand@de.ibm.com>
2948
2949 * spu-linux-nat.c (fetch_ppc_register, fetch_ppc_memory_1,
2950 store_ppc_memory_1, fetch_ppc_memory, store_ppc_memory,
2951 parse_spufs_run, spu_bfd_iovec_pread, spu_bfd_open,
2952 spu_symbol_file_add_from_memory, spu_child_post_startup_inferior,
2953 spu_child_post_attach, spu_fetch_inferior_registers,
2954 spu_store_inferior_registers, spu_xfer_partial): Store PPE-side
2955 memory addresses as ULONGEST, not CORE_ADDR.
2956
6d350bb5
UW
29572007-05-07 Ulrich Weigand <uweigand@de.ibm.com>
2958
2959 * gdbarch.sh: Add skip_permanent_breakpoint callback.
2960 * gdbarch.h, gdbarch.c: Regenerate.
2961
2962 * infrun.c (SKIP_PERMANENT_BREAKPOINT): Remove default definition.
2963 (resume): Call gdbarch_skip_permanent_breakpoint instead of
2964 SKIP_PERMANENT_BREAKPOINT. Inline default case.
2965
2966 * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): Make static.
2967 Add REGCACHE argument. Use it instead of read/write_register.
2968 (hppa_hpux_init_abi): Install hppa_skip_permanent_breakpoint.
2969
2970 * config/pa/tm-hppah.h: Delete file.
2971 * config/pa/hppa64.mt (DEPRECATED_TM_FILE): Set to tm-hppa.h.
2972 * config/pa/hppahpux.mt (DEPRECATED_TM_FILE): Likewise.
2973
b18be20d
DJ
29742007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
2975
2976 * Makefile.in (c-lang.o, gnu-v3-abi.o): Update.
2977 * NEWS: Mention improved C++ thunk support.
2978 * c-lang.c (cplus_language_defn): Mention cplus_skip_trampoline.
2979 * cp-abi.c (cplus_skip_trampoline): New.
2980 * cp-abi.h (cplus_skip_trampoline): New prototype.
2981 (struct cp_abi_ops): Add skip_trampoline member.
2982 * gnu-v3-abi.c (gnuv3_skip_trampoline): New.
2983 (init_gnuv3_ops): Set skip_trampoline.
2984
dda9b909
DJ
29852007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
2986
2987 * rs6000-tdep.c (struct frame_extra_info): Delete.
2988
34091d9b
DJ
29892007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
2990
2991 * linux-thread-db.c: Update some FIXME comments.
2992 (thread_db_xfer_partial): Delete.
2993 (init_thread_db_ops): Do not set to_xfer_partial.
2994
1da33a4a
UW
29952007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
2996
2997 * inftarg.c, infptrace.c: Remove files.
2998 * Makefile.in (ALLDEPFILES): Remove inftarg.c and infptrace.c
2999 (inftarg.o, infptrace.o): Remove rules.
3000 * gdbcore.h (register_addr): Remove prototype.
3001 * inferior.h (kill_inferior, store_inferior_registers,
3002 fetch_inferior_registers, attach, detach, ptrace_wait, child_resume,
3003 call_ptrace, pre_fork_inferior): Remove prototypes.
3004 * target.h (child_xfer_memory, child_pid_to_exec_file,
3005 child_core_file_to_sym_file, child_post_attach,
3006 child_post_startup_inferior, child_acknowledge_created_inferior,
3007 child_insert_fork_catchpoint, child_remove_fork_catchpoint,
3008 child_insert_vfork_catchpoint, child_remove_vfork_catchpoint,
3009 child_insert_exec_catchpoint, child_remove_exec_catchpoint,
3010 child_follow_fork, child_reported_exec_events_per_exec_call,
3011 child_has_exited, child_thread_alive): Remove prototypes.
3012
6f7a27d5
UW
30132007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3014
3015 * sparc-nat.h (sparc_fetch_inferior_registers): Add prototype.
3016 (sparc_store_inferior_registers): Likewise.
3017 * sparc-nat.c (fetch_inferior_registers): Rename to ...
3018 (sparc_fetch_inferior_registers): ... this.
3019 (store_inferior_registers): Rename to ...
3020 (sparc_store_inferior_registers): ... this.
3021 (sparc_target): Update callback names.
3022 * sparc-linux.nat.c (_initialize_sparc_linux_nat): Likewise.
3023 * sparc64-linux.nat.c (_initialize_sparc64_linux_nat): Likewise.
3024
6d8fd2b7
UW
30252007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3026
3027 * linux-nat.c (child_post_attach): Rename to ...
3028 (linux_child_post_attach): ... this. Make static.
3029 (child_follow_fork): Rename to ...
3030 (linux_child_follow_fork): ... this. Make static.
3031 (child_insert_fork_catchpoint): Rename to ...
3032 (linux_child_insert_fork_catchpoint): ... this. Make static.
3033 (child_insert_vfork_catchpoint): Rename to ...
3034 (linux_child_insert_vfork_catchpoint): ... this. Make static.
3035 (child_insert_exec_catchpoint): Rename to ...
3036 (linux_child_insert_exec_catchpoint): ... this. Make static.
3037 (child_pid_to_exec_file): Rename to ...
3038 (linux_child_pid_to_exec_file): ... this. Make static.
3039 Add prototype.
3040 (linux_handle_extended_wait): Update call.
3041 (linux_xfer_partial): Update callback routine names.
3042
d08950c4
UW
30432007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3044
3045 * configure.host (alpha*-*-osf[12]*): Remove support.
3046 * NEWS: Mention removed configurations.
3047
3048 * config/alpha/alpha-osf1.mh: Delete file.
3049 * config/alpha/alpha-osf2.mh: Delete file.
3050 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove inftarg.o
3051 and infptrace.o.
3052 * config/alpha/nm-osf.h: Delete file.
3053 * config/alpha/nm-osf2.h: Delete file.
3054 * config/alpha/nm-osf3.h: Do not include "nm-osf2.h".
3055 (START_INFERIOR_TRAPS_EXPECTED): Copy from nm-osf.h.
3056 (PROCFS_DONT_TRACE_FAULTS): Copy from nm-osf2.h.
3057
3058 * alpha-nat.c (ALPHA_UNIQUE_PTRACE_ADDR): Do not define.
3059 (register_addr, kernel_u_size): Remove.
3060 Do not check for "defined(USE_PROC_FS) || defined(HAVE_GREGSET_T)".
3061
9c5ea4d9
UW
30622007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3063
3064 * regcache.c (regcache_invalidate): New function.
3065 (register_cached): Remove.
3066 (set_register_cached): Remove.
3067 (deprecated_registers_fetched): Remove.
3068 (registers_changed): Use regcache_invalidate instead
3069 of set_register_cached.
3070 (regcache_raw_read): Update comment.
3071
3072 * regcache.h (regcache_invalidate): Add prototype.
3073 (register_cached): Remove.
3074 (set_register_cached): Remove.
3075 (deprecated_registers_fetched): Remove.
3076
3077 * findvar.c (value_of_register): Do not call register_cached.
3078 * frame.c (frame_register): Likewise.
3079 * tui/tui-regs.c (tui_get_register): Likewise.
3080
3081 * remote.c (fetch_register_using_p): Do not call set_register_cached.
3082 (process_g_packet): Likewise.
3083 (remote_fetch_registers): Likewise.
3084 * remote-sim.c (gdbsim_fetch_register): Likewise.
3085 * mt-tdep.c (mt_select_coprocessor): Replace set_register_cached call
3086 by regcache_invalidate.
3087 (mt_pseudo_register_write): Likewise.
3088 * sh-tdep.c (sh_pseudo_register_write): Likewise.
3089
3090 * corelow.c (get_core_registers): Replace deprecated_registers_fetched
3091 call by loop over regcache_raw_supply (..., NULL).
3092
316f2060
UW
30932007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3094
3095 * target.h (struct target_ops): Add REGCACHE parameter to
3096 to_prepare_to_store.
3097 (target_prepare_to_store): Likewise.
3098 * target.c (debug_to_prepare_to_store): Add REGCACHE parameter.
3099 (update_current_target): Adapt prepare_to_store de_fault rule.
3100
3101 * regcache.c (regcache_raw_write): Pass regcache to
3102 target_prepare_to_store.
3103
3104 * inftarg.c (child_prepare_to_store): Add REGCACHE parameter.
3105 Do not call CHILD_PREPARE_TO_STORE.
3106 * gnu-nat.c (gnu_prepare_to_store): Likewise.
3107 * procfs.c (procfs_prepare_to_store): Likewise.
3108
3109 * inf-child.c (inf_child_prepare_to_store): Add REGCACHE parameter.
3110 * go32-nat.c (go32_prepare_to_store): Likewise.
3111 * monitor.c (monitor_prepare_to_store): Likewise.
3112 * nto-procfs.c (procfs_prepare_to_store): Likewise.
3113 * remote-m32r-sdi.c (m32r_prepare_to_store): Likewise.
3114 * remote-mips.c (mips_prepare_to_store): Likewise.
3115 * remote-sim.c (gdbsim_prepare_to_store): Likewise.
3116 * win32-nat.c (win32_prepare_to_store): Likewise.
3117
3118 * remote.c (remote_prepare_to_store): Add REGCACHE parameter.
3119 Use it instead of current_regcache.
3120
3121 * hpux-thread.c (hpux_thread_prepare_to_store): Add REGCACHE
3122 parameter. Pass it on to next target.
3123 * sol-thread.c (sol_thread_prepare_to_store): Likewise.
3124
56be3814
UW
31252007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3126
3127 * target.h (struct regcache): Add forward declaration.
3128 (struct target_ops): Add REGCACHE parameter to to_fetch_registers
3129 and to_store_registers target operations.
3130 (target_fetch_registers, target_store_registers): Update.
3131
3132 * regcache.c (regcache_raw_read): Replace register_cached by
3133 regcache_valid_p. Pass regcache to target_fetch_registers.
3134 (regcache_raw_write): Pass regcache to target_store_registers.
3135
3136 * arm-linux-nat.c (store_fpregister, store_fpregs, store_register,
3137 store_regs, store_wmmx_regs): Replace register_cached by
3138 regcache_valid_p.
3139
3140 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd): Pass current_regcache
3141 to target_fetch_registers calls.
3142 * corelow.c (core_open): Likewise.
3143 * linux-nat.c (linux_nat_corefile_thread_callback): Likewise.
3144 * proc-service.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
3145 ps_lsetfpregs): Likewise.
3146 * sol-thread.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
3147 ps_lsetfpregs): Likewise.
3148 * win32-nat.c (win32_resume): Likewise.
3149 * ia64-tdep.c (ia64_store_return_value): Pass current_regcache
3150 to target_store_registers call.
3151 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
3152
3153 * inferior.h (store_inferior_registers): Update prototype.
3154 (fetch_inferior_registers): Likewise.
3155 * gnu-nat.c (gnu_store_registers, gnu_fetch_registers): Likewise.
3156 * mips-linux-nat.c (super_fetch_registers, super_store_registers):
3157 Update function pointer signatures.
3158
3159 * aix-thread.c (aix_thread_fetch_registers): Add REGCACHE parameter,
3160 use it instead of current_regcache, update calls.
3161 (aix_thread_store_registers): Likewise.
3162 * alphabsd-nat.c (alphabsd_fetch_inferior_registers): Likewise.
3163 (alphabsd_store_inferior_registers): Likewise.
3164 * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Likewise.
3165 (amd64bsd_store_inferior_registers): Likewise.
3166 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers): Likewise.
3167 (amd64_linux_store_inferior_registers): Likewise.
3168 * arm-linux-nat.c (fetch_fpregister, fetch_fpregs, store_fpregister,
3169 store_fpregs, fetch_register, fetch_regs, store_register, store_regs,
3170 fetch_wmmx_regs, store_wmmx_regs): Likewise.
3171 (arm_linux_fetch_inferior_registers): Likewise.
3172 (arm_linux_store_inferior_registers): Likewise.
3173 * armnbsd-nat.c (fetch_register, fetch_regs, fetch_fp_register,
3174 fetch_fp_regs, armnbsd_fetch_registers): Likewise.
3175 (store_register, store_regs, store_fp_register, store_fp_regs,
3176 armnbsd_store_registers): Likewise.
3177 * bsd-kvm.c (bsd_kvm_fetch_pcb, bsd_kvm_fetch_registers): Likewise.
3178 * bsd-uthread.c (bsd_uthread_fetch_registers): Likewise.
3179 (bsd_uthread_store_registers): Likewise.
3180 * corelow.c (get_core_registers): Likewise.
3181 * go32-nat.c (fetch_register, go32_fetch_registers, store_register,
3182 go32_store_registers): Likewise.
3183 * hppabsd-nat.c (hppabsd_fetch_registers): Likewise.
3184 (hppabsd_store_registers): Likewise.
3185 * hppa-hpux-nat.c (hppa_hpux_fetch_register): Likewise.
3186 (hppa_hpux_fetch_inferior_registers): Likewise.
3187 (hppa_hpux_store_register): Likewise.
3188 (hppa_hpux_store_inferior_registers): Likewise.
3189 * hppa-linux-nat.c (fetch_register, store_register): Likewise.
3190 (hppa_linux_fetch_inferior_registers): Likewise.
3191 (hppa_linux_store_inferior_registers): Likewise.
3192 * hpux-thread.c (hpux_thread_fetch_registers): Likewise.
3193 (hpux_thread_store_registers): Likewise.
3194 * i386bsd-nat.c (i386bsd_fetch_inferior_registers): Likewise.
3195 (i386bsd_store_inferior_registers): Likewise.
3196 * i386gnu-nat.c (fetch_fpregs, gnu_fetch_registers, store_fpregs,
3197 gnu_store_registers): Likewise.
3198 * i386-linux-nat.c (fetch_register, store_register, fetch_regs,
3199 store_regs, fetch_fpregs, store_fpregs, fetch_fpxregs, store_fpxregs):
3200 Likewise.
3201 (i386_linux_fetch_inferior_registers): Likewise.
3202 (i386_linux_store_inferior_registers): Likewise.
3203 * ia64-linux-nat.c (ia64_linux_fetch_register): Likewise.
3204 (ia64_linux_fetch_registers): Likewise.
3205 (ia64_linux_store_register): Likewise.
3206 (ia64_linux_store_registers): Likewise.
3207 * inf-child.c (inf_child_fetch_inferior_registers): Likewise.
3208 (inf_child_store_inferior_registers): Likewise.
3209 * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
3210 (inf_ptrace_fetch_registers): Likewise.
3211 (inf_ptrace_store_register): Likewise.
3212 (inf_ptrace_store_registers): Likewise.
3213 * infptrace.c (fetch_register, store_register): Likewise.
3214 (fetch_inferior_registers, store_inferior_registers): Likewise.
3215 * m32r-linux-nat.c (fetch_regs, store_regs): Likewise.
3216 (m32r_linux_fetch_inferior_registers): Likewise.
3217 (m32r_linux_store_inferior_registers): Likewise.
3218 * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Likewise.
3219 (m68kbsd_store_inferior_registers): Likewise.
3220 * m68klinux-nat.c (fetch_register, old_fetch_inferior_registers,
3221 store_register, old_store_inferior_registers, fetch_regs, store_regs,
3222 fetch_fpregs, store_fpregs): Likewise.
3223 (m68k_linux_fetch_inferior_registers): Likewise.
3224 (m68k_linux_store_inferior_registers): Likewise.
3225 * m88kbsd-nat.c (m88kbsd_fetch_inferior_registers): Likewise.
3226 (m88kbsd_store_inferior_registers): Likewise.
3227 * mips64obsd-nat.c (mips64obsd_fetch_inferior_registers): Likewise.
3228 (mips64obsd_store_inferior_registers): Likewise.
3229 * mips-linux-nat.c (mips64_linux_regsets_fetch_registers): Likewise.
3230 (mips64_linux_regsets_store_registers): Likewise.
3231 (mips64_linux_fetch_registers): Likewise.
3232 (mips64_linux_store_registers): Likewise.
3233 * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers): Likewise.
3234 (mipsnbsd_store_inferior_registers): Likewise.
3235 * monitor.c (monitor_fetch_register, monitor_store_register): Likewise.
3236 (monitor_fetch_registers, monitor_store_registers): Likewise.
3237 * nto-procfs.c (procfs_fetch_registers): Likewise.
3238 (procfs_store_registers): Likewise.
3239 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register,
3240 fetch_register, supply_vrregset, fetch_altivec_registers,
3241 fetch_ppc_registers, ppc_linux_fetch_inferior_registers): Likewise.
3242 (store_altivec_register, store_spe_register, store_register,
3243 fill_vrregset, store_altivec_registers, store_ppc_registers,
3244 ppc_linux_store_inferior_registers): Likewise.
3245 * ppcnbsd-nat.c (ppcnbsd_fetch_inferior_registers): Likewise.
3246 (ppcnbsd_store_inferior_registers): Likewise.
3247 * ppcobsd-nat.c (ppcobsd_fetch_registers): Likewise.
3248 (ppcobsd_store_registers): Likewise.
3249 * procfs.c (procfs_fetch_registers, procfs_store_registers): Likewise.
3250 * remote.c (fetch_register_using_p, process_g_packet,
3251 fetch_registers_using_g, remote_fetch_registers): Likewise.
3252 (store_register_using_P, store_registers_using_G,
3253 remote_store_registers): Likewise.
3254 * remote-m32r-sdi.c (m32r_fetch_registers, m32r_fetch_register,
3255 m32r_store_register, m32r_store_register): Likewise.
3256 * remote-mips.c (mips_fetch_registers, mips_store_registers): Likewise.
3257 * remote-sim.c (gdbsim_fetch_register): Likewise.
3258 (gdbsim_store_register): Likewise.
3259 * rs6000-nat.c (fetch_register, store_register): Likewise.
3260 (rs6000_fetch_inferior_registers): Likewise.
3261 (rs6000_store_inferior_registers): Likewise.
3262 * s390-nat.c (fetch_regs, store_regs): Likewise.
3263 (fetch_fpregs, store_fpregs): Likewise.
3264 (s390_linux_fetch_inferior_registers): Likewise.
3265 (s390_linux_store_inferior_registers): Likewise.
3266 * shnbsd-nat.c (shnbsd_fetch_inferior_registers): Likewise.
3267 (shnbsd_store_inferior_registers): Likewise.
3268 * sol-thread.c (sol_thread_fetch_registers): Likewise.
3269 (sol_thread_store_registers): Likewise.
3270 * sparc-nat.c (fetch_inferior_registers): Likewise.
3271 (store_inferior_registers): Likewise.
3272 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
3273 (spu_store_inferior_registers): Likewise.
3274 * target.c (debug_print_register): Likewise.
3275 (debug_to_fetch_registers, debug_to_store_registers): Likewise.
3276 * vaxbsd-nat.c (vaxbsd_fetch_inferior_registers): Likewise.
3277 (vaxbsd_store_inferior_registers): Likewise.
3278 * win32-nat.c (do_win32_fetch_inferior_registers): Likewise.
3279 (win32_fetch_inferior_registers): Likewise.
3280 (win32_store_inferior_registers): Likewise.
3281
9eefc95f
UW
32822007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3283
3284 * gdbcore.h (struct regcache): Add forward declaration.
3285 (struct core_fns): Add REGCACHE argument to core_read_registers
3286 callback.
3287 * corelow.c (get_core_register_section): Add REGCACHE argument,
3288 use it instead of current_regcache, pass it to core_read_registers
3289 callback.
3290 (get_core_registers): Add current_regcache as parameter to
3291 get_core_register_section calls.
3292
3293 * alpha-nat.c (fetch_osf_core_registers): Add REGCACHE argument,
3294 use it instead of current_regcache.
3295 * armnbsd-nat.c (fetch_core_registers): Likewise.
3296 (fetch_elfcore_registers): Likewise.
3297 * core-regset.c (fetch_core_registers): Likewise.
3298 * cris-tdep.c (fetch_core_registers): Likewise.
3299 * irix5-nat.c (fetch_core_registers): Likewise.
3300 * m68klinux-nat.c (fetch_core_registers): Likewise.
3301 * mips-linux-tdep.c (fetch_core_registers): Likewise.
3302 * win32-nat.c (fetch_elf_core_registers): Likewise.
3303
7f7fe91e
UW
33042007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3305
3306 * gregset.h (struct regcache): Add forward declaration.
3307 (supply_gregset): Add REGCACHE parameter, make GREGS const.
3308 (supply_fpregset): Add REGCACHE parameter, make FPREGS const.
3309 (supply_fpxregset): Add REGCACHE parameter, make FPXREGS const.
3310 (fill_gregset): Add REGCACHE parameter.
3311 (fill_fpregset): Likewise.
3312 (fill_fpxregset): Likewise.
3313
3314 Update all definitions accordingly:
3315 * alphabsd-nat.c, alpha-linux-nat.c, alpha-nat.c, amd64-linux-nat.c,
3316 arm-linux-nat.c, hppa-linux-nat.c, i386gnu-nat.c, i386-linux-nat.c,
3317 i386-sol2-nat.c, i386v4-nat.c, ia64-linux-nat.c, irix5-nat.c,
3318 m32r-linux-nat.c, m68klinux-nat.c, mips-linux-nat.c, ppc-linux-nat.c,
3319 s390-nat.c, sparc64-linux-nat.c, sparc-linux-nat.c, sparc-sol2-nat.c
3320 (supply_gregset): Add REGCACHE parameter, use it instead of
3321 current_regcache. Make GREGSETP parameter const, adapt casts.
3322 (supply_fpregset): Add REGCACHE parameter, use it instead of
3323 current_regcache. Make FPREGSETP parameter const, adapt casts.
3324 (fill_gregset): Add REGCACHE parameter, use it instead of
3325 current_regcache.
3326 (fill_fpregset): Likewise.
3327
3328 Update all callers to pass in current_regcache as the new argument:
3329 * core-regset.c: Include "regcache.h".
3330 (fetch_core_registers): Update supply_gregset,and supply_fpregset calls.
3331 * procfs.c: Include "regcache.h".
3332 (procfs_fetch_registers): Update supply_gregset, supply_fpregset calls.
3333 (procfs_store_registers): Update fill_gregset, fill_fpregset calls.
3334 (procfs_do_thread_registers): Likewise.
3335 (procfs_make_note_section): Likewise.
3336 * proc-service.c: Include "regcache.h".
3337 (ps_lgetregs): Update fill_gregset call.
3338 (ps_lsetregs): Update supply_gregset call.
3339 (ps_lgetfpregs): Update fill_fpregset call.
3340 (ps_lsetfpregs): Update supply_fpregset call.
3341 * sol-thread.c (sol_thread_fetch_registers): Update supply_gregset,
3342 supply_fpregset calls.
3343 (sol_thread_store_registers): Update fill_gregset, fill_fpregset calls.
3344 (ps_lgetregs): Update fill_gregset call.
3345 (ps_lsetregs): Update supply_gregset call.
3346 (ps_lgetfpregs): Update fill_fpregset call.
3347 (ps_lsetfpregs): Update supply_fpregset call.
3348
3349 * linux-nat.c (linux_nat_do_thread_registers): Update fill_gregset,
3350 fill_fpregset, and fill_fpxregset calls.
3351 * i386-linux-nat.c (fetch_regs): Update supply_gregset call.
3352 (store_regs): Update fill_gregset call.
3353 (fetch_fpregs): Update supply_fpregset call.
3354 (store_fpregs): Update fill_fpregset call.
3355 (fetch_fpxregs): Update supply_fpxregset call.
3356 (store_fpxregs): Update fill_fpxregset call.
3357 * m32r-linux-nat.c (fetch_regs): Update supply_gregset call.
3358 (store_regs): Update fill_gregset call.
3359 * m68klinux-nat.c (fetch_regs): Update supply_gregset call.
3360 (store_regs): Update fill_gregset call.
3361 (fetch_fpregs): Update supply_fpregset call.
3362 (store_fpregs): Update fill_fpregset call.
3363 (fetch_core_registers): Update supply_gregset, supply_fpregset calls.
3364 * s390-nat.c (fetch_regs): Update supply_gregset call.
3365 (store_regs): Update fill_gregset call.
3366 (fetch_fpregs): Update supply_fpregset call.
3367 (store_fpregs): Update fill_fpregset call.
3368
3369 * Makefile.in (core-regset.o, procfs.o, proc-service.o): Update
3370 dependencies.
3371
c410a84c
UW
33722007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3373
3374 * monitor.c (monitor_supply_register): Add REGCACHE parameter, use
3375 it instead of current_regcache.
3376 (parse_register_dump): Add REGCACHE parameter, pass it to
3377 supply_register callback.
3378 (monitor_dump_reg_block): Add REGCACHE parameter, pass it to
3379 parse_register_dump.
3380 (monitor_dump_regs): Add REGCACHE parameter, pass it to
3381 parse_register_dump and dumpregs callback.
3382 (monitor_wait): Pass current_regcache to parse_register_dump and
3383 monitor_dump_regs.
3384 (monitor_fetch_register): Pass current_regcache to
3385 monitor_supply_register.
3386 (monitor_fetch_registers): Pass current_regcache to
3387 monitor_dump_regs.
3388 * monitor.h (struct monitor_ops): Add REGCACHE parameter to
3389 supply_register and dumpregs callbacks.
3390 (monitor_supply_register, monitor_dump_reg_block): Update
3391 prototypes.
3392 * dbug-rom.c (dbug_supply_register): Add REGCACHE parameter. Pass
3393 it to monitor_supply_register.
3394 * dink32-rom.c (dink32_supply_register): Likewise.
3395 * ppcbug-rom.c (ppcbug_supply_register): Likewise.
3396 * m32r-rom.c (m32r_supply_register): Likewise. Also, use REGCACHE
3397 instead of current_regcache.
3398
468e3d51
UW
33992007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3400
3401 * i386-nto-tdep.c (i386nto_supply_gregset, i386nto_supply_fpregset):
3402 Add REGCACHE parameter. Use it instead of current_regcache.
3403 (i386nto_supply_regset): Add REGCACHE parameter, pass it to
3404 i386nto_supply_gregset and i386nto_supply_fpregset.
3405 (i386nto_regset_fill): Add REGCACHE parameter; use it instead
3406 of current_regcache.
3407
3408 * nto-procfs.c (procfs_fetch_registers): Pass current_regcache to
3409 nto_supply_ helper functions.
3410 (procfs_store_registers): Pass current_regcache to nto_regset_fill.
3411
3412 * nto-tdep.c (nto_dummy_supply_regset): Add REGCACHE parameter.
3413
3414 * nto-tdep.h (struct nto_target_ops): Add REGCACHE parameter to
3415 supply_greget, supply_fpregset, supply_altregset, supply_regset,
3416 and regset_fill member function pointers.
3417 (nto_dummy_supply_regset): Adapt prototype.
3418
4e3269e3
UW
34192007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3420
3421 * shnbsd-tdep.c (shnbsd_supply_reg): Add REGCACHE parameter, use it
3422 instead of current_regcache. Make REGS const.
3423 (shnbsd_fill_reg): Add REGCACHE parameter; replace current_regcache.
3424 * shnbsd-tdep.h (shnbsd_supply_reg, shnbsd_fill_reg): Update
3425 prototypes.
3426 * shnbsd-nat.c: Include "regcache.h".
3427 (shnbsd_fetch_inferior_registers): Pass current_regcache to
3428 shnbsd_supply_reg.
3429 (shnbsd_store_inferior_registers): Pass current_regcache to
3430 shnbsd_fill_reg.
3431 * Makefile.in (shbsd-nat.o): Update dependencies.
3432
28f5035f
UW
34332007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3434
3435 * mips-linux-tdep.c (supply_32bit_reg): Add REGCACHE parameter. Use it
3436 instead of current_regcache.
3437 (mips_supply_gregset): Likewise. Pass REGCACHE to supply_32bit_reg.
3438 Make GREGSETP const, remove superfluous casts.
3439 (mips_fill_gregset): Add REGCACHE parameter; replace current_regcache.
3440 (mips_supply_fpregset): Likewise. Make FPREGSETP const, remove
3441 superfluous casts.
3442 (mips_fill_fpregset): Add REGCACHE parameter; replace current_regcache.
3443 (supply_64bit_reg): Likewise
3444 (mips64_supply_gregset): Likewise. Pass REGCACHE to supply_64bit_reg.
3445 Make GREGSETP const, adapt casts accordingly.
3446 (mips64_fill_gregset): Add REGCACHE parameter; replace current_regcache.
3447 (mips64_supply_fpregset): Likewise. Make FPREGSET const, adapt
3448 casts accordingly.
3449 (mips64_fill_fpregset): Add REGCACHE parameter; replace current_regcache.
3450 (fetch_core_registers): Pass current_regcache to mips{64}_(supply|fill)_
3451 helper routines.
3452 * mips-linux-tdep.h (mips_supply_gregset, mips_fill_gregset,
3453 mips_supply_fpregset, mips_fill_fpregset, mips64_supply_gregset,
3454 mips64_fill_gregset, mips64_supply_fpregset, mips64_fill_fpregset):
3455 Adapt prototypes.
3456 * mips-linux-nat.c: Include "regcache.h".
3457 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Pass
3458 current_regcache to mips{64}_(supply|fill)_ helper routines.
3459 (mips64_linux_regsets_fetch_registers): Likewise.
3460 (mips64_linux_regsets_store_registers): Likewise.
3461
3462 * mipsnbsd-tdep.c (mipsnbsd_supply_reg, mipsnbsd_supply_fpreg): Add
3463 REGCACHE argument; replace current_regcache. Make REGS const.
3464 (mipsnbds_fill_reg, mipsnbsd_fill_fpreg): Add REGCACHE argument;
3465 replace current_regcache.
3466 * mipsnbsd-tdep.h (ipsnbsd_supply_reg, mipsnbsd_supply_fpreg,
3467 mipsnbds_fill_reg, mipsnbsd_fill_fpreg): Adapt prototypes.
3468 * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers,
3469 mipsnbsd_store_inferior_registers): Pass current_regcache to
3470 mipsnbsd_(supply|fill)_... helper routines.
3471
3472 * Makefile.in (mips-linux-nat.o): Update dependencies.
3473
26144df5
UW
34742007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3475
3476 * i387-tdep.c (i387_fill_fsave, i387_fill_fxsave): Remove.
3477 * i387-tdep.h (i387_fill_fsave, i387_fill_fxsave): Remove prototypes.
3478 * i368-linux-nat.c (supply_fpregset, supply_fpxregset): Replace
3479 i387_fill_fsave and i387_fill_fxsave calls by inline copies.
3480 * i386-nto-tdep.c (i386nto_regset_fill): Likewise.
3481 * i386gnu-nat.c (store_fpregs): Likewise.
3482 * i386v4-nat.c (fill_fpregset): Likewise.
3483 * go32-nat.c (store_register, go32_store_registers): Likewise.
3484
c6b4e5a2
UW
34852007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3486
3487 * cris-tdep.c (supply_gregset): Rename to ...
3488 (cris_supply_gregset): ... this. Add REGCACHE parameter. Use it
3489 instead of current_regcache.
3490 (fetch_core_registers): Update call. Pass current_regcache.
3491
d683e2b7
UW
34922007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3493
3494 * arnmnbsd-nat.c (supply_gregset): Rename to ...
3495 (arm_supply_gregset): ... this. Add REGCACHE parameter.
3496 Use it instead of current_regcache.
3497 (supply_fparegset): Rename to ...
3498 (arm_supply_fparegset): ... this. Add REGCACHE parameter.
3499 Use it instead of current_regcache.
3500 (fetch_regs, fetch_fp_regs): Update calls. Pass current_regcache.
3501 (fetch_core_registers, fetch_elfcore_registers): Likewise.
3502
390c1522
UW
35032007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3504
3505 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs,
3506 alpha_supply_fp_regs, alpha_fill_fp_regs): Add REGCACHE parameter,
3507 use it instead of current_regcache.
3508 * alpha-tdep.h (struct regcache): Add forward declaration.
3509 (alpha_supply_int_regs, alpha_fill_int_regs, alpha_supply_fp_regs,
3510 alpha_fill_fp_regs): Update prototypes.
3511
3512 * alpha-nat.c: (supply_gregset, fill_gregset, supply_fpregset,
3513 fill_fpregset): Pass current_regcache to alpha_supply/fill_ routines.
3514 * alpha-linux-nat.c: Include "regcache.h".
3515 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Pass
3516 current_regcache to alpha_supply/fill_ routines.
3517
3518 * alphabsd-tdep.c: Include "regcache.h".
3519 (alphabsd_supply_reg, alphabsd_supply_fpreg): Add REGCACHE paramter,
3520 pass it to alpha_supply_ routines. Make REGS const.
3521 (alphabsd_fill_reg, alphabsd_fill_fpreg): Add REGCACHE parameter,
3522 pass it to alpha_fill_ routines.
3523 * alphabsd-tdep.h (struct regcache): Add forward declaration.
3524 (alphabsd_supply_reg, alphabsd_fill_reg, alphabsd_supply_fpreg,
3525 alphabsd_fill_fpreg): Update prototypes.
3526
3527 * alphanbsd-nat.c (supply_gregset, fill_gregset, supply_fpregset,
3528 fill_fpregset, alphabsd_fetch_inferior_registers,
3529 alphabsd_store_inferior_registers): Pass current_regcache to
3530 alphabsd_supply/fill_ routines.
3531
3532 * Makefile.in (alpha-linux-nat.o, alphabsd-tdep.o): Update
3533 dependencies.
3534
647478e0
UW
35352007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3536
3537 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs,
3538 supply_sprs64, supply_sprs32): Add REGCACHE parameter, use it
3539 instead of current_regcache.
3540 (fetch_regs_user_thread, fetch_regs_kernel_thread): Add
3541 REGCACHE parameter, pass it to supply_ routines.
3542 (aix_thread_fetch_registers): Pass current_regcache to
3543 fetch_regs_user_thread and fetch_regs_kernel_thread.
3544
3545 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs64, fill_sprs32):
3546 Add REGCACHE parameter, use it instead of current_regcache.
3547 Call regcache_valid_p instead of register_cached.
3548 (store_regs_user_thread, store_regs_kernel_thread): Likewise.
3549 Also, pass REGCACHE to fill_ routines.
3550 (aix_thread_store_registers): Pass current_regcache to
3551 store_regs_user_thread and store_regs_kernel_thread.
3552
d817e083
UW
35532007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3554
3555 * m32r-linux-nat.c (supply_gregset): Do not modify contents
3556 pointed to by GREGSETP.
3557
6a1872e4
UW
35582007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3559
3560 * irix5-nat.c (fill_gregset): Use regcache_raw_collect instead
3561 of regcache_raw_read_signed.
3562 (fill_fpregset): Use regcache_raw_collect instead of
3563 regcache_raw_read.
3564
6da397e0
KB
35652007-05-03 Kevin Buettner <kevinb@redhat.com>
3566
3567 * mips-tdep.c (mips_eabi_push_dummy_call): When pushing floating
3568 point arguments, test explicitly for use of the EABI32 ABI
3569 instead of inferring this condition from tests on register
3570 sizes.
3571
2219d63c
KB
35722007-05-03 Kevin Buettner <kevinb@redhat.com>
3573
3574 * breakpoint.c (set_raw_breakpoint): Adjust breakpoint's address
3575 prior to allocating its location.
3576
2afd3f0a
MR
35772007-05-02 Maciej W. Rozycki <macro@mips.com>
3578
3579 * mips-tdep.c (mips_o32_push_dummy_call): Remove conditions
3580 based on mips_abi_regsize() whose result is known in advance.
3581 (mips_o64_push_dummy_call): Likewise.
3582
3e00823e
UW
35832007-04-29 Ulrich Weigand <uweigand@de.ibm.com>
3584
3585 * m68klinux-nat.c: Remove #ifndef USE_PROC_FS check.
3586 * m68k-tdep.c: Remove code within #ifdef USE_PROC_FS.
3587
3588 * mips-linux-nat.c: Include "gregset.h".
3589 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Move
3590 from mips-linux-tdep.c. Change parameter type to gdb_gregset_t.
3591 * mips-linux-tdep.c (supply_gregset, fill_gregset, supply_fpregset,
3592 fill_fpregset): Move to mips-linux-nat.c.
3593
3594 * Makefile.in (m68k-tdep.o, mips-linux-nat.o): Update dependencies.
3595
81c4a259
UW
35962007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
3597
3598 * regcache.c (deprecated_read_register_gen): Remove, inline ...
3599 (read_register): ... here.
3600 (deprecated_write_register_gen): Remove, inline ...
3601 (write_register): ... here.
3602 * regcache.h (deprecated_read_register_gen): Remove prototype.
3603 (deprecated_write_register_gen): Likewise.
3604
3605 * remote-sim.c (gdbsim_store_register): Replace call to
3606 deprecated_read_register_gen with regcache_cooked_read.
3607 * target.c (debug_print_register): Replace calls to
3608 deprecated_read_register_gen and read_register with
3609 regcache_cooked_read.
3610
8bb42077
UW
36112007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
3612
3613 * hpux-thread.c (hpux_thread_store_registers): Use
3614 regcache_raw_collect, not regcache_raw_read.
3615 * irix5-nat.c (fetch_core_registers): Use regcache_raw_supply,
3616 not regcache_raw_write.
3617
6ed7ea50
UW
36182007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
3619
3620 * gdbarch.sh: Remove deprecated_register_byte.
3621 * gdbarch.c, gdbarch.h: Regenerate.
3622 * arch-utils.h (generic_register_size, generic_register_byte): Remove.
3623 * arch-utils.c (generic_register_size, generic_register_byte): Remove.
3624
3625 * regcache.h (regcache_valid_p): Make REGCACHE parameter const.
3626 * regcache.c (regcache_valid_p): Allow to query cooked registers in
3627 read-only register caches. Make REGCACHE parameter const.
3628 (regcache_dump): Do not check DEPRECATED_REGISTER_BYTE.
3629
3630 * mi/mi-main.c (old_regs): Remove.
3631 (mi_setup_architecture_data, _initialize_mi_main): Remove.
3632 (register_changed_p): Reimplement to compare two register caches.
3633 (mi_cmd_data_list_changed_registers): Update caller.
3634 * mi/mi-main.h (mi_setup_architecture_data): Remove.
3635 * mi/mi-interp.c (mi_interpreter_init): Do not call
3636 mi_setup_architecture_data.
3637
efc72ef5
UW
36382007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
3639
3640 * alpha-nat.c (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE): Do not define,
3641 inline definition at the places the macros are used.
3642 * alpha-linux-nat.c (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE): Likewise.
3643
7a61a01c
UW
36442007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
3645
3646 * rs6000-aix-tdep.c: Include "regcache.h", "regset.h", and
3647 "gdb_string.h".
3648 (rs6000_aix32_reg_offsets, rs6000_aix64_reg_offsets): New variables.
3649 (rs6000_aix_supply_regset, rs6000_aix_collect_regset): New functions.
3650 (rs6000_aix32_regset, rs6000_aix64_regset): New variables.
3651 (rs6000_aix_regset_from_core_section): New function.
3652 (rs6000_aix_init_osabi): Register it.
3653 (_initialize_rs6000_aix_tdep): Register GDB_OSABI_AIX osabi and
3654 sniffer for bfd_arch_powerpc as well as bfd_arch_rs6000.
3655 * rs6000-nat.c (CoreRegs): Do not define type.
3656 (fetch_core_registers, rs6000_core_fns): Remove.
3657 (_initialize_core_rs6000): Do not register it. Rename to ...
3658 (_initialize_rs6000_nat): ... this.
3659 * Makefile.in (rs6000-aix-tdep.o): Update dependencies.
3660
ace186d4
KB
36612007-04-27 Kevin Buettner <kevinb@redhat.com>
3662
3663 * dwarf2expr.c (unsigned_address_type): Add forward declaration.
3664 (dwarf2_read_address): Sign extend return address as required by
3665 target architecture.
3666
89a7ee67
KB
36672007-04-27 Kevin Buettner <kevinb@redhat.com>
3668
3669 * solib-frv.c (lm_base): Bail out if the main executable has
3670 not been relocated.
3671
6afb1f32
UW
36722007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
3673
3674 * alpha-linux-tdep.c (alpha_linux_supply_fpregset): Correct location
3675 of FPCR register in fpregset.
3676
66a0218a
MR
36772007-04-27 Maciej W. Rozycki <macro@mips.com>
3678
3679 * Makefile.in (gdbtk-wrapper.o): Update dependencies.
3680 (gdbtk-varobj.o, gdbtk-cmds.o, gdbtk-stack.o): Likewise.
3681
482f7fee
UW
36822007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
3683
3684 * config/rs6000/nm-rs6000.h (CHILD_SPECIAL_WAITSTATUS): Remove.
3685 * rs6000-nat.c (rs6000_wait): New function.
3686 (_initialize_core_rs6000): Install it as to_wait target method.
3687 * target.c (store_waitstatus): Don't check CHILD_SPECIAL_WAITSTATUS.
3688
1f480a5e
UW
36892007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
3690
3691 * config/rs6000/nm-rs6000.h (TARGET_CREATE_INFERIOR_HOOK): Remove.
3692 * fork-child.c (fork_inferior): Don't call TARGET_CREATE_INFERIOR_HOOK.
3693 * rs6000-nat.c (super_create_inferior): New variable.
3694 (rs6000_create_inferior): Make static. Adapt argument list. Call
3695 original version of create_inferior via super_create_inferior.
3696 (_initialize_core_rs6000): Install to_create_inferior target method.
3697
037a727e
UW
36982007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
3699
3700 * aix-thread.c (aix_thread_xfer_memory): Replace by ...
3701 (aix_thread_xfer_partial): ... this.
3702 (init_aix_thread_ops): Install to_xfer_partial instead
3703 of deprecated_xfer_memory target method.
3704
3705 * config/powerpc/aix.mh (NATDEPFILES): Remove infptrace.o
3706 and inftarg.o, add inf-ptrace.o.
3707 * config/rs6000/nm-rs6000.h (FETCH_INFERIOR_REGISTERS,
3708 CHILD_XFER_MEMORY, KERNEL_U_SIZE, kernel_u_size): Remove.
3709 * rs6000-nat.c: Include "inf-ptrace.h" and "gdb_stdint.h".
3710 (fetch_inferior_registers): Rename to ...
3711 (rs6000_fetch_inferior_registers): ... this. Make static.
3712 (store_inferior_registers): Rename to ...
3713 (rs6000_store_inferior_registers): ... this. Make static.
3714 (read_word, child_xfer_memory): Remove.
3715 (rs6000_xfer_partial): New function.
3716 (kernel_u_size): Remove.
3717 (_initialize_core_rs6000): Add inf_ptrace-based target.
3718 * Makefile.in (rs6000-nat.o): Update dependencies.
3719
f7dd0ed7
UW
37202007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
3721
3722 * inf-ptrace.c: Include "gdb_stdint.h".
3723 (inf_ptrace_xfer_partial): Use "uintptr_t" instead of "long" as
3724 intermediate type when casting CORE_ADDR to PTRACE_TYPE_ARG3.
3725 (inf_ptrace_fetch_register): Add intermediate cast to "uintptr_t"
3726 before casting CORE_ADDR to PTRACE_TYPE_ARG3.
3727 (inf_ptrace_store_register): Likewise.
3728 * Makefile.in (inf-ptrace.o): Update dependencies.
3729
d9178763
UW
37302007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
3731
3732 * configure.host (rs6000-*-*): Merge with powerpc-*-aix* rules.
3733 * configure.tgt (rs6000-*-*): Likewise.
3734 * config/rs6000/aix4.mh: Delete file.
3735 * config/rs6000/aix4.mt: Delete file.
3736 * config/rs6000/rs6000.mh: Delete file.
3737 * config/rs6000/rs6000.mt: Delete file.
3738
3739 * config/powerpc/nm-aix.h: Delete file.
3740 * config/powerpc/aix.mh (NAT_FILE): Set to config/rs6000/nm-rs6000.h.
3741
0d16ee5d
UW
37422007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
3743
3744 * aix-thread.c (fill_sprs32): Change argument types to "uint32_t *".
3745 Remove obsolete part of comment.
3746 (store_regs_user_thread): Use uint32_t temporaries when calling
3747 fill_sprs32.
3748 (store_regs_kernel_thread): Likewise. Add assertion to verify
3749 correct size of struct ptsprs members.
3750 (aix_thread_xfer_memory): Fix type of myaddr.
3751 (aix_thread_extra_thread_info): Fix compiler warning.
3752 * rs6000-nat.c (rs6000_ptrace64): Change type of buf to "void *".
3753 (fetch_register, store_register): Adapt callers.
3754
1e8877aa
UW
37552007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
3756
3757 * vec.h (vec_free): Rename to vec_free_. Adapt users.
3758
b02f9d57
UW
37592007-04-25 Ulrich Weigand <uweigand@de.ibm.com>
3760
3761 * alpha-linux-tdep.c: Include "gdb_string.h", "regset.h",
3762 and "regcache.h".
3763 (alpha_linux_supply_gregset, alpha_linux_supply_fpregset): New.
3764 (alpha_linux_gregset, alpha_linux_fpregset): New variables.
3765 (alpha_linux_regset_from_core_section): New function.
3766 (alpha_linux_init_abi): Install it.
3767 * alpha-linux-nat.c: Do not include "gdbcore.h". Include
3768 "alpha-tdep.h", <sys/ptrace.h>, <alpha/ptrace.h>,
3769 <sys/procfs.h>, and "gregset.h".
3770 (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE, ALPHA_UNIQUE_PTRACE_ADDR):
3771 Move from config/alpha/nm-linux.h.
3772 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Copy
3773 from alpha-nat.c.
3774 (alpha_linux_register_u_offset): Inline register_addr from alpha-nat.c.
3775 * alpha-nat.c: Remove #ifdef __linux__ section.
3776 (fetch_elf_core_registers, alpha_elf_core_fns): Remove.
3777 (_initialize_core_alpha): Do not register alpha_elf_core_fns.
3778 (ALPHA_UNIQUE_PTRACE_ADDR, ALPHA_REGSET_UNIQUE): Define unconditionally.
3779 (ALPHA_REGSET_BASE): Move from config/alpha/nm-osf.h.
3780 * config/alpha/alpha-linux.mh (NAT_FILE): Set to config/nm-linux.h.
3781 (NATDEPFILES): Remove alpha-nat.o.
3782 * config/alpha/nm-linux.h: Delete file.
3783 * config/alpha/nm-osf.h (ALPHA_REGSET_BASE): Move to alpha-nat.c.
3784 * Makefile.in (alpha-linux-nat.o): Update dependencies.
3785 (alpha-linux-tdep.o): Likewise.
3786
dda0c97e
UW
37872007-04-25 Ulrich Weigand <uweigand@de.ibm.com>
3788
3789 * mips-linux-nat.c: No longer include "gdbcore.h".
3790 (mips_linux_register_addr): Move from mips-linux-tdep.c.
3791 (mips64_linux_register_addr): Likewise.
3792 (mips_linux_register_u_offset): Call mips_linux_register_addr or
3793 mips64_linux_register_addr instead of register_addr.
3794 * mips-linux-tdep.c (mips_linux_register_addr,
3795 mips64_linux_register_addr): Move to mips-linux-nat.c.
3796 (register_addr): Remove.
3797 (register_addr_data, init_register_addr_data): Remove.
3798 (_initialize_mips_linux_tdep): Do not initialize register_addr_data.
3799 (set_mips_linux_register_addr): Remove.
3800 (mips_linux_init_abi): Do not call set_mips_linux_register_addr.
3801 * Makefile.in (mips-linux-nat.o): Update dependencies.
3802
910122bf
UW
38032007-04-25 Ulrich Weigand <uweigand@de.ibm.com>
3804
3805 * linux-nat.c (linux_register_u_offset): Remove.
3806 (linux_target_install_ops): New function.
3807 (linux_target): Use it.
3808 (linux_trad_target): New function.
3809 * linux-nat.h (linux_trad_target): Declare.
3810
3811 * alpha-linux-nat.c: Include "gdbcore.h".
3812 (alpha_linux_register_u_offset): New function.
3813 (_initialize_alpha_linux_nat): Use linux_trad_target.
3814
3815 * mips-linux-nat.c: Include "gdbcore.h".
3816 (mips_linux_register_u_offset): New function.
3817 (_initialize_mips_linux_nat): Use linux_trad_target.
3818
3819 * config/arm/linux.mh (NAT_FILE): Set to config/nm-linux.h.
3820 * config/arm/nm-linux.h: Delete file.
3821
3822 * config/i386/nm-linux64.h (FETCH_INFERIOR_REGISTERS): Remove.
3823 * config/i386/nm-linux.h (FETCH_INFERIOR_REGISTERS): Remove.
3824
3825 * config/ia64/linux.mh (NAT_FILE): Set to config/nm-linux.h.
3826 * config/ia64/nm-linux.h: Delete file.
3827
3828 * config/m32r/linux.mh (NAT_FILE): Set to config/nm-linux.h.
3829 * config/m32r/nm-linux.h: Delete file.
3830
3831 * config/m68k/linux.mh (NAT_FILE): Set to config/nm-linux.h.
3832 * config/m68k/nm-linux.h: Delete file.
3833
3834 * config/pa/linux.mh (NAT_FILE): Set to config/nm-linux.h.
3835 * config/pa/nm-linux.h: Delete file.
3836
3837 * config/powerpc/linux.mh (NAT_FILE): Set to config/nm-linux.h.
3838 * config/powerpc/ppc64-linux.mh (NAT_FILE): Likewise.
3839 * config/powerpc/nm-linux.h: Delete file.
3840
3841 * config/s390/s390.mh (NAT_FILE): Set to config/nm-linux.h.
3842 * config/s390/nm-linux.h: Delete file.
3843
3844 * config/sparc/linux.mh (NAT_FILE): Set to config/nm-linux.h.
3845 * config/sparc/linux64.mh (NAT_FILE): Likewise.
3846 * config/sparc/nm-linux.h: Delete file.
3847
3848 * Makefile.in (alpha-linux-nat.o): Update dependencies.
3849 (mips-linux-nat.o): Likewise.
3850
de732108
UW
38512007-04-25 Ulrich Weigand <uweigand@de.ibm.com>
3852
3853 * core-aout.c: Delete file.
3854 * Makefile.in (ALLDEPFILES): Remove core-aout.c.
3855 (core-aout.o): Delete rule.
3856 * gdbcore.h (kernel_u_addr, KERNEL_U_ADDR): Remove.
3857
3858 * config/alpha/nm-linux.h (U_REGS_OFFSET): Remove.
3859
3860 * arm-linux-nat.c (arm_linux_kernel_u_size): Remove.
3861 * config/arm/nm-linux.h (U_REGS_OFFSET, KERNEL_U_SIZE,
3862 KERNEL_U_ADDR): Remove.
3863
3864 * i386-linux-nat.c (register_u_addr, kernel_u_size): Remove.
3865 (cannot_fetch_register, cannot_store_register): Remove.
3866 (fetch_register): Inline cannot_fetch_register and register_addr.
3867 (store_register): Inline cannot_store_register and register_addr.
3868 * config/i386/linux.mh (NATDEPFILES): Remove core-aout.o.
3869 * config/i386/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR,
3870 REGISTER_U_ADDR, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER):
3871 Remove.
3872
3873 * m68klinux-nat.c (m68k_linux_register_u_addr, kernel_u_size): Remove.
3874 (fetch_register): Inline register_addr.
3875 (store_register): Inline register_addr.
3876 * config/m68k/linux.mh (NATDEPFILES): Remove core-aout.o.
3877 * config/m68k/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR,
3878 U_REGS_OFFSET, REGISTER_U_ADDR): Remove.
3879
3880 * config/mips/nm-irix5.h (REGISTER_U_ADDR): Remove.
3881 * config/mips/nm-linux.h (KERNEL_U_SIZE, U_REGS_OFFSET,
3882 REGISTER_U_ADDR): Remove.
3883
3884 * hppa-linux-nat.c (register_addr): Rename to ...
3885 (hppa_linux_register_addr): ... this. Make static.
3886 (fetch_register, store_register): Adapt callers.
3887 * config/pa/nm-linux.h (U_REGS_OFFSET): Remove.
3888
3889 * ppc-linux-nat.c (kernel_u_size): Remove.
3890 * config/powerpc/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR): Remove.
3891
3892 * vax-nat.c (vax_kernel_u_addr, vax_register_u_addr): Make static.
3893 * config/vax/vax.mh (NATDEPFILES): Remove core-aout.o.
3894 (NAT_FILE): Remove.
3895 * config/vax/nm-vax.h: Delete file.
3896
1f90c757
MS
38972007-04-20 Mark Shinwell <shinwell@codesourcery.com>
3898
3899 * MAINTAINERS (Write After Approval): Add myself.
3900
bf1242a5
MS
39012007-04-20 Mark Shinwell <shinwell@codesourcery.com>
3902
3903 * Makefile.in: Adjust dependencies of m68klinux-tdep.c.
3904 * m68klinux-tdep.c (m68k_uclinux_sigcontext_reg_offset): New.
3905 (m68k_linux_sigcontext_reg_offset): Fix typo.
3906 (target_is_uclinux): New.
3907 (m68k_linux_inferior_created): New.
3908 (m68k_linux_get_sigtramp_info): Check for uClinux or
3909 normal Linux. Use m68k_uclinux_sigcontext_reg_offset for
3910 uClinux.
3911 (_initialize_m68k_linux_tdep): Register
3912 m68k_linux_inferior_created.
3913
96998ce7
PA
39142007-04-19 Pedro Alves <pedro_alves@portugalmail.pt>
3915
3916 * win32-nat.c (win32_detach): Remove delete_command call.
3917 Resume inferior with win32_resume instead of win32_continue.
3918
7e71daaa
JG
39192007-04-19 Jerome Guitton <guitton@adacore.com>
3920
3921 * ser-mingw.c (fd_is_file): New function.
3922 (file_select_thread): New function.
3923 (ser_console_wait_handle): Add special handling for files.
3924
3d1f72c2
DP
39252007-04-18 Denis Pilat <denis.pilat@st.com>
3926
3927 * dwarf2read.c (read_subrange_type): Use DW_ATE_signed default type
3928 when missing from DW_TAG_subrange_type. Remove the handling of null
3929 return from die_type.
3930
9ecf7166
MR
39312007-04-18 Maciej W. Rozycki <macro@mips.com>
3932
3933 * mips-tdep.c (mips_eabi_push_dummy_call): Revert the last
3934 change to rearrange some brackets.
3935 (mips_n32n64_push_dummy_call): Likewise.
3936 (mips_o32_push_dummy_call): Likewise.
3937 (mips_o64_push_dummy_call): Likewise.
3938
b79599ff
DP
39392007-04-18 Denis Pilat <denis.pilat@st.com>
3940
3941 * infcmd.c (post_create_inferior): Start with a call to
3d1f72c2 3942 target_terminal_ours.
b79599ff 3943
06f9a1af
MR
39442007-04-17 Maciej W. Rozycki <macro@mips.com>
3945
3946 * mips-tdep.c (mips_eabi_push_dummy_call): Rearrange some
3947 brackets.
3948 (mips_n32n64_push_dummy_call): Likewise. Reformat some
3949 expressions.
3950 (mips_o32_push_dummy_call): Likewise.
3951 (mips_o64_push_dummy_call): Likewise.
3952
ad018eee
MR
39532007-04-17 Maciej W. Rozycki <macro@mips.com>
3954
3955 * mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
3956 comment.
3957
e914cb17
MR
39582007-04-17 Maciej W. Rozycki <macro@mips.com>
3959
3960 * mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
3961 comment.
3962 (mips_o32_push_dummy_call): Likewise.
3963
91934273
AS
39642007-04-17 Andreas Schwab <schwab@suse.de>
3965
3966 * symtab.c (skip_prologue_using_sal): Allow the end of the prologue
3967 sal to be bigger than the end of the function.
3968
968b5391
MR
39692007-04-17 Maciej W. Rozycki <macro@mips.com>
3970 Nigel Stephens <nigel@mips.com>
3971
3972 * mips-tdep.c (mips_o32_push_dummy_call): Take account of
3973 argument alignment requirements when calculating stack space
3974 required. When aligning an arg register to eight bytes
3975 boundary, align stack_offset too. Write floating-point
3976 arguments to the appropriate integer register if need go there.
3977 (mips_o64_push_dummy_call): Likewise.
3978
e0cd558a
UW
39792007-04-14 Ulrich Weigand <uweigand@de.ibm.com>
3980
3981 * gdbarch.sh (software_single_step): Remove "insert_breakpoints_p" and
3982 "sig" arguments, add "regcache" argument.
3983 * gdbarch.c, gdbarch.h: Regenerate.
3984
3985 * infrun.c (resume): Update SOFTWARE_SINGLE_STEP call arguments.
3986 (handle_inferior_event): Call remove_single_step_breakpoints directly
3987 instead of calling SOFTWARE_SINGLE_STEP to remove breakpoints.
3988
3989 * alpha-tdep.c (alpha_software_single_step): Update argument list.
3990 Remove handling of !insert_breakpoints_p case.
3991 * arm-tdep.c (arm_software_single_step): Likewise.
3992 * cris-tdep.c (cris_software_single_step): Likewise.
3993 * mips-tdep.c (mips_software_single_step): Likewise.
3994 * rs6000-tdep.c (rs6000_software_single_step): Likewise.
3995 * sparc-tdep.c (sparc_software_single_step): Likewise.
3996 * spu-tdep.c (spu_software_single_step): Likewise.
3997
3998 * alpha-tdep.h (alpha_software_single_step): Update prototype.
3999 * mips-tdep.h (mips_software_single_step): Likewise.
4000 * rs6000-tdep.h (rs6000_software_single_step): Likewise.
4001 * sparc-tdep.h (sparc_software_single_step): Likewise.
4002
06a86285
UW
40032007-04-14 Ulrich Weigand <uweigand@de.ibm.com>
4004
4005 * alpha-tdep.c (alpha_software_single_step): Do not call write_pc
4006 when removing single-step breakpoints.
4007
25d5ea92
VP
40082007-04-14 Vladimir Prus <vladimir@codesourcery.com>
4009
4010 * varobj.h (varobj_set_frozen): New
4011 (varobj_get_frozen): New.
4012 (varobj_update): New parameter explicit.
4013 * varobj.c (struct varobj): New fields frozen
4014 and not_fetched.
4015 (varobj_set_frozen, varobj_get_frozen): New.
4016 (install_new_value): Don't fetch values for
4017 frozen variable object, or children thereof. Allow
4018 a frozen variable object to have non-fetched value.
4019 (varobj_update): Allow updating child variables.
4020 Don't traverse frozen children.
4021 (new_variable): Initialize the frozen field.
4022 (c_value_of_variable): Return NULL for frozen
4023 variable without any value yet.
4024 * mi/mi-cmd-var.c (varobj_update_one): New parameter
4025 'explicit'.
4026 (mi_cmd_var_create): Output the 'frozen' field,
4027 as soon as testsuite is adjusted to expect that field.
4028 (mi_cmd_var_set_frozen): New.
4029 (mi_cmd_var_update): Pass the 'explicit' parameter to
4030 varobj_update_one.
4031 * mi/mi-cmds.c (mi_cmds): Register '-var-set-frozen'.
4032 * mi/mi-cmds.h (mi_cmd_var_set_frozen): Declare.
4033
6e3bbd1a
PB
40342007-04-13 Paul Brook <paul@codesourcery.com>
4035
4036 * target-descriptions.c (tdesc_named_type): Add ieee_single and
4037 ieee_double.
4038 * doc/gdb.texinfo: Document ieee_single and ieee_double target types.
4039
ea35711c
DJ
40402007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4041
4042 * mips-mdebug-tdep.c, mips-mdebug-tdep.h, ocd.c, ocd.h, ppc-bdm.c,
4043 remote-e7000.c, remote-hms.c, remote-utils.c, remote-utils.h,
4044 scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h, scm-valprint.c,
4045 ser-e7kpc.c, sh3-rom.c, stop-gdb.c: Delete.
4046 * Makefile.in: Remove references to deleted files.
4047 * README: Do not mention deleted ROM monitor interfaces.
4048 * defs.h (enum language): Delete language_scm.
4049 * expprint.c (print_subexp_standard): Do not handle OP_EXPRSTRING.
4050 (dump_subexp_body_standard): Likewise.
4051 * parse.c (operator_length_standard): Likewise.
4052 * expression.h (enum exp_opcode): Delete OP_EXPRSTRING.
4053 * remote-mips.c: Do not include remote-utils.h.
4054 * remote-sim.c: Likewise. Use remote_debug instead of sr_get_debug
4055 throughout.
4056 * value.c: Do not include scm-lang.h.
4057 (unpack_long): Delete scm_unpack call.
4058 * config/h8300/h8300.mt, config/mips/embed.mt,
4059 config/powerpc/ppc-eabi.mt, config/powerpc/ppc-sim.mt,
4060 config/sh/embed.mt, config/sh/linux.mt: Remove references to
4061 deleted files.
4062 * NEWS: Mention removed files.
4063
058b9c07
DJ
40642007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4065
4066 * symfile.c (add_psymbol_with_dem_name_to_list): Remove.
4067 * symfile.h (add_psymbol_with_dem_name_to_list): Remove prototype.
4068
54d61198
DJ
40692007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4070
4071 * NEWS: Mention removal of HP aCC support.
4072
e499d0f1
DJ
40732007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4074
4075 * solib-svr4.c (IGNORE_FIRST_LINK_MAP_ENTRY): Do not ignore the
4076 first entry for static executables.
4077 (breakpoint_addr): Delete unused variable.
4078 (elf_locate_base): Search for _r_debug in static executables.
4079 (enable_break): Do not set breakpoint_addr. Scan solib_break_names
4080 also.
4081
4d5b2cd7
DJ
40822007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4083
4084 * breakpoint.c (update_breakpoints_after_exec, print_it_typical)
4085 (bpstat_what, print_one_breakpoint, allocate_bp_location)
4086 (mention): Remove bp_through_sigtramp support.
4087 * breakpoint.h (enum bptype): Remove bp_through_sigtramp.
4088
46d57086
DJ
40892007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4090
4091 * breakpoint.c (bpstat_what): Give step-resume higher priority than
4092 shlib events.
4093
d3169d93
DJ
40942007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4095
4096 * infrun.c: Doc fixes.
4097 (handle_inferior_event): Clarify debug message.
4098 (insert_step_resume_breakpoint_at_sal): Print a debug message.
4099
8c9e4384
UW
41002007-04-12 Ulrich Weigand <uweigand@de.ibm.com>
4101
4102 * configure.tgt (arm-*-nto*, sh-*-nto*): Remove.
4103
9418f048
UW
41042007-04-12 Ulrich Weigand <uweigand@de.ibm.com>
4105
4106 * config/m68k/tm-monitor.h: Delete file.
4107 * config/m68k/monitor.mt (DEPRECATED_TM_FILE): Remove.
4108 * m68k-tdep.c (m68k_gdbarch_init): set_gdbarch_decr_pc_after_break
4109 call moved to ...
4110 * m68kbsd-tdep.c (m68kbsd_init_abi): ... here and ...
4111 * m68klinux-tdep.c (m68k_linux_init_abi): ... here.
4112
e6590a1b
UW
41132007-04-12 Luis Machado <luisgpm@br.ibm.com>
4114
4115 * gdbarch.sh (software_single_step): Change the return type
4116 from void to int and reformatted some comments to <= 80
4117 columns.
4118 * gdbarch.c, gdbarch.h: Regenerated.
4119 * alpha-tdep.c (alpha_software_single_step): Likewise.
4120 * alpha-tdep.h (alpha_software_single_step): Likewise.
4121 * arm-tdep.c (arm_software_single_step): Likewise.
4122 * cris-tdep.c (cris_software_single_step): Likewise.
4123 * mips-tdep.c (mips_software_single_step): Likewise.
4124 * mips-tdep.h (mips_software_single_step): Likewise.
4125 * rs6000-tdep.c (rs6000_software_single_step): Likewise.
4126 * rs6000-tdep.h (rs6000_software_single_step): Likewise.
4127 * sparc-tdep.c (sparc_software_single_step): Likewise.
4128 * sparc-tdep.h (sparc_software_single_step): Likewise.
4129 * spu-tdep.c (spu_software_single_step): Likewise.
4130 * infrun.c (resume): Check the return value from SOFTWARE_SINGLE_STEP
4131 and act accordingly.
4132
58b38ee2
SE
41332007-04-11 Steve Ellcey <sje@cup.hp.com>
4134
4135 * configure.ac (build_warnings): Add -Wno-char-subscripts.
4136 * configure: Regenerate.
4137 * doc/gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
4138
70f575cc
JK
41392007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4140
4141 * libunwind-frame.c (LIBUNWIND_SO): Use major version number for `.so'.
4142
d77b6808
JK
41432007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4144
4145 * gdbtypes.h (TYPE_FLAG_STUB_SUPPORTED, TYPE_STUB_SUPPORTED): New
4146 macros.
4147 (TYPE_IS_OPAQUE): Empty vs. opaque structures are now
4148 distinct on the TYPE_STUB_SUPPORTED debug targets.
4149 * dwarf2read.c (read_structure_type): Set TYPE_FLAG_STUB_SUPPORTED.
4150
b0b92586
JB
41512007-04-11 Joel Brobecker <brobecker@adacore.com>
4152
4153 * sparc-tdep.c (X_RS2): New macro.
4154 (sparc_skip_stack_check): New function.
4155 (sparc_analyze_prologue): Adjust PC past stack probing
4156 sequence if necessary.
4157
a489f789
AS
41582007-04-10 Andreas Schwab <schwab@suse.de>
4159
4160 * rs6000-tdep.c (rs6000_dwarf2_reg_to_regnum): Decode 64 as CR
4161 register.
4162
b0b13bb4
DJ
41632007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
4164
4165 * breakpoint.c (gdb_breakpoint_query): Really return an
4166 enum gdb_rc.
4167 (gdb_breakpoint): Likewise.
3f11755e
DJ
4168 * thread.c (gdb_list_thread_ids): Likewise.
4169 (gdb_thread_select): Likewise.
b0b13bb4
DJ
4170 * mi/mi-main.c (mi_cmd_thread_select): Expect an enum gdb_rc.
4171 (mi_cmd_thread_list_ids): Remove bogus initialization.
4172
1a92f856
DJ
41732007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
4174
4175 * Makefile.in (SFILES): Remove hpacc-abi.c.
4176 (COMMON_OBS): Remove hpacc-abi.o.
4177 (ALLDEPFILES): Remove hpread.c and $(HPREAD_SOURCE).
4178 (hpacc-abi.o, hpread.o): Delete rules.
4179 * somread.c: Delete extern declarations from hpread.c.
4180 (som_symfile_read): Do not call do_pxdb or hpread_build_psymtabs.
4181 (som_symfile_finish): Do not call hpread_symfile_finish.
4182 (som_symfile_init): Do not call hpread_symfile_init.
4183 * config/pa/hppa64.mt (TDEPFILES): Remove hpread.o.
4184 * config/pa/hppahpux.mt (TDEPFILES): Likewise.
4185 * hpacc-abi.c, hpread.c: Deleted.
4186
542c95c2
DJ
41872007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
4188
4189 * solib-svr4.c (enable_break): Simplify return value.
4190 (svr4_solib_create_inferior_hook): Do not warn if enable_break fails.
4191
cfaefc65
AS
41922007-04-10 Andreas Schwab <schwab@suse.de>
4193
4194 * solib-svr4.h (struct link_map_offsets): Remove l_addr_size,
4195 l_ld_size, l_next_size, l_prev_size, l_name_size.
4196
4197 * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Use extract_typed_address
4198 to extract addresses from link map.
4199 (LM_DYNAMIC_FROM_LINK_MAP): Likewise.
4200 (LM_NEXT): Likewise.
4201 (LM_NAME): Likewise.
4202 (IGNORE_FIRST_LINK_MAP_ENTRY): Likewise.
4203 (elf_locate_base): Likewise.
4204 (open_symbol_file_object): Likewise.
4205 (svr4_fetch_objfile_link_map): Likewise.
4206 (SOLIB_EXTRACT_ADDRESS): Remove unused macro.
4207 (HAS_LM_DYNAMIC_FROM_LINK_MAP): Test l_ld_offset instead of
4208 l_ld_size.
4209 (svr4_ilp32_fetch_link_map_offsets): Don't set removed members.
4210 (svr4_lp64_fetch_link_map_offsets): Likewise.
4211
4212 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Don't set
4213 removed members. Set l_ld_offset to -1 if not present.
4214
65cc4390
VP
42152007-04-08 Vladimir Prus <vladimir@codesourcery.com>
4216
4217 Pass stderr of program run with "target remote |"
4218 via gdb_stderr.
4219 * serial.c (serial_open): Set error_fd to -1.
4220 * serial.h (struct serial): New field error_fd.
4221 (struct serial_opts): New field avail.
4222 * ser-pipe.c (pipe_open): Create another pair
4223 of sockets. Pass stderr to gdb.
4224 * ser-mingw.c (pipe_windows_open): Pass
4225 PEX_STDERR_TO_PIPE to pex_run. Initialize
4226 sd->error_fd.
4227 (pipe_avail): New.
4228 (_initialize_ser_windows): Hook pipe_avail.
4229 * ser-base.c (generic_readchar): Check if there's
4230 anything in stderr channel and route that to gdb_stderr.
4231
e9112110
PA
42322007-04-03 Pedro Alves <pedro_alves@portugalmail.pt>
4233
4234 * dbxread.c (read_ofile_symtab): Move current_objfile
4235 clearing to after end_stabs.
4236
7f68ac27
AS
42372007-04-01 Andreas Schwab <schwab@suse.de>
4238
4239 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Use parameter
4240 gdbarch instead of current_gdbarch.
4241
e55dccf0
VP
42422007-04-01 Vladimir Prus <vladimir@codesourcery.com>
4243
4244 * varobj.c (varobj_create): Keep varobj value
4245 NULL when evaluating the type.
4246
7c963485
PA
42472007-03-31 Pedro Alves <pedro_alves@portugalmail.pt>
4248
4249 * NEWS: Mention new Windows CE support.
4250
ad527d2e
PA
42512007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
4252
4253 * configure.tgt: Move mips*-*-pe and sh*-*-pe to
4254 the obsoletion stanza.
4255 * NEWS: Mention deleted targets.
4256
4257 * config/sh/tm-wince.h: Remove.
4258 * config/sh/wince.mt: Remove.
4259 * config/mips/tm-wince.h: Remove.
4260 * config/mips/wince.mt: Remove.
4261
4262 * wince.c: Remove.
4263 * wince-stub.c: Remove.
4264 * wince-stub.h: Remove.
4265 * Makefile.in (wince.o): Remove rule.
4266 (wince-stub.o): Likewise.
4267
4268 * mips-tdep.c (mips_next_pc): Make static.
4269 * mips-tdep.h (mips_next_pc): Remove declaration.
4270 * arm-tdep.c (arm_pc_is_thumb): Make static.
4271 (thumb_get_next_pc): Likewise.
4272 (arm_get_next_pc): Likewise.
4273 * arm-tdep.h (arm_pc_is_thumb_dummy): Remove declaration.
4274 (arm_pc_is_thumb): Likewise.
4275 (thumb_get_next_pc): Likewise.
4276 (arm_get_next_pc): Likewise.
4277
7ce59000
DJ
42782007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4279
4280 * MAINTAINERS: Remove d10v entry.
4281 * Makefile.in (SFILES): Remove dwarfread.c.
4282 (COMMON_OBS): Remove dwarfread.o.
4283 (gdb_sim_d10v_h, abug-rom.o, cpu32bug-rom.o, d10v-tdep.o, dwarfread.o)
4284 (remote-est.o, rom68k-rom.o): Delete.
4285 * NEWS: Mention removal of d10v, target abug, target cpu32bug,
4286 target est, target rom68k, and DWARF 1.
4287 * configure.tgt: Mark d10v as removed.
4288 * dwarf2read.c: Doc update.
4289 * elfread.c (struct elfinfo): Remove dboffset, dbsize, lnoffset,
4290 and lnsize.
4291 (elf_locate_sections): Do not set them.
4292 (elf_symfile_read): Do not call dwarf_build_psymtabs.
4293 * symfile.h (dwarf_build_psymtabs): Delete prototype.
4294 * config/m68k/monitor.mt (TDEPFILES): Prune.
4295 * abug-rom.c, cpu32bug-rom.c, d10v-tdep.c, dwarfread.c,
4296 remote-est.c, rom68k-rom.c, config/d10v/d10v.mt: Delete.
4297
20389057
DJ
42982007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4299
4300 * doublest.c (convert_floatformat_to_doublest): Use
4301 floatformat_classify.
4302 (floatformat_is_nan): Rename to...
4303 (floatformat_classify): ...this. Return more information.
4304 * doublest.h (enum float_kind): New.
4305 (floatformat_is_nan): Replace prototype...
4306 (floatformat_classify): ...with this one.
4307 * valprint.c (print_floating): Use floatformat_classify. Handle
4308 infinity.
4309
30b50213
DJ
43102007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4311
4312 * README: Mention ISO C library requirement.
4313
8807d78b
DJ
43142007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4315
4316 * Makefile.in (SFILES): Remove nlmread.c.
4317 (COMMON_OBS): Remove nlmread.o.
4318 (nlmread.o): Delete rule.
4319 * README: Delete reference to remote-st.c.
4320 * acinclude.m4 (CY_AC_TCL_LYNX_POSIX): Delete.
4321 * defs.h (enum gdb_osabi): Delete GDB_OSABI_NETWARE and
4322 GDB_OSABI_LYNXOS.
4323 * i386-tdep.c (i386_nw_init_abi, i386_nlm_osabi_sniffer): Delete.
4324 (_initialize_i386_tdep): Do not reference them.
4325 * nlmread.c: Delete file.
4326 * osabi.c (gdb_osabi_names): Remove NetWare and LynxOS.
4327 * target.c: Doc update.
4328 * thread.c: Delete commented include.
4329 * config/alpha/tm-alpha.h: Doc update.
4330
ced572fe
MR
43312007-03-30 Chris Dearman <chris@mips.com>
4332
4333 * utils.c (string_to_core_addr): Comment typo.
4334
8a9fc081
MR
43352007-03-30 Chris Dearman <chris@mips.com>
4336
4337 * mips-tdep.c: Comment typo.
4338
5f402660
UW
43392007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
4340
4341 * config/alpha/nm-osf.h (PTRACE_XFER_TYPE): Remove.
4342 * config/mips/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove.
4343 * config/sparc/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove.
4344 * config/powerpc/nm-ppc64-linux.h: Remove file.
4345 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Set to nm-linux.h.
4346 * inferior.h (PTRACE_ARG3_TYPE): Do not define.
4347 (call_ptrace): Change type of third argument to PTRACE_TYPE_ARG3.
4348 * infptrace.c (call_ptrace): Likewise.
4349 * m68klinux-nat.c (PTRACE_XFER_TYPE): Do not define.
4350 (fetch_register): Replace PTRACE_ARG3_TYPE by PTRACE_TYPE_ARG3
4351 and PTRACE_XFER_TYPE by PTRACE_TYPE_RET.
4352 (store_register): Likewise.
4353
bbf90c81
JB
43542007-03-29 Joel Brobecker <brobecker@adacore.com>
4355
4356 * Makefile.in (varobj.o): Add missing dependency.
4357
243c053b
MS
43582007-03-29 Michael Snyder <msnyder@access-company.com>
4359
4360 * MAINTAINERS: Update my email address.
4361
0259addd
JB
43622007-03-29 Joel Brobecker <brobecker@adacore.com>
4363
4364 Add support for exception handling with multiple versions of
4365 the Ada runtime:
4366 * ada-lang.c: Update general comments on how Ada exception catchpoints
4367 are implemented.
4368 (raise_sym_name, raise_unhandled_sym_name, raise_assert_sym_name)
4369 (__gnat_raise_nodefer_with_msg): Delete.
4370 (ada_unhandled_exception_name_addr_ftype): New type.
4371 (exception_support_info): New type.
4372 (ada_unhandled_exception_name_addr): Add forward declaration.
4373 (ada_unhandled_exception_name_addr_from_raise): Likewise.
4374 (default_exception_support_info): New constant.
4375 (exception_support_info_fallback): Likewise.
4376 (exception_info): New global variable.
4377 (ada_exception_support_info_sniffer): New function.
4378 (ada_executable_changed_observer): Likewise.
4379 (ada_unhandled_exception_name_addr_from_raise): Renamed from
4380 ada_unhandled_exception_name_addr.
4381 (ada_unhandled_exception_name_addr): Reimplement to match the
4382 latest Ada runtime implementation.
4383 (error_breakpoint_runtime_sym_not_found): Delete.
4384 (ada_exception_sym_name): Get the exception sym name from
4385 exception_info rather than hardcoding it.
4386 (ada_exception_sal): Add call to ada_exception_support_info_sniffer.
4387 Update error handling.
4388 * Makefile.in (ada-lang.o): Add dependency on observer.h.
4389
483367ee
DJ
43902007-03-29 Daniel Jacobowitz <dan@codesourcery.com>
4391
4392 * Makefile.in (coff_solib_h, coff-solib.o, i386v-nat.o, lynx-nat.o)
4393 (remote-st.o, uw-thread.o): Delete.
4394 (HFILES_NO_SRCDIR, ALLDEPFILES): Update.
4395 * configure.host: Move hppa*-*-hiux*, i[34567]86-ncr-*,
4396 i[34567]86-*-dgux*, i[34567]86-*-lynxos*, i[34567]86-*-sco3.2v5*,
4397 i[34567]86-*-sco3.2v4*, i[34567]86-*-sco*, i[34567]86-*-sysv4.2*,
4398 i[34567]86-*-sysv4*, i[34567]86-*-sysv5*, i[34567]86-*-unixware2*,
4399 i[34567]86-*-unixware*, i[34567]86-*-sysv*, i[34567]86-*-isc*, and
4400 rs6000-*-lynxos* to an obsoletion stanza.
4401 * configure.tgt: Move hppa*-*-hiux*, i[34567]86-ncr-*,
4402 i[34567]86-*-lynxos*, m68*-cisco*-*, m68*-tandem-*, m68*-*-os68k*,
4403 and rs6000-*-lynxos* to an obsoletion stanza. Do not mention
4404 i[34567]86-*-netware*.
4405 * NEWS: Mention deleted targets.
4406
4407 * coff-solib.c, coff-solib.h, i386v-nat.c, lynx-nat.c, remote-st.c,
4408 uw-thread.c, config/nm-lynx.h, config/i386/i386sco.mh,
4409 config/i386/i386sco4.mh, config/i386/i386sco5.mh, config/i386/i386v.mh,
4410 config/i386/i386v4.mh, config/i386/i386v42mp.mh,
4411 config/i386/ncr3000.mh, config/i386/ncr3000.mt,
4412 config/i386/nm-i386sco.h, config/i386/nm-i386sco4.h,
4413 config/i386/nm-i386sco5.h, config/i386/nm-i386v.h,
4414 config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h,
4415 config/m68k/cisco.mt, config/m68k/os68k.mt, config/m68k/st2000.mt,
4416 config/m68k/tm-cisco.h, config/m68k/tm-os68k.h,
4417 config/rs6000/rs6000lynx.mh, config/rs6000/rs6000lynx.mt,
4418 config/rs6000/tm-rs6000ly.h: Delete files.
4419
3adda9d8
DJ
44202007-03-29 Daniel Jacobowitz <dan@codesourcery.com>
4421
4422 * defs.h (deprecated_registers_changed_hook): Delete declaration.
4423 * interps.c (clear_interpreter_hooks): Do not clear
4424 deprecated_registers_changed_hook.
4425 * regcache.c (registers_changed): Do not call it.
4426 * top.c (deprecated_registers_changed_hook): Do not define it.
4427 * mi/mi-interp.c (mi_command_loop): Do not clear it.
4428 * tui/tui-hooks.c (tui_install_hooks): Do not install it.
4429 (tui_remove_hooks): Do not remove it.
4430 (tui_selected_frame_level_changed_hook): Check for negative level.
4431 Use get_selected_frame.
4432 (tui_registers_changed_hook): Deleted.
4433
bf362611
JB
44342007-03-29 Joel Brobecker <brobecker@adacore.com>
4435
4436 * stabsread.c (add_undefined_type): Add extra parameter.
4437 Now handles nameless types separately.
4438 (struct nat): New type.
4439 (noname_undefs, noname_undefs_allocated, noname_undefs_length):
4440 New static variables.
4441 (read_type): Update calls to add_undefined_type.
4442 (add_undefined_type_noname): New function.
4443 (add_undefined_type_1): Renames from add_undefined_type.
4444 (cleanup_undefined_types_noname): New function.
4445 (cleanup_undefined_types_1): Renames cleanup_undefined_types.
4446 (cleanup_undefined_types): New handles nameless types separately.
4447 (_initialize_stabsread): Initialize our new static constants.
4448
436868fb
DP
44492007-03-29 Denis Pilat <denis.pilat@st.com>
4450
4451 * configure.ac: Test for signal.h.
4452 * configure, config.in: Regenerate.
4453
aaf9e9fd
DP
44542007-03-29 Denis Pilat <denis.pilat@st.com>
4455
4456 * stack.c (print_stack_frame): Always use LOC_AND_ADDRESS in MI output.
4457 * infrun.c (normal_stop): Remove MI specific frame printing treatment.
4458
68070c10
PA
44592007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
4460
4461 * arm-wince-tdep.c: New.
4462 * config/arm/wince.mt (DEPRECATED_TM_FILE): Use tm-arm.h.
4463 (MT_CFLAGS): Delete.
4464 (TM_CLIBS): Delete.
4465 (TDEPFILES): Add arm-wince-tdep.o, corelow.o, solib.o,
4466 solib-legacy.o, solib-svr4.o, and remove wince.o.
4467 * configure.tgt (arm*-*-mingw32ce*): Add.
4468 * signals/signals.c [HAVE_SIGNAL_H]: Check.
4469 (do_target_signal_to_host): Silence 'not used' warning.
4470 * config/arm/tm-wince.h: Remove.
4471
74174d2e
UW
44722007-03-28 Ulrich Weigand <uweigand@de.ibm.com>
4473
4474 * arch-utils.c (legacy_pc_in_sigtramp): Remove.
4475 * arch-utils.h (legacy_pc_in_sigtramp): Remove.
4476
4477 * config/ia64/linux.mt (DEPRECATED_TM_FILE): Remove.
4478 * config/ia64/tm-linux.h: Remove file.
4479 * ia64-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp callback.
4480 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Use it instead of
4481 legacy_pc_in_sigtramp.
4482 (ia64_gdbarch_init): Initialize tdep->pc_in_sigtramp.
4483 * ia64-linux-tdep.c (ia64_linux_pc_in_sigtramp): Make static.
4484 Remove func_name argument.
4485 (ia64_linux_init_abi): Install it as tdep->pc_in_sigtramp.
4486
4487 * infrun.c (HAVE_STEPPABLE_WATCHPOINT): Do not redefine.
4488 * target.c (update_current_target): Add to_have_steppable_watchpoint.
4489 * target.h (struct target_ops): Add to_have_steppable_watchpoint.
4490 (HAVE_STEPPABLE_WATCHPOINT): Define.
4491
4492 * config/ia64/linux.mh (NATDEPFILES): Remove core-aout.o.
4493 * config/ia64/nm-linux.h (KERNEL_U_ADDR, U_REGS_OFFSET,
4494 CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER,
4495 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_STEPPABLE_WATCHPOINT,
4496 STOPPED_BY_WATCHPOINT, target_stopped_data_address,
4497 target_insert_watchpoint, target_remove_watchpoint): Remove.
4498 (FETCH_INFERIOR_REGISTERS): Define.
4499 * ia64-linux-nat.c (ia64_register_addr): Make static.
4500 (ia64_cannot_fetch_register, ia64_cannot_store_register): Likewise.
4501 (ia64_linux_insert_watchpoint): Make static. Remove ptid_p argument.
4502 (ia64_linux_remove_watchpoint): Likewise. Add type argument.
4503 (ia64_linux_stopped_data_address): Make static. Add target_ops.
4504 (ia64_linux_stopped_by_watchpoint): Make static.
4505 (ia64_linux_can_use_hw_breakpoint): New function.
4506 (ia64_linux_fetch_register, ia64_linux_fetch_registers): Likewise.
4507 (ia64_linux_store_register, ia64_linux_store_registers): Likewise.
4508 (_initialize_ia64_linux_nat): Install register and watchpoint ops.
4509
53c5240f
PA
45102007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
4511
4512 * linespec.c: Include language.h.
4513 (find_methods): Add language parameter. Call
4514 lookup_symbol_in_language. Pass language down.
4515 (add_matching_methods): Likewise. Call
4516 lookup_symbol_in_language.
4517 (add_constructors): Likewise.
4518 (find_method): Pass sym_class to collect_methods.
4519 (collect_methods): Add sym_class parameter. Pass language
4520 down.
4521 * symtab.c (lookup_symbol): Rename to ...
4522 (lookup_symbol_in_language): ... this. Add language
4523 parameter. Use passed language instead of current_language.
4524 (lookup_symbol): New as wrapper around
4525 lookup_symbol_in_language.
4526 (lookup_symbol_aux): Add language parameter. Use passed
4527 language instead of current_language.
4528 (search_symbols): Indent.
4529 * symtab.h (enum language): Forward declare.
4530 (lookup_symbol_in_language): Declare.
4531 (lookup_symbol): Update description.
4532 * ada-lang.h (lookup_symbol_in_language): Remove declaration.
4533 * ada-lang.c (restore_language): Remove.
4534 (lookup_symbol_in_language): Remove.
4535
8671a17b
PA
45362007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
4537
4538 * breakpoint.c (bpstat_num): Add int *num parameter.
4539 * breakpoint.h (bpstat_num): Likewise.
4540 * infcmd.c (continue_command): Adjust to new bpstat_num
4541 interface.
4542 (program_info): Likewise.
4543
214197f9
UW
45442007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
4545
4546 * config/sh/tm-sh.h: Remove file.
4547 * config/sh/embed.mt (DEPRECATED_TM_FILE): Remove.
4548 * config/sh/linux.mt (DEPRECATED_TM_FILE): Remove.
4549 * config/sh/nbsd.mt (DEPRECATED_TM_FILE): Remove.
4550 * config/sh/tm-wince.h: Do not include "sh/tm-sh.h".
4551
bac718a6
UW
45522007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
4553
4554 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT,
4555 DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Remove.
4556 * remote.c: Remove code under #ifdef DEPRECATED_REMOTE_BREAKPOINT,
4557 DEPRECATED_BIG_REMOTE_BREAKPOINT, DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
4558 * sh-tdep.c (sh_breakpoint_from_pc): Return remote breakpoint
4559 sequence if target_shortname is "remote".
4560
de6a76fd
DJ
45612007-03-27 Anton Blanchard <anton@samba.org>
4562
4563 * rs6000-tdep.c (rs6000_frame_cache): Use tdep->lr_frame_offset
4564 instead of wordsize when looking for the LR in a stack frame.
4565
4fc771b8
DJ
45662007-03-27 Andreas Schwab <schwab@suse.de>
4567 Daniel Jacobowitz <dan@codesourcery.com>
4568
4569 * dwarf2-frame.c (dwarf2_frame_eh_frame_regnum): Rename to...
4570 (dwarf2_frame_adjust_regnum): ...this. Make static. Add eh_frame_p
4571 argument. Update all callers.
4572 (struct dwarf2_frame_ops): Replace eh_frame_regnum with adjust_regnum.
4573 (dwarf2_frame_set_eh_frame_regnum): Rename to...
4574 (dwarf2_frame_set_adjust_regnum): ...this. Update argument type.
4575 * dwarf2frame.h (dwarf2_frame_set_eh_frame_regnum): Rename to...
4576 (dwarf2_frame_set_adjust_regnum): ...this.
4577 (dwarf2_frame_eh_frame_regnum): Delete prototype.
4578 * rs6000-tdep.c: Include "dwarf2-frame.h".
4579 (rs6000_adjust_frame_regnum): Define.
4580 (rs6000_gdbarch_init): Enable use of DWARF CFI frame unwinder.
4581 Register rs6000_adjust_frame_regnum.
4582
4583 * Makefile.in (rs6000-tdep.o): Update dependencies.
4584
9453113a
DJ
45852007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4586
4587 * Makefile.in: Add support for a "pdf" target.
4588
d2449ee8
DJ
45892007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
4590
4591 * amd64-tdep.c (amd64_init_frame_cache): New function.
4592 (amd64_alloc_frame_cache, amd64_skip_prologue): Use it.
4593
a72d8a8e
MR
45942007-03-26 Nigel Stephens <nigel@mips.com>
4595 Maciej W. Rozycki <macro@mips.com>
4596
4597 * ui-out.c (ui_out_field_core_addr): Truncate address to
4598 TARGET_ADDR_BIT size before printing.
4599
5200c3f3 46002007-03-22 Nigel Stephens <nigel@mips.com>
a72d8a8e 4601 Maciej W. Rozycki <macro@mips.com>
5200c3f3
L
4602
4603 * remote-mips.c (mips_xfer_memory): Update prototype.
4604
16708cba
JB
46052007-03-22 Joel Brobecker <brobecker@adacore.com>
4606
4607 * symfile.h: #include "symtab.h"
4608
0fe514e3
DP
46092007-03-22 Denis Pilat <denis.pilat@st.com>
4610
4611 * utils.c (pagination_on_command, pagination_off_command):
4612 Remove useless prototypes.
4613
4a52dc15
PM
46142007-03-21 Pierre Muller <muller@ics.u-strasbg.fr>
4615
4616 Fix PR pascal/2232.
4617 * p-valprint.c (pascal_object_print_value): Use type_name_no_tag
4618 instead of TYPE_NAME for object base class name.
4619
4620
1c86fa97
KB
46212007-03-19 Kevin Buettner <kevinb@redhat.com>
4622
4623 * mep-tdep.c (mep_analyze_frame_prologue, mep_frame_this_id):
4624 Specify frame type in calls to frame_func_unwind().
4625
4e463ff5
DJ
46262007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
4627
4628 * rs6000-tdep.c (rs6000_skip_prologue): Use skip_prologue_using_sal.
4629 (rs6000_in_function_epilogue_p): Use extract_unsigned_integer.
4630 (refine_prologue_limit): Delete.
4631 (skip_prologue): Don't call it. Use extract_unsigned_integer.
4632 Assume lim_pc is set. Correct check for incomplete prologues.
4633 Do not skip clobbers of the frame pointer.
4634 * symtab.c (skip_prologue_using_sal): Fail if there is only one
4635 sal.
4636
348473d5
NF
46372007-03-13 Nathan Froyd <froydnj@codesourcery.com>
4638
4639 * frame.c (frame_pop): Check to see whether there's a frame to
4640 which we can pop first.
4641
a2f9cf0d
NF
46422007-03-13 Nathan Froyd <froydnj@codesourcery.com>
4643
4644 * MAINTAINERS (Write After Approval): Add myself.
4645
569631c6
UW
46462007-03-09 Markus Deuling <deuling@de.ibm.com>
4647
4648 * infrun.c (breakpoints_failed): Remove unnecessary variable.
4649 (handle_inferior_event): Remove unnecessary braces.
4650 * breakpoint.c (bpstat_what): Remove wrong comment.
4651
fe5febed
UW
46522007-03-09 Ulrich Weigand <uweigand@de.ibm.com>
4653
4654 * spu-tdep.c (spu_in_function_epilogue_p): New function.
4655 (spu_gdbarch_init): Install it.
4656
9dea8ca2
UW
46572007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
4658
4659 * spu-linux-nat.c (spu_xfer_partial): Return -1 for unsupported
4660 object types, not 0.
4661
7b3dc0b7
UW
46622007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
4663
4664 * spu-tdep.c (spu_frame_align): New function.
4665 (spu_gdbarch_init): Install it. Set call dummy location to ON_STACK.
4666
118dfbaf
UW
46672007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
4668
4669 * spu-tdep.c (spu_unwind_pc): Mask off interrupt enable bit.
4670 (spu_software_single_step): Likewise.
4671 (spu_read_pc, spu_write_pc): New functions.
4672 (spu_gdbarch_init): Install them.
4673
29e4017d
UW
46742007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
4675
4676 * cli/cli-dump.c (struct callback_data): load_offset needs to
4677 have signed long type.
4678
6de5b849
JB
46792007-03-07 Joel Brobecker <brobecker@adacore.com>
4680
4681 * mips-tdep.c (mips_insn16_frame_cache, mips_insn32_frame_sniffer):
4682 Revert the previous change that had some unexpected side-effects
4683 on mips32.
4684 (mips_insn16_frame_cache, mips_insn32_frame_cache): Use the proper
4685 function to get the address of the calling instruction.
4686
7490ba4f
DP
46872007-03-07 Denis Pilat <denis.pilat@st.com>
4688
4689 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Replace
4690 get_selected_frame by deprecated_safe_get_selected_frame.
4691
861fb77c
MK
46922007-03-02 Mark Kettenis <kettenis@gnu.org>
4693
4694 * shnbsd-tdep.c: Include "regset.h", "gdb_assert.h" and
4695 "gdb_string.h". Don't include "nbsd-tdep.h".
4696 (SIZEOF_STRUCT_REG): Remove.
4697 (SHNBSD_SIZEOF_GREGS): New.
4698 (shnbsd_supply_gregset, shnbsd_collect_gregset)
4699 (shnbsd_regset_from_core_section): New functions.
4700 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
4701 (shnbsd_supply_reg, shnbsd_fill_reg): Simply call
4702 shnbsd_supply_gregset, shnbsd_collect_gregset.
4703 (shnbsd_gregset): New variable.
4704 (shnbsd_init_abi): Set regset_from_core_section.
4705 (GDB_OSABI_NETBSD_CORE): New define.
4706 (shnbsd_core_osabi_sniffer): New function.
4707 (_initialize_shnbsd_tdep): Register shnbsd_core_osabi_sniffer.
4708 * Makefile.in (shnbsd-tdep.o): Update dependencies.
4709 * config/sh/nbsd.mt (TDEPFILES): Add corelow.o, remove
4710 nbsd-tdep.o.
4711 * config/sh/obsd.mt (TDEPFILES): Remove nbsd-tdep.o.
4712
787cbe14
JB
47132007-02-28 Joel Brobecker <brobecker@adacore.com>
4714
4715 * gdbtypes.c (replace_type): Fix typo that caused us to not update
4716 length of the types referenced by the new type CV ring.
4717
35f196d9
DJ
47182007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4719
4720 * frame.c (frame_pop, frame_observer_target_changed): Call
4721 reinit_frame_cache.
4722 (flush_cached_frames): Rename to reinit_frame_cache and delete
4723 old implementation.
4724 * frame.h (flush_cached_frames): Delete prototype and update comment.
4725
4726 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): Call
4727 reinit_frame_cache instead of flush_cached_frames. Do not call
4728 select_frame after reinit_frame_cache.
4729 * corelow.c (core_open): Likewise.
4730 * gdbarch.sh (deprecated_current_gdbarch_select_hack): Likewise.
4731 * infrun.c (prepare_to_proceed, context_switch)
4732 (handle_inferior_event): Likewise.
4733 * linux-fork.c (fork_load_infrun_state): Likewise.
4734 * ocd.c (ocd_start_remote): Likewise.
4735 * remote-e7000.c (e7000_start_remote): Likewise.
4736 * remote-mips.c (device): Likewise.
4737 * thread.c (switch_to_thread): Likewise.
4738 * tracepoint.c (finish_tfind_command): Likewise.
4739 * gdbarch.c: Regenerated.
4740
c26f2453
JB
47412007-02-28 Jerome Guitton <guitton@adacore.com>
4742 Joel Brobecker <brobecker@adacore.com>
4743
4744 * gdbtypes.c (check_typedef): Do not replace stub type if
4745 the resolved type is not defined in the same objfile.
4746
7d900f1a
DJ
47472007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4748
4749 * top.c (gdb_readline_wrapper_cleanup): Remove invalid assertion.
4750
76038652 47512007-02-28 Joel Brobecker <brobecker@adacore.com>
52eea4ce
JB
4752
4753 * stabsread.c (define_symbol): Create an associated STRUCT_DOMAIN
4754 symbol for Ada units when the symbol is defined using 't' rather
4755 than 'Tt' as symbol descriptor.
4756
d74fb156 47572007-02-28 Ulrich Weigand <uweigand@de.ibm.com>
1344afe0
UW
4758
4759 * config/mips/tm-nbsd.h: Delete file.
4760 * config/mips/nbsd.mt (DEPRECATED_TM_FILE): Remove.
4761 * config/sh/tm-nbsd.h: Delete file.
4762 * config/sh/nbsd.mt (DEPRECATED_TM_FILE): Set to tm-sh.h.
4763
f8d225db
JB
47642007-02-28 Joel Brobecker <brobecker@adacore.com>
4765
4766 * mi/mi-cmd-var.c (varobj_update_one): Remove reference to
4767 unused WRONG_PARAM value since it was recently deleted.
4768
1bbfb19a
NR
47692007-02-28 Vladimir Prus <vladimir@codesourcery.com>
4770
4771 * varobj.c (varobj_update): Free temporary vectors.
4772
6f7f3f0d
UW
47732007-02-28 Ulrich Weigand <uweigand@de.ibm.com>
4774
4775 * config/powerpc/linux.mt (DEPRECATED_TM_FILE): Set to tm-ppc-eabi.h.
4776 * config/powerpc/tm-linux.h: Delete file.
4777 * config/powerpc/tm-ppc-eabi.h: Do not include "rs6000/tm-rs6000.h".
4778 (PROCESS_LINENUMBER_HOOK): Do not undefine.
4779 (TEXT_SEGMENT_BASE): Do not redefine.
4780 * config/rs6000/nm-rs6000.h (CHILD_SPECIAL_WAITSTATUS): Move here
4781 from config/rs6000/tm-rs6000.h.
4782 (TARGET_CREATE_INFERIOR_HOOK, rs6000_create_inferior): Likewise.
4783 * config/rs6000/tm-rs6000.h (struct frame_info): Remove declaration.
4784 (TEXT_SEGMENT_BASE): Remove.
4785 (IN_SOLIB_RETURN_TRAMPOLINE): Remove.
4786 (rs6000_in_solib_return_trampoline): Remove.
4787 (SKIP_TRAMPOLINE_CODE): Remove.
4788 (rs6000_skip_trampoline_code): Remove.
4789 (CHILD_SPECIAL_WAITSTATUS): Move to config/rs6000/nm-rs6000.h.
4790 (TARGET_CREATE_INFERIOR_HOOK, rs6000_create_inferior): Likewise.
4791 (FP0_REGNUM): Remove.
4792 (rs6000_find_toc_address_hook): Move to rs6000-tdep.h.
4793 (rs6000_set_host_arch_hook): Remove.
4794 * Makefile.in (rs6000-nat.o): Add dependency on $(rs6000_tdep_h).
4795 (rs6000-aix-tdep.o): Add dependency on $(ppc_tdep_h).
4796 * ppc-tdep.h (struct gdbarch_tdep): Add field text_segment_base.
4797 * rs6000-aix-tdep.c: Include "ppc-tdep.h".
4798 (rs6000_aix_init_osabi): Set text_segment_base tdep field.
4799 * rs6000-nat.c: Include "rs6000-tdep.h".
4800 (exec_one_dummy_insn): Replace TEXT_SEGMENT_BASE by tdep field.
4801 (set_host_arch): Rename to ...
4802 (rs6000_create_inferior): ... this. Make public.
4803 (_initialize_core_rs6000): Do not set rs6000_set_host_arch_hook.
4804 * rs6000-tdep.c (rs6000_set_host_arch_hook): Remove.
4805 (rs6000_create_inferior): Remove.
4806 (branch_dest): Replace TEXT_SEGMENT_BASE by tdep field.
4807 (rs6000_gdbarch_init): Call set_gdbarch_fp0_regnum,
4808 set_gdbarch_in_solib_return_trampoline, and
4809 set_gdbarch_skip_trampoline_code.
4810 * rs6000-tdep.h (rs6000_find_toc_address_hook): Move here
4811 from config/rs6000/tm-rs6000.h.
4812
63050a44 48132007-02-27 Joel Brobecker <brobecker@adacore.com>
05279ca0
JB
4814
4815 * buildsym.c (record_producer): Do nothing if no producer is provided.
4816
63050a44 48172007-02-27 Nick Roberts <nickrob@snap.net.nz>
e0b75a46
NR
4818
4819 * varobj.c (varobj_update): Remove unused local. Use gdb_assert
4820 to check changelist is non-NULL. Call error if the frontend tries
4821 to update a non-root variable.
4822
4823 * varobj.h (enum varobj_update_error): Delete WRONG_PARAM value.
4824
93d42b30
DJ
48252007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4826
4827 * dwarf2-frame.c (dwarf2_frame_cache, dwarf2_frame_this_id)
4828 (dwarf2_frame_sniffer): Update.
4829 (dwarf2_signal_frame_this_id): New function.
4830 (dwarf2_signal_frame_unwind): Use it.
4831 (dwarf2_frame_base_sniffer): Use frame_unwind_address_in_block.
4832 * frame.c (frame_func_unwind): Add this_type argument.
4833 (get_frame_func): Update.
4834 (frame_unwind_address_in_block): Add this_type argument and check it.
4835 Fix a typo.
4836 (get_frame_address_in_block): Update.
4837 * frame.h (enum frame_type): Move higher in the file.
4838 (frame_unwind_address_in_block, frame_func_unwind): Add enum frame_type
4839 argument.
4840
4841 * alpha-mdebug-tdep.c, alpha-tdep.c, amd64-tdep.c, amd64obsd-tdep.c,
4842 arm-tdep.c, avr-tdep.c, cris-tdep.c, frv-tdep.c, h8300-tdep.c,
4843 hppa-tdep.c, i386-tdep.c, i386obsd-tdep.c, ia64-tdep.c,
4844 libunwind-frame.c, m32c-tdep.c, m32r-linux-tdep.c, m32r-tdep.c,
4845 m68hc11-tdep.c, m68k-tdep.c, m88k-tdep.c, mips-mdebug-tdep.c,
4846 mips-tdep.c, mn10300-tdep.c, mt-tdep.c, rs6000-tdep.c, s390-tdep.c,
4847 score-tdep.c, sh-tdep.c, sh64-tdep.c, sparc-tdep.c,
4848 sparc64obsd-tdep.c, spu-tdep.c, v850-tdep.c, vax-tdep.c,
4849 xstormy16-tdep.c, xtensa-tdep.c: Update calls to
4850 frame_func_unwind and frame_unwind_address_in_block to specify
4851 the frame type. Use frame_unwind_address_in_block instead of
4852 frame_pc_unwind in sniffers.
4853
206415a3
DJ
48542007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4855
4856 * frame.c (deprecated_selected_frame): Rename to...
4857 (selected_frame): ...this. Make static.
4858 (get_selected_frame, select_frame): Update.
4859 * frame.h (deprected_select_frame): Delete.
4860 (deprecated_safe_get_selected_frame): Update comments.
4861
4862 * breakpoint.c, cli/cli-cmds.c, f-valprint.c, infcmd.c, inflow.c,
4863 infrun.c, stack.c, tui/tui-disasm.c, tui/tui-source.c,
4864 tui/tui-winsource.c, valops.c, varobj.c, findvar.c, macroscope.c,
4865 parse.c, regcache.h, sh64-tdep.c, tui/tui-hooks.c, tui/tui-win.c,
4866 tui/tui.c: Replace references to deprecated_selected_frame.
4867
7313566f
FF
48682007-02-27 Fred Fish <fnf@specifix.com>
4869
4870 * rs6000-tdep.c (skip_prologue): Recognize addi instructions that
4871 directly decrement the stack pointer, accumulate their operand into
4872 the stack offset, and mark the function as not being frameless.
4873
b6d373df
DJ
48742007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4875
4876 * arch-utils.c (selected_byte_order): New.
4877 * arch-utils.h (selected_byte_order): New prototype.
4878 * remote-sim.c (gdbsim_open): Use selected_byte_order.
4879
2711e456
DJ
48802007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4881
4882 * symfile.c (place_section): Check SEC_ALLOC. Do not check VMA.
4883 (default_symfile_offsets): Check VMA here. Update section VMAs.
4884
baef701f
DJ
48852007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4886
4887 * remote.c (init_remote_state): Add special handling for placeholder
4888 registers.
4889
05a4558a
DJ
48902007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4891
4892 * Makefile.in (XMLFILES): Include $(TDEP_XML).
4893 (filenames_h): New variable.
4894 (clean): Clean up xml-builtin.c and stamp-xml.
4895 (arm-linux-nat.o): Update.
4896 * config/arm/linux.mh (TDEP_XML): Define.
4897 * arm-linux-nat.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
4898 (arm_linux_has_wmmx_registers): New.
4899 (GET_THREAD_ID): Fix typo.
4900 (IWMMXT_REGS_SIZE): Define.
4901 (fetch_wmmx_regs, store_wmmx_regs): New.
4902 (arm_linux_fetch_inferior_registers): Use fetch_wmmx_regs.
4903 (arm_linux_store_inferior_registers): Use store_wmmx_regs.
4904 (super_xfer_partial, arm_linux_xfer_partial): New.
4905 (_initialize_arm_linux_nat): Use them.
4906 * xml-support.c (fetch_xml_builtin): Move outside HAVE_LIBEXPAT.
4907 (xml_builtin_xfer_partial): New function.
4908 * xml-support.h (xml_builtin_xfer_partial): New prototype.
4909 * NEWS: Update mention of iWMMXt support.
4910
ff6f572f
DJ
49112007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4912
4913 * arm-tdep.c (arm_scan_prologue): Do not record FPA register saves
4914 if there are no FPA registers.
4915 (arm_dwarf_reg_to_regnum): New function.
4916 (arm_register_type, arm_register_name): Return minimal values for
4917 unsupported registers.
4918 (arm_register_sim_regno): Handle iWMMXt registers.
4919 (arm_gdbarch_init): Record missing FPA registers if indicated by
4920 a target description. Recognize iWMMXt registers. Only register
4921 "info float" for FPA. Use ARM_NUM_REGS. Register
4922 arm_dwarf_reg_to_regnum.
4923 * arm-tdep.h (enum gdb_regnum): Add ARM_NUM_REGS and iWMMXt
4924 constants.
4925 (struct gdbarch_tdep): Add have_fpa_registers.
4926 * features/xscale-iwmmxt.xml: Update capitalization.
4927 * regformats/arm-with-iwmmxt.dat: Regenerated.
4928
c077150c
KB
49292007-02-24 Kevin Buettner <kevinb@redhat.com>
4930
4931 * NEWS (New targets): Add entry for the Toshiba Media Processor.
4932
01c996c1
KB
49332007-02-23 Kevin Buettner <kevinb@redhat.com>
4934
4935 * MAINTAINERS (mep): New target.
4936
aeb43123
KB
49372007-02-23 Kevin Buettner <kevinb@redhat.com>
4938
4939 From Jim Blandy, Dave Brolley, Kevin Buettner, Don Howard, and
4940 Richard Sandiford:
4941 * Makefile.in (elf_mep_h, mep_desc_h, mep_opc_h): New variables.
4942 (mep-tdep.o): New rule.
4943 * configure.tgt (mep-*-*): New target.
4944 * mep-tdep.c: New file.
4945 * config/mep/mep.mt: New file.
4946
115d86cf
UW
49472007-02-22 Markus Deuling <deuling@de.ibm.com>
4948
4949 * infrun.c (inferior_stop_reason, print_stop_reason): Remove
4950 BREAKPOINT_HIT and STOP_UNKNOWN.
4951
fef862e5
UW
49522007-02-22 Markus Deuling <deuling@de.ibm.com>
4953
4954 * valops.c (value_ind): Fix unary * handling of TYPE_CODE_INT.
4955
9a7d5afb
JB
49562007-02-20 Joel Brobecker <brobecker@adacore.com>
4957
4958 * gdb_expat.h (XMLCALL): Define if not already defined.
4959
81de920d
AS
49602007-02-20 Andreas Schwab <schwab@suse.de>
4961
4962 * Makefile.in (symfile.o): Update dependencies.
4963
cb5c8c39
DJ
49642007-02-20 Daniel Jacobowitz <dan@codesourcery.com>
4965
4966 * MAINTAINERS: Disable -Werror for cris simulator. Build
4967 sparc64-solaris2.10 instead of the broken sparc-elf.
4968 * solib-frv.c: Include "solib.h".
4969 * Makefile.in (solib-frv.o): Update.
4970 * mt-tdep.c (mt_gdbarch_init): Correct typo in floatformats patch.
4971 * xtensa-tdep.c (xtensa_regset_from_core_section): Cast size_t to int.
4972 (xtensa_frame_this_id, xtensa_frame_prev_register)
4973 (xtensa_push_dummy_call): Use %p.
4974
e6bb342a
DJ
49752007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4976
4977 * avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
4978 ia64-tdep.c, m68k-tdep.c, mips-linux-tdep.c, ppcobsd-tdep.c,
4979 sparc-linux-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
4980 * Makefile.in (avr-tdep.o, hppabsd-tdep.o, hppa-tdep.o, i386-tdep.o)
4981 (ia64-tdep.o, m68k-tdep.o, mips-linux-tdep.o, ppcobsd-tdep.o)
4982 (sparc-linux-tdep.o): Update.
4983
ff7a4c00
MG
49842007-02-15 Maxim Grigoriev <maxim2405@gmail.com>
4985
4986 * xtensa-tdep.h (xtensa_reg_mask_t): New.
4987 (xtensa_mask_t): Change mask field to be a separate array.
4988 * xtensa-tdep.c (extract_call_winsize, xtensa_pseudo_register_read)
4989 (xtensa_pseudo_register_write, xtensa_unwind_pc)
4990 (xtensa_unwind_dummy_id, xtensa_push_dummy_call)
4991 (xtensa_breakpoint_from_pc): Remove implicit type casting.
4992 * xtensa-config.c (mask0, mask1, mask2, mask3, mask4, mask5)
4993 (mask6, mask7, mask8, mask9, mask10, mask11, mask12, mask13)
4994 (mask14, mask15): Rename to
4995 (xtensa_mask0, xtensa_mask1, xtensa_mask2, xtensa_mask3)
4996 (xtensa_mask4, xtensa_mask5, xtensa_mask6, xtensa_mask7)
4997 (xtensa_mask8, xtensa_mask9, xtensa_mask10, xtensa_mask11)
4998 (xtensa_mask12, xtensa_mask13, xtensa_mask14, xtensa_mask15): this.
4999 (xtensa_submask0, xtensa_submask1, xtensa_submask2, xtensa_submask3)
5000 (xtensa_submask4, xtensa_submask5, xtensa_submask6, xtensa_submask7)
5001 (xtensa_submask8, xtensa_submask9, xtensa_submask10)
5002 (xtensa_submask11, xtensa_submask12, xtensa_submask13)
5003 (xtensa_submask14, xtensa_submask15): New.
5004 (rmap): Follow strict aliasing rules doing static initialization.
5005
d9cc5895
DJ
50062007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
5007
5008 * target-descriptions.c (tdesc_named_type): Move code_ptr and data_ptr
5009 handling from here...
5010 (tdesc_register_type): ...to here.
5011 * xml-tdesc.c (tdesc_start_reg): Allow code_ptr and data_ptr.
5012 * features/arm-core.xml: Use code_ptr and data_ptr.
5013
8756216b
DP
50142007-02-13 Denis Pilat <denis.pilat@st.com>
5015
5016 * varobj.h (enum varobj_update_error): New enum.
5017 * varobj.c (struct varobj_root): Add is_valid member.
5018 (varobj_get_type): Check for invalid varobj.
5019 (varobj_get_attributes): Likewise.
5020 (variable_editable):Likewise.
5021 (varobj_update): Likewise. Use varobj_update_error.
5022 (new_root_variable): Set root varobj as valid by default.
5023 (varobj_invalidate): New function.
5024 * symfile.c (clear_symtab_users): Use varobj_invalidate.
5025 * mi/mi-cmd-var.c (varobj_update_one): Change return type to void.
5026 Use varobj_update_error.
5027
fe8e67fd
PM
50282007-02-12 Pierre Muller <muller@ics.u-strasbg.fr>
5029
5030 Fix PR pascal/2223.
5031 * dwarfread.c (set_cu_language): Recognize DW_LANG_Pascal83 as
5032 Pascal language marker.
5033 * dwarf2read.c (set_cu_language): Likewise.
5034
c44537cf
CV
50352007-02-12 Corinna Vinschen <vinschen@redhat.com>
5036
5037 * win32-nat.c (win32_wait): Reset terminal pgrp to GDB.
5038 (do_initial_win32_stuff): Call terminal_init_inferior_with_pgrp
5039 instead of target_terminal_init since inferior_ptid isn't set yet.
5040
20dad8ea
PA
50412007-02-10 Pedro Alves <pedro_alves@portugalmail.pt>
5042
5043 * MAINTAINERS (Write After Approval): Add myself.
5044
4ac94eda
FF
50452007-02-09 Fred Fish <fnf@specifix.com>
5046
5047 Based on work by Apple Computer, Inc.
5048 * event-top.c (async_request_quit): Call quit() whenever either
5049 quit_flag is set or immediate_quit is set.
5050
b260b6c1
GDR
50512007-02-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
5052
5053 * ada-lang.c (remove_out_of_scope_renamings): Change third parameter's
5054 type to a pointer to const struct block.
5055 (ada_lookup_symbol_list): Don't cast away constness when calling
5056 remove_out_of_scope_renamings.
5057
50582007-02-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
5059
5060 * linux-nat.c (linux_nat_find_memory_regions): Don't check the
5061 address of 'filename'; it is always non null.
5062
0f5d55d8
JB
50632007-02-09 Joel Brobecker <brobecker@adacore.com>
5064
5065 * exec.c (add_to_section_table): Do not discard empty sections.
5066
fb1e4ffc
DJ
50672007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5068
5069 * features/Makefile, features/arm-with-iwmmxt.xml,
5070 features/gdbserver-regs.xsl, features/number-regs.xsl,
5071 features/sort-regs.xsl, features/xscale-iwmmxt.xml: New files.
5072 * regformats/arm-with-iwmmxt.dat: Generate.
5073 * NEWS: Mention iWMMXt.
5074
123dc839
DJ
50752007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5076
5077 * Makefile.in (arm-tdep.o, eval.o, target-descriptions.o)
5078 (xml-tdesc.o): Update.
5079 * xml-support.c: Add a comment.
5080 (gdb_xml_enums_boolean): New variable.
5081 (gdb_xml_parse_attr_enum): Use strcasecmp.
5082 * xml-support.h (gdb_xml_enums_boolean): Declare.
5083 * xml-tdesc.c (struct tdesc_parsing_data): Record current_feature,
5084 next_regnum, and current_union.
5085 (tdesc_start_feature, tdesc_start_reg, tdesc_start_union)
5086 (tdesc_end_union, tdesc_start_field, tdesc_start_vector)
5087 (field_attributes, union_children, reg_attributes, union_attributes)
5088 (vector_attributes, feature_attributes, feature_children): New.
5089 (target_children): Make static. Add <feature>.
5090 (tdesc_elements): Make static.
5091 * target-descriptions.c (struct tdesc_reg, tdesc_reg_p, type_p)
5092 (struct tdesc_feature, tdesc_feature_p): New types.
5093 (struct target_desc): Add features member.
5094 (struct tdesc_arch_data, tdesc_data): New.
5095 (target_find_description): Clarify error message. Warn about
5096 ignored register descriptions.
5097 (tdesc_has_registers, tdesc_find_feature, tdesc_feature_name)
5098 (tdesc_named_type, tdesc_data_init, tdesc_data_alloc)
5099 (tdesc_data_cleanup, tdesc_numbered_register)
5100 (tdesc_numbered_register_choices, tdesc_find_register)
5101 (tdesc_register_name, tdesc_register_type)
5102 (tdesc_remote_register_number, tdesc_register_reggroup_p)
5103 (set_tdesc_pseudo_register_name, set_tdesc_pseudo_register_type)
5104 (set_tdesc_pseudo_register_reggroup_p, tdesc_use_registers)
5105 (tdesc_free_reg, tdesc_create_reg, tdesc_free_feature)
5106 (tdesc_create_feature, tdesc_record_type): New.
5107 (free_target_description): Free features.
5108 (_initialize_target_descriptions): Initialize tdesc_data.
5109 * arch-utils.c (default_remote_register_number): New.
5110 * arch-utils.h (default_remote_register_number): New prototype.
5111 * target-descriptions.h (set_tdesc_pseudo_register_name)
5112 (set_tdesc_pseudo_register_type, set_tdesc_pseudo_register_reggroup_p)
5113 (tdesc_use_registers, tdesc_data_alloc, tdesc_data_cleanup)
5114 (tdesc_numbered_register, tdesc_numbered_register_choices)
5115 (tdesc_has_registers, tdesc_find_feature, tdesc_feature_name)
5116 (tdesc_named_type, tdesc_create_feature, tdesc_record_type)
5117 (tdesc_create_reg): Declare.
5118 * gdbarch.sh (remote_register_number): New entry.
5119 * gdbarch.c, gdbarch.h: Regenerate.
5120 * remote.c (init_remote_state): Use gdbarch_remote_register_number.
5121 * features/gdb-target.dtd: Add feature, reg, vector, union, and field.
5122
5123 * arm-tdep.c (arm_register_aliases): New.
5124 (arm_register_name_strings): Rename to...
5125 (arm_register_names): ...this. Make const. Delete the old version.
5126 (current_option, arm_register_byte): Delete.
5127 (set_disassembly_style): Simplify. Do not adjust arm_register_names.
5128 (value_of_arm_user_reg): New.
5129 (arm_gdbarch_init): Verify any described registers. Call
5130 tdesc_use_registers. Don't use arm_register_byte. Create aliases
5131 for standard register names.
5132 (_initialize_arm_tdep): Do not adjust arm_register_names.
5133 * user-regs.c (struct user_reg): Add baton member.
5134 (append_user_reg, user_reg_add_builtin, user_regs_init)
5135 (user_reg_add, value_of_user_reg): Use a baton for user
5136 register functions.
5137 * std-regs.c: Update.
5138 * user-regs.h (user_reg_read_ftype, user_reg_add_builtin)
5139 (user_reg_add): Add baton argument.
5140 * NEWS: Mention target description register support.
5141 * features/arm-core.xml, features/arm-fpa.xml: New.
5142 * eval.c (evaluate_subexp_standard): Allow ptype $register
5143 when the program is not running.
5144
87604222
NR
51452007-02-09 Nick Roberts <nickrob@snap.net.nz>
5146
5147 * mi/mi-cmd-var.c (mi_cmd_var_create): Add value field.
5148
ee4f0f76
DJ
51492007-02-08 Thiago Jung Bauermann <bauerman@br.ibm.com>
5150
5151 * rs6000-tdep.c (gdb_print_insn_powerpc): Set
5152 info->disassembler_options to "any".
5153
7af9851d
DJ
51542007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5155
5156 * varobj.c (install_new_value): Only call value_get_print_value
5157 if changeable.
5158
8944021f
DJ
51592007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5160
5161 Reported by timeless@gmail.com:
5162 * gdb/target.c (target_flash_erase): Do not return void value.
5163 (target_flash_done): Likewise.
5164 * gdb/cli/cli-cmds.c (source_command): Likewise.
5165
51662007-02-08 Fred Fish <fnf@specifix.com>
5f960e00 5167
4ac94eda 5168 Based on work by Apple Computer, Inc.
5f960e00
FF
5169 * event-top.c (handle_sigint): Set quit_flag.
5170 (async_request_quit): Don't set quit_flag. Avoid calling quit()
5171 if quit_flag has already been reset.
5172
4998c1df
DJ
51732007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5174
5175 * ser-mingw.c (pipe_windows_close): Move variable initialization back
5176 up.
5177
79da184e
FF
51782007-02-08 Fred Fish <fnf@specifix.com>
5179
5180 * defs.h (request_quit): Remove declaration.
5181 * utils.c (request_quit): Remove definition.
5182
3c77c82a
DJ
51832007-02-08 Joel Brobecker <brobecker@gnat.com>
5184 Jan Kratochvil <jan.kratochvil@redhat.com>
5185 Daniel Jacobowitz <dan@codesourcery.com>
5186
5187 * rs6000-tdep.c (bl_to_blrl_insn_p): New function.
5188 (skip_prologue): Allow bl->blrl used by PIC code.
5189
c1b6e682
DJ
51902007-02-08 Mark Kettenis <kettenis@gnu.org>
5191 Daniel Jacobowitz <dan@codesourcery.com>
5192
5193 * cp-valprint.c (cp_print_value_fields, cp_print_value): Always
5194 initialize tmp_obstack.
5195 * p-valprint.c (pascal_object_print_value_fields)
5196 (pascal_object_print_value): Likewise.
5197
fe5dedf4
DJ
51982007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5199
5200 * features/feature_to_c.sh: Use %s to avoid problems with nawk.
5201
3e461478
MK
52022007-02-08 Mark Kettenis <kettenis@gnu.org>
5203
5204 * sparcnbsd-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
5205 * Makefile.in (sparcnbsd-tdep.o): Update dependencies.
5206
fc6e0168
DJ
52072007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
5208
5209 * xml-tdesc.c (struct tdesc_xml_cache, tdesc_xml_cache_s)
5210 (xml_cache): New.
5211 (tdesc_parse_xml): Cache expanded descriptions.
5212
108546a0
DJ
52132007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
5214
5215 * Makefile.in (XMLFILES): New.
5216 (COMMON_OBS): Add xml-builtin.o.
5217 (xml-builtin.c, stamp-xml): New rules.
5218 (xml-tdesc.o): Update.
5219 * features/feature_to_c.sh: New file.
5220 * xml-support.c (MAX_XINCLUDE_DEPTH): Define.
5221 (struct gdb_xml_parser): Add dtd_name and is_xinclude.
5222 (gdb_xml_start_element): Initialize scope after possibly reallocating
5223 scopes. Move cleanup later. Handle the XInclude description
5224 specially.
5225 (gdb_xml_end_element): Only parse the body if there is a current element.
5226 Call XML_DefaultCurrent if there is no element.
5227 (gdb_xml_fetch_external_entity, gdb_xml_use_dtd): New.
5228 (struct xinclude_parsing_data, xinclude_start_include)
5229 (xinclude_end_include, xml_xinclude_default)
5230 (xml_xinclude_start_doctype, xml_xinclude_end_doctype)
5231 (xml_xinclude_xml_decl, xml_xinclude_cleanup, xinclude_attributes)
5232 (xinclude_elements, xml_process_xincludes, fetch_xml_builtin): New.
5233 * xml-support.h (xml_fetch_another, xml_process_xincludes)
5234 (fetch_xml_builtin, xml_builtin, gdb_xml_use_dtd): New declarations.
5235 * xml-tdesc.c (tdesc_parse_xml): Add fetcher_baton argument. Expand
5236 XInclude directives. Use the compiled in DTD.
5237 (fetch_xml_from_file): Add baton argument. Treat it as a containing
5238 directory name. Do not warn here.
5239 (file_read_description_xml): Update call. Warn here instead. Pass
5240 a dirname as baton.
5241 (fetch_available_features_from_target): New.
5242 (target_read_description_xml): Use it.
5243 * features/gdb-target.dtd: Add copyright notice. Use xinclude.dtd
5244 to handle XInclude.
5245 * features/xinclude.dtd: New file.
5246
b5057acd
DJ
52472007-02-05 Daniel Jacobowitz <dan@codesourcery.com>
5248
5249 * linux-thread-db.c (check_for_thread_db): Return early if we have
5250 no libthread_db support.
5251
6a089cf2
DJ
52522007-02-05 Daniel Jacobowitz <dan@codesourcery.com>
5253
5254 * mi/mi-parse.h: Include <sys/time.h>.
5255
9fbcbb40
NR
52562007-02-05 Nick Roberts <nickrob@snap.net.nz>
5257
5258 * mi/mi-cmd-stack.c (list_args_or_locals): Use common_val_print
5259 instead of print_variable_value to print values.
5260
b3d2152a
NR
52612007-02-03 Nick Roberts <nickrob@snap.net.nz>
5262
5263 * mi/mi-main.c: Numerous formatting changes.
5264 (mi_cmd_data_write_register_values): Replace clause inadvertantly
5265 removed in my previous change.
5266
79f0a97a
NR
52672007-02-03 Eli Zaretskii <eliz@gnu.org>
5268
5269 * mi/mi-main.c (mi_load_progress, timestamp, print_diff_now):
5270 Use 1000000L instead of 1000000.
5271
95a98c01 52722007-02-03 Nick Roberts <nickrob@snap.net.nz>
cd375699
NR
5273
5274 Based on work by Apple Computer, Inc.
5275
5276 * configure.ac: Test for sys/resource.h and getrusage.
5277 * configure, config.in: Regenerate.
5278
5279 * mi/mi-main.c: Include <sys/resource.h> if present.
5280 (rusage): Declare if HAVE_GETRUSAGE.
5281 (current_command_ts, do_timings): New static variables.
5282 (timestamp, print_diff_now, print_diff, timeval_diff):
5283 New static timing functions.
5284 (mi_cmd_enable_timings): New function for new MI command.
5285 (captured_mi_execute_command, mi_execute_async_cli_command):
5286 Call timing functions.
5287
5288 * mi/mi-cmds.c (mi_cmds): Add entry for new MI command
5289 -enable-timings.
5290
5291 * mi/mi-cmds.h (mi_cmd_enable_timings): New extern.
5292
5293 * mi/mi-parse.h: (mi_timestamp): New structure.
5294 (mi_parse): Add mi_timestamp* member.
5295
99b3d574
DP
52962007-02-02 Denis Pilat <denis.pilat@st.com>
5297
5298 * thread.c (make_cleanup_restore_current_thread): New function.
5299 (info_threads_command): Use of make_cleanup_restore_current_thread
5300 to restore the current thread and the selected frame.
5301 (restore_selected_frame): New function.
5302 (struct current_thread_cleanup): Add frame_id field.
5303 (do_restore_current_thread_cleanup): Add restoring of the selected
5304 frame.
5305 (make_cleanup_restore_current_thread): Likewise.
5306 (thread_apply_all_command): backup the selected frame while
5307 entering the function and restore it at exit.
5308 (thread_apply_command): Likewise.
5309
d3c598de
DP
53102007-02-02 Denis Pilat <denis.pilat@st.com>
5311
5312 * MAINTAINERS (Write After Approval): Add myself to the list.
5313
b69733ab 53142007-02-01 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3e41d55f
KI
5315
5316 * gdb/remote-m32r.sdi.c (m32r_fetch_register): Change PWD mask.
5317 (m32r_store_register): Ditto.
5318
b69733ab 53192007-01-30 Vladimir Prus <vladimir@codesourcery.com>
ef7723eb
VP
5320
5321 * ser-mingw.c (pipe_windows_open)
5322 (pipe_windows_read, pipe_windows_write): Declare
5323 variables at the top of the function.
5324
8da61cc4
DJ
53252007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5326
5327 * doublest.c (floatformat_from_length): Use the right element from
5328 gdbarch floatformats.
5329 (floatformat_from_type, extract_typed_floating)
5330 (store_typed_floating): Likewise.
5331 * doublest.h: Remove declarations for undefined floatformat arrays.
5332 * gdbarch.sh (float_format, double_format, long_double_format): Change
5333 to pairs.
5334 (pformat): Update for pairs.
5335 * gdbarch.c, gdbarch.h: Regenerated.
5336 * gdbtypes.c (floatformats_ieee_single, floatformats_ieee_double)
5337 (floatformats_ieee_double_littlebyte_bigword)
5338 (floatformats_i387_ext, floatformats_m68881_ext, floatformats_arm_ext)
5339 (floatformats_ia64_spill, floatformats_ia64_quad, floatformats_vax_f)
5340 (floatformats_vax_d): New variables.
5341 (builtin_type_ieee_single, builtin_type_ieee_double)
5342 (builtin_type_arm_ext, builtin_type_ia64_spill)
5343 (builtin_type_ia64_quad): Replace arrays with individual types.
5344 (builtin_type_ieee_single_big, builtin_type_ieee_single_little)
5345 (builtin_type_ieee_double_big, builtin_type_ieee_double_little)
5346 (builtin_type_ieee_double_littlebyte_bigword, builtin_type_i960_ext)
5347 (builtin_type_m88110_ext, builtin_type_m88110_harris_ext)
5348 (builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword)
5349 (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
5350 (builtin_type_ia64_quad_big, builtin_type_ia64_quad_little): Delete
5351 unused and endian-specific types.
5352 (recursive_dump_type): Update for floatformat pairs.
5353 (build_flt): Move higher. Handle bit == -1. Take a floatformat pair.
5354 (build_gdbtypes): Use build_flt.
5355 (_initialize_gdbtypes): Update set of initialized types.
5356 * gdbtypes.h: Update declarations to match gdbtypes.c.
5357 (struct main_type): Store a pointer to two floatformats.
5358 * arch-utils.c (default_float_format, default_double_format): Delete.
5359 * arch-utils.h (default_float_format, default_double_format): Delete.
5360
5361 * arm-tdep.c, avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
5362 ia64-tdep.c, iq2000-tdep.c, m68k-tdep.c, m88k-tdep.c,
5363 mips-linux-tdep.c, mips-tdep.c, mt-tdep.c, ppcobsd-tdep.c,
5364 sparc-linux-tdep.c, sparc-tdep.c, sparcnbsd-tdep.c, spu-tdep.c,
5365 vax-tdep.c, alpha-tdep.c, ppc-sysv-tdep.c: Update.
5366
87680a14
JB
53672007-01-29 Joel Brobecker <brobecker@adacore.com>
5368
5369 * target.c (maintenance_print_target_stack): New function.
5370 (initialize_targets): Add new "maintenance print target-stack"
5371 command.
5372
1c3d648d
MK
53732007-01-28 Mark Kettenis <kettenis@gnu.org>
5374
5375 * dwarf2read.c (new_symbol): Handle DW_AT_decl_file being zero.
5376
607269ae
DJ
53772007-01-27 Daniel Jacobowitz <dan@codesourcery.com>
5378
5379 * dwarf2loc.h (struct dwarf2_locexpr_baton): Change size to a long.
5380 (struct dwarf2_loclist_baton): Likewise.
5381
40c03ae8
EZ
53822007-01-27 Eli Zaretskii <eliz@gnu.org>
5383
5384 * cli/cli-script.c: Include breakpoint.h.
5385 (build_command_line): Require arguments only for if and while
5386 commands.
5387 (get_command_line, execute_user_command, execute_control_command):
5388 Fix wording of warning messages.
5389 (print_command_lines): Print breakpoint commands.
5390 (execute_control_command): Call commands_from_control_command to
5391 handle the `commands' command inside a body of a flow-control
5392 command.
5393 (read_next_line): Recognize the `commands' command and build a
5394 command line structure for it.
5395 (recurse_read_control_structure, read_command_lines): Handle
5396 `commands' similarly to `if' and `while'.
5397
5398 * breakpoint.c (get_number_trailer): Document the special meaning
5399 of NULL as the first argument PP.
5400 (commands_from_control_command): New function.
5401
5402 * breakpoint.h (commands_from_control_command): Add prototype.
5403
5404 * defs.h (commands_control): New enumerated value for enum
5405 command_control_type.
5406
4b9eee8c
JB
54072007-01-26 Joel Brobecker <brobecker@adacore.com>
5408
5409 * ada-lang.c (ada_exception_breakpoint_ops): Fix typo in function name.
5410 (ada_exception_sal): Update accordingly.
5411
e1f48ead
JK
54122007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5413
5414 * c-valprint.c (c_val_print): Require strings to be of no-signed CHARs.
5415 * NEWS: Describe CHAR array vs. string identifcation rules.
5416
e150acc7
PB
54172007-01-25 Paul Brook <paul@codesourcery.com>
5418
5419 * arm-tdep.c (arm_get_next_pc): Fix bitfield off-by-one error.
5420
10fb19b6
JB
54212007-01-24 Jim Blandy <jimb@codesourcery.com>
5422
5423 * dwarf2loc.c (dwarf2_evaluate_loc_desc): When the location
5424 expression is empty, bother to return the 'optimized out' value we
5425 construct. (Thanks to Carl Burch.)
5426
85d93f1d
VP
54272007-01-24 Vladimir Prus <vladimir@codesourcery.com>
5428
5429 * varobj.c (c_value_of_root, c_value_of_child)
5430 (cplus_describe_child): Don't call release_value.
5431
fcbd8a5c
TS
54322007-01-24 Thiemo Seufer <ths@mips.com>
5433
5434 * mips-linux-tdep.c (mips_linux_n64_rt_sigframe): Fix struct
5435 initialization.
5436
2024f65a
VP
54372007-01-24 Vladimir Prus <vladimir@codesourcery.com>
5438
5439 Refactor getting children name, value and type access
5440 for varobjs in C++.
5441 * varobj.c (get_type_deref): Remove.
5442 (adjust_value_for_child_access): New.
5443 (c_number_of_children): Use the above.
5444 (c_describe_child): Likewise.
5445 (enum accessibility): New.
5446 (match_accessibility): New function.
5447 (cplus_describe_child): New function.
5448 (cplus_name_of_child, cplus_value_of_child)
5449 (cplus_type_of_child): Reimplement in terms
5450 of cplus_describe_child.
5451 (cplus_number_of_children): Use
5452 adjust_value_for_child_access.
5453
6e2a9270
VP
54542007-01-24 Vladimir Prus <vladimir@codesourcery.com>
5455
5456 Fix computation of the 'editable' attribute and
5457 value changeability for for references.
5458 * varobj.c (get_value_type): New function.
5459 (c_variable_editable): Use get_value_type.
5460 (varobj_value_is_changeable): Likewise.
5461
56163ce1
JB
54622007-01-24 Joel Brobecker <brobecker@adacore.com>
5463
5464 * source.c (find_and_open_source): Try rewriting the source
5465 path inside filename if dirname is NULL.
5466
8c6860bb
JB
54672007-01-24 Joel Brobecker <brobecker@adacore.com>
5468
5469 * dwarf2read.c (add_partial_symbol): Create an extra partial
5470 symbol in the VAR_DOMAIN for Ada structures, unions or enums.
5471 (new_symbol): Likewise for symbols.
5472
6db6d2ca
NR
54732007-01-24 Nick Roberts <nickrob@snap.net.nz>
5474
5475 * mi/mi-main.c (mi_cmd_execute): Call free_all_values.
5476
7d85ee02
VP
54772007-01-23 Vladimir Prus <vladimir@codesourcery.com>
5478
5479 * value.c (value_primitive_field): Copy the full 'location'
5480 contents, instead of assuming that copying ADDRESS will
5481 bring over everything in the union. Remove obsolete comment.
5482
f79b9530
DJ
54832007-01-23 Masaki Muranaka <monaka@monami-software.com>
5484
5485 * m32c-tdep.c (make_regs, m32c_analyze_prologue)
5486 (m32c_skip_trampoline_code, m32c_m16c_address_to_pointer)
5487 (m32c_m16c_pointer_to_address): Separate code from declarations.
5488
08d8bcd7
DJ
54892007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
5490
5491 * target.c (update_current_target): Correct typo.
5492
57fdbbbe
CV
54932007-01-22 Masaki Muranaka <monaka@monami-software.com>
5494
5495 * xstormy16-tdep.c (xstormy16_skip_prologue): Separate code from a
5496 declaration.
5497
58894217
JK
54982007-01-11 Andrew Cagney <cagney@redhat.com>
5499 Daniel Jacobowitz <dan@codesourcery.com>
5500 Jan Kratochvil <jan.kratochvil@redhat.com>
5501
5502 * dwarf2-frame.c (execute_cfa_program): New support of
5503 `DW_CFA_GNU_negative_offset_extended'.
5504
9ebce043
DJ
55052007-01-21 Daniel Jacobowitz <dan@codesourcery.com>
5506
5507 * NEWS: Mention flash support for "load" and new remote packets.
5508
973d738b
DJ
55092007-01-21 Markus Deuling <deuling@de.ibm.com>
5510
5511 * breakpoint.c (delete_command): Skip redundant loop iterations.
5512
7b9ee6a8
DJ
55132007-01-21 Daniel Jacobowitz <dan@codesourcery.com>
5514
5515 * gdbarch.sh (register_type): Update comment.
5516 * gdbarch.h: Regenerated.
5517 * arch-utils.c (generic_register_size): Call register_type.
5518 * ia64-tdep.c (ia64_extract_return_value): Likewise.
5519 * m32c-tdep.c (check_for_saved): Likewise.
5520 * mips-tdep.c (mips_print_register, print_gp_register_row)
5521 (mips_print_registers_info): Likewise.
5522 * sh-tdep.c (sh_pseudo_register_read, sh_pseudo_register_write):
5523 Likewise.
5524 * sh64-tdep.c (sh64_pseudo_register_read, sh64_pseudo_register_write)
5525 (sh64_do_register, sh64_print_register)
5526 (sh64_media_print_registers_info): Likewise.
5527 * tui/tui-regs.c (tui_register_format): Likewise.
5528
11309657
DJ
55292007-01-21 Daniel Jacobowitz <dan@codesourcery.com>
5530
5531 * objfiles.h (ALL_PRIMARY_SYMTABS): Define.
5532
5533 * ada-lang.c (symtab_for_sym, ada_lookup_symbol_list)
5534 (ada_lookup_symbol): Use ALL_PRIMARY_SYMTABS.
5535 * cp-support.c (make_symbol_overload_list_qualified): Likewise.
5536 * symtab.c (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
5537 (basic_lookup_transparent_type, find_pc_sect_symtab, search_symbols)
5538 (make_symbol_completion_list): Likewise.
5539
cb1df416
DJ
55402007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5541 Daniel Jacobowitz <dan@codesourcery.com>
5542
5543 * buildsym.c (end_symtab): Use preallocated symtab if available.
5544 Fill in SYMBOL_SYMTAB.
5545 * buildsym.h (struct subfile): Add symtab member.
5546 * dwarf2read.c (struct dwarf2_cu): Add line_header.
5547 (struct file_entry): Add symtab.
5548 (free_cu_line_header): New function.
5549 (read_file_scope): Use it. Save line_header in the cu. Process
5550 lines before DIEs.
5551 (add_file_name): Initialize new symtab member.
5552 (dwarf_decode_lines): Create symtabs for included files.
5553 (new_symbol): Set SYMBOL_SYMTAB.
5554 * symtab.c (lookup_symbol): Use SYMBOL_SYMTAB.
5555 (search_symbols): Likewise.
5556 * symtab.h (struct symbol): Add symtab member.
5557 (SYMBOL_SYMTAB): Define.
5558
727da900
DJ
55592007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
5560
5561 * symfile.c (allocate_symtab): Remove INIT_EXTRA_SYMTAB_INFO.
5562
7b6b9e83
DJ
55632007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
5564
5565 * arch-utils.c (show_endian): Correct reversed condition.
5566
e767400c
JK
55672007-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5568
5569 * MAINTAINERS (Write After Approval): Add myself.
5570
b20d8971
VP
55712007-01-16 Daniel Jacobowitz <dan@codesourcery.com>
5572 Vladimir Prus <vladimir@codesourcery.com>
5573
5574 Fix 'selected frame' varobjs.
5575 * varobj.c (struct varobj): Remove the error field.
5576 (varobj_set_value): Don't check var->error.
5577 (install_new_value): Don't set var->error.
5578 (varobj_update): Always pass the new value
5579 of the root via install_new_value.
5580 (create_child): Don't set error field.
5581 (new_variable): Likewise.
5582 (c_value_of_root): Always reevaluate the value
5583 of selected frame varobjs in the selected frame.
5584 Don't call reinit_frame_cache.
5585
7ef2b397
JB
55862007-01-15 Joel Brobecker <brobecker@adacore.com>
5587
5588 * source.c (_initialize_source): Improve the help text of
5589 the substitute-path commands.
5590
1208538e
MK
55912007-01-14 Mark Kettenis <kettenis@gnu.org>
5592
5593 * frv-tdep.c (frv_gdbarch_init, frv_register_name)
5594 (frv_breakpoint_from_pc, frv_gdbarch_adjust_breakpoint_address)
5595 (frv_skip_prologue): Remove prototypes.
5596 (frv_adjust_breakpoint_address): Renamed from
5597 frv_gdbarch_adjust_breakpoint_address.
5598 (frv_gdbarch_init): Adjust.
5599
765f065a
MK
56002007-01-13 Mark Kettenis <kettenis@gnu.org>
5601
5e66aab2
MK
5602 * gdbarch.sh (deprecated_extract_return_value)
5603 (deprecated_store_return_value): Remove.
5604 (extract_return_value, store_return_value): Remove default values.
5605 * gdbarch.c, gdbarch.h: Regenerate.
5606 * arch-utils.c, arch-utils.h (legacy_extract_return_value)
5607 (legacy_store_return_value): Remove.
5608 * regcache.c, regcache.h (deprecated_grub_regcache_for_registers):
5609 Remove.
5610
56178203
MK
5611 * mi/mi-main.c: Remove obsolete comment.
5612
23303b2e
MK
5613 * regcache.c, regcache.h (deprecated_register_bytes)
5614 (deprecated_read_register_bytes)
5615 (deprecated_write_register_bytes): Remove.
5616
765f065a
MK
5617 * frame.c (get_frame_register_bytes, put_frame_register_bytes):
5618 Don't forget to move destination pointer.
5619
610acfff
MK
56202007-01-01 Mark Kettenis <kettenis@gnu.org>
5621
5622 * config/i386/nm-i386gnu.h (CHILD_PREPARE_TO_STORE): Remove.
5623
12102450
UW
56242007-01-11 Ulrich Weigand <uweigand@de.ibm.com>
5625
5626 * spu-tdep.c (spu_analyze_prologue): Fix erroneous backtrace
5627 past entry function with recent newlib.
5628
c8b2f53c
VP
56292007-01-11 Vladimir Prus <vladimir@codesourcery.com>
5630
5631 * gdb.texinfo (GDB/MI Variable Objects): Improve the
5632 introduction. Specify -var-update more exactly.
5633
d57df5e4
DJ
56342007-01-11 Daniel Jacobowitz <dan@codesourcery.com>
5635
5636 * frame.c (get_prev_frame_1): Check PC_REGNUM before using it.
5637
03f597d5
JB
56382007-01-10 Jim Blandy <jimb@codesourcery.com>
5639
5640 * MAINTAINERS (Global Maintainers): Ulrich Weigand has accepted
5641 the Global Maintainers' invitation to be a global maintainer.
5642
fd48f117
DJ
56432007-01-10 Daniel Jacobowitz <dan@codesourcery.com>
5644
5645 * infrun.c (singlestep_pc): New variable.
5646 (resume): Set singlestep_pc.
5647 (context_switch): Add a debugging message. Flush the frame cache.
5648 (handle_inferior_event): Add debugging messages. Handle thread
5649 hops when a software single step has completed. Let context_switch
5650 handle flushing the frame cache.
5651
23181151
DJ
56522007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5653
5654 * NEWS: Mention target descriptions, "set tdesc filename",
5655 "unset tdesc filename", "show tdesc filename", and
5656 qXfer:features:read.
5657 * arch-utils.c (choose_architecture_for_target): New function.
5658 (gdbarch_info_fill): Call it.
5659 * target-descriptions.c (struct property): Make members non-const.
5660 (struct target_desc): Add arch member.
5661 (target_description_filename): New variable.
5662 (target_find_description): Try via XML first.
5663 (tdesc_architecture): New.
5664 (free_target_description, make_cleanup_free_target_description): New.
5665 (set_tdesc_property): Call xstrdup.
5666 (set_tdesc_architecture, tdesc_set_cmdlist, tdesc_show_cmdlist)
5667 (tdesc_unset_cmdlist, unset_tdesc_cmd, unset_tdesc_filename_cmd)
5668 (set_tdesc_cmd, show_tdesc_cmd, set_tdesc_filename_cmd)
5669 (show_tdesc_filename_cmd, _initialize_target_descriptions): New.
5670 * target-descriptions.h (tdesc_architecture)
5671 (make_cleanup_free_target_description, set_tdesc_architecture): New
5672 prototypes.
5673 * Makefile.in (SFILES): Add xml-tdesc.c.
5674 (COMMON_OBS): Add xml-tdesc.o.
5675 (target-descriptions.o): Update.
5676 (xml-tdesc.o): New rule.
5677 * xml-tdesc.c, xml-tdesc.h: New files.
5678 * remote.c (PACKET_qXfer_features): New enum.
5679 (remote_protocol_features): Add qXfer:features:read.
5680 (remote_xfer_partial): Handle TARGET_OBJECT_AVAILABLE_FEATURES.
5681 (_initialize_remote): Register qXfer:features:read.
5682 * target.h (enum target_object): Add TARGET_OBJECT_AVAILABLE_FEATURES.
5683 * features/gdb-target.dtd: New file.
5684
3e9cb5f4
DJ
56852007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5686
5687 * copyright.sh: Clarify error.
5688
818f79f6
DJ
56892007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5690
5691 * symtab.c (matching_bfd_sections): Fix VMA matching for
5692 prelinked objects.
5693
f7a6bb70
DJ
56942007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5695
5696 * minsyms.c (lookup_minimal_symbol_by_pc_section): Handle
5697 nested symbols.
5698
20ac0504
DJ
56992007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5700
5701 Updated copyright notices for most files.
5702
85bb0718
DJ
57032007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5704
5705 * copyright.sh (prunes): Add step-line.inp and step-line.c.
5706
aa28a74e
DJ
57072007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5708
5709 * configure.ac (DEBUGDIR_RELOCATABLE): Define for debugdir inside
5710 exec_prefix.
5711 (TARGET_SYSTEM_ROOT_RELOCATABLE): Allow for exec_prefix being
5712 '${prefix}'.
5713 * configure, config.in: Regenerate.
5714 * defs.h (debug_file_directory): Declare.
5715 * main.c (captured_main): Canonicalize gdb_sysroot. Assume
5716 TARGET_SYSTEM_ROOT is defined. Initialize debug_file_directory and
5717 relocate it if DEBUGDIR_RELOCATABLE.
5718 * symfile.c (debug_file_directory): Make non-static.
5719 (find_separate_debug_file): Look for debug info for SYSROOT/PATH
5720 in DEBUGDIR/PATH if DEBUGDIR is inside SYSROOT.
5721 (_initialize_symfile): Don't initialize debug_file_directory here.
5722
1cfd2c3e
JB
57232007-01-09 Jim Blandy <jimb@codesourcery.com>
5724
5725 * score-tdep.c (score_push_dummy_call): Don't mix declarations and
5726 statements.
5727
5efde112
DJ
57282007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5729
5730 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Use
5731 frame_unwind_register to recurse.
5732 * alpha-tdep.c (alpha_sigtramp_frame_prev_register): Likewise.
5733 (alpha_heuristic_frame_prev_register): Likewise.
5734 * h8300-tdep.c (h8300_frame_prev_register): Likewise.
5735 * m32c-tdep.c (m32c_prev_register): Likewise.
5736 * frame.c (frame_register_unwind_location): Remove FIXME.
5737
4de1f557
DJ
57382007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5739 Eli Zaretskii <eliz@gnu.org>
5740
5741 * copyright.sh: New file.
5742
ca4ca11e
DJ
57432007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5744
5745 * configure.ac: Check for XML_StopParser.
5746 * xml-support.c (gdb_xml_body_text): Check for an error.
5747 (gdb_xml_start_element_wrapper): Conditionalize call to XML_StopParser.
5748 (gdb_xml_end_element_wrapper): Likewise.
5749 * config.in, configure: Regenerated.
5750
57e66780
DJ
57512007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
5752
5753 * varobj.c (install_new_value): Always update print_value.
5754 (value_get_print_value): Immediately return NULL for missing
5755 values.
5756
b523a1fd
JB
57572007-01-08 Jim Blandy <jimb@codesourcery.com>
5758
5759 * configure.ac: Tighten pattern for extracting value of
5760 DEPRECATED_TM_FILE from the target makefile fragment.
5761 * configure: Regenerated.
5762
3d799a95
DJ
57632007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
5764
5765 * linux-nat.c (struct simple_pid_list): Add status.
5766 (add_to_pid_list): Record the PID's status.
5767 (linux_record_stopped_pid): Likewise. Make static.
5768 (pull_pid_from_list): Return the saved status.
5769 (linux_nat_handle_extended): Deleted.
5770 (linux_handle_extended_wait): Combine with linux_nat_handle_extended.
5771 Make static. Handle non-SIGSTOP for a new thread's first signal.
5772 (flush_callback): Handle unexpected pending signals.
5773 (linux_nat_wait): Update calls to changed functions.
5774 * linux-nat.h (linux_record_stopped_pid, linux_handle_extended_wait):
5775 Remove prototypes for newly static functions.
5776
9acbedc0
UW
57772007-01-08 Ulrich Weigand <uweigand@de.ibm.com>
5778
5779 * gdbarch.sh (value_from_register): New gdbarch function.
5780 * gdbarch.c, gdbarch.h: Regenerate.
5781 * findvar.c (default_value_from_register): New function.
5782 (value_from_register): Use gdbarch_value_from_register.
5783 * value.h (default_value_from_register): Declare.
5784 * spu-tdep.c (spu_convert_register_p, spu_register_to_value,
5785 spu_value_to_register): Remove.
5786 (spu_value_from_register): New function.
5787 (spu_gdbarch_init): Do not call set_gdbarch_convert_register_p,
5788 set_gdbarch_register_to_value, set_gdbarch_value_to_register.
5789 Call set_gdbarch_value_from_register.
5790 * s390-tdep.c (s390_convert_register_p, s390_register_to_value,
5791 s390_value_to_register): Remove.
5792 (s390_value_from_register): New function.
5793 (s390_gdbarch_init): Do not call set_gdbarch_convert_register_p,
5794 set_gdbarch_register_to_value, set_gdbarch_value_to_register.
5795 Call set_gdbarch_value_from_register.
5796
f822c95b
DJ
57972007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
5798
5799 * NEWS: Add "set sysroot" and "show sysroot".
5800 * solib.c (solib_absolute_prefix): Delete. Replace
5801 all uses with gdb_sysroot.
5802 (_initialize_solib): Add "set sysroot" and "show sysroot".
5803 Make "solib-absolute-prefix" an alias to it.
5804
00fa51f6
UW
58052007-01-08 Ulrich Weigand <uweigand@de.ibm.com>
5806
5807 * frame.c (get_frame_register_bytes): New function.
5808 (put_frame_register_bytes): Likewise.
5809 * frame.h (get_frame_register_bytes): Declare.
5810 (put_frame_register_bytes): Likewise.
5811 * findvar.c (value_from_register): Always construct lval_register
5812 values. Use get_frame_register_bytes.
5813 * valops.c (value_assign): Use get_frame_register_bytes and
5814 put_frame_register_bytes.
5815
a95c9d06
JB
58162007-01-08 Jim Blandy <jimb@codesourcery.com>
5817
5818 * MAINTAINERS: Update Stan Shebs' email address.
5819
4ed6b5be
JB
58202007-01-07 Joel Brobecker <brobecker@adacore.com>
5821
5822 * ada-lang.c (is_known_support_routine): Improve the implementation.
5823
9bbc9174
JB
58242007-01-06 Joel Brobecker <brobecker@adacore.com>
5825
5826 * ada-lang.c: Add include of source.h.
5827 (is_known_support_routine): Improve the check verifying that the file
5828 associated to this frame exists.
5829 * Makefile.in (ada-lang.o): Add dependency on source.h.
5830
44a81774
JB
58312007-01-07 Jim Blandy <jimb@codesourcery.com>
5832
5833 * ax-general.c (ax_const_l): Select proper opcode for the given
5834 value.
5835
fcd19eb1 58362007-01-05 Vladimir Prus <vladimir@codesourcery.com>
6fe1a487
NR
5837
5838 * varobj.c (c_value_of_root): Don't select frame if variable
5839 object is out of scope.
5840
fcd19eb1 58412007-01-05 Nick Roberts <nickrob@snap.net.nz>
3fa6deb5
NR
5842
5843 * varobj.c (struct varobj): New member print_value.
5844 (install_new_value): Compare last printed value with current one
5845 instead of contents.
5846 (new_variable): Initialize var->print_value to NULL.
5847 (free_variable): Free var->print_value.
5848 (value_get_print_value): New function derived from
5849 c_value_of_variable.
5850 (c_value_of_variable): Use value_get_print_value.
5851
92a56b20
JB
58522007-01-05 Joel Brobecker <brobecker@adacore.com>
5853
5854 * i386-tdep.c (i386_analyze_stack_align): Add comment.
5855
0e420bd8
JB
58562007-01-05 Joel Brobecker <brobecker@adacore.com>
5857
5858 * NEWS: Add entries for new catch commands.
5859
b69733ab 58602007-01-05 Joel Brobecker <brobecker@adacore.com>
fa4028e9
JB
5861
5862 * dwarf2read.c (partial_die_info): Add field has_byte_size.
5863 (add_partial_symbol): Correct identification of external references.
5864 (process_structure_scope): Likewise.
5865 (read_partial_die): Handle DW_AT_byte_size attribute.
5866
58672007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
d097fa3e
DJ
5868
5869 * xml-support.c (gdb_xml_end_element): Remove wrong backslashes.
5870
8e38af42
NR
58712007-01-05 Nick Roberts <nickrob@snap.net.nz>
5872
5873 * varobj.c (get_type_deref): Fix variable objects for references to
5874 pointers.
5875
d1c79ecd
DJ
58762007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5877
5878 * symtab.c (find_pc_sect_psymtab): Add comments. Handle psymtabs
5879 with no symbols.
5880
e776119f
DJ
58812007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5882
5883 * memory-map.c (struct_memory_map_parsing_data): Remove most
5884 members. Make property_name an array.
5885 (free_memory_map_parsing_data, memory_map_start_element)
5886 (memory_map_end_element, memory_map_character_data): Delete.
5887 (memory_map_start_memory, memory_map_end_memory)
5888 (memory_map_start_property, memory_map_end_property): New functions.
5889 (property_attributes, memory_children, memory_type_enum)
5890 (memory_attributes, memory_map_children, memory_map_elements): New.
5891 (parse_memory_map): Rewrite.
5892 * xml-support.c (debug_xml): New.
5893 (xml_get_required_attribute, xml_get_integer_attribute)
5894 (xml_get_enum_value, free_xml_parser, make_cleanup_free_xml_parser):
5895 Delete.
5896 (struct scope_level, struct gdb_xml_parser, gdb_xml_body_text)
5897 (gdb_xml_debug, gdb_xml_error, gdb_xml_values_cleanup)
5898 (gdb_xml_start_element, gdb_xml_start_element_wrapper)
5899 (gdb_xml_end_element, gdb_xml_end_element_wrapper, gdb_xml_cleanup)
5900 (gdb_xml_create_parser_and_cleanup, gdb_xml_parse)
5901 (gdb_xml_parse_ulongest, gdb_xml_parse_attr_ulongest)
5902 (gdb_xml_parse_attr_enum, show_debug_xml, _initialize_xml_support):
5903 New.
5904 * xml-support.h (struct gdb_xml_value, gdb_xml_attribute_handler)
5905 (enum gdb_xml_attribute_flag, struct gdb_xml_attribute)
5906 (enum gdb_xml_element_flag, struct gdb_xml_element)
5907 (gdb_xml_element_start_handler, gdb_xml_element_end_handler)
5908 (struct gdb_xml_enum): New.
5909 (gdb_xml_create_parser_and_cleanup, gdb_xml_parse, gdb_xml_debug)
5910 (gdb_xml_error, gdb_xml_parse_attr_ulongest)
5911 (gdb_xml_parse_attr_enum, gdb_xml_parse_ulongest): New prototypes.
5912 (xml_get_required_attribute, xml_get_integer_attribute)
5913 (xml_get_enum_value, make_cleanup_free_xml_parser): Delete prototypes.
5914 * Makefile.in (xml_support_h, xml-support.o): Update.
5915
5e572bb4
DJ
59162007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5917
5918 * Makefile.in (eval.o): Update dependencies.
5919 * eval.c: Include "ui-out.h" and "exceptions.h".
5920 (evaluate_subexp_standard): Use TRY_CATCH around value_of_variable.
5921 Use value_zero if an error occurs when avoiding side effects.
5922 * varobj.c (c_value_of_root): Initialize new_val.
5923
74a44383
DJ
59242007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5925
5926 * varobj.c (varobj_list_children): Stop if the number of children is
5927 unknown.
5928 (c_number_of_children):
5929
e8d2d628
MK
59302007-01-04 Mark Kettenis <kettenis@gnu.org>
5931
5932 * alpha-tdep.c (alpha_register_name): Use ARRAY_SIZE.
5933 (alpha_read_insn, alpha_skip_prologue, alpha_heuristic_proc_start)
5934 (alpha_heuristic_frame_unwind_cache, alpha_next_pc)
5935 (alpha_gdbarch_init): Use ALPHA_INSN_SIZE, ALPHA_REGISTER_SIZE and
5936 sizeof, instead of hardcoded constants.
5937
c941839d
DJ
59382007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5939
5940 * CONTRIBUTE: Use sourceware.org.
5941
303b6f5d 59422007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
2d0720d9 5943
303b6f5d
DJ
5944 * buildsym.c (start_subfile): Handle producer.
5945 (record_producer): New function.
5946 * buildsym.h (struct subfile): Include producer.
5947 (record_producer): New prototype.
5948 * dwarf2-frame.c (struct dwarf2_cie): Add version and augmentation.
5949 (struct dwarf2_frame_state): Add armcc_cfa_offsets_sf and
5950 armcc_cfa_offsets_reversed.
5951 (execute_cfa_program): Handle armcc_cfa_offsets_sf.
5952 (dwarf2_frame_find_quirks): New function.
5953 (dwarf2_frame_cache): Call it. Handle armcc_cfa_offsets_reversed.
5954 (decode_frame_entry_1): Record the CIE version. Record the
5955 augmentation. Skip armcc augmentations.
5956 * dwarf2read.c (read_file_scope): Save the producer.
5957 * symtab.h (struct symtab): Rename unused version member to
5958 producer.
2d0720d9 5959
aa79a185
DJ
59602007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5961
5962 * configure.ac (build_warnings): Use -Wall and
5963 -Wdeclaration-after-statement.
5964 * configure: Regenerated.
5965
bbec2603
VP
59662007-01-04 Vladimir Prus <vladimir@codesourcery.com>
5967
5968 Simplify access to variours properties of child
5969 variable objects in C.
5970 * varobj.c (value_struct_element_index): New function.
5971 (c_describe_child): New function.
5972 (c_name_of_child, c_value_of_child)
5973 (c_type_of_child): Rewrite to use c_describe_child.
5974
28335dcc
VP
59752007-01-04 Vladimir Prus <vladimir@codesourcery.com>
5976
5977 gdb/
5978 * varobj.c: Include "vec.h".
5979 (varobj_p): New typedef, declare vector of those.
5980 (struct varobj): Use vector for the 'children' member.
5981 (child_exists): Remove.
5982 (save_child_in_parent): Remove.
5983 (remove_child_from_parent): Remove.
5984 (struct varobj_child): Remove.
5985 (struct vstack): Remove.
5986 (vpush, vpop): Remove.
5987 (varobj_list_children): Adjust to work work vector.
5988 (varobj_update): Likewise. Use vectors for
5989 working stack and result.
5990 (delete_variable_1): Likewise.
5991 * Makefile.in (varobj.o): Update dependencies.
5992
b2c2bd75
VP
59932007-01-04 Vladimir Prus <vladimir@codesourcery.com>
5994
5995 Port from Apple's version.
5996 gdb/
5997 * varobj.c (type_changeable): Rename to...
5998 (varobj_value_is_changeable_p): ...this. Adjust all callers.
5999 (is_root_p): New function. Use it everywhere.
6000
bdfb3870
JB
60012007-01-04 Jim Blandy <jimb@codesourcery.com>
6002
6003 * glibc-tdep.c (glibc_skip_solib_resolver): Look for '_dl_fixup',
6004 then plain 'fixup'.
6005
5d15052e
JB
60062007-01-04 Joel Brobecker <brobecker@adacore.com>
6007
6008 * hpread.c (hpread_start_psymtab): Remove unnecessary extern.
6009
53103997
JB
60102007-01-04 Joel Brobecker <brobecker@adacore.com>
6011
6012 * hpread.c (hpread_type_lookup): Fix compilation failure.
6013
27fd2f50
Q
60142007-01-04 Qinwei <qinwei@sunnorth.com.cn>
6015
6016 * NEWS: New port to S+core.
6017 * MAINTAINERS (Write After Approval, Responsible Maintainers):
6018 Add myself.
6019
6020 * Makefile.in: Add dependencies for S+core files.
6021 * configure.tgt (score*, score-*-*): Add S+core target.
6022 * config/score/embed.mt: New file.
6023 * score-tdep.c: New file.
6024 * score-tdep.h: New file.
6025
a6cfbe68
JB
60262007-01-04 Joel Brobecker <brobecker@adacore.com>
6027
6028 * ada-lang.c (ada_evaluate_subexp) [OP_TYPE]: Return a value with
6029 the appropriate type rather than a bogus void type.
6030
67cf15b7 60312007-01-04 Joel Brobecker <brobecker@adacore.com>
f7f9143b
JB
6032
6033 * ada-lang.h (ada_find_printable_frame): Remove.
6034 (ada_exception_catchpoint_p, ada_decode_exception_location)
6035 (ada_decode_assert_location): Add declaration.
6036 * ada-lang.c: Add include of annotate.h and valprint.h.
6037 (exception_catchpoint_kind): New enum.
6038 (function_name_from_pc, is_known_support_routine)
6039 (ada_find_printable_frame, ada_unhandled_exception_name_addr)
6040 (ada_exception_name_addr_1, ada_exception_name_addr)
6041 (print_it_exception, print_one_exception, print_mention_exception)
6042 (print_it_catch_exception, print_one_catch_exception)
6043 (print_mention_catch_exception, catch_exception_breakpoint_ops)
6044 (print_it_catch_exception_unhandled)
6045 (print_one_catch_exception_unhandled)
6046 (print_mention_catch_exception_unhandled, print_it_catch_assert)
6047 (print_one_catch_assert, print_mention_catch_assert)
6048 (ada_exception_catchpoint_p, error_breakpoint_runtime_sym_not_found)
6049 (ada_get_next_arg, catch_ada_exception_command_split)
6050 (ada_exception_sym_name, ada_exception_sym_name)
6051 (ada_exception_breakption_ops, ada_exception_catchpoint_cond_string)
6052 (ada_parse_catchpoint_condition, ada_exception_sal)
6053 (ada_decode_exception_location)
6054 (ada_decode_assert_location): New function.
6055 (catch_exception_unhandled_breakpoint_ops): New global variable.
6056 (catch_assert_breakpoint_ops): New global variable.
6057 * breakpoint.c: Add include of ada-lang.h.
6058 (print_one_breakpoint): Do not print the condition for Ada
6059 exception catchpoints.
6060 (create_ada_exception_breakpoint): New function.
6061 (catch_ada_exception_command, catch_assert_command): New function.
6062 (catch_command_1): Add support for the new "catch exception" and
6063 "catch assert" commands.
6064 (_initialize_breakpoint): Add help description for the new catch
6065 commands.
6066 * Makefile.in (ada-lang.o): Add dependency on annotate.h and
6067 valprint.h.
6068 (breakpoint.o): Add dependency on ada-lang.h.
6069
05cfdb42
DJ
60702007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
6071
6072 * coffread.c (cs_to_section): If bfd_section is found, always
6073 return its section index.
6074 (coff_symtab_read): Determine the minimal_symbol_type using the
6075 bfd_section flags.
6076
2e03ee74
DJ
60772007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6078 Daniel Jacobowitz <dan@codesourcery.com>
6079
6080 * Makefile.in (top.o): Update.
6081 * top.c (gdb_readline_wrapper_done, gdb_readline_wrapper_result)
6082 (saved_after_char_processing_hook, gdb_readline_wrapper_line)
6083 (struct gdb_readline_wrapper_cleanup, gdb_readline_wrapper_cleanup):
6084 New.
6085 (gdb_readline_wrapper): Rewrite to use asynchronous readline.
6086
1c63d086
MK
60872007-01-03 Mark Kettenis <kettenis@gnu.org>
6088
6089 * arm-linux-tdep.c (arm_linux_extract_return_value): Remove.
6090 (arm_linux_init_abi): Don't set deprecated_extract_return_value.
6091
d5d6fca5
DJ
60922007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
6093
6094 * ada-lang.c (find_struct_field): Initialize *byte_offset_p.
6095 * breakpoint.c (do_enable_breakpoint): Ignore both mem_cnt and i.
6096 * c-typeprint.c (c_type_print_varspec_suffix): Don't test length
6097 greater than or equal to zero.
6098 * m2-typeprint.c (m2_array): Likewise.
6099 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
6100 * gdbtypes.c (copy_type_recursive): Correct == typo.
6101 * i386-tdep.c (i386_skip_prologue): Remove stray semicolon.
6102 * linux-nat.c (linux_nat_info_proc_cmd): Don't compare a pointer
6103 greater than zero.
6104 * macroscope.c (sal_macro_scope): Don't name a local variable "main".
6105 (default_macro_scope): Remove unused variable.
6106 * prologue-value.h (pv_area_find_reg): Don't name an argument
6107 "register".
6108 * remote-fileio.c (remote_fio_func_map): Add missing braces.
6109 * remote.c (sigint_remote_twice_token, sigint_remote_token): Change
6110 type.
6111 (cleanup_sigint_signal_handler): Remove casts.
6112 * valprint.c (val_print): Use a volatile local for the modified
6113 argument.
6114 * varobj.c (languages): Remove extra array dimension.
6115 (varobj_create): Correct access to languages array.
6116 * mi/mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Add
6117 missing braces.
6118 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
6119 * mi/mi-cmd-env.c (mi_cmd_env_path, mi_cmd_env_dir): Likewise.
6120 * mi/mi-getopt.c (mi_valid_noargs): Likewise.
6121 * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
6122 (mi_cmd_data_write_memory): Likewise.
6123 * signals/signals.c (target_signal_to_string): Cast to int before
6124 comparing.
6125 * tui/tui-layout.c (init_and_make_win): Take and return a void *.
6126 Update all callers.
6127
0d5de010
DJ
61282007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
6129
6130 * NEWS: Mention pointer to member improvements.
6131 * Makefile.in (gnu-v3-abi.o): Delete special rule.
6132 (eval.o, gnu-v3-abi.o, ia64-tdep.o): Update.
6133 * ada-valprint.c (ada_print_scalar): Update for new type codes.
6134 * c-typeprint.c (c_print_type): Update for new type codes.
6135 (c_type_print_varspec_prefix, c_type_print_varspec_suffix)
6136 (c_type_print_base): Likewise.
6137 (c_type_print_args): Rewrite.
6138 * c-valprint.c (c_val_print): Update for new type codes. Remove
6139 support for references to members. Treat methods like functions.
6140 * cp-abi.c (cplus_print_method_ptr, cplus_method_ptr_size)
6141 (cplus_make_method_ptr, cplus_method_ptr_to_value): New.
6142 * cp-abi.h (cplus_print_method_ptr, cplus_method_ptr_size)
6143 (cplus_make_method_ptr, cplus_method_ptr_to_value): New prototypes.
6144 (struct cp_abi_ops): Add corresponding members.
6145 * cp-valprint.c (cp_print_class_method): Delete.
6146 (cp_find_class_member): New function.
6147 (cp_print_class_member): Use it. Simplify support for bogus
6148 member pointers.
6149 * dwarf2read.c (quirk_gcc_member_function_pointer): Use
6150 lookup_methodptr_type.
6151 (read_tag_ptr_to_member_type): Likewise, and lookup_memberptr_type.
6152 * eval.c (evaluate_subexp_standard): Implement EVAL_SKIP for
6153 OP_SCOPE. Update call to value_aggregate_elt. Rewrite member
6154 pointer support.
6155 (evaluate_subexp_for_address): Handle OP_SCOPE explicitly. Handle
6156 references returned by user defined operators.
6157 * f-typeprint.c (f_print_type, f_type_print_varspec_prefix)
6158 (f_type_print_varspec_suffix): Remove support for member pointers.
6159 * gdbtypes.c (lookup_memberptr_type): Renamed from lookup_member_type
6160 and adjusted.
6161 (smash_to_memberptr_type): Likewise, from smash_to_member_type.
6162 (lookup_methodptr_type): New.
6163 (rank_one_type): Adjust for TYPE_CODE_MEMBERPTR.
6164 (recursive_dump_type): Update for new types.
6165 * gdbtypes.h (enum type_code): Replace TYPE_CODE_MEMBER with
6166 TYPE_CODE_MEMBERPTR and TYPE_CODE_METHODPTR.
6167 (lookup_memberptr_type, lookup_methodptr_type)
6168 (smash_to_memberptr_type): New prototypes.
6169 (smash_to_method_type): Formatting fix.
6170 (lookup_member_type, smash_to_member_type): Delete prototypes.
6171 * gnu-v3-abi.c (gnuv3_get_vtable, gnuv3_get_virtual_fn): New.
6172 Do not rely on debug information for the vptr or the method's
6173 enclosing type. Handle function descriptors for IA64.
6174 (gnuv3_virtual_fn_field): Rewrite using the new functions.
6175 (gnuv3_find_method_in, gnuv3_print_method_ptr)
6176 (gnuv3_method_ptr_size, gnuv3_make_method_ptr)
6177 (gnuv3_method_ptr_to_value): New.
6178 (init_gnuv3_ops): Set new members of gnu_v3_abi_ops.
6179 * hpread.c (hpread_type_lookup): Update for new types.
6180 * infcall.c (value_arg_coerce): Likewise.
6181 * m2-typeprint.c (m2_print_type): Remove explicit support
6182 for member pointers.
6183 * m2-valprint.c (m2_val_print): Likewise.
6184 * p-typeprint.c (pascal_type_print_varspec_prefix)
6185 (pascal_type_print_varspec_suffix, pascal_type_print_base): Likewise.
6186 * p-valprint.c (pascal_val_print): Likewise.
6187 (pascal_object_print_class_method, pascal_object_print_class_member):
6188 Delete.
6189 * p-lang.h (pascal_object_print_class_method)
6190 (pascal_object_print_class_member): Delete prototypes.
6191 * stabsread.c (read_type): Update for new types.
6192 * typeprint.c (print_type_scalar): Likewise.
6193 * valops.c (value_struct_elt_for_reference, value_namespace_elt)
6194 (value_maybe_namespace_elt, value_aggregate_elt): Add want_address
6195 argument. Construct a pointer to member if the address of a
6196 function or data member is requested.
6197 (value_cast_pointers): Don't modify the input value.
6198 (value_cast): Adjust pointer to member handling for new types.
6199 Allow null pointer to member constants. Don't modify the input
6200 value.
6201 (value_ind): Remove pointer to member check. Handle function
6202 descriptors for function pointers.
6203 (value_struct_elt, value_find_oload_method_list, check_field):
6204 Remove pointer to member checks.
6205 * value.c (unpack_long): Allow pointers to data members.
6206 (value_from_longest): Allow member pointers.
6207 * value.h (value_aggregate_elt): Add want_address.
6208 * varobj.c (c_variable_editable): Remove check for members.
6209 * gdbarch.sh: Add vtable_function_descriptors and vbit_in_delta.
6210 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Handle descriptors
6211 in virtual tables.
6212 (ia64_gdbarch_init): Call set_gdbarch_vtable_function_descriptors.
6213 * c-lang.h (cp_print_class_method): Delete prototype.
6214 * arm-tdep.c (arm_gdbarch_init): Call set_gdbarch_vbit_in_delta.
6215 * mips-tdep.c (mips_gdbarch_init): Likewise.
6216 * gdbarch.c, gdbarch.h: Regenerated.
6217
d217aaed
MK
62182007-01-01 Mark Kettenis <kettenis@gnu.org>
6219
6220 * rs6000-tdep.c (rs6000_use_struct_convention)
6221 (rs6000_extract_return_value, rs6000_store_return_value)
6222 (rs6000_extract_struct_value_address): Remove.
6223 (rs6000_return_value): New function.
6224 (rs6000_gdbarch_init): Don't set deprecated_extract_return_value,
6225 store_return_value, deprecated_extract_struct_value_address and
6226 deprecated_use_struct_convention. Use rs6000_return_value
6227 instead.
6228
02296b29
NR
62292007-01-02 Nick Roberts <nickrob@snap.net.nz>
6230
6231 * mi/mi-cmds.c (mi_cmds): Remove entries for -display-delete,
6232 -display-disable, -display-enable, -display-insert and
6233 -display-list.
6234
b69733ab 62352007-01-01 Joel Brobecker <brobecker@adacore.com>
ce186b30
JB
6236
6237 * breakpoint.c (remove_breakpoint): Remove dead code.
6238
62392007-01-01 Nick Roberts <nickrob@snap.net.nz>
ab9245ed
NR
6240
6241 * varobj.c: Include block.h.
6242 (c_value_of_root): Check scope within nested statements.
6243
9f3a1602
MK
62442007-01-01 Mark Kettenis <kettenis@gnu.org>
6245
6246 * mi/mi-main.c (mi_cmd_data_write_register_values): Use
6247 regcache_cooked_write_signed instead of
6248 deprecated_write_register_bytes.
6249
12349ccd
JB
62502007-01-01 Joel Brobecker <brobecker@adacore.com>
6251
6252 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2006.
6253
8c48ebcf
JB
62542007-01-01 Joel Brobecker <brobecker@adacore.com>
6255
6256 Followed the Start of New Year Procedure:
6257 * ChangeLog-2006: New file, containing all the entries for 2006.
6258 * ChangeLog: Removed all 2006 entries, and changed the reference
6259 to the previous ChangeLog to point to ChangeLog 2006.
6260 * top.c (print_gdb_version): Update copyright year.
6261
154927ff
MK
62622007-01-01 Mark Kettenis <kettenis@gnu.org>
6263
6264 * Makefile.in (remote-sds.o): Remove.
6265 * remote-sds.c: Delete.
6266
8c48ebcf 6267For older changes see ChangeLog-2006.
c906108c
SS
6268\f
6269Local Variables:
6270mode: change-log
6271left-margin: 8
6272fill-column: 74
6273version-control: never
57da7796 6274coding: utf-8
c906108c 6275End:
This page took 1.286388 seconds and 4 git commands to generate.