]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
* arch-utils.c (gdbarch_info_fill): Also try core_bfd.
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
4eb0ad19
DJ
12007-09-10 Daniel Jacobowitz <dan@codesourcery.com>
2
3 * arch-utils.c (gdbarch_info_fill): Also try core_bfd.
4 * corelow.c (core_read_description): New.
5 (init_core_ops): Set to_read_description.
6 * gdbarch.sh: Add gdbarch_core_read_description.
7 * mips-linux-tdep.c (mips_linux_core_read_description): New.
8 (mips_linux_init_abi): Call set_gdbarch_core_read_description.
9 * mips-tdep.c (mips_tdesc_gp32, mips_tdesc_gp64): New.
10 (mips_register_g_packet_guesses): Use them.
11 (_initialize_mips_tdep): Initialize them.
12 * mips-tdep.h (mips_tdesc_gp32, mips_tdesc_gp64): Declare.
13 * gdbarch.h, gdbarch.c: Regenerated.
14
6a6b96b9
UW
152007-09-10 Ulrich Weigand <uweigand@de.ibm.com>
16
17 * infrun.c (stepping_past_breakpoint): New global variable.
18 (stepping_past_breakpoint_ptid): Likewise.
19 (prepare_to_proceed): Add STEP parameter. Do not check for Ctrl-C.
20 Only switch threads if we need to single-step over a breakpoint hit
21 in the previously selected thread. If stepping, remember previous
22 thread to switch back to in STEPPING_PAST_BREAKPOINT[_PTID]. Call
23 switch_to_thread instead of copying its contents.
24 (proceed): Pass STEP to prepare_to_proceed. Always set ONEPROC if
25 prepare_to_proceed returns true.
26 (init_wait_for_inferior): Reset STEPPING_PAST_BREAKPOINT.
27 (context_switch): Call switch_to_thread.
28 (handle_inferior_event): Switch back to previous thread if requested
29 in STEPPING_PAST_BREAKPOINT[_PTID] by prepare_to_proceed.
30 * gdbthread.h (switch_to_thread): Add prototype.
31 * thread.c (switch_to_thread): Make global.
32
b20a3440
PM
332007-09-07 2007-09-07 Pierre Muller <muller@ics.u-strasbg.fr>
34
35 * p-valprint.c: Fix 7 ARI reported problems.
36 (pascal_val_print): Fix one operator at end of line issue.
37 Use paddress function to remove use of
38 deprecated_print_address_numeric function (2 times).
39 Use SYMBOL_LINKAGE_NAME instead of DEPRECATED_SYMBOL_NAME.
40 (pascal_value_print): Fix 3 operator at end of line issues.
41
faa95490
DJ
422007-09-07 Daniel Jacobowitz <dan@codesourcery.com>
43
44 PR gdb/2103
45 * arm-tdep.c (arm_in_call_stub): Delete.
46 (arm_skip_stub): Handle from_arm and from_thumb stubs.
47
f0027ce2
DJ
482007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
49
50 * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Handle other integer
51 types.
52
ea37ba09
DJ
532007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
54 Jim Blandy <jimb@codesourcery.com>
55
56 * NEWS: Update description of string changes. Mention print/s.
57 * c-valprint.c (textual_element_type): New.
58 (c_val_print): Use it. Do not skip address printing for pointers
59 with a string format.
60 (c_value_print): Doc update.
61 * dwarf2read.c (read_array_type): Use make_vector_type.
62 * gdbtypes.c (make_vector_type): New.
63 (init_vector_type): Use it.
64 (gdbtypes_post_init): Initialize builtin_true_unsigned_char.
65 (_initialize_gdbtypes): Mark int8_t and uint8_t as TYPE_FLAG_NOTTEXT.
66 * gdbtypes.h (struct builtin_type): Add builtin_true_unsigned_char.
67 (TYPE_FLAG_NOTTEXT, TYPE_NOTTEXT): New.
68 (make_vector_type): New.
69 * printcmd.c (print_formatted): Only handle 's' and 'i' for examine.
70 Call the language print routine for string format.
71 (print_scalar_formatted): Call val_print for string format. Handle
72 unsigned original types for char format.
73 (validate_format): Do not reject string format.
74 * stabsread.c (read_type): Use make_vector_type.
75 * xml-tdesc.c (tdesc_start_vector): Use init_vector_type.
76
8fb822e0
MS
772007-09-04 Michael Snyder <msnyder@access-company.com>
78
fcd776e5
MS
79 * expprint.c (print_subexp_standard): Check strchr for null.
80 * Makefile.in (expprint.o): Depend on gdb_assert.h.
81
7d63ec12
MS
82 * gnu-v2-abi.c (gnuv2_value_rtti_type): Guard against null.
83
8fb822e0
MS
84 * stabsread.c (patch_block_status): Guard against null.
85 * Makefile.in (stabsread.o): Depend on gdb_assert.h.
86
2025a643
DJ
872007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
88
89 * printcmd.c (printf_command): Handle ptr_arg. Correct typo
90 in internal error message.
91
de1b3c3d
PA
922007-09-04 Pedro Alves <pedro_alves@portugalmail.pt>
93 Daniel Jacobowitz <dan@codesourcery.com>
94
95 * infcmd.c (post_create_inferior): Update comment.
96 (run_command_1): Always call post_create_inferior with 0 as
97 from_tty.
98
99 * i386-cygwin-tdep.h: New.
100 * i386-cygwin-tdep.c: Include "i386-cygwin-tdep.h".
101 (win32_xfer_shared_library): Make it extern.
102
103 * win32-nat.c: Include gdb_obstack.h and xml-support.h and
104 i386-cygwin-tdep.h.
105 (win32_so_ops): Delete.
106 (get_relocated_section_addrs): Delete.
107 (solib_symbols_add): Delete.
108 (register_loaded_dll): Delete.
109 (win32_make_so): New.
110 (handle_load_dll): Use win32_make_so.
111 (win32_free_so): Free the passed in so.
112 (win32_relocate_section_addresses): Delete.
113 (win32_solib_create_inferior_hook): Delete.
114 (handle_unload_dll): Don't add PE offset here. Free so with
115 win32_free_so instead of free_so.
116 (win32_special_symbol_handling): Delete.
117 (get_win32_debug_event): Remove unneeded calls. Set state to
118 TARGET_WAITKIND_LOADED on a dll unload.
119 (do_initial_win32_stuff): Clear cygwin_load_start and
120 cygwin_load_end.
121 (map_code_section_args): Delete.
122 (dll_code_sections_add): Delete.
123 (core_section_load_dll_symbols): Delete.
124 (win32_xfer_shared_libraries): New.
125 (win32_current_sos): Delete.
126 (win32_xfer_partial): New.
127 (open_symbol_file_object): Delete.
128 (in_dynsym_resolve_code): Delete.
129 (init_win32_ops): Set win32_xfer_partial as to_xfer_partial member
130 of win32_ops. Remove win32_so_ops settings. Don't set
131 current_target_so_ops here.
132
133 * Makefile.in (i386_cygwin_tdep_h): New variable.
134 (i386-cygwin-tdep.o): Update dependencies.
135 (win32-nat.o): Update dependencies.
136
de584861
PA
1372007-09-04 Pedro Alves <pedro_alves@portugalmail.pt>
138 Daniel Jacobowitz <dan@codesourcery.com>
139
140 * gdbarch.sh (core_xfer_shared_libraries): New.
141
142 * corelow.c (core_xfer_partial): Handle TARGET_OBJECT_LIBRARIES.
143
144 * gdb_obstack.h (obstack_grow_str, obstack_grow_str0): New.
145
146 * xml-support.c (gdb_xml_parse): Debug output tweaks.
147 (xml_escape_text): New.
148 * xml-support.h (xml_escape_text): Declare.
149
150 * config/i386/cygwin.mh (NATDEPFILES): Move corelow.o to ...
151 * config/i386/cygwin.mt (TDEPFILES): ... here.
152
153 * win32-nat.c: (fetch_elf_core_registers): Delete.
154 (win32_elf_core_fn): Delete.
155 (_initialize_core_win32): Delete.
156
157 * i386-cygwin-tdep.c: Include "regset.h", "gdb_objstack.h",
158 "xml-support.h" and "gdbcore.h".
159 (i386_win32_gregset_reg_offset): New.
160 (I386_WIN32_SIZEOF_GREGSET): New.
161 (i386_win32_regset_from_core_section): New.
162 (win32_xfer_shared_library): New.
163 (struct cpms_data): New.
164 (core_process_module_section): New.
165 (win32_core_xfer_shared_libraries): New.
166 (i386_cygwin_skip_trampoline_code): Register gregset_reg_offset,
167 gregset_num_regs, sizeof_gregset members of tdep. Register
168 regset_from_core_section and core_xfer_shared_libraries callbacks.
169
170 * Makefile.in (i386-cygwin-tdep.o): Update dependencies.
171 * gdbarch.h, gdbarch.c: Regenerate.
172
7160c4c3
PA
1732007-09-03 Daniel Jacobowitz <dan@codesourcery.com>
174
175 * corelow.c (core_xfer_partial): Pass writebuf to
176 deprecated_xfer_memory in TARGET_OBJECT_MEMORY write case.
177
6dc13412
PA
1782007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
179
180 * arm-tdep.h (arm_skip_stub): Declare.
181 * arm-wince-tdep.c: Don't include "solib-svr4.h". Include
182 "gdbcore.h".
183 (arm_pe_skip_trampoline_code): New function.
184 (arm_wince_init_abi): Register arm_pe_skip_trampoline_code as
185 gdbarch_skip_trampoline_code callback.
186 * Makefile.in (arm-wince-tdep.o): Update dependencies.
187
ca8385e5
DJ
1882007-09-03 Daniel Jacobowitz <dan@codesourcery.com>
189
190 * MAINTAINERS: Move Fred Fish to Past Maintainers.
191
5c39566f
DJ
1922007-09-03 Daniel Jacobowitz <dan@codesourcery.com>
193
194 * configure.ac: Add --with-expat.
195 * configure: Regenerated.
196
6a30b0a5
AS
1972007-09-03 Andreas Schwab <schwab@suse.de>
198
199 * configure.ac: Accept --with-system-readline.
200 (READLINE, READLINE_DEPS, READLINE_CFLAGS): Define and substitute.
201 * configure: Regenerate.
202 * Makefile.in (READLINE, READLINE_DEPS, READLINE_CFLAGS): Use
203 substituted values.
204 (CDEPS): Use $(READLINE_DEPS) instead of $(READLINE).
205
edff0c0a
DJ
2062007-09-03 Maxim Grigoriev <maxim2405@gmail.com>
207 Daniel Jacobowitz <dan@codesourcery.com>
208
209 * mi-main.c (mi_load_progress): Handle MI2 and MI3 interpreters.
210
0b93d57c
JK
2112007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
212
213 * top.c (print_gdb_version): Fixed a string end-of-line compiler error.
214
b8533aec
DJ
2152007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
216
217 * top.c (print_gdb_version): Update for GPL version 3.
218
f5db8714
JK
2192007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
220
221 * NEWS: Mention the build-id .debug files verification.
222
d99148ef
JK
2232007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
224
225 * linux-nat.c (linux_nat_make_corefile_notes): Fixed a buffer overflow.
226
77069918
JK
2272007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
228
229 * Makefile.in (symfile.o): Update dependencies.
230 * symfile.c (symbol_file_add_with_addrs_or_offsets): Initialize the
231 DEBUGFILE variable. FIND_SEPARATE_DEBUG_FILE called only if !PSYMTABS.
232 (struct build_id): New structure.
233 (build_id_bfd_get, build_id_verify, build_id_to_debug_filename): New.
234 (find_separate_debug_file): New variable BUILD_ID.
235 Call BUILD_ID_BFD_GET with BUILD_ID_TO_DEBUG_FILENAME as the first try.
236
202ddcaa
VP
2372007-08-31 Vladimir Prus <vladimir@codesourcery.com>
238
239 * varobj.c (struct varobj): Fix comment
240 for the type member not to lie when it can be
241 NULL.
242
02142340
VP
2432007-08-31 Vladimir Prus <vladimir@codesourcery.com>
244
245 Implement -var-info-path-expression.
246
247 * mi/mi-cmds.h (mi_cmd_var_info_path_expression):
248 Declare.
249 * mi/mi-cmds.c (mi_cmds): Register var-info-path-expression.
250 * mi/mi-cmd-var.c (mi_cmd_var_info_path_expression): New.
251 * varobj.c (struct varobj): New field 'path_expr'.
252 (c_path_expr_of_child, cplus_path_expr_of_child)
253 (java_path_expr_of_child): New.
254 (struct language_specific): New field path_expr_of_child.
255 (varobj_create): Initialize the path_expr field.
256 (varobj_get_path_expr): New.
257 (new_variable): Initialize the path_expr field.
258 (free_variable): Free the path_expr field.
259 (adjust_value_for_children_access): New parameter
260 WAS_TYPE.
261 (c_number_of_children): Adjust.
262 (c_describe_child): New parameter CFULL_EXPRESSION.
263 Compute full expression.
264 (c_value_of_child, c_type_of_child): Adjust.
265 (cplus_number_of_children): Adjust.
266 (cplus_describe_child): New parameter CFULL_EXPRESSION.
267 Compute full expression.
268 (cplus_name_of_child, cplus_value_of_child)
269 (cplus_type_of_child): Adjust.
270 * varobj.h (varobj_get_path_expr): Declare.
271
bccc275a
VP
2722007-08-31 Vladimir Prus <vladimir@codesourcery.com>
273
274 * mi/mi-cmd-var.c (print_varobj): If a varobj
275 type is NULL, don't try to print it.
276
f2db237a
AM
2772007-08-30 Alan Modra <amodra@bigpond.net.au>
278
279 * ppc-linux-nat.c (right_fill_reg): Delete.
280 (supply_gregset): Use ppc_supply_gregset.
281 (supply_fpregset): Use ppc_supply_fpregset.
282 (fill_gregset): Use ppc_collect_gregset.
283 (fill_fpregset): Use ppc_collect_fpregset.
284 * ppc-linux-tdep.c (PPC_LINUX_PT_*): Don't define.
285 (right_supply_register, ppc_linux_supply_gregset): Delete.
286 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): Delete.
287 (ppc_linux_supply_fpregset): Delete.
288 (ppc_linux_collect_gregset): New function.
289 (ppc32_linux_reg_offsets, ppc64_linux_reg_offsets): New.
290 (ppc32_linux_gregset, ppc64_linux_gregset): Update to use reg offsets,
291 ppc_linux_supply_gregset, and ppc_collect_gregset.
292 (ppc_linux_fpregset): Rename to ppc32_linux_fpregset and update.
293 (ppc_linux_gregset, ppc_linux_fpregset): New functions.
294 (ppc_linux_regset_from_core_section): Update.
295 * ppc-tdep.h (ppc_linux_gregset, ppc_linux_fpregset): Declare.
296 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Delete.
297 (struct ppc_reg_offsets): Add gpr_size, xr_size, fpscr_size fields.
298 * ppcobsd-tdep.c (ppcobsd_supply_gregset): Delete FIXME and assert.
299 (ppcobsd_collect_gregset): Likewise.
300 (_initialize_ppcnbsd_tdep): Init gpr_size, xr_size, fpscr_size.
301 * ppcnbsd-tdep.c (_initialize_ppcobsd_tdep): Likewise.
302 * ppcobsd-nat.c (_initialize_ppcobsd_nat): Likewise.
303 * rs6000-aix-tdep.c (rs6000_aix32_reg_offsets): Likewise.
304 (rs6000_aix64_reg_offsets): Likewise.
305 (rs6000_aix_supply_regset): Call ppc_supply_fpregset without testing
306 ppc_floating_point_unit_p.
307 (rs6000_aix_collect_regset): Similarly.
308 * rs6000-tdep.c (ppc_supply_reg): Add regsize param. Adjust offset
309 when regsize is larger than regcache register size.
310 (ppc_collect_reg): Similarly zero pad when regsize is larger than
311 regcache register size.
312 (ppc_greg_offset): New function, split out from..
313 (ppc_supply_gregset): ..here. Separate code handling all regs from
314 single reg case. Correct xer offset.
315 (ppc_fpreg_offset): New function, split out from..
316 (ppc_supply_fpregset): ..here. Separate code handling all regs from
317 single reg case.
318 (ppc_collect_gregset, ppc_collect_fpregset): Likewise.
319 (ppc_supply_fpregset, ppc_collect_fpregset): Don't assert we have
320 a fp unit, instead return if no fp.
321
fe5aea2e
JB
3222007-08-29 Jim Blandy <jimb@codesourcery.com>
323
324 * breakpoint.c (watch_command_1): Remove '#ifdef HPUXHPPA' block;
325 this code has not been compiled for two years.
326
13ce7133
MS
3272007-08-29 Michael Snyder <msnyder@access-company.com>
328
329 * event-top.c (gdb_readline2): Return after EOF.
330
fd4a0f2f
JB
3312007-08-29 Joel Brobecker <brobecker@adacore.com>
332
333 * symtab.c: Remove a function that has been commented out 3 years ago.
334
d037d088
CD
3352007-08-29 Randolph Chung <tausq@debian.org>
336
337 * hppa-tdep.c (hppa32_cannot_fetch_register)
338 (hppa64_cannot_fetch_register): New functions.
339 (hppa_gdbarch_init): Set cannot_fetch_register appropriately.
340 * hppa-tdep.h (hppa_regnum): Add HPPA_CR26_REGNUM.
341
19d378fc
MS
3422007-08-28 Michael Snyder <msnyder@access-company.com>
343
57cdecd2
MS
344 * mi/mi-cmd-var.c (mi_print_value_p): No longer necessary to
345 check for null before calling check_typedef.
346
19d378fc
MS
347 * NEWS: Mention Coverity bug fixes.
348
36acd84e
UW
3492007-08-27 Markus Deuling <deuling@de.ibm.com>
350
351 * spu-tdep.c (spu_pointer_to_address): New function.
352 (spu_integer_to_address): Likewise.
353 (spu_gdbarch_init): Add spu_pointer_to_address and
354 spu_integer_to_address to gdbarch.
355
8ad7c2b9
PA
3562007-08-26 Pedro Alves <pedro_alves@portugalmail.pt>
357
358 * arm-wince-tdep.c (ARM_WINCE_JB_PC): Change to 10.
359
4de6a07e
JB
3602007-08-23 Joel Brobecker <brobecker@adacore.com>
361
362 * Makefile.in (copying.c): Use the top-level COPYING3 as the file
363 that contains the GDB license.
364 * copying.awk: Adjust to the GPLv3 wording.
365 * copying.c: Regenerate.
366
07aed0eb
JB
3672007-08-23 Joel Brobecker <brobecker@adacore.com>
368
01d4100f 369 * copying.awk: Protoization, and i18n markup.
07aed0eb 370
50efebf8
JB
3712007-08-23 Joel Brobecker <brobecker@adacore.com>
372
373 * config/djgpp/djconfig.sh: Switch license to GPLv3.
374 * copyright.sh: Likewise.
375 * gdb-events.sh: Likewise.
376 * gdb_gcore.sh: Likewise.
377 * gdb_mbuild.sh: Likewise.
378 * gdbarch.sh: Likewise.
379 * observer.sh: Likewise.
380 * features/feature_to_c.sh: Likewise.
381 * regformats/regdat.sh: Likewise.
382
3832007-08-23 Joel Brobecker <brobecker@adacore.com>
a9762ec7
JB
384
385 Switch the license of all .c files to GPLv3.
386 Switch the license of all .h files to GPLv3.
387 Switch the license of all .cc files to GPLv3.
388
5a0e3bd0
JB
3892007-08-23 Joel Brobecker <brobecker@adacore.com>
390
391 * configure.ac: Switch license to GPLv3.
392
609ca2b9
DJ
3932007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
394
395 * mips-tdep.c (mips_gdbarch_init): Use Tag_GNU_MIPS_ABI_FP to
396 determine the file's FPU type.
397
8d26208a
DJ
3982007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
399
400 * mips-tdep.c (mips_n32n64_fp_arg_chunk_p): New.
401 (mips_n32n64_push_dummy_call): Always increment float_argreg along
402 with argreg. Use mips_n32n64_fp_arg_chunk_p.
403
65728c26
DJ
4042007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
405
406 * solib-svr4.c (scan_dyntag): Only read target memory when necessary.
407 Fix formatting.
408 (elf_locate_base): Look for DT_MIPS_RLD_MAP first. Expand comments.
409 (elf_lookup_lib_symbol): Fix formatting.
410
a2ca50ae
MS
4112007-08-21 Michael Snyder <msnyder@access-company.com>
412
6b2d86bd
MS
413 * dbxread.c (read_dbx_symtab): Guard null deref.
414 Break up long line.
415
a2ca50ae
MS
416 * valops.c (find_overload_match): Guard against NULL.
417
54e116dd
DJ
4182007-08-21 Daniel Jacobowitz <dan@codesourcery.com>
419
420 * MAINTAINERS (Patch Champions): Remove self.
421
f429d7d0
DJ
4222007-08-21 Chris Smith <chris.smith@st.com>
423
424 * cli/cli-script.c (read_command_lines): Call dont_repeat for each
425 line.
426
a2ca50ae 4272007-08-18 Michael Snyder <msnyder@access-company.com>
a287cea6 428
31e9f6b6
MS
429 * stabsread.c (dbx_lookup_type): Memory leak.
430
32107cd5
MS
431 * event-loop.c (delete_async_signal_handler): Move pointer null
432 test to before pointer dereference.
433
44db85f8
MS
434 * ui-out.c (append_header_to_list): Possible cut and paste error.
435
a287cea6
MS
436 * MAINTAINERS: white space tweak.
437
0bd9908d
MS
4382007-08-17 Michael Snyder <msnyder@access-company.com>
439
f91162e1
MS
440 * stack.c (print_frame): Memory leak.
441
1e8189fb
MS
442 * completer.c (filename_completer): Avoid memory leak.
443 Remove unnecessary nested block.
444
348038cd
MS
445 * c-exp.y (parse_number): Memory leak.
446
1f20ed91
MS
447 * completer.c (location_completer): Must free 'fn_list', except
448 in the one case where it is returned (as 'list').
449
74dddad3
MS
450 * varobj.c (value_of_root): Memory leak.
451
0bd9908d
MS
452 * gdbtypes.h (virtual_base_list): Remove export decl.
453 * gdbtypes.c (virtual_base_list): Make static. Not called outside.
454 (virtual_base_index): Memory leak.
455 (virtual_base_index_skip_primaries): Ditto.
456
bdb4c075
MG
4572007-08-17 Maxim Grigoriev <maxim2405@gmail.com>
458
459 * xtensa-tdep.c (ARG_NOF, ARG_1ST, PS_WOE, PS_EXC, C0_MAXOPDS)
460 (C0_NREGS, C0_CLESV, C0_SP, C0_FP, C0_RA, C0_ARGS, C0_NARGS)
461 (C0_CONST, C0_INEXP, C0_NOSTK): New macros.
462 (xtensa_read_register): New function.
463 (xtensa_windowed_frame_cache, xtensa_call0_frame_cache, xtensa_c0reg)
464 (xtensa_insn_kind): New types.
465 (xtensa_frame_cache, xtensa_alloc_frame_cache, xtensa_frame_cache)
466 (xtensa_frame_prev_register, xtensa_return_value, xtensa_skip_prologue)
467 (xtensa_verify_config, xtensa_pseudo_register_read)
468 (xtensa_pseudo_register_write, xtensa_extract_return_value)
469 (xtensa_store_return_value)
470 (xtensa_push_dummy_call): Extended to support Xtensa Call0 ABI.
471 (windowing_enabled, extract_call_winsize, xtensa_unwind_dummy_id)
472 (xtensa_frame_this_id, xtensa_frame_prev_register)
473 (xtensa_register_type, xtensa_reg_to_regnum): Cosmetic changes.
474 (call0_frame_cache, call0_frame_get_reg_at_entry)
475 (call0_classify_opcode, call0_track_op)
476 (call0_analyze_prologue, call0_frame_cache): New functions.
477
198757a8
VP
4782007-08-17 Vladimir Prus <vladimir@codesourcery.com>
479
480 * breakpoint.c (bpstat_free): New.
481 (bpstat_clear): Use bpstat_free.
482 (delete_breakpoint): Document why we cannot
483 remove bpstats from stop_bpstat.
484 * breakpoint.h (bpstat_free): Declare.
485
dc66ab8a
MS
4862007-08-16 Michael Snyder <msnyder@access-company.com>
487
488 * event-loop.c (gdb_wait_for_event): Move statement into "if" block.
489
40c8aaa9
JB
4902007-08-15 Paul Hilfinger <hilfinger@adacore.com>
491 Joel Brobecker <brobecker@adacore.com>
492
493 * ada-lang.c (resolve_subexp): Correct arity of binary operators.
494
ee90b9ab
JB
4952007-08-15 Paul Hilfinger <hilfinger@adacore.com>
496 Joel Brobecker <brobecker@adacore.com>
497
498 * ada-lang.c (possible_user_operator_p): Alternative fix to last
499 checkin guarding against NULL.
500
5b6fe301
MS
5012007-08-14 Michael Snyder <msnyder@access-company.com>
502
e5908723
MS
503 * tui-command.c, tui-data.c, tui-disasm.c, tui-file.c, tui-io.c,
504 tui-layout.c, tui-regs.c, tui-source.c, tui-win.c, tui-windata.c,
505 tui-wingeneral.c, tui-winsource.c: Coding standard, && and ||
506 go at beginning of new line.
507
08ef48c5
MS
508 * tui-data.c, tui-data.h, tui-disasm.c, tui-disasm.h, tui-hooks.c,
509 tui-io.c, tui-layout.c, tui-layout.h, tui-out.c, tui-regs.c,
510 tui-source.c, tui-source.h, tui-stack.c, tui-win.c, tui-win.h,
511 tui-windata.c, tui-windata.h, tui-wingeneral.c, tui-winsource.c,
512 tui-winsource.h, tui.c, tui.h: Function declarations and
513 definitions, wrap long lines.
514
ef5eab5a
MS
515 * tui-command.c, tui-data.c, tui-disasm.c, tui-layout.c,
516 tui-regs.c, tui-win.c, tui-windata.c, tui-winsource.c, tui.c:
517 Reformat block comments to GNU standard.
518
1cc6d956
MS
519 * tui-command.c, tui-data.c, tui-data.h, tui-disasm.c, tui-file.c,
520 tui-hooks.c, tui-interp.c, tui-io.c, tui-layout.c, tui-out.c,
521 tui-regs.c, tui-regs.h, tui-source.c, tui-stack.c, tui-win.c,
522 tui-windata.c, tui-wingeneral.c, tui-winsource.c, tui-winsource.h,
523 tui.c, tui.h: Comment reformatting to coding standard (capitals,
524 spaces after periods, etc).
525
5b6fe301
MS
526 * tui-data.c, tui-data.h, tui-disasm.c, tui-hooks.c, tui-layout.c,
527 tui-regs.c, tui-source.c, tui-stack.c, tui-win.c, tui-windata.c,
528 tui-wingeneral.c, tui-wingeneral.h, tui-winsource.c, tui.c,
529 tui-winsource.h: Whitespace changes, fix pointer declarations
530 to be consistant.
531
64a1bf19
JB
5322007-08-14 Joel Brobecker <brobecker@adacore.com>
533 Michael Snyder <msnyder@access-company.com>
534
535 * ada-lang.c (field_alignment): Guard against NULL.
536
e933291e
JB
5372007-08-14 Joel Brobecker <brobecker@adacore.com>
538
539 * MAINTAINERS (Global Maintainers): Add self.
540
348144ba
MS
5412007-08-14 Michael Snyder <msnyder@access-company.com>
542
068acb6c
MS
543 * mi/mi-interp.c (mi_cmd_interpreter_exec): Dead code, dead variable.
544
6d307763
MS
545 * ada-lang.c (possible_user_operator_p): Guard against NULL.
546
348144ba
MS
547 * varobj.c (cplus_describe_child): Guard against null.
548 Use "NULL" instead of "0" to initialize pointers.
549
b8926edc
DJ
5502007-08-14 Daniel Jacobowitz <dan@codesourcery.com>
551
552 * arm-tdep.c (arm_gdbarch_init): Allow unknown ABI and FPU settings
553 to match any gdbarch with matching OSABI. Set default ABI and FPU
554 after running the OSABI handler.
555
cdd6623c
DJ
5562007-08-14 Daniel Jacobowitz <dan@codesourcery.com>
557
558 * config/i386/linux.mh (NATDEPFILES): Move corelow.o from here...
559 * config/i386/linux.mt (TDEPFILES): ...to here.
560
cb851954
VP
5612007-08-14 Vladimir Prus <vladimir@codesourcery.com>
562
cb851954
VP
563 * breakpoint.c (disable_breakpoints_in_shlibs): Remove
564 the 'silent' parameter and code to implement that.
565 * breakpoint.h (disable_breakpoints_in_shlibs): Adjust
566 prototype.
567 * win32-nat.c: Adjust.
568 * solib.c: Adjust.
569
e14a792b
VP
5702007-08-14 Vladimir Prus <vladimir@codesourcery.com>
571
e14a792b
VP
572 * breakpoint.c (update_breakpoints_after_exec): Don't
573 set address to zero.
574
be8ca11b
MS
5752007-08-13 Michael Snyder <msnyder@access-company.com>
576
ac3eeb49
MS
577 * valops.c: Whitespace clean-up.
578
81b7c67a
MS
579 * tui/tui-winsource.c (tui_alloc_source_buffer): Clean up allocation.
580
f5b73fbb
MS
581 * event-top.c (command_line_handler): Memory leak.
582
b538c234
MS
583 * mi/mi-cmd-var.c (mi_cmd_var_set_format): Memory leak.
584 No need to make copy.
585
be8ca11b
MS
586 * source.c (find_source_lines): Require symtab 's'.
587
489f0516
MS
5882007-08-11 Michael Snyder <msnyder@access-company.com>
589
590 * completer.c: Spelling fix in comments.
591
9c3f90bd
MS
5922007-08-10 Michael Snyder <msnyder@access-company.com>
593
687d6395 594 * gdbtypes.c: Coding standard cleanup.
7ba81444
MS
595 * gdbtypes.c: Comment/whitespace cleanup.
596
6aef78af
MS
597 * stabsread.c (read_huge_number): Attempt to compute value before
598 values that it depends on.
599
46be51c4
MS
600 * linespec.c (decode_dollar): Dead code, ptr can't be non-null.
601 (decode_objc): Use "NULL" instead of 0.
602 (find_method): Ditto.
603 (decode_all_digits): Ditto.
604 (decode_dollar): Ditto.
605
412bbd6c
MS
606 * mi/mi-main.c (mi_cmd_data_evaluate_expression): Resource leak.
607
76bd6e0b
MS
608 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Memory leak.
609
518f9d3c
MS
610 * solib-svr4.c (enable_break): Don't free tmp_pathname until
611 after closing bfd.
612
9c3f90bd
MS
613 * completer.c: Comment/whitespace cleanup.
614
adee0206
JB
6152007-08-10 Joel Brobecker <brobecker@adacore.com>
616
617 * Makefile.in (i386nbsd-nat.o): Add missing dependency.
618
6192007-08-10 Maxim Grigoriev <maxim2405@gmail.com>
9f8e6999
MG
620
621 * remote-fileio.c (remote_fileio_resize_fd_map): Initialize newly
622 allocated file descriptors.
623
271a27b8
JB
6242007-08-10 Joel Brobecker <brobecker@adacore.com>
625
626 * Makefile.in: Minor cleanup throughout; add some missing variables,
627 add some missing rules, remove some rules that are no longer needed,
628 and fix the dependencies in several rules.
629
57da7796
LC
6302007-08-10 Ludovic Courtès <ludo@gnu.org>
631
d4310edb
LC
632 * Makefile.in (SFILES): Add scm-{exp,lang,valprint}.c.
633 (scm_lang_h, scm_tags_h): New.
634 (COMMON_OBS): Add scm-{exp,lang,valprint}.o.
635 (scm-exp.o, scm-lang.o, scm-valprint.o): New targets.
636 * defs.h (enum language): Add `language_scm'.
637
57da7796
LC
638 * MAINTAINERS: Add Emacs local variables to use UTF-8 upon
639 opening.
640
93c06293
LC
6412007-08-09 Ludovic Courtès <ludo@gnu.org>
642
643 * MAINTAINERS (Write After Approval): Add myself.
644
0997b535
MS
6452007-08-09 Michael Snyder <msnyder@access-company.com>
646
647 * solib.c (solib_open): Memory leak -- openp returns xmalloc buffer.
648
4fec86cf
JB
6492007-08-09 Joel Brobecker <brobecker@adacore.com>
650
651 * solib-som.c (som_relocate_section_addresses): Stop saving
652 the $CODE$ section in the so_list structure.
653
7b871568
MG
6542007-08-08 Maxim Grigoriev <maxim2405@gmail.com>
655
656 * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): New.
657 (xtensa_register_group_t): Add entries for coprocessors.
658 * xtensa-tdep.c (xtensa_init_reggroups): New register groups.
659 (xtensa_add_reggroups): Likewise.
660 (xtensa_register_reggroup_p): Likewise.
661 (xtensa_coprocessor_register_group): New function.
662 (xtensa_cp): New.
663
652aaa24
JK
6642007-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
665
666 * serial.c (serial_open): Fix the OPEN parameter macro expansion.
667
decbce07
MS
6682007-08-08 Michael Snyder <msnyder@access-company.com>
669
6217bf3e
MS
670 * target.c (target_read_string): Guard against null.
671
6225abfa
MS
672 * varobj.c (value_of_root): Move alloc after return to avoid leak.
673
3e40160c 674 * tui/tui-layout.c (tui_set_layout): Dead code, dead variable.
3277c0e0 675 (tui_set_layout_for_display_command): Mem leak.
3e40160c 676
91d2803c
MS
677 * top.c (command_line_input): Memory leak.
678
ea5bf0a1
MS
679 * solib-svr4.c (open_symbol_file_object): Memory leak.
680 (svr4_current_sos): Ditto.
681 (enable_break): Ditto.
682
34e2dfde
MS
683 * cp-valprint.c (cp_print_hpacc_virtual_table_entries): Memory leak.
684
decbce07
MS
685 * dwarf2read.c (add_partial_symbol): Memory leak.
686
4cdfadb1
MS
6872007-08-06 Michael Snyder <msnyder@access-company.com>
688
689 * ada-lang.c (desc_bounds): Comparison of function address to NULL.
690
b1ddacc7
JB
6912007-08-05 Jim Blandy <jimb@codesourcery.com>
692
693 * macroexp.c (init_buffer): Remove testing code that overrides the
694 caller's length guess.
695 (gather_arguments): Use a larger initial size, now that the vector
696 growth code has been exercised.
697
5d9643ba
PA
6982007-08-05 Pedro Alves <pedro_alves@portugalmail.pt>
699
700 * solib-target.c (solib_target_relocate_section_addresses): Add
701 orig_delta to addr_high.
702
27e06d3e
MS
7032007-08-04 Michael Snyder <msnyder@access-company.com>
704
1ed489bd
MS
705 * remote-fileio.c (remote_fileio_func_write): Memory leak.
706
c1f5197e
MS
707 * breakpoint.c (print_one_breakpoint): Off by one error.
708
27e06d3e
MS
709 * tracepoint.c (add_register): Off by one error.
710 (stringify_collection_list): Free malloc buffer.
711
03b4bca2
MS
7122007-08-03 Michael Snyder <msnyder@access-company.com>
713
474d0d0c
MS
714 * mi-cmd-var.c (mi_cmd_var_delete): Remove unused variable,
715 stop memory leak, straighten out cleanups.
716
03b4bca2
MS
717 * jv-lang.c (java_link_class_type): Guard against NULL.
718
423c0af8
MS
7192007-08-02 Michael Snyder <msnyder@access-company.com>
720
f9780d5b
MS
721 * gdbtypes.c (create_set_type): Test should only be done within
722 the preceeding if block. Otherwise, variable is uninitialized.
723
423c0af8
MS
724 * gdbtypes.c (check_typedef): Guard NULL.
725
c0645fb5
MS
7262007-08-01 Michael Snyder <msnyder@access-company.com>
727
3cebf8d8
MS
728 * cli/cli-decode.c (lookup_cmd): Check for null earlier, to
729 avoid dereference in lookup_cmd_1.
730
c0645fb5
MS
731 * tui/tui-data.c (tui_alloc_content): Move assign out of if,
732 clean up long lines.
733 (tui_alloc_generic_win_info): Tidy by using XMALLOC macro.
734 (tui_alloc_win_info): Ditto.
735 (tui_add_content_elements): Ditto.
736 * tui/tui-file.c (tui_file_magic): Ditto.
737
abe34c35
MS
7382007-07-31 Michael Snyder <msnyder@access-company.com>
739
967af18d
MS
740 * breakpoint.c (breakpoint_init_inferior): Add 'else' to 'if'.
741 True and false paths are mutually exclusive.
742
40742ab6
MS
743 * event-top.c (command_line_handler): Add pedantic return.
744
7c6e0d48
MS
745 * f-valprint.c (info_common_command): Bail out to prevent null
746 pointer deref. Break up a long line.
747
c7b1adc9
MS
748 * exec.c (xfer_memory): Remove redundant condition from 'if'.
749
73780b3c
MS
750 * symfile.c (reread_separate_symbols): Free xmalloced memory.
751
abe34c35
MS
752 * printcmd.c (build_address_symbolic): Remove dead code and dead
753 variable.
754
e48883f7
DJ
7552007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
756
757 * linespec.c (minsym_found): Advance to the next line if possible.
758
57204837
PA
7592007-07-31 Pedro Alves <pedro_alves@portugalmail.pt>
760
761 * arm-wince-tdep.c (arm_wince_init_abi): Remove svr4 related call.
762 * config/arm/wince.mt (TDEPFILES): Remove solib-legacy.o and
763 solib-svr4.o, and add solib-target.o
764
fed8b01e
MS
7652007-07-27 Michael Snyder <msnyder@access-company.com>
766
767 * tui/tui-data.c (tui_alloc_generic_win_info): Wrong arg for sizeof.
768
9ceb0b4c
MR
7692007-07-26 Maciej W. Rozycki <macro@linux-mips.org>
770
771 * MAINTAINERS (Write After Approval): Add myself.
772
c80a96a8
MR
7732007-07-26 Maciej W. Rozycki <macro@mips.com>
774
775 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
776 for include files.
777
5b311828
MR
7782007-07-25 Maciej W. Rozycki <macro@mips.com>
779
780 * Makefile.in (MAKEHTMLFLAGS): Remove "-glossary".
781
f52df7d9 7822007-07-24 Michael Snyder <msnyder@access-company.com>
55765a25 783
f52df7d9
MS
784 * solib-svr4.c (svr4_fetch_objfile_link_map): Null pointer check of
785 'buffer' must cover both branches that call strcmp (Coverity).
55765a25 786
f52df7d9 787 * stack.c (print_frame_args): Check return value of lookup_symbol.
747f3d18
MS
788
789 * ax-gdb.c (find_field): Guard against null ptr.
790
69ae91d3
UW
7912007-07-24 Ulrich Weigand <uweigand@de.ibm.com>
792
793 * regformats/reg-spu.dat: Fix order of npc, id registers.
794
98646950
UW
7952007-07-24 Ulrich Weigand <uweigand@de.ibm.com>
796
797 * target.c (memory_xfer_partial): Accesses to unmapped overlay
798 sections should always go to the executable file.
799
193774b3
MR
8002004-07-20 Chris Dearman <chris@mips.com>
801
802 * mips-tdep.c (heuristic_proc_start): Add more MIPS16 function
803 prologue instructions.
804
ce1f96de
MR
8052007-07-20 Maciej W. Rozycki <macro@mips.com>
806
807 * mips-tdep.c (mips_next_pc): Use is_mips16_addr() instead of
808 a direct test.
809
bcf1ea1e
MR
8102007-07-20 Chris Dearman <chris@mips.com>
811 Maciej W. Rozycki <macro@mips.com>
812
813 * mips-tdep.c (fetch_mips_16): Fix typos and reformat the
814 description.
815
255e7678
DJ
8162007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
817 Daniel Jacobowitz <dan@codesourcery.com>
818
819 * config/i386/cygwin.mt (TDEPFILES): Add solib-target.o.
820 * coff-pe-read.c (read_pe_exported_syms): Delete verbose
821 printf.
822 * NEWS: Mention gdbserver DLL support.
823
a8c50c1f
DJ
8242007-07-17 Daniel Jacobowitz <dan@codesourcery.com>
825
826 * dwarf2read.c (dwarf_decode_lines): Detect address size mismatches.
827
2e024c20
L
8282007-07-16 H.J. Lu <hongjiu.lu@intel.com>
829
830 * i386-linux-nat.c (fetch_regs): Work around gcc 3.4 alias
831 warning bug.
832
f219aedc
KB
8332007-07-13 Kevin Buettner <kevinb@redhat.com>
834
835 * mep-tdep.c (mep_analyze_prologue): Update comment for BRA
836 instruction case.
837
1ba3e7a3
KB
8382007-07-12 Kevin Buettner <kevinb@redhat.com>
839
840 * mep-tdep.c (IS_BRA, BRA_DISP): New macros.
841 (mep_analyze_prologue): Add case for BRA instruction.
842
f1e55806
UW
8432007-07-12 Ulrich Weigand <uweigand@de.ibm.com>
844
845 * solib-svr4.c (LM_ADDR_CHECK): Relax prelink recognition heuristic.
846
d9f71b56
NR
8472007-07-10 Nick Roberts <nickrob@snap.net.nz>
848
849 * breakpoint.c: Include "top.h".
850 (breakpoint_1): Don't set convenience variable $_ if server prefix
851 is used.
852 (_initialize_breakpoint): Describe this behaviour in command help.
853
358eb95e
PA
8542007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
855
856 * solib-target.c (library_list_start_segment): Cast address to
857 CORE_ADDR.
858
a4e7b2e7
MK
8592007-07-06 Mark Kettenis <kettenis@gnu.org>
860
861 * bsd-uthread.c (bsd_uthread_wait): Don't try to fetch thread IDs
862 for terminated processes.
863
2ed23f5f
MS
8642007-07-05 Michael Snyder <msnyder@access-company.com>
865
866 * event-top.c (cli_command_loop): Prompt string can (and should)
867 be freed after call to readline (Coverity). Also move local var
868 declarations into block where they are used.
869
870 * tui/tui-interp.c (tui_command_loop): Prompt string can (and
871 should) be freed after call to readline (Coverity). Also move
872 local var declarations into block where they are used.
873
a25694b4
AS
8742007-07-03 Andreas Schwab <schwab@suse.de>
875
876 * linux-nat.c (linux_nat_info_proc_cmd): Fix parsing of columns in
877 /proc/../stat.
878
2bbe3cc1
DJ
8792007-07-03 Paul Gilliam <pgilliam@us.ibm.com>
880 Thiago Bauermann <bauerman@br.ibm.com>
881 Joseph S. Myers <joseph@codesourcery.com>
882 Daniel Jacobowitz <dan@codesourcery.com>
883
884 * remote.c (remote_check_symbols): Use
885 gdbarch_convert_from_func_ptr_addr.
886 * infcall.c (find_function_addr): Handle function descriptors
887 without debugging information.
888 * ppc-linux-tdep.c (ppc_linux_convert_from_func_ptr_addr): Renamed
889 from ppc64_linux_convert_from_func_ptr_addr. Handle -msecure-plt.
890 (ppc_linux_init_abi): Always set convert_from_func_ptr_addr.
891 * solib-svr4.c (solib_break_names): Remove "._dl_debug_state".
892 (bfd_lookup_symbol): Do not take a SECT_FLAGS argument. Always
893 allow SEC_CODE and SEC_DATA.
894 (enable_break): Update calls. Pass current_target to solib_add.
895 Use gdbarch_convert_from_func_ptr_addr.
896
9f43d28c
DJ
8972007-07-03 Ilko Iliev <iliev@ronetix.at>
898 Daniel Jacobowitz <dan@codesourcery.com>
899
900 * symfile.c (print_transfer_performance): Avoid integer overflow.
901 Use larger units.
902
3a40aaa0
UW
9032007-07-03 Markus Deuling <deuling@de.ibm.com>
904
905 * cp-namespace.c (lookup_symbol_file): Add block to
906 lookup_symbol_global call.
907 * Makefile.in (solist_h): Add dependency on symtab header.
908 (symtab.o): Add dependency on solist header.
909 * solib.c (solib_global_lookup): New function.
910 * solib-svr4.c (scan_dyntag): Likewise.
911 (elf_locate_base): Call helper routine scan_dyntag.
912 (elf_lookup_lib_symbol): New function.
913 (_initialize_svr4_solib): Add elf_lookup_lib_symbol to svr4_so_ops.
914 * solist.h (symtab.h): New include.
915 (struct target_so_ops): New member lookup_lib_global_symbol.
916 (solib_global_lookup): New prototype.
917 * symtab.c: New include solist.h.
918 (lookup_objfile_from_block): New function.
919 (lookup_global_symbol_from_objfile): New function.
920 (basic_lookup_symbol_nonlocal): Add block to lookup_symbol_global call.
921 (lookup_symbol_global): Call library-specific lookup procedure.
922 * symtab.h (lookup_global_symbol_from_objfile): New prototype.
923
924 * NEWS: Document framework.
925
c8c12293
DJ
9262007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
927
928 * target-descriptions.c (tdesc_create_reg): Do not set reg->type
929 to NULL.
930
931 * cli/cli-script.c (build_command_line): Update NULL check.
932
7877e977
MS
9332007-07-02 Michael Snyder <msnyder@access-company.com>
934
935 * p-exp.y (yylex): Memory leak, 'uptokstart' must be freed (Coverity).
936
cfa9d6d9
DJ
9372007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
938
939 * Makefile.in (XMLFILES): Add library-list.dtd.
940 (ALLDEPFILES): Add solib-target.o.
941 (solib-target.o): New rule.
942 * remote.c (PACKET_qXfer_libraries): New constant.
943 (remote_protocol_features): Add qXfer:libraries:read.
944 (remote_wait): Recognize library stop replies.
945 (remote_async_wait): Likewise. Fix typo.
946 (remote_xfer_partial): Handle TARGET_OBJECT_LIBRARIES.
947 (init_remote_async_ops): Fix typo.
948 (_initialize_remote): Register "set remote library-info-packet".
949 * solib-som.c (som_current_sos): Set addr_low and addr_high.
950 * solib-target.c: New file.
951 * solib.c (solib_map_sections): Use addr_low and addr_high instead
952 of textsection.
953 (info_sharedlibrary_command): Likewise.
954 (solib_add_library, solib_remove_library): New.
955 * solist.h (struct so_list): Replace textsection with addr_low and
956 addr_high.
957 * target.h (enum target_object): Add TARGET_OBJECT_LIBRARIES.
958 * NEWS: Describe new qXfer:libraries:read and shared library
959 event support.
960 * features/library-list.dtd: New.
961
b0f4b84b
DJ
9622007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
963
964 * infrun.c (inferior_ignoring_startup_exec_events): Delete.
965 (start_remote): Use STOP_QUIETLY_REMOTE.
966 (handle_inferior_event): Do not condition TARGET_WAITKIND_LOADED
967 support on a SOLIB_ADD definition. Update breakpoints_inserted.
968 Update to match shared library event breakpoint support. Only
969 resume if appropriate. Handle STOP_QUIETLY_REMOTE.
970 (normal_stop): Handle TARGET_WAITKIND_LOADED.
971 * fork-child.c (startup_inferior): Do not set
972 inferior_ignoring_startup_exec_events
973 * inferior.h (inferior_ignoring_startup_exec_events): Delete
974 declaration.
975 (enum stop_kind): Improve documentation. Add STOP_QUIETLY_REMOTE.
976
9bbf65bb
UW
9772007-07-02 Markus Deuling <deuling@de.ibm.com>
978
979 * breakpoint.c (insert_bp_location): Remove dead code
980 (DISABLE_UNSETTABLE_BREAK).
981 (disable_breakpoints_in_shlibs)
982 (disable_breakpoints_in_unloaded_shlib): Likewise (comment).
983
a4954f26
DJ
9842007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
985
986 * breakpoint.c (reattach_breakpoints): Do not use remove_breakpoint.
987 Call insert_bp_location.
988
b48516f9
L
9892007-07-01 H.J. Lu <hongjiu.lu@intel.com>
990
991 * core-regset.c (fetch_core_registers): Work around gcc 3.4
992 alias warning bug.
993
96225718
DJ
9942007-07-01 Daniel Jacobowitz <dan@codesourcery.com>
995
996 * minsyms.c (lookup_minimal_symbol_by_pc_section): Search fewer
997 objfiles.
998
1b05479a
DJ
9992007-07-01 Daniel Jacobowitz <dan@codesourcery.com>
1000
1001 * top.c (gdb_readline_wrapper_line): Call rl_callback_handler_remove.
1002 (struct gdb_readline_wrapper_cleanup): Remove prompt_orig.
1003 (gdb_readline_wrapper_cleanup): Do not reset the prompt.
1004 (gdb_readline_wrapper): Do not save the prompt. Pass our prompt
1005 to display_gdb_prompt.
1006
5ad3a4ca
DJ
10072007-07-01 Daniel Jacobowitz <dan@codesourcery.com>
1008
1009 PR symtab/2161
1010 * target.c (memory_xfer_partial): Do not continue past targets with
1011 all memory.
1012
4ed77933
AS
10132007-06-30 Andreas Schwab <schwab@suse.de>
1014
4713453b
AS
1015 * m68k-tdep.c (m68k_ps_type): New.
1016 (m68k_init_types): New.
1017 (m68k_register_type): Use m68k_ps_type for PS register.
1018 (_initialize_m68k_tdep): Call m68k_init_types.
1019
4ed77933
AS
1020 * m68k-tdep.c (m68k_gdbarch_init): Don't infer coldfire flavour
1021 from the generic m68k arch.
1022
dd3526aa
MS
10232007-06-28 Michael Snyder <msnyder@access-company.com>
1024
f08312c2
MS
1025 * m2-typeprint.c (m2_print_type): Move pointer ref after null test
1026 (Coverity).
1027
a787bedf
MS
1028 * linux-thread-db.c (thread_db_get_thread_local_address): Add
1029 gdb_assert before using return value of find_thread_pid (Coverity).
1030
77accacd
MS
1031 * source.c (unset_substitute_path_command): Plug leak (Coverity).
1032
dd3526aa
MS
1033 * cli/cli-script.c (build_command_line): Add null pointer guard
1034 (Coverity).
1035
4105de34
DJ
10362007-06-27 Daniel Jacobowitz <dan@codesourcery.com>
1037
1038 * linux-thread-db.c (thread_db_attach): Delete.
1039 (thread_db_detach): Typo fix. Call target_mourn_inferior
1040 instead of fixing up proc_handle.
1041 (have_threads_callback, have_threads): New functions.
1042 (thread_db_wait): Remove dead proc_handle.pid check. Only
1043 translate PTIDs if we have registered threads. Check for new
1044 threads if we have none.
1045 (thread_db_create_inferior, thread_db_post_startup_inferior): Delete.
1046 (find_new_threads_callback): Only enable event reporting if TID == 0.
1047 (same_ptid_callback): New.
1048 (thread_db_get_thread_local_address): Check for new threads.
1049 (init_thread_db_ops): Don't set to_attach, to_create_inferior,
1050 or to_post_startup_inferior.
1051
1c0fdd0e
UW
10522007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
1053
1054 * infrun.c (adjust_pc_after_break): Do not assume software single-step
1055 is always active if SOFTWARE_SINGLE_STEP_P is true.
1056 (resume): Use gdbarch_software_single_step[_p] instead of
1057 SOFTWARE_SINGLE_STEP[_P].
1058 (handle_inferior_event): Do not check for SOFTWARE_SINGLE_STEP_P.
1059
1060 * gdbarch.sh (software_single_step): Remove target macro.
1061 * gdbarch.h, gdbarch.c: Regenerate.
1062
e487cc15
UW
10632007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
1064
1065 * gdbarch.sh (gdbarch_swap_ftype, deprecated_register_gdbarch_swap,
1066 DEPRECATED_REGISTER_GDBARCH_SWAP): Remove.
1067 (struct gdbarch_swap, struct gdbarch_swap_registration,
1068 struct gdbarch_swap_registry, gdbarch_swap_registry,
1069 current_gdbarch_swap_init_hack, current_gdbarch_swap_out_hack,
1070 current_gdbarch_swap_in_hack): Remove.
1071 (find_arch_by_info): Do not call current_gdbarch_swap_init_hack.
1072 (gdbarch_find_by_info): Do not call current_gdbarch_swap_in_hack
1073 and current_gdbarch_swap_out_hack, update current_gdbarch directly.
1074 (deprecated_current_gdbarch_select_hack): Likewise.
1075 * gdbarch.h, gdbarch.c: Regenerate.
1076
d5c31457
UW
10772007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
1078
1079 * infrun.c (clear_proceed_status): Clean up stop_registers.
1080 (normal_stop): Allocate regcache for stop_registers.
1081 (struct inferior_status): Remove stop_registers member.
1082 (save_inferior_status): Do not save stop_registers.
1083 (restore_inferior_status): Do not restore stop_registers.
1084 (discard_inferior_status): Do not discard stop_registers.
1085 (build_infrun): Remove.
1086 (_initialize_infrun): Do not swap stop_registers.
1087
911c95a5
UW
10882007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
1089
1090 * remote.c (remote_address_masked): If remote_address_size is zero,
1091 default to target address size.
1092 (build_remote_gdbarch_data): Remove.
1093 (_initialize_remote): Do not swap remote_address_size.
1094
5674de60
UW
10952007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
1096
1097 * gdbtypes.h (builtin_type_true_char, builtin_type_void,
1098 builtin_type_char, builtin_type_short, builtin_type_int,
1099 builtin_type_long, builtin_type_signed_char,
1100 builtin_type_unsigned_char, builtin_type_unsigned_short,
1101 builtin_type_unsigned_int, builtin_type_unsigned_long,
1102 builtin_type_float, builtin_type_double, builtin_type_long_double,
1103 builtin_type_complex, builtin_type_double_complex, builtin_type_string,
1104 builtin_type_bool, builtin_type_long_long,
1105 builtin_type_unsigned_long_long, builtin_type_void_data_ptr,
1106 builtin_type_void_func_ptr, builtin_type_CORE_ADDR): Replace global
1107 variable declaration with compatibility macro.
1108 * gdbtypes.c (builtin_type_true_char, builtin_type_void,
1109 builtin_type_char, builtin_type_short, builtin_type_int,
1110 builtin_type_long, builtin_type_signed_char,
1111 builtin_type_unsigned_char, builtin_type_unsigned_short,
1112 builtin_type_unsigned_int, builtin_type_unsigned_long,
1113 builtin_type_float, builtin_type_double, builtin_type_long_double,
1114 builtin_type_complex, builtin_type_double_complex, builtin_type_string,
1115 builtin_type_bool, builtin_type_long_long,
1116 builtin_type_unsigned_long_long, builtin_type_void_data_ptr,
1117 builtin_type_void_func_ptr, builtin_type_CORE_ADDR): Remove.
1118 (build_gdbtypes): Remove.
1119 (_initialize_gdbtypes): Do not call build_gdbtypes, move installing
1120 opaque-type-resolution command here. Do not call
1121 deprecated_register_gdbarch_swap.
1122
64c50499
UW
11232007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
1124
1125 * gdbtypes.h (struct builtin_type): New members nodebug_text_symbol,
1126 nodebug_data_symbol, nodebug_unknown_symbol, and nodebug_tls_symbol.
1127 * gdbtypes.c (gdbtypes_post_init): Initialize nodebug_ default types.
1128
1129 * parse.c (msym_text_symbol_type, msym_data_symbol_type): Remove.
1130 (msym_unknown_symbol_type, msym_tls_symbol_type): Remove.
1131 (write_exp_msymbol): Use builtin nodebug_ types instead of them.
1132 (build_parse): Remove.
1133 (_initialize_parse): Do not call build_parse. Do not register
1134 msym_ types for gdbarch-swapping.
1135
1136 * dwarf2read.c (new_symbol): Use default nodebug_data_symbol type
1137 instead of creating private type.
1138
1139 * xcoffread.c (func_symbol_type, var_symbol_type): Remove.
1140 (_initialize_xcoffread): Do not initialized them.
1141 (process_xcoff_symbol): Use builtin nodebug_ types instead of them.
1142
1143 * mdebugread.c (nodebug_func_symbol_type): Remove.
1144 (nodebug_var_symbol_type): Remove.
1145 (_initialize_mdebugread): Do not initialize them.
1146 (parse_symbol): Use builtin nodebug_ type instead of them.
1147 (parse_procedure): Likewise.
1148
6a2eb474
MR
11492007-06-21 Chris Dearman <chris@mips.com>
1150
1151 * printcmd.c (do_one_display): If display/i, start with an initial
1152 line feed to avoid bad layout if there is a branch delay slot.
1153
a4642986
MR
11542007-06-21 Nigel Stephens <nigel@mips.com>
1155 Maciej W. Rozycki <macro@mips.com>
1156
1157 * disasm.c (gdb_print_insn): Return the number of branch delay
1158 slot instructions too.
1159 * disasm.h (gdb_print_insn): Update prototype.
1160 * printcmd.c (branch_delay_insns): New variable to record the
1161 number of delay slot instructions after disassembling a branch.
1162 (print_formatted): Record the number of branch delay slot
1163 instructions.
1164 (do_examine): When disassembling, if the last instruction
1165 disassembled has any branch delay slots, then bump the count so
1166 that they get disassembled too.
1167 * tui/tui-disasm.c (tui_disassemble): Update the call to
1168 gdb_print_insn().
1169 * NEWS: Document the new behaviour.
1170
ade28716
AS
11712007-06-21 Andreas Schwab <schwab@suse.de>
1172
1173 * regcache.c (write_pc_pid): Restore missing else.
1174
28c38f10
UW
11752007-06-20 Ulrich Weigand <uweigand@de.ibm.com>
1176
1177 * regcache.c (regcache_print): Use get_current_regcache ()
1178 instead of current_regcache.
1179
52b57208
L
11802007-06-20 H.J. Lu <hongjiu.lu@intel.com>
1181
1182 PR 4606
1183 * gcore.c (gcore_command): Use bfd_make_section_anyway_with_flags
1184 instead of bfd_make_section_anyway.
1185 (gcore_create_callback): Likewise. Also set SEC_NEVER_LOAD
1186 when clearing SEC_LOAD.
1187
8bf8793c
JM
11882007-06-19 Joseph Myers <joseph@codesourcery.com>
1189
1190 * arm-tdep.c (arm_push_dummy_call): Correct padding of partial
1191 registers for big-endian.
1192
7f5c84d3
UW
11932007-06-19 Markus Deuling <deuling@de.ibm.com>
1194
1195 * gdbarch.sh (TARGET_PRINT_INSN): Replace by gdbarch_print_insn.
1196 * disasm.c (dump_insns, gdb_print_insn): Likewise.
1197 * gdbarch.c, gdbarch.h: Regenerate.
1198
f73e88f9
UW
11992007-06-19 Markus Deuling <deuling@de.ibm.com>
1200
1201 * gdbarch.sh (BELIEVE_PCC_PROMOTION): Replace by
1202 gdbarch_believe_pcc_promotion.
1203 * stabsread.c (define_symbol): Likewise.
1204 Remove unnecessary definition.
1205 * coffread.c (process_coff_symbol): Remove unnecessary code.
1206 * gdbarch.c, gdbarch.h: Regenerate.
1207
cab58a69
DJ
12082007-06-19 Daniel Jacobowitz <dan@codesourcery.com>
1209
1210 * configure.ac: Do not use ${objdir}.
1211 * configure: Regenerated.
1212
f0c9063c
UW
12132007-06-18 Ulrich Weigand <uweigand@de.ibm.com>
1214
1215 * gdbarch.sh (deprecated_register_size): Remove.
1216 * gdbarch.h, gdbarch.c: Regenerate.
1217
1218 * arm-tdep.c (arm_push_dummy_call): Replace DEPRECATED_REGISTER_SIZE
1219 by INT_REGISTER_SIZE.
1220 (thumb_get_next_pc, arm_return_in_memory): Likewise.
1221 (arm_gdbarch_init): Do not call set_gdbarch_deprecated_register_size.
1222 * ia64-tdep.c (ia64_gdbarch_init): Do not call
1223 set_gdbarch_deprecated_register_size.
1224
064f5156
UW
12252007-06-18 Markus Deuling <deuling@de.ibm.com>
1226
1227 * gdbarch.sh (DEPRECATED_FP_REGNUM): Replace by
1228 gdbarch_deprecated_fp_regnum.
1229 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
1230 * remote-mips.c (mips_wait, mips_fetch_registers): Likewise.
1231 * arch-utils.c (legacy_virtual_frame_pointer): Likewise.
1232 * arch-utils.h (gdbarch_virtual_frame_pointer_ftype): Likewise
1233 (comment).
1234 * gdbarch.c, gdbarch.h: Regenerate.
1235
12362007-06-18 Markus Deuling <deuling@de.ibm.com>
1237
1238 * gdbarch.sh (EXTRACT_RETURN_VALUE): Replace with
1239 gdbarch_extract_return_value.
1240 * value.c (generic_use_struct_convention): Likewise (comment).
1241 * ia64-tdep.c (ia64_use_struct_convention): Likewise (comment).
1242 * arch-utils.c (legacy_return_value): Likewise.
1243 * arch-utils.h (legacy_return_value): Likewise (comment).
1244 * gdbarch.sh (STORE_RETURN_VALUE): Replace by
1245 gdbarch_store_return_value.
1246 * stack.c (return_command): Likewise (comment).
1247 * arch-utils.h (legacy_return_value): Likewise (comment).
1248 * arch-utils.c (legacy_return_value): Likewise.
1249 * gdbarch.c, gdbarch.h: Regenerate.
1250
b187c476
UW
12512007-06-18 Markus Deuling <deuling@de.ibm.com>
1252
1253 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Replace by
1254 gdbarch_deprecated_use_struct_convention.
1255 * arch-utils.c (legacy_return_value): Likewise.
1256 * gdbarch.c, gdbarch.h: Regenerate.
1257
cbf3b44a
UW
12582007-06-18 Markus Deuling <deuling@de.ibm.com>
1259
1260 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Replace by
1261 gdbarch_deprecated_function_start_offset.
1262 * symtab.c (find_function_start_sal)skip_prologue_using_sal): Likewise.
1263 * linespec.c (minsym_found): Likewise.
1264 * infrun.c (handle_inferior_event): Likewise.
1265 * infcall.c (find_function_addr): Likewise.
1266 * cli/cli-cmds.c (disassemble_command): Likewise.
1267 * gdbarch.c, gdbarch.h: Regenerate.
1268
bceb6e50
UW
12692007-06-18 Markus Deuling <deuling@de.ibm.com>
1270
1271 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Replace by
1272 gdbarch_deprecated_reg_struct_has_addr.
1273 * infcall.c (call_function_by_hand): Likewise.
1274 (DEPRECATED_REG_STRUCT_HAS_ADDR_P): Replace by
1275 * gdbarch_deprecated_reg_struct_has_addr_p.
1276 * infcall.c (call_function_by_hand): Likewise.
1277 * gdbarch.c, gdbarch.h: Regenerate.
1278
8ed6a7ba
UW
12792007-06-18 Markus Deuling <deuling@de.ibm.com>
1280
1281 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
1282 * sh-tdep.c (sh_extract_struct_value_address): Remove.
1283 (sh_gdbarch_init): Remove
1284 set_gdbarch_deprecated_extract_struct_value_address.
1285 * sh64-tdep.c (sh64_extract_struct_value_address): Remove.
1286 (sh64_gdbarch_init): Remove
1287 set_gdbarch_deprecated_extract_struct_value_address.
1288 * ia64-tdep.c (ia64_extract_struct_value_address): Remove.
1289 (ia64_gdbarch_init): Remove
1290 set_gdbarch_deprecated_extract_struct_value_address.
1291 * frv-tdep.c (frv_extract_struct_value_address): Remove.
1292 (frv_gdbarch_init): Remove
1293 set_gdbarch_deprecated_extract_struct_value_address.
1294 * gdbarch.c, gdbarch.h: Regenerate.
1295
3e8c568d
UW
12962007-06-18 Markus Deuling <deuling@de.ibm.com>
1297
1298 * gdbarch.sh (SP_REGNUM): Replace by gdbarch_sp_regnum.
1299 * v850-tdep.c (v850_unwind_sp): Likewise.
1300 * std-regs.c (value_of_builtin_frame_sp_reg): Likewise.
1301 * stack.c (frame_info): Likewise.
1302 * stabsread.c (define_symbol): Likewise.
1303 * sh-tdep.c (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu)
1304 (sh_dwarf2_frame_init_reg, sh_frame_cache, sh_frame_prev_register)
1305 (sh_unwind_sp): Likewise.
1306 * sh64-tdep.c (sh64_push_dummy_call, sh64_frame_cache)
1307 (sh64_frame_prev_register, sh64_unwind_sp): Likewise.
1308 * rs6000-tdep.c (rs6000_push_dummy_call, rs6000_unwind_dummy_id)
1309 (rs6000_frame_cache): Likewise.
1310 * rs6000-nat.c (store_register): Likewise.
1311 * remote-mips.c (mips_wait): Likewise.
1312 * procfs.c (procfs_fetch_registers, procfs_store_registers): Likewise.
1313 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
1314 (ppc64_sysv_abi_push_dummy_call): Likewise.
1315 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
1316 * ppcobsd-nat.c (ppcobsd_supply_pcb): Likewise.
1317 * ppcnbsd-tdep.c (ppcnbsd_sigtramp_cache_init): Likewise.
1318 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache): Likewise.
1319 * m32r-rom.c (m32r_supply_register): Likewise.
1320 * frame.c (frame_sp_unwind): Likewise.
1321 * mips-tdep.c (mips_insn16_frame_cache)
1322 (mips_insn32_frame_cache): Likewise (comment).
1323 * m68klinux-nat.c (supply_gregset): Likewise.
1324 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
1325 * ia64-tdep.c (ia64_frame_prev_register): Likewise.
1326 * i386-tdep.c (i386_get_longjmp_target): Likewise.
1327 * dwarf2-frame.c (dwarf2_frame_default_init_reg): Likewise.
1328 * cris-tdep.c (cris_regnums, cris_sigcontext_addr)
1329 (cris_sigtramp_frame_unwind_cache, cris_push_dummy_call)
1330 (cris_scan_prologue, crisv32_scan_prologue, cris_unwind_sp)
1331 (cris_register_type, crisv32_register_type)
1332 (cris_dwarf2_frame_init_reg): Likewise.
1333 * arch-utils.c (legacy_virtual_frame_pointer): Likewise.
1334 * amd64-tdep.c (amd64_frame_prev_register): Likewise.
1335 * amd64-linux-tdep.c (amd64_linux_sigcontext_addr): Likewise.
1336 * libunwind-frame.c (libunwind_frame_cache): Likewise.
1337
1338 * gdbarch.sh (PC_REGNUM): Replace by gdbarch_pc_regnum.
1339 * regcache.c (read_pc_pid, generic_target_write_pc): Likewise.
1340 * xtensa-tdep.c (xtensa_register_type, xtensa_supply_gregset)
1341 (xtensa_unwind_pc, xtensa_frame_cache, xtensa_frame_prev_register)
1342 (xtensa_extract_return_value, xtensa_store_return_value): Likewise.
1343 * v850-tdep.c (v850_unwind_pc): Likewise.
1344 * stack.c (frame_info): Likewise.
1345 * sh-tdep.c (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs)
1346 (sh2a_show_regs, sh2a_nofpu_show_regs, sh3e_show_regs)
1347 (sh3_dsp_show_regs, sh4_show_regs, sh4_nofpu_show_regs)
1348 (sh_dwarf2_frame_init_reg, sh_frame_prev_register, sh_unwind_pc)
1349 (sh_dsp_show_regs): Likewise.
1350 * shnbsd-tdep.c (shnbsd_supply_gregset)
1351 (shnbsd_collect_gregset): Likewise.
1352 * shnbsd-nat.c (GETREGS_SUPPLIES): Likewise.
1353 * sh64-tdep.c (sh64_compact_reg_base_num, sh64_show_media_regs)
1354 (sh64_frame_prev_register, sh64_unwind_pc): Likewise.
1355 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
1356 (6000_register_reggroup_p, rs6000_unwind_pc)
1357 (rs6000_frame_cache): Likewise.
1358 * rs6000-nat.c (regmap, rs6000_fetch_inferior_registers)
1359 (rs6000_store_inferior_registers): Likewise.
1360 * remote-mips.c (mips_wait, mips_load): Likewise.
1361 * procfs.c (procfs_fetch_registers, procfs_store_registers): Likewise.
1362 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
1363 * ppcobsd-nat.c (ppcobsd_supply_pcb): Likewise.
1364 * ppcnbsd-tdep.c (ppcnbsd_sigtramp_cache_init): Likewise.
1365 * ppcnbsd-nat.c (getregs_supplies, ppcnbsd_supply_pcb): Likewise.
1366 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache): Likewise.
1367 * ppc-linux-nat.c (ppc_register_u_addr, fetch_ppc_registers)
1368 (store_ppc_registers, fill_gregset): Likewise.
1369 * mips-tdep.c (mips_stub_frame_cache, mips_gdbarch_init): Likewise.
1370 * mipsnbsd-tdep.c (mipsnbsd_supply_reg, mipsnbsd_fill_reg): Likewise.
1371 * mipsnbsd-nat.c (getregs_supplies): Likewise.
1372 * m68k-tdep.c (m68k_register_type, m68k_unwind_pc): Likewise.
1373 * m68klinux-nat.c (supply_gregset): Likewise.
1374 * irix5-nat.c (fill_gregset): Likewise.
1375 * i386-tdep.c (i386_unwind_pc): Likewise.
1376 * i386-linux-nat.c (i386_linux_resume): Likewise.
1377 * frame.c (get_prev_frame_1): Likewise.
1378 * dwarf2-frame.c (dwarf2_frame_default_init_reg): Likewise.
1379 * dbug-rom.c (dbug_supply_register): Likewise.
1380 * cris-tdep.c (cris_sigtramp_frame_unwind_cache, cris_scan_prologue)
1381 (crisv32_scan_prologue, cris_unwind_pc, cris_register_size)
1382 (cris_register_type, crisv32_register_type, crisv32_register_name)
1383 (cris_dwarf2_frame_init_reg, find_step_target)
1384 (cris_software_single_step, cris_supply_gregset)
1385 (cris_regnums): Likewise.
1386 * alpha-linux-nat.c (alpha_linux_register_u_offset): Likewise.
1387 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
1388 (fill_sprs64, fill_sprs32, store_regs_user_thread): Likewise.
1389 * std-regs.c (value_of_builtin_frame_pc_reg): Likewise.
1390 * mips-linux-tdep.c (mips_linux_write_pc): Likewise.
1391
1392 * gdbarch.sh (PS_REGNUM): Replace by gdbarch_ps_regnum.
1393 * dbug-rom.c (dbug_supply_register): Likewise.
1394 * xtensa-tdep.c (xtensa_supply_gregset, xtensa_frame_cache)
1395 (xtensa_frame_prev_register, xtensa_push_dummy_call): Likewise.
1396 * win32-nat.c (win32_resume): Likewise.
1397 * std-regs.c (value_of_builtin_frame_ps_reg): Likewise.
1398 * m68k-tdep.c (m68k_register_type): Likewise.
1399 * m68klinux-nat.c (supply_gregset): Likewise.
1400
1401 * gdbarch.sh (FP0_REGNUM): Replace by gdbarch_fp0_regnum.
1402 * sh-tdep.c (sh_extract_return_value_fpu, sh_store_return_value_fpu)
1403 (sh2e_show_regs, sh2a_show_regs, sh3e_show_regs, sh4_show_regs)
1404 (sh_sh2a_register_type, sh_sh3e_register_type, sh_sh4_register_type)
1405 (fv_reg_base_num, dr_reg_base_num): Likewise.
1406 * sh64-tdep.c (sh64_fv_reg_base_num, sh64_dr_reg_base_num)
1407 (sh64_fpp_reg_base_num, sh64_compact_reg_base_num, sh64_push_dummy_call)
1408 (sh64_extract_return_value, sh64_store_return_value)
1409 (sh64_show_media_regs, sh64_show_compact_regs, sh64_register_type)
1410 (sh64_do_fp_register, sh64_media_print_registers_info): Likewise.
1411 * procfs.c (procfs_fetch_registers, procfs_store_registers)
1412 (invalidate_cache): Likewise.
1413 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache): Likewise.
1414 * mipsnbsd-tdep.c (mipsnbsd_supply_fpreg)
1415 (mipsnbsd_fill_fpreg): Likewise.
1416 * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers)
1417 (mipsnbsd_store_inferior_registers): Likewise.
1418 * mips-linux-tdep.c (mips_supply_fpregset, mips_fill_fpregset)
1419 (mips64_supply_fpregset, mips64_fill_fpregset): Likewise.
1420 * mips-linux-nat.c (mips64_linux_register_addr): Likewise.
1421 * m68k-tdep.c (m68k_register_type, m68k_convert_register_p): Likewise.
1422 * m68klinux-nat.c (getfpregs_supplies, supply_fpregset)
1423 (fill_fpregset): Likewise.
1424 * irix5-nat.c (supply_fpregset, fill_fpregset): Likewise.
1425 * i386-tdep.h (struct_return): Likewise (comment).
1426 * i386-nto-tdep.c (i386nto_register_area): Likewise.
1427 * go32-nat.c (fetch_register, go32_fetch_registers, store_register)
1428 (go32_store_registers): Likewise.
1429 * alpha-tdep.c (alpha_next_pc): Likewise.
1430 * alpha-linux-nat.c (alpha_linux_register_u_offset): Likewise.
1431 * alphabsd-nat.c (alphabsd_fetch_inferior_registers)
1432 (alphabsd_store_inferior_registers): Likewise.
1433 * core-regset.c (fetch_core_registers): Likewise.
1434 * i386v4-nat.c (supply_fpregset, fill_fpregset): Likewise.
1435
1436 * gdbarch.c, gdbarch.h: Regenerate.
1437
31d99776
DJ
14382007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
1439
1440 * coffread.c (coff_sym_fns): Add default_symfile_segments.
1441 * dbxread.c (start_psymtab): Check HAVE_ELF.
1442 (aout_sym_fns): Likewise.
1443 * elfread.c (elf_symfile_segments): New.
1444 (elf_sym_fns): Add elf_symfile_segments.
1445 * mipsread.c (ecoff_sym_fns): Add default_symfile_segments.
1446 * remote.c (get_offsets): Use symfile_map_offsets_to_segments.
1447 Skip if there is no symfile_objfile. Handle TextSeg and DataSeg.
1448 * somread.c (som_sym_fns): Use default_symfile_segments.
1449 * symfile.c (find_sym_fns): Take a BFD and return the sym_fns.
1450 (init_objfile_sect_indices): Call symfile_find_segment_sections.
1451 (default_symfile_segments): New function.
1452 (syms_from_objfile): Update call to find_sym_fns.
1453 (symfile_get_segment_data, free_symfile_segment_data): New.
1454 (symfile_map_offsets_to_segments): New.
1455 (symfile_find_segment_sections): New.
1456 * symfile.h (struct symfile_segment_data): New.
1457 (struct sym_fns): Add sym_segments.
1458 (default_symfile_segments, symfile_get_segment_data)
1459 (free_symfile_segment_data): New prototypes.
1460 (symfile_map_offsets_to_segments): Likewise.
1461 * xcoffread.c (xcoff_sym_fns): Add default_symfile_segments.
1462 * Makefile.in (COMMON_OBS): Remove elfread.o.
1463 (elf_internal_h): New.
1464 (elfread.o): Update.
1465 * configure.ac: Add elfread.o to COMMON_OBS if bfd/elf.o was
1466 compiled.
1467 * config.in, configure: Regenerated.
1468 * NEWS: Mention qOffsets changes.
1469
5760b90a
UW
14702007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
1471
1472 * gdbtypes.h (builtin_type_m2_char, builtin_type_m2_int,
1473 builtin_type_m2_card, builtin_type_m2_real, builtin_type_m2_bool):
1474 Replace global variable declaration with compatibility macro.
1475 (struct builtin_m2_type): New data type.
1476 (builtin_m2_type): Add prototype.
1477 * m2-lang.c (builtin_type_m2_char, builtin_type_m2_int,
1478 builtin_type_m2_card, builtin_type_m2_real, builtin_type_m2_bool):
1479 Remove global variables.
1480 (m2_language_arch_info): Use builtin_m2_type instead of variables.
1481 (build_m2_types): New function.
1482 (m2_type_data): New variable.
1483 (builtin_m2_type): New function.
1484 (_initialize_m2_language): Do not build data types. Register
1485 m2_type_data per-gdbarch data.
1486
54ef06c7
UW
14872007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
1488
1489 * gdbtypes.h (builtin_type_f_character, builtin_type_f_logical,
1490 builtin_type_f_logical_s1, builtin_type_f_logical_s2,
1491 builtin_type_f_integer, builtin_type_f_integer_s2, builtin_type_f_real,
1492 builtin_type_f_real_s8, builtin_type_f_real_s16,
1493 builtin_type_f_complex_s8, builtin_type_f_complex_s16,
1494 builtin_type_f_complex_s32, builtin_type_f_void): Replace global
1495 variable declaration with compatibility macro.
1496 (struct builtin_f_type): New data type.
1497 (builtin_f_type): Add prototype.
1498 * f-lang.c (builtin_type_f_character, builtin_type_f_logical,
1499 builtin_type_f_logical_s1, builtin_type_f_logical_s2,
1500 builtin_type_f_integer, builtin_type_f_integer_s2, builtin_type_f_real,
1501 builtin_type_f_real_s8, builtin_type_f_real_s16,
1502 builtin_type_f_complex_s8, builtin_type_f_complex_s16,
1503 builtin_type_f_complex_s32, builtin_type_f_void): Remove variables.
1504 (f_language_arch_info): Use builtin_f_type instead of variables.
1505 (build_fortran_types): Build builtin_f_type structure instead of
1506 setting global type variables.
1507 (f_type_data): New variable.
1508 (builtin_f_type): New function.
1509 (_initialize_f_language): Do not call build_fortran_types. Do not
1510 swap global type variables. Register f_type_data per-gdbarch data.
1511
92e0cef4
UW
15122007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
1513
1514 * f-lang.c (_initialize_f_language): Do not initialize or
1515 swap builtin_type_string.
1516
5d8140d1
UW
15172007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
1518
0e7b1906
UW
1519 * std-regs.c (builtin_type_frame_reg, build_builtin_type_frame_reg,
1520 value_of_builtin_frame_reg): Remove.
1521 (_initialize_frame_reg): Do not swap builtin_type_frame_reg. Remove
1522 inactive call to value_of_builtin_frame_reg.
1523
15242007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
1525
1526 * gdbarch.sh (bfd_vma_bit): Remove.
5d8140d1
UW
1527 * gdbarch.c, gdbarch.h: Regenerate.
1528
1529 * gdbtypes.h (builtin_bfd_vma_type): Remove.
1530 * gdbtypes.h (builtin_bfd_vma_type): Remove.
1531 (build_gdbtypes): Do not initialize it.
1532 (_initialize_gdbtypes): Do not swap it.
1533
794ac428
UW
15342007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
1535
1536 * gdbtypes.c (builtin_type_v2_double, builtin_type_v4_float,
1537 builtin_type_v2_int64, builtin_type_v4_int32, builtin_type_v8_int16,
1538 builtin_type_v16_int8, builtin_type_v2_float, builtin_type_v2_int32,
1539 builtin_type_v4_int16, builtin_type_v8_int8, builtin_type_v4sf,
1540 builtin_type_v4si, builtin_type_v16qi, builtin_type_v8qi,
1541 builtin_type_v8hi, builtin_type_v4hi, builtin_type_v2si,
1542 builtin_type_vec64, builtin_type_vec128): Remove.
1543 (init_simd_type): Remove.
1544 (init_vector_type): Make global.
1545 (build_builtin_type_vec64, build_builtin_type_vec128): Remove.
1546 (build_gdbtypes): Do not build vector types.
1547 (_initialize_gdbtypes): Do not swap vector types.
1548 * gdbtypes.h (builtin_type_v2_double, builtin_type_v4_float,
1549 builtin_type_v2_int64, builtin_type_v4_int32, builtin_type_v8_int16,
1550 builtin_type_v16_int8, builtin_type_v2_float, builtin_type_v2_int32,
1551 builtin_type_v4_int16, builtin_type_v8_int8, builtin_type_v4sf,
1552 builtin_type_v4si, builtin_type_v16qi, builtin_type_v8qi,
1553 builtin_type_v8hi, builtin_type_v4hi, builtin_type_v2si,
1554 builtin_type_vec64, builtin_type_vec128): Remove declarations.
1555 (init_vector_type): Add prototype.
1556
1557 * i386-tdep.h (struct gdbarch_tdep): Add i386_mmx_type and
1558 i386_sse_type members.
1559 (i386_mmx_type, i386_sse_type): Change from variables to functions.
1560 * i386-tdep.c (i386_mmx_type, i386_sse_type): Remove variables.
1561 (i386_init_types): Do not build vector types.
1562 (i386_mmx_type, i386_sse_type): New functions.
1563 (i386_register_type): Call them instead of using global variables.
1564 (i386_gdbarch_init): Use XCALLOC to allocate tdep structure.
1565 * amd64-tdep.c (amd64_register_type): Call i386_sse_type instead
1566 of using global variable.
1567
1568 * rs6000-tdep.h (struct gdbarch_tdep): Add ppc_builtin_type_vec64
1569 and ppc_builtin_type_vec128 members.
1570 * rs6000-tdep.c (rs6000_builtin_type_vec64): New function.
1571 (rs6000_builtin_type_vec128): Likewise.
1572 (rs6000_register_type): Call them instead of using builtin_type_vec64
1573 and builtin_type_vec128.
1574 (rs6000_gdbarch_init): Use XCALLOC to allocate tdep structure.
1575
1576 * spu-tdep.c (struct gdbarch_tdep): New data type.
1577 (spu_builtin_type_vec128): Remove variable.
1578 (spu_builtin_type_vec128): New function.
1579 (spu_register_type): Call it instead of using global variable.
1580 (spu_gdbarch_init): Allocate tdep structure.
1581 (spu_init_vector_type): Remove function.
1582 (_initialize_spu_tdep): Do not call it.
1583
6707b003
UW
15842007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
1585
1586 * amd64-tdep.c (struct amd64_register_info): Remove.
1587 (amd64_register_info): Remove.
1588 (amd64_register_names): New static variable.
1589 (AMD64_NUM_REGS): Use amd64_register_names instead of
1590 amd64_register_info.
1591 (amd64_register_name): Likewise.
1592 (amd64_register_type): Do not refer to amd64_register_info.
1593
1594 * s390-tdep.c (struct s390_register_info): Remove.
1595 (s390_register_info): Remove.
1596 (s390_register_name): Do not refer to s390_register_info.
1597 (s390_register_type): Likewise.
1598
1599 * sparc64-tdep.c (struct sparc64_register_info): Remove.
1600 (sparc64_register_info, sparc64_pseudo_register_info): Remove.
1601 (sparc64_register_names, sparc64_pseudo_register_names): New.
1602 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use
1603 sparc64_register_names and sparc64_pseudo_register_names instead of
1604 sparc64_register_info and sparc64_pseudo_register_info.
1605 (sparc64_register_name): Likewise.
1606 (sparc64_register_type): Do not refer to sparc64_register_info
1607 and sparc64_pseudo_register_info.
1608
cad351d1
UW
16092007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
1610
1611 * c-lang.c (cplus_builtin_types): Remove.
1612 (enum cplus_primitive_types): New data type.
1613 (cplus_language_arch_info): New function.
1614 (cplus_language_defn): Set la_language_arch_info member. Do not set
1615 la_builtin_type_vector and string_char_type members.
1616
1617 * f-lang.c (f_builtin_types): Remove.
1618 (enum f_primitive_types): New data type.
1619 (f_language_arch_info): New function.
1620 (f_language_de): Set la_language_arch_info member. Do not set
1621 la_builtin_type_vector and string_char_type members.
1622
1623 * m2-lang.c (m2_builtin_types): Remove.
1624 (enum m2_primitive_types): New data type.
1625 (m2_language_arch_info): New function.
1626 (m2_language_defn): Set la_language_arch_info member. Do not set
1627 la_builtin_type_vector and string_char_type members.
1628
1629 * objc-lang.c (objc_builtin_types): Remove.
1630 (objc_language): Set la_language_arch_info member. Do not set
1631 la_builtin_type_vector and string_char_type members.
1632
1633 * p-lang.c (pascal_builtin_types): Remove.
1634 (enum pascal_primitive_types): New data type.
1635 (pascal_language_arch_info): New function.
1636 (pascal_language_defn): Set la_language_arch_info member. Do not set
1637 la_builtin_type_vector and string_char_type members.
1638
594f7785
UW
16392007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
1640
1641 * regcache.c (struct regcache): Add ptid_t member.
1642 (regcache_xmalloc): Initialize it.
1643 (regcache_cpy_no_passthrough): Do not refer to current_regcache.
1644 (regcache_dup): Likewise.
1645 (regcache_dup_no_passthrough): Likewise.
1646 (current_regcache): Make static.
1647 (registers_ptid): Remove variable.
1648 (get_thread_regcache): New function.
1649 (get_current_regcache): New function.
1650 (registers_changed): Implement by freeing current regcache.
1651 (regcache_raw_read): Do not refer to current_regcache. Set
1652 inferior_ptid to regcache->ptid while calling target routines.
1653 (regcache_raw_write): Likewise.
1654 (regcache_raw_supply): Do not refer to current_regcache.
1655 (read_pc_pid): Use thread regcache. Do not modify inferior_ptid.
1656 (write_pc_pid): Likewise.
1657 (build_regcache): Remove.
1658 (_initialize_regcache): Do not call DEPRECATED_REGISTER_GDBARCH_SWAP
1659 or deprecated_register_gdbarch_swap. Do not initialize
1660 registers_ptid.
1661 * regcache.h (get_current_regcache): Add prototype.
1662 (get_thread_regcache): Likewise.
1663 (current_regcache): Remove declaration.
1664
1665 * corelow.c (core_open): Replace current_regcache by
1666 get_current_regcache ().
1667 * frame.c (frame_pop): Likewise.
1668 (put_frame_register): Likewise.
1669 (get_current_frame, create_new_frame): Likewise.
1670 * mi/mi-main.c (mi_cmd_data_write_register_values): Likewise.
1671 * stack.c (return_command): Likewise.
1672 * infcall.c (call_function_by_hand): Likewise.
1673 * infrun.c (resume): Likewise.
1674 (save_inferior_status, restore_inferior_status): Likewise.
1675 * linux-fork.c (fork_load_infrun_state): Likewise.
1676 (fork_save_infrun_state): Likewise.
1677 * win32-nat.c (win32_resume): Likewise.
1678 * i386fbsd-nat.c (i386fbsd_resume): Likewise.
1679 * monitor.c (monitor_wait): Likewise.
1680 * remote.c (remote_wait): Likewise.
1681 * remote-mips.c (mips_wait): Likewise.
1682
1683 * bsd-kvm.c (bsd_kvm_open): Likewise
1684 (bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): Likewise.
1685 * fbsd-nat.c (fbsd_make_corefile_notes): Likewise.
1686 * i386-linux-nat.c (i386_linux_resume): Likewise.
1687 * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
1688 (ia64_linux_stopped_data_address): Likewise.
1689
1690 * frv-tdep.c (frv_fdpic_loadmap_addresses): Likewise.
1691 * m32c-tdep.c (m32c_virtual_frame_pointer): Likewise.
1692 * mep-tdep.c (current_me_module, current_options): Likewise.
1693 * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Likewise.
1694
1695 * linux-nat.c (linux_nat_do_thread_registers): Use thread
1696 regcache instead of current_regcache. Call target_fetch_registers.
1697 (linux_nat_corefile_thread_callback): Update call site.
1698 (linux_nat_do_registers): Likewise.
1699 * procfs.c (procfs_do_thread_registers): Use thread regcache instead
1700 of current_regcache.
1701 (procfs_make_note_section): Likewise.
1702 * proc-service.c (ps_lgetregs, ps_lsetregs): Likewise.
1703 (ps_lgetfpregs, ps_lsetfpregs): Likewise.
1704 * sol-thread.c (ps_lgetregs, ps_lsetregs): Likewise.
1705 (ps_lgetfpregs, ps_lsetfpregs): Likewise.
1706
51a7a212
UW
17072007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
1708
1709 * regcache.c (read_register, read_register_pid): Remove.
1710 (write_register, write_register_pid): Likewise.
1711 * regcache.h (read_register, read_register_pid): Remove prototype.
1712 (write_register, write_register_pid): Likewise.
1713
61a1198a
UW
17142007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
1715
1716 * gdbarch.sh (read_pc): Add REGCACHE argument. Remove PTID argument.
1717 (write_pc): Likewise. Remove default implementation, add predicate.
1718 * gdbarch.c, gdbarch.h: Regenerate.
1719 * regcache.c (read_pc_pid): Use current regcache instead of calling
1720 read_register_pid.
1721 (write_pc_pid): Check gdbarch_write_pc predicate, implement default
1722 case inline.
1723 (generic_target_write_pc): Remove.
1724 * inferior.h (generic_target_write_pc): Remove.
1725 * frv-tdep.c (frv_gdbarch_init): Do not install it.
1726 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
1727 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
1728 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
1729 * sh-tdep.c (sh_gdbarch_init): Likewise.
1730 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
1731
1732 * avr-tdep.c (avr_read_pc): Add REGCACHE argument. Remove PTID
1733 argument. Use REGCACHE instead of calling read_register_pid.
1734 * hppa-hpux-tdep.c (hppa_hpux_read_pc): Likewise.
1735 * hppa-tdep.c (hppa_read_pc): Likewise.
1736 * hppa-tdep.h (hppa_read_pc): Likewise.
1737 * ia64-tdep.c (ia64_read_pc): Likewise.
1738 * m32r-tdep.c (m32r_read_pc): Likewise.
1739 * mep-tdep.c (mep_read_pc): Likewise.
1740 * mn10300-tdep.c (mn10300_read_pc): Likewise.
1741 * spu-tdep.c (spu_read_pc): Likewise.
1742
1743 * arm-tdep.c (arm_write_pc): Add REGCACHE argument. Remove PTID
1744 argument. Use REGCACHE instead of calling write_register_pid.
1745 * avr-tdep.c (avr_write_pc): Likewise.
1746 * hppa-hpux-tdep.c (hppa_hpux_write_pc): Likewise.
1747 * hppa-tdep.c (hppa_write_pc): Likewise.
1748 * hppa-tdep.h (hppa_write_pc): Likewise.
1749 * i386-linux-tdep.c (i386_linux_write_pc): Likewise.
1750 * amd64-linux-tdep.c (amd64_linux_write_pc): Likewise.
1751 * ia64-linux-tdep.c (ia64_linux_write_pc): Likewise.
1752 * ia64-tdep.c (ia64_write_pc): Likewise.
1753 * ia64-tdep.h (ia64_write_pc): Likewise.
1754 * m32r-tdep.c (m32r_write_pc): Likewise.
1755 * m88k-tdep.c (m88k_write_pc): Likewise.
1756 * mep-tdep.c (mep_write_pc): Likewise.
1757 * mips-tdep.c (mips_write_pc): Likewise.
1758 * mips-linux-tdep.c (mips_linux_write_pc): Likewise.
1759 * mn10300-tdep.c (mn10300_write_pc): Likewise.
1760 * sparc-tdep.c (sparc_write_pc): Likewise.
1761 * spu-tdep.c (spu_write_pc): Likewise.
1762
1763 * mips-tdep.c (read_signed_register): Remove.
1764 (read_signed_register_pid): Likewise.
1765 (mips_read_pc): Add REGCACHE argument. Remove PTID argument.
1766 Use REGCACHE instead of calling read_signed_register_pid.
1767
e4fd649a
UW
17682007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
1769
1770 * gdbarch.sh (push_dummy_code): Add REGCACHE argument.
1771 * gdbarch.c, gdbarch.h: Regenerate.
1772 * infcall.c (generic_push_dummy_code): Add REGCACHE argument.
1773 (push_dummy_code): Likewise. Pass it to callee.
1774 (call_function_by_hand): Pass current regcache to push_dummy_code.
1775
1776 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Add REGCACHE
1777 argument. Use it instead of current_regcache.
1778
1779 * cris-tdep.c (cris_push_dummy_code): Add REGCACHE argument.
1780 * sparc-tdep.c (sparc32_push_dummy_code): Likewise.
1781
60ade65d
UW
17822007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
1783
1784 * gdbarch.sh (get_longjmp_target): Add FRAME argument.
1785 * gdbarch.c, gdbarch.h: Regenerate.
1786 * infrun.c (handle_inferior_event): Pass current frame to
1787 gdbarch_get_longjmp_target.
1788
1789 * alpha-tdep.c (alpha_get_longjmp_target): Add FRAME argument.
1790 Read registers from FRAME instead of using read_register.
1791 Use get_frame_arch instead of current_gdbarch.
1792 * arm-tdep.c (arm_get_longjmp_target): Likewise.
1793 * i386-tdep.c (i386_get_longjmp_target): Likewise.
1794 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
1795 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Likewise.
1796 (mips64_linux_get_longjmp_target): Likewise.
1797 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
1798
52f729a7
UW
17992007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
1800
1801 * gdbarch.sh (skip_trampoline_code): Add FRAME argument.
1802 * gdbarch.c, gdbarch.h: Regenerate.
1803 * arch-utils.c (generic_skip_trampoline_code): Add FRAME argument.
1804 * arch-utils.h (generic_skip_trampoline_code): Likewise.
1805 * infrun.c (handle_inferior_event): Pass current frame to
1806 gdbarch_skip_trampoline_code and skip_language_trampoline.
1807
1808 * language.c (unk_lang_trampoline): Add FRAME argument.
1809 (skip_language_trampoline): Add FRAME argument. Pass it to
1810 skip_trampoline callback.
1811 * language.h: Add forward declaration of struct frame_info.
1812 (struct language_defn): Add FRAME argument to skip_trampoline.
1813 (skip_language_trampoline): Add FRAME argument.
1814 * cp-abi.c (cplus_skip_trampoline): Add FRAME argument. Pass it
1815 to skip_trampoline callback.
1816 * cp-abi.h: Add forward declaration of struct frame_info.
1817 (cplus_skip_trampoline): Add FRAME argument.
1818 (struct cp_abi_ops): Add FRAME argument to skip_trampoline callback.
1819 * gnu-v3-abi.c (gnuv3_skip_trampoline): Add FRAME argument. Pass it
1820 to gdbarch_skip_trampoline_code.
1821 * objc-lang.c (objc_skip_trampoline): Add FRAME argument. Pass it
1822 to gdbarch_skip_trampoline_code.
1823
1824 * minsyms.c (find_solib_trampoline_target): Add FRAME argument.
1825 * symtab.h (find_solib_trampoline_target): Likewise.
1826 * obsd-tdep.c (obsd_skip_solib_resolver): Pass current frame to
1827 find_solib_trampoline_target.
1828
1829 * arm-tdep.c (arm_skip_stub): Add FRAME argument. Read registers
1830 from FRAME instead of calling read_register.
1831
1832 * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code): Add FRAME
1833 argument. Read registers from FRAME instead of using read_register.
1834 * hppa-tdep.c (hppa_skip_trampoline_code): Likewise.
1835 * hppa-tdep.h (hppa_skip_trampoline_code): Add FRAME argument.
1836
1837 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): Add FRAME
1838 argument.
1839
1840 * m32c-tdep.c (m32c_skip_trampoline_code): Add FRAME argument.
1841
1842 * mips-tdep.c (mips_skip_trampoline_code): Add FRAME argument. Read
1843 registers from FRAME instead of using read_signed_register.
1844
1845 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Add FRAME
1846 argument.
1847 (ppc64_standard_linkage_target): Likewise. Read registers from FRAME
1848 instead of using read_register.
1849 (ppc64_skip_trampoline_code): Add FRAME argument. Pass it to
1850 ppc64_standard_linkage_target.
1851 * rs6000-tdep.c (rs6000_skip_trampoline_code): Add FRAME argument.
1852 Pass it to find_solib_trampoline_target. Read registers from FRAME
1853 instead of using read_register.
1854
1855 * xstormy16-tdep.c (xstormy16_skip_trampoline_code): Add FRAME
1856 argument.
1857
0b1b3e42
UW
18582007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
1859
1860 * gdbarch.sh (software_single_step): Replace REGCACHE argument by
1861 FRAME argument.
1862 * gdbarch.c, gdbarch.h: Regenerate.
1863 * infrun.c (resume): Pass current frame to SOFTWARE_SINGLE_STEP.
1864
1865 * alpha-tdep.c (alpha_next_pc): Add FRAME argument. Retrieve
1866 registers from FRAME instead of using read_register.
1867 (alpha_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
1868 to alpha_next_pc. Use get_frame_pc instead of read_pc.
1869 * alpha-tdep.h (alpha_software_single_step): Replace REGCACHE
1870 argument by FRAME.
1871
1872 * arm-tdep.c (shifted_reg_val): Add FRAME argument. Read registers
1873 from FRAME instead of using read_register.
1874 (thumb_get_next_pc): Likewise.
1875 (arm_get_next_pc): Likewise.
1876 (arm_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
1877 to arm_get_next_pc. Use get_frame_pc instead of read_register.
1878 * arm-tdep.h (arm_software_single_step): Replace REGCACHE
1879 argument by FRAME.
1880
1881 * cris-tdep.c (find_step_target): Add FRAME argument. Read registers
1882 from FRAME instead of using read_register.
1883 (cris_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
1884 to find_step_target.
1885
1886 * mips-tdep.c (mips32_next_pc): Add FRAME argument. Read registers
1887 from FRAME instead of using read_register / read_signed_register.
1888 (extended_mips16_next_pc): Likewise.
1889 (mips16_next_pc): Likewise.
1890 (mips_next_pc): Likewise.
1891 (mips_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
1892 to mips_next_pc. Use get_frame_pc instead of read_pc.
1893 * mips-tdep.h (mips_software_single_step): Replace REGCACHE
1894 argument by FRAME.
1895
1896 * rs6000-tdep.c (branch_dest): Add FRAME argument. Use it instead
1897 of current frame. Read registers from FRAME.
1898 (deal_with_atomic_sequence): Add FRAME argument. Pass it to
1899 branch_dest. Use get_frame_pc instead of read_pc.
1900 (rs6000_software_single_step): Likewise.
1901 (bl_to_blrl_insn_p): Do not call branch_dest.
1902 * rs6000-tdep.h (rs6000_software_single_step): Replace REGCACHE
1903 argument by FRAME.
1904
1905 * sparc64-linux-tdep.c (sparc64_linux_step_trap): Add FRAME argument.
1906 Read registers from FRAME instead of current regcache.
1907 * sparc-linux-tdep.c (sparc32_linux_step_trap): Likewise.
1908 * sparcnbsd-tdep.c (sparcnbsd_step_trap): Likewise.
1909 * sparc-tdep.c (sparc_address_from_register): Remove.
1910 (sparc_analyze_control_transfer): Pass FRAME argument instead of
1911 GDBARCH. Pass FRAME to step_trap callback.
1912 (sparc_step_trap): Add FRAME argument.
1913 (space_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
1914 to sparc_analyze_control_transfer. Read registers from FRAME instead
1915 of calling sparc_address_from_register.
1916 * sparc-tdep.h (struct gdbarch_tdep): Add FRAME argument to
1917 step_trap callback.
1918 (sparc_address_from_register): Remove prototype.
1919 (sparc_software_single_step): Replace REGCACHE argument by FRAME.
1920 (sparcnbsd_step_trap): Add FRAME argument.
1921
1922 * spu-tdep.c (spu_software_single_step): Replace REGCACHE argument
1923 by FRAME. Read registers from FRAME instead of REGCACHE.
1924
9c9acae0
UW
19252007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
1926
1927 * arm-tdep.c (arm_print_float_info): Use register value from FRAME
1928 instead of calling read_register.
1929
1930 * avr-tdep.c (avr_push_dummy_call): Write to REGCACHE instead of
1931 calling write_register.
1932
1933 * hppa-tdep.c (hppa32_push_dummy_call): Write to REGCACHE instead of
1934 calling write_register.
1935
1936 * ia64-tdep.c (find_func_descr): Add REGCACHE parameter. Use it
1937 instead of calling read_register.
1938 (ia64_push_dummy_call): Update call to find_func_descr. Use REGCACHE
1939 instead of calling read_register and write_register.
1940
1941 * m32r-tdep.c (m32r_linux_supply_gregset): Use REGCACHE parameter
1942 instead of current_regcache.
1943
1944 * mn10300-tdep.c (mn10300_push_dummy_call): Write to REGCACHE instead
1945 of calling write_register.
1946 * mn10300-linux-tdep.c (am33_supply_fpregset_method): Use REGCACHE
1947 parameter instead of current_regcache.
1948
1949 * mips-tdep.c (mips2_fp_compat): Add FRAME parameter. Use it
1950 instead of calling read_register.
1951 (mips_read_fp_register_double, mips_print_fp_register): Update calls.
1952 (mips_eabi_push_dummy_call): Use REGCACHE instead of write_register.
1953 (mips_n32n64_push_dummy_call): Likewise.
1954 (mips_o32_push_dummy_call): Likewise.
1955 (mips_o64_push_dummy_call): Likewise.
1956
1957 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use REGCACHE
1958 parameter instead of current_regcache.
1959
1960 * xtensa-tdep.c (xtensa_register_write_masked): Add REGCACHE parameter.
1961 Use it instead of read_register and write_register.
1962 (xtensa_register_read_masked): Likewise.
1963 (xtensa_pseudo_register_read): Update call.
1964 (xtensa_pseudo_register_write): Likewise.
1965 (xtensa_frame_cache): Use register values unwound from NEXT_FRAME
1966 instead of calling read_register.
1967 (xtensa_push_dummy_call): Update comment.
1968
d2ca4222
UW
19692007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
1970
1971 * mips-tdep.c (mips16_scan_prologue): Replace read_next_frame_reg
1972 by frame_unwind_register_signed calls.
1973 (mips32_scan_prologue): Likewise. Skip analysis of alloca stack
1974 frame allocations when called with NULL NEXT_FRAME parameter.
1975 (read_next_frame_reg): Remove.
1976
1977 * sh-tdep.c (sh_analyze_prologue): Add FPSCR parameter. Use it
1978 instead of reading the FPSCR register.
1979 (sh_frame_cache): Pass unwound FPSCR register value to
1980 sh_analyze_prologue.
1981 (sh_skip_prologue): Pass dummy FPSCR value to sh_analyze_prologue.
1982
1983 * v850-tdep.c (v850_analyze_prologue): Add CTBP parameter. Use it
1984 instead of reading the CTBP register.
1985 (v850_frame_cache): Pass unwound CTBP register value to
1986 v850_analyze_prologue.
1987
c458d6db
UW
19882007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
1989
1990 * sh-tdep.h (sh_show_regs): Add FRAME parameter.
1991 * sh-tdep.c (sh_show_regs): Likewise.
1992 (sh_show_regs_command): Pass current frame to sh_show_regs routine.
1993 (sh_generic_show_regs): Add FRAME parameter. Use register
1994 values from that frame instead of calling read_register.
1995 (sh3_show_regs, sh2e_show_regs, sh2a_show_regs, sh2a_nofpu_show_regs,
1996 sh3e_show_regs, sh3_dsp_show_regs, sh4_show_regs, sh4_nofpu_show_regs,
1997 sh_dsp_show_regs): Likewise.
1998 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs,
1999 sh64_show_regs): Likewise.
2000
a9614958
UW
20012007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
2002
2003 * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Read from
2004 current regcache instead of calling read_register.
2005
3d1a74ac
UW
20062007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
2007
2008 * mep-tdep.c (current_me_module): Read from current regcache
2009 instead of calling read_register.
2010 (current_options): Likewise.
2011
1b5a9a8f
UW
20122007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
2013
2014 * cris-tdep.c (cris_stopped_data_address): Read register values
2015 from current frame instead of calling read_register.
2016 * frv-tdep.c (frv_stopped_data_address): Likewise.
2017
982db460
UW
20182007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
2019
2020 * solib-sunos.c (sunos_solib_create_inferior_hook): Use write_pc
2021 instead of write_register (PC_REGNUM, ...).
2022
b4397864
UW
20232007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
2024
2025 * solib-sunos.c (sunos_solib_create_inferior_hook): Add comment
2026 explaining why the PC adjustment code is necessary.
2027
8ed86d01
VP
20282007-06-15 Vladimir Prus <vladimir@codesourcery.com>
2029
2030 * m68k-tdep.h (enum m68k_flavour): New.
2031 (struct gdbarch_tdep): New fields
2032 float_return, flavour and fpregs_present.
2033 * m68k-tdep.c (m68k_register_type): Use
2034 fpregs_present and conditionalize floating
2035 registers type on flavour.
2036 (m68k_register_names): New.
2037 (m68k_register_name): Use the above.
2038 (m68k_convert_register_p): Consult fpregs_present.
2039 (m68k_register_to_value, m68k_value_to_register):
2040 Use register_type to obtain the type of floating
2041 point registers.
2042 (m68k_svr4_extract_return_value): Check tdep->float_return.
2043 Use register_type to get the type of floating
2044 point regiters.
2045 (m68k_svr4_store_return_value): Likewise.
2046 (m68k_dwarf_reg_to_regnum): Check tdep->fpregs_present.
2047 (m68k_analyze_register_saves): Likewise.
2048 (m68k_gdbarch_init): Extract infromation
2049 from XML description, if present. Guess coldfire by
2050 looking at the file, if present. Conditionalize
2051 setting of long double format. Set decr_pc_after_break
2052 to 2 on coldfire and fido. Enable XML-driven
2053 register description.
2054 * m68kbsd-tdep.c (m68kbsd_fpreg_offset): Use
2055 size of tdep->fpreg_type, as opposed to hardcoded value.
2056 * Makefile.in (m68k-tdep.o): Update dependencies.
2057
83cc5c53
UW
20582007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
2059
2060 * NEWS: Mention "info spu" commands and qXfer:spu:read and
2061 qXfer:spu:write remote packet types.
2062
1780a0ed
DJ
20632007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2064
2065 * xml-tdesc.c (tdesc_start_target): New.
2066 (target_attributes): New.
2067 (tdesc_elements): Use it.
2068 * features/gdb-target.dtd: Add #FIXED version attribute for
2069 <target>.
2070
98a29c7e
DJ
20712007-06-13 Arthur Huillet <arthur.huillet@free.fr>
2072
2073 * mi/mi-cmd-var.c (mi_cmd_var_assign): Fix typo.
2074
9dcbb931
DJ
20752007-06-13 Claudio Fontana <claudio.fontana@gmail.com>
2076
2077 * fork-child.c (fork_inferior): Update comment.
2078
117ce543
DJ
20792007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2080
2081 * features/Makefile: Generate regformats for mips-linux and
2082 mips64-linux.
2083 * features/sort-regs.xsl: Correct typo.
2084 * regformats/reg-mips.dat, regformats/reg-mips64.dat: Delete.
2085 * regformats/mips-linux.dat, regformats/mips64-linux.dat: New generated
2086 files.
2087
822b6570
DJ
20882007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2089
2090 * config/mips/linux.mh (TDEP_XML): New.
2091 * features/mips-linux.xml, features/mips64-linux.xml: New files.
2092 * mips-linux-nat.c (mips_linux_register_addr): Handle
2093 MIPS_RESTART_REGNUM.
2094 (mips64_linux_register_addr): Likewise.
2095 (super_xfer_partial, mips_linux_xfer_partial): New.
2096 (_initialize_mips_linux_nat): Add them to the target_ops.
2097 * mips-linux-tdep.c (mips_supply_gregset): Handle MIPS_RESTART_REGNUM.
2098 (mips_fill_gregset, mips64_supply_gregset, mips64_fill_gregset)
2099 (mips_linux_o32_sigframe_init)
2100 (mips_linux_n32n64_sigframe_init): Likewise.
2101 (mips_linux_write_pc, mips_linux_restart_reg_p): New.
2102 (mips_linux_init_abi): Use mips_linux_write_pc. Check for the
2103 "org.gnu.gdb.mips.linux" feature.
2104 * mips-linux-tdep.h (MIPS_RESTART_REGNUM): New constant.
2105 (mips_linux_restart_reg_p): New prototype.
2106 * mips-tdep.c (mips_gdbarch_init): Pass tdesc_data to the OS/ABI
2107 initialization routine.
2108 * Makefile.in (mips-linux-tdep.o, mips-linux-nat.o): Update.
2109
f8b73d13
DJ
21102007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2111
2112 * Makefile.in (mips-tdep.o): Update.
2113 * mips-tdep.c (struct register_alias, mips_o32_aliases)
2114 (mips_n32_n64_aliases, mips_register_aliases): New.
2115 (mips_register_name): Call tdesc_register_name.
2116 (mips_tdesc_register_reggroup_p): New.
2117 (mips_pseudo_register_type, value_of_mips_user_reg): New.
2118 (mips_gdbarch_init): Add target-described register support.
2119 Register aliases for register names.
2120 * target-descriptions.c (tdesc_register_name): Make global.
2121 (tdesc_register_in_reggroup_p): New function, broken out from
2122 tdesc_register_reggroup_p.
2123 (tdesc_register_reggroup_p): Use it.
2124 * target-descriptions.h (tdesc_register_name)
2125 (tdesc_register_in_reggroup_p): New prototypes.
2126 * NEWS: Correct formatting. Mention MIPS register support.
2127 * features/mips-cp0.xml, features/mips-fpu.xml,
2128 features/mips64-cp0.xml, gdb/features/mips64-fpu.xml, mips-cpu.xml,
2129 features/mips64-cpu.xml: New files.
2130
17a912b6
UW
21312007-06-13 Markus Deuling <deuling@de.ibm.com>
2132
2133 * gdbarch.sh (TARGET_ADDR_BIT): Replace by gdbarch_addr_bit.
2134 * valops.c (value_cast): Likewise.
2135 * utils.c (strlen_paddr, paddr, paddr_nz, paddress): Likewise.
2136 * ui-out.c (ui_out_field_core_addr): Likewise.
2137 * tracepoint.c (tracepoints_info): Likewise.
2138 * symtab.c (print_msymbol_info): Likewise.
2139 * solib-irix.c (irix_current_sos)
2140 (irix_open_symbol_file_object): Likewise.
2141 * remote.c (build_remote_gdbarch_data): Likewise.
2142 * prologue-value.c (make_pv_area): Likewise.
2143 * procfs.c (info_mappings_callback): Likewise.
2144 * printcmd.c (print_scalar_formatted)
2145 (deprecated_print_address_numeric): Likewise.
2146 * memattr.c (mem_info_command): Likewise.
2147 * linux-nat.c (linux_nat_info_proc_cmd): Likewise.
2148 * gdbtypes.c (build_flt, gdbtypes_post_init): Likewise.
2149 * exec.c (print_section_info): Likewise.
2150 * dwarf2read.c (read_subrange_type): Likewise.
2151 * dwarf2loc.c (find_location_expression): Likewise.
2152 * dwarf2expr.c (dwarf2_read_address, unsigned_address_type)
2153 (signed_address_type, execute_stack_op): Likewise.
2154 * breakpoint.c (print_one_breakpoint, breakpoint_1): Likewise.
2155 * gdbarch.c, gdbarch.h: Regenerate.
2156
1143fffb
UW
21572007-06-13 Markus Deuling <deuling@de.ibm.com>
2158
2159 * gdbarch.sh (TARGET_ARCHITECTURE): Replace by gdbarch_bfd_arch_info.
2160 * arch-utils.c (show_architecture): Likewise.
2161 * remote-mips.c (mips_open): Likewise
2162 * nto-tdep.c (nto_find_and_open_solib)
2163 (nto_init_solib_absolute_prefix): Likewise.
2164 * nto-procfs (procfs_open): Likewise.
2165 * m68hc11-tdep.c (gdb_print_insn_m68hc11): Likewise.
2166 * gcore.c (default_gcore_mach, default_gcore_arch): Likewise.
2167 * gdbarch.c, gdbarch.h: Regenerate.
2168
4fe99ffb
UW
21692007-06-13 Markus Deuling <deuling@de.ibm.com>
2170
2171 * gdbarch.sh (TARGET_BFD_VMA_BIT): Replace by gdbarch_bfd_vma_bit.
2172 * gdbtypes.c (build_flt): Likewise.
2173 * gdbarch.c, gdbarch.h: Regenerate.
2174
3b3b875c
UW
21752007-06-13 Markus Deuling <deuling@de.ibm.com>
2176
2177 * gdbarch.sh (BREAKPOINT_FROM_PC): Replace by
2178 gdbarch_breakpoint_from_pc.
2179 * s390-tdep.c (s390_gdbarch_init): Likewise (comment).
2180 * remote.c (remote_insert_breakpoint)
2181 (remote_insert_hw_breakpoint): Likewise.
2182 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Likewise.
2183 * mips-tdep.c (mips_breakpoint_from_pc): Likewise (comment).
2184 * breakpoint.h (bp_target_info): Likewise (comment).
2185 * breakpoint.c (read_memory_nobpt): Likewise.
2186 * mem-break.c (default_memory_insert_breakpoint): Likewise.
2187 (symtab.h, breakpoint.h): Remove include. Remove unnecessary comment.
2188 * gdbarch.c, gdbarch.h: Regenerate.
2189
819844ad
UW
21902007-06-13 Markus Deuling <deuling@de.ibm.com>
2191
2192 * gdbarch.sh (TARGET_PTR_BIT): Replace with gdbarch_ptr_bit.
2193 * solib-svr4.c (svr4_truncate_ptr): Likewise.
2194 * solib-pa64.c (read_dynamic_info): Likewise.
2195 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Likewise.
2196 * solib.c (info_sharedlibrary_command): Likewise.
2197 * s390-nat.c (SUBOFF): Likewise.
2198 * p-valprint.c (pascal_val_print): Likewise.
2199 * procfs.c (info_proc_mappings): Likewise.
2200 * printcmd.c (decode_format): Likewise.
2201 * nto-tdep.c (nto_truncate_ptr): Likewise.
2202 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
2203 (mips64_linux_get_longjmp_target): Likewise.
2204 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
2205 * jv-valprint.c (java_value_print): Likewise.
2206 * jv-lang.c (get_java_object_header_size): Likewise.
2207 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Likewise.
2208 * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code)
2209 (hppa_hpux_unwind_adjust_stub): Likewise.
2210 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
2211 * gdbtypes.c (make_pointer_type, make_reference_type)
2212 (smash_to_memberptr_type): Likewise.
2213 * gdbarch.c, gdbarch.h: Regenerate.
2214
0cc93a06
DJ
22152007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2216
2217 * mips-tdep.c (mips_print_register): Remove unused ALL argument.
2218 (print_gp_register_row): Stop before printing a register bigger
2219 than the ABI register size.
2220 (mips_print_registers_info): Update call to mips_print_register.
2221
67f3407f
DJ
22222007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2223
2224 * expression.h (enum exp_opcode): Document a register name for
2225 OP_REGISTER.
2226 * parse.c (write_dollar_variable): Write the register name for
2227 OP_REGISTER.
2228 (operator_length_standard): Expect the register name following
2229 OP_REGISTER.
2230 * ada-lang.c (resolve_subexp): Likewise.
2231 * ax-gdb.c (gen_expr): Likewise.
2232 * eval.c (evaluate_subexp_standard): Likewise.
2233 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
2234 Likewise.
2235 * tracepoint.c (encode_actions): Likewise.
2236
0caa462c
DJ
22372007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2238
2239 * utils.c (set_screen_size): Use INT_MAX for default columns.
2240
4de6483e
UW
22412007-06-13 Ulrich Weigand <uweigand@de.ibm.com>
2242
2243 * remote.c (remote_protocol_features): Add qXfer:spu:read and
2244 qXfer:spu:write packet types.
2245
cafad45b
UW
22462007-06-12 Markus Deuling <deuling@de.ibm.com>
2247
2248 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Remove.
2249 * gdbarch.c, gdbarch.h: Regenerate.
2250
055d23b8
UW
22512007-06-12 Markus Deuling <deuling@de.ibm.com>
2252
2253 * gdbarch.sh (STAB_REG_TO_REGNUM): Replace by
2254 gdbarch_stab_reg_to_regnum.
2255 * stabsread.c (define_symbol): Likewise.
2256 * gdbarch.sh (ECOFF_REG_TO_REGNUM): Replace by
2257 gdbarch_ecoff_reg_to_regnum.
2258 * mdebugread.c (parse_symbol): Likewise.
2259 * i386-tdep.c (i386_gdbarch_init): Likewise (comment).
2260 * gdbarch.sh (DWARF_REG_TO_REGNUM): Replace by
2261 gdbarch_dwarf_reg_to_regnum.
2262 * gdbarch.sh (SDB_REG_TO_REGNUM): Replace by gdbarch_sdb_reg_to_regnum.
2263 * coffread.c (process_coff_symbol): Likewise.
2264 * gdbarch.sh (DWARF2_REG_TO_REGNUM): Replace by
2265 gdbarch_dwarf2_reg_to_regnum.
2266 * dwarf2loc.c (dwarf_expr_read_reg,dwarf2_evaluate_loc_desc)
2267 (locexpr_describe_location): Likewise.
2268 * dwarf2-frame.c (read_reg,execute_cfa_program,dwarf2_frame_cache)
2269 (dwarf2_frame_prev_register,dwarf2_signal_frame_this_id): Likewise.
2270 * dwarf2loc.c (DWARF2_REG_TO_REGNUM): Remove macro.
2271 * dwarf2read.c (DWARF2_REG_TO_REGNUM): Remove macro.
2272 * gdbarch.c, gdbarch.h: Regenerate.
2273
260edbc2
UW
22742007-06-12 Markus Deuling <deuling@de.ibm.com>
2275
2276 * gdbarch.sh (SMASH_TEXT_ADDRESS): Replace by
2277 gdbarch_smash_text_address.
2278 * somread.c (som_symtab_read): Likewise.
2279 * elfread.c (record_minimal_symbol): Likewise.
2280 * dbxread.c (process_one_symbol): Likewise.
2281 * coffread.c (coff_symtab_read): Likewise.
2282 * gdbarch.c, gdbarch.h: Regenerate.
2283
c1afe53d
UW
22842007-06-12 Markus Deuling <deuling@de.ibm.com>
2285
2286 * gdbarch.sh (REGISTER_TO_VALUE): Replace by gdbarch_register_to_value.
2287 * findvar.c (value_from_register): Likewise.
2288 * gdbarch.sh (VALUE_TO_REGISTER): Replace by gdbarch_value_to_register.
2289 * valops.c (value_assign): Likewise.
2290 * gdbarch.sh (CONVERT_REGISTER_P): Replace by
2291 gdbarch_convert_register_p.
2292 * findvar.c (value_from_register): Likewise.
2293 * valops.c (value_assign): Likewise.
2294 * gdbarch.c, gdbarch.h: Regenerate.
2295
474c1661
UW
22962007-06-12 Markus Deuling <deuling@de.ibm.com>
2297
2298 * gdbarch.sh (REGISTER_SIM_REGNO): Replace by
2299 gdbarch_register_sim_regno.
2300 * sim-regno.h (sim_regno): Likewise (comment).
2301 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Likewise.
2302 * gdbarch.c, gdbarch.h: Regenerate.
2303
c7bb205c
UW
23042007-06-12 Markus Deuling <deuling@de.ibm.com>
2305
2306 * gdbarch.sh (TARGET_VIRTUAL_FRAME_POINTER): Replace by
2307 gdbarch_virtual_frame_pointer.
2308 * tracepoint.c (encode_actions): Likewise.
2309 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Likewise.
2310 * ax-gdb.c (gen_frame_args_address, gen_frame_locals_address): Likewise.
2311 * gdbarch.c, gdbarch.h: Regenerate.
2312
ea06eb3d
UW
23132007-06-12 Markus Deuling <deuling@de.ibm.com>
2314
2315 * gdbarch.sh (TARGET_FLOAT_BIT): Replace by gdbarch_float_bit.
2316 * p-lang.c (pascal_create_fundamental_type): Likewise.
2317 * objc-lang.c (objc_create_fundamental_type): Likewise.
2318 * mdebugread.c (_initialize_mdebugread): Likewise.
2319 * m2-lang.c (m2_create_fundamental_type)
2320 (_initialize_m2_language): Likewise.
2321 * gdbtypes.c (build_gdbtypes): Likewise.
2322 * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
2323 * doublest.c (floatformat_from_length): Likewise.
2324 * c-lang.c (c_create_fundamental_type): Likewise.
2325 * ada-lang.c (ada_create_fundamental_type)
2326 (ada_language_arch_info): Likewise.
2327 * gdbarch.sh (TARGET_FLOAT_FORMAT): Replace by gdbarch_float_format.
2328 * value.c (unpack_double): Likewise (comment).
2329 * gdbtypes.c (build_gdbtypes): Likewise.
2330 * doublest.c (floatformat_from_length): Likewise.
2331 * gdbarch.sh (TARGET_DOUBLE_BIT): Replace by gdbarch_double_bit.
2332 * valarith.c (value_binop): Likewise.
2333 * p-lang.c (pascal_create_fundamental_type): Likewise.
2334 * objc-lang.c (objc_create_fundamental_type): Likewise.
2335 * mdebugread.c (_initialize_mdebugread): Likewise.
2336 * m2-lang.c (m2_create_fundamental_type): Likewise.
2337 * gdbtypes.c (build_gdbtypes): Likewise.
2338 * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
2339 * doublest.c (floatformat_from_length): Likewise.
2340 * cris-tdep.c (cris_gdbarch_init): Likewise (comment).
2341 * c-lang.c (c_create_fundamental_type): Likewise.
2342 * ada-lex.l (processReal): Likewise.
2343 * ada-lang.c (ada_create_fundamental_type)
2344 (ada_language_arch_info): Likewise.
2345 * gdbarch.sh (TARGET_DOUBLE_FORMAT): Replace by gdbarch_double_format.
2346 * value.c (unpack_double): Likewise (comment).
2347 * gdbtypes.c (build_gdbtypes): Likewise.
2348 * doublest.c (floatformat_from_length): Likewise.
2349 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Replace by
2350 gdbarch_long_double_bit.
2351 * p-lang.c (pascal_create_fundamental_type): Likewise.
2352 * objc-lang.c (objc_create_fundamental_type): Likewise.
2353 * m2-lang.c (m2_create_fundamental_type): Likewise.
2354 * gdbtypes.c (build_gdbtypes): Likewise.
2355 * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
2356 * doublest.c (floatformat_from_length): Likewise.
2357 * c-lang.c (c_create_fundamental_type): Likewise.
2358 * ada-lex.l (processReal): Likewise.
2359 * ada-lang.c (ada_create_fundamental_type)
2360 (ada_language_arch_info): Likewise.
2361 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Replace by
2362 gdbarch_long_double_format.
2363 * gdbtypes.c (build_gdbtypes): Likewise.
2364 * doublest.c (floatformat_from_length): Likewise.
2365 * gdbarch.c, gdbarch.h: Regenerate.
2366
9a76efb6
UW
23672007-06-12 Markus Deuling <deuling@de.ibm.com>
2368
2369 * gdbarch.sh (TARGET_SHORT_BIT): Replace by gdbarch_int_bit.
2370 * ada-lang.c (ada_create_fundamental_type)
2371 (ada_language_arch_info): Likewise.
2372 * c-lang.c (c_create_fundamental_type): Likewise.
2373 * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
2374 * gdbtypes.c (build_gdbtypes, gdbtypes_post_init): Likewise.
2375 * m2-lang.c (m2_create_fundamental_type): Likewise.
2376 * objc-lang.c (objc_create_fundamental_type): Likewise.
2377 * p-lang.c (pascal_create_fundamental_type): Likewise.
2378 * gdbarch.sh (TARGET_INT_BIT): Replace by gdbarch_int_bit.
2379 * c-exp.y (parse_number): Likewise.
2380 * objc-exp.y (parse_number): Likewise.
2381 * ada-lex.l (processInt): Likewise.
2382 * f-exp.y (parse_number): Likewise.
2383 * p-exp.y (parse_number): Likewise.
2384 * ada-lang.c (ada_create_fundamental_type, ada_language_arch_info)
2385 (gdbtypes_post_init, build_gdbtypes): Likewise.
2386 * p-lang.c (pascal_create_fundamental_type): Likewise.
2387 * parse.c (build_parse): Likewise.
2388 * xcoffread.c (_initialize_xcoffread): Likewise.
2389 * stabsread.c (define_symbol, read_one_struct_field, read_enum_type)
2390 (read_range_type): Likewise.
2391 * objc-lang.c (objc_create_fundamental_type): Likewise.
2392 * f-lang.c (build_fortran_types, f_create_fundamental_type): Likewise.
2393 * m2-lang.c (m2_create_fundamental_type, _initialize_m2_language)
2394 (m2_create_fundamental_type): Likewise.
2395 * c-lang.c (c_create_fundamental_type): Likewise.
2396 * coffread.c (coff_read_enum_type): Likewise.
2397 * mdebugread.c (parse_symbol, _initialize_mdebugread): Likewise.
2398 * dwarf2read.c (new_symbol): Likewise.
2399 * gdbarch.sh (TARGET_LONG_BIT): Replace by gdbarch_long_bit.
2400 * c-exp.y (parse_number): Likewise.
2401 * objc-exp.y (parse_number): Likewise.
2402 * ada-lex.l (processInt): Likewise.
2403 * f-exp.y (parse_number): Likewise.
2404 * p-exp.y (parse_number): Likewise.
2405 * valarith.c (value_binop): Likewise.
2406 * symfile.c (read_target_long_array, simple_overlay_update_1): Likewise.
2407 * ada-lang.c (ada_create_fundamental_type)
2408 (ada_language_arch_info): Likewise.
2409 * gdbtypes.c (build_gdbtypes, gdbtypes_post_init): Likewise.
2410 * symfile.c (TARGET_LONG_BYTES): Likewise.
2411 * p-lang.c (pascal_create_fundamental_type): Likewise.
2412 * objc-lang.c (objc_create_fundamental_type): Likewise.
2413 * m2-lang.c (m2_create_fundamental_type): Likewise.
2414 * f-lang.c (f_create_fundamental_type): Likewise.
2415 * c-lang.c (c_create_fundamental_type): Likewise.
2416 * coffread.c (decode_base_type): Likewise.
2417 * gdbarch.sh (TARGET_LONG_LONG_BIT): Replace by gdbarch_long_long_bit.
2418 * c-exp.y (parse_number): Likewise.
2419 * objc-exp.y (parse_number): Likewise.
2420 * p-exp.y (parse_number): Likewise.
2421 * ada-lang.c (ada_create_fundamental_type)
2422 (ada_language_arch_info): Likewise.
2423 * gdbtypes.c (gdbtypes_post_init, build_gdbtypes): Likewise.
2424 * stabsread.c (read_range_type): Likewise.
2425 * p-lang.c (pascal_create_fundamental_type): Likewise.
2426 * objc-lang.c (objc_create_fundamental_type): Likewise.
2427 * m2-lang.c (m2_create_fundamental_type): Likewise.
2428 * f-lang.c (f_create_fundamental_type): Likewise.
2429 * c-lang.c (c_create_fundamental_type): Likewise.
2430 * gdbarch.c, gdbarch.h: Regenerate.
2431
272dfcfd
AS
24322007-06-12 Andreas Schwab <schwab@suse.de>
2433
2434 * frame-unwind.h (frame_dealloc_cache_ftype): Define.
2435 (struct frame_unwind): Add dealloc_cache.
2436 * frame.c (reinit_frame_cache): Call dealloc_cache on all caches.
2437
2438 * libunwind-frame.h (libunwind_frame_dealloc_cache): Declare.
2439 * libunwind-frame.c (libunwind_frame_dealloc_cache): Define.
2440 (libunwind_frame_unwind): Set dealloc_cache.
2441 * ia64-tdep.c (ia64_libunwind_frame_unwind): Set dealloc_cache.
2442
0e7f50da
UW
24432007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
2444 Markus Deuling <deuling@de.ibm.com>
2445
2446 * remote.c (remote_write_qxfer): New function.
2447 (remote_xfer_partial): Add handling for TARGET_OBJECT_SPU.
2448 (remote_read_qxfer): Do not cache empty objects.
2449 (_initialize_remote): Add PACKET_qXfer_spu_read and
2450 PACKET_qXfer_spu_write.
2451
23d964e7
UW
24522007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
2453
2454 * target.h (enum target_object): Add TARGET_OBJECT_SPU.
2455 * spu-linux-nat.c (spu_xfer_partial): Handle TARGET_OBJECT_SPU.
2456
2457 * spu-tdep.h (SPU_NUM_PSEUDO_REGS): Add 5 pseudo registers.
2458 (enum spu_regnum): Add SPU_FPSCR_REGNUM, SPU_SRR0_REGNUM,
2459 SPU_LSLR_REGNUM, SPU_DECR_REGNUM, SPU_DECR_STATUS_REGNUM.
2460 * spu-tdep.c (infospucmdlist): New variable.
2461 (spu_register_name): Handle additional pseudo registers.
2462 (spu_register_type): Likewise.
2463 (spu_pseudo_register_read): Likewise.
2464 (spu_pseudo_register_write): Likewise.
2465 (spu_pseudo_register_read_spu): New function.
2466 (spu_pseudo_register_write_spu): Likewise.
2467 (info_spu_event_command): New function.
2468 (info_spu_signal_command): Likewise.
2469 (info_spu_mailbox_list): Likewise.
2470 (info_spu_mailbox_command): Likewise.
2471 (spu_mfc_get_bitfield): Likewise.
2472 (info_spu_dma_cmdlist): Likewise.
2473 (info_spu_dma_command): Likewise.
2474 (info_spu_proxydma_command): Likewise.
2475 (info_spu_command): Likewise.
2476 (_initialize_spu_tdep): Install "info spu" commands.
2477
374c1d38
UW
24782007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
2479
2480 * spu-linux-nat.c (spu_proc_xfer_spu): Do not return failure when
2481 accessing non-seekable spufs files.
2482
e76f05fa
UW
24832007-06-09 Markus Deuling <deuling@de.ibm.com>
2484
2485 * gdbarch.sh (SKIP_TRAMPOLINE_CODE): Replace by
2486 gdbarch_skip_trampoline_code.
2487 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Likewise (comment).
2488 * objc-lang.c (objc_skip_trampoline)
2489 (objc_submethod_helper_data): Likewise.
2490 * m32c-lang.c (m32c_skip_trampoline_code): Likewise (comment).
2491 * infrun.c (handle_inferior_event): Likewise.
2492 * gnu-v3-abi.c (gnuv3_skip_trampoline): Likewise.
2493 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Replace by
2494 gdbarch_in_solib_return_trampoline.
2495 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Likewise (comment).
2496 * infrun.c (handle_inferior_event): Likewise.
2497 * hppa-tdep.c (hppa_stub_unwind_sniffer): Likewise.
2498 * gdbarch.c, gdbarch.h: Regenerate.
2499
a433963d
UW
25002007-06-09 Markus Deuling <deuling@de.ibm.com>
2501
2502 * gdbarch.sh (SKIP_PROLOGUE): Replace by gdbarch_skip_prologue.
2503 * symtab.c (find_function_start_sal, in_prologue): Likewise.
2504 * linespec.c (minsym_found): Likewise.
2505 * infrun.c (step_into_function): Likewise.
2506 * gdbarch.c, gdbarch.h: Regenerate.
2507
aea8766f
UW
25082007-06-09 Markus Deuling <deuling@de.ibm.com>
2509
2510 * gdbarch.sh (NAME_OF_MALLOC): Replace by gdbarch_name_of_malloc.
2511 * valops.c (value_allocate_space_in_inferior): Likewise.
2512 * gdbarch.c, gdbarch.h: Regenerate.
2513
8da95a30
UW
25142007-06-09 Markus Deuling <deuling@de.ibm.com>
2515
2516 * gdbarch.sh (MEMORY_INSERT_BREAKPOINT): Replace by
2517 gdbarch_memory_insert_breakpoint.
2518 * mem-break.c (memory_insert_breakpoint): Likewise.
2519 * gdbarch.sh (MEMORY_REMOVE_BREAKPOINT): Replace by
2520 gdbarch_memory_remove_breakpoint.
2521 * mem-break.c (memory_remove_breakpoint): Likewise.
2522 * gdbarch.c, gdbarch.h: Regenerate.
2523
985969a9
UW
25242007-06-09 Markus Deuling <deuling@de.ibm.com>
2525
2526 * gdbarch.sh (FETCH_TLS_LOAD_MODULE_ADDRESS): Replace by
2527 gdbarch_fetch_tls_load_module_address.
2528 * gdbarch.sh (FETCH_TLS_LOAD_MODULE_ADDRESS_P): Replace by
2529 gdbarch_fetch_tls_load_module_address_p.
2530 * gdbarch.c, gdbarch.h: Regenerate.
2531
b798847d
UW
25322007-06-09 Markus Deuling <deuling@de.ibm.com>
2533
2534 * gdbarch.sh (DECR_PC_AFTER_BREAK): Replace by
2535 gdbarch_decr_pc_after_break.
2536 * tracepoint.c (trace_dump_command): Likewise.
2537 * solib-sunos.c (sunos_solib_create_inferior_hook): Likewise.
2538 * linux-thread-db.c (check_event): Likewise.
2539 * linux-nat.c (cancel_breakpoints_callback): Likewise.
2540 * infrun.c (adjust_pc_after_break, normal_stop): Likewise.
2541 * frame.h: Likewise (comment).
2542 * dummy-frame.c (deprecated_pc_in_call_dummy): Likewise.
2543 * aix-thread.c (aix_thread_wait): Likewise.
2544 * gdbarch.c, gdbarch.h: Regenerate.
2545
849957d9
UW
25462007-06-09 Markus Deuling <deuling@de.ibm.com>
2547
2548 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS): Replace by
2549 gdbarch_address_class_type_flags.
2550 * dwarf2read.c (read_tag_pointer_type): Likewise.
2551 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS_P): Replace by
2552 gdbarch_address_class_type_flags_p.
2553 * dwarf2read.c (read_tag_pointer_type): Likewise.
2554 * gdbarch.c, gdbarch.h: Regenerate.
2555
bf6ae464
UW
25562007-06-09 Markus Deuling <deuling@de.ibm.com>
2557
2558 * gdbarch.sh (ADDR_BITS_REMOVE): Replace by gdbarch_addr_bits_remove.
2559 * value.c (value_as_address): Likewise (comment).
2560 * remote-mips.c (common_breakpoint): Likewise.
2561 * regcache.c (read_pc_pid): Likewise.
2562 * printcmd.c (do_one_display): Likewise.
2563 * monitor.c (monitor_write_memory, monitor_read_memory)
2564 (monitor_insert_breakpoint): Likewise.
2565 * mips-tdep.c (heuristic_proc_start): Likewise.
2566 * infrun.c (insert_step_resume_breakpoint_at_frame)
2567 (insert_step_resume_breakpoint_at_caller): Likewise.
2568 * buildsym.c (record_line): Likewise.
2569 * arm-tdep.c (arm_scan_prologue, thumb_get_next_pc)
2570 (arm_get_next_pc): Likewise.
2571 * armnbsd-nat.c (arm_supply_gregset, fetch_register, store_register)
2572 (store_regs): Likewise.
2573 * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
2574 * arm-linux-nat.c (fetch_register, fetch_regs): Likewise.
2575 * gdbarch.c, gdbarch.h: Regenerate.
2576
c9f4d572
UW
25772007-06-09 Markus Deuling <deuling@de.ibm.com>
2578
2579 * gdbarch.sh (REGISTER_NAME): Replace by gdbarch_register_name.
2580 * tracepoint.c (scope_info): Likewise.
2581 * target.c (debug_print_register): Likewise.
2582 * stack.c (frame_info): Likewise.
2583 * sh-tdep.c (sh_register_reggroup_p): Likewise.
2584 * sh64-tdep.c (sh64_do_fp_register, sh64_do_register)
2585 (sh64_media_print_registers_info)
2586 (sh64_compact_print_registers_info): Likewise.
2587 * rs6000-tdep.c (rs6000_register_reggroup_p): Likewise.
2588 * remote-sim.c (gdbsim_fetch_register): Likewise.
2589 * remote.c (packet_reg): Likewise (comment).
2590 * reggroups.c (default_register_reggroup_p): Likewise.
2591 * regcache.c (regcache_dump): Likewise.
2592 * printcmd.c (address_info): Likewise.
2593 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
2594 * mt-dep.c (mt_registers_info): Likewise.
2595 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Likewise (comment).
2596 * mips-tdep.c (mips_register_reggroup_p, mips_read_fp_register_single)
2597 (mips_read_fp_register_double, mips_print_fp_register)
2598 (mips_print_register, print_gp_register_row, mips_print_registers_info)
2599 (mips_register_sim_regno): Likewise.
2600 * m68klinux-nat.c (regmap, fetch_register, store_register): Likewise.
2601 * inf-ptrace.c (inf_ptrace_fetch_register)
2602 (inf_ptrace_store_register): Likewise.
2603 * infcmd.c (default_print_registers_info): Likewise.
2604 * ia64-linux-nat.c (ia64_linux_fetch_register)
2605 (ia64_linux_store_register): Likewise.
2606 * i386-linux-nat.c (fetch_register, store_register): Likewise.
2607 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Likewise.
2608 * hppa-linux-nat.c (fetch_register, store_register): Likewise.
2609 * hppa-hpux-nat.c (hppa_hpux_fetch_register)
2610 (hppa_hpux_store_register): Likewise.
2611 * findvar.c (locate_var_value): Likewise.
2612 * dwarf2loc.c (locexpr_describe_location): Likewise.
2613 * dwarf2-frame.c (execute_cfa_program): Likewise.
2614 * arm-tdep.c (arm_push_dummy_call): Likewise.
2615 * arch-utils.c (legacy_register_sim_regno): Likewise.
2616 * alpha-tdep.c (alpha_register_reggroup_p): Likewise.
2617 * alpha-nat.c (fetch_osf_core_registers): Likewise.
2618 * mi/mi-main.c (mi_cmd_data_list_register_names)
2619 (mi_cmd_data_list_changed_registers, mi_cmd_data_list_register_values)
2620 (mi_cmd_data_write_register_values): Likewise.
2621 * gdbarch.c, gdbarch.h: Regenerate.
2622
1fc01e03
DJ
26232007-06-07 Daniel Jacobowitz <dan@codesourcery.com>
2624
2625 * target-memory.c (blocks_to_erase): Correct off-by-one error.
2626
632110b1
VP
26272007-06-06 Vladimir Prus <vladimir@codesourcery.com>
2628
2629 * remote.c (process_g_packet): Don't check size.
2630 * gdbarch.sh: Remove register_bytes_ok.
2631 * gdbarch.c: Regenerated.
2632 * gdbarch.h: Regenerated.
2633 * m68k-tdep.c (REGISTER_BYTES_NOFP): Remove.
2634 (m68k_register_bytes_ok): Remove.
2635 (m68k_gdbarch_init): Don't register m68k_register_bytes_ok.
2636
f43ae3f1
AS
26372007-06-06 Andreas Schwab <schwab@suse.de>
2638
2639 * libunwind-frame.c (unw_destroy_addr_space_p): Define.
2640 (destroy_addr_space_name): Define.
2641 (libunwind_load): Get address of destroy_addr_space function.
2642 (libunwind_frame_cache): Destroy unw_addr_space_t object before
2643 returning unsuccessfully.
2644 (libunwind_frame_sniffer): Destroy unw_addr_space_t object before
2645 returning.
2646 (libunwind_sigtramp_frame_sniffer): Likewise.
2647 (libunwind_get_reg_special): Likewise.
2648
d99344c0
UW
26492007-06-06 Markus Deuling <deuling@de.ibm.com>
2650
2651 * gdbarch.sh (FETCH_POINTER_ARGUMENT): Replace by
2652 gdbarch_fetch_pointer_argument.
2653 * objc-lang.c (OBJC_FETCH_POINTER_ARGUMENT): Likewise.
2654 * gdbarch.c, gdbarch.h: Regenerate.
2655
e6cf7916
UW
26562007-06-06 Markus Deuling <deuling@de.ibm.com>
2657
2658 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Replace by
2659 gdbarch_have_nonsteppable_watchpoint.
2660 * infrun.c (handle_inferior_event, adjust_pc_after_break): Likewise.
2661 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Replace by
2662 gdbarch_cannot_step_breakpoint.
2663 * infrun.c (resume): Likewise.
2664 * gdbarch.c, gdbarch.h: Regenerate.
2665
bbcf301a
UW
26662007-06-06 Markus Deuling <deuling@de.ibm.com>
2667
2668 * gdbarch.sh (FRAME_ARGS_SKIP): Replace by gdbarch_frame_args_skip.
2669 * stack.c (print_frame_args): Likewise.
2670 * gdbarch.sh (FRAME_NUM_ARGS): Replace by gdbarch_frame_num_args.
2671 * stack.c (print_args_stub, frame_info): Likewise.
2672 * gdbarch.sh (FRAME_NUM_ARGS_P): Replace by gdbarch_frame_num_args_p.
2673 * stack.c (print_args_stub, frame_info): Likewise.
2674 * gdbarch.c, gdbarch.h: Regenerate.
2675
95f1da47
UW
26762007-06-06 Markus Deuling <deuling@de.ibm.com>
2677
2678 * gdbarch.sh (COFF_MAKE_MSYMBOL_SPECIAL): Replace by
2679 gdbarch_coff_make_msymbol_special.
2680 * coffread.c (coff_symtab_read): Likewise.
2681 * gdbarch.sh (ELF_MAKE_MSYMBOL_SPECIAL): Replace by
2682 gdbarch_elf_make_msymbol_special.
2683 * elfread.c (elf_symtab_read): Likewise.
2684 * mips-tdep.c (mips_elf_make_msymbol_special): Likewise (comment).
2685 * sh64-tdep.c (MSYMBOL_IS_SPECIAL): Likewise (comment).
2686 * gdbarch.c, gdbarch.h: Regenerate.
2687
39e8369e
UW
26882007-06-06 Markus Deuling <deuling@de.ibm.com>
2689
2690 * gdbarch.sh (FRAME_RED_ZONE_SIZE): Replace by
2691 gdbarch_frame_red_zone_size.
2692 * gdbarch.c, gdbarch.h: Regenerate.
2693
4d1e7dd1
UW
26942007-06-06 Markus Deuling <deuling@de.ibm.com>
2695
2696 * gdbarch.sh (INNER_THAN): Replace by gdbarch_inner_than.
2697 * infcall.c (call_function_by_hand): Likewise.
2698 * gcore.c (derive_stack_segment): Likewise.
2699 * frame.c (frame_id_inner): Likewise.
2700 * arch-utils.c (core_addr_lessthan): Likewise (comment).
2701 * ada-lang.c (ensure_lval): Likewise.
2702 * gdbarch.c, gdbarch.h: Regenerate.
2703
76e71323
UW
27042007-06-06 Markus Deuling <deuling@de.ibm.com>
2705
2706 * gdbarch.sh (ADDRESS_TO_POINTER): Replace by
2707 gdbarch_address_to_pointer.
2708 * findvar.c (store_typed_address): Likewise.
2709 * gdbtypes.c (make_pointer_type): Likewise (comment).
2710 * procfs.c (procfs_address_to_host_pointer): Likewise.
2711 * std-regs.c (value_of_builtin_frame_reg): Likewise.
2712 (value_of_builtin_frame_fp_reg): Likewise.
2713 (value_of_builtin_frame_pc_reg): Likewise.
2714 * utils.c (paddress): Likewise (comment).
2715 * gdbarch.sh (POINTER_TO_ADDRESS): Replace by
2716 gdbarch_pointer_to_address.
2717 * findvar.c (extract_typed_address): Likewise.
2718 * gdbtypes.c (make_pointer_type): Likewise (comment).
2719 * valops.c (value_cast): Likewise (comment).
2720 * gdbarch.c, gdbarch.h: Regenerate.
2721
91104499
UW
27222007-06-06 Markus Deuling <deuling@de.ibm.com>
2723
2724 * gdbarch.sh (GET_LONGJMP_TARGET): Replace by gdbarch_get_longjmp_target.
2725 * infrun.c (handle_inferior_event): Likewise.
2726 * gdbarch.sh (GET_LONGJMP_TARGET_P): Replace by
2727 gdbarch_get_longjmp_target_p.
2728 * breakpoint.c (breakpoint_re_set): Likewise.
2729 * infrun.c (handle_inferior_event): Likewise.
2730 * gdbarch.c, gdbarch.h: Regenerate.
2731
d3e9c991
UW
27322007-06-06 Ulrich Weigand <uweigand@de.ibm.com>
2733
2734 * hppa-hpux-tdep.c (args_for_find_stub, HP_ACC_EH_notify_hook,
2735 HP_ACC_EH_set_hook_value, HP_ACC_EH_notify_callback, HP_ACC_EH_break,
2736 HP_ACC_EH_catch_throw, HP_ACC_EH_catch_catch, __eh_notification,
2737 hp_cxx_exception_support, hp_cxx_exception_support_initialized,
2738 eh_notify_hook_addr, eh_notify_callback_addr, eh_break_addr,
2739 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior,
2740 find_stub_with_shl_get, cover_find_stub_with_shl_get,
2741 initialize_hp_cxx_exception_support, child_enable_exception_callback,
2742 current_ex_event, child_get_current_exception_event): Remove.
2743 (hppa_hpux_inferior_created): Remove.
2744 (hppa_hpux_init_abi): Do not install hppa_hpux_inferior_created.
2745
2746 * breakpoint.h (deprecated_exception_catchpoints_are_fragile): Remove.
2747 (deprecated_exception_support_initialized): Remove.
2748 * breakpoint.c (deprecated_exception_catchpoints_are_fragile): Remove.
2749 (deprecated_exception_support_initialized): Remove.
2750 (breakpoint_init_inferior): Remove handling of non-zero
2751 deprecated_exception_catchpoints_are_fragile.
2752
2753 * symtab.h (deprecated_hp_som_som_object_present): Remove.
2754 * symtab.c (deprecated_hp_som_som_object_present): Remove.
2755 * c-typeprint.c (c_type_print_base): Remove handling of non-zero
2756 deprecated_hp_som_som_object_present.
2757 * eval.c (evaluate_subexp_standard): Likewise.
2758 * valops.c (value_cast): Likewise.
2759
2760 * parse.c (parse_nested_classes_for_hpacc, coloncolon): Remove.
2761 * parser-defs.h (parse_nested_classes_for_hpacc): Remove.
2762 * c-exp.y (yylex): Do not call parse_nested_classes_for_hpacc.
2763
5e787d22
UW
27642007-06-06 Ulrich Weigand <uweigand@de.ibm.com>
2765
2766 * objfiles.h (ImportEntry, ExportEntry): Remove types.
2767 (struct objfile): Remove import_list, import_list_size,
2768 export_list, export_list_size members.
2769 (is_in_import_list): Remove prototype.
2770 * objfiles.c (is_in_import_list): Remove.
2771 * somread.c (init_import_symbols, init_export_symbols): Remove.
2772 (som_symfile_read): Do not call init_import_symbols. Do not
2773 set objfile->export_list and objfile->export_list_size.
2774
93e7bd98
DJ
27752007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
2776
2777 * dwarf2read.c (dwarf2_symbol_mark_computed): Fix formatting.
2778 Use the original objfile if necessary.
2779
e1024ff1
DJ
27802007-06-04 Daniel Jacobowitz <dan@codesourcery.com>
2781
2782 * defs.h (ldirname): New prototype.
2783 * dwarf2read.c (read_file_scope): Use DW_AT_name if DW_AT_comp_dir is
2784 missing.
2785 * utils.c (ldirname): New function.
2786 * xml-tdesc.c (file_read_description_xml): Use ldirname.
2787
ee82e879
UW
27882007-06-01 Ulrich Weigand <uweigand@de.ibm.com>
2789
2790 * spu-tdep.c (spu_push_dummy_call): Store stack back chain.
2791
513f5903
JB
27922007-06-01 Joel Brobecker <brobecker@adacore.com>
2793
2794 * solib-svr4.c (svr4_solib_create_inferior_hook): Remove warning.
2795
52a75740
UW
27962007-06-01 Ulrich Weigand <uweigand@de.ibm.com>
2797
2798 * irix5-nat.c (JB_ELEMENT_SIZE, get_longjmp_target): Remove.
2799
c3fc7e62
UW
28002007-06-01 Ulrich Weigand <uweigand@de.ibm.com>
2801
2802 * ppc-linux-tdep.c (INSTR_SC, INSTR_LI_R0_0x6666, INSTR_LI_R0_0x7777,
2803 INSTR_LI_R0_NR_sigreturn, INSTR_LI_R0_NR_rt_sigreturn): Remove.
2804 (PPC_LINUX_SIGNAL_FRAMESIZE, PPC_LINUX_REGS_PTR_OFFSET,
2805 PPC_LINUX_HANDLER_PTR_OFFSET): Remove.
2806 (ppc_linux_in_sigtramp, insn_is_sigreturn,
2807 ppc_linux_at_sigtramp_return_path): Remove.
2808
4c6b5505
UW
28092007-05-31 Markus Deuling <deuling@de.ibm.com>
2810
2811 * xtensa-tdep.c (XTENSA_IS_ENTRY, extract_call_winsize)
2812 (xtensa_register_write_masked, xtensa_register_read_masked)
2813 (xtensa_extract_return_value, xtensa_store_return_value
2814 (xtensa_push_dummy_call, xtensa_breakpoint_from_pc): Replace
2815 TARGET_BYTE_ORDER by gdbarch_byte_order.
2816 * sh-tdep.c (sh_breakpoint_from_pc, gdb_print_insn_sh)
2817 (sh_justify_value_in_reg, sh_next_flt_argreg, sh_push_dummy_call_fpu)
2818 (sh_extract_return_value_fpu, sh_store_return_value_fpu): Likewise.
2819 * sh64-tdep.c (sh64_breakpoint_from_pc, gdb_print_insn_sh64)
2820 (sh64_push_dummy_call, sh64_extract_return_value)
2821 (sh64_store_return_value, sh64_register_convert_to_virtual)
2822 (sh64_register_convert_to_raw, sh64_pseudo_register_read)
2823 (sh64_pseudo_register_write, sh64_do_fp_register)
2824 (sh64_frame_prev_register): Likewise.
2825 * score-tdep.c (score_print_insn, score_breakpoint_from_pc)
2826 (score_return_value, score_push_dummy_call, score_fetch_inst): Likewise.
2827 * rs6000-tdep.c (rs6000_breakpoint_from_pc, rs6000_push_dummy_call)
2828 (e500_move_ev_register,gdb_print_insn_powerpc): Likewise.
2829 * remote-m32r-sdi.c (m32r_resume, m32r_wait): Likewise.
2830 * ppc-linux-nat.c (store_register): Likewise.
2831 * nto-tdep.c (nto_find_and_open_solib)
2832 (nto_init_solib_absolute_prefix): Likewise.
2833 * mips-tdep.c (mips_pseudo_register_read, mips_pseudo_register_write)
2834 (mips_convert_register_p, mips_eabi_push_dummy_call)
2835 (mips_n32n64_push_dummy_call, mips_n32n64_return_value)
2836 (mips_o32_push_dummy_call, mips_o32_return_value)
2837 (mips_o64_push_dummy_call, mips_o64_return_value, mips_o64_return_value)
2838 (mips_read_fp_register_single, mips_read_fp_register_double)
2839 (mips_print_register, print_gp_register_row, gdb_print_insn_mips)
2840 (mips_breakpoint_from_pc): Likewise.
2841 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Likewise.
2842 * mips-linux-tdep.c (mips64_supply_fpregset, mips64_fill_fpregset)
2843 (mips_linux_o32_sigframe_init): Likewise.
2844 * m32r-tdep.c (m32r_memory_insert_breakpoint)
2845 (m32r_memory_remove_breakpoint, m32r_breakpoint_from_pc): Likewise.
2846 * libunwind-frame.c (libunwind_frame_cache, libunwind_frame_sniffer)
2847 (libunwind_sigtramp_frame_sniffer, libunwind_get_reg_special): Likewise.
2848 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Likewise.
2849 * coffread.c (process_coff_symbol): Likewise.
2850 * arm-tdep.c (convert_from_extended, convert_to_extended)
2851 (gdb_print_insn_arm): Likewise.
2852
f57d151a
UW
28532007-05-31 Markus Deuling <deuling@de.ibm.com>
2854
2855 * gdbarch.sh (NUM_REGS): Replace by gdbarch_num_regs.
2856 * i386-tdep.c (i386_dbx_reg_to_regnum)
2857 (i386_svr4_reg_to_regnum): Likewise.
2858 * inf-ptrace.c (inf_ptrace_fetch_registers)
2859 (inf_ptrace_store_registers): Likewise.
2860 * corelow.c (get_core_registers): Likewise.
2861 * i386-linux-nat.c (supply_gregset, fill_gregset)
2862 (i386_linux_fetch_inferior_registers)
2863 (i386_linux_store_inferior_registers): Likewise.
2864 * remote.c (init_remote_state,packet_reg_from_regnum)
2865 (packet_reg_from_pnum,process_g_packet,remote_fetch_registers)
2866 (remote_prepare_to_store,store_registers_using_G)
2867 (remote_store_registers,remote_arch_state): Likewise.
2868 * tracepoint.c (encode_actions): Likewise.
2869 * mi/mi-main.c (mi_cmd_data_list_register_names)
2870 (mi_cmd_data_list_changed_registers,mi_cmd_data_list_register_values)
2871 (mi_cmd_data_write_register_values): Likewise.
2872 * tui/tui-regs.c (tui_show_register_group)
2873 (tui_show_register_group): Likewise.
2874 * xtensa-tdep.h (FP_ALIAS): Likewise.
2875 * xtensa-tdep.c (xtensa_register_name,xtensa_register_type)
2876 (xtensa_reg_to_regnum,xtensa_pseudo_register_read)
2877 (xtensa_pseudo_register_write,xtensa_register_reggroup_p): Likewise.
2878 * win32-nat.c (do_win32_fetch_inferior_registers)
2879 (do_win32_store_inferior_registers,fetch_elf_core_registers
2880 * user-regs.h: Likewise (comment).
2881 * user-regs.c (user_reg, user_reg_map_name_to_regnum): Likewise.
2882 * trad-frame.c (trad_frame_alloc_saved_regs): Likewise.
2883 * target-descriptions.h: Likewise (comment).
2884 * target-descriptions.c (tdesc_use_registers): Likewise (comment).
2885 * target.c (debug_print_register): Likewise.
2886 * stack.c (frame_info): Likewise.
2887 * stabsread.c (define_symbol): Likewise.
2888 * sh64-tdep.c (sh64_do_pseudo_register,sh64_print_register)
2889 (sh64_media_print_registers_info)
2890 (sh64_compact_print_registers_info): Likewise.
2891 * rs6000-tdep.c (rs6000_register_sim_regno): Likewise.
2892 * rs6000-nat.c (fetch_register,store_register): Likewise.
2893 * remote-sim.c (one2one_register_sim_regno,gdbsim_fetch_register)
2894 (gdbsim_fetch_register,gdbsim_store_register): Likewise.
2895 * remote-mips.c (mips_fetch_registers,mips_store_registers): Likewise.
2896 * remote-m32r-sdi.c (m32r_fetch_registers)
2897 (m32r_store_registers): Likewise.
2898 * reggroups.c (default_register_reggroup_p): Likewise.
2899 * regcache.c (init_regcache_descr,register_size,regcache,regcache_save)
2900 (regcache_restore,regcache_dump): Likewise.
2901 * monitor.c (monitor_fetch_registers,monitor_store_registers): Likewise.
2902 * mips-tdep.c (mips_xfer_register,mips_register_name)
2903 (mips_register_reggroup_p,mips_pseudo_register_read)
2904 (mips_pseudo_register_write,mips_convert_register_p,mips_register_type)
2905 (mips_unwind_pc,mips_unwind_sp,mips_unwind_dummy_id,set_reg_offset)
2906 (mips16_scan_prologue,mips_insn16_frame_cache,reset_saved_regs)
2907 (mips32_scan_prologue,mips_insn32_frame_cache,read_next_frame_reg)
2908 (mips_n32n64_return_value,mips_o32_return_value,mips_o64_return_value)
2909 (print_gp_register_row,mips_print_registers_info)
2910 (mips_stab_reg_to_regnum,mips_dwarf_dwarf2_ecoff_reg_to_regnum)
2911 (mips_register_sim_regno): Likewise.
2912 * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
2913 (mips_linux_n32n64_sigframe_init): Likewise.
2914 * mips-linux-nat.c (mips_linux_register_addr)
2915 (mips64_linux_register_addr): Likewise.
2916 * findvar.c (value_of_register): Likewise.
2917 * infcmd.c (default_print_registers_info,registers_info)
2918 (print_vector_info,print_float_info): Likewise.
2919 * mips64obsd-tdep.c (mips64obsd_sigframe_init): Likewise.
2920 * inf-child.c (inf_child_fetch_inferior_registers): Likewise.
2921 * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Likewise.
2922 * m68hc11-tdep.c (m68hc11_frame_unwind_cache(: Likewise.
2923 * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
2924 * ia64-linux-nat.c (ia64_register_addr,ia64_cannot_fetch_register)
2925 (ia64_cannot_store_register,ia64_linux_fetch_registers)
2926 (ia64_linux_store_registers): Likewise.
2927 * hpux-thread.c (hpux_thread_fetch_registers)
2928 (hpux_thread_store_registers): Likewise.
2929 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM,E_PSEUDO_EXR_REGNUM)
2930 (h8300_init_frame_cache,h8300_frame_cache,h8300_frame_prev_register)
2931 (h8300_register_type): Likewise.
2932 * dwarf2-frame.c (dwarf2_frame_cache)
2933 (dwarf2_frame_state_alloc_regs): Likewise.
2934 * cris-tdep.c (cris_register_size,cris_cannot_fetch_register)
2935 (cris_cannot_store_register,crisv32_cannot_fetch_register)
2936 (crisv32_cannot_store_register,cris_register_name): Likewise.
2937 * avr-tdep.c (avr_frame_unwind_cache): Likewise.
2938 * arch-utils.c (legacy_register_sim_regno)
2939 (legacy_virtual_frame_pointer): Likewise.
2940 * arm-tdep.c (arm_make_prologue_cache,arm_register_sim_regno):Likewise.
2941 * arm-tdep.h: Likewise (comment).
2942 * frv-tdep.c (frv_register_sim_regno): Likewise.
2943 * m68klinux-nat.c (old_fetch_inferior_registers)
2944 (old_store_inferior_registers): Likewise.
2945 * m32c-tdep.c (m32c_virtual_frame_pointer): Likewise.
2946 * irix5-nat.c (fetch_core_registers): Likewise.
2947 * hppa-tdep.c (hppa_frame_cache): Likewise.
2948 * hppa-linux-nat.c (hppa_linux_register_addr)
2949 (hppa_linux_fetch_inferior_registers)
2950 (hppa_linux_store_inferior_registers): Likewise.
2951 * hppa-hpux-nat.c (hppa_hpux_fetch_inferior_registers)
2952 (hppa_hpux_store_inferior_registers): Likewise.
2953 * amd64-nat.c (amd64_native_gregset_reg_offset)
2954 (amd64_supply_native_gregset,amd64_collect_native_gregset): Likewise.
2955 * dbug-rom.c (dbug_regname): Likewise.
2956 * m68hc11-tdep.c (m68hc11_frame_unwind_cache)
2957 (HARD_PAGE_REGNUM (comment)): Likewise.
2958 * gdbarch.sh (NUM_PSEUDO_REGS): Replace by gdbarch_num_pseudo_regs.
2959 * i386-tdep.c (i386_dbx_reg_to_regnum)
2960 (i386_svr4_reg_to_regnum): Likewise.
2961 * mi/mi-main.c (mi_cmd_data_list_register_names)
2962 (mi_cmd_data_list_changed_registers,mi_cmd_data_list_register_values)
2963 (mi_cmd_data_write_register_values): Likewise.
2964 * gdbarch.c, gdbarch.h: Regenerate.
2965 * tui/tui-regs.c (tui_show_register_group): Likewise.
2966 * xtensa-tdep.h (FP_ALIAS): Likewise.
2967 * user-regs.h: Likewise (comment).
2968 * user-regs.c (user_reg, user_reg_map_name_to_regnum): Likewise.
2969 * trad-frame.c (trad_frame_alloc_saved_regs): Likewise.
2970 * target-descriptions.h: Likewise (comment).
2971 * target.c (debug_print_register): Likewise.
2972 * stack.c (frame_info): Likewise.
2973 * stabsread.c (define_symbol): Likewise.
2974 * sh64-tdep.c (sh64_print_register,sh64_media_print_registers_info)
2975 (sh64_compact_print_registers_info): Likewise.
2976 * rs6000-tdep.c (rs6000_register_sim_regno): Likewise.
2977 * regcache.c (init_regcache_descr,register_size,regcache,regcache_save
2978 (regcache_restore,regcache_dump): Likewise.
2979 * mips-tdep.c (print_gp_register_row,mips_print_registers_info)
2980 (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
2981 (mips_stab_reg_to_regnum): Likewise.
2982 * findvar.c (value_of_register): Likewise.
2983 * infcmd.c (default_print_registers_info,registers_info)
2984 (print_vector_info,print_float_info): Likewise.
2985 * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Likewise.
2986 * h8300-tdep.c (h8300_register_type): Likewise.
2987 * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
2988 * frame.h (SIZEOF_FRAME_SAVED_REGS): Likewise.
2989 * xtensa-tdep.c (xtensa_register_type,xtensa_reg_to_regnum)
2990 (xtensa_pseudo_register_read,xtensa_pseudo_register_write): Likewise.
2991 * parse.c: Remove comment.
2992 * gdbarch.c, gdbarch.h: Regenerate
2993
8d4c1ba3
UW
29942007-05-31 Markus Deuling <deuling@de.ibm.com>
2995
2996 * gdbarch.sh (CANNOT_FETCH_REGISTER): Replace by
2997 gdbarch_cannot_fetch_register.
2998 * alpha-nat.c (fetch_osf_core_registers): Likewise.
2999 * hppa-linux-nat.c (fetch_register): Likewise.
3000 * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
3001 * m68klinux-nat.c (fetch_register): Likewise.
3002 * mipsnbsd-tdep.c (mipsnbsd_supply_reg, mipsnbsd_supply_fpreg):
3003 Likewise.
3004 * gdbarch.sh (CANNOT_STORE_REGISTER): Replace by
3005 gdbarch_cannot_store_register.
3006 * hppa-linux-nat.c (store_register): Likewise.
3007 * inf-ptrace.c (inf_ptrace_store_register): Likewise.
3008 * regcache.c (regcache_raw_write): Likewise.
3009 * m68klinux-nat.c (store_register): Likewise.
3010 * mipsnbsd-tdep.c (mipsnbsd_fill_reg, mipsnbsd_fill_fpreg): Likewise.
3011 * gdbarch.c, gdbarch.h: Regenerate.
3012
3f4844da
UW
30132007-05-31 Markus Deuling <deuling@de.ibm.com>
3014
3015 * gdbarch.sh (TARGET_OSABI): Replace by gdbarch_osabi.
3016 * gdbarch.c, gdbarch.h: Regenerate.
3017
6c6b19fd
UW
30182007-05-31 Markus Deuling <deuling@de.ibm.com>
3019
3020 * gdbarch.sh (TARGET_CHAR_SIGNED): Replace by gdbarch_char_signed.
3021 * gdbtypes.c (build_gdbtypes, gdbtypes_post_init): Likewise.
3022 * gdbarch.c, gdbarch.h: Regenerate.
3023
0d20ae72
UW
30242007-05-31 Markus Deuling <deuling@de.ibm.com>
3025
3026 * gdbarch.sh (TARGET_BYTE_ORDER): Replace by gdbarch_byte_order.
3027 * ax-gdb.c (gen_bitfield_ref): Likewise.
3028 * mi/mi-main.c (get_register): Likewise.
3029 * findvar.c (default_value_from_register, extract_signed_integer)
3030 (extract_unsigned_integer, extract_long_unsigned_integer)
3031 (store_signed_integer, store_unsigned_integer): Likewise.
3032 * regcache.c (regcache_dump): Likewise.
3033 * value.c (lookup_internalvar, value_of_internalvar)
3034 (set_internalvar): Likewise.
3035 * defs.h: Likewise.
3036 * valprint.c (print_binary_chars, print_octal_chars)
3037 (print_decimal_chars, print_hex_chars, print_char_chars): Likewise.
3038 * infcmd.c (default_print_registers_info): Likewise.
3039 * arch-utils.c (selected_byte_order, show_endian): Likewise.
3040 * stabsread.c (define_symbol): Likewise.
3041 * doublest.c (floatformat_from_length, floatformat_from_type)
3042 (extract_typed_floating, store_typed_floating): Likewise.
3043 * gdbarch.c, gdbarch.h: Regenerate.
3044
faaf634c
UW
30452007-05-31 Markus Deuling <deuling@de.ibm.com>
3046
3047 * gdbarch.sh (CALL_DUMMY_LOCATION): Replace by
3048 gdbarch_call_dummy_location.
3049 * infcall.c (call_function_by_hand): Likewise.
3050 * inferior.h: Change comment.
3051 * arch-utils.c: Change comment.
3052 * gdbarch.c, gdbarch.h: Regenerate.
3053
8905984d
JB
30542007-05-28 Joel Brobecker <brobecker@adacore.com>
3055
3056 * solib-aix5.c: Delete.
3057 * Makefile.in (solib-aix5.o): Delete rule.
3058
ab14ee8d
DJ
30592007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
3060
3061 * breakpoint.h (enum bpstat_what_main_action): Remove
3062 BPSTAT_WHAT_THROUGH_SIGTRAMP.
3063 * infrun.c (process_event_stop_test): Do not check for it.
3064
23776285
MR
30652007-05-22 Chris Dearman <chris@mips.com>
3066 Maciej W. Rozycki <macro@mips.com>
3067
3068 * ser-unix.c (show_serial_hwflow): New function.
3069 (hardwire_raw): Add hardware flow control support.
3070 (_initialize_ser_hardwire): Add "set/show remoteflow".
3071 * Makefile.in (ser-unix.o): Depend on $(gdbcmd_h).
3072 * NEWS: Document the new command.
3073
eb368090
UW
30742007-05-21 Ulrich Weigand <uweigand@de.ibm.com>
3075
3076 * config/i386/tm-linux.h (sys_quotactl): Do not define.
3077 * configure.ac (sys_quotactl, START_INFERIOR_TRAPS_EXPECTED): Do not
3078 define for i[[3456]]86-*-linux* native configurations.
3079 * config.in, configure: Regenerate.
3080
8d08c9ce
JB
30812007-05-19 Joel Brobecker <brobecker@adacore.com>
3082
3083 * rs6000-nat.c (xcoff_relocate_symtab): Do nothing if debugging
3084 a core file. Add comment in the function description.
3085
42be36b3
CT
30862007-05-18 Caroline Tice <ctice@apple.com>
3087
3088 * c-valprint.c (c_value_print): If the initialized field of the
3089 value struct is 0, print out "[uninitialized]" before the value.
3090 * dwarf2expr.c (execute_stack_op): Initialize ctx->initialized field;
3091 allow DW_OP_GNU_uninit as legal op following a DW_OP_reg op or a
3092 DW_OP_regx op; add case for DW_OP_GNU_uninit and update
3093 ctx->initialized appropriately. Verify no location op follows
3094 DW_OP_GNU_uninit.
3095 * dwarf2expr.h (struct dwarf_expr_context): New field, initialized.
3096 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Add call to
3097 set_value_initialized.
3098 * dwarf2read.c (dwarf_stack_op_name): Add case for DW_OP_GNU_uninit.
3099 (decode_locdesc): Add case for DW_OP_GNU_uninit.
3100 * value.c (struct value): New field, initialized.
3101 (allocate_value): Initialize new field.
3102 (set_value_initialized): New function.
3103 (value_initialized): New function.
3104 * value.h (value_initialized): New extern declaration.
3105 (set_value_initialized): Likewise.
42be36b3 3106
a7c569c8
CT
31072007-05-18 Caroline Tice <ctice@apple.com>
3108
3109 * MAINTAINERS (Write After Approval): Add self.
3110
1e98b326
JB
31112007-05-17 Joel Brobecker <brobecker@adacore.com>
3112
3113 * gdbtypes.c (make_reference_type): Preserve the type chain
3114 and set the length of all the variants of the pointer type.
3115
053cb41b
JB
31162007-05-17 Joel Brobecker <brobecker@adacore.com>
3117
3118 * gdbtypes.c (make_pointer_type): Preserve the pointer type chain
3119 and set the length of all the variants of the pointer type.
3120
436aafc4
MR
31212007-05-17 Maciej W. Rozycki <macro@mips.com>
3122
3123 * mips-tdep.c (mips_n32n64_push_dummy_call): Fix and reformat a
3124 comment.
3125 (mips_o64_push_dummy_call): Reformat a comment.
3126
98f4ab10
Q
31272007-05-17 Qinwei <qinwei@sunnorth.com.cn>
3128
3129 * score-tdep.c (score_frame_cache->fp, score_analyze_prologue)
3130 (score_prologue_frame_base_address): Return fp to keep gdb print
3131 local variables correctly when debugging information is stabs.
3132
3133 (score_analyze_prologue): For software watchpoint, fetch all the
3134 instructions from range [startaddr, pc] once and identify them locally
3135 to reduce memory access.
3136 (score_malloc_and_get_memblock, score_free_memblock)
3137 (score_adjust_memblock_ptr): New functions.
3138 (score_fetch_inst): Fetch single instruction or mutiple instructions.
3139
3140 (score_target_can_use_watch, score_stopped_by_watch)
3141 (score_target_insert_watchpoint, score_target_remove_watchpoint)
3142 (score_target_insert_hw_breakpoint, score_target_remove_hw_breakpoint):
3143 New functions for remote & local hw-watchpoint and hw-breakpoint.
3144
60dfee72
AS
31452007-05-16 Alfred M. Szmidt <ams@gnu.org>
3146
3147 * reply_mig_hack.awk: Check for `auto const mach_msg_type_t'
3148 declarations as well.
3149
190dce09
UW
31502007-05-16 Ulrich Weigand <uweigand@de.ibm.com>
3151
3152 * config/arm/embed.mt (DEPRECATED_TM_FILE): Set to tm-arm.h.
3153 * config/arm/tm-embed.h: Delete file.
3154
3155 * arm-tdep.h (arm_software_single_step): Declare.
3156 * arm-tdep.c (arm_software_single_step): Make global.
3157 (arm_gdbarch_init): Move set_gdbarch_software_single_step call
3158 from here to ...
3159 * arm-linux-tdep.c (arm_linux_init_abi): ... here ...
3160 * armnbsd-tdep.c (arm_netbsd_init_abi_common): ... here ...
3161 * armobsd-tdep.c (armobsd_init_abi): ... here ...
3162 * arm-wince-tdep.c (arm_wince_init_abi): ... and here.
3163
3164 * arm-tdep.c (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT): No longer
3165 allow defines to be overriden by TM file.
3166 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Likewise. Also,
3167 change default to {0xbe,0xbe}.
3168 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint,
3169 arm_obsd_thumb_be_breakpoint): New global variables.
3170 (armobsd_init_abi): Override tdep->thumb_breakpoint and
3171 tdep->thumb_breakpoint_size.
3172 * arm-wince-tdep.c (arm_wince_thumb_le_breakpoint): New variable.
3173 (arm_wince_init_abi): Override tdep->thumb_breakpoint and
3174 tdep->thumb_breakpoint_size.
3175
3176 * arm-tdep.c (arm_gdbarch_init): Add set_gdbarch_skip_trampoline_code.
3177
1a69e1e4
DJ
31782007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3179
3180 * NEWS: Mention removed "set mips stack-arg-size" and "set mips
3181 saved-gpreg-size".
3182
3183 * mips-tdep.c (MIPS32_REGSIZE, MIPS64_REGSIZE): New constants.
3184 (size_auto, size_32, size_64, size_enums, mips_abi_regsize_string)
3185 (mips_stack_argsize_string, mips_stack_argsize): Delete.
3186 (mips_abi_regsize): Simplify.
3187 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
3188 (mips_n32n64_return_value, mips_o32_push_dummy_call)
3189 (mips_o32_return_value, mips_o64_push_dummy_call)
3190 (mips_o64_return_value): Propogate constant register sizes. Use the
3191 ABI register size instead of mips_stack_argsize.
3192 (mips_dump_tdep): Don't print mips_stack_argsize.
3193 (_initialize_mips_tdep): Remove saved-gpreg-size and stack-arg-size
3194 settings.
3195
7d522c90
DJ
31962007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3197
3198 * config/mips/linux.mt (DEPRECATED_TM_FILE): Delete.
3199 * config/mips/tm-linux.h: Delete.
3200 * mips-linux-tdep.c (mips_svr4_so_ops): New.
3201 (mips_linux_in_dynsym_resolve_code): Make static. Use
3202 svr4_in_dynsym_resolve_code.
3203 (mips_linux_init_abi): Initialize mips_svr4_so_ops. Call
3204 set_solib_ops.
3205 * solib-svr4.c (svr4_in_dynsym_resolve_code, svr4_so_ops): Make
3206 global.
3207 * solib-svr4.h (svr4_so_ops, svr4_in_dynsym_resolve_code): Declare.
3208 * Makefile.in (mips-linux-tdep.o): Update.
3209 * solib.c (set_solib_ops): New.
3210 (current_target_so_ops): Update comment.
3211 * solib.h (set_solib_ops): New prototype.
3212
5d51a2db
MR
32132007-05-16 Chris Dearman <chris@mips.com>
3214
3215 * printcmd.c (do_examine): Fix typos in a comment.
3216
07abfebf
RS
32172007-05-16 Richard Sandiford <richard@codesourcery.com>
3218
3219 * configure.ac: Allow sysroots to be relocated under $prefix as
3220 well as $exec_prefix.
3221 * configure: Regenerate.
3222
f5ce4941
UW
32232007-05-14 Ulrich Weigand <uweigand@de.ibm.com>
3224
3225 * hppa-hpux-tdep.c: Do not include <dl.h> or <machine/save_state.h>.
3226 (offsetof): Do not define.
3227 (find_stub_with_shl_get): Use numerical value 3 instead of
3228 symbolic value TYPE_PROCEDURE.
3229
76e1ee85
DJ
32302007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3231
3232 * gdb_proc_service.h (paddr_t): Delete typedef.
3233 * proc-service.c (ps_addr_to_core_addr, core_addr_to_ps_addr): New.
3234 (ps_xfer_memory): Take a psaddr_t. Use ps_addr_to_core_addr.
3235 (ps_pglobal_lookup): Take a psaddr_t *. Use core_addr_to_ps_addr.
3236 (ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite): Take a psaddr_t.
3237 * sol-thread.c (gdb_ps_addr_t): Use psaddr_t instead of paddr_t.
3238 * Makefile.in (proc-service.o): Update.
3239
2bd0c3d7
DJ
32402007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3241
3242 * Makefile.in (mips-tdep.o): Update.
3243 * mips-tdep.c (mips_gdbarch_init): Register the dwarf2 CFI
3244 unwinder.
3245
14d06750
DJ
32462007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3247
3248 * dwarf2-frame.c (dwarf2_frame_prev_register): Use pack_long
3249 instead of store_typed_address.
3250 * value.c (pack_long): New.
3251 (value_from_longest): Use it.
3252 * value.h (pack_long): New prototype.
3253
f2fec864
DJ
32542007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3255
3256 * dwarf2-frame.c (read_encoded_value): Correct typo. Use
3257 DW_EH_PE_signed if appropriate.
3258
25e43795
DJ
32592007-05-14 Paul Brook <paul@codesourcery.com>
3260 Daniel Jacobowitz <dan@codesourcery.com>
3261
3262 * dwarf2read.c (dwarf2_debug_line_missing_file_complaint): New
3263 function.
3264 (dwarf_decode_lines): Check for line info without a file.
3265
027c0295
DJ
32662007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3267
3268 * linux-thread-db.c (thread_db_pid_to_str): Print thread IDs
3269 as hexadecimal.
3270
dc5000e7
DJ
32712007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3272
3273 * jv-exp.y (push_fieldnames): Use STRUCTOP_PTR instead of
3274 STRUCTOP_STRUCT.
3275 * jv-lang.c (evaluate_subexp_java): Handle STRUCTOP_PTR instead of
3276 STRUCTOP_STRUCT.
3277 * jv-typeprint.c (java_print_type): Do not crash on NULL varstring.
3278
30244cd8
UW
32792007-05-14 Ulrich Weigand <uweigand@de.ibm.com>
3280
3281 * gdbarch.sh (read_sp): Remove.
3282 * gdbarch.c, gdbarch.h: Regenerate.
3283 * frame.c (frame_sp_unwind): Do not call TARGET_READ_SP.
3284
3285 * avr-tdep.c (avr_read_sp): Remove.
3286 (avr_unwind_sp): New function.
3287 (avr_gdbarch_init): Install unwind_sp instead of read_sp callback.
3288 * mips-tdep.c (mips_read_sp): Remove.
3289 (mips_unwind_sp): New function.
3290 (mips_gdbarch_init): Install unwind_sp instead of read_sp callback.
3291 * score-tdep.c (score_read_unsigned_register): Remove.
3292 (score_read_sp): Remove.
3293 (score_unwind_sp): New function.
3294 (score_gdbarch_init): Install unwind_sp instead of read_sp callback.
3295
84ba0adf
DJ
32962007-05-14 Maxim Grigoriev <maxim2405@gmail.com>
3297
3298 * buildsym.c (start_subfile): Handle absolute pathnames
3299 while comparing subfile names.
3300
e7b17823
UW
33012007-05-13 Ulrich Weigand <uweigand@de.ibm.com>
3302
3303 * hppa-hpux-tdep.c: Include "regcache.h".
3304 * hppa-linux-tdep.c: Likewise.
3305 * hppa-tdep.c: Include "gdb_stdint.h".
3306 (find_unwind_entry): Cast host pointer to uintptr_t before passing
3307 it to paddr_nz.
3308 * Makefile.in: Update dependencies.
3309
7157eed4
UW
33102007-05-13 Ulrich Weigand <uweigand@de.ibm.com>
3311
3312 * blockframe.c: Remove obsolete comments.
3313 * alpha-nat.c (fetch_osf_core_registers): Update comment.
3314 * arm-tdep.h (enum gdb_regnum): Remove obsolete part of comment.
3315 * hppa-tdep.h (enum hppa_regnum): Likewise.
3316 * mips-tdep.h: Likewise.
3317 * m68hc11-tdep.c: Likewise.
3318
fb4443d8
UW
33192007-05-13 Ulrich Weigand <uweigand@de.ibm.com>
3320
3321 * inferior.h (read_sp): Remove prototype.
3322 * regcache.c (read_sp): Remove.
3323 * gcore.c (derive_stack_segment): Use get_frame_sp instead of read_sp.
3324 * infcall.c (call_function_by_hand): Likewise.
3325 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use regcache instead
3326 of calling read_sp.
3327 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
3328
7b86a1b8
UW
33292007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3330
3331 * i386-linux-nat.c (i386_linux_resume): Use regcache functions
3332 instead of read_register and read_register_pid.
3333
3334 * ia64-linux-nat.c (enable_watchpoints_in_psr): Use REGCACHE
3335 argument instead of PTID. Use regcache functions instead of
3336 read_register_pid.
3337 (ia64_linux_insert_watchpoint): Update call.
3338 (ia64_linux_stopped_data_address): Use regcache functions
3339 instead of read_register_pid and write_register_pid.
3340
45ecac4b
UW
33412007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3342
3343 * libunwind-frame.h (struct regcache): Add forward declaration.
3344 (libunwind_get_reg_special): Add REGCACHE argument.
3345 * libunwind-frame.c (libunwind_get_reg_special): Add REGCACHE
3346 argument. Pass it to unw_init_remote_p.
3347
3348 * ia64-tdep.c (ia64_pseudo_register_read): Pass regcache to
3349 libunwind_get_reg_special.
3350 (ia64_access_reg): Remove "write" case.
3351 (ia64_access_fpreg): Likewise. Read from next_frame passed
3352 as callback argument instead of from current_regcache.
3353 (ia64_access_rse_reg): Remove "write" case. Read from regcache
3354 passed as callback argument instead of from current_regcache.
3355 (ia64_access_rse_fpreg): New function.
3356 (ia64_unw_rse_acce): Use it instead of ia64_access_fpreg.
3357
0ca420ce
UW
33582007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3359
3360 * NEWS: Mention SPU overlay support.
3361
0a44cb36
UW
33622007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3363
3364 * spu-tdep.c (spu_frame_unwind_cache): Add comment.
3365
aa67235e
UW
33662007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3367
3368 * breakpoint.c (remove_breakpoint): Do not remove software
3369 breakpoints in unmapped overlay sections.
3370
dcf52cd8
UW
33712007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3372
3373 * spu-tdep.c: Include "observer.h".
3374 (spu_frame_unwind_cache): Unwind PC through overlay return stubs.
3375 (spu_overlay_data): New variable.
3376 (struct spu_overlay_table): New type.
3377 (spu_get_overlay_table, spu_overlay_update_osect, spu_overlay_update,
3378 spu_overlay_new_objfile): New functions.
3379 (spu_gdbarch_init): Install spu_overlay_update.
3380 (_initialize_spu_tdep): Register spu_overlay_new_objfile,
3381 allocate spu_overlay_data objfile data.
3382
1c772458
UW
33832007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3384
3385 * gdbarch.sh (overlay_update): New gdbarch function.
3386 (struct obj_section): Add forward declaration.
3387 * gdbarch.c, gdbarch.h: Regenerate.
3388
3389 * symfile.c (simple_overlay_update): Make global.
3390 (target_overlay_update): Remove variable.
3391 (overlay_is_mapped): Call gdbarch_overlay_update instead of
3392 target_overlay_update.
3393 (overlay_load_command): Likewise.
3394 * symfile.h (struct obj_section): Add forward declaration.
3395 (simple_overlay_update): Add prototype.
3396
3397 * m32r-tdep.c (m32r_gdbarch_init): Install simple_overlay_update.
3398
06d3b283
UW
33992007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3400
3401 * observer.sh: Add "struct objfile" forward declaration.
3402 * target.h (deprecated_target_new_objfile_hook): Remove.
3403 * symfile.c (deprecated_target_new_objfile_hook): Remove.
3404 (clear_symtab_users): Call observer_notify_new_objfile.
3405 (symbol_file_add_with_addrs_or_offsets): Likewise.
3406 * rs6000-nat.c: Include "observer.h".
3407 (vmap_ldinfo): Call observer_notify_new_objfile.
3408 (xcoff_relocate_core): Likewise.
3409 * remote.c (remote_new_objfile_chain): Remove.
3410 (remote_new_objfile): Do not call remote_new_objfile_chain.
3411 (_initialize_remote): Use observer_attach_new_objfile.
3412 * tui/tui-hooks.c (tui_target_new_objfile_chain): Remove.
3413 (tui_new_objfile_hook): Do not call tui_target_new_objfile_chain.
3414 (_initialize_tui_hooks): Use observer_attach_new_objfile.
3415 * aix-thread.c: Include "observer.h".
3416 (target_new_objfile_chain): Remove.
3417 (new_objfile): Do not call target_new_objfile_chain.
3418 (_initialize_aix_thread): Use observer_attach_new_objfile.
3419 * hpux-thread.c: Include "observer.h"
3420 (target_new_objfile_chain): Remove.
3421 (hpux_thread_new_objfile): Make static. Do not call
3422 target_new_objfile_chain.
3423 (_initialize_hpux_thread): Use observer_attach_new_objfile.
3424 * linux-thread-db.c: Include "observer.h".
3425 (target_new_objfile_chain): Remove.
3426 (thread_db_new_objfile): Do not call target_new_objfile_chain.
3427 (_initialize_thread_db): Use observer_attach_new_objfile.
3428 * sol-thread.c: Include "observer.h".
3429 (target_new_objfile_chain): Remove.
3430 (sol_thread_new_objfile): Make static. Do not call
3431 target_new_objfile_chain.
3432 (_initialize_sol_thread): Use observer_attach_new_objfile.
3433 * Makefile.in (aix-thread.o, hpux-thread.o, linux-thread-db.o,
3434 rs6000-nat.o, sol-thread.o, tui-hooks.o): Add dependency on
3435 $(observer_h).
3436
93ce7684
UW
34372007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3438
3439 * gdbarch.sh (remote_translate_xfer_address): Remove.
3440 * gdbarch.h, gdbarch.c: Regenerate.
3441 * arch-utils.c (generic_remote_translate_xfer_address): Remove.
3442 * arch-utils.h (generic_remote_translate_xfer_address): Remove.
3443 * remote.c (remote_write_bytes_aux, remote_read_bytes): Do not
3444 call gdbarch_remote_translate_xfer_address.
3445 * frv-tdep.c (frv_gdbarch_init): Do not call
3446 set_gdbarch_remote_translate_xfer_address.
3447 * ia64-tdep.c (ia64_remote_translate_xfer_address): Remove.
3448 (ia64_gdbarch_init): Do not install it.
3449
a6ec25f2
BW
34502007-05-11 Bob Wilson <bob.wilson@acm.org>
3451
3452 * NEWS: Mention change in handling the -tui option.
3453
2ef52e77
DJ
34542007-05-11 Daniel Jacobowitz <dan@codesourcery.com>
3455
3456 * linux-thread-db.c (enable_thread_event_reporting): Fix comment
3457 typo.
3458
1aafd4da
UW
34592007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3460
3461 * breakpoint.c (single_step_breakpoint_inserted_here_p): New function.
3462 (breakpoint_inserted_here_p): Call it.
3463 (software_breakpoint_inserted_here_p): Likewise.
3464
7714d83a
UW
34652007-05-10 Ulrich Weigand <uweigand@de.ibm.com>
3466
3467 * inf-ptrace.c (inf_ptrace_register_u_offset): Adapt parameter list.
3468 (inf_ptrace_fetch_register): Add register_u_offset callback parameters
3469 GDBARCH and STORE_P. Handle callback (CORE_ADDR) -1 return value.
3470 (inf_ptrace_store_register): Likewise.
3471 (inf_ptrace_trad_target): Adapt register_u_offset parameter list.
3472 * inf-ptrace.h (inf_ptrace_trad_target): Likewise.
3473
3474 * vax-nat.c (vax_register_u_offset): Adapt parameter list.
3475
3476 * linux-nat.c (linux_trad_target): Adapt parameter list.
3477 * linux-nat.h (linux_trad_target): Likewise.
3478
3479 * alpha-linux-nat.c (alpha_linux_register_u_offset): Adapt parameters.
3480
3481 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Remove.
3482 (mips_linux_cannot_store_register): Likewise.
3483 (mips_linux_register_addr): Add GDBARCH and STORE_P parameters.
3484 Return (CORE_ADDR) -1 for registers that cannot be fetched or
3485 stored via ptrace. Use GDBARCH instead of current_gdbarch.
3486 (mips64_linux_register_addr): Likewise.
3487 (mips_linux_register_u_offset): Adapt parameter list. Pass
3488 GDBARCH and STORE_P on to mips{64}_linux_register_addr.
3489
3490 * config/mips/linux.mh (NAT_FILE): Set to config/nm-linux.h.
3491 * config/mips/nm-linux.h: Delete file.
3492
4ddda9b5
PA
34932007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
3494
3495 * remote.c (remote_detach): Error out if remote can't detach.
3496
24d45690
UW
34972007-05-10 Luis Machado <luisgpm@br.ibm.com>
3498
362f854e
PA
3499 * rs6000-tdep.c: (deal_with_atomic_sequence) Stores branch
3500 instruction's opcode in the "opcode" variable and declares new
3501 variable "closing_insn".
24d45690 3502
1430be3e
MR
35032007-05-10 Chris Dearman <chris@mips.com>
3504 Maciej W. Rozycki <macro@mips.com>
3505
3506 * cli/cli-setshow.c (do_setshow_command): Remove trailing
3507 whitespace when setting a var_filename.
3508
b0da54f1
BW
35092007-05-09 Bob Wilson <bob.wilson@acm.org>
3510
3511 * main.c (captured_main): Recognize -tui option and print an error
3512 message when the TUI is not configured.
3513
9a88e5ee
AS
35142007-05-09 Andreas Schwab <schwab@suse.de>
3515
3516 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Don't
3517 set removed members.
3518 (mipsnbsd_lp64_fetch_link_map_offsets): Likewise.
3519
fc0d8df4
UW
35202007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
3521
3522 * gdbarch.sh (deprecated_store_struct_return): Remove.
3523 * gdbarch.c, gdbarch.h: Regenerate.
3524 * frv-tdep.c (frv_store_struct_return): Remove.
3525 (frv_gdbarch_init): Do not install it.
3526
179101d6
UW
35272007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
3528
3529 * config/i386/nm-i386sol2.h (USE_PROC_FS): Do not define.
3530 * config/mips/nm-irix5.h (USE_PROC_FS): Do not define.
3531 * config/nm-linux.h (USE_PROC_FS): Do not undefine.
3532
b9efddcd
UW
35332007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
3534
3535 * spu-linux-nat.c: Include "gdb_stdint.h".
3536 (fetch_ppc_register): Use uint64_t instead of unsigned long long.
3537 (fetch_ppc_memory_1, store_ppc_memory_1): Likewise.
3538 (fetch_ppc_memory, store_ppc_memory): Fix coding style.
3539 (spu_symbol_file_add_from_memory): Use strtoulst instead of sscanf.
3540 (spu_child_wait): Mark up string for translation.
3541
ce5eab59
UW
35422007-05-08 Paul Gilliam <pgilliam@us.ibm.com>
3543 Luis Machado <luisgpm@br.ibm.com>
3544
3545 * rs6000-tdep.c: (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION,
3546 STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION, BC_MASK,
3547 BC_INSTRUCTION): Define.
3548 (deal_with_atomic_sequence): New function.
3549 (rs6000_software_single_step): Call deal_with_atomic_sequence.
3550 (rs6000_gdbarch_init): Install deal_with_atomic_sequence as
3551 gdbarch_software_single_step routine.
3552
4179a487
UW
35532007-05-07 Ulrich Weigand <uweigand@de.ibm.com>
3554
3555 * spu-linux-nat.c (fetch_ppc_register, fetch_ppc_memory_1,
3556 store_ppc_memory_1, fetch_ppc_memory, store_ppc_memory,
3557 parse_spufs_run, spu_bfd_iovec_pread, spu_bfd_open,
3558 spu_symbol_file_add_from_memory, spu_child_post_startup_inferior,
3559 spu_child_post_attach, spu_fetch_inferior_registers,
3560 spu_store_inferior_registers, spu_xfer_partial): Store PPE-side
3561 memory addresses as ULONGEST, not CORE_ADDR.
3562
6d350bb5
UW
35632007-05-07 Ulrich Weigand <uweigand@de.ibm.com>
3564
3565 * gdbarch.sh: Add skip_permanent_breakpoint callback.
3566 * gdbarch.h, gdbarch.c: Regenerate.
3567
3568 * infrun.c (SKIP_PERMANENT_BREAKPOINT): Remove default definition.
3569 (resume): Call gdbarch_skip_permanent_breakpoint instead of
3570 SKIP_PERMANENT_BREAKPOINT. Inline default case.
3571
3572 * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): Make static.
3573 Add REGCACHE argument. Use it instead of read/write_register.
3574 (hppa_hpux_init_abi): Install hppa_skip_permanent_breakpoint.
3575
3576 * config/pa/tm-hppah.h: Delete file.
3577 * config/pa/hppa64.mt (DEPRECATED_TM_FILE): Set to tm-hppa.h.
3578 * config/pa/hppahpux.mt (DEPRECATED_TM_FILE): Likewise.
3579
b18be20d
DJ
35802007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
3581
3582 * Makefile.in (c-lang.o, gnu-v3-abi.o): Update.
3583 * NEWS: Mention improved C++ thunk support.
3584 * c-lang.c (cplus_language_defn): Mention cplus_skip_trampoline.
3585 * cp-abi.c (cplus_skip_trampoline): New.
3586 * cp-abi.h (cplus_skip_trampoline): New prototype.
3587 (struct cp_abi_ops): Add skip_trampoline member.
3588 * gnu-v3-abi.c (gnuv3_skip_trampoline): New.
3589 (init_gnuv3_ops): Set skip_trampoline.
3590
dda9b909
DJ
35912007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
3592
3593 * rs6000-tdep.c (struct frame_extra_info): Delete.
3594
34091d9b
DJ
35952007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
3596
3597 * linux-thread-db.c: Update some FIXME comments.
3598 (thread_db_xfer_partial): Delete.
3599 (init_thread_db_ops): Do not set to_xfer_partial.
3600
1da33a4a
UW
36012007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3602
3603 * inftarg.c, infptrace.c: Remove files.
3604 * Makefile.in (ALLDEPFILES): Remove inftarg.c and infptrace.c
3605 (inftarg.o, infptrace.o): Remove rules.
3606 * gdbcore.h (register_addr): Remove prototype.
3607 * inferior.h (kill_inferior, store_inferior_registers,
3608 fetch_inferior_registers, attach, detach, ptrace_wait, child_resume,
3609 call_ptrace, pre_fork_inferior): Remove prototypes.
3610 * target.h (child_xfer_memory, child_pid_to_exec_file,
3611 child_core_file_to_sym_file, child_post_attach,
3612 child_post_startup_inferior, child_acknowledge_created_inferior,
3613 child_insert_fork_catchpoint, child_remove_fork_catchpoint,
3614 child_insert_vfork_catchpoint, child_remove_vfork_catchpoint,
3615 child_insert_exec_catchpoint, child_remove_exec_catchpoint,
3616 child_follow_fork, child_reported_exec_events_per_exec_call,
3617 child_has_exited, child_thread_alive): Remove prototypes.
3618
6f7a27d5
UW
36192007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3620
3621 * sparc-nat.h (sparc_fetch_inferior_registers): Add prototype.
3622 (sparc_store_inferior_registers): Likewise.
3623 * sparc-nat.c (fetch_inferior_registers): Rename to ...
3624 (sparc_fetch_inferior_registers): ... this.
3625 (store_inferior_registers): Rename to ...
3626 (sparc_store_inferior_registers): ... this.
3627 (sparc_target): Update callback names.
3628 * sparc-linux.nat.c (_initialize_sparc_linux_nat): Likewise.
3629 * sparc64-linux.nat.c (_initialize_sparc64_linux_nat): Likewise.
3630
6d8fd2b7
UW
36312007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3632
3633 * linux-nat.c (child_post_attach): Rename to ...
3634 (linux_child_post_attach): ... this. Make static.
3635 (child_follow_fork): Rename to ...
3636 (linux_child_follow_fork): ... this. Make static.
3637 (child_insert_fork_catchpoint): Rename to ...
3638 (linux_child_insert_fork_catchpoint): ... this. Make static.
3639 (child_insert_vfork_catchpoint): Rename to ...
3640 (linux_child_insert_vfork_catchpoint): ... this. Make static.
3641 (child_insert_exec_catchpoint): Rename to ...
3642 (linux_child_insert_exec_catchpoint): ... this. Make static.
3643 (child_pid_to_exec_file): Rename to ...
3644 (linux_child_pid_to_exec_file): ... this. Make static.
3645 Add prototype.
3646 (linux_handle_extended_wait): Update call.
3647 (linux_xfer_partial): Update callback routine names.
3648
d08950c4
UW
36492007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3650
3651 * configure.host (alpha*-*-osf[12]*): Remove support.
3652 * NEWS: Mention removed configurations.
3653
3654 * config/alpha/alpha-osf1.mh: Delete file.
3655 * config/alpha/alpha-osf2.mh: Delete file.
3656 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove inftarg.o
3657 and infptrace.o.
3658 * config/alpha/nm-osf.h: Delete file.
3659 * config/alpha/nm-osf2.h: Delete file.
3660 * config/alpha/nm-osf3.h: Do not include "nm-osf2.h".
3661 (START_INFERIOR_TRAPS_EXPECTED): Copy from nm-osf.h.
3662 (PROCFS_DONT_TRACE_FAULTS): Copy from nm-osf2.h.
3663
3664 * alpha-nat.c (ALPHA_UNIQUE_PTRACE_ADDR): Do not define.
3665 (register_addr, kernel_u_size): Remove.
3666 Do not check for "defined(USE_PROC_FS) || defined(HAVE_GREGSET_T)".
3667
9c5ea4d9
UW
36682007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3669
3670 * regcache.c (regcache_invalidate): New function.
3671 (register_cached): Remove.
3672 (set_register_cached): Remove.
3673 (deprecated_registers_fetched): Remove.
3674 (registers_changed): Use regcache_invalidate instead
3675 of set_register_cached.
3676 (regcache_raw_read): Update comment.
3677
3678 * regcache.h (regcache_invalidate): Add prototype.
3679 (register_cached): Remove.
3680 (set_register_cached): Remove.
3681 (deprecated_registers_fetched): Remove.
3682
3683 * findvar.c (value_of_register): Do not call register_cached.
3684 * frame.c (frame_register): Likewise.
3685 * tui/tui-regs.c (tui_get_register): Likewise.
3686
3687 * remote.c (fetch_register_using_p): Do not call set_register_cached.
3688 (process_g_packet): Likewise.
3689 (remote_fetch_registers): Likewise.
3690 * remote-sim.c (gdbsim_fetch_register): Likewise.
3691 * mt-tdep.c (mt_select_coprocessor): Replace set_register_cached call
3692 by regcache_invalidate.
3693 (mt_pseudo_register_write): Likewise.
3694 * sh-tdep.c (sh_pseudo_register_write): Likewise.
3695
3696 * corelow.c (get_core_registers): Replace deprecated_registers_fetched
3697 call by loop over regcache_raw_supply (..., NULL).
3698
316f2060
UW
36992007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3700
3701 * target.h (struct target_ops): Add REGCACHE parameter to
3702 to_prepare_to_store.
3703 (target_prepare_to_store): Likewise.
3704 * target.c (debug_to_prepare_to_store): Add REGCACHE parameter.
3705 (update_current_target): Adapt prepare_to_store de_fault rule.
3706
3707 * regcache.c (regcache_raw_write): Pass regcache to
3708 target_prepare_to_store.
3709
3710 * inftarg.c (child_prepare_to_store): Add REGCACHE parameter.
3711 Do not call CHILD_PREPARE_TO_STORE.
3712 * gnu-nat.c (gnu_prepare_to_store): Likewise.
3713 * procfs.c (procfs_prepare_to_store): Likewise.
3714
3715 * inf-child.c (inf_child_prepare_to_store): Add REGCACHE parameter.
3716 * go32-nat.c (go32_prepare_to_store): Likewise.
3717 * monitor.c (monitor_prepare_to_store): Likewise.
3718 * nto-procfs.c (procfs_prepare_to_store): Likewise.
3719 * remote-m32r-sdi.c (m32r_prepare_to_store): Likewise.
3720 * remote-mips.c (mips_prepare_to_store): Likewise.
3721 * remote-sim.c (gdbsim_prepare_to_store): Likewise.
3722 * win32-nat.c (win32_prepare_to_store): Likewise.
3723
3724 * remote.c (remote_prepare_to_store): Add REGCACHE parameter.
3725 Use it instead of current_regcache.
3726
3727 * hpux-thread.c (hpux_thread_prepare_to_store): Add REGCACHE
3728 parameter. Pass it on to next target.
3729 * sol-thread.c (sol_thread_prepare_to_store): Likewise.
3730
56be3814
UW
37312007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3732
3733 * target.h (struct regcache): Add forward declaration.
3734 (struct target_ops): Add REGCACHE parameter to to_fetch_registers
3735 and to_store_registers target operations.
3736 (target_fetch_registers, target_store_registers): Update.
3737
3738 * regcache.c (regcache_raw_read): Replace register_cached by
3739 regcache_valid_p. Pass regcache to target_fetch_registers.
3740 (regcache_raw_write): Pass regcache to target_store_registers.
3741
3742 * arm-linux-nat.c (store_fpregister, store_fpregs, store_register,
3743 store_regs, store_wmmx_regs): Replace register_cached by
3744 regcache_valid_p.
3745
3746 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd): Pass current_regcache
3747 to target_fetch_registers calls.
3748 * corelow.c (core_open): Likewise.
3749 * linux-nat.c (linux_nat_corefile_thread_callback): Likewise.
3750 * proc-service.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
3751 ps_lsetfpregs): Likewise.
3752 * sol-thread.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
3753 ps_lsetfpregs): Likewise.
3754 * win32-nat.c (win32_resume): Likewise.
3755 * ia64-tdep.c (ia64_store_return_value): Pass current_regcache
3756 to target_store_registers call.
3757 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
3758
3759 * inferior.h (store_inferior_registers): Update prototype.
3760 (fetch_inferior_registers): Likewise.
3761 * gnu-nat.c (gnu_store_registers, gnu_fetch_registers): Likewise.
3762 * mips-linux-nat.c (super_fetch_registers, super_store_registers):
3763 Update function pointer signatures.
3764
3765 * aix-thread.c (aix_thread_fetch_registers): Add REGCACHE parameter,
3766 use it instead of current_regcache, update calls.
3767 (aix_thread_store_registers): Likewise.
3768 * alphabsd-nat.c (alphabsd_fetch_inferior_registers): Likewise.
3769 (alphabsd_store_inferior_registers): Likewise.
3770 * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Likewise.
3771 (amd64bsd_store_inferior_registers): Likewise.
3772 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers): Likewise.
3773 (amd64_linux_store_inferior_registers): Likewise.
3774 * arm-linux-nat.c (fetch_fpregister, fetch_fpregs, store_fpregister,
3775 store_fpregs, fetch_register, fetch_regs, store_register, store_regs,
3776 fetch_wmmx_regs, store_wmmx_regs): Likewise.
3777 (arm_linux_fetch_inferior_registers): Likewise.
3778 (arm_linux_store_inferior_registers): Likewise.
3779 * armnbsd-nat.c (fetch_register, fetch_regs, fetch_fp_register,
3780 fetch_fp_regs, armnbsd_fetch_registers): Likewise.
3781 (store_register, store_regs, store_fp_register, store_fp_regs,
3782 armnbsd_store_registers): Likewise.
3783 * bsd-kvm.c (bsd_kvm_fetch_pcb, bsd_kvm_fetch_registers): Likewise.
3784 * bsd-uthread.c (bsd_uthread_fetch_registers): Likewise.
3785 (bsd_uthread_store_registers): Likewise.
3786 * corelow.c (get_core_registers): Likewise.
3787 * go32-nat.c (fetch_register, go32_fetch_registers, store_register,
3788 go32_store_registers): Likewise.
3789 * hppabsd-nat.c (hppabsd_fetch_registers): Likewise.
3790 (hppabsd_store_registers): Likewise.
3791 * hppa-hpux-nat.c (hppa_hpux_fetch_register): Likewise.
3792 (hppa_hpux_fetch_inferior_registers): Likewise.
3793 (hppa_hpux_store_register): Likewise.
3794 (hppa_hpux_store_inferior_registers): Likewise.
3795 * hppa-linux-nat.c (fetch_register, store_register): Likewise.
3796 (hppa_linux_fetch_inferior_registers): Likewise.
3797 (hppa_linux_store_inferior_registers): Likewise.
3798 * hpux-thread.c (hpux_thread_fetch_registers): Likewise.
3799 (hpux_thread_store_registers): Likewise.
3800 * i386bsd-nat.c (i386bsd_fetch_inferior_registers): Likewise.
3801 (i386bsd_store_inferior_registers): Likewise.
3802 * i386gnu-nat.c (fetch_fpregs, gnu_fetch_registers, store_fpregs,
3803 gnu_store_registers): Likewise.
3804 * i386-linux-nat.c (fetch_register, store_register, fetch_regs,
3805 store_regs, fetch_fpregs, store_fpregs, fetch_fpxregs, store_fpxregs):
3806 Likewise.
3807 (i386_linux_fetch_inferior_registers): Likewise.
3808 (i386_linux_store_inferior_registers): Likewise.
3809 * ia64-linux-nat.c (ia64_linux_fetch_register): Likewise.
3810 (ia64_linux_fetch_registers): Likewise.
3811 (ia64_linux_store_register): Likewise.
3812 (ia64_linux_store_registers): Likewise.
3813 * inf-child.c (inf_child_fetch_inferior_registers): Likewise.
3814 (inf_child_store_inferior_registers): Likewise.
3815 * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
3816 (inf_ptrace_fetch_registers): Likewise.
3817 (inf_ptrace_store_register): Likewise.
3818 (inf_ptrace_store_registers): Likewise.
3819 * infptrace.c (fetch_register, store_register): Likewise.
3820 (fetch_inferior_registers, store_inferior_registers): Likewise.
3821 * m32r-linux-nat.c (fetch_regs, store_regs): Likewise.
3822 (m32r_linux_fetch_inferior_registers): Likewise.
3823 (m32r_linux_store_inferior_registers): Likewise.
3824 * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Likewise.
3825 (m68kbsd_store_inferior_registers): Likewise.
3826 * m68klinux-nat.c (fetch_register, old_fetch_inferior_registers,
3827 store_register, old_store_inferior_registers, fetch_regs, store_regs,
3828 fetch_fpregs, store_fpregs): Likewise.
3829 (m68k_linux_fetch_inferior_registers): Likewise.
3830 (m68k_linux_store_inferior_registers): Likewise.
3831 * m88kbsd-nat.c (m88kbsd_fetch_inferior_registers): Likewise.
3832 (m88kbsd_store_inferior_registers): Likewise.
3833 * mips64obsd-nat.c (mips64obsd_fetch_inferior_registers): Likewise.
3834 (mips64obsd_store_inferior_registers): Likewise.
3835 * mips-linux-nat.c (mips64_linux_regsets_fetch_registers): Likewise.
3836 (mips64_linux_regsets_store_registers): Likewise.
3837 (mips64_linux_fetch_registers): Likewise.
3838 (mips64_linux_store_registers): Likewise.
3839 * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers): Likewise.
3840 (mipsnbsd_store_inferior_registers): Likewise.
3841 * monitor.c (monitor_fetch_register, monitor_store_register): Likewise.
3842 (monitor_fetch_registers, monitor_store_registers): Likewise.
3843 * nto-procfs.c (procfs_fetch_registers): Likewise.
3844 (procfs_store_registers): Likewise.
3845 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register,
3846 fetch_register, supply_vrregset, fetch_altivec_registers,
3847 fetch_ppc_registers, ppc_linux_fetch_inferior_registers): Likewise.
3848 (store_altivec_register, store_spe_register, store_register,
3849 fill_vrregset, store_altivec_registers, store_ppc_registers,
3850 ppc_linux_store_inferior_registers): Likewise.
3851 * ppcnbsd-nat.c (ppcnbsd_fetch_inferior_registers): Likewise.
3852 (ppcnbsd_store_inferior_registers): Likewise.
3853 * ppcobsd-nat.c (ppcobsd_fetch_registers): Likewise.
3854 (ppcobsd_store_registers): Likewise.
3855 * procfs.c (procfs_fetch_registers, procfs_store_registers): Likewise.
3856 * remote.c (fetch_register_using_p, process_g_packet,
3857 fetch_registers_using_g, remote_fetch_registers): Likewise.
3858 (store_register_using_P, store_registers_using_G,
3859 remote_store_registers): Likewise.
3860 * remote-m32r-sdi.c (m32r_fetch_registers, m32r_fetch_register,
3861 m32r_store_register, m32r_store_register): Likewise.
3862 * remote-mips.c (mips_fetch_registers, mips_store_registers): Likewise.
3863 * remote-sim.c (gdbsim_fetch_register): Likewise.
3864 (gdbsim_store_register): Likewise.
3865 * rs6000-nat.c (fetch_register, store_register): Likewise.
3866 (rs6000_fetch_inferior_registers): Likewise.
3867 (rs6000_store_inferior_registers): Likewise.
3868 * s390-nat.c (fetch_regs, store_regs): Likewise.
3869 (fetch_fpregs, store_fpregs): Likewise.
3870 (s390_linux_fetch_inferior_registers): Likewise.
3871 (s390_linux_store_inferior_registers): Likewise.
3872 * shnbsd-nat.c (shnbsd_fetch_inferior_registers): Likewise.
3873 (shnbsd_store_inferior_registers): Likewise.
3874 * sol-thread.c (sol_thread_fetch_registers): Likewise.
3875 (sol_thread_store_registers): Likewise.
3876 * sparc-nat.c (fetch_inferior_registers): Likewise.
3877 (store_inferior_registers): Likewise.
3878 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
3879 (spu_store_inferior_registers): Likewise.
3880 * target.c (debug_print_register): Likewise.
3881 (debug_to_fetch_registers, debug_to_store_registers): Likewise.
3882 * vaxbsd-nat.c (vaxbsd_fetch_inferior_registers): Likewise.
3883 (vaxbsd_store_inferior_registers): Likewise.
3884 * win32-nat.c (do_win32_fetch_inferior_registers): Likewise.
3885 (win32_fetch_inferior_registers): Likewise.
3886 (win32_store_inferior_registers): Likewise.
3887
9eefc95f
UW
38882007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3889
3890 * gdbcore.h (struct regcache): Add forward declaration.
3891 (struct core_fns): Add REGCACHE argument to core_read_registers
3892 callback.
3893 * corelow.c (get_core_register_section): Add REGCACHE argument,
3894 use it instead of current_regcache, pass it to core_read_registers
3895 callback.
3896 (get_core_registers): Add current_regcache as parameter to
3897 get_core_register_section calls.
3898
3899 * alpha-nat.c (fetch_osf_core_registers): Add REGCACHE argument,
3900 use it instead of current_regcache.
3901 * armnbsd-nat.c (fetch_core_registers): Likewise.
3902 (fetch_elfcore_registers): Likewise.
3903 * core-regset.c (fetch_core_registers): Likewise.
3904 * cris-tdep.c (fetch_core_registers): Likewise.
3905 * irix5-nat.c (fetch_core_registers): Likewise.
3906 * m68klinux-nat.c (fetch_core_registers): Likewise.
3907 * mips-linux-tdep.c (fetch_core_registers): Likewise.
3908 * win32-nat.c (fetch_elf_core_registers): Likewise.
3909
7f7fe91e
UW
39102007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3911
3912 * gregset.h (struct regcache): Add forward declaration.
3913 (supply_gregset): Add REGCACHE parameter, make GREGS const.
3914 (supply_fpregset): Add REGCACHE parameter, make FPREGS const.
3915 (supply_fpxregset): Add REGCACHE parameter, make FPXREGS const.
3916 (fill_gregset): Add REGCACHE parameter.
3917 (fill_fpregset): Likewise.
3918 (fill_fpxregset): Likewise.
3919
3920 Update all definitions accordingly:
3921 * alphabsd-nat.c, alpha-linux-nat.c, alpha-nat.c, amd64-linux-nat.c,
3922 arm-linux-nat.c, hppa-linux-nat.c, i386gnu-nat.c, i386-linux-nat.c,
3923 i386-sol2-nat.c, i386v4-nat.c, ia64-linux-nat.c, irix5-nat.c,
3924 m32r-linux-nat.c, m68klinux-nat.c, mips-linux-nat.c, ppc-linux-nat.c,
3925 s390-nat.c, sparc64-linux-nat.c, sparc-linux-nat.c, sparc-sol2-nat.c
3926 (supply_gregset): Add REGCACHE parameter, use it instead of
3927 current_regcache. Make GREGSETP parameter const, adapt casts.
3928 (supply_fpregset): Add REGCACHE parameter, use it instead of
3929 current_regcache. Make FPREGSETP parameter const, adapt casts.
3930 (fill_gregset): Add REGCACHE parameter, use it instead of
3931 current_regcache.
3932 (fill_fpregset): Likewise.
3933
3934 Update all callers to pass in current_regcache as the new argument:
3935 * core-regset.c: Include "regcache.h".
3936 (fetch_core_registers): Update supply_gregset,and supply_fpregset calls.
3937 * procfs.c: Include "regcache.h".
3938 (procfs_fetch_registers): Update supply_gregset, supply_fpregset calls.
3939 (procfs_store_registers): Update fill_gregset, fill_fpregset calls.
3940 (procfs_do_thread_registers): Likewise.
3941 (procfs_make_note_section): Likewise.
3942 * proc-service.c: Include "regcache.h".
3943 (ps_lgetregs): Update fill_gregset call.
3944 (ps_lsetregs): Update supply_gregset call.
3945 (ps_lgetfpregs): Update fill_fpregset call.
3946 (ps_lsetfpregs): Update supply_fpregset call.
3947 * sol-thread.c (sol_thread_fetch_registers): Update supply_gregset,
3948 supply_fpregset calls.
3949 (sol_thread_store_registers): Update fill_gregset, fill_fpregset calls.
3950 (ps_lgetregs): Update fill_gregset call.
3951 (ps_lsetregs): Update supply_gregset call.
3952 (ps_lgetfpregs): Update fill_fpregset call.
3953 (ps_lsetfpregs): Update supply_fpregset call.
3954
3955 * linux-nat.c (linux_nat_do_thread_registers): Update fill_gregset,
3956 fill_fpregset, and fill_fpxregset calls.
3957 * i386-linux-nat.c (fetch_regs): Update supply_gregset call.
3958 (store_regs): Update fill_gregset call.
3959 (fetch_fpregs): Update supply_fpregset call.
3960 (store_fpregs): Update fill_fpregset call.
3961 (fetch_fpxregs): Update supply_fpxregset call.
3962 (store_fpxregs): Update fill_fpxregset call.
3963 * m32r-linux-nat.c (fetch_regs): Update supply_gregset call.
3964 (store_regs): Update fill_gregset call.
3965 * m68klinux-nat.c (fetch_regs): Update supply_gregset call.
3966 (store_regs): Update fill_gregset call.
3967 (fetch_fpregs): Update supply_fpregset call.
3968 (store_fpregs): Update fill_fpregset call.
3969 (fetch_core_registers): Update supply_gregset, supply_fpregset calls.
3970 * s390-nat.c (fetch_regs): Update supply_gregset call.
3971 (store_regs): Update fill_gregset call.
3972 (fetch_fpregs): Update supply_fpregset call.
3973 (store_fpregs): Update fill_fpregset call.
3974
3975 * Makefile.in (core-regset.o, procfs.o, proc-service.o): Update
3976 dependencies.
3977
c410a84c
UW
39782007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3979
3980 * monitor.c (monitor_supply_register): Add REGCACHE parameter, use
3981 it instead of current_regcache.
3982 (parse_register_dump): Add REGCACHE parameter, pass it to
3983 supply_register callback.
3984 (monitor_dump_reg_block): Add REGCACHE parameter, pass it to
3985 parse_register_dump.
3986 (monitor_dump_regs): Add REGCACHE parameter, pass it to
3987 parse_register_dump and dumpregs callback.
3988 (monitor_wait): Pass current_regcache to parse_register_dump and
3989 monitor_dump_regs.
3990 (monitor_fetch_register): Pass current_regcache to
3991 monitor_supply_register.
3992 (monitor_fetch_registers): Pass current_regcache to
3993 monitor_dump_regs.
3994 * monitor.h (struct monitor_ops): Add REGCACHE parameter to
3995 supply_register and dumpregs callbacks.
3996 (monitor_supply_register, monitor_dump_reg_block): Update
3997 prototypes.
3998 * dbug-rom.c (dbug_supply_register): Add REGCACHE parameter. Pass
3999 it to monitor_supply_register.
4000 * dink32-rom.c (dink32_supply_register): Likewise.
4001 * ppcbug-rom.c (ppcbug_supply_register): Likewise.
4002 * m32r-rom.c (m32r_supply_register): Likewise. Also, use REGCACHE
4003 instead of current_regcache.
4004
468e3d51
UW
40052007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
4006
4007 * i386-nto-tdep.c (i386nto_supply_gregset, i386nto_supply_fpregset):
4008 Add REGCACHE parameter. Use it instead of current_regcache.
4009 (i386nto_supply_regset): Add REGCACHE parameter, pass it to
4010 i386nto_supply_gregset and i386nto_supply_fpregset.
4011 (i386nto_regset_fill): Add REGCACHE parameter; use it instead
4012 of current_regcache.
4013
4014 * nto-procfs.c (procfs_fetch_registers): Pass current_regcache to
4015 nto_supply_ helper functions.
4016 (procfs_store_registers): Pass current_regcache to nto_regset_fill.
4017
4018 * nto-tdep.c (nto_dummy_supply_regset): Add REGCACHE parameter.
4019
4020 * nto-tdep.h (struct nto_target_ops): Add REGCACHE parameter to
4021 supply_greget, supply_fpregset, supply_altregset, supply_regset,
4022 and regset_fill member function pointers.
4023 (nto_dummy_supply_regset): Adapt prototype.
4024
4e3269e3
UW
40252007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
4026
4027 * shnbsd-tdep.c (shnbsd_supply_reg): Add REGCACHE parameter, use it
4028 instead of current_regcache. Make REGS const.
4029 (shnbsd_fill_reg): Add REGCACHE parameter; replace current_regcache.
4030 * shnbsd-tdep.h (shnbsd_supply_reg, shnbsd_fill_reg): Update
4031 prototypes.
4032 * shnbsd-nat.c: Include "regcache.h".
4033 (shnbsd_fetch_inferior_registers): Pass current_regcache to
4034 shnbsd_supply_reg.
4035 (shnbsd_store_inferior_registers): Pass current_regcache to
4036 shnbsd_fill_reg.
4037 * Makefile.in (shbsd-nat.o): Update dependencies.
4038
28f5035f
UW
40392007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
4040
4041 * mips-linux-tdep.c (supply_32bit_reg): Add REGCACHE parameter. Use it
4042 instead of current_regcache.
4043 (mips_supply_gregset): Likewise. Pass REGCACHE to supply_32bit_reg.
4044 Make GREGSETP const, remove superfluous casts.
4045 (mips_fill_gregset): Add REGCACHE parameter; replace current_regcache.
4046 (mips_supply_fpregset): Likewise. Make FPREGSETP const, remove
4047 superfluous casts.
4048 (mips_fill_fpregset): Add REGCACHE parameter; replace current_regcache.
4049 (supply_64bit_reg): Likewise
4050 (mips64_supply_gregset): Likewise. Pass REGCACHE to supply_64bit_reg.
4051 Make GREGSETP const, adapt casts accordingly.
4052 (mips64_fill_gregset): Add REGCACHE parameter; replace current_regcache.
4053 (mips64_supply_fpregset): Likewise. Make FPREGSET const, adapt
4054 casts accordingly.
4055 (mips64_fill_fpregset): Add REGCACHE parameter; replace current_regcache.
4056 (fetch_core_registers): Pass current_regcache to mips{64}_(supply|fill)_
4057 helper routines.
4058 * mips-linux-tdep.h (mips_supply_gregset, mips_fill_gregset,
4059 mips_supply_fpregset, mips_fill_fpregset, mips64_supply_gregset,
4060 mips64_fill_gregset, mips64_supply_fpregset, mips64_fill_fpregset):
4061 Adapt prototypes.
4062 * mips-linux-nat.c: Include "regcache.h".
4063 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Pass
4064 current_regcache to mips{64}_(supply|fill)_ helper routines.
4065 (mips64_linux_regsets_fetch_registers): Likewise.
4066 (mips64_linux_regsets_store_registers): Likewise.
4067
4068 * mipsnbsd-tdep.c (mipsnbsd_supply_reg, mipsnbsd_supply_fpreg): Add
4069 REGCACHE argument; replace current_regcache. Make REGS const.
4070 (mipsnbds_fill_reg, mipsnbsd_fill_fpreg): Add REGCACHE argument;
4071 replace current_regcache.
4072 * mipsnbsd-tdep.h (ipsnbsd_supply_reg, mipsnbsd_supply_fpreg,
4073 mipsnbds_fill_reg, mipsnbsd_fill_fpreg): Adapt prototypes.
4074 * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers,
4075 mipsnbsd_store_inferior_registers): Pass current_regcache to
4076 mipsnbsd_(supply|fill)_... helper routines.
4077
4078 * Makefile.in (mips-linux-nat.o): Update dependencies.
4079
26144df5
UW
40802007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
4081
4082 * i387-tdep.c (i387_fill_fsave, i387_fill_fxsave): Remove.
4083 * i387-tdep.h (i387_fill_fsave, i387_fill_fxsave): Remove prototypes.
4084 * i368-linux-nat.c (supply_fpregset, supply_fpxregset): Replace
4085 i387_fill_fsave and i387_fill_fxsave calls by inline copies.
4086 * i386-nto-tdep.c (i386nto_regset_fill): Likewise.
4087 * i386gnu-nat.c (store_fpregs): Likewise.
4088 * i386v4-nat.c (fill_fpregset): Likewise.
4089 * go32-nat.c (store_register, go32_store_registers): Likewise.
4090
c6b4e5a2
UW
40912007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
4092
4093 * cris-tdep.c (supply_gregset): Rename to ...
4094 (cris_supply_gregset): ... this. Add REGCACHE parameter. Use it
4095 instead of current_regcache.
4096 (fetch_core_registers): Update call. Pass current_regcache.
4097
d683e2b7
UW
40982007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
4099
4100 * arnmnbsd-nat.c (supply_gregset): Rename to ...
4101 (arm_supply_gregset): ... this. Add REGCACHE parameter.
4102 Use it instead of current_regcache.
4103 (supply_fparegset): Rename to ...
4104 (arm_supply_fparegset): ... this. Add REGCACHE parameter.
4105 Use it instead of current_regcache.
4106 (fetch_regs, fetch_fp_regs): Update calls. Pass current_regcache.
4107 (fetch_core_registers, fetch_elfcore_registers): Likewise.
4108
390c1522
UW
41092007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
4110
4111 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs,
4112 alpha_supply_fp_regs, alpha_fill_fp_regs): Add REGCACHE parameter,
4113 use it instead of current_regcache.
4114 * alpha-tdep.h (struct regcache): Add forward declaration.
4115 (alpha_supply_int_regs, alpha_fill_int_regs, alpha_supply_fp_regs,
4116 alpha_fill_fp_regs): Update prototypes.
4117
4118 * alpha-nat.c: (supply_gregset, fill_gregset, supply_fpregset,
4119 fill_fpregset): Pass current_regcache to alpha_supply/fill_ routines.
4120 * alpha-linux-nat.c: Include "regcache.h".
4121 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Pass
4122 current_regcache to alpha_supply/fill_ routines.
4123
4124 * alphabsd-tdep.c: Include "regcache.h".
4125 (alphabsd_supply_reg, alphabsd_supply_fpreg): Add REGCACHE paramter,
4126 pass it to alpha_supply_ routines. Make REGS const.
4127 (alphabsd_fill_reg, alphabsd_fill_fpreg): Add REGCACHE parameter,
4128 pass it to alpha_fill_ routines.
4129 * alphabsd-tdep.h (struct regcache): Add forward declaration.
4130 (alphabsd_supply_reg, alphabsd_fill_reg, alphabsd_supply_fpreg,
4131 alphabsd_fill_fpreg): Update prototypes.
4132
4133 * alphanbsd-nat.c (supply_gregset, fill_gregset, supply_fpregset,
4134 fill_fpregset, alphabsd_fetch_inferior_registers,
4135 alphabsd_store_inferior_registers): Pass current_regcache to
4136 alphabsd_supply/fill_ routines.
4137
4138 * Makefile.in (alpha-linux-nat.o, alphabsd-tdep.o): Update
4139 dependencies.
4140
647478e0
UW
41412007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
4142
4143 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs,
4144 supply_sprs64, supply_sprs32): Add REGCACHE parameter, use it
4145 instead of current_regcache.
4146 (fetch_regs_user_thread, fetch_regs_kernel_thread): Add
4147 REGCACHE parameter, pass it to supply_ routines.
4148 (aix_thread_fetch_registers): Pass current_regcache to
4149 fetch_regs_user_thread and fetch_regs_kernel_thread.
4150
4151 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs64, fill_sprs32):
4152 Add REGCACHE parameter, use it instead of current_regcache.
4153 Call regcache_valid_p instead of register_cached.
4154 (store_regs_user_thread, store_regs_kernel_thread): Likewise.
4155 Also, pass REGCACHE to fill_ routines.
4156 (aix_thread_store_registers): Pass current_regcache to
4157 store_regs_user_thread and store_regs_kernel_thread.
4158
d817e083
UW
41592007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
4160
4161 * m32r-linux-nat.c (supply_gregset): Do not modify contents
4162 pointed to by GREGSETP.
4163
6a1872e4
UW
41642007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
4165
4166 * irix5-nat.c (fill_gregset): Use regcache_raw_collect instead
4167 of regcache_raw_read_signed.
4168 (fill_fpregset): Use regcache_raw_collect instead of
4169 regcache_raw_read.
4170
6da397e0
KB
41712007-05-03 Kevin Buettner <kevinb@redhat.com>
4172
4173 * mips-tdep.c (mips_eabi_push_dummy_call): When pushing floating
4174 point arguments, test explicitly for use of the EABI32 ABI
4175 instead of inferring this condition from tests on register
4176 sizes.
4177
2219d63c
KB
41782007-05-03 Kevin Buettner <kevinb@redhat.com>
4179
4180 * breakpoint.c (set_raw_breakpoint): Adjust breakpoint's address
4181 prior to allocating its location.
4182
2afd3f0a
MR
41832007-05-02 Maciej W. Rozycki <macro@mips.com>
4184
4185 * mips-tdep.c (mips_o32_push_dummy_call): Remove conditions
4186 based on mips_abi_regsize() whose result is known in advance.
4187 (mips_o64_push_dummy_call): Likewise.
4188
3e00823e
UW
41892007-04-29 Ulrich Weigand <uweigand@de.ibm.com>
4190
4191 * m68klinux-nat.c: Remove #ifndef USE_PROC_FS check.
4192 * m68k-tdep.c: Remove code within #ifdef USE_PROC_FS.
4193
4194 * mips-linux-nat.c: Include "gregset.h".
4195 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Move
4196 from mips-linux-tdep.c. Change parameter type to gdb_gregset_t.
4197 * mips-linux-tdep.c (supply_gregset, fill_gregset, supply_fpregset,
4198 fill_fpregset): Move to mips-linux-nat.c.
4199
4200 * Makefile.in (m68k-tdep.o, mips-linux-nat.o): Update dependencies.
4201
81c4a259
UW
42022007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
4203
4204 * regcache.c (deprecated_read_register_gen): Remove, inline ...
4205 (read_register): ... here.
4206 (deprecated_write_register_gen): Remove, inline ...
4207 (write_register): ... here.
4208 * regcache.h (deprecated_read_register_gen): Remove prototype.
4209 (deprecated_write_register_gen): Likewise.
4210
4211 * remote-sim.c (gdbsim_store_register): Replace call to
4212 deprecated_read_register_gen with regcache_cooked_read.
4213 * target.c (debug_print_register): Replace calls to
4214 deprecated_read_register_gen and read_register with
4215 regcache_cooked_read.
4216
8bb42077
UW
42172007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
4218
4219 * hpux-thread.c (hpux_thread_store_registers): Use
4220 regcache_raw_collect, not regcache_raw_read.
4221 * irix5-nat.c (fetch_core_registers): Use regcache_raw_supply,
4222 not regcache_raw_write.
4223
6ed7ea50
UW
42242007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
4225
4226 * gdbarch.sh: Remove deprecated_register_byte.
4227 * gdbarch.c, gdbarch.h: Regenerate.
4228 * arch-utils.h (generic_register_size, generic_register_byte): Remove.
4229 * arch-utils.c (generic_register_size, generic_register_byte): Remove.
4230
4231 * regcache.h (regcache_valid_p): Make REGCACHE parameter const.
4232 * regcache.c (regcache_valid_p): Allow to query cooked registers in
4233 read-only register caches. Make REGCACHE parameter const.
4234 (regcache_dump): Do not check DEPRECATED_REGISTER_BYTE.
4235
4236 * mi/mi-main.c (old_regs): Remove.
4237 (mi_setup_architecture_data, _initialize_mi_main): Remove.
4238 (register_changed_p): Reimplement to compare two register caches.
4239 (mi_cmd_data_list_changed_registers): Update caller.
4240 * mi/mi-main.h (mi_setup_architecture_data): Remove.
4241 * mi/mi-interp.c (mi_interpreter_init): Do not call
4242 mi_setup_architecture_data.
4243
efc72ef5
UW
42442007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
4245
4246 * alpha-nat.c (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE): Do not define,
4247 inline definition at the places the macros are used.
4248 * alpha-linux-nat.c (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE): Likewise.
4249
7a61a01c
UW
42502007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
4251
4252 * rs6000-aix-tdep.c: Include "regcache.h", "regset.h", and
4253 "gdb_string.h".
4254 (rs6000_aix32_reg_offsets, rs6000_aix64_reg_offsets): New variables.
4255 (rs6000_aix_supply_regset, rs6000_aix_collect_regset): New functions.
4256 (rs6000_aix32_regset, rs6000_aix64_regset): New variables.
4257 (rs6000_aix_regset_from_core_section): New function.
4258 (rs6000_aix_init_osabi): Register it.
4259 (_initialize_rs6000_aix_tdep): Register GDB_OSABI_AIX osabi and
4260 sniffer for bfd_arch_powerpc as well as bfd_arch_rs6000.
4261 * rs6000-nat.c (CoreRegs): Do not define type.
4262 (fetch_core_registers, rs6000_core_fns): Remove.
4263 (_initialize_core_rs6000): Do not register it. Rename to ...
4264 (_initialize_rs6000_nat): ... this.
4265 * Makefile.in (rs6000-aix-tdep.o): Update dependencies.
4266
ace186d4
KB
42672007-04-27 Kevin Buettner <kevinb@redhat.com>
4268
4269 * dwarf2expr.c (unsigned_address_type): Add forward declaration.
4270 (dwarf2_read_address): Sign extend return address as required by
4271 target architecture.
4272
89a7ee67
KB
42732007-04-27 Kevin Buettner <kevinb@redhat.com>
4274
4275 * solib-frv.c (lm_base): Bail out if the main executable has
4276 not been relocated.
4277
6afb1f32
UW
42782007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
4279
4280 * alpha-linux-tdep.c (alpha_linux_supply_fpregset): Correct location
4281 of FPCR register in fpregset.
4282
66a0218a
MR
42832007-04-27 Maciej W. Rozycki <macro@mips.com>
4284
4285 * Makefile.in (gdbtk-wrapper.o): Update dependencies.
4286 (gdbtk-varobj.o, gdbtk-cmds.o, gdbtk-stack.o): Likewise.
4287
482f7fee
UW
42882007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
4289
4290 * config/rs6000/nm-rs6000.h (CHILD_SPECIAL_WAITSTATUS): Remove.
4291 * rs6000-nat.c (rs6000_wait): New function.
4292 (_initialize_core_rs6000): Install it as to_wait target method.
4293 * target.c (store_waitstatus): Don't check CHILD_SPECIAL_WAITSTATUS.
4294
1f480a5e
UW
42952007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
4296
4297 * config/rs6000/nm-rs6000.h (TARGET_CREATE_INFERIOR_HOOK): Remove.
4298 * fork-child.c (fork_inferior): Don't call TARGET_CREATE_INFERIOR_HOOK.
4299 * rs6000-nat.c (super_create_inferior): New variable.
4300 (rs6000_create_inferior): Make static. Adapt argument list. Call
4301 original version of create_inferior via super_create_inferior.
4302 (_initialize_core_rs6000): Install to_create_inferior target method.
4303
037a727e
UW
43042007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
4305
4306 * aix-thread.c (aix_thread_xfer_memory): Replace by ...
4307 (aix_thread_xfer_partial): ... this.
4308 (init_aix_thread_ops): Install to_xfer_partial instead
4309 of deprecated_xfer_memory target method.
4310
4311 * config/powerpc/aix.mh (NATDEPFILES): Remove infptrace.o
4312 and inftarg.o, add inf-ptrace.o.
4313 * config/rs6000/nm-rs6000.h (FETCH_INFERIOR_REGISTERS,
4314 CHILD_XFER_MEMORY, KERNEL_U_SIZE, kernel_u_size): Remove.
4315 * rs6000-nat.c: Include "inf-ptrace.h" and "gdb_stdint.h".
4316 (fetch_inferior_registers): Rename to ...
4317 (rs6000_fetch_inferior_registers): ... this. Make static.
4318 (store_inferior_registers): Rename to ...
4319 (rs6000_store_inferior_registers): ... this. Make static.
4320 (read_word, child_xfer_memory): Remove.
4321 (rs6000_xfer_partial): New function.
4322 (kernel_u_size): Remove.
4323 (_initialize_core_rs6000): Add inf_ptrace-based target.
4324 * Makefile.in (rs6000-nat.o): Update dependencies.
4325
f7dd0ed7
UW
43262007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
4327
4328 * inf-ptrace.c: Include "gdb_stdint.h".
4329 (inf_ptrace_xfer_partial): Use "uintptr_t" instead of "long" as
4330 intermediate type when casting CORE_ADDR to PTRACE_TYPE_ARG3.
4331 (inf_ptrace_fetch_register): Add intermediate cast to "uintptr_t"
4332 before casting CORE_ADDR to PTRACE_TYPE_ARG3.
4333 (inf_ptrace_store_register): Likewise.
4334 * Makefile.in (inf-ptrace.o): Update dependencies.
4335
d9178763
UW
43362007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
4337
4338 * configure.host (rs6000-*-*): Merge with powerpc-*-aix* rules.
4339 * configure.tgt (rs6000-*-*): Likewise.
4340 * config/rs6000/aix4.mh: Delete file.
4341 * config/rs6000/aix4.mt: Delete file.
4342 * config/rs6000/rs6000.mh: Delete file.
4343 * config/rs6000/rs6000.mt: Delete file.
4344
4345 * config/powerpc/nm-aix.h: Delete file.
4346 * config/powerpc/aix.mh (NAT_FILE): Set to config/rs6000/nm-rs6000.h.
4347
0d16ee5d
UW
43482007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
4349
4350 * aix-thread.c (fill_sprs32): Change argument types to "uint32_t *".
4351 Remove obsolete part of comment.
4352 (store_regs_user_thread): Use uint32_t temporaries when calling
4353 fill_sprs32.
4354 (store_regs_kernel_thread): Likewise. Add assertion to verify
4355 correct size of struct ptsprs members.
4356 (aix_thread_xfer_memory): Fix type of myaddr.
4357 (aix_thread_extra_thread_info): Fix compiler warning.
4358 * rs6000-nat.c (rs6000_ptrace64): Change type of buf to "void *".
4359 (fetch_register, store_register): Adapt callers.
4360
1e8877aa
UW
43612007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
4362
4363 * vec.h (vec_free): Rename to vec_free_. Adapt users.
4364
b02f9d57
UW
43652007-04-25 Ulrich Weigand <uweigand@de.ibm.com>
4366
4367 * alpha-linux-tdep.c: Include "gdb_string.h", "regset.h",
4368 and "regcache.h".
4369 (alpha_linux_supply_gregset, alpha_linux_supply_fpregset): New.
4370 (alpha_linux_gregset, alpha_linux_fpregset): New variables.
4371 (alpha_linux_regset_from_core_section): New function.
4372 (alpha_linux_init_abi): Install it.
4373 * alpha-linux-nat.c: Do not include "gdbcore.h". Include
4374 "alpha-tdep.h", <sys/ptrace.h>, <alpha/ptrace.h>,
4375 <sys/procfs.h>, and "gregset.h".
4376 (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE, ALPHA_UNIQUE_PTRACE_ADDR):
4377 Move from config/alpha/nm-linux.h.
4378 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Copy
4379 from alpha-nat.c.
4380 (alpha_linux_register_u_offset): Inline register_addr from alpha-nat.c.
4381 * alpha-nat.c: Remove #ifdef __linux__ section.
4382 (fetch_elf_core_registers, alpha_elf_core_fns): Remove.
4383 (_initialize_core_alpha): Do not register alpha_elf_core_fns.
4384 (ALPHA_UNIQUE_PTRACE_ADDR, ALPHA_REGSET_UNIQUE): Define unconditionally.
4385 (ALPHA_REGSET_BASE): Move from config/alpha/nm-osf.h.
4386 * config/alpha/alpha-linux.mh (NAT_FILE): Set to config/nm-linux.h.
4387 (NATDEPFILES): Remove alpha-nat.o.
4388 * config/alpha/nm-linux.h: Delete file.
4389 * config/alpha/nm-osf.h (ALPHA_REGSET_BASE): Move to alpha-nat.c.
4390 * Makefile.in (alpha-linux-nat.o): Update dependencies.
4391 (alpha-linux-tdep.o): Likewise.
4392
dda0c97e
UW
43932007-04-25 Ulrich Weigand <uweigand@de.ibm.com>
4394
4395 * mips-linux-nat.c: No longer include "gdbcore.h".
4396 (mips_linux_register_addr): Move from mips-linux-tdep.c.
4397 (mips64_linux_register_addr): Likewise.
4398 (mips_linux_register_u_offset): Call mips_linux_register_addr or
4399 mips64_linux_register_addr instead of register_addr.
4400 * mips-linux-tdep.c (mips_linux_register_addr,
4401 mips64_linux_register_addr): Move to mips-linux-nat.c.
4402 (register_addr): Remove.
4403 (register_addr_data, init_register_addr_data): Remove.
4404 (_initialize_mips_linux_tdep): Do not initialize register_addr_data.
4405 (set_mips_linux_register_addr): Remove.
4406 (mips_linux_init_abi): Do not call set_mips_linux_register_addr.
4407 * Makefile.in (mips-linux-nat.o): Update dependencies.
4408
910122bf
UW
44092007-04-25 Ulrich Weigand <uweigand@de.ibm.com>
4410
4411 * linux-nat.c (linux_register_u_offset): Remove.
4412 (linux_target_install_ops): New function.
4413 (linux_target): Use it.
4414 (linux_trad_target): New function.
4415 * linux-nat.h (linux_trad_target): Declare.
4416
4417 * alpha-linux-nat.c: Include "gdbcore.h".
4418 (alpha_linux_register_u_offset): New function.
4419 (_initialize_alpha_linux_nat): Use linux_trad_target.
4420
4421 * mips-linux-nat.c: Include "gdbcore.h".
4422 (mips_linux_register_u_offset): New function.
4423 (_initialize_mips_linux_nat): Use linux_trad_target.
4424
4425 * config/arm/linux.mh (NAT_FILE): Set to config/nm-linux.h.
4426 * config/arm/nm-linux.h: Delete file.
4427
4428 * config/i386/nm-linux64.h (FETCH_INFERIOR_REGISTERS): Remove.
4429 * config/i386/nm-linux.h (FETCH_INFERIOR_REGISTERS): Remove.
4430
4431 * config/ia64/linux.mh (NAT_FILE): Set to config/nm-linux.h.
4432 * config/ia64/nm-linux.h: Delete file.
4433
4434 * config/m32r/linux.mh (NAT_FILE): Set to config/nm-linux.h.
4435 * config/m32r/nm-linux.h: Delete file.
4436
4437 * config/m68k/linux.mh (NAT_FILE): Set to config/nm-linux.h.
4438 * config/m68k/nm-linux.h: Delete file.
4439
4440 * config/pa/linux.mh (NAT_FILE): Set to config/nm-linux.h.
4441 * config/pa/nm-linux.h: Delete file.
4442
4443 * config/powerpc/linux.mh (NAT_FILE): Set to config/nm-linux.h.
4444 * config/powerpc/ppc64-linux.mh (NAT_FILE): Likewise.
4445 * config/powerpc/nm-linux.h: Delete file.
4446
4447 * config/s390/s390.mh (NAT_FILE): Set to config/nm-linux.h.
4448 * config/s390/nm-linux.h: Delete file.
4449
4450 * config/sparc/linux.mh (NAT_FILE): Set to config/nm-linux.h.
4451 * config/sparc/linux64.mh (NAT_FILE): Likewise.
4452 * config/sparc/nm-linux.h: Delete file.
4453
4454 * Makefile.in (alpha-linux-nat.o): Update dependencies.
4455 (mips-linux-nat.o): Likewise.
4456
de732108
UW
44572007-04-25 Ulrich Weigand <uweigand@de.ibm.com>
4458
4459 * core-aout.c: Delete file.
4460 * Makefile.in (ALLDEPFILES): Remove core-aout.c.
4461 (core-aout.o): Delete rule.
4462 * gdbcore.h (kernel_u_addr, KERNEL_U_ADDR): Remove.
4463
4464 * config/alpha/nm-linux.h (U_REGS_OFFSET): Remove.
4465
4466 * arm-linux-nat.c (arm_linux_kernel_u_size): Remove.
4467 * config/arm/nm-linux.h (U_REGS_OFFSET, KERNEL_U_SIZE,
4468 KERNEL_U_ADDR): Remove.
4469
4470 * i386-linux-nat.c (register_u_addr, kernel_u_size): Remove.
4471 (cannot_fetch_register, cannot_store_register): Remove.
4472 (fetch_register): Inline cannot_fetch_register and register_addr.
4473 (store_register): Inline cannot_store_register and register_addr.
4474 * config/i386/linux.mh (NATDEPFILES): Remove core-aout.o.
4475 * config/i386/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR,
4476 REGISTER_U_ADDR, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER):
4477 Remove.
4478
4479 * m68klinux-nat.c (m68k_linux_register_u_addr, kernel_u_size): Remove.
4480 (fetch_register): Inline register_addr.
4481 (store_register): Inline register_addr.
4482 * config/m68k/linux.mh (NATDEPFILES): Remove core-aout.o.
4483 * config/m68k/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR,
4484 U_REGS_OFFSET, REGISTER_U_ADDR): Remove.
4485
4486 * config/mips/nm-irix5.h (REGISTER_U_ADDR): Remove.
4487 * config/mips/nm-linux.h (KERNEL_U_SIZE, U_REGS_OFFSET,
4488 REGISTER_U_ADDR): Remove.
4489
4490 * hppa-linux-nat.c (register_addr): Rename to ...
4491 (hppa_linux_register_addr): ... this. Make static.
4492 (fetch_register, store_register): Adapt callers.
4493 * config/pa/nm-linux.h (U_REGS_OFFSET): Remove.
4494
4495 * ppc-linux-nat.c (kernel_u_size): Remove.
4496 * config/powerpc/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR): Remove.
4497
4498 * vax-nat.c (vax_kernel_u_addr, vax_register_u_addr): Make static.
4499 * config/vax/vax.mh (NATDEPFILES): Remove core-aout.o.
4500 (NAT_FILE): Remove.
4501 * config/vax/nm-vax.h: Delete file.
4502
1f90c757
MS
45032007-04-20 Mark Shinwell <shinwell@codesourcery.com>
4504
4505 * MAINTAINERS (Write After Approval): Add myself.
4506
bf1242a5
MS
45072007-04-20 Mark Shinwell <shinwell@codesourcery.com>
4508
4509 * Makefile.in: Adjust dependencies of m68klinux-tdep.c.
4510 * m68klinux-tdep.c (m68k_uclinux_sigcontext_reg_offset): New.
4511 (m68k_linux_sigcontext_reg_offset): Fix typo.
4512 (target_is_uclinux): New.
4513 (m68k_linux_inferior_created): New.
4514 (m68k_linux_get_sigtramp_info): Check for uClinux or
4515 normal Linux. Use m68k_uclinux_sigcontext_reg_offset for
4516 uClinux.
4517 (_initialize_m68k_linux_tdep): Register
4518 m68k_linux_inferior_created.
4519
96998ce7
PA
45202007-04-19 Pedro Alves <pedro_alves@portugalmail.pt>
4521
4522 * win32-nat.c (win32_detach): Remove delete_command call.
4523 Resume inferior with win32_resume instead of win32_continue.
4524
7e71daaa
JG
45252007-04-19 Jerome Guitton <guitton@adacore.com>
4526
4527 * ser-mingw.c (fd_is_file): New function.
4528 (file_select_thread): New function.
4529 (ser_console_wait_handle): Add special handling for files.
4530
3d1f72c2
DP
45312007-04-18 Denis Pilat <denis.pilat@st.com>
4532
4533 * dwarf2read.c (read_subrange_type): Use DW_ATE_signed default type
4534 when missing from DW_TAG_subrange_type. Remove the handling of null
4535 return from die_type.
4536
9ecf7166
MR
45372007-04-18 Maciej W. Rozycki <macro@mips.com>
4538
4539 * mips-tdep.c (mips_eabi_push_dummy_call): Revert the last
4540 change to rearrange some brackets.
4541 (mips_n32n64_push_dummy_call): Likewise.
4542 (mips_o32_push_dummy_call): Likewise.
4543 (mips_o64_push_dummy_call): Likewise.
4544
b79599ff
DP
45452007-04-18 Denis Pilat <denis.pilat@st.com>
4546
4547 * infcmd.c (post_create_inferior): Start with a call to
3d1f72c2 4548 target_terminal_ours.
b79599ff 4549
06f9a1af
MR
45502007-04-17 Maciej W. Rozycki <macro@mips.com>
4551
4552 * mips-tdep.c (mips_eabi_push_dummy_call): Rearrange some
4553 brackets.
4554 (mips_n32n64_push_dummy_call): Likewise. Reformat some
4555 expressions.
4556 (mips_o32_push_dummy_call): Likewise.
4557 (mips_o64_push_dummy_call): Likewise.
4558
ad018eee
MR
45592007-04-17 Maciej W. Rozycki <macro@mips.com>
4560
4561 * mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
4562 comment.
4563
e914cb17
MR
45642007-04-17 Maciej W. Rozycki <macro@mips.com>
4565
4566 * mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
4567 comment.
4568 (mips_o32_push_dummy_call): Likewise.
4569
91934273
AS
45702007-04-17 Andreas Schwab <schwab@suse.de>
4571
4572 * symtab.c (skip_prologue_using_sal): Allow the end of the prologue
4573 sal to be bigger than the end of the function.
4574
968b5391
MR
45752007-04-17 Maciej W. Rozycki <macro@mips.com>
4576 Nigel Stephens <nigel@mips.com>
4577
4578 * mips-tdep.c (mips_o32_push_dummy_call): Take account of
4579 argument alignment requirements when calculating stack space
4580 required. When aligning an arg register to eight bytes
4581 boundary, align stack_offset too. Write floating-point
4582 arguments to the appropriate integer register if need go there.
4583 (mips_o64_push_dummy_call): Likewise.
4584
e0cd558a
UW
45852007-04-14 Ulrich Weigand <uweigand@de.ibm.com>
4586
4587 * gdbarch.sh (software_single_step): Remove "insert_breakpoints_p" and
4588 "sig" arguments, add "regcache" argument.
4589 * gdbarch.c, gdbarch.h: Regenerate.
4590
4591 * infrun.c (resume): Update SOFTWARE_SINGLE_STEP call arguments.
4592 (handle_inferior_event): Call remove_single_step_breakpoints directly
4593 instead of calling SOFTWARE_SINGLE_STEP to remove breakpoints.
4594
4595 * alpha-tdep.c (alpha_software_single_step): Update argument list.
4596 Remove handling of !insert_breakpoints_p case.
4597 * arm-tdep.c (arm_software_single_step): Likewise.
4598 * cris-tdep.c (cris_software_single_step): Likewise.
4599 * mips-tdep.c (mips_software_single_step): Likewise.
4600 * rs6000-tdep.c (rs6000_software_single_step): Likewise.
4601 * sparc-tdep.c (sparc_software_single_step): Likewise.
4602 * spu-tdep.c (spu_software_single_step): Likewise.
4603
4604 * alpha-tdep.h (alpha_software_single_step): Update prototype.
4605 * mips-tdep.h (mips_software_single_step): Likewise.
4606 * rs6000-tdep.h (rs6000_software_single_step): Likewise.
4607 * sparc-tdep.h (sparc_software_single_step): Likewise.
4608
06a86285
UW
46092007-04-14 Ulrich Weigand <uweigand@de.ibm.com>
4610
4611 * alpha-tdep.c (alpha_software_single_step): Do not call write_pc
4612 when removing single-step breakpoints.
4613
25d5ea92
VP
46142007-04-14 Vladimir Prus <vladimir@codesourcery.com>
4615
4616 * varobj.h (varobj_set_frozen): New
4617 (varobj_get_frozen): New.
4618 (varobj_update): New parameter explicit.
4619 * varobj.c (struct varobj): New fields frozen
4620 and not_fetched.
4621 (varobj_set_frozen, varobj_get_frozen): New.
4622 (install_new_value): Don't fetch values for
4623 frozen variable object, or children thereof. Allow
4624 a frozen variable object to have non-fetched value.
4625 (varobj_update): Allow updating child variables.
4626 Don't traverse frozen children.
4627 (new_variable): Initialize the frozen field.
4628 (c_value_of_variable): Return NULL for frozen
4629 variable without any value yet.
4630 * mi/mi-cmd-var.c (varobj_update_one): New parameter
4631 'explicit'.
4632 (mi_cmd_var_create): Output the 'frozen' field,
4633 as soon as testsuite is adjusted to expect that field.
4634 (mi_cmd_var_set_frozen): New.
4635 (mi_cmd_var_update): Pass the 'explicit' parameter to
4636 varobj_update_one.
4637 * mi/mi-cmds.c (mi_cmds): Register '-var-set-frozen'.
4638 * mi/mi-cmds.h (mi_cmd_var_set_frozen): Declare.
4639
6e3bbd1a
PB
46402007-04-13 Paul Brook <paul@codesourcery.com>
4641
4642 * target-descriptions.c (tdesc_named_type): Add ieee_single and
4643 ieee_double.
4644 * doc/gdb.texinfo: Document ieee_single and ieee_double target types.
4645
ea35711c
DJ
46462007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4647
4648 * mips-mdebug-tdep.c, mips-mdebug-tdep.h, ocd.c, ocd.h, ppc-bdm.c,
4649 remote-e7000.c, remote-hms.c, remote-utils.c, remote-utils.h,
4650 scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h, scm-valprint.c,
4651 ser-e7kpc.c, sh3-rom.c, stop-gdb.c: Delete.
4652 * Makefile.in: Remove references to deleted files.
4653 * README: Do not mention deleted ROM monitor interfaces.
4654 * defs.h (enum language): Delete language_scm.
4655 * expprint.c (print_subexp_standard): Do not handle OP_EXPRSTRING.
4656 (dump_subexp_body_standard): Likewise.
4657 * parse.c (operator_length_standard): Likewise.
4658 * expression.h (enum exp_opcode): Delete OP_EXPRSTRING.
4659 * remote-mips.c: Do not include remote-utils.h.
4660 * remote-sim.c: Likewise. Use remote_debug instead of sr_get_debug
4661 throughout.
4662 * value.c: Do not include scm-lang.h.
4663 (unpack_long): Delete scm_unpack call.
4664 * config/h8300/h8300.mt, config/mips/embed.mt,
4665 config/powerpc/ppc-eabi.mt, config/powerpc/ppc-sim.mt,
4666 config/sh/embed.mt, config/sh/linux.mt: Remove references to
4667 deleted files.
4668 * NEWS: Mention removed files.
4669
058b9c07
DJ
46702007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4671
4672 * symfile.c (add_psymbol_with_dem_name_to_list): Remove.
4673 * symfile.h (add_psymbol_with_dem_name_to_list): Remove prototype.
4674
54d61198
DJ
46752007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4676
4677 * NEWS: Mention removal of HP aCC support.
4678
e499d0f1
DJ
46792007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4680
4681 * solib-svr4.c (IGNORE_FIRST_LINK_MAP_ENTRY): Do not ignore the
4682 first entry for static executables.
4683 (breakpoint_addr): Delete unused variable.
4684 (elf_locate_base): Search for _r_debug in static executables.
4685 (enable_break): Do not set breakpoint_addr. Scan solib_break_names
4686 also.
4687
4d5b2cd7
DJ
46882007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4689
4690 * breakpoint.c (update_breakpoints_after_exec, print_it_typical)
4691 (bpstat_what, print_one_breakpoint, allocate_bp_location)
4692 (mention): Remove bp_through_sigtramp support.
4693 * breakpoint.h (enum bptype): Remove bp_through_sigtramp.
4694
46d57086
DJ
46952007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4696
4697 * breakpoint.c (bpstat_what): Give step-resume higher priority than
4698 shlib events.
4699
d3169d93
DJ
47002007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4701
4702 * infrun.c: Doc fixes.
4703 (handle_inferior_event): Clarify debug message.
4704 (insert_step_resume_breakpoint_at_sal): Print a debug message.
4705
8c9e4384
UW
47062007-04-12 Ulrich Weigand <uweigand@de.ibm.com>
4707
4708 * configure.tgt (arm-*-nto*, sh-*-nto*): Remove.
4709
9418f048
UW
47102007-04-12 Ulrich Weigand <uweigand@de.ibm.com>
4711
4712 * config/m68k/tm-monitor.h: Delete file.
4713 * config/m68k/monitor.mt (DEPRECATED_TM_FILE): Remove.
4714 * m68k-tdep.c (m68k_gdbarch_init): set_gdbarch_decr_pc_after_break
4715 call moved to ...
4716 * m68kbsd-tdep.c (m68kbsd_init_abi): ... here and ...
4717 * m68klinux-tdep.c (m68k_linux_init_abi): ... here.
4718
e6590a1b
UW
47192007-04-12 Luis Machado <luisgpm@br.ibm.com>
4720
4721 * gdbarch.sh (software_single_step): Change the return type
4722 from void to int and reformatted some comments to <= 80
4723 columns.
4724 * gdbarch.c, gdbarch.h: Regenerated.
4725 * alpha-tdep.c (alpha_software_single_step): Likewise.
4726 * alpha-tdep.h (alpha_software_single_step): Likewise.
4727 * arm-tdep.c (arm_software_single_step): Likewise.
4728 * cris-tdep.c (cris_software_single_step): Likewise.
4729 * mips-tdep.c (mips_software_single_step): Likewise.
4730 * mips-tdep.h (mips_software_single_step): Likewise.
4731 * rs6000-tdep.c (rs6000_software_single_step): Likewise.
4732 * rs6000-tdep.h (rs6000_software_single_step): Likewise.
4733 * sparc-tdep.c (sparc_software_single_step): Likewise.
4734 * sparc-tdep.h (sparc_software_single_step): Likewise.
4735 * spu-tdep.c (spu_software_single_step): Likewise.
4736 * infrun.c (resume): Check the return value from SOFTWARE_SINGLE_STEP
4737 and act accordingly.
4738
58b38ee2
SE
47392007-04-11 Steve Ellcey <sje@cup.hp.com>
4740
4741 * configure.ac (build_warnings): Add -Wno-char-subscripts.
4742 * configure: Regenerate.
4743 * doc/gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
4744
70f575cc
JK
47452007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4746
4747 * libunwind-frame.c (LIBUNWIND_SO): Use major version number for `.so'.
4748
d77b6808
JK
47492007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4750
4751 * gdbtypes.h (TYPE_FLAG_STUB_SUPPORTED, TYPE_STUB_SUPPORTED): New
4752 macros.
4753 (TYPE_IS_OPAQUE): Empty vs. opaque structures are now
4754 distinct on the TYPE_STUB_SUPPORTED debug targets.
4755 * dwarf2read.c (read_structure_type): Set TYPE_FLAG_STUB_SUPPORTED.
4756
b0b92586
JB
47572007-04-11 Joel Brobecker <brobecker@adacore.com>
4758
4759 * sparc-tdep.c (X_RS2): New macro.
4760 (sparc_skip_stack_check): New function.
4761 (sparc_analyze_prologue): Adjust PC past stack probing
4762 sequence if necessary.
4763
a489f789
AS
47642007-04-10 Andreas Schwab <schwab@suse.de>
4765
4766 * rs6000-tdep.c (rs6000_dwarf2_reg_to_regnum): Decode 64 as CR
4767 register.
4768
b0b13bb4
DJ
47692007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
4770
4771 * breakpoint.c (gdb_breakpoint_query): Really return an
4772 enum gdb_rc.
4773 (gdb_breakpoint): Likewise.
3f11755e
DJ
4774 * thread.c (gdb_list_thread_ids): Likewise.
4775 (gdb_thread_select): Likewise.
b0b13bb4
DJ
4776 * mi/mi-main.c (mi_cmd_thread_select): Expect an enum gdb_rc.
4777 (mi_cmd_thread_list_ids): Remove bogus initialization.
4778
1a92f856
DJ
47792007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
4780
4781 * Makefile.in (SFILES): Remove hpacc-abi.c.
4782 (COMMON_OBS): Remove hpacc-abi.o.
4783 (ALLDEPFILES): Remove hpread.c and $(HPREAD_SOURCE).
4784 (hpacc-abi.o, hpread.o): Delete rules.
4785 * somread.c: Delete extern declarations from hpread.c.
4786 (som_symfile_read): Do not call do_pxdb or hpread_build_psymtabs.
4787 (som_symfile_finish): Do not call hpread_symfile_finish.
4788 (som_symfile_init): Do not call hpread_symfile_init.
4789 * config/pa/hppa64.mt (TDEPFILES): Remove hpread.o.
4790 * config/pa/hppahpux.mt (TDEPFILES): Likewise.
4791 * hpacc-abi.c, hpread.c: Deleted.
4792
542c95c2
DJ
47932007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
4794
4795 * solib-svr4.c (enable_break): Simplify return value.
4796 (svr4_solib_create_inferior_hook): Do not warn if enable_break fails.
4797
cfaefc65
AS
47982007-04-10 Andreas Schwab <schwab@suse.de>
4799
4800 * solib-svr4.h (struct link_map_offsets): Remove l_addr_size,
4801 l_ld_size, l_next_size, l_prev_size, l_name_size.
4802
4803 * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Use extract_typed_address
4804 to extract addresses from link map.
4805 (LM_DYNAMIC_FROM_LINK_MAP): Likewise.
4806 (LM_NEXT): Likewise.
4807 (LM_NAME): Likewise.
4808 (IGNORE_FIRST_LINK_MAP_ENTRY): Likewise.
4809 (elf_locate_base): Likewise.
4810 (open_symbol_file_object): Likewise.
4811 (svr4_fetch_objfile_link_map): Likewise.
4812 (SOLIB_EXTRACT_ADDRESS): Remove unused macro.
4813 (HAS_LM_DYNAMIC_FROM_LINK_MAP): Test l_ld_offset instead of
4814 l_ld_size.
4815 (svr4_ilp32_fetch_link_map_offsets): Don't set removed members.
4816 (svr4_lp64_fetch_link_map_offsets): Likewise.
4817
4818 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Don't set
4819 removed members. Set l_ld_offset to -1 if not present.
4820
65cc4390
VP
48212007-04-08 Vladimir Prus <vladimir@codesourcery.com>
4822
4823 Pass stderr of program run with "target remote |"
4824 via gdb_stderr.
4825 * serial.c (serial_open): Set error_fd to -1.
4826 * serial.h (struct serial): New field error_fd.
4827 (struct serial_opts): New field avail.
4828 * ser-pipe.c (pipe_open): Create another pair
4829 of sockets. Pass stderr to gdb.
4830 * ser-mingw.c (pipe_windows_open): Pass
4831 PEX_STDERR_TO_PIPE to pex_run. Initialize
4832 sd->error_fd.
4833 (pipe_avail): New.
4834 (_initialize_ser_windows): Hook pipe_avail.
4835 * ser-base.c (generic_readchar): Check if there's
4836 anything in stderr channel and route that to gdb_stderr.
4837
e9112110
PA
48382007-04-03 Pedro Alves <pedro_alves@portugalmail.pt>
4839
4840 * dbxread.c (read_ofile_symtab): Move current_objfile
4841 clearing to after end_stabs.
4842
7f68ac27
AS
48432007-04-01 Andreas Schwab <schwab@suse.de>
4844
4845 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Use parameter
4846 gdbarch instead of current_gdbarch.
4847
e55dccf0
VP
48482007-04-01 Vladimir Prus <vladimir@codesourcery.com>
4849
4850 * varobj.c (varobj_create): Keep varobj value
4851 NULL when evaluating the type.
4852
7c963485
PA
48532007-03-31 Pedro Alves <pedro_alves@portugalmail.pt>
4854
4855 * NEWS: Mention new Windows CE support.
4856
ad527d2e
PA
48572007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
4858
4859 * configure.tgt: Move mips*-*-pe and sh*-*-pe to
4860 the obsoletion stanza.
4861 * NEWS: Mention deleted targets.
4862
4863 * config/sh/tm-wince.h: Remove.
4864 * config/sh/wince.mt: Remove.
4865 * config/mips/tm-wince.h: Remove.
4866 * config/mips/wince.mt: Remove.
4867
4868 * wince.c: Remove.
4869 * wince-stub.c: Remove.
4870 * wince-stub.h: Remove.
4871 * Makefile.in (wince.o): Remove rule.
4872 (wince-stub.o): Likewise.
4873
4874 * mips-tdep.c (mips_next_pc): Make static.
4875 * mips-tdep.h (mips_next_pc): Remove declaration.
4876 * arm-tdep.c (arm_pc_is_thumb): Make static.
4877 (thumb_get_next_pc): Likewise.
4878 (arm_get_next_pc): Likewise.
4879 * arm-tdep.h (arm_pc_is_thumb_dummy): Remove declaration.
4880 (arm_pc_is_thumb): Likewise.
4881 (thumb_get_next_pc): Likewise.
4882 (arm_get_next_pc): Likewise.
4883
7ce59000
DJ
48842007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4885
4886 * MAINTAINERS: Remove d10v entry.
4887 * Makefile.in (SFILES): Remove dwarfread.c.
4888 (COMMON_OBS): Remove dwarfread.o.
4889 (gdb_sim_d10v_h, abug-rom.o, cpu32bug-rom.o, d10v-tdep.o, dwarfread.o)
4890 (remote-est.o, rom68k-rom.o): Delete.
4891 * NEWS: Mention removal of d10v, target abug, target cpu32bug,
4892 target est, target rom68k, and DWARF 1.
4893 * configure.tgt: Mark d10v as removed.
4894 * dwarf2read.c: Doc update.
4895 * elfread.c (struct elfinfo): Remove dboffset, dbsize, lnoffset,
4896 and lnsize.
4897 (elf_locate_sections): Do not set them.
4898 (elf_symfile_read): Do not call dwarf_build_psymtabs.
4899 * symfile.h (dwarf_build_psymtabs): Delete prototype.
4900 * config/m68k/monitor.mt (TDEPFILES): Prune.
4901 * abug-rom.c, cpu32bug-rom.c, d10v-tdep.c, dwarfread.c,
4902 remote-est.c, rom68k-rom.c, config/d10v/d10v.mt: Delete.
4903
20389057
DJ
49042007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4905
4906 * doublest.c (convert_floatformat_to_doublest): Use
4907 floatformat_classify.
4908 (floatformat_is_nan): Rename to...
4909 (floatformat_classify): ...this. Return more information.
4910 * doublest.h (enum float_kind): New.
4911 (floatformat_is_nan): Replace prototype...
4912 (floatformat_classify): ...with this one.
4913 * valprint.c (print_floating): Use floatformat_classify. Handle
4914 infinity.
4915
30b50213
DJ
49162007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4917
4918 * README: Mention ISO C library requirement.
4919
8807d78b
DJ
49202007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4921
4922 * Makefile.in (SFILES): Remove nlmread.c.
4923 (COMMON_OBS): Remove nlmread.o.
4924 (nlmread.o): Delete rule.
4925 * README: Delete reference to remote-st.c.
4926 * acinclude.m4 (CY_AC_TCL_LYNX_POSIX): Delete.
4927 * defs.h (enum gdb_osabi): Delete GDB_OSABI_NETWARE and
4928 GDB_OSABI_LYNXOS.
4929 * i386-tdep.c (i386_nw_init_abi, i386_nlm_osabi_sniffer): Delete.
4930 (_initialize_i386_tdep): Do not reference them.
4931 * nlmread.c: Delete file.
4932 * osabi.c (gdb_osabi_names): Remove NetWare and LynxOS.
4933 * target.c: Doc update.
4934 * thread.c: Delete commented include.
4935 * config/alpha/tm-alpha.h: Doc update.
4936
ced572fe
MR
49372007-03-30 Chris Dearman <chris@mips.com>
4938
4939 * utils.c (string_to_core_addr): Comment typo.
4940
8a9fc081
MR
49412007-03-30 Chris Dearman <chris@mips.com>
4942
4943 * mips-tdep.c: Comment typo.
4944
5f402660
UW
49452007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
4946
4947 * config/alpha/nm-osf.h (PTRACE_XFER_TYPE): Remove.
4948 * config/mips/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove.
4949 * config/sparc/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove.
4950 * config/powerpc/nm-ppc64-linux.h: Remove file.
4951 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Set to nm-linux.h.
4952 * inferior.h (PTRACE_ARG3_TYPE): Do not define.
4953 (call_ptrace): Change type of third argument to PTRACE_TYPE_ARG3.
4954 * infptrace.c (call_ptrace): Likewise.
4955 * m68klinux-nat.c (PTRACE_XFER_TYPE): Do not define.
4956 (fetch_register): Replace PTRACE_ARG3_TYPE by PTRACE_TYPE_ARG3
4957 and PTRACE_XFER_TYPE by PTRACE_TYPE_RET.
4958 (store_register): Likewise.
4959
bbf90c81
JB
49602007-03-29 Joel Brobecker <brobecker@adacore.com>
4961
4962 * Makefile.in (varobj.o): Add missing dependency.
4963
243c053b
MS
49642007-03-29 Michael Snyder <msnyder@access-company.com>
4965
4966 * MAINTAINERS: Update my email address.
4967
0259addd
JB
49682007-03-29 Joel Brobecker <brobecker@adacore.com>
4969
4970 Add support for exception handling with multiple versions of
4971 the Ada runtime:
4972 * ada-lang.c: Update general comments on how Ada exception catchpoints
4973 are implemented.
4974 (raise_sym_name, raise_unhandled_sym_name, raise_assert_sym_name)
4975 (__gnat_raise_nodefer_with_msg): Delete.
4976 (ada_unhandled_exception_name_addr_ftype): New type.
4977 (exception_support_info): New type.
4978 (ada_unhandled_exception_name_addr): Add forward declaration.
4979 (ada_unhandled_exception_name_addr_from_raise): Likewise.
4980 (default_exception_support_info): New constant.
4981 (exception_support_info_fallback): Likewise.
4982 (exception_info): New global variable.
4983 (ada_exception_support_info_sniffer): New function.
4984 (ada_executable_changed_observer): Likewise.
4985 (ada_unhandled_exception_name_addr_from_raise): Renamed from
4986 ada_unhandled_exception_name_addr.
4987 (ada_unhandled_exception_name_addr): Reimplement to match the
4988 latest Ada runtime implementation.
4989 (error_breakpoint_runtime_sym_not_found): Delete.
4990 (ada_exception_sym_name): Get the exception sym name from
4991 exception_info rather than hardcoding it.
4992 (ada_exception_sal): Add call to ada_exception_support_info_sniffer.
4993 Update error handling.
4994 * Makefile.in (ada-lang.o): Add dependency on observer.h.
4995
483367ee
DJ
49962007-03-29 Daniel Jacobowitz <dan@codesourcery.com>
4997
4998 * Makefile.in (coff_solib_h, coff-solib.o, i386v-nat.o, lynx-nat.o)
4999 (remote-st.o, uw-thread.o): Delete.
5000 (HFILES_NO_SRCDIR, ALLDEPFILES): Update.
5001 * configure.host: Move hppa*-*-hiux*, i[34567]86-ncr-*,
5002 i[34567]86-*-dgux*, i[34567]86-*-lynxos*, i[34567]86-*-sco3.2v5*,
5003 i[34567]86-*-sco3.2v4*, i[34567]86-*-sco*, i[34567]86-*-sysv4.2*,
5004 i[34567]86-*-sysv4*, i[34567]86-*-sysv5*, i[34567]86-*-unixware2*,
5005 i[34567]86-*-unixware*, i[34567]86-*-sysv*, i[34567]86-*-isc*, and
5006 rs6000-*-lynxos* to an obsoletion stanza.
5007 * configure.tgt: Move hppa*-*-hiux*, i[34567]86-ncr-*,
5008 i[34567]86-*-lynxos*, m68*-cisco*-*, m68*-tandem-*, m68*-*-os68k*,
5009 and rs6000-*-lynxos* to an obsoletion stanza. Do not mention
5010 i[34567]86-*-netware*.
5011 * NEWS: Mention deleted targets.
5012
5013 * coff-solib.c, coff-solib.h, i386v-nat.c, lynx-nat.c, remote-st.c,
5014 uw-thread.c, config/nm-lynx.h, config/i386/i386sco.mh,
5015 config/i386/i386sco4.mh, config/i386/i386sco5.mh, config/i386/i386v.mh,
5016 config/i386/i386v4.mh, config/i386/i386v42mp.mh,
5017 config/i386/ncr3000.mh, config/i386/ncr3000.mt,
5018 config/i386/nm-i386sco.h, config/i386/nm-i386sco4.h,
5019 config/i386/nm-i386sco5.h, config/i386/nm-i386v.h,
5020 config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h,
5021 config/m68k/cisco.mt, config/m68k/os68k.mt, config/m68k/st2000.mt,
5022 config/m68k/tm-cisco.h, config/m68k/tm-os68k.h,
5023 config/rs6000/rs6000lynx.mh, config/rs6000/rs6000lynx.mt,
5024 config/rs6000/tm-rs6000ly.h: Delete files.
5025
3adda9d8
DJ
50262007-03-29 Daniel Jacobowitz <dan@codesourcery.com>
5027
5028 * defs.h (deprecated_registers_changed_hook): Delete declaration.
5029 * interps.c (clear_interpreter_hooks): Do not clear
5030 deprecated_registers_changed_hook.
5031 * regcache.c (registers_changed): Do not call it.
5032 * top.c (deprecated_registers_changed_hook): Do not define it.
5033 * mi/mi-interp.c (mi_command_loop): Do not clear it.
5034 * tui/tui-hooks.c (tui_install_hooks): Do not install it.
5035 (tui_remove_hooks): Do not remove it.
5036 (tui_selected_frame_level_changed_hook): Check for negative level.
5037 Use get_selected_frame.
5038 (tui_registers_changed_hook): Deleted.
5039
bf362611
JB
50402007-03-29 Joel Brobecker <brobecker@adacore.com>
5041
5042 * stabsread.c (add_undefined_type): Add extra parameter.
5043 Now handles nameless types separately.
5044 (struct nat): New type.
5045 (noname_undefs, noname_undefs_allocated, noname_undefs_length):
5046 New static variables.
5047 (read_type): Update calls to add_undefined_type.
5048 (add_undefined_type_noname): New function.
5049 (add_undefined_type_1): Renames from add_undefined_type.
5050 (cleanup_undefined_types_noname): New function.
5051 (cleanup_undefined_types_1): Renames cleanup_undefined_types.
5052 (cleanup_undefined_types): New handles nameless types separately.
5053 (_initialize_stabsread): Initialize our new static constants.
5054
436868fb
DP
50552007-03-29 Denis Pilat <denis.pilat@st.com>
5056
5057 * configure.ac: Test for signal.h.
5058 * configure, config.in: Regenerate.
5059
aaf9e9fd
DP
50602007-03-29 Denis Pilat <denis.pilat@st.com>
5061
5062 * stack.c (print_stack_frame): Always use LOC_AND_ADDRESS in MI output.
5063 * infrun.c (normal_stop): Remove MI specific frame printing treatment.
5064
68070c10
PA
50652007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
5066
5067 * arm-wince-tdep.c: New.
5068 * config/arm/wince.mt (DEPRECATED_TM_FILE): Use tm-arm.h.
5069 (MT_CFLAGS): Delete.
5070 (TM_CLIBS): Delete.
5071 (TDEPFILES): Add arm-wince-tdep.o, corelow.o, solib.o,
5072 solib-legacy.o, solib-svr4.o, and remove wince.o.
5073 * configure.tgt (arm*-*-mingw32ce*): Add.
5074 * signals/signals.c [HAVE_SIGNAL_H]: Check.
5075 (do_target_signal_to_host): Silence 'not used' warning.
5076 * config/arm/tm-wince.h: Remove.
5077
74174d2e
UW
50782007-03-28 Ulrich Weigand <uweigand@de.ibm.com>
5079
5080 * arch-utils.c (legacy_pc_in_sigtramp): Remove.
5081 * arch-utils.h (legacy_pc_in_sigtramp): Remove.
5082
5083 * config/ia64/linux.mt (DEPRECATED_TM_FILE): Remove.
5084 * config/ia64/tm-linux.h: Remove file.
5085 * ia64-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp callback.
5086 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Use it instead of
5087 legacy_pc_in_sigtramp.
5088 (ia64_gdbarch_init): Initialize tdep->pc_in_sigtramp.
5089 * ia64-linux-tdep.c (ia64_linux_pc_in_sigtramp): Make static.
5090 Remove func_name argument.
5091 (ia64_linux_init_abi): Install it as tdep->pc_in_sigtramp.
5092
5093 * infrun.c (HAVE_STEPPABLE_WATCHPOINT): Do not redefine.
5094 * target.c (update_current_target): Add to_have_steppable_watchpoint.
5095 * target.h (struct target_ops): Add to_have_steppable_watchpoint.
5096 (HAVE_STEPPABLE_WATCHPOINT): Define.
5097
5098 * config/ia64/linux.mh (NATDEPFILES): Remove core-aout.o.
5099 * config/ia64/nm-linux.h (KERNEL_U_ADDR, U_REGS_OFFSET,
5100 CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER,
5101 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_STEPPABLE_WATCHPOINT,
5102 STOPPED_BY_WATCHPOINT, target_stopped_data_address,
5103 target_insert_watchpoint, target_remove_watchpoint): Remove.
5104 (FETCH_INFERIOR_REGISTERS): Define.
5105 * ia64-linux-nat.c (ia64_register_addr): Make static.
5106 (ia64_cannot_fetch_register, ia64_cannot_store_register): Likewise.
5107 (ia64_linux_insert_watchpoint): Make static. Remove ptid_p argument.
5108 (ia64_linux_remove_watchpoint): Likewise. Add type argument.
5109 (ia64_linux_stopped_data_address): Make static. Add target_ops.
5110 (ia64_linux_stopped_by_watchpoint): Make static.
5111 (ia64_linux_can_use_hw_breakpoint): New function.
5112 (ia64_linux_fetch_register, ia64_linux_fetch_registers): Likewise.
5113 (ia64_linux_store_register, ia64_linux_store_registers): Likewise.
5114 (_initialize_ia64_linux_nat): Install register and watchpoint ops.
5115
53c5240f
PA
51162007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
5117
5118 * linespec.c: Include language.h.
5119 (find_methods): Add language parameter. Call
5120 lookup_symbol_in_language. Pass language down.
5121 (add_matching_methods): Likewise. Call
5122 lookup_symbol_in_language.
5123 (add_constructors): Likewise.
5124 (find_method): Pass sym_class to collect_methods.
5125 (collect_methods): Add sym_class parameter. Pass language
5126 down.
5127 * symtab.c (lookup_symbol): Rename to ...
5128 (lookup_symbol_in_language): ... this. Add language
5129 parameter. Use passed language instead of current_language.
5130 (lookup_symbol): New as wrapper around
5131 lookup_symbol_in_language.
5132 (lookup_symbol_aux): Add language parameter. Use passed
5133 language instead of current_language.
5134 (search_symbols): Indent.
5135 * symtab.h (enum language): Forward declare.
5136 (lookup_symbol_in_language): Declare.
5137 (lookup_symbol): Update description.
5138 * ada-lang.h (lookup_symbol_in_language): Remove declaration.
5139 * ada-lang.c (restore_language): Remove.
5140 (lookup_symbol_in_language): Remove.
5141
8671a17b
PA
51422007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
5143
5144 * breakpoint.c (bpstat_num): Add int *num parameter.
5145 * breakpoint.h (bpstat_num): Likewise.
5146 * infcmd.c (continue_command): Adjust to new bpstat_num
5147 interface.
5148 (program_info): Likewise.
5149
214197f9
UW
51502007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
5151
5152 * config/sh/tm-sh.h: Remove file.
5153 * config/sh/embed.mt (DEPRECATED_TM_FILE): Remove.
5154 * config/sh/linux.mt (DEPRECATED_TM_FILE): Remove.
5155 * config/sh/nbsd.mt (DEPRECATED_TM_FILE): Remove.
5156 * config/sh/tm-wince.h: Do not include "sh/tm-sh.h".
5157
bac718a6
UW
51582007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
5159
5160 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT,
5161 DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Remove.
5162 * remote.c: Remove code under #ifdef DEPRECATED_REMOTE_BREAKPOINT,
5163 DEPRECATED_BIG_REMOTE_BREAKPOINT, DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
5164 * sh-tdep.c (sh_breakpoint_from_pc): Return remote breakpoint
5165 sequence if target_shortname is "remote".
5166
de6a76fd
DJ
51672007-03-27 Anton Blanchard <anton@samba.org>
5168
5169 * rs6000-tdep.c (rs6000_frame_cache): Use tdep->lr_frame_offset
5170 instead of wordsize when looking for the LR in a stack frame.
5171
4fc771b8
DJ
51722007-03-27 Andreas Schwab <schwab@suse.de>
5173 Daniel Jacobowitz <dan@codesourcery.com>
5174
5175 * dwarf2-frame.c (dwarf2_frame_eh_frame_regnum): Rename to...
5176 (dwarf2_frame_adjust_regnum): ...this. Make static. Add eh_frame_p
5177 argument. Update all callers.
5178 (struct dwarf2_frame_ops): Replace eh_frame_regnum with adjust_regnum.
5179 (dwarf2_frame_set_eh_frame_regnum): Rename to...
5180 (dwarf2_frame_set_adjust_regnum): ...this. Update argument type.
5181 * dwarf2frame.h (dwarf2_frame_set_eh_frame_regnum): Rename to...
5182 (dwarf2_frame_set_adjust_regnum): ...this.
5183 (dwarf2_frame_eh_frame_regnum): Delete prototype.
5184 * rs6000-tdep.c: Include "dwarf2-frame.h".
5185 (rs6000_adjust_frame_regnum): Define.
5186 (rs6000_gdbarch_init): Enable use of DWARF CFI frame unwinder.
5187 Register rs6000_adjust_frame_regnum.
5188
5189 * Makefile.in (rs6000-tdep.o): Update dependencies.
5190
9453113a
DJ
51912007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
5192
5193 * Makefile.in: Add support for a "pdf" target.
5194
d2449ee8
DJ
51952007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
5196
5197 * amd64-tdep.c (amd64_init_frame_cache): New function.
5198 (amd64_alloc_frame_cache, amd64_skip_prologue): Use it.
5199
a72d8a8e
MR
52002007-03-26 Nigel Stephens <nigel@mips.com>
5201 Maciej W. Rozycki <macro@mips.com>
5202
5203 * ui-out.c (ui_out_field_core_addr): Truncate address to
5204 TARGET_ADDR_BIT size before printing.
5205
5200c3f3 52062007-03-22 Nigel Stephens <nigel@mips.com>
a72d8a8e 5207 Maciej W. Rozycki <macro@mips.com>
5200c3f3
L
5208
5209 * remote-mips.c (mips_xfer_memory): Update prototype.
5210
16708cba
JB
52112007-03-22 Joel Brobecker <brobecker@adacore.com>
5212
5213 * symfile.h: #include "symtab.h"
5214
0fe514e3
DP
52152007-03-22 Denis Pilat <denis.pilat@st.com>
5216
5217 * utils.c (pagination_on_command, pagination_off_command):
5218 Remove useless prototypes.
5219
4a52dc15
PM
52202007-03-21 Pierre Muller <muller@ics.u-strasbg.fr>
5221
5222 Fix PR pascal/2232.
5223 * p-valprint.c (pascal_object_print_value): Use type_name_no_tag
5224 instead of TYPE_NAME for object base class name.
5225
5226
1c86fa97
KB
52272007-03-19 Kevin Buettner <kevinb@redhat.com>
5228
5229 * mep-tdep.c (mep_analyze_frame_prologue, mep_frame_this_id):
5230 Specify frame type in calls to frame_func_unwind().
5231
4e463ff5
DJ
52322007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
5233
5234 * rs6000-tdep.c (rs6000_skip_prologue): Use skip_prologue_using_sal.
5235 (rs6000_in_function_epilogue_p): Use extract_unsigned_integer.
5236 (refine_prologue_limit): Delete.
5237 (skip_prologue): Don't call it. Use extract_unsigned_integer.
5238 Assume lim_pc is set. Correct check for incomplete prologues.
5239 Do not skip clobbers of the frame pointer.
5240 * symtab.c (skip_prologue_using_sal): Fail if there is only one
5241 sal.
5242
348473d5
NF
52432007-03-13 Nathan Froyd <froydnj@codesourcery.com>
5244
5245 * frame.c (frame_pop): Check to see whether there's a frame to
5246 which we can pop first.
5247
a2f9cf0d
NF
52482007-03-13 Nathan Froyd <froydnj@codesourcery.com>
5249
5250 * MAINTAINERS (Write After Approval): Add myself.
5251
569631c6
UW
52522007-03-09 Markus Deuling <deuling@de.ibm.com>
5253
5254 * infrun.c (breakpoints_failed): Remove unnecessary variable.
5255 (handle_inferior_event): Remove unnecessary braces.
5256 * breakpoint.c (bpstat_what): Remove wrong comment.
5257
fe5febed
UW
52582007-03-09 Ulrich Weigand <uweigand@de.ibm.com>
5259
5260 * spu-tdep.c (spu_in_function_epilogue_p): New function.
5261 (spu_gdbarch_init): Install it.
5262
9dea8ca2
UW
52632007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
5264
5265 * spu-linux-nat.c (spu_xfer_partial): Return -1 for unsupported
5266 object types, not 0.
5267
7b3dc0b7
UW
52682007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
5269
5270 * spu-tdep.c (spu_frame_align): New function.
5271 (spu_gdbarch_init): Install it. Set call dummy location to ON_STACK.
5272
118dfbaf
UW
52732007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
5274
5275 * spu-tdep.c (spu_unwind_pc): Mask off interrupt enable bit.
5276 (spu_software_single_step): Likewise.
5277 (spu_read_pc, spu_write_pc): New functions.
5278 (spu_gdbarch_init): Install them.
5279
29e4017d
UW
52802007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
5281
5282 * cli/cli-dump.c (struct callback_data): load_offset needs to
5283 have signed long type.
5284
6de5b849
JB
52852007-03-07 Joel Brobecker <brobecker@adacore.com>
5286
5287 * mips-tdep.c (mips_insn16_frame_cache, mips_insn32_frame_sniffer):
5288 Revert the previous change that had some unexpected side-effects
5289 on mips32.
5290 (mips_insn16_frame_cache, mips_insn32_frame_cache): Use the proper
5291 function to get the address of the calling instruction.
5292
7490ba4f
DP
52932007-03-07 Denis Pilat <denis.pilat@st.com>
5294
5295 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Replace
5296 get_selected_frame by deprecated_safe_get_selected_frame.
5297
861fb77c
MK
52982007-03-02 Mark Kettenis <kettenis@gnu.org>
5299
5300 * shnbsd-tdep.c: Include "regset.h", "gdb_assert.h" and
5301 "gdb_string.h". Don't include "nbsd-tdep.h".
5302 (SIZEOF_STRUCT_REG): Remove.
5303 (SHNBSD_SIZEOF_GREGS): New.
5304 (shnbsd_supply_gregset, shnbsd_collect_gregset)
5305 (shnbsd_regset_from_core_section): New functions.
5306 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
5307 (shnbsd_supply_reg, shnbsd_fill_reg): Simply call
5308 shnbsd_supply_gregset, shnbsd_collect_gregset.
5309 (shnbsd_gregset): New variable.
5310 (shnbsd_init_abi): Set regset_from_core_section.
5311 (GDB_OSABI_NETBSD_CORE): New define.
5312 (shnbsd_core_osabi_sniffer): New function.
5313 (_initialize_shnbsd_tdep): Register shnbsd_core_osabi_sniffer.
5314 * Makefile.in (shnbsd-tdep.o): Update dependencies.
5315 * config/sh/nbsd.mt (TDEPFILES): Add corelow.o, remove
5316 nbsd-tdep.o.
5317 * config/sh/obsd.mt (TDEPFILES): Remove nbsd-tdep.o.
5318
787cbe14
JB
53192007-02-28 Joel Brobecker <brobecker@adacore.com>
5320
5321 * gdbtypes.c (replace_type): Fix typo that caused us to not update
5322 length of the types referenced by the new type CV ring.
5323
35f196d9
DJ
53242007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5325
5326 * frame.c (frame_pop, frame_observer_target_changed): Call
5327 reinit_frame_cache.
5328 (flush_cached_frames): Rename to reinit_frame_cache and delete
5329 old implementation.
5330 * frame.h (flush_cached_frames): Delete prototype and update comment.
5331
5332 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): Call
5333 reinit_frame_cache instead of flush_cached_frames. Do not call
5334 select_frame after reinit_frame_cache.
5335 * corelow.c (core_open): Likewise.
5336 * gdbarch.sh (deprecated_current_gdbarch_select_hack): Likewise.
5337 * infrun.c (prepare_to_proceed, context_switch)
5338 (handle_inferior_event): Likewise.
5339 * linux-fork.c (fork_load_infrun_state): Likewise.
5340 * ocd.c (ocd_start_remote): Likewise.
5341 * remote-e7000.c (e7000_start_remote): Likewise.
5342 * remote-mips.c (device): Likewise.
5343 * thread.c (switch_to_thread): Likewise.
5344 * tracepoint.c (finish_tfind_command): Likewise.
5345 * gdbarch.c: Regenerated.
5346
c26f2453
JB
53472007-02-28 Jerome Guitton <guitton@adacore.com>
5348 Joel Brobecker <brobecker@adacore.com>
5349
5350 * gdbtypes.c (check_typedef): Do not replace stub type if
5351 the resolved type is not defined in the same objfile.
5352
7d900f1a
DJ
53532007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5354
5355 * top.c (gdb_readline_wrapper_cleanup): Remove invalid assertion.
5356
76038652 53572007-02-28 Joel Brobecker <brobecker@adacore.com>
52eea4ce
JB
5358
5359 * stabsread.c (define_symbol): Create an associated STRUCT_DOMAIN
5360 symbol for Ada units when the symbol is defined using 't' rather
5361 than 'Tt' as symbol descriptor.
5362
d74fb156 53632007-02-28 Ulrich Weigand <uweigand@de.ibm.com>
1344afe0
UW
5364
5365 * config/mips/tm-nbsd.h: Delete file.
5366 * config/mips/nbsd.mt (DEPRECATED_TM_FILE): Remove.
5367 * config/sh/tm-nbsd.h: Delete file.
5368 * config/sh/nbsd.mt (DEPRECATED_TM_FILE): Set to tm-sh.h.
5369
f8d225db
JB
53702007-02-28 Joel Brobecker <brobecker@adacore.com>
5371
5372 * mi/mi-cmd-var.c (varobj_update_one): Remove reference to
5373 unused WRONG_PARAM value since it was recently deleted.
5374
1bbfb19a
NR
53752007-02-28 Vladimir Prus <vladimir@codesourcery.com>
5376
5377 * varobj.c (varobj_update): Free temporary vectors.
5378
6f7f3f0d
UW
53792007-02-28 Ulrich Weigand <uweigand@de.ibm.com>
5380
5381 * config/powerpc/linux.mt (DEPRECATED_TM_FILE): Set to tm-ppc-eabi.h.
5382 * config/powerpc/tm-linux.h: Delete file.
5383 * config/powerpc/tm-ppc-eabi.h: Do not include "rs6000/tm-rs6000.h".
5384 (PROCESS_LINENUMBER_HOOK): Do not undefine.
5385 (TEXT_SEGMENT_BASE): Do not redefine.
5386 * config/rs6000/nm-rs6000.h (CHILD_SPECIAL_WAITSTATUS): Move here
5387 from config/rs6000/tm-rs6000.h.
5388 (TARGET_CREATE_INFERIOR_HOOK, rs6000_create_inferior): Likewise.
5389 * config/rs6000/tm-rs6000.h (struct frame_info): Remove declaration.
5390 (TEXT_SEGMENT_BASE): Remove.
5391 (IN_SOLIB_RETURN_TRAMPOLINE): Remove.
5392 (rs6000_in_solib_return_trampoline): Remove.
5393 (SKIP_TRAMPOLINE_CODE): Remove.
5394 (rs6000_skip_trampoline_code): Remove.
5395 (CHILD_SPECIAL_WAITSTATUS): Move to config/rs6000/nm-rs6000.h.
5396 (TARGET_CREATE_INFERIOR_HOOK, rs6000_create_inferior): Likewise.
5397 (FP0_REGNUM): Remove.
5398 (rs6000_find_toc_address_hook): Move to rs6000-tdep.h.
5399 (rs6000_set_host_arch_hook): Remove.
5400 * Makefile.in (rs6000-nat.o): Add dependency on $(rs6000_tdep_h).
5401 (rs6000-aix-tdep.o): Add dependency on $(ppc_tdep_h).
5402 * ppc-tdep.h (struct gdbarch_tdep): Add field text_segment_base.
5403 * rs6000-aix-tdep.c: Include "ppc-tdep.h".
5404 (rs6000_aix_init_osabi): Set text_segment_base tdep field.
5405 * rs6000-nat.c: Include "rs6000-tdep.h".
5406 (exec_one_dummy_insn): Replace TEXT_SEGMENT_BASE by tdep field.
5407 (set_host_arch): Rename to ...
5408 (rs6000_create_inferior): ... this. Make public.
5409 (_initialize_core_rs6000): Do not set rs6000_set_host_arch_hook.
5410 * rs6000-tdep.c (rs6000_set_host_arch_hook): Remove.
5411 (rs6000_create_inferior): Remove.
5412 (branch_dest): Replace TEXT_SEGMENT_BASE by tdep field.
5413 (rs6000_gdbarch_init): Call set_gdbarch_fp0_regnum,
5414 set_gdbarch_in_solib_return_trampoline, and
5415 set_gdbarch_skip_trampoline_code.
5416 * rs6000-tdep.h (rs6000_find_toc_address_hook): Move here
5417 from config/rs6000/tm-rs6000.h.
5418
63050a44 54192007-02-27 Joel Brobecker <brobecker@adacore.com>
05279ca0
JB
5420
5421 * buildsym.c (record_producer): Do nothing if no producer is provided.
5422
63050a44 54232007-02-27 Nick Roberts <nickrob@snap.net.nz>
e0b75a46
NR
5424
5425 * varobj.c (varobj_update): Remove unused local. Use gdb_assert
5426 to check changelist is non-NULL. Call error if the frontend tries
5427 to update a non-root variable.
5428
5429 * varobj.h (enum varobj_update_error): Delete WRONG_PARAM value.
5430
93d42b30
DJ
54312007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5432
5433 * dwarf2-frame.c (dwarf2_frame_cache, dwarf2_frame_this_id)
5434 (dwarf2_frame_sniffer): Update.
5435 (dwarf2_signal_frame_this_id): New function.
5436 (dwarf2_signal_frame_unwind): Use it.
5437 (dwarf2_frame_base_sniffer): Use frame_unwind_address_in_block.
5438 * frame.c (frame_func_unwind): Add this_type argument.
5439 (get_frame_func): Update.
5440 (frame_unwind_address_in_block): Add this_type argument and check it.
5441 Fix a typo.
5442 (get_frame_address_in_block): Update.
5443 * frame.h (enum frame_type): Move higher in the file.
5444 (frame_unwind_address_in_block, frame_func_unwind): Add enum frame_type
5445 argument.
5446
5447 * alpha-mdebug-tdep.c, alpha-tdep.c, amd64-tdep.c, amd64obsd-tdep.c,
5448 arm-tdep.c, avr-tdep.c, cris-tdep.c, frv-tdep.c, h8300-tdep.c,
5449 hppa-tdep.c, i386-tdep.c, i386obsd-tdep.c, ia64-tdep.c,
5450 libunwind-frame.c, m32c-tdep.c, m32r-linux-tdep.c, m32r-tdep.c,
5451 m68hc11-tdep.c, m68k-tdep.c, m88k-tdep.c, mips-mdebug-tdep.c,
5452 mips-tdep.c, mn10300-tdep.c, mt-tdep.c, rs6000-tdep.c, s390-tdep.c,
5453 score-tdep.c, sh-tdep.c, sh64-tdep.c, sparc-tdep.c,
5454 sparc64obsd-tdep.c, spu-tdep.c, v850-tdep.c, vax-tdep.c,
5455 xstormy16-tdep.c, xtensa-tdep.c: Update calls to
5456 frame_func_unwind and frame_unwind_address_in_block to specify
5457 the frame type. Use frame_unwind_address_in_block instead of
5458 frame_pc_unwind in sniffers.
5459
206415a3
DJ
54602007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5461
5462 * frame.c (deprecated_selected_frame): Rename to...
5463 (selected_frame): ...this. Make static.
5464 (get_selected_frame, select_frame): Update.
5465 * frame.h (deprected_select_frame): Delete.
5466 (deprecated_safe_get_selected_frame): Update comments.
5467
5468 * breakpoint.c, cli/cli-cmds.c, f-valprint.c, infcmd.c, inflow.c,
5469 infrun.c, stack.c, tui/tui-disasm.c, tui/tui-source.c,
5470 tui/tui-winsource.c, valops.c, varobj.c, findvar.c, macroscope.c,
5471 parse.c, regcache.h, sh64-tdep.c, tui/tui-hooks.c, tui/tui-win.c,
5472 tui/tui.c: Replace references to deprecated_selected_frame.
5473
7313566f
FF
54742007-02-27 Fred Fish <fnf@specifix.com>
5475
5476 * rs6000-tdep.c (skip_prologue): Recognize addi instructions that
5477 directly decrement the stack pointer, accumulate their operand into
5478 the stack offset, and mark the function as not being frameless.
5479
b6d373df
DJ
54802007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5481
5482 * arch-utils.c (selected_byte_order): New.
5483 * arch-utils.h (selected_byte_order): New prototype.
5484 * remote-sim.c (gdbsim_open): Use selected_byte_order.
5485
2711e456
DJ
54862007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5487
5488 * symfile.c (place_section): Check SEC_ALLOC. Do not check VMA.
5489 (default_symfile_offsets): Check VMA here. Update section VMAs.
5490
baef701f
DJ
54912007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5492
5493 * remote.c (init_remote_state): Add special handling for placeholder
5494 registers.
5495
05a4558a
DJ
54962007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5497
5498 * Makefile.in (XMLFILES): Include $(TDEP_XML).
5499 (filenames_h): New variable.
5500 (clean): Clean up xml-builtin.c and stamp-xml.
5501 (arm-linux-nat.o): Update.
5502 * config/arm/linux.mh (TDEP_XML): Define.
5503 * arm-linux-nat.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
5504 (arm_linux_has_wmmx_registers): New.
5505 (GET_THREAD_ID): Fix typo.
5506 (IWMMXT_REGS_SIZE): Define.
5507 (fetch_wmmx_regs, store_wmmx_regs): New.
5508 (arm_linux_fetch_inferior_registers): Use fetch_wmmx_regs.
5509 (arm_linux_store_inferior_registers): Use store_wmmx_regs.
5510 (super_xfer_partial, arm_linux_xfer_partial): New.
5511 (_initialize_arm_linux_nat): Use them.
5512 * xml-support.c (fetch_xml_builtin): Move outside HAVE_LIBEXPAT.
5513 (xml_builtin_xfer_partial): New function.
5514 * xml-support.h (xml_builtin_xfer_partial): New prototype.
5515 * NEWS: Update mention of iWMMXt support.
5516
ff6f572f
DJ
55172007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5518
5519 * arm-tdep.c (arm_scan_prologue): Do not record FPA register saves
5520 if there are no FPA registers.
5521 (arm_dwarf_reg_to_regnum): New function.
5522 (arm_register_type, arm_register_name): Return minimal values for
5523 unsupported registers.
5524 (arm_register_sim_regno): Handle iWMMXt registers.
5525 (arm_gdbarch_init): Record missing FPA registers if indicated by
5526 a target description. Recognize iWMMXt registers. Only register
5527 "info float" for FPA. Use ARM_NUM_REGS. Register
5528 arm_dwarf_reg_to_regnum.
5529 * arm-tdep.h (enum gdb_regnum): Add ARM_NUM_REGS and iWMMXt
5530 constants.
5531 (struct gdbarch_tdep): Add have_fpa_registers.
5532 * features/xscale-iwmmxt.xml: Update capitalization.
5533 * regformats/arm-with-iwmmxt.dat: Regenerated.
5534
c077150c
KB
55352007-02-24 Kevin Buettner <kevinb@redhat.com>
5536
5537 * NEWS (New targets): Add entry for the Toshiba Media Processor.
5538
01c996c1
KB
55392007-02-23 Kevin Buettner <kevinb@redhat.com>
5540
5541 * MAINTAINERS (mep): New target.
5542
aeb43123
KB
55432007-02-23 Kevin Buettner <kevinb@redhat.com>
5544
5545 From Jim Blandy, Dave Brolley, Kevin Buettner, Don Howard, and
5546 Richard Sandiford:
5547 * Makefile.in (elf_mep_h, mep_desc_h, mep_opc_h): New variables.
5548 (mep-tdep.o): New rule.
5549 * configure.tgt (mep-*-*): New target.
5550 * mep-tdep.c: New file.
5551 * config/mep/mep.mt: New file.
5552
115d86cf
UW
55532007-02-22 Markus Deuling <deuling@de.ibm.com>
5554
5555 * infrun.c (inferior_stop_reason, print_stop_reason): Remove
5556 BREAKPOINT_HIT and STOP_UNKNOWN.
5557
fef862e5
UW
55582007-02-22 Markus Deuling <deuling@de.ibm.com>
5559
5560 * valops.c (value_ind): Fix unary * handling of TYPE_CODE_INT.
5561
9a7d5afb
JB
55622007-02-20 Joel Brobecker <brobecker@adacore.com>
5563
5564 * gdb_expat.h (XMLCALL): Define if not already defined.
5565
81de920d
AS
55662007-02-20 Andreas Schwab <schwab@suse.de>
5567
5568 * Makefile.in (symfile.o): Update dependencies.
5569
cb5c8c39
DJ
55702007-02-20 Daniel Jacobowitz <dan@codesourcery.com>
5571
5572 * MAINTAINERS: Disable -Werror for cris simulator. Build
5573 sparc64-solaris2.10 instead of the broken sparc-elf.
5574 * solib-frv.c: Include "solib.h".
5575 * Makefile.in (solib-frv.o): Update.
5576 * mt-tdep.c (mt_gdbarch_init): Correct typo in floatformats patch.
5577 * xtensa-tdep.c (xtensa_regset_from_core_section): Cast size_t to int.
5578 (xtensa_frame_this_id, xtensa_frame_prev_register)
5579 (xtensa_push_dummy_call): Use %p.
5580
e6bb342a
DJ
55812007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5582
5583 * avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
5584 ia64-tdep.c, m68k-tdep.c, mips-linux-tdep.c, ppcobsd-tdep.c,
5585 sparc-linux-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
5586 * Makefile.in (avr-tdep.o, hppabsd-tdep.o, hppa-tdep.o, i386-tdep.o)
5587 (ia64-tdep.o, m68k-tdep.o, mips-linux-tdep.o, ppcobsd-tdep.o)
5588 (sparc-linux-tdep.o): Update.
5589
ff7a4c00
MG
55902007-02-15 Maxim Grigoriev <maxim2405@gmail.com>
5591
5592 * xtensa-tdep.h (xtensa_reg_mask_t): New.
5593 (xtensa_mask_t): Change mask field to be a separate array.
5594 * xtensa-tdep.c (extract_call_winsize, xtensa_pseudo_register_read)
5595 (xtensa_pseudo_register_write, xtensa_unwind_pc)
5596 (xtensa_unwind_dummy_id, xtensa_push_dummy_call)
5597 (xtensa_breakpoint_from_pc): Remove implicit type casting.
5598 * xtensa-config.c (mask0, mask1, mask2, mask3, mask4, mask5)
5599 (mask6, mask7, mask8, mask9, mask10, mask11, mask12, mask13)
5600 (mask14, mask15): Rename to
5601 (xtensa_mask0, xtensa_mask1, xtensa_mask2, xtensa_mask3)
5602 (xtensa_mask4, xtensa_mask5, xtensa_mask6, xtensa_mask7)
5603 (xtensa_mask8, xtensa_mask9, xtensa_mask10, xtensa_mask11)
5604 (xtensa_mask12, xtensa_mask13, xtensa_mask14, xtensa_mask15): this.
5605 (xtensa_submask0, xtensa_submask1, xtensa_submask2, xtensa_submask3)
5606 (xtensa_submask4, xtensa_submask5, xtensa_submask6, xtensa_submask7)
5607 (xtensa_submask8, xtensa_submask9, xtensa_submask10)
5608 (xtensa_submask11, xtensa_submask12, xtensa_submask13)
5609 (xtensa_submask14, xtensa_submask15): New.
5610 (rmap): Follow strict aliasing rules doing static initialization.
5611
d9cc5895
DJ
56122007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
5613
5614 * target-descriptions.c (tdesc_named_type): Move code_ptr and data_ptr
5615 handling from here...
5616 (tdesc_register_type): ...to here.
5617 * xml-tdesc.c (tdesc_start_reg): Allow code_ptr and data_ptr.
5618 * features/arm-core.xml: Use code_ptr and data_ptr.
5619
8756216b
DP
56202007-02-13 Denis Pilat <denis.pilat@st.com>
5621
5622 * varobj.h (enum varobj_update_error): New enum.
5623 * varobj.c (struct varobj_root): Add is_valid member.
5624 (varobj_get_type): Check for invalid varobj.
5625 (varobj_get_attributes): Likewise.
5626 (variable_editable):Likewise.
5627 (varobj_update): Likewise. Use varobj_update_error.
5628 (new_root_variable): Set root varobj as valid by default.
5629 (varobj_invalidate): New function.
5630 * symfile.c (clear_symtab_users): Use varobj_invalidate.
5631 * mi/mi-cmd-var.c (varobj_update_one): Change return type to void.
5632 Use varobj_update_error.
5633
fe8e67fd
PM
56342007-02-12 Pierre Muller <muller@ics.u-strasbg.fr>
5635
5636 Fix PR pascal/2223.
5637 * dwarfread.c (set_cu_language): Recognize DW_LANG_Pascal83 as
5638 Pascal language marker.
5639 * dwarf2read.c (set_cu_language): Likewise.
5640
c44537cf
CV
56412007-02-12 Corinna Vinschen <vinschen@redhat.com>
5642
5643 * win32-nat.c (win32_wait): Reset terminal pgrp to GDB.
5644 (do_initial_win32_stuff): Call terminal_init_inferior_with_pgrp
5645 instead of target_terminal_init since inferior_ptid isn't set yet.
5646
20dad8ea
PA
56472007-02-10 Pedro Alves <pedro_alves@portugalmail.pt>
5648
5649 * MAINTAINERS (Write After Approval): Add myself.
5650
4ac94eda
FF
56512007-02-09 Fred Fish <fnf@specifix.com>
5652
5653 Based on work by Apple Computer, Inc.
5654 * event-top.c (async_request_quit): Call quit() whenever either
5655 quit_flag is set or immediate_quit is set.
5656
b260b6c1
GDR
56572007-02-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
5658
5659 * ada-lang.c (remove_out_of_scope_renamings): Change third parameter's
5660 type to a pointer to const struct block.
5661 (ada_lookup_symbol_list): Don't cast away constness when calling
5662 remove_out_of_scope_renamings.
5663
56642007-02-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
5665
5666 * linux-nat.c (linux_nat_find_memory_regions): Don't check the
5667 address of 'filename'; it is always non null.
5668
0f5d55d8
JB
56692007-02-09 Joel Brobecker <brobecker@adacore.com>
5670
5671 * exec.c (add_to_section_table): Do not discard empty sections.
5672
fb1e4ffc
DJ
56732007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5674
5675 * features/Makefile, features/arm-with-iwmmxt.xml,
5676 features/gdbserver-regs.xsl, features/number-regs.xsl,
5677 features/sort-regs.xsl, features/xscale-iwmmxt.xml: New files.
5678 * regformats/arm-with-iwmmxt.dat: Generate.
5679 * NEWS: Mention iWMMXt.
5680
123dc839
DJ
56812007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5682
5683 * Makefile.in (arm-tdep.o, eval.o, target-descriptions.o)
5684 (xml-tdesc.o): Update.
5685 * xml-support.c: Add a comment.
5686 (gdb_xml_enums_boolean): New variable.
5687 (gdb_xml_parse_attr_enum): Use strcasecmp.
5688 * xml-support.h (gdb_xml_enums_boolean): Declare.
5689 * xml-tdesc.c (struct tdesc_parsing_data): Record current_feature,
5690 next_regnum, and current_union.
5691 (tdesc_start_feature, tdesc_start_reg, tdesc_start_union)
5692 (tdesc_end_union, tdesc_start_field, tdesc_start_vector)
5693 (field_attributes, union_children, reg_attributes, union_attributes)
5694 (vector_attributes, feature_attributes, feature_children): New.
5695 (target_children): Make static. Add <feature>.
5696 (tdesc_elements): Make static.
5697 * target-descriptions.c (struct tdesc_reg, tdesc_reg_p, type_p)
5698 (struct tdesc_feature, tdesc_feature_p): New types.
5699 (struct target_desc): Add features member.
5700 (struct tdesc_arch_data, tdesc_data): New.
5701 (target_find_description): Clarify error message. Warn about
5702 ignored register descriptions.
5703 (tdesc_has_registers, tdesc_find_feature, tdesc_feature_name)
5704 (tdesc_named_type, tdesc_data_init, tdesc_data_alloc)
5705 (tdesc_data_cleanup, tdesc_numbered_register)
5706 (tdesc_numbered_register_choices, tdesc_find_register)
5707 (tdesc_register_name, tdesc_register_type)
5708 (tdesc_remote_register_number, tdesc_register_reggroup_p)
5709 (set_tdesc_pseudo_register_name, set_tdesc_pseudo_register_type)
5710 (set_tdesc_pseudo_register_reggroup_p, tdesc_use_registers)
5711 (tdesc_free_reg, tdesc_create_reg, tdesc_free_feature)
5712 (tdesc_create_feature, tdesc_record_type): New.
5713 (free_target_description): Free features.
5714 (_initialize_target_descriptions): Initialize tdesc_data.
5715 * arch-utils.c (default_remote_register_number): New.
5716 * arch-utils.h (default_remote_register_number): New prototype.
5717 * target-descriptions.h (set_tdesc_pseudo_register_name)
5718 (set_tdesc_pseudo_register_type, set_tdesc_pseudo_register_reggroup_p)
5719 (tdesc_use_registers, tdesc_data_alloc, tdesc_data_cleanup)
5720 (tdesc_numbered_register, tdesc_numbered_register_choices)
5721 (tdesc_has_registers, tdesc_find_feature, tdesc_feature_name)
5722 (tdesc_named_type, tdesc_create_feature, tdesc_record_type)
5723 (tdesc_create_reg): Declare.
5724 * gdbarch.sh (remote_register_number): New entry.
5725 * gdbarch.c, gdbarch.h: Regenerate.
5726 * remote.c (init_remote_state): Use gdbarch_remote_register_number.
5727 * features/gdb-target.dtd: Add feature, reg, vector, union, and field.
5728
5729 * arm-tdep.c (arm_register_aliases): New.
5730 (arm_register_name_strings): Rename to...
5731 (arm_register_names): ...this. Make const. Delete the old version.
5732 (current_option, arm_register_byte): Delete.
5733 (set_disassembly_style): Simplify. Do not adjust arm_register_names.
5734 (value_of_arm_user_reg): New.
5735 (arm_gdbarch_init): Verify any described registers. Call
5736 tdesc_use_registers. Don't use arm_register_byte. Create aliases
5737 for standard register names.
5738 (_initialize_arm_tdep): Do not adjust arm_register_names.
5739 * user-regs.c (struct user_reg): Add baton member.
5740 (append_user_reg, user_reg_add_builtin, user_regs_init)
5741 (user_reg_add, value_of_user_reg): Use a baton for user
5742 register functions.
5743 * std-regs.c: Update.
5744 * user-regs.h (user_reg_read_ftype, user_reg_add_builtin)
5745 (user_reg_add): Add baton argument.
5746 * NEWS: Mention target description register support.
5747 * features/arm-core.xml, features/arm-fpa.xml: New.
5748 * eval.c (evaluate_subexp_standard): Allow ptype $register
5749 when the program is not running.
5750
87604222
NR
57512007-02-09 Nick Roberts <nickrob@snap.net.nz>
5752
5753 * mi/mi-cmd-var.c (mi_cmd_var_create): Add value field.
5754
ee4f0f76
DJ
57552007-02-08 Thiago Jung Bauermann <bauerman@br.ibm.com>
5756
5757 * rs6000-tdep.c (gdb_print_insn_powerpc): Set
5758 info->disassembler_options to "any".
5759
7af9851d
DJ
57602007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5761
5762 * varobj.c (install_new_value): Only call value_get_print_value
5763 if changeable.
5764
8944021f
DJ
57652007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5766
5767 Reported by timeless@gmail.com:
5768 * gdb/target.c (target_flash_erase): Do not return void value.
5769 (target_flash_done): Likewise.
5770 * gdb/cli/cli-cmds.c (source_command): Likewise.
5771
57722007-02-08 Fred Fish <fnf@specifix.com>
5f960e00 5773
4ac94eda 5774 Based on work by Apple Computer, Inc.
5f960e00
FF
5775 * event-top.c (handle_sigint): Set quit_flag.
5776 (async_request_quit): Don't set quit_flag. Avoid calling quit()
5777 if quit_flag has already been reset.
5778
4998c1df
DJ
57792007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5780
5781 * ser-mingw.c (pipe_windows_close): Move variable initialization back
5782 up.
5783
79da184e
FF
57842007-02-08 Fred Fish <fnf@specifix.com>
5785
5786 * defs.h (request_quit): Remove declaration.
5787 * utils.c (request_quit): Remove definition.
5788
3c77c82a
DJ
57892007-02-08 Joel Brobecker <brobecker@gnat.com>
5790 Jan Kratochvil <jan.kratochvil@redhat.com>
5791 Daniel Jacobowitz <dan@codesourcery.com>
5792
5793 * rs6000-tdep.c (bl_to_blrl_insn_p): New function.
5794 (skip_prologue): Allow bl->blrl used by PIC code.
5795
c1b6e682
DJ
57962007-02-08 Mark Kettenis <kettenis@gnu.org>
5797 Daniel Jacobowitz <dan@codesourcery.com>
5798
5799 * cp-valprint.c (cp_print_value_fields, cp_print_value): Always
5800 initialize tmp_obstack.
5801 * p-valprint.c (pascal_object_print_value_fields)
5802 (pascal_object_print_value): Likewise.
5803
fe5dedf4
DJ
58042007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5805
5806 * features/feature_to_c.sh: Use %s to avoid problems with nawk.
5807
3e461478
MK
58082007-02-08 Mark Kettenis <kettenis@gnu.org>
5809
5810 * sparcnbsd-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
5811 * Makefile.in (sparcnbsd-tdep.o): Update dependencies.
5812
fc6e0168
DJ
58132007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
5814
5815 * xml-tdesc.c (struct tdesc_xml_cache, tdesc_xml_cache_s)
5816 (xml_cache): New.
5817 (tdesc_parse_xml): Cache expanded descriptions.
5818
108546a0
DJ
58192007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
5820
5821 * Makefile.in (XMLFILES): New.
5822 (COMMON_OBS): Add xml-builtin.o.
5823 (xml-builtin.c, stamp-xml): New rules.
5824 (xml-tdesc.o): Update.
5825 * features/feature_to_c.sh: New file.
5826 * xml-support.c (MAX_XINCLUDE_DEPTH): Define.
5827 (struct gdb_xml_parser): Add dtd_name and is_xinclude.
5828 (gdb_xml_start_element): Initialize scope after possibly reallocating
5829 scopes. Move cleanup later. Handle the XInclude description
5830 specially.
5831 (gdb_xml_end_element): Only parse the body if there is a current element.
5832 Call XML_DefaultCurrent if there is no element.
5833 (gdb_xml_fetch_external_entity, gdb_xml_use_dtd): New.
5834 (struct xinclude_parsing_data, xinclude_start_include)
5835 (xinclude_end_include, xml_xinclude_default)
5836 (xml_xinclude_start_doctype, xml_xinclude_end_doctype)
5837 (xml_xinclude_xml_decl, xml_xinclude_cleanup, xinclude_attributes)
5838 (xinclude_elements, xml_process_xincludes, fetch_xml_builtin): New.
5839 * xml-support.h (xml_fetch_another, xml_process_xincludes)
5840 (fetch_xml_builtin, xml_builtin, gdb_xml_use_dtd): New declarations.
5841 * xml-tdesc.c (tdesc_parse_xml): Add fetcher_baton argument. Expand
5842 XInclude directives. Use the compiled in DTD.
5843 (fetch_xml_from_file): Add baton argument. Treat it as a containing
5844 directory name. Do not warn here.
5845 (file_read_description_xml): Update call. Warn here instead. Pass
5846 a dirname as baton.
5847 (fetch_available_features_from_target): New.
5848 (target_read_description_xml): Use it.
5849 * features/gdb-target.dtd: Add copyright notice. Use xinclude.dtd
5850 to handle XInclude.
5851 * features/xinclude.dtd: New file.
5852
b5057acd
DJ
58532007-02-05 Daniel Jacobowitz <dan@codesourcery.com>
5854
5855 * linux-thread-db.c (check_for_thread_db): Return early if we have
5856 no libthread_db support.
5857
6a089cf2
DJ
58582007-02-05 Daniel Jacobowitz <dan@codesourcery.com>
5859
5860 * mi/mi-parse.h: Include <sys/time.h>.
5861
9fbcbb40
NR
58622007-02-05 Nick Roberts <nickrob@snap.net.nz>
5863
5864 * mi/mi-cmd-stack.c (list_args_or_locals): Use common_val_print
5865 instead of print_variable_value to print values.
5866
b3d2152a
NR
58672007-02-03 Nick Roberts <nickrob@snap.net.nz>
5868
5869 * mi/mi-main.c: Numerous formatting changes.
5870 (mi_cmd_data_write_register_values): Replace clause inadvertantly
5871 removed in my previous change.
5872
79f0a97a
NR
58732007-02-03 Eli Zaretskii <eliz@gnu.org>
5874
5875 * mi/mi-main.c (mi_load_progress, timestamp, print_diff_now):
5876 Use 1000000L instead of 1000000.
5877
95a98c01 58782007-02-03 Nick Roberts <nickrob@snap.net.nz>
cd375699
NR
5879
5880 Based on work by Apple Computer, Inc.
5881
5882 * configure.ac: Test for sys/resource.h and getrusage.
5883 * configure, config.in: Regenerate.
5884
5885 * mi/mi-main.c: Include <sys/resource.h> if present.
5886 (rusage): Declare if HAVE_GETRUSAGE.
5887 (current_command_ts, do_timings): New static variables.
5888 (timestamp, print_diff_now, print_diff, timeval_diff):
5889 New static timing functions.
5890 (mi_cmd_enable_timings): New function for new MI command.
5891 (captured_mi_execute_command, mi_execute_async_cli_command):
5892 Call timing functions.
5893
5894 * mi/mi-cmds.c (mi_cmds): Add entry for new MI command
5895 -enable-timings.
5896
5897 * mi/mi-cmds.h (mi_cmd_enable_timings): New extern.
5898
5899 * mi/mi-parse.h: (mi_timestamp): New structure.
5900 (mi_parse): Add mi_timestamp* member.
5901
99b3d574
DP
59022007-02-02 Denis Pilat <denis.pilat@st.com>
5903
5904 * thread.c (make_cleanup_restore_current_thread): New function.
5905 (info_threads_command): Use of make_cleanup_restore_current_thread
5906 to restore the current thread and the selected frame.
5907 (restore_selected_frame): New function.
5908 (struct current_thread_cleanup): Add frame_id field.
5909 (do_restore_current_thread_cleanup): Add restoring of the selected
5910 frame.
5911 (make_cleanup_restore_current_thread): Likewise.
5912 (thread_apply_all_command): backup the selected frame while
5913 entering the function and restore it at exit.
5914 (thread_apply_command): Likewise.
5915
d3c598de
DP
59162007-02-02 Denis Pilat <denis.pilat@st.com>
5917
5918 * MAINTAINERS (Write After Approval): Add myself to the list.
5919
b69733ab 59202007-02-01 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3e41d55f
KI
5921
5922 * gdb/remote-m32r.sdi.c (m32r_fetch_register): Change PWD mask.
5923 (m32r_store_register): Ditto.
5924
b69733ab 59252007-01-30 Vladimir Prus <vladimir@codesourcery.com>
ef7723eb
VP
5926
5927 * ser-mingw.c (pipe_windows_open)
5928 (pipe_windows_read, pipe_windows_write): Declare
5929 variables at the top of the function.
5930
8da61cc4
DJ
59312007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5932
5933 * doublest.c (floatformat_from_length): Use the right element from
5934 gdbarch floatformats.
5935 (floatformat_from_type, extract_typed_floating)
5936 (store_typed_floating): Likewise.
5937 * doublest.h: Remove declarations for undefined floatformat arrays.
5938 * gdbarch.sh (float_format, double_format, long_double_format): Change
5939 to pairs.
5940 (pformat): Update for pairs.
5941 * gdbarch.c, gdbarch.h: Regenerated.
5942 * gdbtypes.c (floatformats_ieee_single, floatformats_ieee_double)
5943 (floatformats_ieee_double_littlebyte_bigword)
5944 (floatformats_i387_ext, floatformats_m68881_ext, floatformats_arm_ext)
5945 (floatformats_ia64_spill, floatformats_ia64_quad, floatformats_vax_f)
5946 (floatformats_vax_d): New variables.
5947 (builtin_type_ieee_single, builtin_type_ieee_double)
5948 (builtin_type_arm_ext, builtin_type_ia64_spill)
5949 (builtin_type_ia64_quad): Replace arrays with individual types.
5950 (builtin_type_ieee_single_big, builtin_type_ieee_single_little)
5951 (builtin_type_ieee_double_big, builtin_type_ieee_double_little)
5952 (builtin_type_ieee_double_littlebyte_bigword, builtin_type_i960_ext)
5953 (builtin_type_m88110_ext, builtin_type_m88110_harris_ext)
5954 (builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword)
5955 (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
5956 (builtin_type_ia64_quad_big, builtin_type_ia64_quad_little): Delete
5957 unused and endian-specific types.
5958 (recursive_dump_type): Update for floatformat pairs.
5959 (build_flt): Move higher. Handle bit == -1. Take a floatformat pair.
5960 (build_gdbtypes): Use build_flt.
5961 (_initialize_gdbtypes): Update set of initialized types.
5962 * gdbtypes.h: Update declarations to match gdbtypes.c.
5963 (struct main_type): Store a pointer to two floatformats.
5964 * arch-utils.c (default_float_format, default_double_format): Delete.
5965 * arch-utils.h (default_float_format, default_double_format): Delete.
5966
5967 * arm-tdep.c, avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
5968 ia64-tdep.c, iq2000-tdep.c, m68k-tdep.c, m88k-tdep.c,
5969 mips-linux-tdep.c, mips-tdep.c, mt-tdep.c, ppcobsd-tdep.c,
5970 sparc-linux-tdep.c, sparc-tdep.c, sparcnbsd-tdep.c, spu-tdep.c,
5971 vax-tdep.c, alpha-tdep.c, ppc-sysv-tdep.c: Update.
5972
87680a14
JB
59732007-01-29 Joel Brobecker <brobecker@adacore.com>
5974
5975 * target.c (maintenance_print_target_stack): New function.
5976 (initialize_targets): Add new "maintenance print target-stack"
5977 command.
5978
1c3d648d
MK
59792007-01-28 Mark Kettenis <kettenis@gnu.org>
5980
5981 * dwarf2read.c (new_symbol): Handle DW_AT_decl_file being zero.
5982
607269ae
DJ
59832007-01-27 Daniel Jacobowitz <dan@codesourcery.com>
5984
5985 * dwarf2loc.h (struct dwarf2_locexpr_baton): Change size to a long.
5986 (struct dwarf2_loclist_baton): Likewise.
5987
40c03ae8
EZ
59882007-01-27 Eli Zaretskii <eliz@gnu.org>
5989
5990 * cli/cli-script.c: Include breakpoint.h.
5991 (build_command_line): Require arguments only for if and while
5992 commands.
5993 (get_command_line, execute_user_command, execute_control_command):
5994 Fix wording of warning messages.
5995 (print_command_lines): Print breakpoint commands.
5996 (execute_control_command): Call commands_from_control_command to
5997 handle the `commands' command inside a body of a flow-control
5998 command.
5999 (read_next_line): Recognize the `commands' command and build a
6000 command line structure for it.
6001 (recurse_read_control_structure, read_command_lines): Handle
6002 `commands' similarly to `if' and `while'.
6003
6004 * breakpoint.c (get_number_trailer): Document the special meaning
6005 of NULL as the first argument PP.
6006 (commands_from_control_command): New function.
6007
6008 * breakpoint.h (commands_from_control_command): Add prototype.
6009
6010 * defs.h (commands_control): New enumerated value for enum
6011 command_control_type.
6012
4b9eee8c
JB
60132007-01-26 Joel Brobecker <brobecker@adacore.com>
6014
6015 * ada-lang.c (ada_exception_breakpoint_ops): Fix typo in function name.
6016 (ada_exception_sal): Update accordingly.
6017
e1f48ead
JK
60182007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6019
6020 * c-valprint.c (c_val_print): Require strings to be of no-signed CHARs.
6021 * NEWS: Describe CHAR array vs. string identifcation rules.
6022
e150acc7
PB
60232007-01-25 Paul Brook <paul@codesourcery.com>
6024
6025 * arm-tdep.c (arm_get_next_pc): Fix bitfield off-by-one error.
6026
10fb19b6
JB
60272007-01-24 Jim Blandy <jimb@codesourcery.com>
6028
6029 * dwarf2loc.c (dwarf2_evaluate_loc_desc): When the location
6030 expression is empty, bother to return the 'optimized out' value we
6031 construct. (Thanks to Carl Burch.)
6032
85d93f1d
VP
60332007-01-24 Vladimir Prus <vladimir@codesourcery.com>
6034
6035 * varobj.c (c_value_of_root, c_value_of_child)
6036 (cplus_describe_child): Don't call release_value.
6037
fcbd8a5c
TS
60382007-01-24 Thiemo Seufer <ths@mips.com>
6039
6040 * mips-linux-tdep.c (mips_linux_n64_rt_sigframe): Fix struct
6041 initialization.
6042
2024f65a
VP
60432007-01-24 Vladimir Prus <vladimir@codesourcery.com>
6044
6045 Refactor getting children name, value and type access
6046 for varobjs in C++.
6047 * varobj.c (get_type_deref): Remove.
6048 (adjust_value_for_child_access): New.
6049 (c_number_of_children): Use the above.
6050 (c_describe_child): Likewise.
6051 (enum accessibility): New.
6052 (match_accessibility): New function.
6053 (cplus_describe_child): New function.
6054 (cplus_name_of_child, cplus_value_of_child)
6055 (cplus_type_of_child): Reimplement in terms
6056 of cplus_describe_child.
6057 (cplus_number_of_children): Use
6058 adjust_value_for_child_access.
6059
6e2a9270
VP
60602007-01-24 Vladimir Prus <vladimir@codesourcery.com>
6061
6062 Fix computation of the 'editable' attribute and
6063 value changeability for for references.
6064 * varobj.c (get_value_type): New function.
6065 (c_variable_editable): Use get_value_type.
6066 (varobj_value_is_changeable): Likewise.
6067
56163ce1
JB
60682007-01-24 Joel Brobecker <brobecker@adacore.com>
6069
6070 * source.c (find_and_open_source): Try rewriting the source
6071 path inside filename if dirname is NULL.
6072
8c6860bb
JB
60732007-01-24 Joel Brobecker <brobecker@adacore.com>
6074
6075 * dwarf2read.c (add_partial_symbol): Create an extra partial
6076 symbol in the VAR_DOMAIN for Ada structures, unions or enums.
6077 (new_symbol): Likewise for symbols.
6078
6db6d2ca
NR
60792007-01-24 Nick Roberts <nickrob@snap.net.nz>
6080
6081 * mi/mi-main.c (mi_cmd_execute): Call free_all_values.
6082
7d85ee02
VP
60832007-01-23 Vladimir Prus <vladimir@codesourcery.com>
6084
6085 * value.c (value_primitive_field): Copy the full 'location'
6086 contents, instead of assuming that copying ADDRESS will
6087 bring over everything in the union. Remove obsolete comment.
6088
f79b9530
DJ
60892007-01-23 Masaki Muranaka <monaka@monami-software.com>
6090
6091 * m32c-tdep.c (make_regs, m32c_analyze_prologue)
6092 (m32c_skip_trampoline_code, m32c_m16c_address_to_pointer)
6093 (m32c_m16c_pointer_to_address): Separate code from declarations.
6094
08d8bcd7
DJ
60952007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
6096
6097 * target.c (update_current_target): Correct typo.
6098
57fdbbbe
CV
60992007-01-22 Masaki Muranaka <monaka@monami-software.com>
6100
6101 * xstormy16-tdep.c (xstormy16_skip_prologue): Separate code from a
6102 declaration.
6103
58894217
JK
61042007-01-11 Andrew Cagney <cagney@redhat.com>
6105 Daniel Jacobowitz <dan@codesourcery.com>
6106 Jan Kratochvil <jan.kratochvil@redhat.com>
6107
6108 * dwarf2-frame.c (execute_cfa_program): New support of
6109 `DW_CFA_GNU_negative_offset_extended'.
6110
9ebce043
DJ
61112007-01-21 Daniel Jacobowitz <dan@codesourcery.com>
6112
6113 * NEWS: Mention flash support for "load" and new remote packets.
6114
973d738b
DJ
61152007-01-21 Markus Deuling <deuling@de.ibm.com>
6116
6117 * breakpoint.c (delete_command): Skip redundant loop iterations.
6118
7b9ee6a8
DJ
61192007-01-21 Daniel Jacobowitz <dan@codesourcery.com>
6120
6121 * gdbarch.sh (register_type): Update comment.
6122 * gdbarch.h: Regenerated.
6123 * arch-utils.c (generic_register_size): Call register_type.
6124 * ia64-tdep.c (ia64_extract_return_value): Likewise.
6125 * m32c-tdep.c (check_for_saved): Likewise.
6126 * mips-tdep.c (mips_print_register, print_gp_register_row)
6127 (mips_print_registers_info): Likewise.
6128 * sh-tdep.c (sh_pseudo_register_read, sh_pseudo_register_write):
6129 Likewise.
6130 * sh64-tdep.c (sh64_pseudo_register_read, sh64_pseudo_register_write)
6131 (sh64_do_register, sh64_print_register)
6132 (sh64_media_print_registers_info): Likewise.
6133 * tui/tui-regs.c (tui_register_format): Likewise.
6134
11309657
DJ
61352007-01-21 Daniel Jacobowitz <dan@codesourcery.com>
6136
6137 * objfiles.h (ALL_PRIMARY_SYMTABS): Define.
6138
6139 * ada-lang.c (symtab_for_sym, ada_lookup_symbol_list)
6140 (ada_lookup_symbol): Use ALL_PRIMARY_SYMTABS.
6141 * cp-support.c (make_symbol_overload_list_qualified): Likewise.
6142 * symtab.c (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
6143 (basic_lookup_transparent_type, find_pc_sect_symtab, search_symbols)
6144 (make_symbol_completion_list): Likewise.
6145
cb1df416
DJ
61462007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6147 Daniel Jacobowitz <dan@codesourcery.com>
6148
6149 * buildsym.c (end_symtab): Use preallocated symtab if available.
6150 Fill in SYMBOL_SYMTAB.
6151 * buildsym.h (struct subfile): Add symtab member.
6152 * dwarf2read.c (struct dwarf2_cu): Add line_header.
6153 (struct file_entry): Add symtab.
6154 (free_cu_line_header): New function.
6155 (read_file_scope): Use it. Save line_header in the cu. Process
6156 lines before DIEs.
6157 (add_file_name): Initialize new symtab member.
6158 (dwarf_decode_lines): Create symtabs for included files.
6159 (new_symbol): Set SYMBOL_SYMTAB.
6160 * symtab.c (lookup_symbol): Use SYMBOL_SYMTAB.
6161 (search_symbols): Likewise.
6162 * symtab.h (struct symbol): Add symtab member.
6163 (SYMBOL_SYMTAB): Define.
6164
727da900
DJ
61652007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
6166
6167 * symfile.c (allocate_symtab): Remove INIT_EXTRA_SYMTAB_INFO.
6168
7b6b9e83
DJ
61692007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
6170
6171 * arch-utils.c (show_endian): Correct reversed condition.
6172
e767400c
JK
61732007-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6174
6175 * MAINTAINERS (Write After Approval): Add myself.
6176
b20d8971
VP
61772007-01-16 Daniel Jacobowitz <dan@codesourcery.com>
6178 Vladimir Prus <vladimir@codesourcery.com>
6179
6180 Fix 'selected frame' varobjs.
6181 * varobj.c (struct varobj): Remove the error field.
6182 (varobj_set_value): Don't check var->error.
6183 (install_new_value): Don't set var->error.
6184 (varobj_update): Always pass the new value
6185 of the root via install_new_value.
6186 (create_child): Don't set error field.
6187 (new_variable): Likewise.
6188 (c_value_of_root): Always reevaluate the value
6189 of selected frame varobjs in the selected frame.
6190 Don't call reinit_frame_cache.
6191
7ef2b397
JB
61922007-01-15 Joel Brobecker <brobecker@adacore.com>
6193
6194 * source.c (_initialize_source): Improve the help text of
6195 the substitute-path commands.
6196
1208538e
MK
61972007-01-14 Mark Kettenis <kettenis@gnu.org>
6198
6199 * frv-tdep.c (frv_gdbarch_init, frv_register_name)
6200 (frv_breakpoint_from_pc, frv_gdbarch_adjust_breakpoint_address)
6201 (frv_skip_prologue): Remove prototypes.
6202 (frv_adjust_breakpoint_address): Renamed from
6203 frv_gdbarch_adjust_breakpoint_address.
6204 (frv_gdbarch_init): Adjust.
6205
765f065a
MK
62062007-01-13 Mark Kettenis <kettenis@gnu.org>
6207
5e66aab2
MK
6208 * gdbarch.sh (deprecated_extract_return_value)
6209 (deprecated_store_return_value): Remove.
6210 (extract_return_value, store_return_value): Remove default values.
6211 * gdbarch.c, gdbarch.h: Regenerate.
6212 * arch-utils.c, arch-utils.h (legacy_extract_return_value)
6213 (legacy_store_return_value): Remove.
6214 * regcache.c, regcache.h (deprecated_grub_regcache_for_registers):
6215 Remove.
6216
56178203
MK
6217 * mi/mi-main.c: Remove obsolete comment.
6218
23303b2e
MK
6219 * regcache.c, regcache.h (deprecated_register_bytes)
6220 (deprecated_read_register_bytes)
6221 (deprecated_write_register_bytes): Remove.
6222
765f065a
MK
6223 * frame.c (get_frame_register_bytes, put_frame_register_bytes):
6224 Don't forget to move destination pointer.
6225
610acfff
MK
62262007-01-01 Mark Kettenis <kettenis@gnu.org>
6227
6228 * config/i386/nm-i386gnu.h (CHILD_PREPARE_TO_STORE): Remove.
6229
12102450
UW
62302007-01-11 Ulrich Weigand <uweigand@de.ibm.com>
6231
6232 * spu-tdep.c (spu_analyze_prologue): Fix erroneous backtrace
6233 past entry function with recent newlib.
6234
c8b2f53c
VP
62352007-01-11 Vladimir Prus <vladimir@codesourcery.com>
6236
6237 * gdb.texinfo (GDB/MI Variable Objects): Improve the
6238 introduction. Specify -var-update more exactly.
6239
d57df5e4
DJ
62402007-01-11 Daniel Jacobowitz <dan@codesourcery.com>
6241
6242 * frame.c (get_prev_frame_1): Check PC_REGNUM before using it.
6243
03f597d5
JB
62442007-01-10 Jim Blandy <jimb@codesourcery.com>
6245
6246 * MAINTAINERS (Global Maintainers): Ulrich Weigand has accepted
6247 the Global Maintainers' invitation to be a global maintainer.
6248
fd48f117
DJ
62492007-01-10 Daniel Jacobowitz <dan@codesourcery.com>
6250
6251 * infrun.c (singlestep_pc): New variable.
6252 (resume): Set singlestep_pc.
6253 (context_switch): Add a debugging message. Flush the frame cache.
6254 (handle_inferior_event): Add debugging messages. Handle thread
6255 hops when a software single step has completed. Let context_switch
6256 handle flushing the frame cache.
6257
23181151
DJ
62582007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6259
6260 * NEWS: Mention target descriptions, "set tdesc filename",
6261 "unset tdesc filename", "show tdesc filename", and
6262 qXfer:features:read.
6263 * arch-utils.c (choose_architecture_for_target): New function.
6264 (gdbarch_info_fill): Call it.
6265 * target-descriptions.c (struct property): Make members non-const.
6266 (struct target_desc): Add arch member.
6267 (target_description_filename): New variable.
6268 (target_find_description): Try via XML first.
6269 (tdesc_architecture): New.
6270 (free_target_description, make_cleanup_free_target_description): New.
6271 (set_tdesc_property): Call xstrdup.
6272 (set_tdesc_architecture, tdesc_set_cmdlist, tdesc_show_cmdlist)
6273 (tdesc_unset_cmdlist, unset_tdesc_cmd, unset_tdesc_filename_cmd)
6274 (set_tdesc_cmd, show_tdesc_cmd, set_tdesc_filename_cmd)
6275 (show_tdesc_filename_cmd, _initialize_target_descriptions): New.
6276 * target-descriptions.h (tdesc_architecture)
6277 (make_cleanup_free_target_description, set_tdesc_architecture): New
6278 prototypes.
6279 * Makefile.in (SFILES): Add xml-tdesc.c.
6280 (COMMON_OBS): Add xml-tdesc.o.
6281 (target-descriptions.o): Update.
6282 (xml-tdesc.o): New rule.
6283 * xml-tdesc.c, xml-tdesc.h: New files.
6284 * remote.c (PACKET_qXfer_features): New enum.
6285 (remote_protocol_features): Add qXfer:features:read.
6286 (remote_xfer_partial): Handle TARGET_OBJECT_AVAILABLE_FEATURES.
6287 (_initialize_remote): Register qXfer:features:read.
6288 * target.h (enum target_object): Add TARGET_OBJECT_AVAILABLE_FEATURES.
6289 * features/gdb-target.dtd: New file.
6290
3e9cb5f4
DJ
62912007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6292
6293 * copyright.sh: Clarify error.
6294
818f79f6
DJ
62952007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6296
6297 * symtab.c (matching_bfd_sections): Fix VMA matching for
6298 prelinked objects.
6299
f7a6bb70
DJ
63002007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6301
6302 * minsyms.c (lookup_minimal_symbol_by_pc_section): Handle
6303 nested symbols.
6304
20ac0504
DJ
63052007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6306
6307 Updated copyright notices for most files.
6308
85bb0718
DJ
63092007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6310
6311 * copyright.sh (prunes): Add step-line.inp and step-line.c.
6312
aa28a74e
DJ
63132007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6314
6315 * configure.ac (DEBUGDIR_RELOCATABLE): Define for debugdir inside
6316 exec_prefix.
6317 (TARGET_SYSTEM_ROOT_RELOCATABLE): Allow for exec_prefix being
6318 '${prefix}'.
6319 * configure, config.in: Regenerate.
6320 * defs.h (debug_file_directory): Declare.
6321 * main.c (captured_main): Canonicalize gdb_sysroot. Assume
6322 TARGET_SYSTEM_ROOT is defined. Initialize debug_file_directory and
6323 relocate it if DEBUGDIR_RELOCATABLE.
6324 * symfile.c (debug_file_directory): Make non-static.
6325 (find_separate_debug_file): Look for debug info for SYSROOT/PATH
6326 in DEBUGDIR/PATH if DEBUGDIR is inside SYSROOT.
6327 (_initialize_symfile): Don't initialize debug_file_directory here.
6328
1cfd2c3e
JB
63292007-01-09 Jim Blandy <jimb@codesourcery.com>
6330
6331 * score-tdep.c (score_push_dummy_call): Don't mix declarations and
6332 statements.
6333
5efde112
DJ
63342007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6335
6336 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Use
6337 frame_unwind_register to recurse.
6338 * alpha-tdep.c (alpha_sigtramp_frame_prev_register): Likewise.
6339 (alpha_heuristic_frame_prev_register): Likewise.
6340 * h8300-tdep.c (h8300_frame_prev_register): Likewise.
6341 * m32c-tdep.c (m32c_prev_register): Likewise.
6342 * frame.c (frame_register_unwind_location): Remove FIXME.
6343
4de1f557
DJ
63442007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6345 Eli Zaretskii <eliz@gnu.org>
6346
6347 * copyright.sh: New file.
6348
ca4ca11e
DJ
63492007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6350
6351 * configure.ac: Check for XML_StopParser.
6352 * xml-support.c (gdb_xml_body_text): Check for an error.
6353 (gdb_xml_start_element_wrapper): Conditionalize call to XML_StopParser.
6354 (gdb_xml_end_element_wrapper): Likewise.
6355 * config.in, configure: Regenerated.
6356
57e66780
DJ
63572007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6358
6359 * varobj.c (install_new_value): Always update print_value.
6360 (value_get_print_value): Immediately return NULL for missing
6361 values.
6362
b523a1fd
JB
63632007-01-08 Jim Blandy <jimb@codesourcery.com>
6364
6365 * configure.ac: Tighten pattern for extracting value of
6366 DEPRECATED_TM_FILE from the target makefile fragment.
6367 * configure: Regenerated.
6368
3d799a95
DJ
63692007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6370
6371 * linux-nat.c (struct simple_pid_list): Add status.
6372 (add_to_pid_list): Record the PID's status.
6373 (linux_record_stopped_pid): Likewise. Make static.
6374 (pull_pid_from_list): Return the saved status.
6375 (linux_nat_handle_extended): Deleted.
6376 (linux_handle_extended_wait): Combine with linux_nat_handle_extended.
6377 Make static. Handle non-SIGSTOP for a new thread's first signal.
6378 (flush_callback): Handle unexpected pending signals.
6379 (linux_nat_wait): Update calls to changed functions.
6380 * linux-nat.h (linux_record_stopped_pid, linux_handle_extended_wait):
6381 Remove prototypes for newly static functions.
6382
9acbedc0
UW
63832007-01-08 Ulrich Weigand <uweigand@de.ibm.com>
6384
6385 * gdbarch.sh (value_from_register): New gdbarch function.
6386 * gdbarch.c, gdbarch.h: Regenerate.
6387 * findvar.c (default_value_from_register): New function.
6388 (value_from_register): Use gdbarch_value_from_register.
6389 * value.h (default_value_from_register): Declare.
6390 * spu-tdep.c (spu_convert_register_p, spu_register_to_value,
6391 spu_value_to_register): Remove.
6392 (spu_value_from_register): New function.
6393 (spu_gdbarch_init): Do not call set_gdbarch_convert_register_p,
6394 set_gdbarch_register_to_value, set_gdbarch_value_to_register.
6395 Call set_gdbarch_value_from_register.
6396 * s390-tdep.c (s390_convert_register_p, s390_register_to_value,
6397 s390_value_to_register): Remove.
6398 (s390_value_from_register): New function.
6399 (s390_gdbarch_init): Do not call set_gdbarch_convert_register_p,
6400 set_gdbarch_register_to_value, set_gdbarch_value_to_register.
6401 Call set_gdbarch_value_from_register.
6402
f822c95b
DJ
64032007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6404
6405 * NEWS: Add "set sysroot" and "show sysroot".
6406 * solib.c (solib_absolute_prefix): Delete. Replace
6407 all uses with gdb_sysroot.
6408 (_initialize_solib): Add "set sysroot" and "show sysroot".
6409 Make "solib-absolute-prefix" an alias to it.
6410
00fa51f6
UW
64112007-01-08 Ulrich Weigand <uweigand@de.ibm.com>
6412
6413 * frame.c (get_frame_register_bytes): New function.
6414 (put_frame_register_bytes): Likewise.
6415 * frame.h (get_frame_register_bytes): Declare.
6416 (put_frame_register_bytes): Likewise.
6417 * findvar.c (value_from_register): Always construct lval_register
6418 values. Use get_frame_register_bytes.
6419 * valops.c (value_assign): Use get_frame_register_bytes and
6420 put_frame_register_bytes.
6421
a95c9d06
JB
64222007-01-08 Jim Blandy <jimb@codesourcery.com>
6423
6424 * MAINTAINERS: Update Stan Shebs' email address.
6425
4ed6b5be
JB
64262007-01-07 Joel Brobecker <brobecker@adacore.com>
6427
6428 * ada-lang.c (is_known_support_routine): Improve the implementation.
6429
9bbc9174
JB
64302007-01-06 Joel Brobecker <brobecker@adacore.com>
6431
6432 * ada-lang.c: Add include of source.h.
6433 (is_known_support_routine): Improve the check verifying that the file
6434 associated to this frame exists.
6435 * Makefile.in (ada-lang.o): Add dependency on source.h.
6436
44a81774
JB
64372007-01-07 Jim Blandy <jimb@codesourcery.com>
6438
6439 * ax-general.c (ax_const_l): Select proper opcode for the given
6440 value.
6441
fcd19eb1 64422007-01-05 Vladimir Prus <vladimir@codesourcery.com>
6fe1a487
NR
6443
6444 * varobj.c (c_value_of_root): Don't select frame if variable
6445 object is out of scope.
6446
fcd19eb1 64472007-01-05 Nick Roberts <nickrob@snap.net.nz>
3fa6deb5
NR
6448
6449 * varobj.c (struct varobj): New member print_value.
6450 (install_new_value): Compare last printed value with current one
6451 instead of contents.
6452 (new_variable): Initialize var->print_value to NULL.
6453 (free_variable): Free var->print_value.
6454 (value_get_print_value): New function derived from
6455 c_value_of_variable.
6456 (c_value_of_variable): Use value_get_print_value.
6457
92a56b20
JB
64582007-01-05 Joel Brobecker <brobecker@adacore.com>
6459
6460 * i386-tdep.c (i386_analyze_stack_align): Add comment.
6461
0e420bd8
JB
64622007-01-05 Joel Brobecker <brobecker@adacore.com>
6463
6464 * NEWS: Add entries for new catch commands.
6465
b69733ab 64662007-01-05 Joel Brobecker <brobecker@adacore.com>
fa4028e9
JB
6467
6468 * dwarf2read.c (partial_die_info): Add field has_byte_size.
6469 (add_partial_symbol): Correct identification of external references.
6470 (process_structure_scope): Likewise.
6471 (read_partial_die): Handle DW_AT_byte_size attribute.
6472
64732007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
d097fa3e
DJ
6474
6475 * xml-support.c (gdb_xml_end_element): Remove wrong backslashes.
6476
8e38af42
NR
64772007-01-05 Nick Roberts <nickrob@snap.net.nz>
6478
6479 * varobj.c (get_type_deref): Fix variable objects for references to
6480 pointers.
6481
d1c79ecd
DJ
64822007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6483
6484 * symtab.c (find_pc_sect_psymtab): Add comments. Handle psymtabs
6485 with no symbols.
6486
e776119f
DJ
64872007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6488
6489 * memory-map.c (struct_memory_map_parsing_data): Remove most
6490 members. Make property_name an array.
6491 (free_memory_map_parsing_data, memory_map_start_element)
6492 (memory_map_end_element, memory_map_character_data): Delete.
6493 (memory_map_start_memory, memory_map_end_memory)
6494 (memory_map_start_property, memory_map_end_property): New functions.
6495 (property_attributes, memory_children, memory_type_enum)
6496 (memory_attributes, memory_map_children, memory_map_elements): New.
6497 (parse_memory_map): Rewrite.
6498 * xml-support.c (debug_xml): New.
6499 (xml_get_required_attribute, xml_get_integer_attribute)
6500 (xml_get_enum_value, free_xml_parser, make_cleanup_free_xml_parser):
6501 Delete.
6502 (struct scope_level, struct gdb_xml_parser, gdb_xml_body_text)
6503 (gdb_xml_debug, gdb_xml_error, gdb_xml_values_cleanup)
6504 (gdb_xml_start_element, gdb_xml_start_element_wrapper)
6505 (gdb_xml_end_element, gdb_xml_end_element_wrapper, gdb_xml_cleanup)
6506 (gdb_xml_create_parser_and_cleanup, gdb_xml_parse)
6507 (gdb_xml_parse_ulongest, gdb_xml_parse_attr_ulongest)
6508 (gdb_xml_parse_attr_enum, show_debug_xml, _initialize_xml_support):
6509 New.
6510 * xml-support.h (struct gdb_xml_value, gdb_xml_attribute_handler)
6511 (enum gdb_xml_attribute_flag, struct gdb_xml_attribute)
6512 (enum gdb_xml_element_flag, struct gdb_xml_element)
6513 (gdb_xml_element_start_handler, gdb_xml_element_end_handler)
6514 (struct gdb_xml_enum): New.
6515 (gdb_xml_create_parser_and_cleanup, gdb_xml_parse, gdb_xml_debug)
6516 (gdb_xml_error, gdb_xml_parse_attr_ulongest)
6517 (gdb_xml_parse_attr_enum, gdb_xml_parse_ulongest): New prototypes.
6518 (xml_get_required_attribute, xml_get_integer_attribute)
6519 (xml_get_enum_value, make_cleanup_free_xml_parser): Delete prototypes.
6520 * Makefile.in (xml_support_h, xml-support.o): Update.
6521
5e572bb4
DJ
65222007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6523
6524 * Makefile.in (eval.o): Update dependencies.
6525 * eval.c: Include "ui-out.h" and "exceptions.h".
6526 (evaluate_subexp_standard): Use TRY_CATCH around value_of_variable.
6527 Use value_zero if an error occurs when avoiding side effects.
6528 * varobj.c (c_value_of_root): Initialize new_val.
6529
74a44383
DJ
65302007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6531
6532 * varobj.c (varobj_list_children): Stop if the number of children is
6533 unknown.
6534 (c_number_of_children):
6535
e8d2d628
MK
65362007-01-04 Mark Kettenis <kettenis@gnu.org>
6537
6538 * alpha-tdep.c (alpha_register_name): Use ARRAY_SIZE.
6539 (alpha_read_insn, alpha_skip_prologue, alpha_heuristic_proc_start)
6540 (alpha_heuristic_frame_unwind_cache, alpha_next_pc)
6541 (alpha_gdbarch_init): Use ALPHA_INSN_SIZE, ALPHA_REGISTER_SIZE and
6542 sizeof, instead of hardcoded constants.
6543
c941839d
DJ
65442007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6545
6546 * CONTRIBUTE: Use sourceware.org.
6547
303b6f5d 65482007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
2d0720d9 6549
303b6f5d
DJ
6550 * buildsym.c (start_subfile): Handle producer.
6551 (record_producer): New function.
6552 * buildsym.h (struct subfile): Include producer.
6553 (record_producer): New prototype.
6554 * dwarf2-frame.c (struct dwarf2_cie): Add version and augmentation.
6555 (struct dwarf2_frame_state): Add armcc_cfa_offsets_sf and
6556 armcc_cfa_offsets_reversed.
6557 (execute_cfa_program): Handle armcc_cfa_offsets_sf.
6558 (dwarf2_frame_find_quirks): New function.
6559 (dwarf2_frame_cache): Call it. Handle armcc_cfa_offsets_reversed.
6560 (decode_frame_entry_1): Record the CIE version. Record the
6561 augmentation. Skip armcc augmentations.
6562 * dwarf2read.c (read_file_scope): Save the producer.
6563 * symtab.h (struct symtab): Rename unused version member to
6564 producer.
2d0720d9 6565
aa79a185
DJ
65662007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6567
6568 * configure.ac (build_warnings): Use -Wall and
6569 -Wdeclaration-after-statement.
6570 * configure: Regenerated.
6571
bbec2603
VP
65722007-01-04 Vladimir Prus <vladimir@codesourcery.com>
6573
6574 Simplify access to variours properties of child
6575 variable objects in C.
6576 * varobj.c (value_struct_element_index): New function.
6577 (c_describe_child): New function.
6578 (c_name_of_child, c_value_of_child)
6579 (c_type_of_child): Rewrite to use c_describe_child.
6580
28335dcc
VP
65812007-01-04 Vladimir Prus <vladimir@codesourcery.com>
6582
6583 gdb/
6584 * varobj.c: Include "vec.h".
6585 (varobj_p): New typedef, declare vector of those.
6586 (struct varobj): Use vector for the 'children' member.
6587 (child_exists): Remove.
6588 (save_child_in_parent): Remove.
6589 (remove_child_from_parent): Remove.
6590 (struct varobj_child): Remove.
6591 (struct vstack): Remove.
6592 (vpush, vpop): Remove.
6593 (varobj_list_children): Adjust to work work vector.
6594 (varobj_update): Likewise. Use vectors for
6595 working stack and result.
6596 (delete_variable_1): Likewise.
6597 * Makefile.in (varobj.o): Update dependencies.
6598
b2c2bd75
VP
65992007-01-04 Vladimir Prus <vladimir@codesourcery.com>
6600
6601 Port from Apple's version.
6602 gdb/
6603 * varobj.c (type_changeable): Rename to...
6604 (varobj_value_is_changeable_p): ...this. Adjust all callers.
6605 (is_root_p): New function. Use it everywhere.
6606
bdfb3870
JB
66072007-01-04 Jim Blandy <jimb@codesourcery.com>
6608
6609 * glibc-tdep.c (glibc_skip_solib_resolver): Look for '_dl_fixup',
6610 then plain 'fixup'.
6611
5d15052e
JB
66122007-01-04 Joel Brobecker <brobecker@adacore.com>
6613
6614 * hpread.c (hpread_start_psymtab): Remove unnecessary extern.
6615
53103997
JB
66162007-01-04 Joel Brobecker <brobecker@adacore.com>
6617
6618 * hpread.c (hpread_type_lookup): Fix compilation failure.
6619
27fd2f50
Q
66202007-01-04 Qinwei <qinwei@sunnorth.com.cn>
6621
6622 * NEWS: New port to S+core.
6623 * MAINTAINERS (Write After Approval, Responsible Maintainers):
6624 Add myself.
6625
6626 * Makefile.in: Add dependencies for S+core files.
6627 * configure.tgt (score*, score-*-*): Add S+core target.
6628 * config/score/embed.mt: New file.
6629 * score-tdep.c: New file.
6630 * score-tdep.h: New file.
6631
a6cfbe68
JB
66322007-01-04 Joel Brobecker <brobecker@adacore.com>
6633
6634 * ada-lang.c (ada_evaluate_subexp) [OP_TYPE]: Return a value with
6635 the appropriate type rather than a bogus void type.
6636
67cf15b7 66372007-01-04 Joel Brobecker <brobecker@adacore.com>
f7f9143b
JB
6638
6639 * ada-lang.h (ada_find_printable_frame): Remove.
6640 (ada_exception_catchpoint_p, ada_decode_exception_location)
6641 (ada_decode_assert_location): Add declaration.
6642 * ada-lang.c: Add include of annotate.h and valprint.h.
6643 (exception_catchpoint_kind): New enum.
6644 (function_name_from_pc, is_known_support_routine)
6645 (ada_find_printable_frame, ada_unhandled_exception_name_addr)
6646 (ada_exception_name_addr_1, ada_exception_name_addr)
6647 (print_it_exception, print_one_exception, print_mention_exception)
6648 (print_it_catch_exception, print_one_catch_exception)
6649 (print_mention_catch_exception, catch_exception_breakpoint_ops)
6650 (print_it_catch_exception_unhandled)
6651 (print_one_catch_exception_unhandled)
6652 (print_mention_catch_exception_unhandled, print_it_catch_assert)
6653 (print_one_catch_assert, print_mention_catch_assert)
6654 (ada_exception_catchpoint_p, error_breakpoint_runtime_sym_not_found)
6655 (ada_get_next_arg, catch_ada_exception_command_split)
6656 (ada_exception_sym_name, ada_exception_sym_name)
6657 (ada_exception_breakption_ops, ada_exception_catchpoint_cond_string)
6658 (ada_parse_catchpoint_condition, ada_exception_sal)
6659 (ada_decode_exception_location)
6660 (ada_decode_assert_location): New function.
6661 (catch_exception_unhandled_breakpoint_ops): New global variable.
6662 (catch_assert_breakpoint_ops): New global variable.
6663 * breakpoint.c: Add include of ada-lang.h.
6664 (print_one_breakpoint): Do not print the condition for Ada
6665 exception catchpoints.
6666 (create_ada_exception_breakpoint): New function.
6667 (catch_ada_exception_command, catch_assert_command): New function.
6668 (catch_command_1): Add support for the new "catch exception" and
6669 "catch assert" commands.
6670 (_initialize_breakpoint): Add help description for the new catch
6671 commands.
6672 * Makefile.in (ada-lang.o): Add dependency on annotate.h and
6673 valprint.h.
6674 (breakpoint.o): Add dependency on ada-lang.h.
6675
05cfdb42
DJ
66762007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
6677
6678 * coffread.c (cs_to_section): If bfd_section is found, always
6679 return its section index.
6680 (coff_symtab_read): Determine the minimal_symbol_type using the
6681 bfd_section flags.
6682
2e03ee74
DJ
66832007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6684 Daniel Jacobowitz <dan@codesourcery.com>
6685
6686 * Makefile.in (top.o): Update.
6687 * top.c (gdb_readline_wrapper_done, gdb_readline_wrapper_result)
6688 (saved_after_char_processing_hook, gdb_readline_wrapper_line)
6689 (struct gdb_readline_wrapper_cleanup, gdb_readline_wrapper_cleanup):
6690 New.
6691 (gdb_readline_wrapper): Rewrite to use asynchronous readline.
6692
1c63d086
MK
66932007-01-03 Mark Kettenis <kettenis@gnu.org>
6694
6695 * arm-linux-tdep.c (arm_linux_extract_return_value): Remove.
6696 (arm_linux_init_abi): Don't set deprecated_extract_return_value.
6697
d5d6fca5
DJ
66982007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
6699
6700 * ada-lang.c (find_struct_field): Initialize *byte_offset_p.
6701 * breakpoint.c (do_enable_breakpoint): Ignore both mem_cnt and i.
6702 * c-typeprint.c (c_type_print_varspec_suffix): Don't test length
6703 greater than or equal to zero.
6704 * m2-typeprint.c (m2_array): Likewise.
6705 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
6706 * gdbtypes.c (copy_type_recursive): Correct == typo.
6707 * i386-tdep.c (i386_skip_prologue): Remove stray semicolon.
6708 * linux-nat.c (linux_nat_info_proc_cmd): Don't compare a pointer
6709 greater than zero.
6710 * macroscope.c (sal_macro_scope): Don't name a local variable "main".
6711 (default_macro_scope): Remove unused variable.
6712 * prologue-value.h (pv_area_find_reg): Don't name an argument
6713 "register".
6714 * remote-fileio.c (remote_fio_func_map): Add missing braces.
6715 * remote.c (sigint_remote_twice_token, sigint_remote_token): Change
6716 type.
6717 (cleanup_sigint_signal_handler): Remove casts.
6718 * valprint.c (val_print): Use a volatile local for the modified
6719 argument.
6720 * varobj.c (languages): Remove extra array dimension.
6721 (varobj_create): Correct access to languages array.
6722 * mi/mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Add
6723 missing braces.
6724 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
6725 * mi/mi-cmd-env.c (mi_cmd_env_path, mi_cmd_env_dir): Likewise.
6726 * mi/mi-getopt.c (mi_valid_noargs): Likewise.
6727 * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
6728 (mi_cmd_data_write_memory): Likewise.
6729 * signals/signals.c (target_signal_to_string): Cast to int before
6730 comparing.
6731 * tui/tui-layout.c (init_and_make_win): Take and return a void *.
6732 Update all callers.
6733
0d5de010
DJ
67342007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
6735
6736 * NEWS: Mention pointer to member improvements.
6737 * Makefile.in (gnu-v3-abi.o): Delete special rule.
6738 (eval.o, gnu-v3-abi.o, ia64-tdep.o): Update.
6739 * ada-valprint.c (ada_print_scalar): Update for new type codes.
6740 * c-typeprint.c (c_print_type): Update for new type codes.
6741 (c_type_print_varspec_prefix, c_type_print_varspec_suffix)
6742 (c_type_print_base): Likewise.
6743 (c_type_print_args): Rewrite.
6744 * c-valprint.c (c_val_print): Update for new type codes. Remove
6745 support for references to members. Treat methods like functions.
6746 * cp-abi.c (cplus_print_method_ptr, cplus_method_ptr_size)
6747 (cplus_make_method_ptr, cplus_method_ptr_to_value): New.
6748 * cp-abi.h (cplus_print_method_ptr, cplus_method_ptr_size)
6749 (cplus_make_method_ptr, cplus_method_ptr_to_value): New prototypes.
6750 (struct cp_abi_ops): Add corresponding members.
6751 * cp-valprint.c (cp_print_class_method): Delete.
6752 (cp_find_class_member): New function.
6753 (cp_print_class_member): Use it. Simplify support for bogus
6754 member pointers.
6755 * dwarf2read.c (quirk_gcc_member_function_pointer): Use
6756 lookup_methodptr_type.
6757 (read_tag_ptr_to_member_type): Likewise, and lookup_memberptr_type.
6758 * eval.c (evaluate_subexp_standard): Implement EVAL_SKIP for
6759 OP_SCOPE. Update call to value_aggregate_elt. Rewrite member
6760 pointer support.
6761 (evaluate_subexp_for_address): Handle OP_SCOPE explicitly. Handle
6762 references returned by user defined operators.
6763 * f-typeprint.c (f_print_type, f_type_print_varspec_prefix)
6764 (f_type_print_varspec_suffix): Remove support for member pointers.
6765 * gdbtypes.c (lookup_memberptr_type): Renamed from lookup_member_type
6766 and adjusted.
6767 (smash_to_memberptr_type): Likewise, from smash_to_member_type.
6768 (lookup_methodptr_type): New.
6769 (rank_one_type): Adjust for TYPE_CODE_MEMBERPTR.
6770 (recursive_dump_type): Update for new types.
6771 * gdbtypes.h (enum type_code): Replace TYPE_CODE_MEMBER with
6772 TYPE_CODE_MEMBERPTR and TYPE_CODE_METHODPTR.
6773 (lookup_memberptr_type, lookup_methodptr_type)
6774 (smash_to_memberptr_type): New prototypes.
6775 (smash_to_method_type): Formatting fix.
6776 (lookup_member_type, smash_to_member_type): Delete prototypes.
6777 * gnu-v3-abi.c (gnuv3_get_vtable, gnuv3_get_virtual_fn): New.
6778 Do not rely on debug information for the vptr or the method's
6779 enclosing type. Handle function descriptors for IA64.
6780 (gnuv3_virtual_fn_field): Rewrite using the new functions.
6781 (gnuv3_find_method_in, gnuv3_print_method_ptr)
6782 (gnuv3_method_ptr_size, gnuv3_make_method_ptr)
6783 (gnuv3_method_ptr_to_value): New.
6784 (init_gnuv3_ops): Set new members of gnu_v3_abi_ops.
6785 * hpread.c (hpread_type_lookup): Update for new types.
6786 * infcall.c (value_arg_coerce): Likewise.
6787 * m2-typeprint.c (m2_print_type): Remove explicit support
6788 for member pointers.
6789 * m2-valprint.c (m2_val_print): Likewise.
6790 * p-typeprint.c (pascal_type_print_varspec_prefix)
6791 (pascal_type_print_varspec_suffix, pascal_type_print_base): Likewise.
6792 * p-valprint.c (pascal_val_print): Likewise.
6793 (pascal_object_print_class_method, pascal_object_print_class_member):
6794 Delete.
6795 * p-lang.h (pascal_object_print_class_method)
6796 (pascal_object_print_class_member): Delete prototypes.
6797 * stabsread.c (read_type): Update for new types.
6798 * typeprint.c (print_type_scalar): Likewise.
6799 * valops.c (value_struct_elt_for_reference, value_namespace_elt)
6800 (value_maybe_namespace_elt, value_aggregate_elt): Add want_address
6801 argument. Construct a pointer to member if the address of a
6802 function or data member is requested.
6803 (value_cast_pointers): Don't modify the input value.
6804 (value_cast): Adjust pointer to member handling for new types.
6805 Allow null pointer to member constants. Don't modify the input
6806 value.
6807 (value_ind): Remove pointer to member check. Handle function
6808 descriptors for function pointers.
6809 (value_struct_elt, value_find_oload_method_list, check_field):
6810 Remove pointer to member checks.
6811 * value.c (unpack_long): Allow pointers to data members.
6812 (value_from_longest): Allow member pointers.
6813 * value.h (value_aggregate_elt): Add want_address.
6814 * varobj.c (c_variable_editable): Remove check for members.
6815 * gdbarch.sh: Add vtable_function_descriptors and vbit_in_delta.
6816 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Handle descriptors
6817 in virtual tables.
6818 (ia64_gdbarch_init): Call set_gdbarch_vtable_function_descriptors.
6819 * c-lang.h (cp_print_class_method): Delete prototype.
6820 * arm-tdep.c (arm_gdbarch_init): Call set_gdbarch_vbit_in_delta.
6821 * mips-tdep.c (mips_gdbarch_init): Likewise.
6822 * gdbarch.c, gdbarch.h: Regenerated.
6823
d217aaed
MK
68242007-01-01 Mark Kettenis <kettenis@gnu.org>
6825
6826 * rs6000-tdep.c (rs6000_use_struct_convention)
6827 (rs6000_extract_return_value, rs6000_store_return_value)
6828 (rs6000_extract_struct_value_address): Remove.
6829 (rs6000_return_value): New function.
6830 (rs6000_gdbarch_init): Don't set deprecated_extract_return_value,
6831 store_return_value, deprecated_extract_struct_value_address and
6832 deprecated_use_struct_convention. Use rs6000_return_value
6833 instead.
6834
02296b29
NR
68352007-01-02 Nick Roberts <nickrob@snap.net.nz>
6836
6837 * mi/mi-cmds.c (mi_cmds): Remove entries for -display-delete,
6838 -display-disable, -display-enable, -display-insert and
6839 -display-list.
6840
b69733ab 68412007-01-01 Joel Brobecker <brobecker@adacore.com>
ce186b30
JB
6842
6843 * breakpoint.c (remove_breakpoint): Remove dead code.
6844
68452007-01-01 Nick Roberts <nickrob@snap.net.nz>
ab9245ed
NR
6846
6847 * varobj.c: Include block.h.
6848 (c_value_of_root): Check scope within nested statements.
6849
9f3a1602
MK
68502007-01-01 Mark Kettenis <kettenis@gnu.org>
6851
6852 * mi/mi-main.c (mi_cmd_data_write_register_values): Use
6853 regcache_cooked_write_signed instead of
6854 deprecated_write_register_bytes.
6855
12349ccd
JB
68562007-01-01 Joel Brobecker <brobecker@adacore.com>
6857
6858 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2006.
6859
8c48ebcf
JB
68602007-01-01 Joel Brobecker <brobecker@adacore.com>
6861
6862 Followed the Start of New Year Procedure:
6863 * ChangeLog-2006: New file, containing all the entries for 2006.
6864 * ChangeLog: Removed all 2006 entries, and changed the reference
6865 to the previous ChangeLog to point to ChangeLog 2006.
6866 * top.c (print_gdb_version): Update copyright year.
6867
154927ff
MK
68682007-01-01 Mark Kettenis <kettenis@gnu.org>
6869
6870 * Makefile.in (remote-sds.o): Remove.
6871 * remote-sds.c: Delete.
6872
8c48ebcf 6873For older changes see ChangeLog-2006.
c906108c
SS
6874\f
6875Local Variables:
6876mode: change-log
6877left-margin: 8
6878fill-column: 74
6879version-control: never
57da7796 6880coding: utf-8
c906108c 6881End: