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