* gdbarch.sh (deprecated_use_struct_convention): Remove.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2
3 * gdbarch.sh (deprecated_use_struct_convention): Remove.
4 (extract_return_value, store_return_value): Remove.
5 (return_value): Remove default implementation.
6 * gdbarch.c, gdbarch.h: Regenerate.
7
8 * stack.c (return_command): Remove compatibility hack.
9 * arch-utils.c (legacy_return_value): Remove.
10 * arch-utils.h (legacy_return_value): Likewise.
11
12 * arch-utils.c (always_use_struct_convention): Remove.
13 * arch-utils.h (always_use_struct_convention): Likewise.
14 * value.c (generic_use_struct_convention): Remove.
15 * defs.h (generic_use_struct_convention): Likewise.
16
17 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
18
19 * avr-tdep.c (avr_return_value): New function.
20 (avr_gdbarch_init): Call set_gdbarch_return_value instead of
21 set_gdbarch_extract_return_value.
22
23 * fvr-tdep.c (frv_return_value): New function.
24 (frv_gdbarch_init): Call set_gdbarch_return_value instead of
25 set_gdbarch_extract_return_value, set_gdbarch_store_return_value,
26 and set_gdbarch_deprecated_use_struct_convention.
27
28 * ia64-tdep.c (ia64_use_struct_convention): Make static.
29 Add check for structure, union, or array types.
30 (ia64_extract_return_value): Make static.
31 (ia64_store_return_value): Make static. Support multi-word values.
32 (ia64_return_value): New function.
33 (ia64_gdbarch_init): Call set_gdbarch_return_value instead of
34 set_gdbarch_extract_return_value, set_gdbarch_store_return_value,
35 and set_gdbarch_deprecated_use_struct_convention.
36
37 2007-10-12 Joel Brobecker <brobecker@adacore.com>
38
39 * solib-target.c (solib_target_parse_libraries)
40 [HAVEHAVE_LIBEXPAT not defined]: Fix thinko in return type.
41
42 2007-10-12 Jim Blandy <jimb@codesourcery.com>
43
44 * serial.h (struct serial_ops): Document read_prim to return zero
45 at EOF.
46 * ser-base.c (do_ser_base_readchar): Return SERIAL_EOF when
47 read_prim returns zero, not SERIAL_TIMEOUT.
48
49 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
50
51 * alpha-mdebug-tdep.c: Include "gdb_string.h".
52 (find_proc_desc): Add fix-up code for setjmp procedure descriptor.
53 * mdebugread.c (parse_procedure): Remove setjmp fix-up code.
54 * Makefile.in (alpha-mdebug-tdep.o): Update dependencies.
55
56 * config/alpha/alpha.mt (DEPRECATED_TM_FILE): Remove.
57 * config/alpha/alpha-linux.mt (DEPRECATED_TM_FILE): Remove.
58 * config/alpha/alpha-osf1.mt (DEPRECATED_TM_FILE): Remove.
59 * config/alpha/fbsd.mt (DEPRECATED_TM_FILE): Remove.
60 * config/alpha/tm-alpha.h: Remove file.
61
62 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
63
64 * breakpoint.c (breakpoint_sals_to_pc): Do not check for
65 DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE.
66
67 * config/pa/tm-hppa.h: Delete file.
68 * config/pa/hppa64.mt: Do not set DEPRECATED_TM_FILE.
69 * config/pa/hppahpux.mt: Likewise.
70 * config/pa/hppa.mt: Likewise.
71 * config/pa/linux.mt: Likewise.
72 * hppa-tdep.c (hppa_pc_requires_run_before_use): Delete.
73
74 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
75
76 * config/arm/nm-nbsdaout.h: Remove file.
77 * config/nm-nbsdaout.h: Likewise.
78 * config/nm-nbsd.h: Likewise.
79
80 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
81
82 * block.h (struct block): Remove "gcc_compile_flag" member.
83 (BLOCK_GCC_COMPILED): Remove.
84 * block.c (allocate_block): Do not clear BLOCK_GCC_COMPILED.
85 * buildsym.c (finish_block): Do not set it.
86 * symmisc.c (dump_symtab_1): Do not dump it.
87
88 * value.h (using_struct_return): Remove "gcc_p" argument.
89 * value.c (using_struct_return): Likewise.
90 * eval.c (evaluate_subexp_standard): Adapt callers.
91 * infcall.c (call_function_by_hand): Likewise.
92 * stack.c (return_command): Likewise.
93 * sparc-tdep.c (sparc32_push_dummy_code): Likewise.
94
95 * gdbarch.sh (push_dummy_code): Remove "using_gcc" parameter.
96 * gdbarch.c, gdbarch.h: Regenerate.
97 * cris-tdep.c (cris_push_dummy_code): Adapt prototype.
98 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Likewise.
99 * sparc-tdep.c (sparc32_push_dummy_code): Likewise.
100 * infcall.c (generic_push_dummy_code, push_dummy_code): Likewise.
101 (push_dummy_code, call_function_by_hand): Adapt callers.
102
103 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
104
105 * infcmd.c (print_return_value): Remove STRUCT_RETURN argument.
106 (finish_command_continuation, finish_command): Adapt callers.
107
108 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
109
110 * infcall.c (call_function_by_hand): Remove special handling
111 for HP aCC compiled code.
112
113 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
114
115 * cris-tdep.c (cris_push_dummy_call): Support arguments passed by
116 reference. Fix endianness bugs.
117 (cris_reg_struct_has_address): Remove.
118 (cris_gdbarch_init): Remove set_gdbarch_deprecated_reg_struct_has_addr
119 and set_gdbarch_deprecated_use_struct_convention calls.
120
121 * gdbarch.sh (deprecated_reg_struct_has_addr): Remove.
122 * gdbarch.c, gdbarch.h: Regenerate.
123 * infcall.c (call_function_by_hand): Remove handling of
124 deprecated_reg_struct_has_addr.
125
126 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
127 Kazu Hirata <kazu@codesourcery.com>
128
129 * breakpoint.c (do_enable_breakpoint): Delay enabling until after
130 checking watchpoint resources.
131
132 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
133
134 * memattr.c (inaccessible_by_default): Change the initial
135 value to 1.
136
137 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
138
139 PR gdb/2280
140 * coffread.c (read_one_sym): Check for read errors.
141
142 2007-10-11 Ulrich Weigand <uweigand@de.ibm.com>
143
144 * linux-nat.c (lin_lwp_attach_lwp): Use "Linux kernel 2.6.19"
145 instead of "Linux 2.6.19" in comment.
146 (linux_xfer_partial): Use "GNU/Linux target" instead of
147 "Linux target" in comment.
148 * m68klinux-tdep.c (m68k_linux_inferior_created): Likewise.
149 (m68k_linux_get_sigtramp_info): Likewise.
150
151 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
152
153 * MAINTAINERS (language support): List Joel and Paul as
154 Ada maintainers.
155
156 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
157
158 * dbxread.c (process_one_symbol): Remove VARIABLES_INSIDE_BLOCK
159 checks.
160 * config/arm/embed.mt, config/arm/linux.mt, config/arm/wince.mt: Do
161 not set DEPRECATED_TM_FILE.
162 * config/arm/tm-arm.h: Delete file.
163
164 2007-10-11 Luis Machado <luisgpm@br.ibm.com>
165
166 * MAINTAINERS (Write After Approval): Add self.
167
168 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
169
170 * buildsym.c (record_line): Remove empty lines followed by
171 end-of-sequence markers.
172
173 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
174
175 * configure.tgt: Recognize fido-*-elf.
176
177 2007-10-10 Joel Brobecker <brobecker@adacore.com>
178
179 GDB 6.7 released.
180
181 2007-10-10 Markus Deuling <deuling@de.ibm.com>
182
183 * stack.c (print_frame_args, frame_info, return_command): Use
184 get_regcache_arch or get_frame_arch to get at the current architecture
185 by regcache or by frame, respectively.
186
187 2007-10-10 Markus Deuling <deuling@de.ibm.com>
188
189 * rs6000-nat.c (fetch_register, store_register)
190 (rs6000_fetch_inferior_registers, rs6000_store_inferior_registers): Use
191 get_regcache_arch to get at the current architecture by regcache.
192
193 * rs6000-tdep.c (rs6000_push_dummy_call, rs6000_return_value)
194 (rs6000_register_reggroup_p, e500_move_ev_registe, rs6000_unwind_pc)
195 (rs6000_unwind_dummy_id, rs6000_frame_cache, rs6000_dump_tdep): Replace
196 current_gdbarch by gdbarch.
197 (rs6000_skip_trampoline_code, rs6000_register_to_value)
198 (rs6000_value_to_register): Use get_frame_arch to get at the current
199 architecture by frame_info.
200
201 2007-10-10 Markus Deuling <deuling@de.ibm.com>
202
203 * sparc-tdep.c (sparc_supply_rwindow, sparc_collect_rwindow): Use
204 get_regcache_arch to get at the current architecture by regcache.
205
206 * sparc64-tdep.c (sparc64_supply_gregset, sparc64_collect_gregset)
207 (sparc64_supply_fpregset, sparc64_collect_fpregset): Use
208 get_regcache_arch to get at the current architecture by regcache.
209
210 * sparc64nbsd-nat. (sparc64nbsd_supply_gregset)
211 (sparc64nbsd_collect_gregset, sparc64nbsd_supply_fpregset)
212 (sparc64nbsd_collect_fpregset): Use get_regcache_arch to get at the
213 current architecture by regcache.
214
215 2007-10-10 Markus Deuling <deuling@de.ibm.com>
216
217 * remote-mips.c (mips_wait, mips_fetch_registers)
218 (mips_store_registers): Use get_regcache_arch to get at the
219 current architecture by regcache.
220
221 * mipsnbsd-tdep.c (mipsnbsd_supply_reg, mipsnbsd_fill_reg)
222 (mipsnbsd_supply_fpreg, mipsnbsd_fill_fpreg): Use get_regcache_arch to
223 get at the current architecture by regcache.
224 (mipsnbsd_sigtramp_offset): Use get_frame_arch to get at the current
225 architecture by frame_info.
226
227 * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers)
228 (mipsnbsd_store_inferior_registers): Use get_regcache_arch to get at
229 the current architecture by regcache.
230
231 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
232 (mips64_linux_get_longjmp_target, mips_linux_o32_sigframe_init)
233 (mips_linux_n32n64_sigframe_init): Use get_frame_arch to get at the
234 current architecture by frame_info.
235 (supply_32bit_reg, mips_supply_gregset, mips_fill_gregset)
236 (mips_supply_fpregset, mips_fill_fpregset, supply_64bit_reg)
237 (mips64_supply_gregset, mips64_fill_gregset, mips64_supply_fpregset)
238 (mips64_fill_fpregset, mips_linux_write_pc): Use get_regcache_arch to
239 get at the current architecture by regcache.
240
241 * mips-linux-nat.c (mips_linux_register_addr)
242 (mips64_linux_register_addr): Replace current_gdbarch by gdbarch.
243 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset)
244 (mips64_linux_regsets_fetch_registers)
245 (mips64_linux_regsets_store_registers): Use get_regcache_arch to get at
246 the current architecture by regcache.
247
248 * mips64obsd-tdep.c (mips64obsd_sigframe_init): Use get_frame_arch to
249 get at the current architecture by frame_info.
250
251 2007-10-10 Markus Deuling <deuling@de.ibm.com>
252
253 * mips-tdep.c (mips_xfer_register): Use get_regcache_arch to get at the
254 current architecture by regcache.
255 (mips2_fp_compat, mips32_next_pc, mips16_scan_prologue)
256 (mips_insn16_frame_cache, mips32_scan_prologue, mips_insn32_frame_cache)
257 (mips_stub_frame_cache, mips_read_fp_register_single)
258 (mips_read_fp_register_double, mips_print_fp_register)
259 (mips_print_register, print_gp_register_row): Use get_frame_arch to get
260 at the current architecture by frame_info.
261 (mips_register_reggroup_p, mips_pseudo_register_read, mips_unwind_sp)
262 (mips_pseudo_register_write, mips_register_type, mips_unwind_pc)
263 (mips_unwind_dummy_id, mips_eabi_push_dummy_call)
264 (mips_n32n64_push_dummy_call, mips_n32n64_return_value)
265 (mips_o32_push_dummy_call, mips_o32_return_value)
266 (mips_o64_push_dummy_call, mips_o64_return_value)
267 (mips_print_registers_info, mips_dump_tdep): Replace current_gdbarch by
268 gdbarch.
269
270 2007-10-10 Markus Deuling <deuling@de.ibm.com>
271
272 * xtensa-tdep.c (xtensa_register_type, xtensa_pseudo_register_read)
273 (xtensa_pseudo_register_write, xtensa_register_reggroup_p)
274 (xtensa_unwind_pc, xtensa_unwind_dummy_id, xtensa_push_dummy_call)
275 (xtensa_dump_tdep): Replace current_gdbarch by gdbarch.
276 (xtensa_register_write_masked, xtensa_register_read_masked)
277 (xtensa_supply_gregset, xtensa_store_return_value)
278 (xtensa_extract_return_value): Use get_regcache_arch to get at the
279 current architecture by regcache.
280 (xtensa_frame_cache, call0_frame_get_reg_at_entry, call0_frame_cache)
281 (xtensa_frame_prev_register): Use get_frame_arch to get at the current
282 architecture by frame_info.
283
284 2007-10-10 Daniel Jacobowitz <dan@codesourcery.com>
285
286 * arm-tdep.c (struct arm_prologue_cache): Remove frameoffset.
287 (thumb_analyze_prologue): Move pv_area_store_would_trash call
288 out of loop. Do not set cache->frameoffset.
289 (arm_scan_prologue): Use prologue-value mechanism. Do not set
290 frameoffset. Simplify framesize.
291 (arm_make_prologue_cache, arm_normal_frame_base): Do not use
292 frameoffset.
293 * arm-tdep.h (enum gdb_regnum): Add ARM_IP_REGNUM.
294
295 2007-10-10 Daniel Jacobowitz <dan@codesourcery.com>
296
297 * target.c (update_current_target): Call setup_target_debug.
298 (push_target): Do not call it here.
299
300 2007-10-09 Michael Snyder <msnyder@specifix.com>
301
302 * MAINTAINERS: Update my email address.
303
304 2007-10-09 Markus Deuling <deuling@de.ibm.com>
305
306 * xtensa-tdep.c: Replace following current-gdbarch based macros by
307 their expression:
308 (xtensa_pseudo_register_read)
309 (xtensa_pseudo_register_write): XTENSA_TARGET_FLAGS.
310 (ARG_NOF, ARG_1ST, xtensa_extract_return_value)
311 (xtensa_store_return_value, xtensa_push_dummy_call): CALL_ABI.
312 (xtensa_pseudo_register_read)
313 (xtensa_pseudo_register_write): ISA_USE_WINDOWED_REGISTERS.
314 (xtensa_breakpoint_from_pc): ISA_USE_DENSITY_INSTRUCTIONS.
315 (xtensa_register_type, xtensa_supply_gregset, xtensa_frame_cache)
316 (xtensa_frame_prev_register): NUM_AREGS.
317 (xtensa_pseudo_register_read, xtensa_pseudo_register_write,
318 (xtensa_supply_gregset, xtensa_frame_cache, xtensa_frame_prev_register,
319 (xtensa_extract_return_value, xtensa_store_return_value): WB_REGNUM.
320 (xtensa_supply_gregset, xtensa_frame_cache)
321 (xtensa_frame_prev_register): WS_REGNUM.
322 (xtensa_supply_gregset): LBEG_REGNUM, LEND_REGNUM, LCOUNT_REGNUM,
323 SAR_REGNUM, EXCCAUSE_REGNUM, EXCVADDR_REGNUM
324 (xtensa_register_name, xtensa_register_type, xtensa_reg_to_regnum)
325 (xtensa_pseudo_register_read, xtensa_pseudo_register_write)
326 (xtensa_register_reggroup_p): REGMAP.
327 (call0_track_op): LITBASE_REGNUM.
328 (xtensa_register_type, xtensa_reg_to_regnum, call0_frame_cache):A0_BASE
329 (xtensa_supply_gregset, call0_frame_get_reg_at_entry)
330 (xtensa_frame_prev_register, AREG_NUMBER)
331 (xtensa_register_type): AR_BASE.
332 (xtensa_pseudo_register_read, xtensa_pseudo_register_write): FP_ALIAS.
333 (AREG_NUMBER): AREGS_MASK, WB_MASK, A0_REGNUM.
334 (ARG_1ST, xtensa_pseudo_register_read, xtensa_pseudo_register_write)
335 (xtensa_frame_cache, xtensa_frame_prev_register)
336 (xtensa_extract_return_value, xtensa_store_return_value)
337 (xtensa_push_dummy_call, call0_frame_cache): A0_REGNUM.
338 (xtensa_register_type, xtensa_pseudo_register_read, xtensa_frame_cache)
339 (xtensa_pseudo_register_write, xtensa_unwind_dummy_id)
340 (xtensa_frame_prev_register, xtensa_push_dummy_call)
341 (call0_frame_cache): A1_REGNUM.
342 (xtensa_extract_return_value, xtensa_store_return_value): A2_REGNUM.
343 (xtensa_push_dummy_call): A4_REGNUM.
344 (ARGS_FIRST_REG): A6_REGNUM.
345 (xtensa_pseudo_register_read, xtensa_pseudo_register_write)
346 (xtensa_frame_prev_register): A15_REGNUM.
347 * xtensa-tdep.h: Delete current_gdbarch based macros after replacing
348 them in the appropriate source file:
349 XTENSA_TARGET_FLAGS, SPILL_LOCATION, SPILL_SIZE, CALL_ABI, NUM_AREGS,
350 ISA_USE_WINDOWED_REGISTERS, ISA_USE_DENSITY_INSTRUCTIONS, WB_REGNUM,
351 ISA_USE_EXCEPTIONS, ISA_USE_EXT_L32R, DEBUG_DATA_VADDR_TRAP_COUNT,
352 DEBUG_INST_VADDR_TRAP_COUNT, ISA_MAX_INSN_SIZE, DEBUG_NUM_IBREAKS,
353 DEBUG_NUM_DBREAKS, WS_REGNUM, LBEG_REGNUM, LEND_REGNUM, SAR_REGNUM,
354 REGMAP, LITBASE_REGNUM, DEBUGCAUSE_REGNUM, EXCCAUSE_REGNUM, AR_BASE,
355 EXCVADDR_REGNUM, NUM_IBREAKS, REGMAP_BYTES, NUM_CONTEXTS, FP_ALIAS,
356 FP_LAYOUT, FP_LAYOUT_BYTES, GREGMAP, AREGS_MASK, WB_MASK, A0_REGNUM,
357 A1_REGNUM, A2_REGNUM, A3_REGNUM, A4_REGNUM, A5_REGNUM, A6_REGNUM,
358 A7_REGNUM, A8_REGNUM, A9_REGNUM, A10_REGNUM, A11_REGNUM, A12_REGNUM,
359 A13_REGNUM, A14_REGNUM, A15_REGNUM.
360
361 2007-10-09 Markus Deuling <deuling@de.ibm.com>
362
363 * h8300-tdep.c (h8300_frame_cache): Use get_frame_arch to get at
364 the current architecture by frame_info.
365 (h8300_frame_prev_register
366 (h8300_print_register): Replace current_gdbarch by gdbarch.
367 (h8300_print_registers_info, h8300_register_type)
368 (h8300_register_type): Likewise.
369
370 2007-10-09 Markus Deuling <deuling@de.ibm.com>
371
372 * i386-linux-nat.c (fetch_register): Use get_regcache_arch to get at
373 the current architecture by regcache.
374 (store_register, supply_gregset, fill_gregset, i386_linux_resume)
375 (i386_linux_fetch_inferior_registers)
376 (i386_linux_store_inferior_registers): Likewise.
377 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Likewise.
378 * i386-nto-tdep.c (i386nto_supply_gregset): Likewise.
379 * i386v4-nat.c (supply_fpregset, fill_fpregset): Likewise.
380 * i386-tdep.c (i386_unwind_pc): Replace current_gdbarch by gdbarch.
381 (i386_extract_return_value, i386_store_return_value): Likewise.
382 * i386-tdep.c (i386_frame_prev_register): Use get_frame_arch to get at
383 the current architecture by frame_info.
384 (i386_sigtramp_frame_cache, i386_get_longjmp_target)
385 (i386_register_to_value, i386_value_to_register): Likewise.
386
387 2007-10-09 Markus Deuling <deuling@de.ibm.com>
388
389 * monitor.c (monitor_supply_register): Use get_regcache_arch to get at
390 the current architecture by regcache.
391 (monitor_store_register, monitor_store_registers): Likewise.
392
393 2007-10-09 Markus Deuling <deuling@de.ibm.com>
394
395 * dbug-rom.c (dbug_supply_register): Use get_regcache_arch to get at
396 the current architecture by regcache.
397
398 2007-10-09 Markus Deuling <deuling@de.ibm.com>
399
400 * arch-utils.c (legacy_return_value): Replace current_gdbarch by
401 gdbarch.
402
403 2007-10-09 Markus Deuling <deuling@de.ibm.com>
404
405 * frame.c (frame_pc_unwind): Use get_frame_arch to get at the current
406 architecture by frame.
407 (frame_save_as_regcache, frame_register_unwind, get_prev_frame_1)
408 (inside_main_func, frame_sp_unwind): Likewise.
409
410 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
411
412 * solib-svr4.c (enable_break): Add the dynamic linker also if
413 auxv succeeds.
414
415 2007-10-09 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
416
417 * MAINTAINERS (Write After Approval): Add self.
418
419 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
420
421 * stabsread.c (read_huge_number): Initialize local variable to 0.
422
423 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
424
425 * p-lang.h (pascal_main_name): Add declaration.
426 * p-lang.c (GPC_P_INITIALIZE, GPC_MAIN_PROGRAM_NAME_1)
427 (GPC_MAIN_PROGRAM_NAME_2): New constants.
428 (pascal_main_name): New function.
429 * symtab.c: Include p-lang.h.
430 (find_main_name): Add call to pascal_main_name.
431 * Makefile.in (symtab.o): Add dependency on p-lang.h.
432
433 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
434
435 * stabsread.c (read_huge_number): Fix handling of octal
436 representation when the bit width is known.
437 (read_range_type): Record unsigned integral types with their size,
438 when the type size is known.
439
440 2007-10-08 Thiago Jung Bauermann <bauerman@br.ibm.com>
441
442 * MAINTAINERS (Write After Approval): Add self.
443
444 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
445
446 * breakpoint.c (print_one_breakpoint_location): ARI fix:
447 Replace asprintf by xstrprintf.
448
449 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
450
451 * linux-fork.c: ARI fix: include "gdb_dirent.h" instead of <dirent.h>.
452 Makefile.in (linux-fork.o): Add gdb_dirent.h dependency.
453
454 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
455
456 * linux-fork.c: Move "gdb_wait.h" include back to the position of
457 <sys/wait.h> include before last commit.
458
459 2007-10-08 Maciej W. Rozycki <macro@mips.com>
460
461 * mips-tdep.c (mips32_next_pc): Fix a typo in BGTZL.
462
463 2007-10-08 Markus Deuling <deuling@de.ibm.com>
464
465 * aix-thread.c (supply_gprs64, supply_fprs, supply_sprs64)
466 (supply_sprs32, fetch_regs_user_thread, fetch_regs_kernel_thread)
467 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs64, fill_sprs32)
468 (store_regs_user_thread, store_regs_kernel_thread): Use
469 get_regcache_arch or get_frame_arch to get at the current architecture
470 by regcache or by frame, respectively.
471
472 2007-10-08 Markus Deuling <deuling@de.ibm.com>
473
474 * sh64-tdep.c (sh64_push_dummy_call, sh64_register_type)
475 (sh64_pseudo_register_read, sh64_pseudo_register_write)
476 (sh64_do_fp_register, sh64_do_pseudo_register, sh64_do_register)
477 (sh64_print_register, sh64_media_print_registers_info)
478 (sh64_compact_print_registers_info, sh64_unwind_sp)
479 (sh64_unwind_pc): Replace current_gdbarch by gdbarch.
480 (sh64_show_media_regs, sh64_show_compact_regs, sh64_frame_cache)
481 (sh64_frame_prev_register): Use FRAME to recognize current
482 architecture.
483
484 2007-10-08 Markus Deuling <deuling@de.ibm.com>
485
486 * sh-tdep.c (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu)
487 (sh_sh2a_register_type, sh_sh3e_register_type, sh_sh4_register_type)
488 (sh_register_reggroup_p, sh_dwarf2_frame_init_reg): Replace
489 current_gdbarch by gdbarch.
490 (sh_generic_show_regs, sh3_show_reg, sh2e_show_regs, sh2a_show_regs)
491 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
492 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs, sh_frame_cache)
493 (sh_frame_prev_register, sh_unwind_sp, sh_unwind_pc): Use FRAME to
494 recognize current architecture.
495
496 2007-10-08 Markus Deuling <deuling@de.ibm.com>
497
498 * remote.c (init_remote_state, fetch_register_using_p)
499 (process_g_packet, remote_fetch_registers, remote_prepare_to_store)
500 (store_register_using_P, store_registers_using_G)
501 (remote_store_registers): Use get_regcache_arch or get_frame_arch to
502 get at the current architecture by regcache or by frame, respectively.
503
504 2007-10-08 Markus Deuling <deuling@de.ibm.com>
505
506 * m68k-tdep.c (m68k_register_to_value, m68k_value_to_register)
507 (m68k_svr4_extract_return_value, m68k_svr4_store_return_value)
508 (m68k_frame_prev_register, m68k_get_longjmp_target): Use
509 get_regcache_arch or get_frame_arch to get at the current architecture
510 by regcache or by frame, respectively.
511 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
512 * m68klinux-nat.c (fetch_register, old_fetch_inferior_registers)
513 (store_register, old_store_inferior_registers, supply_gregset)
514 (supply_fpregset, fill_fpregset): Likewise.
515 * m68k-tdep.c (m68k_register_type, m68k_unwind_pc, m68k_dump_tdep):
516 Replace current_gdbarch by gdbarch.
517
518 2007-10-08 Markus Deuling <deuling@de.ibm.com>
519
520 * irix5-nat.c (supply_gregset, fill_gregset, supply_fpregset)
521 (fill_fpregset, fetch_core_registers): Use get_regcache_arch or
522 get_frame_arch to get at the current architecture by regcache or by
523 frame, respectively.
524
525 2007-10-08 Markus Deuling <deuling@de.ibm.com>
526
527 * ia64-tdep.c (ia64_pseudo_register_read, ia64_pseudo_register_write):
528 Replace current_gdbarch by gdbarch.
529 * ia64-tdep.c (ia64_frame_prev_register
530 (ia64_sigtramp_frame_prev_register)
531 (ia64_libunwind_frame_prev_register): Use get_regcache_arch or
532 get_frame_arch to get at the current architecture by regcache or by
533 frame, respectively.
534 * ia64-linux-nat.c (ia64_linux_fetch_register)
535 (ia64_linux_fetch_registers, ia64_linux_store_register)
536 (ia64_linux_store_registers): Likewise.
537
538 2007-10-08 Markus Deuling <deuling@de.ibm.com>
539
540 * hppa-tdep.c (hppa_stub_unwind_sniffer, hppa_dump_tdep): Replace
541 current_gdbarch by gdbarch.
542 * hppa-linux-nat.c (fetch_register, store_register)
543 (hppa_linux_fetch_inferior_registers)
544 (hppa_linux_store_inferior_registers): Use get_regcache_arch or
545 get_frame_arch to get at the current architecture by regcache or by
546 frame, respectively.
547 * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code
548 (hppa_hpux_unwind_adjust_stub): Likewise.
549 * hppa-hpux-nat.c (hppa_hpux_fetch_register, hppa_hpux_store_register)
550 (hppa_hpux_fetch_inferior_registers)
551 (hppa_hpux_store_inferior_registers): Likewise.
552
553 2007-10-08 Markus Deuling <deuling@de.ibm.com>
554
555 * cris-tdep.c (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
556 (cris_scan_prologue, crisv32_scan_prologue, find_step_target)
557 (cris_software_single_step, cris_supply_gregset): Use get_regcache_arch
558 or get_frame_arch to get at the current architecture by regcache or by
559 frame, respectively.
560 * cris-tdep.c (crisv32_single_step_through_delay, cris_push_dummy_call)
561 (cris_unwind_pc, cris_unwind_sp, cris_register_type, cris_dump_tdep)
562 (crisv32_register_type, cris_dwarf2_frame_init_reg): Replace
563 current_gdbarch by gdbarch.
564
565 2007-10-08 Markus Deuling <deuling@de.ibm.com>
566
567 * arm-tdep.c (arm_scan_prologue, arm_make_prologue_cache)
568 (thumb_get_next_pc, arm_get_next_pc, arm_extract_return_value)
569 (arm_store_return_value): Use get_regcache_arch or get_frame_arch to
570 get at the current architecture by regcache or by·frame, respectively.
571 (arm_push_dummy_call, arm_dump_tdep): Replace current_gdbarch by
572 gdbarch.
573
574 2007-10-08 Markus Deuling <deuling@de.ibm.com>
575
576 * amd64-tdep.c (amd64_frame_prev_register, amd64_sigtramp_frame_cache):
577 Use get_regcache_arch or get_frame_arch to get at the current
578 architecture by regcache or by frame, respectively.
579 * amd64-linux-tdep.c (amd64_linux_sigcontext_addr): Likewise.
580 * amd64-nat.c (amd64_supply_native_gregset)
581 (amd64_collect_native_gregset): Replace current_gdbarch by gdbarch.
582
583 2007-10-08 Markus Deuling <deuling@de.ibm.com>
584
585 * alpha-tdep.c (alpha_register_reggroup_p): Replace current_gdbarch by
586 gdbarch.
587 * alpha-linux-nat.c (alpha_linux_register_u_offset): Likewise.
588 (alpha_sigtramp_frame_unwind_cache, alpha_sigtramp_frame_this_id)
589 (alpha_sigtramp_frame_sniffer, alpha_next_pc): Use get_regcache_arch or
590 get_frame_arch to get at the current architecture by regcache or by
591 frame, respectively.
592 * alpha-nat.c (fetch_osf_core_registers): Likewise.
593
594 2007-10-08 Markus Deuling <deuling@de.ibm.com>
595
596 * dwarf2-frame.c (read_reg, execute_cfa_program, dwarf2_frame_cache)
597 (dwarf2_frame_default_init_reg, dwarf2_frame_prev_register): Replace
598 current_gdbarch by gdbarch.
599 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Likewise.
600
601 2007-10-08 Markus Deuling <deuling@de.ibm.com>
602
603 * regcache.c (init_regcache_descr, register_type, read_pc_pid)
604 (write_pc_pid, regcache_dump): Replace current_gdbarch by gdbarch.
605 * regcache.c (regcache_raw_write): Use get_regcache_arch or
606 get_frame_arch to get at the current architecture by regcache or by
607 frame, respectively.
608
609 2007-10-08 Markus Deuling <deuling@de.ibm.com>
610
611 * findvar.c (value_of_register, locate_var_value): Use
612 get_regcache_arch or get_frame_arch to get at the current architecture
613 by regcache or by frame, respectively.
614 * findvar.c (default_value_from_register, value_from_register): Replace
615 current_gdbarch by gdbarch.
616
617 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
618
619 * config/i386/nm-i386.h (CHILD_POST_STARTUP_INFERIOR): ARI fix: Remove.
620
621 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
622
623 * linux-fork.c: ARI fix: include "gdb_wait.h" instead of <sys/wait.h>.
624 Makefile.in (linux-fork.o): Add gdb_wait.h dependency.
625
626 2007-10-05 Daniel Jacobowitz <dan@codesourcery.com>
627
628 * remote.c (get_offsets): Only call free_symfile_segment_data if
629 data was allocated.
630
631 2007-10-03 Pierre Muller <muller@ics.u-strasbg.fr>
632
633 * objc-exp.y: ARI fix: remove 4 PARAMS.
634
635 2007-10-03 Daniel Jacobowitz <dan@codesourcery.com>
636
637 * NEWS: Use uniform spacing. Correct version number for GDB 6.7
638 news. Mention XML support for M68K in GDB 6.7.
639
640 2007-10-03 Daniel Jacobowitz <dan@codesourcery.com>
641
642 * gdbtypes.c (create_range_type): Do not set TYPE_FIELD_TYPE for the
643 bounds.
644 (init_vector_type): Use builtin_type_int32.
645
646 2007-10-02 Ulrich Weigand <uweigand@de.ibm.com>
647
648 * s390-tdep.c (s390_regset_from_core_section): Allow excess section
649 size to enable bi-arch generate-core-file support.
650
651 2007-10-02 Markus Deuling <deuling@de.ibm.com>
652
653 * spu-tdep.c (info_spu_signal_command): Fix output for SPU signal.
654
655 2007-10-02 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
656
657 * tui/tui-interp.c (tui_init): Initialize tui's SIGWINCH
658 signal handler.
659 * tui/tui-win.c (tui_initialize_win): New function for
660 initializing tui's SIGWINCH signal handler.
661 * tui/tui-win.h (tui_initialize_win): Declare.
662
663 2007-10-02 Ulrich Weigand <uweigand@de.ibm.com>
664
665 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Cast
666 pointer to uintptr_t before casting to CORE_ADDR.
667
668 2007-10-02 Markus Deuling <deuling@de.ibm.com>
669
670 * linux-nat.c (PTRACE_GETSIGINFO): Add define.
671
672 2007-10-02 Mark Mitchell <mark@codesourcery.com>
673
674 * mingw-hdep.c (gdb_select): Stop helper threads before returning.
675 * ser-mingw.c (enum select_thread_state): New type.
676 (struct ser_console_state): Add have_started and thread_state.
677 (select_thread_wait): New function.
678 (thread_fn_type): New type.
679 (create_select_thread): New function.
680 (destroy_select_thread): Likewise.
681 (start_select_thread): Likewise.
682 (stop_select_thread): Likewise.
683 (console_select_thread): Use new functions.
684 (pipe_select_thread): Likewise.
685 (file_select_thread): Likewise.
686 (ser_console_wait_handle): Likewise.
687 (ser_console_done_wait_handle): Likewise.
688 (ser_console_close): Likewise.
689 (free_pipe_state): Likewise.
690 (pipe_wait_handle): Likewise.
691 (pipe_done_wait_handle): Likewise.
692 (struct net_windows_state): Derive from ser_console_state.
693 (net_windows_select_thread): Use new functions.
694 (net_windows_wait_handle): Likewise.
695 (net_windows_done_wait_handle): Likewise.
696 (net_windows_close): Likewise.
697
698 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
699
700 * inflow.c (terminal_ours_1): Remove useless line.
701
702 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
703
704 * mips-tdep.c (mips_read_fp_register_double): Correct check for
705 odd FP registers.
706 (mips_print_fp_register): Correct check for even FP registers.
707 (mips_virtual_frame_pointer): New function.
708 (mips_gdbarch_init): Call set_gdbarch_virtual_frame_pointer.
709
710 2007-09-30 Mike Frysinger <vapier@gentoo.org>
711
712 * value.h (lookup_only_internalvar): New prototype.
713 (create_internalvar): Likewise.
714 * value.c (lookup_only_internalvar): New function.
715 (create_internalvar): Likewise.
716 (lookup_internalvar): Use new lookup_only_internalvar and
717 create_internalvar functions.
718 * parse.c (write_dollar_variable): Look up $ symbols in internal
719 table first rather than last.
720
721 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
722
723 * linux-nat.c (linux_nat_new_thread): New variable.
724 (linux_child_follow_fork): Set inferior_ptid to include LWP ID. Use
725 linux_nat_switch_fork.
726 (lwp_list): Make public.
727 (add_lwp): Call linux_nat_new_thread.
728 (lin_lwp_attach_lwp, linux_nat_attach): Call add_lwp after stopping
729 the new thread.
730 (resume_callback): Clear lp->siginfo. Remove unused variable.
731 (linux_nat_resume): Assert that the LWP list is already initialized.
732 Clear lp->siginfo.
733 (save_siginfo): New.
734 (stop_wait_callback, linux_nat_wait): Call it.
735 (linux_nat_set_new_thread, linux_nat_get_siginfo): New.
736 * linux-nat.h (struct lwp_info): Add siginfo.
737 (lwp_list, linux_nat_set_new_thread, linux_nat_get_siginfo): Declare.
738 (ALL_LWPS): Define.
739
740 * amd64-linux-nat.c (amd64_linux_dr): New.
741 (amd64_linux_dr_get): Take a PTID argument. Correct typo.
742 (amd64_linux_dr_set): Take a PTID argument.
743 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use ALL_LWPS.
744 (amd64_linux_dr_reset_addr): Use amd64_linux_dr_set_addr.
745 (amd64_linux_dr_get_status): Pass inferior_ptid to amd64_linux_dr_get.
746 (amd64_linux_new_thread): New.
747 (_initialize_amd64_linux_nat): Call linux_nat_set_new_thread.
748 * i386-linux-nat.c (i386_linux_dr): New.
749 (i386_linux_dr_get, i386_linux_dr_set): Take a PTID argument.
750 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use ALL_LWPS.
751 (i386_linux_dr_reset_addr): Use i386_linux_dr_set_addr.
752 (i386_linux_dr_get_status): Pass inferior_ptid to i386_linux_dr_get.
753 (i386_linux_new_thread): New.
754 (i386_linux_resume): Remove unnecessary PID check.
755 (_initialize_i386_linux_nat): Call linux_nat_set_new_thread.
756 * ia64-linux-nat.c (enable_watchpoints_in_psr): Take PTID argument.
757 (fetch_debug_register, fetch_debug_register_pair): Delete.
758 (debug_registers): New.
759 (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint): Use
760 ALL_LWPS and debug_registers.
761 (ia64_linux_new_thread): New.
762 (ia64_linux_stopped_data_address): Use linux_nat_get_siginfo.
763 (_initialize_ia64_linux_nat): Call linux_nat_set_new_thread.
764 * ppc-linux-nat.c (last_stopped_data_address): Delete.
765 (saved_dabr_value): New.
766 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
767 ALL_LWPS.
768 (ppc_linux_new_thread): New.
769 (ppc_linux_stopped_data_address): Use linux_nat_get_siginfo.
770 (ppc_linux_stopped_by_watchpoint): Call ppc_linux_stopped_data_address.
771 (_initialize_ppc_linux_nat): Call linux_nat_set_new_thread.
772 * s390-nat.c (s390_stopped_by_watchpoint): Clear the watchpoint status
773 after reading it.
774 (s390_fix_watch_points): Take a PTID argument.
775 (s390_insert_watchpoint, s390_remove_watchpoint): Use ALL_LWPS.
776 (_initialize_s390_nat): Call linux_nat_set_new_thread.
777
778 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
779 Jeff Johnston <jjohnstn@redhat.com>
780
781 * breakpoint.c (watchpoints_triggered): New.
782 (bpstat_stop_status): Remove STOPPED_BY_WATCHPOINT argument.
783 Check watchpoint_triggered instead. Combine handling for software
784 and hardware watchpoints. Do not use target_stopped_data_address
785 here. Always check a watchpoint if its scope breakpoint triggers.
786 Do not stop for thread or overlay events. Improve check for
787 triggered watchpoints without a value change.
788 (watch_command_1): Insert the scope breakpoint first. Link the
789 scope breakpoint to the watchpoint.
790 * breakpoint.h (enum watchpoint_triggered): New.
791 (struct breakpoint): Add watchpoint_triggered.
792 (bpstat_stop_status): Update prototype.
793 (watchpoints_triggered): Declare.
794 * infrun.c (enum infwait_status): Add infwait_step_watch_state.
795 (stepped_after_stopped_by_watchpoint): Delete.
796 (handle_inferior_event): Make stepped_after_stopped_by_watchpoint
797 local. Handle infwait_step_watch_state. Update calls to
798 bpstat_stop_status. Use watchpoints_triggered to check
799 watchpoints.
800 * remote.c (stepped_after_stopped_by_watchpoint): Remove extern.
801 (remote_stopped_data_address): Do not check it.
802
803 2007-09-29 Daniel Jacobowitz <dan@codesourcery.com>
804
805 * configure.ac: Add $LIBINTL when testing libbfd.
806 * configure: Regenerated.
807
808 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
809
810 * NEW: Mention pending breakpoint changes and
811 support for breakpoints at multiple locations.
812
813 2007-09-27 Daniel Jacobowitz <dan@codesourcery.com>
814
815 * arm-linux-tdep.c (arm_linux_software_single_step): New.
816 (arm_linux_init_abi): Use it.
817 * arm-tdep.c (arm_get_next_pc): Make global. Handle all-ones
818 condition correctly.
819 * arm-tdep.h (arm_get_next_pc): Declare.
820 * Makefile.in (arm-linux-tdep.o): Update.
821
822 2007-09-26 Vladimir Prus <vladimir@codesourcery.com>
823
824 * varobj.c (install_new_value): Don't
825 call value_get_print_value when a value is
826 lazy. Update the print_value member in a
827 single place.
828
829 2007-09-26 Vladimir Prus <vladimir@codesourcery.com>
830
831 * breakpoint.c (create_breakpoint): Set
832 condition on each location, not on the first
833 location of breakpoint.
834
835 2007-09-26 Jim Blandy <jimb@codesourcery.com>
836
837 * remote.c (getpkt_sane): Fix error message. No animals were
838 harmed in the making of this debugger.
839
840 2007-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
841
842 * p-typeprint.c: Fix 11 ARI reported problems.
843 (pascal_print_type): Fix 4 operator at end of line.
844 (pascal_type_print_method_args) : Replace 2 DEPRECATED_STREQN macros
845 using strncmp function.
846 (pascal_type_print_base): Fix 2 operator at end of line.
847 (pascal_type_print_base) : Replace 3 DEPRECATED_STREQN macros
848 using strncmp function.
849
850
851 2007-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
852
853 * Fix PR pascal/2231
854 dwarf2read.c (read_subroutine_type):
855 All pascal functions are prototyped.
856
857 2007-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
858
859 * Fix PR pascal/2283
860 p-valprint.c (pascal_val_print): correct current language check.
861 Also print array of char as strings.
862
863
864 2007-09-26 David Ung <davidu@mips.com>
865 Maciej W. Rozycki <macro@mips.com>
866
867 * mips-tdep.c (mips_n32n64_return_value): Fix a comment.
868
869 2007-09-25 Pierre Muller <muller@ics.u-strasbg.fr>
870
871 * p-exp.y: Fix 12 ARI reported problems.
872 (name_not_typename): Fix 2 operator at end of line issues.
873 (yylex): Fix 3 operator at end of line issues.
874 Replace 7 DEPRECATED_STREQ macros using strcmp function.
875
876 2007-09-25 David Ung <davidu@mips.com>
877 Maciej W. Rozycki <macro@mips.com>
878
879 * mips-tdep.c (mips_n32n64_return_value): Per N32/N64 ABI
880 rules return composite types in registers as appropriate.
881
882 2007-09-24 Jim Blandy <jimb@codesourcery.com>
883
884 * symfile.h (struct symfile_segment_data): Doc fixes.
885 * symfile.c (symfile_map_offsets_to_segments): Doc fixes.
886 Assert that we were passed some loaded segment addresses,
887 and that sections' segment numbers are valid.
888 Simplify offset calculation.
889 * remote.c (get_offsets): Clarify selection of relocate-by-segment
890 strategy, and set num_segments correctly. Delete redundant
891 assignments to do_sections.
892
893 2007-09-24 Daniel Jacobowitz <dan@codesourcery.com>
894
895 * frame.c (get_prev_frame_1): Also check for PC in the same register.
896
897 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
898
899 * breakpoint.c (remove_sal): New.
900 (expand_line_sal_maybe): New.
901 (create_breakpoints): Call expand_line_sal_maybe.
902 (clear_command): Add comment.
903 (breakpoint_re_set_one): Call expand_line_sal_maybe.
904 * linespec.c (decode_indirect): Set explicit_pc to 1.
905 (decode_all_digits): Set explicit_line to 1.
906 (append_expanded_sal): New.
907 (expand_line_sal): New.
908 * linespec.h (expand_line_sal): Declare.
909 * symtab.c (init_sal): Initialize explicit_pc
910 and explicit_line.
911 * symtab.h (struct symtab_and_line): New fields
912 explicit_pc and explicit_line.
913
914 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
915
916 * infcall.c (call_function_by_hand): Handle language-specific
917 pass and return by reference.
918
919 * cp-abi.c (cp_pass_by_reference): New.
920 * cp-abi.h (cp_pass_by_reference): Declare.
921 (struct cp_abi_ops): Add pass_by_reference.
922 * gnu-v3-abi.c (gnuv3_pass_by_reference): New.
923 (init_gnuv3_ops): Set pass_by_reference.
924
925 * language.c (language_pass_by_reference): New.
926 (default_pass_by_reference): New.
927 (unknown_language_defn, auto_language_defn, local_language_defn): Add
928 default_pass_by_reference.
929 * langauge.h (struct language_defn): Add la_pass_by_reference.
930 (language_pass_by_reference, default_pass_by_reference): Declare.
931 * ada-lang.c (ada_language_defn): Add default_pass_by_reference.
932 * c-lang.c (c_language_defn, asm_language_defn)
933 (minimal_language_defn): Likewise.
934 (cplus_language_defn): Add cp_pass_by_reference.
935 * f-lang.c (f_language_defn): Add default_pass_by_reference.
936 * jv-lang.c (java_language_defn): Likewise.
937 * m2-lang.c (m2_language_defn): Likewise.
938 * objc-lang.c (objc_language_defn): Likewise.
939 * p-lang.c (pascal_language_defn): Likewise.
940 * scm-lang.c (scm_language_defn): Likewise
941
942 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
943
944 Allow a code breakpoint to have several locations
945 associated with it.
946 * breakpoint.h (enum enable_state): Remove the
947 bp_shlib_disabled enumerator.
948 (struct bp_location): New members shlib_disabled,
949 global_next, enabled and function_name.
950 Rename pending to condition_not_parsed.
951
952 * breakpoint.c (ALL_BP_LOCATIONS): Iterate over global_next.
953 (ALL_BP_LOCATIONS_SAFE): Likewise.
954 (breakpoint_enabled): Don't check for pending.
955 (condition_command): Free and update all locations of
956 a breakpoint.
957 (insert_bp_location): Adjust.
958 (software_breakpoint_inserted_here_p): Don't care
959 if breakpoint is enabled, as soon as it's inserted.
960 (print_it_typical): Print bpstat's location, not
961 bpstat's breakpoint's location.
962 (bpstat_stop_status): Iterate over all locations, not
963 all breakpoints.
964 (print_breakpoint_location): New.
965 (print_one_breakpoint): Renamed to
966 (print_one_breakpoint_location): ...this. Take
967 parameters to describe which location is being
968 printed. Modify code to properly print header
969 for several locations and individual locations.
970 (print_one_breakpoint): Print all locations.
971 (breakpoint_has_pc): New.
972 (describe_other_breakpoints): Use the above.
973 (check_duplicates): Renamed to...
974 (check_duplicates_for): .. this.
975 (check_duplicates): Use check_duplicates_for.
976 (allocate_bp_location): Adjust.
977 (set_raw_breakpoint_without_location): New,
978 extracted from set_raw_breakpoint.
979 (set_breakpoint_location_function): New.
980 (set_raw_breakpoint): Use
981 set_raw_breakpoint_without_location.
982 (make_breakpoint_permanent): Mark all locations
983 as inserted.
984 (disable_breakpoints_in_shlibs): Iterate over
985 locations.
986 (disable_breakpoints_in_unloaded_shlib): Likewise.
987 (re_enable_breakpoints_in_shlibs): Likewise.
988 (mention): Say "pending" when breakpoint has
989 zero locations. If breakpoint has more than one
990 location, say so.
991 (add_location_to_breakpoint): New.
992 (create_breakpoint): Accept symtabs_and_lines, not
993 symtab_and_line. Pass extra sals to
994 add_location_to_breakpoint.
995 (create_breakpoints): Pass symtabs_and_lines to
996 create_breakpoints.
997 (break_command_1): Make pending breakpoints
998 have zero locations.
999 (do_captured_breakpoint): Remove wrong allocation.
1000 (clear_command): Iterate over all locations.
1001 (unlink_locations_from_global_list): Renamed
1002 from unlink_location_from_global_list. Remove
1003 all locations.
1004 (delete_breakpoint): Remove all locations.
1005 Iterate over all locations when deciding which
1006 other location to re-enable.
1007 (all_locations_are_pending): New.
1008 (update_breakpoint_locations): Renamed from
1009 update_breakpoint_location. Try to match old
1010 and new locations using names of containing
1011 functions.
1012 (breakpoint_re_set_one): Adjust.
1013 (find_location_by_number): New.
1014 (disable_command): Allow disabling individual location.
1015 (enable_command): Allow enabling individual location.
1016 * breakpoint.c: Adjust all uses of breakpoint's
1017 enable state to for bp_shlib_disabled change.
1018
1019 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
1020
1021 * breakpoint.c (do_restore_lang_radix_cleanup): Remove.
1022 (resolve_pending_breakpoint): Remove.
1023 (re_enable_breakpoints_in_shlibs): Remove.
1024 (unlink_locations_from_global_list): New.
1025 (update_breakpoint_locations): New.
1026 (breakpoint_re_set_one): Don't bail out on pending breakpoints.
1027 Use parse_condition and update_breakpoint_location to
1028 reset breakpoint. Ignore 'symbol not found' error from
1029 decode_line_1.
1030 (breakpoint_re_set): Don't emit newline before the
1031 reason why breakpoint is not reset.
1032 (do_enable_breakpoint): Don't specially process pending
1033 breakpoints.
1034 (free_bp_location): New.
1035 (break_command_1): For pending breakpoints, initialize
1036 all fields of a sal with zeroes.
1037 * breakpoint.h (re_enable_breakpoints_in_shlibs): Remove.
1038 * infcmd.c (post_create_inferior): Don't call
1039 re_enable_breakpoints_in_shlibs.
1040 * infrun.c (handle_inferior_event): Likewise.
1041 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
1042 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
1043 * win32-nat.c (get_win32_debug_event): Likewise.
1044
1045 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
1046
1047 * breakpoint.c (create_breakpoint): Split from
1048 create_breakpoints, implementing most of its logic.
1049 Take just a single sal, single address string and
1050 single condition. Do not take parsed condition at
1051 all.
1052 (create_breakpoints): Just call create_breakpoint
1053 for each sal.
1054 (find_condition_and_thread): New.
1055 (break_command_1): Use find_condition_and_thread.
1056 Do not keep parsed conditions.
1057 (do_captured_breakpoint): Don't convert
1058 condition string to struct expression.
1059
1060 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
1061
1062 * breakpoint.h (struct breakpoint): Move the cond
1063 field to...
1064 (struct bp_location): Here.
1065 * breakpoint.c (condition_command, bpstat_stop_status)
1066 (print_one_breakpoint, allocate_bp_location)
1067 (solib_load_unload_1, create_fork_vfork_event_catchpoint)
1068 (create_exec_event_catchpoint, create_breakpoints)
1069 (break_command_1, watch_command_1, handle_gnu_v3_exceptions)
1070 (create_ada_exception_breakpoint, set_breakpoint_sal)
1071 (delete_breakpoint, breakpoint_re_set_one): Adjust.
1072 * tui/tui-winsource.c (tui_update_breakpoint_info): Adjust.
1073
1074 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
1075
1076 Associate bp_stat with bp_location, not breakpoint.
1077 * breakpoint.h (breakpoint_at): Change type
1078 to bp_location*.
1079 * breakpoint.c (bpstat_alloc): Take bp_location,
1080 not breakpoint.
1081 (bpstat_find_breakpoint): Look at bpstat's location's
1082 owner, not at bpstat->breakpoint_at.
1083 (bpstat_find_step_resume_breakpoint): Likewise.
1084 (bpstat_num): Likewise.
1085 (print_it_typical): Likewise.
1086 (print_bp_stop_message): Likewise.
1087 (watchpoint_check): Likewise.
1088 (bpstat_what): Likewise.
1089 (bpstat_get_triggered_catchpoints): Likewise.
1090 (breakpoint_auto_delete): Likewise.
1091 (delete_breakpoint): Likewise.
1092 (bpstat_stop_status): Pass location, not breakpoint,
1093 to bpstat_alloc. Look at bpstat's location's
1094 owner, not at bpstat->breakpoint_at.
1095
1096 2007-09-21 Jim Blandy <jimb@codesourcery.com>
1097
1098 * macrotab.h (new_macro_table): Document that removing information
1099 from an obstack/bcache-managed macro table leaks memory.
1100 * macrotab.c (macro_free, macro_bcache_free): Instead of asserting
1101 that data is never freed in obstack/bcache-managed macro tables,
1102 just leak the storage.
1103 (macro_undef): If we're undefining a macro at exactly the same
1104 source location that we defined it, simply remove the definition
1105 altogether.
1106
1107 2007-09-21 Joel Brobecker <brobecker@adacore.com>
1108
1109 * symfile.h (struct sym_fns): Add new field sym_read_linetable.
1110 * coffread.c, dbxread.c, elfread.c, mipsread.c somread.c:
1111 Adjust the struct sym_fns object accordingly by setting
1112 the new field to NULL.
1113 * xcoffread.c (aix_process_linenos): Make static.
1114 (xcoff_sym_fns): Set new field to aix_process_linenos.
1115 * buildsym.c (end_symtab): Replace call to PROCESS_LINENUMBER_HOOK
1116 by call to new the new sym_fns sym_read_linetable function.
1117 * config/powerpc/aix.mt (DEPRECATED_TM_FILE): Delete.
1118 * config/rs6000/tm-rs6000.h: Delete.
1119
1120 2007-09-21 David Ung <davidu@mips.com>
1121 Maciej W. Rozycki <macro@mips.com>
1122
1123 * mips-tdep.c (mips_n32n64_push_dummy_call): Per N32/N64 ABI
1124 rules do not treat composite types specially.
1125
1126 2007-09-20 Maciej W. Rozycki <macro@mips.com>
1127
1128 * mips-tdep.c (mips32_in_function_epilogue_p): New function.
1129 (mips16_in_function_epilogue_p): Likewise.
1130 (mips_in_function_epilogue_p): Likewise.
1131 (mips_gdbarch_init): Register mips_in_function_epilogue_p().
1132
1133 2007-09-19 Joel Brobecker <brobecker@adacore.com>
1134
1135 * configure.ac: Add check for "etext".
1136 * configure, config.in: Regenerate.
1137 * maint.c (TEXTEND): Only define if either _etext or etext
1138 are available.
1139 Disable the profiling functionality if TEXTEND is not defined.
1140
1141 2007-09-19 Daniel Jacobowitz <dan@codesourcery.com>
1142
1143 * mips-tdep.c (mips_stub_frame_cache): Correct the saved return
1144 address register. Correct the call to frame_id_build.
1145 (mips_stub_frame_sniffer): Use the stub unwinder when the PC
1146 is invalid.
1147
1148 2007-09-18 Joel Brobecker <brobecker@adacore.com>
1149
1150 * ia64-tdep.c (refine_prologue_limit): Make sure we don't scan
1151 the linetable past the function end.
1152
1153 2007-09-18 James E. Wilson <wilson@specifix.com>
1154
1155 * MAINTAINERS: Update my email address.
1156
1157 2007-09-18 Jerome Guitton <guitton@adacore.com>
1158
1159 * inf-ttrace.c (inf_ttrace_private_thread_info): New structure type.
1160 (inf_ttrace_delete_dying_threads_callback): New function.
1161 (inf_ttrace_resume): After resuming the execution, iterate over
1162 the dying threads to delete them for the thread list.
1163 (inf_ttrace_wait): on TTEVT_LWP_EXIT and TTEVT_LWP_TERMINATE,
1164 mark the corresponding thread as dying instead of removing it
1165 from the thread list.
1166 (inf_ttrace_thread_alive): return 0 for dying threads.
1167
1168 2007-09-17 Joel Brobecker <brobecker@adacore.com>
1169
1170 * infrun.c (insert_step_resume_breakpoint_at_frame): Add assertion
1171 that return_frame is not null.
1172
1173 2007-09-17 Joel Brobecker <brobecker@adacore.com>
1174
1175 * solib-svr4.c: Add include of "auxv.h".
1176 (enable_break): Use the AT_BASE auxiliary entry if available.
1177 * Makefile.in (solib-svr4.o): Update dependencies.
1178
1179 2007-09-17 Joel Brobecker <brobecker@adacore.com>
1180
1181 * NEWS: Create a new section for the next release branch.
1182 Rename the section of the current branch, now that it has
1183 been cut.
1184
1185 2007-09-17 Jerome Guitton <guitton@adacore.com>
1186
1187 * dwarf2loc.c (dwarf_expr_frame_base): Guard against NULL.
1188 * Makefile.in (dwarf2loc.o): Depend on gdb_assert.h.
1189
1190 2007-09-16 Vladimir Prus <vladimir@codesourcery.com>
1191
1192 * mi/mi-cmds.c (mi_cmds): Register -list-features.
1193 * mi/mi-cmds.h (mi_cmd_list_features): New.
1194 * mi/mi-main.c (mi_cmd_list_features): New.
1195
1196 2007-09-11 Joel Brobecker <brobecker@adacore.com>
1197
1198 GDB 6.7 branch created (branch timestamp: 2007-09-07 14:00 UTC)
1199 * version.in: Bump version to 6.7.50-20070911-cvs.
1200
1201 2007-09-10 Daniel Jacobowitz <dan@codesourcery.com>
1202
1203 * thread.c (free_thread): Do not delete the step resume breakpoint
1204 right away.
1205
1206 2007-09-10 Daniel Jacobowitz <dan@codesourcery.com>
1207
1208 * arch-utils.c (gdbarch_info_fill): Also try core_bfd.
1209 * corelow.c (core_read_description): New.
1210 (init_core_ops): Set to_read_description.
1211 * gdbarch.sh: Add gdbarch_core_read_description.
1212 * mips-linux-tdep.c (mips_linux_core_read_description): New.
1213 (mips_linux_init_abi): Call set_gdbarch_core_read_description.
1214 * mips-tdep.c (mips_tdesc_gp32, mips_tdesc_gp64): New.
1215 (mips_register_g_packet_guesses): Use them.
1216 (_initialize_mips_tdep): Initialize them.
1217 * mips-tdep.h (mips_tdesc_gp32, mips_tdesc_gp64): Declare.
1218 * gdbarch.h, gdbarch.c: Regenerated.
1219
1220 2007-09-10 Ulrich Weigand <uweigand@de.ibm.com>
1221
1222 * infrun.c (stepping_past_breakpoint): New global variable.
1223 (stepping_past_breakpoint_ptid): Likewise.
1224 (prepare_to_proceed): Add STEP parameter. Do not check for Ctrl-C.
1225 Only switch threads if we need to single-step over a breakpoint hit
1226 in the previously selected thread. If stepping, remember previous
1227 thread to switch back to in STEPPING_PAST_BREAKPOINT[_PTID]. Call
1228 switch_to_thread instead of copying its contents.
1229 (proceed): Pass STEP to prepare_to_proceed. Always set ONEPROC if
1230 prepare_to_proceed returns true.
1231 (init_wait_for_inferior): Reset STEPPING_PAST_BREAKPOINT.
1232 (context_switch): Call switch_to_thread.
1233 (handle_inferior_event): Switch back to previous thread if requested
1234 in STEPPING_PAST_BREAKPOINT[_PTID] by prepare_to_proceed.
1235 * gdbthread.h (switch_to_thread): Add prototype.
1236 * thread.c (switch_to_thread): Make global.
1237
1238 2007-09-07 Pierre Muller <muller@ics.u-strasbg.fr>
1239
1240 * p-valprint.c: Fix 7 ARI reported problems.
1241 (pascal_val_print): Fix one operator at end of line issue.
1242 Use paddress function to remove use of
1243 deprecated_print_address_numeric function (2 times).
1244 Use SYMBOL_LINKAGE_NAME instead of DEPRECATED_SYMBOL_NAME.
1245 (pascal_value_print): Fix 3 operator at end of line issues.
1246
1247 2007-09-07 Daniel Jacobowitz <dan@codesourcery.com>
1248
1249 PR gdb/2103
1250 * arm-tdep.c (arm_in_call_stub): Delete.
1251 (arm_skip_stub): Handle from_arm and from_thumb stubs.
1252
1253 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
1254
1255 * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Handle other integer
1256 types.
1257
1258 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
1259 Jim Blandy <jimb@codesourcery.com>
1260
1261 * NEWS: Update description of string changes. Mention print/s.
1262 * c-valprint.c (textual_element_type): New.
1263 (c_val_print): Use it. Do not skip address printing for pointers
1264 with a string format.
1265 (c_value_print): Doc update.
1266 * dwarf2read.c (read_array_type): Use make_vector_type.
1267 * gdbtypes.c (make_vector_type): New.
1268 (init_vector_type): Use it.
1269 (gdbtypes_post_init): Initialize builtin_true_unsigned_char.
1270 (_initialize_gdbtypes): Mark int8_t and uint8_t as TYPE_FLAG_NOTTEXT.
1271 * gdbtypes.h (struct builtin_type): Add builtin_true_unsigned_char.
1272 (TYPE_FLAG_NOTTEXT, TYPE_NOTTEXT): New.
1273 (make_vector_type): New.
1274 * printcmd.c (print_formatted): Only handle 's' and 'i' for examine.
1275 Call the language print routine for string format.
1276 (print_scalar_formatted): Call val_print for string format. Handle
1277 unsigned original types for char format.
1278 (validate_format): Do not reject string format.
1279 * stabsread.c (read_type): Use make_vector_type.
1280 * xml-tdesc.c (tdesc_start_vector): Use init_vector_type.
1281
1282 2007-09-04 Michael Snyder <msnyder@access-company.com>
1283
1284 * expprint.c (print_subexp_standard): Check strchr for null.
1285 * Makefile.in (expprint.o): Depend on gdb_assert.h.
1286
1287 * gnu-v2-abi.c (gnuv2_value_rtti_type): Guard against null.
1288
1289 * stabsread.c (patch_block_status): Guard against null.
1290 * Makefile.in (stabsread.o): Depend on gdb_assert.h.
1291
1292 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
1293
1294 * printcmd.c (printf_command): Handle ptr_arg. Correct typo
1295 in internal error message.
1296
1297 2007-09-04 Pedro Alves <pedro_alves@portugalmail.pt>
1298 Daniel Jacobowitz <dan@codesourcery.com>
1299
1300 * infcmd.c (post_create_inferior): Update comment.
1301 (run_command_1): Always call post_create_inferior with 0 as
1302 from_tty.
1303
1304 * i386-cygwin-tdep.h: New.
1305 * i386-cygwin-tdep.c: Include "i386-cygwin-tdep.h".
1306 (win32_xfer_shared_library): Make it extern.
1307
1308 * win32-nat.c: Include gdb_obstack.h and xml-support.h and
1309 i386-cygwin-tdep.h.
1310 (win32_so_ops): Delete.
1311 (get_relocated_section_addrs): Delete.
1312 (solib_symbols_add): Delete.
1313 (register_loaded_dll): Delete.
1314 (win32_make_so): New.
1315 (handle_load_dll): Use win32_make_so.
1316 (win32_free_so): Free the passed in so.
1317 (win32_relocate_section_addresses): Delete.
1318 (win32_solib_create_inferior_hook): Delete.
1319 (handle_unload_dll): Don't add PE offset here. Free so with
1320 win32_free_so instead of free_so.
1321 (win32_special_symbol_handling): Delete.
1322 (get_win32_debug_event): Remove unneeded calls. Set state to
1323 TARGET_WAITKIND_LOADED on a dll unload.
1324 (do_initial_win32_stuff): Clear cygwin_load_start and
1325 cygwin_load_end.
1326 (map_code_section_args): Delete.
1327 (dll_code_sections_add): Delete.
1328 (core_section_load_dll_symbols): Delete.
1329 (win32_xfer_shared_libraries): New.
1330 (win32_current_sos): Delete.
1331 (win32_xfer_partial): New.
1332 (open_symbol_file_object): Delete.
1333 (in_dynsym_resolve_code): Delete.
1334 (init_win32_ops): Set win32_xfer_partial as to_xfer_partial member
1335 of win32_ops. Remove win32_so_ops settings. Don't set
1336 current_target_so_ops here.
1337
1338 * Makefile.in (i386_cygwin_tdep_h): New variable.
1339 (i386-cygwin-tdep.o): Update dependencies.
1340 (win32-nat.o): Update dependencies.
1341
1342 2007-09-04 Pedro Alves <pedro_alves@portugalmail.pt>
1343 Daniel Jacobowitz <dan@codesourcery.com>
1344
1345 * gdbarch.sh (core_xfer_shared_libraries): New.
1346
1347 * corelow.c (core_xfer_partial): Handle TARGET_OBJECT_LIBRARIES.
1348
1349 * gdb_obstack.h (obstack_grow_str, obstack_grow_str0): New.
1350
1351 * xml-support.c (gdb_xml_parse): Debug output tweaks.
1352 (xml_escape_text): New.
1353 * xml-support.h (xml_escape_text): Declare.
1354
1355 * config/i386/cygwin.mh (NATDEPFILES): Move corelow.o to ...
1356 * config/i386/cygwin.mt (TDEPFILES): ... here.
1357
1358 * win32-nat.c: (fetch_elf_core_registers): Delete.
1359 (win32_elf_core_fn): Delete.
1360 (_initialize_core_win32): Delete.
1361
1362 * i386-cygwin-tdep.c: Include "regset.h", "gdb_objstack.h",
1363 "xml-support.h" and "gdbcore.h".
1364 (i386_win32_gregset_reg_offset): New.
1365 (I386_WIN32_SIZEOF_GREGSET): New.
1366 (i386_win32_regset_from_core_section): New.
1367 (win32_xfer_shared_library): New.
1368 (struct cpms_data): New.
1369 (core_process_module_section): New.
1370 (win32_core_xfer_shared_libraries): New.
1371 (i386_cygwin_skip_trampoline_code): Register gregset_reg_offset,
1372 gregset_num_regs, sizeof_gregset members of tdep. Register
1373 regset_from_core_section and core_xfer_shared_libraries callbacks.
1374
1375 * Makefile.in (i386-cygwin-tdep.o): Update dependencies.
1376 * gdbarch.h, gdbarch.c: Regenerate.
1377
1378 2007-09-03 Daniel Jacobowitz <dan@codesourcery.com>
1379
1380 * corelow.c (core_xfer_partial): Pass writebuf to
1381 deprecated_xfer_memory in TARGET_OBJECT_MEMORY write case.
1382
1383 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
1384
1385 * arm-tdep.h (arm_skip_stub): Declare.
1386 * arm-wince-tdep.c: Don't include "solib-svr4.h". Include
1387 "gdbcore.h".
1388 (arm_pe_skip_trampoline_code): New function.
1389 (arm_wince_init_abi): Register arm_pe_skip_trampoline_code as
1390 gdbarch_skip_trampoline_code callback.
1391 * Makefile.in (arm-wince-tdep.o): Update dependencies.
1392
1393 2007-09-03 Daniel Jacobowitz <dan@codesourcery.com>
1394
1395 * MAINTAINERS: Move Fred Fish to Past Maintainers.
1396
1397 2007-09-03 Daniel Jacobowitz <dan@codesourcery.com>
1398
1399 * configure.ac: Add --with-expat.
1400 * configure: Regenerated.
1401
1402 2007-09-03 Andreas Schwab <schwab@suse.de>
1403
1404 * configure.ac: Accept --with-system-readline.
1405 (READLINE, READLINE_DEPS, READLINE_CFLAGS): Define and substitute.
1406 * configure: Regenerate.
1407 * Makefile.in (READLINE, READLINE_DEPS, READLINE_CFLAGS): Use
1408 substituted values.
1409 (CDEPS): Use $(READLINE_DEPS) instead of $(READLINE).
1410
1411 2007-09-03 Maxim Grigoriev <maxim2405@gmail.com>
1412 Daniel Jacobowitz <dan@codesourcery.com>
1413
1414 * mi-main.c (mi_load_progress): Handle MI2 and MI3 interpreters.
1415
1416 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1417
1418 * top.c (print_gdb_version): Fixed a string end-of-line compiler error.
1419
1420 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
1421
1422 * top.c (print_gdb_version): Update for GPL version 3.
1423
1424 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1425
1426 * NEWS: Mention the build-id .debug files verification.
1427
1428 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1429
1430 * linux-nat.c (linux_nat_make_corefile_notes): Fixed a buffer overflow.
1431
1432 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1433
1434 * Makefile.in (symfile.o): Update dependencies.
1435 * symfile.c (symbol_file_add_with_addrs_or_offsets): Initialize the
1436 DEBUGFILE variable. FIND_SEPARATE_DEBUG_FILE called only if !PSYMTABS.
1437 (struct build_id): New structure.
1438 (build_id_bfd_get, build_id_verify, build_id_to_debug_filename): New.
1439 (find_separate_debug_file): New variable BUILD_ID.
1440 Call BUILD_ID_BFD_GET with BUILD_ID_TO_DEBUG_FILENAME as the first try.
1441
1442 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
1443
1444 * varobj.c (struct varobj): Fix comment
1445 for the type member not to lie when it can be
1446 NULL.
1447
1448 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
1449
1450 Implement -var-info-path-expression.
1451
1452 * mi/mi-cmds.h (mi_cmd_var_info_path_expression):
1453 Declare.
1454 * mi/mi-cmds.c (mi_cmds): Register var-info-path-expression.
1455 * mi/mi-cmd-var.c (mi_cmd_var_info_path_expression): New.
1456 * varobj.c (struct varobj): New field 'path_expr'.
1457 (c_path_expr_of_child, cplus_path_expr_of_child)
1458 (java_path_expr_of_child): New.
1459 (struct language_specific): New field path_expr_of_child.
1460 (varobj_create): Initialize the path_expr field.
1461 (varobj_get_path_expr): New.
1462 (new_variable): Initialize the path_expr field.
1463 (free_variable): Free the path_expr field.
1464 (adjust_value_for_children_access): New parameter
1465 WAS_TYPE.
1466 (c_number_of_children): Adjust.
1467 (c_describe_child): New parameter CFULL_EXPRESSION.
1468 Compute full expression.
1469 (c_value_of_child, c_type_of_child): Adjust.
1470 (cplus_number_of_children): Adjust.
1471 (cplus_describe_child): New parameter CFULL_EXPRESSION.
1472 Compute full expression.
1473 (cplus_name_of_child, cplus_value_of_child)
1474 (cplus_type_of_child): Adjust.
1475 * varobj.h (varobj_get_path_expr): Declare.
1476
1477 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
1478
1479 * mi/mi-cmd-var.c (print_varobj): If a varobj
1480 type is NULL, don't try to print it.
1481
1482 2007-08-30 Alan Modra <amodra@bigpond.net.au>
1483
1484 * ppc-linux-nat.c (right_fill_reg): Delete.
1485 (supply_gregset): Use ppc_supply_gregset.
1486 (supply_fpregset): Use ppc_supply_fpregset.
1487 (fill_gregset): Use ppc_collect_gregset.
1488 (fill_fpregset): Use ppc_collect_fpregset.
1489 * ppc-linux-tdep.c (PPC_LINUX_PT_*): Don't define.
1490 (right_supply_register, ppc_linux_supply_gregset): Delete.
1491 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): Delete.
1492 (ppc_linux_supply_fpregset): Delete.
1493 (ppc_linux_collect_gregset): New function.
1494 (ppc32_linux_reg_offsets, ppc64_linux_reg_offsets): New.
1495 (ppc32_linux_gregset, ppc64_linux_gregset): Update to use reg offsets,
1496 ppc_linux_supply_gregset, and ppc_collect_gregset.
1497 (ppc_linux_fpregset): Rename to ppc32_linux_fpregset and update.
1498 (ppc_linux_gregset, ppc_linux_fpregset): New functions.
1499 (ppc_linux_regset_from_core_section): Update.
1500 * ppc-tdep.h (ppc_linux_gregset, ppc_linux_fpregset): Declare.
1501 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Delete.
1502 (struct ppc_reg_offsets): Add gpr_size, xr_size, fpscr_size fields.
1503 * ppcobsd-tdep.c (ppcobsd_supply_gregset): Delete FIXME and assert.
1504 (ppcobsd_collect_gregset): Likewise.
1505 (_initialize_ppcnbsd_tdep): Init gpr_size, xr_size, fpscr_size.
1506 * ppcnbsd-tdep.c (_initialize_ppcobsd_tdep): Likewise.
1507 * ppcobsd-nat.c (_initialize_ppcobsd_nat): Likewise.
1508 * rs6000-aix-tdep.c (rs6000_aix32_reg_offsets): Likewise.
1509 (rs6000_aix64_reg_offsets): Likewise.
1510 (rs6000_aix_supply_regset): Call ppc_supply_fpregset without testing
1511 ppc_floating_point_unit_p.
1512 (rs6000_aix_collect_regset): Similarly.
1513 * rs6000-tdep.c (ppc_supply_reg): Add regsize param. Adjust offset
1514 when regsize is larger than regcache register size.
1515 (ppc_collect_reg): Similarly zero pad when regsize is larger than
1516 regcache register size.
1517 (ppc_greg_offset): New function, split out from..
1518 (ppc_supply_gregset): ..here. Separate code handling all regs from
1519 single reg case. Correct xer offset.
1520 (ppc_fpreg_offset): New function, split out from..
1521 (ppc_supply_fpregset): ..here. Separate code handling all regs from
1522 single reg case.
1523 (ppc_collect_gregset, ppc_collect_fpregset): Likewise.
1524 (ppc_supply_fpregset, ppc_collect_fpregset): Don't assert we have
1525 a fp unit, instead return if no fp.
1526
1527 2007-08-29 Jim Blandy <jimb@codesourcery.com>
1528
1529 * breakpoint.c (watch_command_1): Remove '#ifdef HPUXHPPA' block;
1530 this code has not been compiled for two years.
1531
1532 2007-08-29 Michael Snyder <msnyder@access-company.com>
1533
1534 * event-top.c (gdb_readline2): Return after EOF.
1535
1536 2007-08-29 Joel Brobecker <brobecker@adacore.com>
1537
1538 * symtab.c: Remove a function that has been commented out 3 years ago.
1539
1540 2007-08-29 Randolph Chung <tausq@debian.org>
1541
1542 * hppa-tdep.c (hppa32_cannot_fetch_register)
1543 (hppa64_cannot_fetch_register): New functions.
1544 (hppa_gdbarch_init): Set cannot_fetch_register appropriately.
1545 * hppa-tdep.h (hppa_regnum): Add HPPA_CR26_REGNUM.
1546
1547 2007-08-28 Michael Snyder <msnyder@access-company.com>
1548
1549 * mi/mi-cmd-var.c (mi_print_value_p): No longer necessary to
1550 check for null before calling check_typedef.
1551
1552 * NEWS: Mention Coverity bug fixes.
1553
1554 2007-08-27 Markus Deuling <deuling@de.ibm.com>
1555
1556 * spu-tdep.c (spu_pointer_to_address): New function.
1557 (spu_integer_to_address): Likewise.
1558 (spu_gdbarch_init): Add spu_pointer_to_address and
1559 spu_integer_to_address to gdbarch.
1560
1561 2007-08-26 Pedro Alves <pedro_alves@portugalmail.pt>
1562
1563 * arm-wince-tdep.c (ARM_WINCE_JB_PC): Change to 10.
1564
1565 2007-08-23 Joel Brobecker <brobecker@adacore.com>
1566
1567 * Makefile.in (copying.c): Use the top-level COPYING3 as the file
1568 that contains the GDB license.
1569 * copying.awk: Adjust to the GPLv3 wording.
1570 * copying.c: Regenerate.
1571
1572 2007-08-23 Joel Brobecker <brobecker@adacore.com>
1573
1574 * copying.awk: Protoization, and i18n markup.
1575
1576 2007-08-23 Joel Brobecker <brobecker@adacore.com>
1577
1578 * config/djgpp/djconfig.sh: Switch license to GPLv3.
1579 * copyright.sh: Likewise.
1580 * gdb-events.sh: Likewise.
1581 * gdb_gcore.sh: Likewise.
1582 * gdb_mbuild.sh: Likewise.
1583 * gdbarch.sh: Likewise.
1584 * observer.sh: Likewise.
1585 * features/feature_to_c.sh: Likewise.
1586 * regformats/regdat.sh: Likewise.
1587
1588 2007-08-23 Joel Brobecker <brobecker@adacore.com>
1589
1590 Switch the license of all .c files to GPLv3.
1591 Switch the license of all .h files to GPLv3.
1592 Switch the license of all .cc files to GPLv3.
1593
1594 2007-08-23 Joel Brobecker <brobecker@adacore.com>
1595
1596 * configure.ac: Switch license to GPLv3.
1597
1598 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
1599
1600 * mips-tdep.c (mips_gdbarch_init): Use Tag_GNU_MIPS_ABI_FP to
1601 determine the file's FPU type.
1602
1603 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
1604
1605 * mips-tdep.c (mips_n32n64_fp_arg_chunk_p): New.
1606 (mips_n32n64_push_dummy_call): Always increment float_argreg along
1607 with argreg. Use mips_n32n64_fp_arg_chunk_p.
1608
1609 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
1610
1611 * solib-svr4.c (scan_dyntag): Only read target memory when necessary.
1612 Fix formatting.
1613 (elf_locate_base): Look for DT_MIPS_RLD_MAP first. Expand comments.
1614 (elf_lookup_lib_symbol): Fix formatting.
1615
1616 2007-08-21 Michael Snyder <msnyder@access-company.com>
1617
1618 * dbxread.c (read_dbx_symtab): Guard null deref.
1619 Break up long line.
1620
1621 * valops.c (find_overload_match): Guard against NULL.
1622
1623 2007-08-21 Daniel Jacobowitz <dan@codesourcery.com>
1624
1625 * MAINTAINERS (Patch Champions): Remove self.
1626
1627 2007-08-21 Chris Smith <chris.smith@st.com>
1628
1629 * cli/cli-script.c (read_command_lines): Call dont_repeat for each
1630 line.
1631
1632 2007-08-18 Michael Snyder <msnyder@access-company.com>
1633
1634 * stabsread.c (dbx_lookup_type): Memory leak.
1635
1636 * event-loop.c (delete_async_signal_handler): Move pointer null
1637 test to before pointer dereference.
1638
1639 * ui-out.c (append_header_to_list): Possible cut and paste error.
1640
1641 * MAINTAINERS: white space tweak.
1642
1643 2007-08-17 Michael Snyder <msnyder@access-company.com>
1644
1645 * stack.c (print_frame): Memory leak.
1646
1647 * completer.c (filename_completer): Avoid memory leak.
1648 Remove unnecessary nested block.
1649
1650 * c-exp.y (parse_number): Memory leak.
1651
1652 * completer.c (location_completer): Must free 'fn_list', except
1653 in the one case where it is returned (as 'list').
1654
1655 * varobj.c (value_of_root): Memory leak.
1656
1657 * gdbtypes.h (virtual_base_list): Remove export decl.
1658 * gdbtypes.c (virtual_base_list): Make static. Not called outside.
1659 (virtual_base_index): Memory leak.
1660 (virtual_base_index_skip_primaries): Ditto.
1661
1662 2007-08-17 Maxim Grigoriev <maxim2405@gmail.com>
1663
1664 * xtensa-tdep.c (ARG_NOF, ARG_1ST, PS_WOE, PS_EXC, C0_MAXOPDS)
1665 (C0_NREGS, C0_CLESV, C0_SP, C0_FP, C0_RA, C0_ARGS, C0_NARGS)
1666 (C0_CONST, C0_INEXP, C0_NOSTK): New macros.
1667 (xtensa_read_register): New function.
1668 (xtensa_windowed_frame_cache, xtensa_call0_frame_cache, xtensa_c0reg)
1669 (xtensa_insn_kind): New types.
1670 (xtensa_frame_cache, xtensa_alloc_frame_cache, xtensa_frame_cache)
1671 (xtensa_frame_prev_register, xtensa_return_value, xtensa_skip_prologue)
1672 (xtensa_verify_config, xtensa_pseudo_register_read)
1673 (xtensa_pseudo_register_write, xtensa_extract_return_value)
1674 (xtensa_store_return_value)
1675 (xtensa_push_dummy_call): Extended to support Xtensa Call0 ABI.
1676 (windowing_enabled, extract_call_winsize, xtensa_unwind_dummy_id)
1677 (xtensa_frame_this_id, xtensa_frame_prev_register)
1678 (xtensa_register_type, xtensa_reg_to_regnum): Cosmetic changes.
1679 (call0_frame_cache, call0_frame_get_reg_at_entry)
1680 (call0_classify_opcode, call0_track_op)
1681 (call0_analyze_prologue, call0_frame_cache): New functions.
1682
1683 2007-08-17 Vladimir Prus <vladimir@codesourcery.com>
1684
1685 * breakpoint.c (bpstat_free): New.
1686 (bpstat_clear): Use bpstat_free.
1687 (delete_breakpoint): Document why we cannot
1688 remove bpstats from stop_bpstat.
1689 * breakpoint.h (bpstat_free): Declare.
1690
1691 2007-08-16 Michael Snyder <msnyder@access-company.com>
1692
1693 * event-loop.c (gdb_wait_for_event): Move statement into "if" block.
1694
1695 2007-08-15 Paul Hilfinger <hilfinger@adacore.com>
1696 Joel Brobecker <brobecker@adacore.com>
1697
1698 * ada-lang.c (resolve_subexp): Correct arity of binary operators.
1699
1700 2007-08-15 Paul Hilfinger <hilfinger@adacore.com>
1701 Joel Brobecker <brobecker@adacore.com>
1702
1703 * ada-lang.c (possible_user_operator_p): Alternative fix to last
1704 checkin guarding against NULL.
1705
1706 2007-08-14 Michael Snyder <msnyder@access-company.com>
1707
1708 * tui-command.c, tui-data.c, tui-disasm.c, tui-file.c, tui-io.c,
1709 tui-layout.c, tui-regs.c, tui-source.c, tui-win.c, tui-windata.c,
1710 tui-wingeneral.c, tui-winsource.c: Coding standard, && and ||
1711 go at beginning of new line.
1712
1713 * tui-data.c, tui-data.h, tui-disasm.c, tui-disasm.h, tui-hooks.c,
1714 tui-io.c, tui-layout.c, tui-layout.h, tui-out.c, tui-regs.c,
1715 tui-source.c, tui-source.h, tui-stack.c, tui-win.c, tui-win.h,
1716 tui-windata.c, tui-windata.h, tui-wingeneral.c, tui-winsource.c,
1717 tui-winsource.h, tui.c, tui.h: Function declarations and
1718 definitions, wrap long lines.
1719
1720 * tui-command.c, tui-data.c, tui-disasm.c, tui-layout.c,
1721 tui-regs.c, tui-win.c, tui-windata.c, tui-winsource.c, tui.c:
1722 Reformat block comments to GNU standard.
1723
1724 * tui-command.c, tui-data.c, tui-data.h, tui-disasm.c, tui-file.c,
1725 tui-hooks.c, tui-interp.c, tui-io.c, tui-layout.c, tui-out.c,
1726 tui-regs.c, tui-regs.h, tui-source.c, tui-stack.c, tui-win.c,
1727 tui-windata.c, tui-wingeneral.c, tui-winsource.c, tui-winsource.h,
1728 tui.c, tui.h: Comment reformatting to coding standard (capitals,
1729 spaces after periods, etc).
1730
1731 * tui-data.c, tui-data.h, tui-disasm.c, tui-hooks.c, tui-layout.c,
1732 tui-regs.c, tui-source.c, tui-stack.c, tui-win.c, tui-windata.c,
1733 tui-wingeneral.c, tui-wingeneral.h, tui-winsource.c, tui.c,
1734 tui-winsource.h: Whitespace changes, fix pointer declarations
1735 to be consistant.
1736
1737 2007-08-14 Joel Brobecker <brobecker@adacore.com>
1738 Michael Snyder <msnyder@access-company.com>
1739
1740 * ada-lang.c (field_alignment): Guard against NULL.
1741
1742 2007-08-14 Joel Brobecker <brobecker@adacore.com>
1743
1744 * MAINTAINERS (Global Maintainers): Add self.
1745
1746 2007-08-14 Michael Snyder <msnyder@access-company.com>
1747
1748 * mi/mi-interp.c (mi_cmd_interpreter_exec): Dead code, dead variable.
1749
1750 * ada-lang.c (possible_user_operator_p): Guard against NULL.
1751
1752 * varobj.c (cplus_describe_child): Guard against null.
1753 Use "NULL" instead of "0" to initialize pointers.
1754
1755 2007-08-14 Daniel Jacobowitz <dan@codesourcery.com>
1756
1757 * arm-tdep.c (arm_gdbarch_init): Allow unknown ABI and FPU settings
1758 to match any gdbarch with matching OSABI. Set default ABI and FPU
1759 after running the OSABI handler.
1760
1761 2007-08-14 Daniel Jacobowitz <dan@codesourcery.com>
1762
1763 * config/i386/linux.mh (NATDEPFILES): Move corelow.o from here...
1764 * config/i386/linux.mt (TDEPFILES): ...to here.
1765
1766 2007-08-14 Vladimir Prus <vladimir@codesourcery.com>
1767
1768 * breakpoint.c (disable_breakpoints_in_shlibs): Remove
1769 the 'silent' parameter and code to implement that.
1770 * breakpoint.h (disable_breakpoints_in_shlibs): Adjust
1771 prototype.
1772 * win32-nat.c: Adjust.
1773 * solib.c: Adjust.
1774
1775 2007-08-14 Vladimir Prus <vladimir@codesourcery.com>
1776
1777 * breakpoint.c (update_breakpoints_after_exec): Don't
1778 set address to zero.
1779
1780 2007-08-13 Michael Snyder <msnyder@access-company.com>
1781
1782 * valops.c: Whitespace clean-up.
1783
1784 * tui/tui-winsource.c (tui_alloc_source_buffer): Clean up allocation.
1785
1786 * event-top.c (command_line_handler): Memory leak.
1787
1788 * mi/mi-cmd-var.c (mi_cmd_var_set_format): Memory leak.
1789 No need to make copy.
1790
1791 * source.c (find_source_lines): Require symtab 's'.
1792
1793 2007-08-11 Michael Snyder <msnyder@access-company.com>
1794
1795 * completer.c: Spelling fix in comments.
1796
1797 2007-08-10 Michael Snyder <msnyder@access-company.com>
1798
1799 * gdbtypes.c: Coding standard cleanup.
1800 * gdbtypes.c: Comment/whitespace cleanup.
1801
1802 * stabsread.c (read_huge_number): Attempt to compute value before
1803 values that it depends on.
1804
1805 * linespec.c (decode_dollar): Dead code, ptr can't be non-null.
1806 (decode_objc): Use "NULL" instead of 0.
1807 (find_method): Ditto.
1808 (decode_all_digits): Ditto.
1809 (decode_dollar): Ditto.
1810
1811 * mi/mi-main.c (mi_cmd_data_evaluate_expression): Resource leak.
1812
1813 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Memory leak.
1814
1815 * solib-svr4.c (enable_break): Don't free tmp_pathname until
1816 after closing bfd.
1817
1818 * completer.c: Comment/whitespace cleanup.
1819
1820 2007-08-10 Joel Brobecker <brobecker@adacore.com>
1821
1822 * Makefile.in (i386nbsd-nat.o): Add missing dependency.
1823
1824 2007-08-10 Maxim Grigoriev <maxim2405@gmail.com>
1825
1826 * remote-fileio.c (remote_fileio_resize_fd_map): Initialize newly
1827 allocated file descriptors.
1828
1829 2007-08-10 Joel Brobecker <brobecker@adacore.com>
1830
1831 * Makefile.in: Minor cleanup throughout; add some missing variables,
1832 add some missing rules, remove some rules that are no longer needed,
1833 and fix the dependencies in several rules.
1834
1835 2007-08-10 Ludovic Courtès <ludo@gnu.org>
1836
1837 * Makefile.in (SFILES): Add scm-{exp,lang,valprint}.c.
1838 (scm_lang_h, scm_tags_h): New.
1839 (COMMON_OBS): Add scm-{exp,lang,valprint}.o.
1840 (scm-exp.o, scm-lang.o, scm-valprint.o): New targets.
1841 * defs.h (enum language): Add `language_scm'.
1842
1843 * MAINTAINERS: Add Emacs local variables to use UTF-8 upon
1844 opening.
1845
1846 2007-08-09 Ludovic Courtès <ludo@gnu.org>
1847
1848 * MAINTAINERS (Write After Approval): Add myself.
1849
1850 2007-08-09 Michael Snyder <msnyder@access-company.com>
1851
1852 * solib.c (solib_open): Memory leak -- openp returns xmalloc buffer.
1853
1854 2007-08-09 Joel Brobecker <brobecker@adacore.com>
1855
1856 * solib-som.c (som_relocate_section_addresses): Stop saving
1857 the $CODE$ section in the so_list structure.
1858
1859 2007-08-08 Maxim Grigoriev <maxim2405@gmail.com>
1860
1861 * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): New.
1862 (xtensa_register_group_t): Add entries for coprocessors.
1863 * xtensa-tdep.c (xtensa_init_reggroups): New register groups.
1864 (xtensa_add_reggroups): Likewise.
1865 (xtensa_register_reggroup_p): Likewise.
1866 (xtensa_coprocessor_register_group): New function.
1867 (xtensa_cp): New.
1868
1869 2007-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1870
1871 * serial.c (serial_open): Fix the OPEN parameter macro expansion.
1872
1873 2007-08-08 Michael Snyder <msnyder@access-company.com>
1874
1875 * target.c (target_read_string): Guard against null.
1876
1877 * varobj.c (value_of_root): Move alloc after return to avoid leak.
1878
1879 * tui/tui-layout.c (tui_set_layout): Dead code, dead variable.
1880 (tui_set_layout_for_display_command): Mem leak.
1881
1882 * top.c (command_line_input): Memory leak.
1883
1884 * solib-svr4.c (open_symbol_file_object): Memory leak.
1885 (svr4_current_sos): Ditto.
1886 (enable_break): Ditto.
1887
1888 * cp-valprint.c (cp_print_hpacc_virtual_table_entries): Memory leak.
1889
1890 * dwarf2read.c (add_partial_symbol): Memory leak.
1891
1892 2007-08-06 Michael Snyder <msnyder@access-company.com>
1893
1894 * ada-lang.c (desc_bounds): Comparison of function address to NULL.
1895
1896 2007-08-05 Jim Blandy <jimb@codesourcery.com>
1897
1898 * macroexp.c (init_buffer): Remove testing code that overrides the
1899 caller's length guess.
1900 (gather_arguments): Use a larger initial size, now that the vector
1901 growth code has been exercised.
1902
1903 2007-08-05 Pedro Alves <pedro_alves@portugalmail.pt>
1904
1905 * solib-target.c (solib_target_relocate_section_addresses): Add
1906 orig_delta to addr_high.
1907
1908 2007-08-04 Michael Snyder <msnyder@access-company.com>
1909
1910 * remote-fileio.c (remote_fileio_func_write): Memory leak.
1911
1912 * breakpoint.c (print_one_breakpoint): Off by one error.
1913
1914 * tracepoint.c (add_register): Off by one error.
1915 (stringify_collection_list): Free malloc buffer.
1916
1917 2007-08-03 Michael Snyder <msnyder@access-company.com>
1918
1919 * mi-cmd-var.c (mi_cmd_var_delete): Remove unused variable,
1920 stop memory leak, straighten out cleanups.
1921
1922 * jv-lang.c (java_link_class_type): Guard against NULL.
1923
1924 2007-08-02 Michael Snyder <msnyder@access-company.com>
1925
1926 * gdbtypes.c (create_set_type): Test should only be done within
1927 the preceeding if block. Otherwise, variable is uninitialized.
1928
1929 * gdbtypes.c (check_typedef): Guard NULL.
1930
1931 2007-08-01 Michael Snyder <msnyder@access-company.com>
1932
1933 * cli/cli-decode.c (lookup_cmd): Check for null earlier, to
1934 avoid dereference in lookup_cmd_1.
1935
1936 * tui/tui-data.c (tui_alloc_content): Move assign out of if,
1937 clean up long lines.
1938 (tui_alloc_generic_win_info): Tidy by using XMALLOC macro.
1939 (tui_alloc_win_info): Ditto.
1940 (tui_add_content_elements): Ditto.
1941 * tui/tui-file.c (tui_file_magic): Ditto.
1942
1943 2007-07-31 Michael Snyder <msnyder@access-company.com>
1944
1945 * breakpoint.c (breakpoint_init_inferior): Add 'else' to 'if'.
1946 True and false paths are mutually exclusive.
1947
1948 * event-top.c (command_line_handler): Add pedantic return.
1949
1950 * f-valprint.c (info_common_command): Bail out to prevent null
1951 pointer deref. Break up a long line.
1952
1953 * exec.c (xfer_memory): Remove redundant condition from 'if'.
1954
1955 * symfile.c (reread_separate_symbols): Free xmalloced memory.
1956
1957 * printcmd.c (build_address_symbolic): Remove dead code and dead
1958 variable.
1959
1960 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
1961
1962 * linespec.c (minsym_found): Advance to the next line if possible.
1963
1964 2007-07-31 Pedro Alves <pedro_alves@portugalmail.pt>
1965
1966 * arm-wince-tdep.c (arm_wince_init_abi): Remove svr4 related call.
1967 * config/arm/wince.mt (TDEPFILES): Remove solib-legacy.o and
1968 solib-svr4.o, and add solib-target.o
1969
1970 2007-07-27 Michael Snyder <msnyder@access-company.com>
1971
1972 * tui/tui-data.c (tui_alloc_generic_win_info): Wrong arg for sizeof.
1973
1974 2007-07-26 Maciej W. Rozycki <macro@linux-mips.org>
1975
1976 * MAINTAINERS (Write After Approval): Add myself.
1977
1978 2007-07-26 Maciej W. Rozycki <macro@mips.com>
1979
1980 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
1981 for include files.
1982
1983 2007-07-25 Maciej W. Rozycki <macro@mips.com>
1984
1985 * Makefile.in (MAKEHTMLFLAGS): Remove "-glossary".
1986
1987 2007-07-24 Michael Snyder <msnyder@access-company.com>
1988
1989 * solib-svr4.c (svr4_fetch_objfile_link_map): Null pointer check of
1990 'buffer' must cover both branches that call strcmp (Coverity).
1991
1992 * stack.c (print_frame_args): Check return value of lookup_symbol.
1993
1994 * ax-gdb.c (find_field): Guard against null ptr.
1995
1996 2007-07-24 Ulrich Weigand <uweigand@de.ibm.com>
1997
1998 * regformats/reg-spu.dat: Fix order of npc, id registers.
1999
2000 2007-07-24 Ulrich Weigand <uweigand@de.ibm.com>
2001
2002 * target.c (memory_xfer_partial): Accesses to unmapped overlay
2003 sections should always go to the executable file.
2004
2005 2004-07-20 Chris Dearman <chris@mips.com>
2006
2007 * mips-tdep.c (heuristic_proc_start): Add more MIPS16 function
2008 prologue instructions.
2009
2010 2007-07-20 Maciej W. Rozycki <macro@mips.com>
2011
2012 * mips-tdep.c (mips_next_pc): Use is_mips16_addr() instead of
2013 a direct test.
2014
2015 2007-07-20 Chris Dearman <chris@mips.com>
2016 Maciej W. Rozycki <macro@mips.com>
2017
2018 * mips-tdep.c (fetch_mips_16): Fix typos and reformat the
2019 description.
2020
2021 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
2022 Daniel Jacobowitz <dan@codesourcery.com>
2023
2024 * config/i386/cygwin.mt (TDEPFILES): Add solib-target.o.
2025 * coff-pe-read.c (read_pe_exported_syms): Delete verbose
2026 printf.
2027 * NEWS: Mention gdbserver DLL support.
2028
2029 2007-07-17 Daniel Jacobowitz <dan@codesourcery.com>
2030
2031 * dwarf2read.c (dwarf_decode_lines): Detect address size mismatches.
2032
2033 2007-07-16 H.J. Lu <hongjiu.lu@intel.com>
2034
2035 * i386-linux-nat.c (fetch_regs): Work around gcc 3.4 alias
2036 warning bug.
2037
2038 2007-07-13 Kevin Buettner <kevinb@redhat.com>
2039
2040 * mep-tdep.c (mep_analyze_prologue): Update comment for BRA
2041 instruction case.
2042
2043 2007-07-12 Kevin Buettner <kevinb@redhat.com>
2044
2045 * mep-tdep.c (IS_BRA, BRA_DISP): New macros.
2046 (mep_analyze_prologue): Add case for BRA instruction.
2047
2048 2007-07-12 Ulrich Weigand <uweigand@de.ibm.com>
2049
2050 * solib-svr4.c (LM_ADDR_CHECK): Relax prelink recognition heuristic.
2051
2052 2007-07-10 Nick Roberts <nickrob@snap.net.nz>
2053
2054 * breakpoint.c: Include "top.h".
2055 (breakpoint_1): Don't set convenience variable $_ if server prefix
2056 is used.
2057 (_initialize_breakpoint): Describe this behaviour in command help.
2058
2059 2007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
2060
2061 * solib-target.c (library_list_start_segment): Cast address to
2062 CORE_ADDR.
2063
2064 2007-07-06 Mark Kettenis <kettenis@gnu.org>
2065
2066 * bsd-uthread.c (bsd_uthread_wait): Don't try to fetch thread IDs
2067 for terminated processes.
2068
2069 2007-07-05 Michael Snyder <msnyder@access-company.com>
2070
2071 * event-top.c (cli_command_loop): Prompt string can (and should)
2072 be freed after call to readline (Coverity). Also move local var
2073 declarations into block where they are used.
2074
2075 * tui/tui-interp.c (tui_command_loop): Prompt string can (and
2076 should) be freed after call to readline (Coverity). Also move
2077 local var declarations into block where they are used.
2078
2079 2007-07-03 Andreas Schwab <schwab@suse.de>
2080
2081 * linux-nat.c (linux_nat_info_proc_cmd): Fix parsing of columns in
2082 /proc/../stat.
2083
2084 2007-07-03 Paul Gilliam <pgilliam@us.ibm.com>
2085 Thiago Bauermann <bauerman@br.ibm.com>
2086 Joseph S. Myers <joseph@codesourcery.com>
2087 Daniel Jacobowitz <dan@codesourcery.com>
2088
2089 * remote.c (remote_check_symbols): Use
2090 gdbarch_convert_from_func_ptr_addr.
2091 * infcall.c (find_function_addr): Handle function descriptors
2092 without debugging information.
2093 * ppc-linux-tdep.c (ppc_linux_convert_from_func_ptr_addr): Renamed
2094 from ppc64_linux_convert_from_func_ptr_addr. Handle -msecure-plt.
2095 (ppc_linux_init_abi): Always set convert_from_func_ptr_addr.
2096 * solib-svr4.c (solib_break_names): Remove "._dl_debug_state".
2097 (bfd_lookup_symbol): Do not take a SECT_FLAGS argument. Always
2098 allow SEC_CODE and SEC_DATA.
2099 (enable_break): Update calls. Pass current_target to solib_add.
2100 Use gdbarch_convert_from_func_ptr_addr.
2101
2102 2007-07-03 Ilko Iliev <iliev@ronetix.at>
2103 Daniel Jacobowitz <dan@codesourcery.com>
2104
2105 * symfile.c (print_transfer_performance): Avoid integer overflow.
2106 Use larger units.
2107
2108 2007-07-03 Markus Deuling <deuling@de.ibm.com>
2109
2110 * cp-namespace.c (lookup_symbol_file): Add block to
2111 lookup_symbol_global call.
2112 * Makefile.in (solist_h): Add dependency on symtab header.
2113 (symtab.o): Add dependency on solist header.
2114 * solib.c (solib_global_lookup): New function.
2115 * solib-svr4.c (scan_dyntag): Likewise.
2116 (elf_locate_base): Call helper routine scan_dyntag.
2117 (elf_lookup_lib_symbol): New function.
2118 (_initialize_svr4_solib): Add elf_lookup_lib_symbol to svr4_so_ops.
2119 * solist.h (symtab.h): New include.
2120 (struct target_so_ops): New member lookup_lib_global_symbol.
2121 (solib_global_lookup): New prototype.
2122 * symtab.c: New include solist.h.
2123 (lookup_objfile_from_block): New function.
2124 (lookup_global_symbol_from_objfile): New function.
2125 (basic_lookup_symbol_nonlocal): Add block to lookup_symbol_global call.
2126 (lookup_symbol_global): Call library-specific lookup procedure.
2127 * symtab.h (lookup_global_symbol_from_objfile): New prototype.
2128
2129 * NEWS: Document framework.
2130
2131 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
2132
2133 * target-descriptions.c (tdesc_create_reg): Do not set reg->type
2134 to NULL.
2135
2136 * cli/cli-script.c (build_command_line): Update NULL check.
2137
2138 2007-07-02 Michael Snyder <msnyder@access-company.com>
2139
2140 * p-exp.y (yylex): Memory leak, 'uptokstart' must be freed (Coverity).
2141
2142 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
2143
2144 * Makefile.in (XMLFILES): Add library-list.dtd.
2145 (ALLDEPFILES): Add solib-target.o.
2146 (solib-target.o): New rule.
2147 * remote.c (PACKET_qXfer_libraries): New constant.
2148 (remote_protocol_features): Add qXfer:libraries:read.
2149 (remote_wait): Recognize library stop replies.
2150 (remote_async_wait): Likewise. Fix typo.
2151 (remote_xfer_partial): Handle TARGET_OBJECT_LIBRARIES.
2152 (init_remote_async_ops): Fix typo.
2153 (_initialize_remote): Register "set remote library-info-packet".
2154 * solib-som.c (som_current_sos): Set addr_low and addr_high.
2155 * solib-target.c: New file.
2156 * solib.c (solib_map_sections): Use addr_low and addr_high instead
2157 of textsection.
2158 (info_sharedlibrary_command): Likewise.
2159 (solib_add_library, solib_remove_library): New.
2160 * solist.h (struct so_list): Replace textsection with addr_low and
2161 addr_high.
2162 * target.h (enum target_object): Add TARGET_OBJECT_LIBRARIES.
2163 * NEWS: Describe new qXfer:libraries:read and shared library
2164 event support.
2165 * features/library-list.dtd: New.
2166
2167 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
2168
2169 * infrun.c (inferior_ignoring_startup_exec_events): Delete.
2170 (start_remote): Use STOP_QUIETLY_REMOTE.
2171 (handle_inferior_event): Do not condition TARGET_WAITKIND_LOADED
2172 support on a SOLIB_ADD definition. Update breakpoints_inserted.
2173 Update to match shared library event breakpoint support. Only
2174 resume if appropriate. Handle STOP_QUIETLY_REMOTE.
2175 (normal_stop): Handle TARGET_WAITKIND_LOADED.
2176 * fork-child.c (startup_inferior): Do not set
2177 inferior_ignoring_startup_exec_events
2178 * inferior.h (inferior_ignoring_startup_exec_events): Delete
2179 declaration.
2180 (enum stop_kind): Improve documentation. Add STOP_QUIETLY_REMOTE.
2181
2182 2007-07-02 Markus Deuling <deuling@de.ibm.com>
2183
2184 * breakpoint.c (insert_bp_location): Remove dead code
2185 (DISABLE_UNSETTABLE_BREAK).
2186 (disable_breakpoints_in_shlibs)
2187 (disable_breakpoints_in_unloaded_shlib): Likewise (comment).
2188
2189 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
2190
2191 * breakpoint.c (reattach_breakpoints): Do not use remove_breakpoint.
2192 Call insert_bp_location.
2193
2194 2007-07-01 H.J. Lu <hongjiu.lu@intel.com>
2195
2196 * core-regset.c (fetch_core_registers): Work around gcc 3.4
2197 alias warning bug.
2198
2199 2007-07-01 Daniel Jacobowitz <dan@codesourcery.com>
2200
2201 * minsyms.c (lookup_minimal_symbol_by_pc_section): Search fewer
2202 objfiles.
2203
2204 2007-07-01 Daniel Jacobowitz <dan@codesourcery.com>
2205
2206 * top.c (gdb_readline_wrapper_line): Call rl_callback_handler_remove.
2207 (struct gdb_readline_wrapper_cleanup): Remove prompt_orig.
2208 (gdb_readline_wrapper_cleanup): Do not reset the prompt.
2209 (gdb_readline_wrapper): Do not save the prompt. Pass our prompt
2210 to display_gdb_prompt.
2211
2212 2007-07-01 Daniel Jacobowitz <dan@codesourcery.com>
2213
2214 PR symtab/2161
2215 * target.c (memory_xfer_partial): Do not continue past targets with
2216 all memory.
2217
2218 2007-06-30 Andreas Schwab <schwab@suse.de>
2219
2220 * m68k-tdep.c (m68k_ps_type): New.
2221 (m68k_init_types): New.
2222 (m68k_register_type): Use m68k_ps_type for PS register.
2223 (_initialize_m68k_tdep): Call m68k_init_types.
2224
2225 * m68k-tdep.c (m68k_gdbarch_init): Don't infer coldfire flavour
2226 from the generic m68k arch.
2227
2228 2007-06-28 Michael Snyder <msnyder@access-company.com>
2229
2230 * m2-typeprint.c (m2_print_type): Move pointer ref after null test
2231 (Coverity).
2232
2233 * linux-thread-db.c (thread_db_get_thread_local_address): Add
2234 gdb_assert before using return value of find_thread_pid (Coverity).
2235
2236 * source.c (unset_substitute_path_command): Plug leak (Coverity).
2237
2238 * cli/cli-script.c (build_command_line): Add null pointer guard
2239 (Coverity).
2240
2241 2007-06-27 Daniel Jacobowitz <dan@codesourcery.com>
2242
2243 * linux-thread-db.c (thread_db_attach): Delete.
2244 (thread_db_detach): Typo fix. Call target_mourn_inferior
2245 instead of fixing up proc_handle.
2246 (have_threads_callback, have_threads): New functions.
2247 (thread_db_wait): Remove dead proc_handle.pid check. Only
2248 translate PTIDs if we have registered threads. Check for new
2249 threads if we have none.
2250 (thread_db_create_inferior, thread_db_post_startup_inferior): Delete.
2251 (find_new_threads_callback): Only enable event reporting if TID == 0.
2252 (same_ptid_callback): New.
2253 (thread_db_get_thread_local_address): Check for new threads.
2254 (init_thread_db_ops): Don't set to_attach, to_create_inferior,
2255 or to_post_startup_inferior.
2256
2257 2007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
2258
2259 * infrun.c (adjust_pc_after_break): Do not assume software single-step
2260 is always active if SOFTWARE_SINGLE_STEP_P is true.
2261 (resume): Use gdbarch_software_single_step[_p] instead of
2262 SOFTWARE_SINGLE_STEP[_P].
2263 (handle_inferior_event): Do not check for SOFTWARE_SINGLE_STEP_P.
2264
2265 * gdbarch.sh (software_single_step): Remove target macro.
2266 * gdbarch.h, gdbarch.c: Regenerate.
2267
2268 2007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
2269
2270 * gdbarch.sh (gdbarch_swap_ftype, deprecated_register_gdbarch_swap,
2271 DEPRECATED_REGISTER_GDBARCH_SWAP): Remove.
2272 (struct gdbarch_swap, struct gdbarch_swap_registration,
2273 struct gdbarch_swap_registry, gdbarch_swap_registry,
2274 current_gdbarch_swap_init_hack, current_gdbarch_swap_out_hack,
2275 current_gdbarch_swap_in_hack): Remove.
2276 (find_arch_by_info): Do not call current_gdbarch_swap_init_hack.
2277 (gdbarch_find_by_info): Do not call current_gdbarch_swap_in_hack
2278 and current_gdbarch_swap_out_hack, update current_gdbarch directly.
2279 (deprecated_current_gdbarch_select_hack): Likewise.
2280 * gdbarch.h, gdbarch.c: Regenerate.
2281
2282 2007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
2283
2284 * infrun.c (clear_proceed_status): Clean up stop_registers.
2285 (normal_stop): Allocate regcache for stop_registers.
2286 (struct inferior_status): Remove stop_registers member.
2287 (save_inferior_status): Do not save stop_registers.
2288 (restore_inferior_status): Do not restore stop_registers.
2289 (discard_inferior_status): Do not discard stop_registers.
2290 (build_infrun): Remove.
2291 (_initialize_infrun): Do not swap stop_registers.
2292
2293 2007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
2294
2295 * remote.c (remote_address_masked): If remote_address_size is zero,
2296 default to target address size.
2297 (build_remote_gdbarch_data): Remove.
2298 (_initialize_remote): Do not swap remote_address_size.
2299
2300 2007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
2301
2302 * gdbtypes.h (builtin_type_true_char, builtin_type_void,
2303 builtin_type_char, builtin_type_short, builtin_type_int,
2304 builtin_type_long, builtin_type_signed_char,
2305 builtin_type_unsigned_char, builtin_type_unsigned_short,
2306 builtin_type_unsigned_int, builtin_type_unsigned_long,
2307 builtin_type_float, builtin_type_double, builtin_type_long_double,
2308 builtin_type_complex, builtin_type_double_complex, builtin_type_string,
2309 builtin_type_bool, builtin_type_long_long,
2310 builtin_type_unsigned_long_long, builtin_type_void_data_ptr,
2311 builtin_type_void_func_ptr, builtin_type_CORE_ADDR): Replace global
2312 variable declaration with compatibility macro.
2313 * gdbtypes.c (builtin_type_true_char, builtin_type_void,
2314 builtin_type_char, builtin_type_short, builtin_type_int,
2315 builtin_type_long, builtin_type_signed_char,
2316 builtin_type_unsigned_char, builtin_type_unsigned_short,
2317 builtin_type_unsigned_int, builtin_type_unsigned_long,
2318 builtin_type_float, builtin_type_double, builtin_type_long_double,
2319 builtin_type_complex, builtin_type_double_complex, builtin_type_string,
2320 builtin_type_bool, builtin_type_long_long,
2321 builtin_type_unsigned_long_long, builtin_type_void_data_ptr,
2322 builtin_type_void_func_ptr, builtin_type_CORE_ADDR): Remove.
2323 (build_gdbtypes): Remove.
2324 (_initialize_gdbtypes): Do not call build_gdbtypes, move installing
2325 opaque-type-resolution command here. Do not call
2326 deprecated_register_gdbarch_swap.
2327
2328 2007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
2329
2330 * gdbtypes.h (struct builtin_type): New members nodebug_text_symbol,
2331 nodebug_data_symbol, nodebug_unknown_symbol, and nodebug_tls_symbol.
2332 * gdbtypes.c (gdbtypes_post_init): Initialize nodebug_ default types.
2333
2334 * parse.c (msym_text_symbol_type, msym_data_symbol_type): Remove.
2335 (msym_unknown_symbol_type, msym_tls_symbol_type): Remove.
2336 (write_exp_msymbol): Use builtin nodebug_ types instead of them.
2337 (build_parse): Remove.
2338 (_initialize_parse): Do not call build_parse. Do not register
2339 msym_ types for gdbarch-swapping.
2340
2341 * dwarf2read.c (new_symbol): Use default nodebug_data_symbol type
2342 instead of creating private type.
2343
2344 * xcoffread.c (func_symbol_type, var_symbol_type): Remove.
2345 (_initialize_xcoffread): Do not initialized them.
2346 (process_xcoff_symbol): Use builtin nodebug_ types instead of them.
2347
2348 * mdebugread.c (nodebug_func_symbol_type): Remove.
2349 (nodebug_var_symbol_type): Remove.
2350 (_initialize_mdebugread): Do not initialize them.
2351 (parse_symbol): Use builtin nodebug_ type instead of them.
2352 (parse_procedure): Likewise.
2353
2354 2007-06-21 Chris Dearman <chris@mips.com>
2355
2356 * printcmd.c (do_one_display): If display/i, start with an initial
2357 line feed to avoid bad layout if there is a branch delay slot.
2358
2359 2007-06-21 Nigel Stephens <nigel@mips.com>
2360 Maciej W. Rozycki <macro@mips.com>
2361
2362 * disasm.c (gdb_print_insn): Return the number of branch delay
2363 slot instructions too.
2364 * disasm.h (gdb_print_insn): Update prototype.
2365 * printcmd.c (branch_delay_insns): New variable to record the
2366 number of delay slot instructions after disassembling a branch.
2367 (print_formatted): Record the number of branch delay slot
2368 instructions.
2369 (do_examine): When disassembling, if the last instruction
2370 disassembled has any branch delay slots, then bump the count so
2371 that they get disassembled too.
2372 * tui/tui-disasm.c (tui_disassemble): Update the call to
2373 gdb_print_insn().
2374 * NEWS: Document the new behaviour.
2375
2376 2007-06-21 Andreas Schwab <schwab@suse.de>
2377
2378 * regcache.c (write_pc_pid): Restore missing else.
2379
2380 2007-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2381
2382 * regcache.c (regcache_print): Use get_current_regcache ()
2383 instead of current_regcache.
2384
2385 2007-06-20 H.J. Lu <hongjiu.lu@intel.com>
2386
2387 PR 4606
2388 * gcore.c (gcore_command): Use bfd_make_section_anyway_with_flags
2389 instead of bfd_make_section_anyway.
2390 (gcore_create_callback): Likewise. Also set SEC_NEVER_LOAD
2391 when clearing SEC_LOAD.
2392
2393 2007-06-19 Joseph Myers <joseph@codesourcery.com>
2394
2395 * arm-tdep.c (arm_push_dummy_call): Correct padding of partial
2396 registers for big-endian.
2397
2398 2007-06-19 Markus Deuling <deuling@de.ibm.com>
2399
2400 * gdbarch.sh (TARGET_PRINT_INSN): Replace by gdbarch_print_insn.
2401 * disasm.c (dump_insns, gdb_print_insn): Likewise.
2402 * gdbarch.c, gdbarch.h: Regenerate.
2403
2404 2007-06-19 Markus Deuling <deuling@de.ibm.com>
2405
2406 * gdbarch.sh (BELIEVE_PCC_PROMOTION): Replace by
2407 gdbarch_believe_pcc_promotion.
2408 * stabsread.c (define_symbol): Likewise.
2409 Remove unnecessary definition.
2410 * coffread.c (process_coff_symbol): Remove unnecessary code.
2411 * gdbarch.c, gdbarch.h: Regenerate.
2412
2413 2007-06-19 Daniel Jacobowitz <dan@codesourcery.com>
2414
2415 * configure.ac: Do not use ${objdir}.
2416 * configure: Regenerated.
2417
2418 2007-06-18 Ulrich Weigand <uweigand@de.ibm.com>
2419
2420 * gdbarch.sh (deprecated_register_size): Remove.
2421 * gdbarch.h, gdbarch.c: Regenerate.
2422
2423 * arm-tdep.c (arm_push_dummy_call): Replace DEPRECATED_REGISTER_SIZE
2424 by INT_REGISTER_SIZE.
2425 (thumb_get_next_pc, arm_return_in_memory): Likewise.
2426 (arm_gdbarch_init): Do not call set_gdbarch_deprecated_register_size.
2427 * ia64-tdep.c (ia64_gdbarch_init): Do not call
2428 set_gdbarch_deprecated_register_size.
2429
2430 2007-06-18 Markus Deuling <deuling@de.ibm.com>
2431
2432 * gdbarch.sh (DEPRECATED_FP_REGNUM): Replace by
2433 gdbarch_deprecated_fp_regnum.
2434 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
2435 * remote-mips.c (mips_wait, mips_fetch_registers): Likewise.
2436 * arch-utils.c (legacy_virtual_frame_pointer): Likewise.
2437 * arch-utils.h (gdbarch_virtual_frame_pointer_ftype): Likewise
2438 (comment).
2439 * gdbarch.c, gdbarch.h: Regenerate.
2440
2441 2007-06-18 Markus Deuling <deuling@de.ibm.com>
2442
2443 * gdbarch.sh (EXTRACT_RETURN_VALUE): Replace with
2444 gdbarch_extract_return_value.
2445 * value.c (generic_use_struct_convention): Likewise (comment).
2446 * ia64-tdep.c (ia64_use_struct_convention): Likewise (comment).
2447 * arch-utils.c (legacy_return_value): Likewise.
2448 * arch-utils.h (legacy_return_value): Likewise (comment).
2449 * gdbarch.sh (STORE_RETURN_VALUE): Replace by
2450 gdbarch_store_return_value.
2451 * stack.c (return_command): Likewise (comment).
2452 * arch-utils.h (legacy_return_value): Likewise (comment).
2453 * arch-utils.c (legacy_return_value): Likewise.
2454 * gdbarch.c, gdbarch.h: Regenerate.
2455
2456 2007-06-18 Markus Deuling <deuling@de.ibm.com>
2457
2458 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Replace by
2459 gdbarch_deprecated_use_struct_convention.
2460 * arch-utils.c (legacy_return_value): Likewise.
2461 * gdbarch.c, gdbarch.h: Regenerate.
2462
2463 2007-06-18 Markus Deuling <deuling@de.ibm.com>
2464
2465 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Replace by
2466 gdbarch_deprecated_function_start_offset.
2467 * symtab.c (find_function_start_sal)skip_prologue_using_sal): Likewise.
2468 * linespec.c (minsym_found): Likewise.
2469 * infrun.c (handle_inferior_event): Likewise.
2470 * infcall.c (find_function_addr): Likewise.
2471 * cli/cli-cmds.c (disassemble_command): Likewise.
2472 * gdbarch.c, gdbarch.h: Regenerate.
2473
2474 2007-06-18 Markus Deuling <deuling@de.ibm.com>
2475
2476 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Replace by
2477 gdbarch_deprecated_reg_struct_has_addr.
2478 * infcall.c (call_function_by_hand): Likewise.
2479 (DEPRECATED_REG_STRUCT_HAS_ADDR_P): Replace by
2480 * gdbarch_deprecated_reg_struct_has_addr_p.
2481 * infcall.c (call_function_by_hand): Likewise.
2482 * gdbarch.c, gdbarch.h: Regenerate.
2483
2484 2007-06-18 Markus Deuling <deuling@de.ibm.com>
2485
2486 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
2487 * sh-tdep.c (sh_extract_struct_value_address): Remove.
2488 (sh_gdbarch_init): Remove
2489 set_gdbarch_deprecated_extract_struct_value_address.
2490 * sh64-tdep.c (sh64_extract_struct_value_address): Remove.
2491 (sh64_gdbarch_init): Remove
2492 set_gdbarch_deprecated_extract_struct_value_address.
2493 * ia64-tdep.c (ia64_extract_struct_value_address): Remove.
2494 (ia64_gdbarch_init): Remove
2495 set_gdbarch_deprecated_extract_struct_value_address.
2496 * frv-tdep.c (frv_extract_struct_value_address): Remove.
2497 (frv_gdbarch_init): Remove
2498 set_gdbarch_deprecated_extract_struct_value_address.
2499 * gdbarch.c, gdbarch.h: Regenerate.
2500
2501 2007-06-18 Markus Deuling <deuling@de.ibm.com>
2502
2503 * gdbarch.sh (SP_REGNUM): Replace by gdbarch_sp_regnum.
2504 * v850-tdep.c (v850_unwind_sp): Likewise.
2505 * std-regs.c (value_of_builtin_frame_sp_reg): Likewise.
2506 * stack.c (frame_info): Likewise.
2507 * stabsread.c (define_symbol): Likewise.
2508 * sh-tdep.c (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu)
2509 (sh_dwarf2_frame_init_reg, sh_frame_cache, sh_frame_prev_register)
2510 (sh_unwind_sp): Likewise.
2511 * sh64-tdep.c (sh64_push_dummy_call, sh64_frame_cache)
2512 (sh64_frame_prev_register, sh64_unwind_sp): Likewise.
2513 * rs6000-tdep.c (rs6000_push_dummy_call, rs6000_unwind_dummy_id)
2514 (rs6000_frame_cache): Likewise.
2515 * rs6000-nat.c (store_register): Likewise.
2516 * remote-mips.c (mips_wait): Likewise.
2517 * procfs.c (procfs_fetch_registers, procfs_store_registers): Likewise.
2518 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
2519 (ppc64_sysv_abi_push_dummy_call): Likewise.
2520 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
2521 * ppcobsd-nat.c (ppcobsd_supply_pcb): Likewise.
2522 * ppcnbsd-tdep.c (ppcnbsd_sigtramp_cache_init): Likewise.
2523 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache): Likewise.
2524 * m32r-rom.c (m32r_supply_register): Likewise.
2525 * frame.c (frame_sp_unwind): Likewise.
2526 * mips-tdep.c (mips_insn16_frame_cache)
2527 (mips_insn32_frame_cache): Likewise (comment).
2528 * m68klinux-nat.c (supply_gregset): Likewise.
2529 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
2530 * ia64-tdep.c (ia64_frame_prev_register): Likewise.
2531 * i386-tdep.c (i386_get_longjmp_target): Likewise.
2532 * dwarf2-frame.c (dwarf2_frame_default_init_reg): Likewise.
2533 * cris-tdep.c (cris_regnums, cris_sigcontext_addr)
2534 (cris_sigtramp_frame_unwind_cache, cris_push_dummy_call)
2535 (cris_scan_prologue, crisv32_scan_prologue, cris_unwind_sp)
2536 (cris_register_type, crisv32_register_type)
2537 (cris_dwarf2_frame_init_reg): Likewise.
2538 * arch-utils.c (legacy_virtual_frame_pointer): Likewise.
2539 * amd64-tdep.c (amd64_frame_prev_register): Likewise.
2540 * amd64-linux-tdep.c (amd64_linux_sigcontext_addr): Likewise.
2541 * libunwind-frame.c (libunwind_frame_cache): Likewise.
2542
2543 * gdbarch.sh (PC_REGNUM): Replace by gdbarch_pc_regnum.
2544 * regcache.c (read_pc_pid, generic_target_write_pc): Likewise.
2545 * xtensa-tdep.c (xtensa_register_type, xtensa_supply_gregset)
2546 (xtensa_unwind_pc, xtensa_frame_cache, xtensa_frame_prev_register)
2547 (xtensa_extract_return_value, xtensa_store_return_value): Likewise.
2548 * v850-tdep.c (v850_unwind_pc): Likewise.
2549 * stack.c (frame_info): Likewise.
2550 * sh-tdep.c (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs)
2551 (sh2a_show_regs, sh2a_nofpu_show_regs, sh3e_show_regs)
2552 (sh3_dsp_show_regs, sh4_show_regs, sh4_nofpu_show_regs)
2553 (sh_dwarf2_frame_init_reg, sh_frame_prev_register, sh_unwind_pc)
2554 (sh_dsp_show_regs): Likewise.
2555 * shnbsd-tdep.c (shnbsd_supply_gregset)
2556 (shnbsd_collect_gregset): Likewise.
2557 * shnbsd-nat.c (GETREGS_SUPPLIES): Likewise.
2558 * sh64-tdep.c (sh64_compact_reg_base_num, sh64_show_media_regs)
2559 (sh64_frame_prev_register, sh64_unwind_pc): Likewise.
2560 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
2561 (6000_register_reggroup_p, rs6000_unwind_pc)
2562 (rs6000_frame_cache): Likewise.
2563 * rs6000-nat.c (regmap, rs6000_fetch_inferior_registers)
2564 (rs6000_store_inferior_registers): Likewise.
2565 * remote-mips.c (mips_wait, mips_load): Likewise.
2566 * procfs.c (procfs_fetch_registers, procfs_store_registers): Likewise.
2567 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
2568 * ppcobsd-nat.c (ppcobsd_supply_pcb): Likewise.
2569 * ppcnbsd-tdep.c (ppcnbsd_sigtramp_cache_init): Likewise.
2570 * ppcnbsd-nat.c (getregs_supplies, ppcnbsd_supply_pcb): Likewise.
2571 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache): Likewise.
2572 * ppc-linux-nat.c (ppc_register_u_addr, fetch_ppc_registers)
2573 (store_ppc_registers, fill_gregset): Likewise.
2574 * mips-tdep.c (mips_stub_frame_cache, mips_gdbarch_init): Likewise.
2575 * mipsnbsd-tdep.c (mipsnbsd_supply_reg, mipsnbsd_fill_reg): Likewise.
2576 * mipsnbsd-nat.c (getregs_supplies): Likewise.
2577 * m68k-tdep.c (m68k_register_type, m68k_unwind_pc): Likewise.
2578 * m68klinux-nat.c (supply_gregset): Likewise.
2579 * irix5-nat.c (fill_gregset): Likewise.
2580 * i386-tdep.c (i386_unwind_pc): Likewise.
2581 * i386-linux-nat.c (i386_linux_resume): Likewise.
2582 * frame.c (get_prev_frame_1): Likewise.
2583 * dwarf2-frame.c (dwarf2_frame_default_init_reg): Likewise.
2584 * dbug-rom.c (dbug_supply_register): Likewise.
2585 * cris-tdep.c (cris_sigtramp_frame_unwind_cache, cris_scan_prologue)
2586 (crisv32_scan_prologue, cris_unwind_pc, cris_register_size)
2587 (cris_register_type, crisv32_register_type, crisv32_register_name)
2588 (cris_dwarf2_frame_init_reg, find_step_target)
2589 (cris_software_single_step, cris_supply_gregset)
2590 (cris_regnums): Likewise.
2591 * alpha-linux-nat.c (alpha_linux_register_u_offset): Likewise.
2592 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
2593 (fill_sprs64, fill_sprs32, store_regs_user_thread): Likewise.
2594 * std-regs.c (value_of_builtin_frame_pc_reg): Likewise.
2595 * mips-linux-tdep.c (mips_linux_write_pc): Likewise.
2596
2597 * gdbarch.sh (PS_REGNUM): Replace by gdbarch_ps_regnum.
2598 * dbug-rom.c (dbug_supply_register): Likewise.
2599 * xtensa-tdep.c (xtensa_supply_gregset, xtensa_frame_cache)
2600 (xtensa_frame_prev_register, xtensa_push_dummy_call): Likewise.
2601 * win32-nat.c (win32_resume): Likewise.
2602 * std-regs.c (value_of_builtin_frame_ps_reg): Likewise.
2603 * m68k-tdep.c (m68k_register_type): Likewise.
2604 * m68klinux-nat.c (supply_gregset): Likewise.
2605
2606 * gdbarch.sh (FP0_REGNUM): Replace by gdbarch_fp0_regnum.
2607 * sh-tdep.c (sh_extract_return_value_fpu, sh_store_return_value_fpu)
2608 (sh2e_show_regs, sh2a_show_regs, sh3e_show_regs, sh4_show_regs)
2609 (sh_sh2a_register_type, sh_sh3e_register_type, sh_sh4_register_type)
2610 (fv_reg_base_num, dr_reg_base_num): Likewise.
2611 * sh64-tdep.c (sh64_fv_reg_base_num, sh64_dr_reg_base_num)
2612 (sh64_fpp_reg_base_num, sh64_compact_reg_base_num, sh64_push_dummy_call)
2613 (sh64_extract_return_value, sh64_store_return_value)
2614 (sh64_show_media_regs, sh64_show_compact_regs, sh64_register_type)
2615 (sh64_do_fp_register, sh64_media_print_registers_info): Likewise.
2616 * procfs.c (procfs_fetch_registers, procfs_store_registers)
2617 (invalidate_cache): Likewise.
2618 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache): Likewise.
2619 * mipsnbsd-tdep.c (mipsnbsd_supply_fpreg)
2620 (mipsnbsd_fill_fpreg): Likewise.
2621 * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers)
2622 (mipsnbsd_store_inferior_registers): Likewise.
2623 * mips-linux-tdep.c (mips_supply_fpregset, mips_fill_fpregset)
2624 (mips64_supply_fpregset, mips64_fill_fpregset): Likewise.
2625 * mips-linux-nat.c (mips64_linux_register_addr): Likewise.
2626 * m68k-tdep.c (m68k_register_type, m68k_convert_register_p): Likewise.
2627 * m68klinux-nat.c (getfpregs_supplies, supply_fpregset)
2628 (fill_fpregset): Likewise.
2629 * irix5-nat.c (supply_fpregset, fill_fpregset): Likewise.
2630 * i386-tdep.h (struct_return): Likewise (comment).
2631 * i386-nto-tdep.c (i386nto_register_area): Likewise.
2632 * go32-nat.c (fetch_register, go32_fetch_registers, store_register)
2633 (go32_store_registers): Likewise.
2634 * alpha-tdep.c (alpha_next_pc): Likewise.
2635 * alpha-linux-nat.c (alpha_linux_register_u_offset): Likewise.
2636 * alphabsd-nat.c (alphabsd_fetch_inferior_registers)
2637 (alphabsd_store_inferior_registers): Likewise.
2638 * core-regset.c (fetch_core_registers): Likewise.
2639 * i386v4-nat.c (supply_fpregset, fill_fpregset): Likewise.
2640
2641 * gdbarch.c, gdbarch.h: Regenerate.
2642
2643 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
2644
2645 * coffread.c (coff_sym_fns): Add default_symfile_segments.
2646 * dbxread.c (start_psymtab): Check HAVE_ELF.
2647 (aout_sym_fns): Likewise.
2648 * elfread.c (elf_symfile_segments): New.
2649 (elf_sym_fns): Add elf_symfile_segments.
2650 * mipsread.c (ecoff_sym_fns): Add default_symfile_segments.
2651 * remote.c (get_offsets): Use symfile_map_offsets_to_segments.
2652 Skip if there is no symfile_objfile. Handle TextSeg and DataSeg.
2653 * somread.c (som_sym_fns): Use default_symfile_segments.
2654 * symfile.c (find_sym_fns): Take a BFD and return the sym_fns.
2655 (init_objfile_sect_indices): Call symfile_find_segment_sections.
2656 (default_symfile_segments): New function.
2657 (syms_from_objfile): Update call to find_sym_fns.
2658 (symfile_get_segment_data, free_symfile_segment_data): New.
2659 (symfile_map_offsets_to_segments): New.
2660 (symfile_find_segment_sections): New.
2661 * symfile.h (struct symfile_segment_data): New.
2662 (struct sym_fns): Add sym_segments.
2663 (default_symfile_segments, symfile_get_segment_data)
2664 (free_symfile_segment_data): New prototypes.
2665 (symfile_map_offsets_to_segments): Likewise.
2666 * xcoffread.c (xcoff_sym_fns): Add default_symfile_segments.
2667 * Makefile.in (COMMON_OBS): Remove elfread.o.
2668 (elf_internal_h): New.
2669 (elfread.o): Update.
2670 * configure.ac: Add elfread.o to COMMON_OBS if bfd/elf.o was
2671 compiled.
2672 * config.in, configure: Regenerated.
2673 * NEWS: Mention qOffsets changes.
2674
2675 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
2676
2677 * gdbtypes.h (builtin_type_m2_char, builtin_type_m2_int,
2678 builtin_type_m2_card, builtin_type_m2_real, builtin_type_m2_bool):
2679 Replace global variable declaration with compatibility macro.
2680 (struct builtin_m2_type): New data type.
2681 (builtin_m2_type): Add prototype.
2682 * m2-lang.c (builtin_type_m2_char, builtin_type_m2_int,
2683 builtin_type_m2_card, builtin_type_m2_real, builtin_type_m2_bool):
2684 Remove global variables.
2685 (m2_language_arch_info): Use builtin_m2_type instead of variables.
2686 (build_m2_types): New function.
2687 (m2_type_data): New variable.
2688 (builtin_m2_type): New function.
2689 (_initialize_m2_language): Do not build data types. Register
2690 m2_type_data per-gdbarch data.
2691
2692 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
2693
2694 * gdbtypes.h (builtin_type_f_character, builtin_type_f_logical,
2695 builtin_type_f_logical_s1, builtin_type_f_logical_s2,
2696 builtin_type_f_integer, builtin_type_f_integer_s2, builtin_type_f_real,
2697 builtin_type_f_real_s8, builtin_type_f_real_s16,
2698 builtin_type_f_complex_s8, builtin_type_f_complex_s16,
2699 builtin_type_f_complex_s32, builtin_type_f_void): Replace global
2700 variable declaration with compatibility macro.
2701 (struct builtin_f_type): New data type.
2702 (builtin_f_type): Add prototype.
2703 * f-lang.c (builtin_type_f_character, builtin_type_f_logical,
2704 builtin_type_f_logical_s1, builtin_type_f_logical_s2,
2705 builtin_type_f_integer, builtin_type_f_integer_s2, builtin_type_f_real,
2706 builtin_type_f_real_s8, builtin_type_f_real_s16,
2707 builtin_type_f_complex_s8, builtin_type_f_complex_s16,
2708 builtin_type_f_complex_s32, builtin_type_f_void): Remove variables.
2709 (f_language_arch_info): Use builtin_f_type instead of variables.
2710 (build_fortran_types): Build builtin_f_type structure instead of
2711 setting global type variables.
2712 (f_type_data): New variable.
2713 (builtin_f_type): New function.
2714 (_initialize_f_language): Do not call build_fortran_types. Do not
2715 swap global type variables. Register f_type_data per-gdbarch data.
2716
2717 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
2718
2719 * f-lang.c (_initialize_f_language): Do not initialize or
2720 swap builtin_type_string.
2721
2722 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
2723
2724 * std-regs.c (builtin_type_frame_reg, build_builtin_type_frame_reg,
2725 value_of_builtin_frame_reg): Remove.
2726 (_initialize_frame_reg): Do not swap builtin_type_frame_reg. Remove
2727 inactive call to value_of_builtin_frame_reg.
2728
2729 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
2730
2731 * gdbarch.sh (bfd_vma_bit): Remove.
2732 * gdbarch.c, gdbarch.h: Regenerate.
2733
2734 * gdbtypes.h (builtin_bfd_vma_type): Remove.
2735 * gdbtypes.h (builtin_bfd_vma_type): Remove.
2736 (build_gdbtypes): Do not initialize it.
2737 (_initialize_gdbtypes): Do not swap it.
2738
2739 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
2740
2741 * gdbtypes.c (builtin_type_v2_double, builtin_type_v4_float,
2742 builtin_type_v2_int64, builtin_type_v4_int32, builtin_type_v8_int16,
2743 builtin_type_v16_int8, builtin_type_v2_float, builtin_type_v2_int32,
2744 builtin_type_v4_int16, builtin_type_v8_int8, builtin_type_v4sf,
2745 builtin_type_v4si, builtin_type_v16qi, builtin_type_v8qi,
2746 builtin_type_v8hi, builtin_type_v4hi, builtin_type_v2si,
2747 builtin_type_vec64, builtin_type_vec128): Remove.
2748 (init_simd_type): Remove.
2749 (init_vector_type): Make global.
2750 (build_builtin_type_vec64, build_builtin_type_vec128): Remove.
2751 (build_gdbtypes): Do not build vector types.
2752 (_initialize_gdbtypes): Do not swap vector types.
2753 * gdbtypes.h (builtin_type_v2_double, builtin_type_v4_float,
2754 builtin_type_v2_int64, builtin_type_v4_int32, builtin_type_v8_int16,
2755 builtin_type_v16_int8, builtin_type_v2_float, builtin_type_v2_int32,
2756 builtin_type_v4_int16, builtin_type_v8_int8, builtin_type_v4sf,
2757 builtin_type_v4si, builtin_type_v16qi, builtin_type_v8qi,
2758 builtin_type_v8hi, builtin_type_v4hi, builtin_type_v2si,
2759 builtin_type_vec64, builtin_type_vec128): Remove declarations.
2760 (init_vector_type): Add prototype.
2761
2762 * i386-tdep.h (struct gdbarch_tdep): Add i386_mmx_type and
2763 i386_sse_type members.
2764 (i386_mmx_type, i386_sse_type): Change from variables to functions.
2765 * i386-tdep.c (i386_mmx_type, i386_sse_type): Remove variables.
2766 (i386_init_types): Do not build vector types.
2767 (i386_mmx_type, i386_sse_type): New functions.
2768 (i386_register_type): Call them instead of using global variables.
2769 (i386_gdbarch_init): Use XCALLOC to allocate tdep structure.
2770 * amd64-tdep.c (amd64_register_type): Call i386_sse_type instead
2771 of using global variable.
2772
2773 * rs6000-tdep.h (struct gdbarch_tdep): Add ppc_builtin_type_vec64
2774 and ppc_builtin_type_vec128 members.
2775 * rs6000-tdep.c (rs6000_builtin_type_vec64): New function.
2776 (rs6000_builtin_type_vec128): Likewise.
2777 (rs6000_register_type): Call them instead of using builtin_type_vec64
2778 and builtin_type_vec128.
2779 (rs6000_gdbarch_init): Use XCALLOC to allocate tdep structure.
2780
2781 * spu-tdep.c (struct gdbarch_tdep): New data type.
2782 (spu_builtin_type_vec128): Remove variable.
2783 (spu_builtin_type_vec128): New function.
2784 (spu_register_type): Call it instead of using global variable.
2785 (spu_gdbarch_init): Allocate tdep structure.
2786 (spu_init_vector_type): Remove function.
2787 (_initialize_spu_tdep): Do not call it.
2788
2789 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
2790
2791 * amd64-tdep.c (struct amd64_register_info): Remove.
2792 (amd64_register_info): Remove.
2793 (amd64_register_names): New static variable.
2794 (AMD64_NUM_REGS): Use amd64_register_names instead of
2795 amd64_register_info.
2796 (amd64_register_name): Likewise.
2797 (amd64_register_type): Do not refer to amd64_register_info.
2798
2799 * s390-tdep.c (struct s390_register_info): Remove.
2800 (s390_register_info): Remove.
2801 (s390_register_name): Do not refer to s390_register_info.
2802 (s390_register_type): Likewise.
2803
2804 * sparc64-tdep.c (struct sparc64_register_info): Remove.
2805 (sparc64_register_info, sparc64_pseudo_register_info): Remove.
2806 (sparc64_register_names, sparc64_pseudo_register_names): New.
2807 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use
2808 sparc64_register_names and sparc64_pseudo_register_names instead of
2809 sparc64_register_info and sparc64_pseudo_register_info.
2810 (sparc64_register_name): Likewise.
2811 (sparc64_register_type): Do not refer to sparc64_register_info
2812 and sparc64_pseudo_register_info.
2813
2814 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
2815
2816 * c-lang.c (cplus_builtin_types): Remove.
2817 (enum cplus_primitive_types): New data type.
2818 (cplus_language_arch_info): New function.
2819 (cplus_language_defn): Set la_language_arch_info member. Do not set
2820 la_builtin_type_vector and string_char_type members.
2821
2822 * f-lang.c (f_builtin_types): Remove.
2823 (enum f_primitive_types): New data type.
2824 (f_language_arch_info): New function.
2825 (f_language_de): Set la_language_arch_info member. Do not set
2826 la_builtin_type_vector and string_char_type members.
2827
2828 * m2-lang.c (m2_builtin_types): Remove.
2829 (enum m2_primitive_types): New data type.
2830 (m2_language_arch_info): New function.
2831 (m2_language_defn): Set la_language_arch_info member. Do not set
2832 la_builtin_type_vector and string_char_type members.
2833
2834 * objc-lang.c (objc_builtin_types): Remove.
2835 (objc_language): Set la_language_arch_info member. Do not set
2836 la_builtin_type_vector and string_char_type members.
2837
2838 * p-lang.c (pascal_builtin_types): Remove.
2839 (enum pascal_primitive_types): New data type.
2840 (pascal_language_arch_info): New function.
2841 (pascal_language_defn): Set la_language_arch_info member. Do not set
2842 la_builtin_type_vector and string_char_type members.
2843
2844 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
2845
2846 * regcache.c (struct regcache): Add ptid_t member.
2847 (regcache_xmalloc): Initialize it.
2848 (regcache_cpy_no_passthrough): Do not refer to current_regcache.
2849 (regcache_dup): Likewise.
2850 (regcache_dup_no_passthrough): Likewise.
2851 (current_regcache): Make static.
2852 (registers_ptid): Remove variable.
2853 (get_thread_regcache): New function.
2854 (get_current_regcache): New function.
2855 (registers_changed): Implement by freeing current regcache.
2856 (regcache_raw_read): Do not refer to current_regcache. Set
2857 inferior_ptid to regcache->ptid while calling target routines.
2858 (regcache_raw_write): Likewise.
2859 (regcache_raw_supply): Do not refer to current_regcache.
2860 (read_pc_pid): Use thread regcache. Do not modify inferior_ptid.
2861 (write_pc_pid): Likewise.
2862 (build_regcache): Remove.
2863 (_initialize_regcache): Do not call DEPRECATED_REGISTER_GDBARCH_SWAP
2864 or deprecated_register_gdbarch_swap. Do not initialize
2865 registers_ptid.
2866 * regcache.h (get_current_regcache): Add prototype.
2867 (get_thread_regcache): Likewise.
2868 (current_regcache): Remove declaration.
2869
2870 * corelow.c (core_open): Replace current_regcache by
2871 get_current_regcache ().
2872 * frame.c (frame_pop): Likewise.
2873 (put_frame_register): Likewise.
2874 (get_current_frame, create_new_frame): Likewise.
2875 * mi/mi-main.c (mi_cmd_data_write_register_values): Likewise.
2876 * stack.c (return_command): Likewise.
2877 * infcall.c (call_function_by_hand): Likewise.
2878 * infrun.c (resume): Likewise.
2879 (save_inferior_status, restore_inferior_status): Likewise.
2880 * linux-fork.c (fork_load_infrun_state): Likewise.
2881 (fork_save_infrun_state): Likewise.
2882 * win32-nat.c (win32_resume): Likewise.
2883 * i386fbsd-nat.c (i386fbsd_resume): Likewise.
2884 * monitor.c (monitor_wait): Likewise.
2885 * remote.c (remote_wait): Likewise.
2886 * remote-mips.c (mips_wait): Likewise.
2887
2888 * bsd-kvm.c (bsd_kvm_open): Likewise
2889 (bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): Likewise.
2890 * fbsd-nat.c (fbsd_make_corefile_notes): Likewise.
2891 * i386-linux-nat.c (i386_linux_resume): Likewise.
2892 * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
2893 (ia64_linux_stopped_data_address): Likewise.
2894
2895 * frv-tdep.c (frv_fdpic_loadmap_addresses): Likewise.
2896 * m32c-tdep.c (m32c_virtual_frame_pointer): Likewise.
2897 * mep-tdep.c (current_me_module, current_options): Likewise.
2898 * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Likewise.
2899
2900 * linux-nat.c (linux_nat_do_thread_registers): Use thread
2901 regcache instead of current_regcache. Call target_fetch_registers.
2902 (linux_nat_corefile_thread_callback): Update call site.
2903 (linux_nat_do_registers): Likewise.
2904 * procfs.c (procfs_do_thread_registers): Use thread regcache instead
2905 of current_regcache.
2906 (procfs_make_note_section): Likewise.
2907 * proc-service.c (ps_lgetregs, ps_lsetregs): Likewise.
2908 (ps_lgetfpregs, ps_lsetfpregs): Likewise.
2909 * sol-thread.c (ps_lgetregs, ps_lsetregs): Likewise.
2910 (ps_lgetfpregs, ps_lsetfpregs): Likewise.
2911
2912 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
2913
2914 * regcache.c (read_register, read_register_pid): Remove.
2915 (write_register, write_register_pid): Likewise.
2916 * regcache.h (read_register, read_register_pid): Remove prototype.
2917 (write_register, write_register_pid): Likewise.
2918
2919 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
2920
2921 * gdbarch.sh (read_pc): Add REGCACHE argument. Remove PTID argument.
2922 (write_pc): Likewise. Remove default implementation, add predicate.
2923 * gdbarch.c, gdbarch.h: Regenerate.
2924 * regcache.c (read_pc_pid): Use current regcache instead of calling
2925 read_register_pid.
2926 (write_pc_pid): Check gdbarch_write_pc predicate, implement default
2927 case inline.
2928 (generic_target_write_pc): Remove.
2929 * inferior.h (generic_target_write_pc): Remove.
2930 * frv-tdep.c (frv_gdbarch_init): Do not install it.
2931 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
2932 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
2933 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
2934 * sh-tdep.c (sh_gdbarch_init): Likewise.
2935 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
2936
2937 * avr-tdep.c (avr_read_pc): Add REGCACHE argument. Remove PTID
2938 argument. Use REGCACHE instead of calling read_register_pid.
2939 * hppa-hpux-tdep.c (hppa_hpux_read_pc): Likewise.
2940 * hppa-tdep.c (hppa_read_pc): Likewise.
2941 * hppa-tdep.h (hppa_read_pc): Likewise.
2942 * ia64-tdep.c (ia64_read_pc): Likewise.
2943 * m32r-tdep.c (m32r_read_pc): Likewise.
2944 * mep-tdep.c (mep_read_pc): Likewise.
2945 * mn10300-tdep.c (mn10300_read_pc): Likewise.
2946 * spu-tdep.c (spu_read_pc): Likewise.
2947
2948 * arm-tdep.c (arm_write_pc): Add REGCACHE argument. Remove PTID
2949 argument. Use REGCACHE instead of calling write_register_pid.
2950 * avr-tdep.c (avr_write_pc): Likewise.
2951 * hppa-hpux-tdep.c (hppa_hpux_write_pc): Likewise.
2952 * hppa-tdep.c (hppa_write_pc): Likewise.
2953 * hppa-tdep.h (hppa_write_pc): Likewise.
2954 * i386-linux-tdep.c (i386_linux_write_pc): Likewise.
2955 * amd64-linux-tdep.c (amd64_linux_write_pc): Likewise.
2956 * ia64-linux-tdep.c (ia64_linux_write_pc): Likewise.
2957 * ia64-tdep.c (ia64_write_pc): Likewise.
2958 * ia64-tdep.h (ia64_write_pc): Likewise.
2959 * m32r-tdep.c (m32r_write_pc): Likewise.
2960 * m88k-tdep.c (m88k_write_pc): Likewise.
2961 * mep-tdep.c (mep_write_pc): Likewise.
2962 * mips-tdep.c (mips_write_pc): Likewise.
2963 * mips-linux-tdep.c (mips_linux_write_pc): Likewise.
2964 * mn10300-tdep.c (mn10300_write_pc): Likewise.
2965 * sparc-tdep.c (sparc_write_pc): Likewise.
2966 * spu-tdep.c (spu_write_pc): Likewise.
2967
2968 * mips-tdep.c (read_signed_register): Remove.
2969 (read_signed_register_pid): Likewise.
2970 (mips_read_pc): Add REGCACHE argument. Remove PTID argument.
2971 Use REGCACHE instead of calling read_signed_register_pid.
2972
2973 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
2974
2975 * gdbarch.sh (push_dummy_code): Add REGCACHE argument.
2976 * gdbarch.c, gdbarch.h: Regenerate.
2977 * infcall.c (generic_push_dummy_code): Add REGCACHE argument.
2978 (push_dummy_code): Likewise. Pass it to callee.
2979 (call_function_by_hand): Pass current regcache to push_dummy_code.
2980
2981 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Add REGCACHE
2982 argument. Use it instead of current_regcache.
2983
2984 * cris-tdep.c (cris_push_dummy_code): Add REGCACHE argument.
2985 * sparc-tdep.c (sparc32_push_dummy_code): Likewise.
2986
2987 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
2988
2989 * gdbarch.sh (get_longjmp_target): Add FRAME argument.
2990 * gdbarch.c, gdbarch.h: Regenerate.
2991 * infrun.c (handle_inferior_event): Pass current frame to
2992 gdbarch_get_longjmp_target.
2993
2994 * alpha-tdep.c (alpha_get_longjmp_target): Add FRAME argument.
2995 Read registers from FRAME instead of using read_register.
2996 Use get_frame_arch instead of current_gdbarch.
2997 * arm-tdep.c (arm_get_longjmp_target): Likewise.
2998 * i386-tdep.c (i386_get_longjmp_target): Likewise.
2999 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
3000 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Likewise.
3001 (mips64_linux_get_longjmp_target): Likewise.
3002 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
3003
3004 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
3005
3006 * gdbarch.sh (skip_trampoline_code): Add FRAME argument.
3007 * gdbarch.c, gdbarch.h: Regenerate.
3008 * arch-utils.c (generic_skip_trampoline_code): Add FRAME argument.
3009 * arch-utils.h (generic_skip_trampoline_code): Likewise.
3010 * infrun.c (handle_inferior_event): Pass current frame to
3011 gdbarch_skip_trampoline_code and skip_language_trampoline.
3012
3013 * language.c (unk_lang_trampoline): Add FRAME argument.
3014 (skip_language_trampoline): Add FRAME argument. Pass it to
3015 skip_trampoline callback.
3016 * language.h: Add forward declaration of struct frame_info.
3017 (struct language_defn): Add FRAME argument to skip_trampoline.
3018 (skip_language_trampoline): Add FRAME argument.
3019 * cp-abi.c (cplus_skip_trampoline): Add FRAME argument. Pass it
3020 to skip_trampoline callback.
3021 * cp-abi.h: Add forward declaration of struct frame_info.
3022 (cplus_skip_trampoline): Add FRAME argument.
3023 (struct cp_abi_ops): Add FRAME argument to skip_trampoline callback.
3024 * gnu-v3-abi.c (gnuv3_skip_trampoline): Add FRAME argument. Pass it
3025 to gdbarch_skip_trampoline_code.
3026 * objc-lang.c (objc_skip_trampoline): Add FRAME argument. Pass it
3027 to gdbarch_skip_trampoline_code.
3028
3029 * minsyms.c (find_solib_trampoline_target): Add FRAME argument.
3030 * symtab.h (find_solib_trampoline_target): Likewise.
3031 * obsd-tdep.c (obsd_skip_solib_resolver): Pass current frame to
3032 find_solib_trampoline_target.
3033
3034 * arm-tdep.c (arm_skip_stub): Add FRAME argument. Read registers
3035 from FRAME instead of calling read_register.
3036
3037 * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code): Add FRAME
3038 argument. Read registers from FRAME instead of using read_register.
3039 * hppa-tdep.c (hppa_skip_trampoline_code): Likewise.
3040 * hppa-tdep.h (hppa_skip_trampoline_code): Add FRAME argument.
3041
3042 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): Add FRAME
3043 argument.
3044
3045 * m32c-tdep.c (m32c_skip_trampoline_code): Add FRAME argument.
3046
3047 * mips-tdep.c (mips_skip_trampoline_code): Add FRAME argument. Read
3048 registers from FRAME instead of using read_signed_register.
3049
3050 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Add FRAME
3051 argument.
3052 (ppc64_standard_linkage_target): Likewise. Read registers from FRAME
3053 instead of using read_register.
3054 (ppc64_skip_trampoline_code): Add FRAME argument. Pass it to
3055 ppc64_standard_linkage_target.
3056 * rs6000-tdep.c (rs6000_skip_trampoline_code): Add FRAME argument.
3057 Pass it to find_solib_trampoline_target. Read registers from FRAME
3058 instead of using read_register.
3059
3060 * xstormy16-tdep.c (xstormy16_skip_trampoline_code): Add FRAME
3061 argument.
3062
3063 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
3064
3065 * gdbarch.sh (software_single_step): Replace REGCACHE argument by
3066 FRAME argument.
3067 * gdbarch.c, gdbarch.h: Regenerate.
3068 * infrun.c (resume): Pass current frame to SOFTWARE_SINGLE_STEP.
3069
3070 * alpha-tdep.c (alpha_next_pc): Add FRAME argument. Retrieve
3071 registers from FRAME instead of using read_register.
3072 (alpha_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
3073 to alpha_next_pc. Use get_frame_pc instead of read_pc.
3074 * alpha-tdep.h (alpha_software_single_step): Replace REGCACHE
3075 argument by FRAME.
3076
3077 * arm-tdep.c (shifted_reg_val): Add FRAME argument. Read registers
3078 from FRAME instead of using read_register.
3079 (thumb_get_next_pc): Likewise.
3080 (arm_get_next_pc): Likewise.
3081 (arm_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
3082 to arm_get_next_pc. Use get_frame_pc instead of read_register.
3083 * arm-tdep.h (arm_software_single_step): Replace REGCACHE
3084 argument by FRAME.
3085
3086 * cris-tdep.c (find_step_target): Add FRAME argument. Read registers
3087 from FRAME instead of using read_register.
3088 (cris_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
3089 to find_step_target.
3090
3091 * mips-tdep.c (mips32_next_pc): Add FRAME argument. Read registers
3092 from FRAME instead of using read_register / read_signed_register.
3093 (extended_mips16_next_pc): Likewise.
3094 (mips16_next_pc): Likewise.
3095 (mips_next_pc): Likewise.
3096 (mips_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
3097 to mips_next_pc. Use get_frame_pc instead of read_pc.
3098 * mips-tdep.h (mips_software_single_step): Replace REGCACHE
3099 argument by FRAME.
3100
3101 * rs6000-tdep.c (branch_dest): Add FRAME argument. Use it instead
3102 of current frame. Read registers from FRAME.
3103 (deal_with_atomic_sequence): Add FRAME argument. Pass it to
3104 branch_dest. Use get_frame_pc instead of read_pc.
3105 (rs6000_software_single_step): Likewise.
3106 (bl_to_blrl_insn_p): Do not call branch_dest.
3107 * rs6000-tdep.h (rs6000_software_single_step): Replace REGCACHE
3108 argument by FRAME.
3109
3110 * sparc64-linux-tdep.c (sparc64_linux_step_trap): Add FRAME argument.
3111 Read registers from FRAME instead of current regcache.
3112 * sparc-linux-tdep.c (sparc32_linux_step_trap): Likewise.
3113 * sparcnbsd-tdep.c (sparcnbsd_step_trap): Likewise.
3114 * sparc-tdep.c (sparc_address_from_register): Remove.
3115 (sparc_analyze_control_transfer): Pass FRAME argument instead of
3116 GDBARCH. Pass FRAME to step_trap callback.
3117 (sparc_step_trap): Add FRAME argument.
3118 (space_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
3119 to sparc_analyze_control_transfer. Read registers from FRAME instead
3120 of calling sparc_address_from_register.
3121 * sparc-tdep.h (struct gdbarch_tdep): Add FRAME argument to
3122 step_trap callback.
3123 (sparc_address_from_register): Remove prototype.
3124 (sparc_software_single_step): Replace REGCACHE argument by FRAME.
3125 (sparcnbsd_step_trap): Add FRAME argument.
3126
3127 * spu-tdep.c (spu_software_single_step): Replace REGCACHE argument
3128 by FRAME. Read registers from FRAME instead of REGCACHE.
3129
3130 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
3131
3132 * arm-tdep.c (arm_print_float_info): Use register value from FRAME
3133 instead of calling read_register.
3134
3135 * avr-tdep.c (avr_push_dummy_call): Write to REGCACHE instead of
3136 calling write_register.
3137
3138 * hppa-tdep.c (hppa32_push_dummy_call): Write to REGCACHE instead of
3139 calling write_register.
3140
3141 * ia64-tdep.c (find_func_descr): Add REGCACHE parameter. Use it
3142 instead of calling read_register.
3143 (ia64_push_dummy_call): Update call to find_func_descr. Use REGCACHE
3144 instead of calling read_register and write_register.
3145
3146 * m32r-tdep.c (m32r_linux_supply_gregset): Use REGCACHE parameter
3147 instead of current_regcache.
3148
3149 * mn10300-tdep.c (mn10300_push_dummy_call): Write to REGCACHE instead
3150 of calling write_register.
3151 * mn10300-linux-tdep.c (am33_supply_fpregset_method): Use REGCACHE
3152 parameter instead of current_regcache.
3153
3154 * mips-tdep.c (mips2_fp_compat): Add FRAME parameter. Use it
3155 instead of calling read_register.
3156 (mips_read_fp_register_double, mips_print_fp_register): Update calls.
3157 (mips_eabi_push_dummy_call): Use REGCACHE instead of write_register.
3158 (mips_n32n64_push_dummy_call): Likewise.
3159 (mips_o32_push_dummy_call): Likewise.
3160 (mips_o64_push_dummy_call): Likewise.
3161
3162 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use REGCACHE
3163 parameter instead of current_regcache.
3164
3165 * xtensa-tdep.c (xtensa_register_write_masked): Add REGCACHE parameter.
3166 Use it instead of read_register and write_register.
3167 (xtensa_register_read_masked): Likewise.
3168 (xtensa_pseudo_register_read): Update call.
3169 (xtensa_pseudo_register_write): Likewise.
3170 (xtensa_frame_cache): Use register values unwound from NEXT_FRAME
3171 instead of calling read_register.
3172 (xtensa_push_dummy_call): Update comment.
3173
3174 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
3175
3176 * mips-tdep.c (mips16_scan_prologue): Replace read_next_frame_reg
3177 by frame_unwind_register_signed calls.
3178 (mips32_scan_prologue): Likewise. Skip analysis of alloca stack
3179 frame allocations when called with NULL NEXT_FRAME parameter.
3180 (read_next_frame_reg): Remove.
3181
3182 * sh-tdep.c (sh_analyze_prologue): Add FPSCR parameter. Use it
3183 instead of reading the FPSCR register.
3184 (sh_frame_cache): Pass unwound FPSCR register value to
3185 sh_analyze_prologue.
3186 (sh_skip_prologue): Pass dummy FPSCR value to sh_analyze_prologue.
3187
3188 * v850-tdep.c (v850_analyze_prologue): Add CTBP parameter. Use it
3189 instead of reading the CTBP register.
3190 (v850_frame_cache): Pass unwound CTBP register value to
3191 v850_analyze_prologue.
3192
3193 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
3194
3195 * sh-tdep.h (sh_show_regs): Add FRAME parameter.
3196 * sh-tdep.c (sh_show_regs): Likewise.
3197 (sh_show_regs_command): Pass current frame to sh_show_regs routine.
3198 (sh_generic_show_regs): Add FRAME parameter. Use register
3199 values from that frame instead of calling read_register.
3200 (sh3_show_regs, sh2e_show_regs, sh2a_show_regs, sh2a_nofpu_show_regs,
3201 sh3e_show_regs, sh3_dsp_show_regs, sh4_show_regs, sh4_nofpu_show_regs,
3202 sh_dsp_show_regs): Likewise.
3203 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs,
3204 sh64_show_regs): Likewise.
3205
3206 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
3207
3208 * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Read from
3209 current regcache instead of calling read_register.
3210
3211 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
3212
3213 * mep-tdep.c (current_me_module): Read from current regcache
3214 instead of calling read_register.
3215 (current_options): Likewise.
3216
3217 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
3218
3219 * cris-tdep.c (cris_stopped_data_address): Read register values
3220 from current frame instead of calling read_register.
3221 * frv-tdep.c (frv_stopped_data_address): Likewise.
3222
3223 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
3224
3225 * solib-sunos.c (sunos_solib_create_inferior_hook): Use write_pc
3226 instead of write_register (PC_REGNUM, ...).
3227
3228 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
3229
3230 * solib-sunos.c (sunos_solib_create_inferior_hook): Add comment
3231 explaining why the PC adjustment code is necessary.
3232
3233 2007-06-15 Vladimir Prus <vladimir@codesourcery.com>
3234
3235 * m68k-tdep.h (enum m68k_flavour): New.
3236 (struct gdbarch_tdep): New fields
3237 float_return, flavour and fpregs_present.
3238 * m68k-tdep.c (m68k_register_type): Use
3239 fpregs_present and conditionalize floating
3240 registers type on flavour.
3241 (m68k_register_names): New.
3242 (m68k_register_name): Use the above.
3243 (m68k_convert_register_p): Consult fpregs_present.
3244 (m68k_register_to_value, m68k_value_to_register):
3245 Use register_type to obtain the type of floating
3246 point registers.
3247 (m68k_svr4_extract_return_value): Check tdep->float_return.
3248 Use register_type to get the type of floating
3249 point regiters.
3250 (m68k_svr4_store_return_value): Likewise.
3251 (m68k_dwarf_reg_to_regnum): Check tdep->fpregs_present.
3252 (m68k_analyze_register_saves): Likewise.
3253 (m68k_gdbarch_init): Extract infromation
3254 from XML description, if present. Guess coldfire by
3255 looking at the file, if present. Conditionalize
3256 setting of long double format. Set decr_pc_after_break
3257 to 2 on coldfire and fido. Enable XML-driven
3258 register description.
3259 * m68kbsd-tdep.c (m68kbsd_fpreg_offset): Use
3260 size of tdep->fpreg_type, as opposed to hardcoded value.
3261 * Makefile.in (m68k-tdep.o): Update dependencies.
3262
3263 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
3264
3265 * NEWS: Mention "info spu" commands and qXfer:spu:read and
3266 qXfer:spu:write remote packet types.
3267
3268 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3269
3270 * xml-tdesc.c (tdesc_start_target): New.
3271 (target_attributes): New.
3272 (tdesc_elements): Use it.
3273 * features/gdb-target.dtd: Add #FIXED version attribute for
3274 <target>.
3275
3276 2007-06-13 Arthur Huillet <arthur.huillet@free.fr>
3277
3278 * mi/mi-cmd-var.c (mi_cmd_var_assign): Fix typo.
3279
3280 2007-06-13 Claudio Fontana <claudio.fontana@gmail.com>
3281
3282 * fork-child.c (fork_inferior): Update comment.
3283
3284 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3285
3286 * features/Makefile: Generate regformats for mips-linux and
3287 mips64-linux.
3288 * features/sort-regs.xsl: Correct typo.
3289 * regformats/reg-mips.dat, regformats/reg-mips64.dat: Delete.
3290 * regformats/mips-linux.dat, regformats/mips64-linux.dat: New generated
3291 files.
3292
3293 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3294
3295 * config/mips/linux.mh (TDEP_XML): New.
3296 * features/mips-linux.xml, features/mips64-linux.xml: New files.
3297 * mips-linux-nat.c (mips_linux_register_addr): Handle
3298 MIPS_RESTART_REGNUM.
3299 (mips64_linux_register_addr): Likewise.
3300 (super_xfer_partial, mips_linux_xfer_partial): New.
3301 (_initialize_mips_linux_nat): Add them to the target_ops.
3302 * mips-linux-tdep.c (mips_supply_gregset): Handle MIPS_RESTART_REGNUM.
3303 (mips_fill_gregset, mips64_supply_gregset, mips64_fill_gregset)
3304 (mips_linux_o32_sigframe_init)
3305 (mips_linux_n32n64_sigframe_init): Likewise.
3306 (mips_linux_write_pc, mips_linux_restart_reg_p): New.
3307 (mips_linux_init_abi): Use mips_linux_write_pc. Check for the
3308 "org.gnu.gdb.mips.linux" feature.
3309 * mips-linux-tdep.h (MIPS_RESTART_REGNUM): New constant.
3310 (mips_linux_restart_reg_p): New prototype.
3311 * mips-tdep.c (mips_gdbarch_init): Pass tdesc_data to the OS/ABI
3312 initialization routine.
3313 * Makefile.in (mips-linux-tdep.o, mips-linux-nat.o): Update.
3314
3315 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3316
3317 * Makefile.in (mips-tdep.o): Update.
3318 * mips-tdep.c (struct register_alias, mips_o32_aliases)
3319 (mips_n32_n64_aliases, mips_register_aliases): New.
3320 (mips_register_name): Call tdesc_register_name.
3321 (mips_tdesc_register_reggroup_p): New.
3322 (mips_pseudo_register_type, value_of_mips_user_reg): New.
3323 (mips_gdbarch_init): Add target-described register support.
3324 Register aliases for register names.
3325 * target-descriptions.c (tdesc_register_name): Make global.
3326 (tdesc_register_in_reggroup_p): New function, broken out from
3327 tdesc_register_reggroup_p.
3328 (tdesc_register_reggroup_p): Use it.
3329 * target-descriptions.h (tdesc_register_name)
3330 (tdesc_register_in_reggroup_p): New prototypes.
3331 * NEWS: Correct formatting. Mention MIPS register support.
3332 * features/mips-cp0.xml, features/mips-fpu.xml,
3333 features/mips64-cp0.xml, gdb/features/mips64-fpu.xml, mips-cpu.xml,
3334 features/mips64-cpu.xml: New files.
3335
3336 2007-06-13 Markus Deuling <deuling@de.ibm.com>
3337
3338 * gdbarch.sh (TARGET_ADDR_BIT): Replace by gdbarch_addr_bit.
3339 * valops.c (value_cast): Likewise.
3340 * utils.c (strlen_paddr, paddr, paddr_nz, paddress): Likewise.
3341 * ui-out.c (ui_out_field_core_addr): Likewise.
3342 * tracepoint.c (tracepoints_info): Likewise.
3343 * symtab.c (print_msymbol_info): Likewise.
3344 * solib-irix.c (irix_current_sos)
3345 (irix_open_symbol_file_object): Likewise.
3346 * remote.c (build_remote_gdbarch_data): Likewise.
3347 * prologue-value.c (make_pv_area): Likewise.
3348 * procfs.c (info_mappings_callback): Likewise.
3349 * printcmd.c (print_scalar_formatted)
3350 (deprecated_print_address_numeric): Likewise.
3351 * memattr.c (mem_info_command): Likewise.
3352 * linux-nat.c (linux_nat_info_proc_cmd): Likewise.
3353 * gdbtypes.c (build_flt, gdbtypes_post_init): Likewise.
3354 * exec.c (print_section_info): Likewise.
3355 * dwarf2read.c (read_subrange_type): Likewise.
3356 * dwarf2loc.c (find_location_expression): Likewise.
3357 * dwarf2expr.c (dwarf2_read_address, unsigned_address_type)
3358 (signed_address_type, execute_stack_op): Likewise.
3359 * breakpoint.c (print_one_breakpoint, breakpoint_1): Likewise.
3360 * gdbarch.c, gdbarch.h: Regenerate.
3361
3362 2007-06-13 Markus Deuling <deuling@de.ibm.com>
3363
3364 * gdbarch.sh (TARGET_ARCHITECTURE): Replace by gdbarch_bfd_arch_info.
3365 * arch-utils.c (show_architecture): Likewise.
3366 * remote-mips.c (mips_open): Likewise
3367 * nto-tdep.c (nto_find_and_open_solib)
3368 (nto_init_solib_absolute_prefix): Likewise.
3369 * nto-procfs (procfs_open): Likewise.
3370 * m68hc11-tdep.c (gdb_print_insn_m68hc11): Likewise.
3371 * gcore.c (default_gcore_mach, default_gcore_arch): Likewise.
3372 * gdbarch.c, gdbarch.h: Regenerate.
3373
3374 2007-06-13 Markus Deuling <deuling@de.ibm.com>
3375
3376 * gdbarch.sh (TARGET_BFD_VMA_BIT): Replace by gdbarch_bfd_vma_bit.
3377 * gdbtypes.c (build_flt): Likewise.
3378 * gdbarch.c, gdbarch.h: Regenerate.
3379
3380 2007-06-13 Markus Deuling <deuling@de.ibm.com>
3381
3382 * gdbarch.sh (BREAKPOINT_FROM_PC): Replace by
3383 gdbarch_breakpoint_from_pc.
3384 * s390-tdep.c (s390_gdbarch_init): Likewise (comment).
3385 * remote.c (remote_insert_breakpoint)
3386 (remote_insert_hw_breakpoint): Likewise.
3387 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Likewise.
3388 * mips-tdep.c (mips_breakpoint_from_pc): Likewise (comment).
3389 * breakpoint.h (bp_target_info): Likewise (comment).
3390 * breakpoint.c (read_memory_nobpt): Likewise.
3391 * mem-break.c (default_memory_insert_breakpoint): Likewise.
3392 (symtab.h, breakpoint.h): Remove include. Remove unnecessary comment.
3393 * gdbarch.c, gdbarch.h: Regenerate.
3394
3395 2007-06-13 Markus Deuling <deuling@de.ibm.com>
3396
3397 * gdbarch.sh (TARGET_PTR_BIT): Replace with gdbarch_ptr_bit.
3398 * solib-svr4.c (svr4_truncate_ptr): Likewise.
3399 * solib-pa64.c (read_dynamic_info): Likewise.
3400 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Likewise.
3401 * solib.c (info_sharedlibrary_command): Likewise.
3402 * s390-nat.c (SUBOFF): Likewise.
3403 * p-valprint.c (pascal_val_print): Likewise.
3404 * procfs.c (info_proc_mappings): Likewise.
3405 * printcmd.c (decode_format): Likewise.
3406 * nto-tdep.c (nto_truncate_ptr): Likewise.
3407 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
3408 (mips64_linux_get_longjmp_target): Likewise.
3409 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
3410 * jv-valprint.c (java_value_print): Likewise.
3411 * jv-lang.c (get_java_object_header_size): Likewise.
3412 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Likewise.
3413 * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code)
3414 (hppa_hpux_unwind_adjust_stub): Likewise.
3415 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
3416 * gdbtypes.c (make_pointer_type, make_reference_type)
3417 (smash_to_memberptr_type): Likewise.
3418 * gdbarch.c, gdbarch.h: Regenerate.
3419
3420 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3421
3422 * mips-tdep.c (mips_print_register): Remove unused ALL argument.
3423 (print_gp_register_row): Stop before printing a register bigger
3424 than the ABI register size.
3425 (mips_print_registers_info): Update call to mips_print_register.
3426
3427 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3428
3429 * expression.h (enum exp_opcode): Document a register name for
3430 OP_REGISTER.
3431 * parse.c (write_dollar_variable): Write the register name for
3432 OP_REGISTER.
3433 (operator_length_standard): Expect the register name following
3434 OP_REGISTER.
3435 * ada-lang.c (resolve_subexp): Likewise.
3436 * ax-gdb.c (gen_expr): Likewise.
3437 * eval.c (evaluate_subexp_standard): Likewise.
3438 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
3439 Likewise.
3440 * tracepoint.c (encode_actions): Likewise.
3441
3442 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3443
3444 * utils.c (set_screen_size): Use INT_MAX for default columns.
3445
3446 2007-06-13 Ulrich Weigand <uweigand@de.ibm.com>
3447
3448 * remote.c (remote_protocol_features): Add qXfer:spu:read and
3449 qXfer:spu:write packet types.
3450
3451 2007-06-12 Markus Deuling <deuling@de.ibm.com>
3452
3453 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Remove.
3454 * gdbarch.c, gdbarch.h: Regenerate.
3455
3456 2007-06-12 Markus Deuling <deuling@de.ibm.com>
3457
3458 * gdbarch.sh (STAB_REG_TO_REGNUM): Replace by
3459 gdbarch_stab_reg_to_regnum.
3460 * stabsread.c (define_symbol): Likewise.
3461 * gdbarch.sh (ECOFF_REG_TO_REGNUM): Replace by
3462 gdbarch_ecoff_reg_to_regnum.
3463 * mdebugread.c (parse_symbol): Likewise.
3464 * i386-tdep.c (i386_gdbarch_init): Likewise (comment).
3465 * gdbarch.sh (DWARF_REG_TO_REGNUM): Replace by
3466 gdbarch_dwarf_reg_to_regnum.
3467 * gdbarch.sh (SDB_REG_TO_REGNUM): Replace by gdbarch_sdb_reg_to_regnum.
3468 * coffread.c (process_coff_symbol): Likewise.
3469 * gdbarch.sh (DWARF2_REG_TO_REGNUM): Replace by
3470 gdbarch_dwarf2_reg_to_regnum.
3471 * dwarf2loc.c (dwarf_expr_read_reg,dwarf2_evaluate_loc_desc)
3472 (locexpr_describe_location): Likewise.
3473 * dwarf2-frame.c (read_reg,execute_cfa_program,dwarf2_frame_cache)
3474 (dwarf2_frame_prev_register,dwarf2_signal_frame_this_id): Likewise.
3475 * dwarf2loc.c (DWARF2_REG_TO_REGNUM): Remove macro.
3476 * dwarf2read.c (DWARF2_REG_TO_REGNUM): Remove macro.
3477 * gdbarch.c, gdbarch.h: Regenerate.
3478
3479 2007-06-12 Markus Deuling <deuling@de.ibm.com>
3480
3481 * gdbarch.sh (SMASH_TEXT_ADDRESS): Replace by
3482 gdbarch_smash_text_address.
3483 * somread.c (som_symtab_read): Likewise.
3484 * elfread.c (record_minimal_symbol): Likewise.
3485 * dbxread.c (process_one_symbol): Likewise.
3486 * coffread.c (coff_symtab_read): Likewise.
3487 * gdbarch.c, gdbarch.h: Regenerate.
3488
3489 2007-06-12 Markus Deuling <deuling@de.ibm.com>
3490
3491 * gdbarch.sh (REGISTER_TO_VALUE): Replace by gdbarch_register_to_value.
3492 * findvar.c (value_from_register): Likewise.
3493 * gdbarch.sh (VALUE_TO_REGISTER): Replace by gdbarch_value_to_register.
3494 * valops.c (value_assign): Likewise.
3495 * gdbarch.sh (CONVERT_REGISTER_P): Replace by
3496 gdbarch_convert_register_p.
3497 * findvar.c (value_from_register): Likewise.
3498 * valops.c (value_assign): Likewise.
3499 * gdbarch.c, gdbarch.h: Regenerate.
3500
3501 2007-06-12 Markus Deuling <deuling@de.ibm.com>
3502
3503 * gdbarch.sh (REGISTER_SIM_REGNO): Replace by
3504 gdbarch_register_sim_regno.
3505 * sim-regno.h (sim_regno): Likewise (comment).
3506 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Likewise.
3507 * gdbarch.c, gdbarch.h: Regenerate.
3508
3509 2007-06-12 Markus Deuling <deuling@de.ibm.com>
3510
3511 * gdbarch.sh (TARGET_VIRTUAL_FRAME_POINTER): Replace by
3512 gdbarch_virtual_frame_pointer.
3513 * tracepoint.c (encode_actions): Likewise.
3514 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Likewise.
3515 * ax-gdb.c (gen_frame_args_address, gen_frame_locals_address): Likewise.
3516 * gdbarch.c, gdbarch.h: Regenerate.
3517
3518 2007-06-12 Markus Deuling <deuling@de.ibm.com>
3519
3520 * gdbarch.sh (TARGET_FLOAT_BIT): Replace by gdbarch_float_bit.
3521 * p-lang.c (pascal_create_fundamental_type): Likewise.
3522 * objc-lang.c (objc_create_fundamental_type): Likewise.
3523 * mdebugread.c (_initialize_mdebugread): Likewise.
3524 * m2-lang.c (m2_create_fundamental_type)
3525 (_initialize_m2_language): Likewise.
3526 * gdbtypes.c (build_gdbtypes): Likewise.
3527 * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
3528 * doublest.c (floatformat_from_length): Likewise.
3529 * c-lang.c (c_create_fundamental_type): Likewise.
3530 * ada-lang.c (ada_create_fundamental_type)
3531 (ada_language_arch_info): Likewise.
3532 * gdbarch.sh (TARGET_FLOAT_FORMAT): Replace by gdbarch_float_format.
3533 * value.c (unpack_double): Likewise (comment).
3534 * gdbtypes.c (build_gdbtypes): Likewise.
3535 * doublest.c (floatformat_from_length): Likewise.
3536 * gdbarch.sh (TARGET_DOUBLE_BIT): Replace by gdbarch_double_bit.
3537 * valarith.c (value_binop): Likewise.
3538 * p-lang.c (pascal_create_fundamental_type): Likewise.
3539 * objc-lang.c (objc_create_fundamental_type): Likewise.
3540 * mdebugread.c (_initialize_mdebugread): Likewise.
3541 * m2-lang.c (m2_create_fundamental_type): Likewise.
3542 * gdbtypes.c (build_gdbtypes): Likewise.
3543 * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
3544 * doublest.c (floatformat_from_length): Likewise.
3545 * cris-tdep.c (cris_gdbarch_init): Likewise (comment).
3546 * c-lang.c (c_create_fundamental_type): Likewise.
3547 * ada-lex.l (processReal): Likewise.
3548 * ada-lang.c (ada_create_fundamental_type)
3549 (ada_language_arch_info): Likewise.
3550 * gdbarch.sh (TARGET_DOUBLE_FORMAT): Replace by gdbarch_double_format.
3551 * value.c (unpack_double): Likewise (comment).
3552 * gdbtypes.c (build_gdbtypes): Likewise.
3553 * doublest.c (floatformat_from_length): Likewise.
3554 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Replace by
3555 gdbarch_long_double_bit.
3556 * p-lang.c (pascal_create_fundamental_type): Likewise.
3557 * objc-lang.c (objc_create_fundamental_type): Likewise.
3558 * m2-lang.c (m2_create_fundamental_type): Likewise.
3559 * gdbtypes.c (build_gdbtypes): Likewise.
3560 * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
3561 * doublest.c (floatformat_from_length): Likewise.
3562 * c-lang.c (c_create_fundamental_type): Likewise.
3563 * ada-lex.l (processReal): Likewise.
3564 * ada-lang.c (ada_create_fundamental_type)
3565 (ada_language_arch_info): Likewise.
3566 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Replace by
3567 gdbarch_long_double_format.
3568 * gdbtypes.c (build_gdbtypes): Likewise.
3569 * doublest.c (floatformat_from_length): Likewise.
3570 * gdbarch.c, gdbarch.h: Regenerate.
3571
3572 2007-06-12 Markus Deuling <deuling@de.ibm.com>
3573
3574 * gdbarch.sh (TARGET_SHORT_BIT): Replace by gdbarch_int_bit.
3575 * ada-lang.c (ada_create_fundamental_type)
3576 (ada_language_arch_info): Likewise.
3577 * c-lang.c (c_create_fundamental_type): Likewise.
3578 * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
3579 * gdbtypes.c (build_gdbtypes, gdbtypes_post_init): Likewise.
3580 * m2-lang.c (m2_create_fundamental_type): Likewise.
3581 * objc-lang.c (objc_create_fundamental_type): Likewise.
3582 * p-lang.c (pascal_create_fundamental_type): Likewise.
3583 * gdbarch.sh (TARGET_INT_BIT): Replace by gdbarch_int_bit.
3584 * c-exp.y (parse_number): Likewise.
3585 * objc-exp.y (parse_number): Likewise.
3586 * ada-lex.l (processInt): Likewise.
3587 * f-exp.y (parse_number): Likewise.
3588 * p-exp.y (parse_number): Likewise.
3589 * ada-lang.c (ada_create_fundamental_type, ada_language_arch_info)
3590 (gdbtypes_post_init, build_gdbtypes): Likewise.
3591 * p-lang.c (pascal_create_fundamental_type): Likewise.
3592 * parse.c (build_parse): Likewise.
3593 * xcoffread.c (_initialize_xcoffread): Likewise.
3594 * stabsread.c (define_symbol, read_one_struct_field, read_enum_type)
3595 (read_range_type): Likewise.
3596 * objc-lang.c (objc_create_fundamental_type): Likewise.
3597 * f-lang.c (build_fortran_types, f_create_fundamental_type): Likewise.
3598 * m2-lang.c (m2_create_fundamental_type, _initialize_m2_language)
3599 (m2_create_fundamental_type): Likewise.
3600 * c-lang.c (c_create_fundamental_type): Likewise.
3601 * coffread.c (coff_read_enum_type): Likewise.
3602 * mdebugread.c (parse_symbol, _initialize_mdebugread): Likewise.
3603 * dwarf2read.c (new_symbol): Likewise.
3604 * gdbarch.sh (TARGET_LONG_BIT): Replace by gdbarch_long_bit.
3605 * c-exp.y (parse_number): Likewise.
3606 * objc-exp.y (parse_number): Likewise.
3607 * ada-lex.l (processInt): Likewise.
3608 * f-exp.y (parse_number): Likewise.
3609 * p-exp.y (parse_number): Likewise.
3610 * valarith.c (value_binop): Likewise.
3611 * symfile.c (read_target_long_array, simple_overlay_update_1): Likewise.
3612 * ada-lang.c (ada_create_fundamental_type)
3613 (ada_language_arch_info): Likewise.
3614 * gdbtypes.c (build_gdbtypes, gdbtypes_post_init): Likewise.
3615 * symfile.c (TARGET_LONG_BYTES): Likewise.
3616 * p-lang.c (pascal_create_fundamental_type): Likewise.
3617 * objc-lang.c (objc_create_fundamental_type): Likewise.
3618 * m2-lang.c (m2_create_fundamental_type): Likewise.
3619 * f-lang.c (f_create_fundamental_type): Likewise.
3620 * c-lang.c (c_create_fundamental_type): Likewise.
3621 * coffread.c (decode_base_type): Likewise.
3622 * gdbarch.sh (TARGET_LONG_LONG_BIT): Replace by gdbarch_long_long_bit.
3623 * c-exp.y (parse_number): Likewise.
3624 * objc-exp.y (parse_number): Likewise.
3625 * p-exp.y (parse_number): Likewise.
3626 * ada-lang.c (ada_create_fundamental_type)
3627 (ada_language_arch_info): Likewise.
3628 * gdbtypes.c (gdbtypes_post_init, build_gdbtypes): Likewise.
3629 * stabsread.c (read_range_type): Likewise.
3630 * p-lang.c (pascal_create_fundamental_type): Likewise.
3631 * objc-lang.c (objc_create_fundamental_type): Likewise.
3632 * m2-lang.c (m2_create_fundamental_type): Likewise.
3633 * f-lang.c (f_create_fundamental_type): Likewise.
3634 * c-lang.c (c_create_fundamental_type): Likewise.
3635 * gdbarch.c, gdbarch.h: Regenerate.
3636
3637 2007-06-12 Andreas Schwab <schwab@suse.de>
3638
3639 * frame-unwind.h (frame_dealloc_cache_ftype): Define.
3640 (struct frame_unwind): Add dealloc_cache.
3641 * frame.c (reinit_frame_cache): Call dealloc_cache on all caches.
3642
3643 * libunwind-frame.h (libunwind_frame_dealloc_cache): Declare.
3644 * libunwind-frame.c (libunwind_frame_dealloc_cache): Define.
3645 (libunwind_frame_unwind): Set dealloc_cache.
3646 * ia64-tdep.c (ia64_libunwind_frame_unwind): Set dealloc_cache.
3647
3648 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3649 Markus Deuling <deuling@de.ibm.com>
3650
3651 * remote.c (remote_write_qxfer): New function.
3652 (remote_xfer_partial): Add handling for TARGET_OBJECT_SPU.
3653 (remote_read_qxfer): Do not cache empty objects.
3654 (_initialize_remote): Add PACKET_qXfer_spu_read and
3655 PACKET_qXfer_spu_write.
3656
3657 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3658
3659 * target.h (enum target_object): Add TARGET_OBJECT_SPU.
3660 * spu-linux-nat.c (spu_xfer_partial): Handle TARGET_OBJECT_SPU.
3661
3662 * spu-tdep.h (SPU_NUM_PSEUDO_REGS): Add 5 pseudo registers.
3663 (enum spu_regnum): Add SPU_FPSCR_REGNUM, SPU_SRR0_REGNUM,
3664 SPU_LSLR_REGNUM, SPU_DECR_REGNUM, SPU_DECR_STATUS_REGNUM.
3665 * spu-tdep.c (infospucmdlist): New variable.
3666 (spu_register_name): Handle additional pseudo registers.
3667 (spu_register_type): Likewise.
3668 (spu_pseudo_register_read): Likewise.
3669 (spu_pseudo_register_write): Likewise.
3670 (spu_pseudo_register_read_spu): New function.
3671 (spu_pseudo_register_write_spu): Likewise.
3672 (info_spu_event_command): New function.
3673 (info_spu_signal_command): Likewise.
3674 (info_spu_mailbox_list): Likewise.
3675 (info_spu_mailbox_command): Likewise.
3676 (spu_mfc_get_bitfield): Likewise.
3677 (info_spu_dma_cmdlist): Likewise.
3678 (info_spu_dma_command): Likewise.
3679 (info_spu_proxydma_command): Likewise.
3680 (info_spu_command): Likewise.
3681 (_initialize_spu_tdep): Install "info spu" commands.
3682
3683 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3684
3685 * spu-linux-nat.c (spu_proc_xfer_spu): Do not return failure when
3686 accessing non-seekable spufs files.
3687
3688 2007-06-09 Markus Deuling <deuling@de.ibm.com>
3689
3690 * gdbarch.sh (SKIP_TRAMPOLINE_CODE): Replace by
3691 gdbarch_skip_trampoline_code.
3692 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Likewise (comment).
3693 * objc-lang.c (objc_skip_trampoline)
3694 (objc_submethod_helper_data): Likewise.
3695 * m32c-lang.c (m32c_skip_trampoline_code): Likewise (comment).
3696 * infrun.c (handle_inferior_event): Likewise.
3697 * gnu-v3-abi.c (gnuv3_skip_trampoline): Likewise.
3698 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Replace by
3699 gdbarch_in_solib_return_trampoline.
3700 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Likewise (comment).
3701 * infrun.c (handle_inferior_event): Likewise.
3702 * hppa-tdep.c (hppa_stub_unwind_sniffer): Likewise.
3703 * gdbarch.c, gdbarch.h: Regenerate.
3704
3705 2007-06-09 Markus Deuling <deuling@de.ibm.com>
3706
3707 * gdbarch.sh (SKIP_PROLOGUE): Replace by gdbarch_skip_prologue.
3708 * symtab.c (find_function_start_sal, in_prologue): Likewise.
3709 * linespec.c (minsym_found): Likewise.
3710 * infrun.c (step_into_function): Likewise.
3711 * gdbarch.c, gdbarch.h: Regenerate.
3712
3713 2007-06-09 Markus Deuling <deuling@de.ibm.com>
3714
3715 * gdbarch.sh (NAME_OF_MALLOC): Replace by gdbarch_name_of_malloc.
3716 * valops.c (value_allocate_space_in_inferior): Likewise.
3717 * gdbarch.c, gdbarch.h: Regenerate.
3718
3719 2007-06-09 Markus Deuling <deuling@de.ibm.com>
3720
3721 * gdbarch.sh (MEMORY_INSERT_BREAKPOINT): Replace by
3722 gdbarch_memory_insert_breakpoint.
3723 * mem-break.c (memory_insert_breakpoint): Likewise.
3724 * gdbarch.sh (MEMORY_REMOVE_BREAKPOINT): Replace by
3725 gdbarch_memory_remove_breakpoint.
3726 * mem-break.c (memory_remove_breakpoint): Likewise.
3727 * gdbarch.c, gdbarch.h: Regenerate.
3728
3729 2007-06-09 Markus Deuling <deuling@de.ibm.com>
3730
3731 * gdbarch.sh (FETCH_TLS_LOAD_MODULE_ADDRESS): Replace by
3732 gdbarch_fetch_tls_load_module_address.
3733 * gdbarch.sh (FETCH_TLS_LOAD_MODULE_ADDRESS_P): Replace by
3734 gdbarch_fetch_tls_load_module_address_p.
3735 * gdbarch.c, gdbarch.h: Regenerate.
3736
3737 2007-06-09 Markus Deuling <deuling@de.ibm.com>
3738
3739 * gdbarch.sh (DECR_PC_AFTER_BREAK): Replace by
3740 gdbarch_decr_pc_after_break.
3741 * tracepoint.c (trace_dump_command): Likewise.
3742 * solib-sunos.c (sunos_solib_create_inferior_hook): Likewise.
3743 * linux-thread-db.c (check_event): Likewise.
3744 * linux-nat.c (cancel_breakpoints_callback): Likewise.
3745 * infrun.c (adjust_pc_after_break, normal_stop): Likewise.
3746 * frame.h: Likewise (comment).
3747 * dummy-frame.c (deprecated_pc_in_call_dummy): Likewise.
3748 * aix-thread.c (aix_thread_wait): Likewise.
3749 * gdbarch.c, gdbarch.h: Regenerate.
3750
3751 2007-06-09 Markus Deuling <deuling@de.ibm.com>
3752
3753 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS): Replace by
3754 gdbarch_address_class_type_flags.
3755 * dwarf2read.c (read_tag_pointer_type): Likewise.
3756 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS_P): Replace by
3757 gdbarch_address_class_type_flags_p.
3758 * dwarf2read.c (read_tag_pointer_type): Likewise.
3759 * gdbarch.c, gdbarch.h: Regenerate.
3760
3761 2007-06-09 Markus Deuling <deuling@de.ibm.com>
3762
3763 * gdbarch.sh (ADDR_BITS_REMOVE): Replace by gdbarch_addr_bits_remove.
3764 * value.c (value_as_address): Likewise (comment).
3765 * remote-mips.c (common_breakpoint): Likewise.
3766 * regcache.c (read_pc_pid): Likewise.
3767 * printcmd.c (do_one_display): Likewise.
3768 * monitor.c (monitor_write_memory, monitor_read_memory)
3769 (monitor_insert_breakpoint): Likewise.
3770 * mips-tdep.c (heuristic_proc_start): Likewise.
3771 * infrun.c (insert_step_resume_breakpoint_at_frame)
3772 (insert_step_resume_breakpoint_at_caller): Likewise.
3773 * buildsym.c (record_line): Likewise.
3774 * arm-tdep.c (arm_scan_prologue, thumb_get_next_pc)
3775 (arm_get_next_pc): Likewise.
3776 * armnbsd-nat.c (arm_supply_gregset, fetch_register, store_register)
3777 (store_regs): Likewise.
3778 * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
3779 * arm-linux-nat.c (fetch_register, fetch_regs): Likewise.
3780 * gdbarch.c, gdbarch.h: Regenerate.
3781
3782 2007-06-09 Markus Deuling <deuling@de.ibm.com>
3783
3784 * gdbarch.sh (REGISTER_NAME): Replace by gdbarch_register_name.
3785 * tracepoint.c (scope_info): Likewise.
3786 * target.c (debug_print_register): Likewise.
3787 * stack.c (frame_info): Likewise.
3788 * sh-tdep.c (sh_register_reggroup_p): Likewise.
3789 * sh64-tdep.c (sh64_do_fp_register, sh64_do_register)
3790 (sh64_media_print_registers_info)
3791 (sh64_compact_print_registers_info): Likewise.
3792 * rs6000-tdep.c (rs6000_register_reggroup_p): Likewise.
3793 * remote-sim.c (gdbsim_fetch_register): Likewise.
3794 * remote.c (packet_reg): Likewise (comment).
3795 * reggroups.c (default_register_reggroup_p): Likewise.
3796 * regcache.c (regcache_dump): Likewise.
3797 * printcmd.c (address_info): Likewise.
3798 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
3799 * mt-dep.c (mt_registers_info): Likewise.
3800 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Likewise (comment).
3801 * mips-tdep.c (mips_register_reggroup_p, mips_read_fp_register_single)
3802 (mips_read_fp_register_double, mips_print_fp_register)
3803 (mips_print_register, print_gp_register_row, mips_print_registers_info)
3804 (mips_register_sim_regno): Likewise.
3805 * m68klinux-nat.c (regmap, fetch_register, store_register): Likewise.
3806 * inf-ptrace.c (inf_ptrace_fetch_register)
3807 (inf_ptrace_store_register): Likewise.
3808 * infcmd.c (default_print_registers_info): Likewise.
3809 * ia64-linux-nat.c (ia64_linux_fetch_register)
3810 (ia64_linux_store_register): Likewise.
3811 * i386-linux-nat.c (fetch_register, store_register): Likewise.
3812 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Likewise.
3813 * hppa-linux-nat.c (fetch_register, store_register): Likewise.
3814 * hppa-hpux-nat.c (hppa_hpux_fetch_register)
3815 (hppa_hpux_store_register): Likewise.
3816 * findvar.c (locate_var_value): Likewise.
3817 * dwarf2loc.c (locexpr_describe_location): Likewise.
3818 * dwarf2-frame.c (execute_cfa_program): Likewise.
3819 * arm-tdep.c (arm_push_dummy_call): Likewise.
3820 * arch-utils.c (legacy_register_sim_regno): Likewise.
3821 * alpha-tdep.c (alpha_register_reggroup_p): Likewise.
3822 * alpha-nat.c (fetch_osf_core_registers): Likewise.
3823 * mi/mi-main.c (mi_cmd_data_list_register_names)
3824 (mi_cmd_data_list_changed_registers, mi_cmd_data_list_register_values)
3825 (mi_cmd_data_write_register_values): Likewise.
3826 * gdbarch.c, gdbarch.h: Regenerate.
3827
3828 2007-06-07 Daniel Jacobowitz <dan@codesourcery.com>
3829
3830 * target-memory.c (blocks_to_erase): Correct off-by-one error.
3831
3832 2007-06-06 Vladimir Prus <vladimir@codesourcery.com>
3833
3834 * remote.c (process_g_packet): Don't check size.
3835 * gdbarch.sh: Remove register_bytes_ok.
3836 * gdbarch.c: Regenerated.
3837 * gdbarch.h: Regenerated.
3838 * m68k-tdep.c (REGISTER_BYTES_NOFP): Remove.
3839 (m68k_register_bytes_ok): Remove.
3840 (m68k_gdbarch_init): Don't register m68k_register_bytes_ok.
3841
3842 2007-06-06 Andreas Schwab <schwab@suse.de>
3843
3844 * libunwind-frame.c (unw_destroy_addr_space_p): Define.
3845 (destroy_addr_space_name): Define.
3846 (libunwind_load): Get address of destroy_addr_space function.
3847 (libunwind_frame_cache): Destroy unw_addr_space_t object before
3848 returning unsuccessfully.
3849 (libunwind_frame_sniffer): Destroy unw_addr_space_t object before
3850 returning.
3851 (libunwind_sigtramp_frame_sniffer): Likewise.
3852 (libunwind_get_reg_special): Likewise.
3853
3854 2007-06-06 Markus Deuling <deuling@de.ibm.com>
3855
3856 * gdbarch.sh (FETCH_POINTER_ARGUMENT): Replace by
3857 gdbarch_fetch_pointer_argument.
3858 * objc-lang.c (OBJC_FETCH_POINTER_ARGUMENT): Likewise.
3859 * gdbarch.c, gdbarch.h: Regenerate.
3860
3861 2007-06-06 Markus Deuling <deuling@de.ibm.com>
3862
3863 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Replace by
3864 gdbarch_have_nonsteppable_watchpoint.
3865 * infrun.c (handle_inferior_event, adjust_pc_after_break): Likewise.
3866 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Replace by
3867 gdbarch_cannot_step_breakpoint.
3868 * infrun.c (resume): Likewise.
3869 * gdbarch.c, gdbarch.h: Regenerate.
3870
3871 2007-06-06 Markus Deuling <deuling@de.ibm.com>
3872
3873 * gdbarch.sh (FRAME_ARGS_SKIP): Replace by gdbarch_frame_args_skip.
3874 * stack.c (print_frame_args): Likewise.
3875 * gdbarch.sh (FRAME_NUM_ARGS): Replace by gdbarch_frame_num_args.
3876 * stack.c (print_args_stub, frame_info): Likewise.
3877 * gdbarch.sh (FRAME_NUM_ARGS_P): Replace by gdbarch_frame_num_args_p.
3878 * stack.c (print_args_stub, frame_info): Likewise.
3879 * gdbarch.c, gdbarch.h: Regenerate.
3880
3881 2007-06-06 Markus Deuling <deuling@de.ibm.com>
3882
3883 * gdbarch.sh (COFF_MAKE_MSYMBOL_SPECIAL): Replace by
3884 gdbarch_coff_make_msymbol_special.
3885 * coffread.c (coff_symtab_read): Likewise.
3886 * gdbarch.sh (ELF_MAKE_MSYMBOL_SPECIAL): Replace by
3887 gdbarch_elf_make_msymbol_special.
3888 * elfread.c (elf_symtab_read): Likewise.
3889 * mips-tdep.c (mips_elf_make_msymbol_special): Likewise (comment).
3890 * sh64-tdep.c (MSYMBOL_IS_SPECIAL): Likewise (comment).
3891 * gdbarch.c, gdbarch.h: Regenerate.
3892
3893 2007-06-06 Markus Deuling <deuling@de.ibm.com>
3894
3895 * gdbarch.sh (FRAME_RED_ZONE_SIZE): Replace by
3896 gdbarch_frame_red_zone_size.
3897 * gdbarch.c, gdbarch.h: Regenerate.
3898
3899 2007-06-06 Markus Deuling <deuling@de.ibm.com>
3900
3901 * gdbarch.sh (INNER_THAN): Replace by gdbarch_inner_than.
3902 * infcall.c (call_function_by_hand): Likewise.
3903 * gcore.c (derive_stack_segment): Likewise.
3904 * frame.c (frame_id_inner): Likewise.
3905 * arch-utils.c (core_addr_lessthan): Likewise (comment).
3906 * ada-lang.c (ensure_lval): Likewise.
3907 * gdbarch.c, gdbarch.h: Regenerate.
3908
3909 2007-06-06 Markus Deuling <deuling@de.ibm.com>
3910
3911 * gdbarch.sh (ADDRESS_TO_POINTER): Replace by
3912 gdbarch_address_to_pointer.
3913 * findvar.c (store_typed_address): Likewise.
3914 * gdbtypes.c (make_pointer_type): Likewise (comment).
3915 * procfs.c (procfs_address_to_host_pointer): Likewise.
3916 * std-regs.c (value_of_builtin_frame_reg): Likewise.
3917 (value_of_builtin_frame_fp_reg): Likewise.
3918 (value_of_builtin_frame_pc_reg): Likewise.
3919 * utils.c (paddress): Likewise (comment).
3920 * gdbarch.sh (POINTER_TO_ADDRESS): Replace by
3921 gdbarch_pointer_to_address.
3922 * findvar.c (extract_typed_address): Likewise.
3923 * gdbtypes.c (make_pointer_type): Likewise (comment).
3924 * valops.c (value_cast): Likewise (comment).
3925 * gdbarch.c, gdbarch.h: Regenerate.
3926
3927 2007-06-06 Markus Deuling <deuling@de.ibm.com>
3928
3929 * gdbarch.sh (GET_LONGJMP_TARGET): Replace by gdbarch_get_longjmp_target.
3930 * infrun.c (handle_inferior_event): Likewise.
3931 * gdbarch.sh (GET_LONGJMP_TARGET_P): Replace by
3932 gdbarch_get_longjmp_target_p.
3933 * breakpoint.c (breakpoint_re_set): Likewise.
3934 * infrun.c (handle_inferior_event): Likewise.
3935 * gdbarch.c, gdbarch.h: Regenerate.
3936
3937 2007-06-06 Ulrich Weigand <uweigand@de.ibm.com>
3938
3939 * hppa-hpux-tdep.c (args_for_find_stub, HP_ACC_EH_notify_hook,
3940 HP_ACC_EH_set_hook_value, HP_ACC_EH_notify_callback, HP_ACC_EH_break,
3941 HP_ACC_EH_catch_throw, HP_ACC_EH_catch_catch, __eh_notification,
3942 hp_cxx_exception_support, hp_cxx_exception_support_initialized,
3943 eh_notify_hook_addr, eh_notify_callback_addr, eh_break_addr,
3944 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior,
3945 find_stub_with_shl_get, cover_find_stub_with_shl_get,
3946 initialize_hp_cxx_exception_support, child_enable_exception_callback,
3947 current_ex_event, child_get_current_exception_event): Remove.
3948 (hppa_hpux_inferior_created): Remove.
3949 (hppa_hpux_init_abi): Do not install hppa_hpux_inferior_created.
3950
3951 * breakpoint.h (deprecated_exception_catchpoints_are_fragile): Remove.
3952 (deprecated_exception_support_initialized): Remove.
3953 * breakpoint.c (deprecated_exception_catchpoints_are_fragile): Remove.
3954 (deprecated_exception_support_initialized): Remove.
3955 (breakpoint_init_inferior): Remove handling of non-zero
3956 deprecated_exception_catchpoints_are_fragile.
3957
3958 * symtab.h (deprecated_hp_som_som_object_present): Remove.
3959 * symtab.c (deprecated_hp_som_som_object_present): Remove.
3960 * c-typeprint.c (c_type_print_base): Remove handling of non-zero
3961 deprecated_hp_som_som_object_present.
3962 * eval.c (evaluate_subexp_standard): Likewise.
3963 * valops.c (value_cast): Likewise.
3964
3965 * parse.c (parse_nested_classes_for_hpacc, coloncolon): Remove.
3966 * parser-defs.h (parse_nested_classes_for_hpacc): Remove.
3967 * c-exp.y (yylex): Do not call parse_nested_classes_for_hpacc.
3968
3969 2007-06-06 Ulrich Weigand <uweigand@de.ibm.com>
3970
3971 * objfiles.h (ImportEntry, ExportEntry): Remove types.
3972 (struct objfile): Remove import_list, import_list_size,
3973 export_list, export_list_size members.
3974 (is_in_import_list): Remove prototype.
3975 * objfiles.c (is_in_import_list): Remove.
3976 * somread.c (init_import_symbols, init_export_symbols): Remove.
3977 (som_symfile_read): Do not call init_import_symbols. Do not
3978 set objfile->export_list and objfile->export_list_size.
3979
3980 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
3981
3982 * dwarf2read.c (dwarf2_symbol_mark_computed): Fix formatting.
3983 Use the original objfile if necessary.
3984
3985 2007-06-04 Daniel Jacobowitz <dan@codesourcery.com>
3986
3987 * defs.h (ldirname): New prototype.
3988 * dwarf2read.c (read_file_scope): Use DW_AT_name if DW_AT_comp_dir is
3989 missing.
3990 * utils.c (ldirname): New function.
3991 * xml-tdesc.c (file_read_description_xml): Use ldirname.
3992
3993 2007-06-01 Ulrich Weigand <uweigand@de.ibm.com>
3994
3995 * spu-tdep.c (spu_push_dummy_call): Store stack back chain.
3996
3997 2007-06-01 Joel Brobecker <brobecker@adacore.com>
3998
3999 * solib-svr4.c (svr4_solib_create_inferior_hook): Remove warning.
4000
4001 2007-06-01 Ulrich Weigand <uweigand@de.ibm.com>
4002
4003 * irix5-nat.c (JB_ELEMENT_SIZE, get_longjmp_target): Remove.
4004
4005 2007-06-01 Ulrich Weigand <uweigand@de.ibm.com>
4006
4007 * ppc-linux-tdep.c (INSTR_SC, INSTR_LI_R0_0x6666, INSTR_LI_R0_0x7777,
4008 INSTR_LI_R0_NR_sigreturn, INSTR_LI_R0_NR_rt_sigreturn): Remove.
4009 (PPC_LINUX_SIGNAL_FRAMESIZE, PPC_LINUX_REGS_PTR_OFFSET,
4010 PPC_LINUX_HANDLER_PTR_OFFSET): Remove.
4011 (ppc_linux_in_sigtramp, insn_is_sigreturn,
4012 ppc_linux_at_sigtramp_return_path): Remove.
4013
4014 2007-05-31 Markus Deuling <deuling@de.ibm.com>
4015
4016 * xtensa-tdep.c (XTENSA_IS_ENTRY, extract_call_winsize)
4017 (xtensa_register_write_masked, xtensa_register_read_masked)
4018 (xtensa_extract_return_value, xtensa_store_return_value
4019 (xtensa_push_dummy_call, xtensa_breakpoint_from_pc): Replace
4020 TARGET_BYTE_ORDER by gdbarch_byte_order.
4021 * sh-tdep.c (sh_breakpoint_from_pc, gdb_print_insn_sh)
4022 (sh_justify_value_in_reg, sh_next_flt_argreg, sh_push_dummy_call_fpu)
4023 (sh_extract_return_value_fpu, sh_store_return_value_fpu): Likewise.
4024 * sh64-tdep.c (sh64_breakpoint_from_pc, gdb_print_insn_sh64)
4025 (sh64_push_dummy_call, sh64_extract_return_value)
4026 (sh64_store_return_value, sh64_register_convert_to_virtual)
4027 (sh64_register_convert_to_raw, sh64_pseudo_register_read)
4028 (sh64_pseudo_register_write, sh64_do_fp_register)
4029 (sh64_frame_prev_register): Likewise.
4030 * score-tdep.c (score_print_insn, score_breakpoint_from_pc)
4031 (score_return_value, score_push_dummy_call, score_fetch_inst): Likewise.
4032 * rs6000-tdep.c (rs6000_breakpoint_from_pc, rs6000_push_dummy_call)
4033 (e500_move_ev_register,gdb_print_insn_powerpc): Likewise.
4034 * remote-m32r-sdi.c (m32r_resume, m32r_wait): Likewise.
4035 * ppc-linux-nat.c (store_register): Likewise.
4036 * nto-tdep.c (nto_find_and_open_solib)
4037 (nto_init_solib_absolute_prefix): Likewise.
4038 * mips-tdep.c (mips_pseudo_register_read, mips_pseudo_register_write)
4039 (mips_convert_register_p, mips_eabi_push_dummy_call)
4040 (mips_n32n64_push_dummy_call, mips_n32n64_return_value)
4041 (mips_o32_push_dummy_call, mips_o32_return_value)
4042 (mips_o64_push_dummy_call, mips_o64_return_value, mips_o64_return_value)
4043 (mips_read_fp_register_single, mips_read_fp_register_double)
4044 (mips_print_register, print_gp_register_row, gdb_print_insn_mips)
4045 (mips_breakpoint_from_pc): Likewise.
4046 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Likewise.
4047 * mips-linux-tdep.c (mips64_supply_fpregset, mips64_fill_fpregset)
4048 (mips_linux_o32_sigframe_init): Likewise.
4049 * m32r-tdep.c (m32r_memory_insert_breakpoint)
4050 (m32r_memory_remove_breakpoint, m32r_breakpoint_from_pc): Likewise.
4051 * libunwind-frame.c (libunwind_frame_cache, libunwind_frame_sniffer)
4052 (libunwind_sigtramp_frame_sniffer, libunwind_get_reg_special): Likewise.
4053 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Likewise.
4054 * coffread.c (process_coff_symbol): Likewise.
4055 * arm-tdep.c (convert_from_extended, convert_to_extended)
4056 (gdb_print_insn_arm): Likewise.
4057
4058 2007-05-31 Markus Deuling <deuling@de.ibm.com>
4059
4060 * gdbarch.sh (NUM_REGS): Replace by gdbarch_num_regs.
4061 * i386-tdep.c (i386_dbx_reg_to_regnum)
4062 (i386_svr4_reg_to_regnum): Likewise.
4063 * inf-ptrace.c (inf_ptrace_fetch_registers)
4064 (inf_ptrace_store_registers): Likewise.
4065 * corelow.c (get_core_registers): Likewise.
4066 * i386-linux-nat.c (supply_gregset, fill_gregset)
4067 (i386_linux_fetch_inferior_registers)
4068 (i386_linux_store_inferior_registers): Likewise.
4069 * remote.c (init_remote_state,packet_reg_from_regnum)
4070 (packet_reg_from_pnum,process_g_packet,remote_fetch_registers)
4071 (remote_prepare_to_store,store_registers_using_G)
4072 (remote_store_registers,remote_arch_state): Likewise.
4073 * tracepoint.c (encode_actions): Likewise.
4074 * mi/mi-main.c (mi_cmd_data_list_register_names)
4075 (mi_cmd_data_list_changed_registers,mi_cmd_data_list_register_values)
4076 (mi_cmd_data_write_register_values): Likewise.
4077 * tui/tui-regs.c (tui_show_register_group)
4078 (tui_show_register_group): Likewise.
4079 * xtensa-tdep.h (FP_ALIAS): Likewise.
4080 * xtensa-tdep.c (xtensa_register_name,xtensa_register_type)
4081 (xtensa_reg_to_regnum,xtensa_pseudo_register_read)
4082 (xtensa_pseudo_register_write,xtensa_register_reggroup_p): Likewise.
4083 * win32-nat.c (do_win32_fetch_inferior_registers)
4084 (do_win32_store_inferior_registers,fetch_elf_core_registers
4085 * user-regs.h: Likewise (comment).
4086 * user-regs.c (user_reg, user_reg_map_name_to_regnum): Likewise.
4087 * trad-frame.c (trad_frame_alloc_saved_regs): Likewise.
4088 * target-descriptions.h: Likewise (comment).
4089 * target-descriptions.c (tdesc_use_registers): Likewise (comment).
4090 * target.c (debug_print_register): Likewise.
4091 * stack.c (frame_info): Likewise.
4092 * stabsread.c (define_symbol): Likewise.
4093 * sh64-tdep.c (sh64_do_pseudo_register,sh64_print_register)
4094 (sh64_media_print_registers_info)
4095 (sh64_compact_print_registers_info): Likewise.
4096 * rs6000-tdep.c (rs6000_register_sim_regno): Likewise.
4097 * rs6000-nat.c (fetch_register,store_register): Likewise.
4098 * remote-sim.c (one2one_register_sim_regno,gdbsim_fetch_register)
4099 (gdbsim_fetch_register,gdbsim_store_register): Likewise.
4100 * remote-mips.c (mips_fetch_registers,mips_store_registers): Likewise.
4101 * remote-m32r-sdi.c (m32r_fetch_registers)
4102 (m32r_store_registers): Likewise.
4103 * reggroups.c (default_register_reggroup_p): Likewise.
4104 * regcache.c (init_regcache_descr,register_size,regcache,regcache_save)
4105 (regcache_restore,regcache_dump): Likewise.
4106 * monitor.c (monitor_fetch_registers,monitor_store_registers): Likewise.
4107 * mips-tdep.c (mips_xfer_register,mips_register_name)
4108 (mips_register_reggroup_p,mips_pseudo_register_read)
4109 (mips_pseudo_register_write,mips_convert_register_p,mips_register_type)
4110 (mips_unwind_pc,mips_unwind_sp,mips_unwind_dummy_id,set_reg_offset)
4111 (mips16_scan_prologue,mips_insn16_frame_cache,reset_saved_regs)
4112 (mips32_scan_prologue,mips_insn32_frame_cache,read_next_frame_reg)
4113 (mips_n32n64_return_value,mips_o32_return_value,mips_o64_return_value)
4114 (print_gp_register_row,mips_print_registers_info)
4115 (mips_stab_reg_to_regnum,mips_dwarf_dwarf2_ecoff_reg_to_regnum)
4116 (mips_register_sim_regno): Likewise.
4117 * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
4118 (mips_linux_n32n64_sigframe_init): Likewise.
4119 * mips-linux-nat.c (mips_linux_register_addr)
4120 (mips64_linux_register_addr): Likewise.
4121 * findvar.c (value_of_register): Likewise.
4122 * infcmd.c (default_print_registers_info,registers_info)
4123 (print_vector_info,print_float_info): Likewise.
4124 * mips64obsd-tdep.c (mips64obsd_sigframe_init): Likewise.
4125 * inf-child.c (inf_child_fetch_inferior_registers): Likewise.
4126 * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Likewise.
4127 * m68hc11-tdep.c (m68hc11_frame_unwind_cache(: Likewise.
4128 * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
4129 * ia64-linux-nat.c (ia64_register_addr,ia64_cannot_fetch_register)
4130 (ia64_cannot_store_register,ia64_linux_fetch_registers)
4131 (ia64_linux_store_registers): Likewise.
4132 * hpux-thread.c (hpux_thread_fetch_registers)
4133 (hpux_thread_store_registers): Likewise.
4134 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM,E_PSEUDO_EXR_REGNUM)
4135 (h8300_init_frame_cache,h8300_frame_cache,h8300_frame_prev_register)
4136 (h8300_register_type): Likewise.
4137 * dwarf2-frame.c (dwarf2_frame_cache)
4138 (dwarf2_frame_state_alloc_regs): Likewise.
4139 * cris-tdep.c (cris_register_size,cris_cannot_fetch_register)
4140 (cris_cannot_store_register,crisv32_cannot_fetch_register)
4141 (crisv32_cannot_store_register,cris_register_name): Likewise.
4142 * avr-tdep.c (avr_frame_unwind_cache): Likewise.
4143 * arch-utils.c (legacy_register_sim_regno)
4144 (legacy_virtual_frame_pointer): Likewise.
4145 * arm-tdep.c (arm_make_prologue_cache,arm_register_sim_regno):Likewise.
4146 * arm-tdep.h: Likewise (comment).
4147 * frv-tdep.c (frv_register_sim_regno): Likewise.
4148 * m68klinux-nat.c (old_fetch_inferior_registers)
4149 (old_store_inferior_registers): Likewise.
4150 * m32c-tdep.c (m32c_virtual_frame_pointer): Likewise.
4151 * irix5-nat.c (fetch_core_registers): Likewise.
4152 * hppa-tdep.c (hppa_frame_cache): Likewise.
4153 * hppa-linux-nat.c (hppa_linux_register_addr)
4154 (hppa_linux_fetch_inferior_registers)
4155 (hppa_linux_store_inferior_registers): Likewise.
4156 * hppa-hpux-nat.c (hppa_hpux_fetch_inferior_registers)
4157 (hppa_hpux_store_inferior_registers): Likewise.
4158 * amd64-nat.c (amd64_native_gregset_reg_offset)
4159 (amd64_supply_native_gregset,amd64_collect_native_gregset): Likewise.
4160 * dbug-rom.c (dbug_regname): Likewise.
4161 * m68hc11-tdep.c (m68hc11_frame_unwind_cache)
4162 (HARD_PAGE_REGNUM (comment)): Likewise.
4163 * gdbarch.sh (NUM_PSEUDO_REGS): Replace by gdbarch_num_pseudo_regs.
4164 * i386-tdep.c (i386_dbx_reg_to_regnum)
4165 (i386_svr4_reg_to_regnum): Likewise.
4166 * mi/mi-main.c (mi_cmd_data_list_register_names)
4167 (mi_cmd_data_list_changed_registers,mi_cmd_data_list_register_values)
4168 (mi_cmd_data_write_register_values): Likewise.
4169 * gdbarch.c, gdbarch.h: Regenerate.
4170 * tui/tui-regs.c (tui_show_register_group): Likewise.
4171 * xtensa-tdep.h (FP_ALIAS): Likewise.
4172 * user-regs.h: Likewise (comment).
4173 * user-regs.c (user_reg, user_reg_map_name_to_regnum): Likewise.
4174 * trad-frame.c (trad_frame_alloc_saved_regs): Likewise.
4175 * target-descriptions.h: Likewise (comment).
4176 * target.c (debug_print_register): Likewise.
4177 * stack.c (frame_info): Likewise.
4178 * stabsread.c (define_symbol): Likewise.
4179 * sh64-tdep.c (sh64_print_register,sh64_media_print_registers_info)
4180 (sh64_compact_print_registers_info): Likewise.
4181 * rs6000-tdep.c (rs6000_register_sim_regno): Likewise.
4182 * regcache.c (init_regcache_descr,register_size,regcache,regcache_save
4183 (regcache_restore,regcache_dump): Likewise.
4184 * mips-tdep.c (print_gp_register_row,mips_print_registers_info)
4185 (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
4186 (mips_stab_reg_to_regnum): Likewise.
4187 * findvar.c (value_of_register): Likewise.
4188 * infcmd.c (default_print_registers_info,registers_info)
4189 (print_vector_info,print_float_info): Likewise.
4190 * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Likewise.
4191 * h8300-tdep.c (h8300_register_type): Likewise.
4192 * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
4193 * frame.h (SIZEOF_FRAME_SAVED_REGS): Likewise.
4194 * xtensa-tdep.c (xtensa_register_type,xtensa_reg_to_regnum)
4195 (xtensa_pseudo_register_read,xtensa_pseudo_register_write): Likewise.
4196 * parse.c: Remove comment.
4197 * gdbarch.c, gdbarch.h: Regenerate
4198
4199 2007-05-31 Markus Deuling <deuling@de.ibm.com>
4200
4201 * gdbarch.sh (CANNOT_FETCH_REGISTER): Replace by
4202 gdbarch_cannot_fetch_register.
4203 * alpha-nat.c (fetch_osf_core_registers): Likewise.
4204 * hppa-linux-nat.c (fetch_register): Likewise.
4205 * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
4206 * m68klinux-nat.c (fetch_register): Likewise.
4207 * mipsnbsd-tdep.c (mipsnbsd_supply_reg, mipsnbsd_supply_fpreg):
4208 Likewise.
4209 * gdbarch.sh (CANNOT_STORE_REGISTER): Replace by
4210 gdbarch_cannot_store_register.
4211 * hppa-linux-nat.c (store_register): Likewise.
4212 * inf-ptrace.c (inf_ptrace_store_register): Likewise.
4213 * regcache.c (regcache_raw_write): Likewise.
4214 * m68klinux-nat.c (store_register): Likewise.
4215 * mipsnbsd-tdep.c (mipsnbsd_fill_reg, mipsnbsd_fill_fpreg): Likewise.
4216 * gdbarch.c, gdbarch.h: Regenerate.
4217
4218 2007-05-31 Markus Deuling <deuling@de.ibm.com>
4219
4220 * gdbarch.sh (TARGET_OSABI): Replace by gdbarch_osabi.
4221 * gdbarch.c, gdbarch.h: Regenerate.
4222
4223 2007-05-31 Markus Deuling <deuling@de.ibm.com>
4224
4225 * gdbarch.sh (TARGET_CHAR_SIGNED): Replace by gdbarch_char_signed.
4226 * gdbtypes.c (build_gdbtypes, gdbtypes_post_init): Likewise.
4227 * gdbarch.c, gdbarch.h: Regenerate.
4228
4229 2007-05-31 Markus Deuling <deuling@de.ibm.com>
4230
4231 * gdbarch.sh (TARGET_BYTE_ORDER): Replace by gdbarch_byte_order.
4232 * ax-gdb.c (gen_bitfield_ref): Likewise.
4233 * mi/mi-main.c (get_register): Likewise.
4234 * findvar.c (default_value_from_register, extract_signed_integer)
4235 (extract_unsigned_integer, extract_long_unsigned_integer)
4236 (store_signed_integer, store_unsigned_integer): Likewise.
4237 * regcache.c (regcache_dump): Likewise.
4238 * value.c (lookup_internalvar, value_of_internalvar)
4239 (set_internalvar): Likewise.
4240 * defs.h: Likewise.
4241 * valprint.c (print_binary_chars, print_octal_chars)
4242 (print_decimal_chars, print_hex_chars, print_char_chars): Likewise.
4243 * infcmd.c (default_print_registers_info): Likewise.
4244 * arch-utils.c (selected_byte_order, show_endian): Likewise.
4245 * stabsread.c (define_symbol): Likewise.
4246 * doublest.c (floatformat_from_length, floatformat_from_type)
4247 (extract_typed_floating, store_typed_floating): Likewise.
4248 * gdbarch.c, gdbarch.h: Regenerate.
4249
4250 2007-05-31 Markus Deuling <deuling@de.ibm.com>
4251
4252 * gdbarch.sh (CALL_DUMMY_LOCATION): Replace by
4253 gdbarch_call_dummy_location.
4254 * infcall.c (call_function_by_hand): Likewise.
4255 * inferior.h: Change comment.
4256 * arch-utils.c: Change comment.
4257 * gdbarch.c, gdbarch.h: Regenerate.
4258
4259 2007-05-28 Joel Brobecker <brobecker@adacore.com>
4260
4261 * solib-aix5.c: Delete.
4262 * Makefile.in (solib-aix5.o): Delete rule.
4263
4264 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
4265
4266 * breakpoint.h (enum bpstat_what_main_action): Remove
4267 BPSTAT_WHAT_THROUGH_SIGTRAMP.
4268 * infrun.c (process_event_stop_test): Do not check for it.
4269
4270 2007-05-22 Chris Dearman <chris@mips.com>
4271 Maciej W. Rozycki <macro@mips.com>
4272
4273 * ser-unix.c (show_serial_hwflow): New function.
4274 (hardwire_raw): Add hardware flow control support.
4275 (_initialize_ser_hardwire): Add "set/show remoteflow".
4276 * Makefile.in (ser-unix.o): Depend on $(gdbcmd_h).
4277 * NEWS: Document the new command.
4278
4279 2007-05-21 Ulrich Weigand <uweigand@de.ibm.com>
4280
4281 * config/i386/tm-linux.h (sys_quotactl): Do not define.
4282 * configure.ac (sys_quotactl, START_INFERIOR_TRAPS_EXPECTED): Do not
4283 define for i[[3456]]86-*-linux* native configurations.
4284 * config.in, configure: Regenerate.
4285
4286 2007-05-19 Joel Brobecker <brobecker@adacore.com>
4287
4288 * rs6000-nat.c (xcoff_relocate_symtab): Do nothing if debugging
4289 a core file. Add comment in the function description.
4290
4291 2007-05-18 Caroline Tice <ctice@apple.com>
4292
4293 * c-valprint.c (c_value_print): If the initialized field of the
4294 value struct is 0, print out "[uninitialized]" before the value.
4295 * dwarf2expr.c (execute_stack_op): Initialize ctx->initialized field;
4296 allow DW_OP_GNU_uninit as legal op following a DW_OP_reg op or a
4297 DW_OP_regx op; add case for DW_OP_GNU_uninit and update
4298 ctx->initialized appropriately. Verify no location op follows
4299 DW_OP_GNU_uninit.
4300 * dwarf2expr.h (struct dwarf_expr_context): New field, initialized.
4301 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Add call to
4302 set_value_initialized.
4303 * dwarf2read.c (dwarf_stack_op_name): Add case for DW_OP_GNU_uninit.
4304 (decode_locdesc): Add case for DW_OP_GNU_uninit.
4305 * value.c (struct value): New field, initialized.
4306 (allocate_value): Initialize new field.
4307 (set_value_initialized): New function.
4308 (value_initialized): New function.
4309 * value.h (value_initialized): New extern declaration.
4310 (set_value_initialized): Likewise.
4311
4312 2007-05-18 Caroline Tice <ctice@apple.com>
4313
4314 * MAINTAINERS (Write After Approval): Add self.
4315
4316 2007-05-17 Joel Brobecker <brobecker@adacore.com>
4317
4318 * gdbtypes.c (make_reference_type): Preserve the type chain
4319 and set the length of all the variants of the pointer type.
4320
4321 2007-05-17 Joel Brobecker <brobecker@adacore.com>
4322
4323 * gdbtypes.c (make_pointer_type): Preserve the pointer type chain
4324 and set the length of all the variants of the pointer type.
4325
4326 2007-05-17 Maciej W. Rozycki <macro@mips.com>
4327
4328 * mips-tdep.c (mips_n32n64_push_dummy_call): Fix and reformat a
4329 comment.
4330 (mips_o64_push_dummy_call): Reformat a comment.
4331
4332 2007-05-17 Qinwei <qinwei@sunnorth.com.cn>
4333
4334 * score-tdep.c (score_frame_cache->fp, score_analyze_prologue)
4335 (score_prologue_frame_base_address): Return fp to keep gdb print
4336 local variables correctly when debugging information is stabs.
4337
4338 (score_analyze_prologue): For software watchpoint, fetch all the
4339 instructions from range [startaddr, pc] once and identify them locally
4340 to reduce memory access.
4341 (score_malloc_and_get_memblock, score_free_memblock)
4342 (score_adjust_memblock_ptr): New functions.
4343 (score_fetch_inst): Fetch single instruction or mutiple instructions.
4344
4345 (score_target_can_use_watch, score_stopped_by_watch)
4346 (score_target_insert_watchpoint, score_target_remove_watchpoint)
4347 (score_target_insert_hw_breakpoint, score_target_remove_hw_breakpoint):
4348 New functions for remote & local hw-watchpoint and hw-breakpoint.
4349
4350 2007-05-16 Alfred M. Szmidt <ams@gnu.org>
4351
4352 * reply_mig_hack.awk: Check for `auto const mach_msg_type_t'
4353 declarations as well.
4354
4355 2007-05-16 Ulrich Weigand <uweigand@de.ibm.com>
4356
4357 * config/arm/embed.mt (DEPRECATED_TM_FILE): Set to tm-arm.h.
4358 * config/arm/tm-embed.h: Delete file.
4359
4360 * arm-tdep.h (arm_software_single_step): Declare.
4361 * arm-tdep.c (arm_software_single_step): Make global.
4362 (arm_gdbarch_init): Move set_gdbarch_software_single_step call
4363 from here to ...
4364 * arm-linux-tdep.c (arm_linux_init_abi): ... here ...
4365 * armnbsd-tdep.c (arm_netbsd_init_abi_common): ... here ...
4366 * armobsd-tdep.c (armobsd_init_abi): ... here ...
4367 * arm-wince-tdep.c (arm_wince_init_abi): ... and here.
4368
4369 * arm-tdep.c (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT): No longer
4370 allow defines to be overriden by TM file.
4371 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Likewise. Also,
4372 change default to {0xbe,0xbe}.
4373 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint,
4374 arm_obsd_thumb_be_breakpoint): New global variables.
4375 (armobsd_init_abi): Override tdep->thumb_breakpoint and
4376 tdep->thumb_breakpoint_size.
4377 * arm-wince-tdep.c (arm_wince_thumb_le_breakpoint): New variable.
4378 (arm_wince_init_abi): Override tdep->thumb_breakpoint and
4379 tdep->thumb_breakpoint_size.
4380
4381 * arm-tdep.c (arm_gdbarch_init): Add set_gdbarch_skip_trampoline_code.
4382
4383 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4384
4385 * NEWS: Mention removed "set mips stack-arg-size" and "set mips
4386 saved-gpreg-size".
4387
4388 * mips-tdep.c (MIPS32_REGSIZE, MIPS64_REGSIZE): New constants.
4389 (size_auto, size_32, size_64, size_enums, mips_abi_regsize_string)
4390 (mips_stack_argsize_string, mips_stack_argsize): Delete.
4391 (mips_abi_regsize): Simplify.
4392 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
4393 (mips_n32n64_return_value, mips_o32_push_dummy_call)
4394 (mips_o32_return_value, mips_o64_push_dummy_call)
4395 (mips_o64_return_value): Propogate constant register sizes. Use the
4396 ABI register size instead of mips_stack_argsize.
4397 (mips_dump_tdep): Don't print mips_stack_argsize.
4398 (_initialize_mips_tdep): Remove saved-gpreg-size and stack-arg-size
4399 settings.
4400
4401 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4402
4403 * config/mips/linux.mt (DEPRECATED_TM_FILE): Delete.
4404 * config/mips/tm-linux.h: Delete.
4405 * mips-linux-tdep.c (mips_svr4_so_ops): New.
4406 (mips_linux_in_dynsym_resolve_code): Make static. Use
4407 svr4_in_dynsym_resolve_code.
4408 (mips_linux_init_abi): Initialize mips_svr4_so_ops. Call
4409 set_solib_ops.
4410 * solib-svr4.c (svr4_in_dynsym_resolve_code, svr4_so_ops): Make
4411 global.
4412 * solib-svr4.h (svr4_so_ops, svr4_in_dynsym_resolve_code): Declare.
4413 * Makefile.in (mips-linux-tdep.o): Update.
4414 * solib.c (set_solib_ops): New.
4415 (current_target_so_ops): Update comment.
4416 * solib.h (set_solib_ops): New prototype.
4417
4418 2007-05-16 Chris Dearman <chris@mips.com>
4419
4420 * printcmd.c (do_examine): Fix typos in a comment.
4421
4422 2007-05-16 Richard Sandiford <richard@codesourcery.com>
4423
4424 * configure.ac: Allow sysroots to be relocated under $prefix as
4425 well as $exec_prefix.
4426 * configure: Regenerate.
4427
4428 2007-05-14 Ulrich Weigand <uweigand@de.ibm.com>
4429
4430 * hppa-hpux-tdep.c: Do not include <dl.h> or <machine/save_state.h>.
4431 (offsetof): Do not define.
4432 (find_stub_with_shl_get): Use numerical value 3 instead of
4433 symbolic value TYPE_PROCEDURE.
4434
4435 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4436
4437 * gdb_proc_service.h (paddr_t): Delete typedef.
4438 * proc-service.c (ps_addr_to_core_addr, core_addr_to_ps_addr): New.
4439 (ps_xfer_memory): Take a psaddr_t. Use ps_addr_to_core_addr.
4440 (ps_pglobal_lookup): Take a psaddr_t *. Use core_addr_to_ps_addr.
4441 (ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite): Take a psaddr_t.
4442 * sol-thread.c (gdb_ps_addr_t): Use psaddr_t instead of paddr_t.
4443 * Makefile.in (proc-service.o): Update.
4444
4445 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4446
4447 * Makefile.in (mips-tdep.o): Update.
4448 * mips-tdep.c (mips_gdbarch_init): Register the dwarf2 CFI
4449 unwinder.
4450
4451 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4452
4453 * dwarf2-frame.c (dwarf2_frame_prev_register): Use pack_long
4454 instead of store_typed_address.
4455 * value.c (pack_long): New.
4456 (value_from_longest): Use it.
4457 * value.h (pack_long): New prototype.
4458
4459 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4460
4461 * dwarf2-frame.c (read_encoded_value): Correct typo. Use
4462 DW_EH_PE_signed if appropriate.
4463
4464 2007-05-14 Paul Brook <paul@codesourcery.com>
4465 Daniel Jacobowitz <dan@codesourcery.com>
4466
4467 * dwarf2read.c (dwarf2_debug_line_missing_file_complaint): New
4468 function.
4469 (dwarf_decode_lines): Check for line info without a file.
4470
4471 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4472
4473 * linux-thread-db.c (thread_db_pid_to_str): Print thread IDs
4474 as hexadecimal.
4475
4476 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4477
4478 * jv-exp.y (push_fieldnames): Use STRUCTOP_PTR instead of
4479 STRUCTOP_STRUCT.
4480 * jv-lang.c (evaluate_subexp_java): Handle STRUCTOP_PTR instead of
4481 STRUCTOP_STRUCT.
4482 * jv-typeprint.c (java_print_type): Do not crash on NULL varstring.
4483
4484 2007-05-14 Ulrich Weigand <uweigand@de.ibm.com>
4485
4486 * gdbarch.sh (read_sp): Remove.
4487 * gdbarch.c, gdbarch.h: Regenerate.
4488 * frame.c (frame_sp_unwind): Do not call TARGET_READ_SP.
4489
4490 * avr-tdep.c (avr_read_sp): Remove.
4491 (avr_unwind_sp): New function.
4492 (avr_gdbarch_init): Install unwind_sp instead of read_sp callback.
4493 * mips-tdep.c (mips_read_sp): Remove.
4494 (mips_unwind_sp): New function.
4495 (mips_gdbarch_init): Install unwind_sp instead of read_sp callback.
4496 * score-tdep.c (score_read_unsigned_register): Remove.
4497 (score_read_sp): Remove.
4498 (score_unwind_sp): New function.
4499 (score_gdbarch_init): Install unwind_sp instead of read_sp callback.
4500
4501 2007-05-14 Maxim Grigoriev <maxim2405@gmail.com>
4502
4503 * buildsym.c (start_subfile): Handle absolute pathnames
4504 while comparing subfile names.
4505
4506 2007-05-13 Ulrich Weigand <uweigand@de.ibm.com>
4507
4508 * hppa-hpux-tdep.c: Include "regcache.h".
4509 * hppa-linux-tdep.c: Likewise.
4510 * hppa-tdep.c: Include "gdb_stdint.h".
4511 (find_unwind_entry): Cast host pointer to uintptr_t before passing
4512 it to paddr_nz.
4513 * Makefile.in: Update dependencies.
4514
4515 2007-05-13 Ulrich Weigand <uweigand@de.ibm.com>
4516
4517 * blockframe.c: Remove obsolete comments.
4518 * alpha-nat.c (fetch_osf_core_registers): Update comment.
4519 * arm-tdep.h (enum gdb_regnum): Remove obsolete part of comment.
4520 * hppa-tdep.h (enum hppa_regnum): Likewise.
4521 * mips-tdep.h: Likewise.
4522 * m68hc11-tdep.c: Likewise.
4523
4524 2007-05-13 Ulrich Weigand <uweigand@de.ibm.com>
4525
4526 * inferior.h (read_sp): Remove prototype.
4527 * regcache.c (read_sp): Remove.
4528 * gcore.c (derive_stack_segment): Use get_frame_sp instead of read_sp.
4529 * infcall.c (call_function_by_hand): Likewise.
4530 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use regcache instead
4531 of calling read_sp.
4532 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
4533
4534 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
4535
4536 * i386-linux-nat.c (i386_linux_resume): Use regcache functions
4537 instead of read_register and read_register_pid.
4538
4539 * ia64-linux-nat.c (enable_watchpoints_in_psr): Use REGCACHE
4540 argument instead of PTID. Use regcache functions instead of
4541 read_register_pid.
4542 (ia64_linux_insert_watchpoint): Update call.
4543 (ia64_linux_stopped_data_address): Use regcache functions
4544 instead of read_register_pid and write_register_pid.
4545
4546 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
4547
4548 * libunwind-frame.h (struct regcache): Add forward declaration.
4549 (libunwind_get_reg_special): Add REGCACHE argument.
4550 * libunwind-frame.c (libunwind_get_reg_special): Add REGCACHE
4551 argument. Pass it to unw_init_remote_p.
4552
4553 * ia64-tdep.c (ia64_pseudo_register_read): Pass regcache to
4554 libunwind_get_reg_special.
4555 (ia64_access_reg): Remove "write" case.
4556 (ia64_access_fpreg): Likewise. Read from next_frame passed
4557 as callback argument instead of from current_regcache.
4558 (ia64_access_rse_reg): Remove "write" case. Read from regcache
4559 passed as callback argument instead of from current_regcache.
4560 (ia64_access_rse_fpreg): New function.
4561 (ia64_unw_rse_acce): Use it instead of ia64_access_fpreg.
4562
4563 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
4564
4565 * NEWS: Mention SPU overlay support.
4566
4567 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
4568
4569 * spu-tdep.c (spu_frame_unwind_cache): Add comment.
4570
4571 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
4572
4573 * breakpoint.c (remove_breakpoint): Do not remove software
4574 breakpoints in unmapped overlay sections.
4575
4576 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
4577
4578 * spu-tdep.c: Include "observer.h".
4579 (spu_frame_unwind_cache): Unwind PC through overlay return stubs.
4580 (spu_overlay_data): New variable.
4581 (struct spu_overlay_table): New type.
4582 (spu_get_overlay_table, spu_overlay_update_osect, spu_overlay_update,
4583 spu_overlay_new_objfile): New functions.
4584 (spu_gdbarch_init): Install spu_overlay_update.
4585 (_initialize_spu_tdep): Register spu_overlay_new_objfile,
4586 allocate spu_overlay_data objfile data.
4587
4588 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
4589
4590 * gdbarch.sh (overlay_update): New gdbarch function.
4591 (struct obj_section): Add forward declaration.
4592 * gdbarch.c, gdbarch.h: Regenerate.
4593
4594 * symfile.c (simple_overlay_update): Make global.
4595 (target_overlay_update): Remove variable.
4596 (overlay_is_mapped): Call gdbarch_overlay_update instead of
4597 target_overlay_update.
4598 (overlay_load_command): Likewise.
4599 * symfile.h (struct obj_section): Add forward declaration.
4600 (simple_overlay_update): Add prototype.
4601
4602 * m32r-tdep.c (m32r_gdbarch_init): Install simple_overlay_update.
4603
4604 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
4605
4606 * observer.sh: Add "struct objfile" forward declaration.
4607 * target.h (deprecated_target_new_objfile_hook): Remove.
4608 * symfile.c (deprecated_target_new_objfile_hook): Remove.
4609 (clear_symtab_users): Call observer_notify_new_objfile.
4610 (symbol_file_add_with_addrs_or_offsets): Likewise.
4611 * rs6000-nat.c: Include "observer.h".
4612 (vmap_ldinfo): Call observer_notify_new_objfile.
4613 (xcoff_relocate_core): Likewise.
4614 * remote.c (remote_new_objfile_chain): Remove.
4615 (remote_new_objfile): Do not call remote_new_objfile_chain.
4616 (_initialize_remote): Use observer_attach_new_objfile.
4617 * tui/tui-hooks.c (tui_target_new_objfile_chain): Remove.
4618 (tui_new_objfile_hook): Do not call tui_target_new_objfile_chain.
4619 (_initialize_tui_hooks): Use observer_attach_new_objfile.
4620 * aix-thread.c: Include "observer.h".
4621 (target_new_objfile_chain): Remove.
4622 (new_objfile): Do not call target_new_objfile_chain.
4623 (_initialize_aix_thread): Use observer_attach_new_objfile.
4624 * hpux-thread.c: Include "observer.h"
4625 (target_new_objfile_chain): Remove.
4626 (hpux_thread_new_objfile): Make static. Do not call
4627 target_new_objfile_chain.
4628 (_initialize_hpux_thread): Use observer_attach_new_objfile.
4629 * linux-thread-db.c: Include "observer.h".
4630 (target_new_objfile_chain): Remove.
4631 (thread_db_new_objfile): Do not call target_new_objfile_chain.
4632 (_initialize_thread_db): Use observer_attach_new_objfile.
4633 * sol-thread.c: Include "observer.h".
4634 (target_new_objfile_chain): Remove.
4635 (sol_thread_new_objfile): Make static. Do not call
4636 target_new_objfile_chain.
4637 (_initialize_sol_thread): Use observer_attach_new_objfile.
4638 * Makefile.in (aix-thread.o, hpux-thread.o, linux-thread-db.o,
4639 rs6000-nat.o, sol-thread.o, tui-hooks.o): Add dependency on
4640 $(observer_h).
4641
4642 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
4643
4644 * gdbarch.sh (remote_translate_xfer_address): Remove.
4645 * gdbarch.h, gdbarch.c: Regenerate.
4646 * arch-utils.c (generic_remote_translate_xfer_address): Remove.
4647 * arch-utils.h (generic_remote_translate_xfer_address): Remove.
4648 * remote.c (remote_write_bytes_aux, remote_read_bytes): Do not
4649 call gdbarch_remote_translate_xfer_address.
4650 * frv-tdep.c (frv_gdbarch_init): Do not call
4651 set_gdbarch_remote_translate_xfer_address.
4652 * ia64-tdep.c (ia64_remote_translate_xfer_address): Remove.
4653 (ia64_gdbarch_init): Do not install it.
4654
4655 2007-05-11 Bob Wilson <bob.wilson@acm.org>
4656
4657 * NEWS: Mention change in handling the -tui option.
4658
4659 2007-05-11 Daniel Jacobowitz <dan@codesourcery.com>
4660
4661 * linux-thread-db.c (enable_thread_event_reporting): Fix comment
4662 typo.
4663
4664 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
4665
4666 * breakpoint.c (single_step_breakpoint_inserted_here_p): New function.
4667 (breakpoint_inserted_here_p): Call it.
4668 (software_breakpoint_inserted_here_p): Likewise.
4669
4670 2007-05-10 Ulrich Weigand <uweigand@de.ibm.com>
4671
4672 * inf-ptrace.c (inf_ptrace_register_u_offset): Adapt parameter list.
4673 (inf_ptrace_fetch_register): Add register_u_offset callback parameters
4674 GDBARCH and STORE_P. Handle callback (CORE_ADDR) -1 return value.
4675 (inf_ptrace_store_register): Likewise.
4676 (inf_ptrace_trad_target): Adapt register_u_offset parameter list.
4677 * inf-ptrace.h (inf_ptrace_trad_target): Likewise.
4678
4679 * vax-nat.c (vax_register_u_offset): Adapt parameter list.
4680
4681 * linux-nat.c (linux_trad_target): Adapt parameter list.
4682 * linux-nat.h (linux_trad_target): Likewise.
4683
4684 * alpha-linux-nat.c (alpha_linux_register_u_offset): Adapt parameters.
4685
4686 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Remove.
4687 (mips_linux_cannot_store_register): Likewise.
4688 (mips_linux_register_addr): Add GDBARCH and STORE_P parameters.
4689 Return (CORE_ADDR) -1 for registers that cannot be fetched or
4690 stored via ptrace. Use GDBARCH instead of current_gdbarch.
4691 (mips64_linux_register_addr): Likewise.
4692 (mips_linux_register_u_offset): Adapt parameter list. Pass
4693 GDBARCH and STORE_P on to mips{64}_linux_register_addr.
4694
4695 * config/mips/linux.mh (NAT_FILE): Set to config/nm-linux.h.
4696 * config/mips/nm-linux.h: Delete file.
4697
4698 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
4699
4700 * remote.c (remote_detach): Error out if remote can't detach.
4701
4702 2007-05-10 Luis Machado <luisgpm@br.ibm.com>
4703
4704 * rs6000-tdep.c: (deal_with_atomic_sequence) Stores branch
4705 instruction's opcode in the "opcode" variable and declares new
4706 variable "closing_insn".
4707
4708 2007-05-10 Chris Dearman <chris@mips.com>
4709 Maciej W. Rozycki <macro@mips.com>
4710
4711 * cli/cli-setshow.c (do_setshow_command): Remove trailing
4712 whitespace when setting a var_filename.
4713
4714 2007-05-09 Bob Wilson <bob.wilson@acm.org>
4715
4716 * main.c (captured_main): Recognize -tui option and print an error
4717 message when the TUI is not configured.
4718
4719 2007-05-09 Andreas Schwab <schwab@suse.de>
4720
4721 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Don't
4722 set removed members.
4723 (mipsnbsd_lp64_fetch_link_map_offsets): Likewise.
4724
4725 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
4726
4727 * gdbarch.sh (deprecated_store_struct_return): Remove.
4728 * gdbarch.c, gdbarch.h: Regenerate.
4729 * frv-tdep.c (frv_store_struct_return): Remove.
4730 (frv_gdbarch_init): Do not install it.
4731
4732 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
4733
4734 * config/i386/nm-i386sol2.h (USE_PROC_FS): Do not define.
4735 * config/mips/nm-irix5.h (USE_PROC_FS): Do not define.
4736 * config/nm-linux.h (USE_PROC_FS): Do not undefine.
4737
4738 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
4739
4740 * spu-linux-nat.c: Include "gdb_stdint.h".
4741 (fetch_ppc_register): Use uint64_t instead of unsigned long long.
4742 (fetch_ppc_memory_1, store_ppc_memory_1): Likewise.
4743 (fetch_ppc_memory, store_ppc_memory): Fix coding style.
4744 (spu_symbol_file_add_from_memory): Use strtoulst instead of sscanf.
4745 (spu_child_wait): Mark up string for translation.
4746
4747 2007-05-08 Paul Gilliam <pgilliam@us.ibm.com>
4748 Luis Machado <luisgpm@br.ibm.com>
4749
4750 * rs6000-tdep.c: (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION,
4751 STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION, BC_MASK,
4752 BC_INSTRUCTION): Define.
4753 (deal_with_atomic_sequence): New function.
4754 (rs6000_software_single_step): Call deal_with_atomic_sequence.
4755 (rs6000_gdbarch_init): Install deal_with_atomic_sequence as
4756 gdbarch_software_single_step routine.
4757
4758 2007-05-07 Ulrich Weigand <uweigand@de.ibm.com>
4759
4760 * spu-linux-nat.c (fetch_ppc_register, fetch_ppc_memory_1,
4761 store_ppc_memory_1, fetch_ppc_memory, store_ppc_memory,
4762 parse_spufs_run, spu_bfd_iovec_pread, spu_bfd_open,
4763 spu_symbol_file_add_from_memory, spu_child_post_startup_inferior,
4764 spu_child_post_attach, spu_fetch_inferior_registers,
4765 spu_store_inferior_registers, spu_xfer_partial): Store PPE-side
4766 memory addresses as ULONGEST, not CORE_ADDR.
4767
4768 2007-05-07 Ulrich Weigand <uweigand@de.ibm.com>
4769
4770 * gdbarch.sh: Add skip_permanent_breakpoint callback.
4771 * gdbarch.h, gdbarch.c: Regenerate.
4772
4773 * infrun.c (SKIP_PERMANENT_BREAKPOINT): Remove default definition.
4774 (resume): Call gdbarch_skip_permanent_breakpoint instead of
4775 SKIP_PERMANENT_BREAKPOINT. Inline default case.
4776
4777 * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): Make static.
4778 Add REGCACHE argument. Use it instead of read/write_register.
4779 (hppa_hpux_init_abi): Install hppa_skip_permanent_breakpoint.
4780
4781 * config/pa/tm-hppah.h: Delete file.
4782 * config/pa/hppa64.mt (DEPRECATED_TM_FILE): Set to tm-hppa.h.
4783 * config/pa/hppahpux.mt (DEPRECATED_TM_FILE): Likewise.
4784
4785 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
4786
4787 * Makefile.in (c-lang.o, gnu-v3-abi.o): Update.
4788 * NEWS: Mention improved C++ thunk support.
4789 * c-lang.c (cplus_language_defn): Mention cplus_skip_trampoline.
4790 * cp-abi.c (cplus_skip_trampoline): New.
4791 * cp-abi.h (cplus_skip_trampoline): New prototype.
4792 (struct cp_abi_ops): Add skip_trampoline member.
4793 * gnu-v3-abi.c (gnuv3_skip_trampoline): New.
4794 (init_gnuv3_ops): Set skip_trampoline.
4795
4796 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
4797
4798 * rs6000-tdep.c (struct frame_extra_info): Delete.
4799
4800 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
4801
4802 * linux-thread-db.c: Update some FIXME comments.
4803 (thread_db_xfer_partial): Delete.
4804 (init_thread_db_ops): Do not set to_xfer_partial.
4805
4806 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
4807
4808 * inftarg.c, infptrace.c: Remove files.
4809 * Makefile.in (ALLDEPFILES): Remove inftarg.c and infptrace.c
4810 (inftarg.o, infptrace.o): Remove rules.
4811 * gdbcore.h (register_addr): Remove prototype.
4812 * inferior.h (kill_inferior, store_inferior_registers,
4813 fetch_inferior_registers, attach, detach, ptrace_wait, child_resume,
4814 call_ptrace, pre_fork_inferior): Remove prototypes.
4815 * target.h (child_xfer_memory, child_pid_to_exec_file,
4816 child_core_file_to_sym_file, child_post_attach,
4817 child_post_startup_inferior, child_acknowledge_created_inferior,
4818 child_insert_fork_catchpoint, child_remove_fork_catchpoint,
4819 child_insert_vfork_catchpoint, child_remove_vfork_catchpoint,
4820 child_insert_exec_catchpoint, child_remove_exec_catchpoint,
4821 child_follow_fork, child_reported_exec_events_per_exec_call,
4822 child_has_exited, child_thread_alive): Remove prototypes.
4823
4824 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
4825
4826 * sparc-nat.h (sparc_fetch_inferior_registers): Add prototype.
4827 (sparc_store_inferior_registers): Likewise.
4828 * sparc-nat.c (fetch_inferior_registers): Rename to ...
4829 (sparc_fetch_inferior_registers): ... this.
4830 (store_inferior_registers): Rename to ...
4831 (sparc_store_inferior_registers): ... this.
4832 (sparc_target): Update callback names.
4833 * sparc-linux.nat.c (_initialize_sparc_linux_nat): Likewise.
4834 * sparc64-linux.nat.c (_initialize_sparc64_linux_nat): Likewise.
4835
4836 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
4837
4838 * linux-nat.c (child_post_attach): Rename to ...
4839 (linux_child_post_attach): ... this. Make static.
4840 (child_follow_fork): Rename to ...
4841 (linux_child_follow_fork): ... this. Make static.
4842 (child_insert_fork_catchpoint): Rename to ...
4843 (linux_child_insert_fork_catchpoint): ... this. Make static.
4844 (child_insert_vfork_catchpoint): Rename to ...
4845 (linux_child_insert_vfork_catchpoint): ... this. Make static.
4846 (child_insert_exec_catchpoint): Rename to ...
4847 (linux_child_insert_exec_catchpoint): ... this. Make static.
4848 (child_pid_to_exec_file): Rename to ...
4849 (linux_child_pid_to_exec_file): ... this. Make static.
4850 Add prototype.
4851 (linux_handle_extended_wait): Update call.
4852 (linux_xfer_partial): Update callback routine names.
4853
4854 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
4855
4856 * configure.host (alpha*-*-osf[12]*): Remove support.
4857 * NEWS: Mention removed configurations.
4858
4859 * config/alpha/alpha-osf1.mh: Delete file.
4860 * config/alpha/alpha-osf2.mh: Delete file.
4861 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove inftarg.o
4862 and infptrace.o.
4863 * config/alpha/nm-osf.h: Delete file.
4864 * config/alpha/nm-osf2.h: Delete file.
4865 * config/alpha/nm-osf3.h: Do not include "nm-osf2.h".
4866 (START_INFERIOR_TRAPS_EXPECTED): Copy from nm-osf.h.
4867 (PROCFS_DONT_TRACE_FAULTS): Copy from nm-osf2.h.
4868
4869 * alpha-nat.c (ALPHA_UNIQUE_PTRACE_ADDR): Do not define.
4870 (register_addr, kernel_u_size): Remove.
4871 Do not check for "defined(USE_PROC_FS) || defined(HAVE_GREGSET_T)".
4872
4873 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
4874
4875 * regcache.c (regcache_invalidate): New function.
4876 (register_cached): Remove.
4877 (set_register_cached): Remove.
4878 (deprecated_registers_fetched): Remove.
4879 (registers_changed): Use regcache_invalidate instead
4880 of set_register_cached.
4881 (regcache_raw_read): Update comment.
4882
4883 * regcache.h (regcache_invalidate): Add prototype.
4884 (register_cached): Remove.
4885 (set_register_cached): Remove.
4886 (deprecated_registers_fetched): Remove.
4887
4888 * findvar.c (value_of_register): Do not call register_cached.
4889 * frame.c (frame_register): Likewise.
4890 * tui/tui-regs.c (tui_get_register): Likewise.
4891
4892 * remote.c (fetch_register_using_p): Do not call set_register_cached.
4893 (process_g_packet): Likewise.
4894 (remote_fetch_registers): Likewise.
4895 * remote-sim.c (gdbsim_fetch_register): Likewise.
4896 * mt-tdep.c (mt_select_coprocessor): Replace set_register_cached call
4897 by regcache_invalidate.
4898 (mt_pseudo_register_write): Likewise.
4899 * sh-tdep.c (sh_pseudo_register_write): Likewise.
4900
4901 * corelow.c (get_core_registers): Replace deprecated_registers_fetched
4902 call by loop over regcache_raw_supply (..., NULL).
4903
4904 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
4905
4906 * target.h (struct target_ops): Add REGCACHE parameter to
4907 to_prepare_to_store.
4908 (target_prepare_to_store): Likewise.
4909 * target.c (debug_to_prepare_to_store): Add REGCACHE parameter.
4910 (update_current_target): Adapt prepare_to_store de_fault rule.
4911
4912 * regcache.c (regcache_raw_write): Pass regcache to
4913 target_prepare_to_store.
4914
4915 * inftarg.c (child_prepare_to_store): Add REGCACHE parameter.
4916 Do not call CHILD_PREPARE_TO_STORE.
4917 * gnu-nat.c (gnu_prepare_to_store): Likewise.
4918 * procfs.c (procfs_prepare_to_store): Likewise.
4919
4920 * inf-child.c (inf_child_prepare_to_store): Add REGCACHE parameter.
4921 * go32-nat.c (go32_prepare_to_store): Likewise.
4922 * monitor.c (monitor_prepare_to_store): Likewise.
4923 * nto-procfs.c (procfs_prepare_to_store): Likewise.
4924 * remote-m32r-sdi.c (m32r_prepare_to_store): Likewise.
4925 * remote-mips.c (mips_prepare_to_store): Likewise.
4926 * remote-sim.c (gdbsim_prepare_to_store): Likewise.
4927 * win32-nat.c (win32_prepare_to_store): Likewise.
4928
4929 * remote.c (remote_prepare_to_store): Add REGCACHE parameter.
4930 Use it instead of current_regcache.
4931
4932 * hpux-thread.c (hpux_thread_prepare_to_store): Add REGCACHE
4933 parameter. Pass it on to next target.
4934 * sol-thread.c (sol_thread_prepare_to_store): Likewise.
4935
4936 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
4937
4938 * target.h (struct regcache): Add forward declaration.
4939 (struct target_ops): Add REGCACHE parameter to to_fetch_registers
4940 and to_store_registers target operations.
4941 (target_fetch_registers, target_store_registers): Update.
4942
4943 * regcache.c (regcache_raw_read): Replace register_cached by
4944 regcache_valid_p. Pass regcache to target_fetch_registers.
4945 (regcache_raw_write): Pass regcache to target_store_registers.
4946
4947 * arm-linux-nat.c (store_fpregister, store_fpregs, store_register,
4948 store_regs, store_wmmx_regs): Replace register_cached by
4949 regcache_valid_p.
4950
4951 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd): Pass current_regcache
4952 to target_fetch_registers calls.
4953 * corelow.c (core_open): Likewise.
4954 * linux-nat.c (linux_nat_corefile_thread_callback): Likewise.
4955 * proc-service.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
4956 ps_lsetfpregs): Likewise.
4957 * sol-thread.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
4958 ps_lsetfpregs): Likewise.
4959 * win32-nat.c (win32_resume): Likewise.
4960 * ia64-tdep.c (ia64_store_return_value): Pass current_regcache
4961 to target_store_registers call.
4962 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
4963
4964 * inferior.h (store_inferior_registers): Update prototype.
4965 (fetch_inferior_registers): Likewise.
4966 * gnu-nat.c (gnu_store_registers, gnu_fetch_registers): Likewise.
4967 * mips-linux-nat.c (super_fetch_registers, super_store_registers):
4968 Update function pointer signatures.
4969
4970 * aix-thread.c (aix_thread_fetch_registers): Add REGCACHE parameter,
4971 use it instead of current_regcache, update calls.
4972 (aix_thread_store_registers): Likewise.
4973 * alphabsd-nat.c (alphabsd_fetch_inferior_registers): Likewise.
4974 (alphabsd_store_inferior_registers): Likewise.
4975 * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Likewise.
4976 (amd64bsd_store_inferior_registers): Likewise.
4977 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers): Likewise.
4978 (amd64_linux_store_inferior_registers): Likewise.
4979 * arm-linux-nat.c (fetch_fpregister, fetch_fpregs, store_fpregister,
4980 store_fpregs, fetch_register, fetch_regs, store_register, store_regs,
4981 fetch_wmmx_regs, store_wmmx_regs): Likewise.
4982 (arm_linux_fetch_inferior_registers): Likewise.
4983 (arm_linux_store_inferior_registers): Likewise.
4984 * armnbsd-nat.c (fetch_register, fetch_regs, fetch_fp_register,
4985 fetch_fp_regs, armnbsd_fetch_registers): Likewise.
4986 (store_register, store_regs, store_fp_register, store_fp_regs,
4987 armnbsd_store_registers): Likewise.
4988 * bsd-kvm.c (bsd_kvm_fetch_pcb, bsd_kvm_fetch_registers): Likewise.
4989 * bsd-uthread.c (bsd_uthread_fetch_registers): Likewise.
4990 (bsd_uthread_store_registers): Likewise.
4991 * corelow.c (get_core_registers): Likewise.
4992 * go32-nat.c (fetch_register, go32_fetch_registers, store_register,
4993 go32_store_registers): Likewise.
4994 * hppabsd-nat.c (hppabsd_fetch_registers): Likewise.
4995 (hppabsd_store_registers): Likewise.
4996 * hppa-hpux-nat.c (hppa_hpux_fetch_register): Likewise.
4997 (hppa_hpux_fetch_inferior_registers): Likewise.
4998 (hppa_hpux_store_register): Likewise.
4999 (hppa_hpux_store_inferior_registers): Likewise.
5000 * hppa-linux-nat.c (fetch_register, store_register): Likewise.
5001 (hppa_linux_fetch_inferior_registers): Likewise.
5002 (hppa_linux_store_inferior_registers): Likewise.
5003 * hpux-thread.c (hpux_thread_fetch_registers): Likewise.
5004 (hpux_thread_store_registers): Likewise.
5005 * i386bsd-nat.c (i386bsd_fetch_inferior_registers): Likewise.
5006 (i386bsd_store_inferior_registers): Likewise.
5007 * i386gnu-nat.c (fetch_fpregs, gnu_fetch_registers, store_fpregs,
5008 gnu_store_registers): Likewise.
5009 * i386-linux-nat.c (fetch_register, store_register, fetch_regs,
5010 store_regs, fetch_fpregs, store_fpregs, fetch_fpxregs, store_fpxregs):
5011 Likewise.
5012 (i386_linux_fetch_inferior_registers): Likewise.
5013 (i386_linux_store_inferior_registers): Likewise.
5014 * ia64-linux-nat.c (ia64_linux_fetch_register): Likewise.
5015 (ia64_linux_fetch_registers): Likewise.
5016 (ia64_linux_store_register): Likewise.
5017 (ia64_linux_store_registers): Likewise.
5018 * inf-child.c (inf_child_fetch_inferior_registers): Likewise.
5019 (inf_child_store_inferior_registers): Likewise.
5020 * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
5021 (inf_ptrace_fetch_registers): Likewise.
5022 (inf_ptrace_store_register): Likewise.
5023 (inf_ptrace_store_registers): Likewise.
5024 * infptrace.c (fetch_register, store_register): Likewise.
5025 (fetch_inferior_registers, store_inferior_registers): Likewise.
5026 * m32r-linux-nat.c (fetch_regs, store_regs): Likewise.
5027 (m32r_linux_fetch_inferior_registers): Likewise.
5028 (m32r_linux_store_inferior_registers): Likewise.
5029 * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Likewise.
5030 (m68kbsd_store_inferior_registers): Likewise.
5031 * m68klinux-nat.c (fetch_register, old_fetch_inferior_registers,
5032 store_register, old_store_inferior_registers, fetch_regs, store_regs,
5033 fetch_fpregs, store_fpregs): Likewise.
5034 (m68k_linux_fetch_inferior_registers): Likewise.
5035 (m68k_linux_store_inferior_registers): Likewise.
5036 * m88kbsd-nat.c (m88kbsd_fetch_inferior_registers): Likewise.
5037 (m88kbsd_store_inferior_registers): Likewise.
5038 * mips64obsd-nat.c (mips64obsd_fetch_inferior_registers): Likewise.
5039 (mips64obsd_store_inferior_registers): Likewise.
5040 * mips-linux-nat.c (mips64_linux_regsets_fetch_registers): Likewise.
5041 (mips64_linux_regsets_store_registers): Likewise.
5042 (mips64_linux_fetch_registers): Likewise.
5043 (mips64_linux_store_registers): Likewise.
5044 * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers): Likewise.
5045 (mipsnbsd_store_inferior_registers): Likewise.
5046 * monitor.c (monitor_fetch_register, monitor_store_register): Likewise.
5047 (monitor_fetch_registers, monitor_store_registers): Likewise.
5048 * nto-procfs.c (procfs_fetch_registers): Likewise.
5049 (procfs_store_registers): Likewise.
5050 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register,
5051 fetch_register, supply_vrregset, fetch_altivec_registers,
5052 fetch_ppc_registers, ppc_linux_fetch_inferior_registers): Likewise.
5053 (store_altivec_register, store_spe_register, store_register,
5054 fill_vrregset, store_altivec_registers, store_ppc_registers,
5055 ppc_linux_store_inferior_registers): Likewise.
5056 * ppcnbsd-nat.c (ppcnbsd_fetch_inferior_registers): Likewise.
5057 (ppcnbsd_store_inferior_registers): Likewise.
5058 * ppcobsd-nat.c (ppcobsd_fetch_registers): Likewise.
5059 (ppcobsd_store_registers): Likewise.
5060 * procfs.c (procfs_fetch_registers, procfs_store_registers): Likewise.
5061 * remote.c (fetch_register_using_p, process_g_packet,
5062 fetch_registers_using_g, remote_fetch_registers): Likewise.
5063 (store_register_using_P, store_registers_using_G,
5064 remote_store_registers): Likewise.
5065 * remote-m32r-sdi.c (m32r_fetch_registers, m32r_fetch_register,
5066 m32r_store_register, m32r_store_register): Likewise.
5067 * remote-mips.c (mips_fetch_registers, mips_store_registers): Likewise.
5068 * remote-sim.c (gdbsim_fetch_register): Likewise.
5069 (gdbsim_store_register): Likewise.
5070 * rs6000-nat.c (fetch_register, store_register): Likewise.
5071 (rs6000_fetch_inferior_registers): Likewise.
5072 (rs6000_store_inferior_registers): Likewise.
5073 * s390-nat.c (fetch_regs, store_regs): Likewise.
5074 (fetch_fpregs, store_fpregs): Likewise.
5075 (s390_linux_fetch_inferior_registers): Likewise.
5076 (s390_linux_store_inferior_registers): Likewise.
5077 * shnbsd-nat.c (shnbsd_fetch_inferior_registers): Likewise.
5078 (shnbsd_store_inferior_registers): Likewise.
5079 * sol-thread.c (sol_thread_fetch_registers): Likewise.
5080 (sol_thread_store_registers): Likewise.
5081 * sparc-nat.c (fetch_inferior_registers): Likewise.
5082 (store_inferior_registers): Likewise.
5083 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
5084 (spu_store_inferior_registers): Likewise.
5085 * target.c (debug_print_register): Likewise.
5086 (debug_to_fetch_registers, debug_to_store_registers): Likewise.
5087 * vaxbsd-nat.c (vaxbsd_fetch_inferior_registers): Likewise.
5088 (vaxbsd_store_inferior_registers): Likewise.
5089 * win32-nat.c (do_win32_fetch_inferior_registers): Likewise.
5090 (win32_fetch_inferior_registers): Likewise.
5091 (win32_store_inferior_registers): Likewise.
5092
5093 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5094
5095 * gdbcore.h (struct regcache): Add forward declaration.
5096 (struct core_fns): Add REGCACHE argument to core_read_registers
5097 callback.
5098 * corelow.c (get_core_register_section): Add REGCACHE argument,
5099 use it instead of current_regcache, pass it to core_read_registers
5100 callback.
5101 (get_core_registers): Add current_regcache as parameter to
5102 get_core_register_section calls.
5103
5104 * alpha-nat.c (fetch_osf_core_registers): Add REGCACHE argument,
5105 use it instead of current_regcache.
5106 * armnbsd-nat.c (fetch_core_registers): Likewise.
5107 (fetch_elfcore_registers): Likewise.
5108 * core-regset.c (fetch_core_registers): Likewise.
5109 * cris-tdep.c (fetch_core_registers): Likewise.
5110 * irix5-nat.c (fetch_core_registers): Likewise.
5111 * m68klinux-nat.c (fetch_core_registers): Likewise.
5112 * mips-linux-tdep.c (fetch_core_registers): Likewise.
5113 * win32-nat.c (fetch_elf_core_registers): Likewise.
5114
5115 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5116
5117 * gregset.h (struct regcache): Add forward declaration.
5118 (supply_gregset): Add REGCACHE parameter, make GREGS const.
5119 (supply_fpregset): Add REGCACHE parameter, make FPREGS const.
5120 (supply_fpxregset): Add REGCACHE parameter, make FPXREGS const.
5121 (fill_gregset): Add REGCACHE parameter.
5122 (fill_fpregset): Likewise.
5123 (fill_fpxregset): Likewise.
5124
5125 Update all definitions accordingly:
5126 * alphabsd-nat.c, alpha-linux-nat.c, alpha-nat.c, amd64-linux-nat.c,
5127 arm-linux-nat.c, hppa-linux-nat.c, i386gnu-nat.c, i386-linux-nat.c,
5128 i386-sol2-nat.c, i386v4-nat.c, ia64-linux-nat.c, irix5-nat.c,
5129 m32r-linux-nat.c, m68klinux-nat.c, mips-linux-nat.c, ppc-linux-nat.c,
5130 s390-nat.c, sparc64-linux-nat.c, sparc-linux-nat.c, sparc-sol2-nat.c
5131 (supply_gregset): Add REGCACHE parameter, use it instead of
5132 current_regcache. Make GREGSETP parameter const, adapt casts.
5133 (supply_fpregset): Add REGCACHE parameter, use it instead of
5134 current_regcache. Make FPREGSETP parameter const, adapt casts.
5135 (fill_gregset): Add REGCACHE parameter, use it instead of
5136 current_regcache.
5137 (fill_fpregset): Likewise.
5138
5139 Update all callers to pass in current_regcache as the new argument:
5140 * core-regset.c: Include "regcache.h".
5141 (fetch_core_registers): Update supply_gregset,and supply_fpregset calls.
5142 * procfs.c: Include "regcache.h".
5143 (procfs_fetch_registers): Update supply_gregset, supply_fpregset calls.
5144 (procfs_store_registers): Update fill_gregset, fill_fpregset calls.
5145 (procfs_do_thread_registers): Likewise.
5146 (procfs_make_note_section): Likewise.
5147 * proc-service.c: Include "regcache.h".
5148 (ps_lgetregs): Update fill_gregset call.
5149 (ps_lsetregs): Update supply_gregset call.
5150 (ps_lgetfpregs): Update fill_fpregset call.
5151 (ps_lsetfpregs): Update supply_fpregset call.
5152 * sol-thread.c (sol_thread_fetch_registers): Update supply_gregset,
5153 supply_fpregset calls.
5154 (sol_thread_store_registers): Update fill_gregset, fill_fpregset calls.
5155 (ps_lgetregs): Update fill_gregset call.
5156 (ps_lsetregs): Update supply_gregset call.
5157 (ps_lgetfpregs): Update fill_fpregset call.
5158 (ps_lsetfpregs): Update supply_fpregset call.
5159
5160 * linux-nat.c (linux_nat_do_thread_registers): Update fill_gregset,
5161 fill_fpregset, and fill_fpxregset calls.
5162 * i386-linux-nat.c (fetch_regs): Update supply_gregset call.
5163 (store_regs): Update fill_gregset call.
5164 (fetch_fpregs): Update supply_fpregset call.
5165 (store_fpregs): Update fill_fpregset call.
5166 (fetch_fpxregs): Update supply_fpxregset call.
5167 (store_fpxregs): Update fill_fpxregset call.
5168 * m32r-linux-nat.c (fetch_regs): Update supply_gregset call.
5169 (store_regs): Update fill_gregset call.
5170 * m68klinux-nat.c (fetch_regs): Update supply_gregset call.
5171 (store_regs): Update fill_gregset call.
5172 (fetch_fpregs): Update supply_fpregset call.
5173 (store_fpregs): Update fill_fpregset call.
5174 (fetch_core_registers): Update supply_gregset, supply_fpregset calls.
5175 * s390-nat.c (fetch_regs): Update supply_gregset call.
5176 (store_regs): Update fill_gregset call.
5177 (fetch_fpregs): Update supply_fpregset call.
5178 (store_fpregs): Update fill_fpregset call.
5179
5180 * Makefile.in (core-regset.o, procfs.o, proc-service.o): Update
5181 dependencies.
5182
5183 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5184
5185 * monitor.c (monitor_supply_register): Add REGCACHE parameter, use
5186 it instead of current_regcache.
5187 (parse_register_dump): Add REGCACHE parameter, pass it to
5188 supply_register callback.
5189 (monitor_dump_reg_block): Add REGCACHE parameter, pass it to
5190 parse_register_dump.
5191 (monitor_dump_regs): Add REGCACHE parameter, pass it to
5192 parse_register_dump and dumpregs callback.
5193 (monitor_wait): Pass current_regcache to parse_register_dump and
5194 monitor_dump_regs.
5195 (monitor_fetch_register): Pass current_regcache to
5196 monitor_supply_register.
5197 (monitor_fetch_registers): Pass current_regcache to
5198 monitor_dump_regs.
5199 * monitor.h (struct monitor_ops): Add REGCACHE parameter to
5200 supply_register and dumpregs callbacks.
5201 (monitor_supply_register, monitor_dump_reg_block): Update
5202 prototypes.
5203 * dbug-rom.c (dbug_supply_register): Add REGCACHE parameter. Pass
5204 it to monitor_supply_register.
5205 * dink32-rom.c (dink32_supply_register): Likewise.
5206 * ppcbug-rom.c (ppcbug_supply_register): Likewise.
5207 * m32r-rom.c (m32r_supply_register): Likewise. Also, use REGCACHE
5208 instead of current_regcache.
5209
5210 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5211
5212 * i386-nto-tdep.c (i386nto_supply_gregset, i386nto_supply_fpregset):
5213 Add REGCACHE parameter. Use it instead of current_regcache.
5214 (i386nto_supply_regset): Add REGCACHE parameter, pass it to
5215 i386nto_supply_gregset and i386nto_supply_fpregset.
5216 (i386nto_regset_fill): Add REGCACHE parameter; use it instead
5217 of current_regcache.
5218
5219 * nto-procfs.c (procfs_fetch_registers): Pass current_regcache to
5220 nto_supply_ helper functions.
5221 (procfs_store_registers): Pass current_regcache to nto_regset_fill.
5222
5223 * nto-tdep.c (nto_dummy_supply_regset): Add REGCACHE parameter.
5224
5225 * nto-tdep.h (struct nto_target_ops): Add REGCACHE parameter to
5226 supply_greget, supply_fpregset, supply_altregset, supply_regset,
5227 and regset_fill member function pointers.
5228 (nto_dummy_supply_regset): Adapt prototype.
5229
5230 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5231
5232 * shnbsd-tdep.c (shnbsd_supply_reg): Add REGCACHE parameter, use it
5233 instead of current_regcache. Make REGS const.
5234 (shnbsd_fill_reg): Add REGCACHE parameter; replace current_regcache.
5235 * shnbsd-tdep.h (shnbsd_supply_reg, shnbsd_fill_reg): Update
5236 prototypes.
5237 * shnbsd-nat.c: Include "regcache.h".
5238 (shnbsd_fetch_inferior_registers): Pass current_regcache to
5239 shnbsd_supply_reg.
5240 (shnbsd_store_inferior_registers): Pass current_regcache to
5241 shnbsd_fill_reg.
5242 * Makefile.in (shbsd-nat.o): Update dependencies.
5243
5244 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5245
5246 * mips-linux-tdep.c (supply_32bit_reg): Add REGCACHE parameter. Use it
5247 instead of current_regcache.
5248 (mips_supply_gregset): Likewise. Pass REGCACHE to supply_32bit_reg.
5249 Make GREGSETP const, remove superfluous casts.
5250 (mips_fill_gregset): Add REGCACHE parameter; replace current_regcache.
5251 (mips_supply_fpregset): Likewise. Make FPREGSETP const, remove
5252 superfluous casts.
5253 (mips_fill_fpregset): Add REGCACHE parameter; replace current_regcache.
5254 (supply_64bit_reg): Likewise
5255 (mips64_supply_gregset): Likewise. Pass REGCACHE to supply_64bit_reg.
5256 Make GREGSETP const, adapt casts accordingly.
5257 (mips64_fill_gregset): Add REGCACHE parameter; replace current_regcache.
5258 (mips64_supply_fpregset): Likewise. Make FPREGSET const, adapt
5259 casts accordingly.
5260 (mips64_fill_fpregset): Add REGCACHE parameter; replace current_regcache.
5261 (fetch_core_registers): Pass current_regcache to mips{64}_(supply|fill)_
5262 helper routines.
5263 * mips-linux-tdep.h (mips_supply_gregset, mips_fill_gregset,
5264 mips_supply_fpregset, mips_fill_fpregset, mips64_supply_gregset,
5265 mips64_fill_gregset, mips64_supply_fpregset, mips64_fill_fpregset):
5266 Adapt prototypes.
5267 * mips-linux-nat.c: Include "regcache.h".
5268 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Pass
5269 current_regcache to mips{64}_(supply|fill)_ helper routines.
5270 (mips64_linux_regsets_fetch_registers): Likewise.
5271 (mips64_linux_regsets_store_registers): Likewise.
5272
5273 * mipsnbsd-tdep.c (mipsnbsd_supply_reg, mipsnbsd_supply_fpreg): Add
5274 REGCACHE argument; replace current_regcache. Make REGS const.
5275 (mipsnbds_fill_reg, mipsnbsd_fill_fpreg): Add REGCACHE argument;
5276 replace current_regcache.
5277 * mipsnbsd-tdep.h (ipsnbsd_supply_reg, mipsnbsd_supply_fpreg,
5278 mipsnbds_fill_reg, mipsnbsd_fill_fpreg): Adapt prototypes.
5279 * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers,
5280 mipsnbsd_store_inferior_registers): Pass current_regcache to
5281 mipsnbsd_(supply|fill)_... helper routines.
5282
5283 * Makefile.in (mips-linux-nat.o): Update dependencies.
5284
5285 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5286
5287 * i387-tdep.c (i387_fill_fsave, i387_fill_fxsave): Remove.
5288 * i387-tdep.h (i387_fill_fsave, i387_fill_fxsave): Remove prototypes.
5289 * i368-linux-nat.c (supply_fpregset, supply_fpxregset): Replace
5290 i387_fill_fsave and i387_fill_fxsave calls by inline copies.
5291 * i386-nto-tdep.c (i386nto_regset_fill): Likewise.
5292 * i386gnu-nat.c (store_fpregs): Likewise.
5293 * i386v4-nat.c (fill_fpregset): Likewise.
5294 * go32-nat.c (store_register, go32_store_registers): Likewise.
5295
5296 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5297
5298 * cris-tdep.c (supply_gregset): Rename to ...
5299 (cris_supply_gregset): ... this. Add REGCACHE parameter. Use it
5300 instead of current_regcache.
5301 (fetch_core_registers): Update call. Pass current_regcache.
5302
5303 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5304
5305 * arnmnbsd-nat.c (supply_gregset): Rename to ...
5306 (arm_supply_gregset): ... this. Add REGCACHE parameter.
5307 Use it instead of current_regcache.
5308 (supply_fparegset): Rename to ...
5309 (arm_supply_fparegset): ... this. Add REGCACHE parameter.
5310 Use it instead of current_regcache.
5311 (fetch_regs, fetch_fp_regs): Update calls. Pass current_regcache.
5312 (fetch_core_registers, fetch_elfcore_registers): Likewise.
5313
5314 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5315
5316 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs,
5317 alpha_supply_fp_regs, alpha_fill_fp_regs): Add REGCACHE parameter,
5318 use it instead of current_regcache.
5319 * alpha-tdep.h (struct regcache): Add forward declaration.
5320 (alpha_supply_int_regs, alpha_fill_int_regs, alpha_supply_fp_regs,
5321 alpha_fill_fp_regs): Update prototypes.
5322
5323 * alpha-nat.c: (supply_gregset, fill_gregset, supply_fpregset,
5324 fill_fpregset): Pass current_regcache to alpha_supply/fill_ routines.
5325 * alpha-linux-nat.c: Include "regcache.h".
5326 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Pass
5327 current_regcache to alpha_supply/fill_ routines.
5328
5329 * alphabsd-tdep.c: Include "regcache.h".
5330 (alphabsd_supply_reg, alphabsd_supply_fpreg): Add REGCACHE paramter,
5331 pass it to alpha_supply_ routines. Make REGS const.
5332 (alphabsd_fill_reg, alphabsd_fill_fpreg): Add REGCACHE parameter,
5333 pass it to alpha_fill_ routines.
5334 * alphabsd-tdep.h (struct regcache): Add forward declaration.
5335 (alphabsd_supply_reg, alphabsd_fill_reg, alphabsd_supply_fpreg,
5336 alphabsd_fill_fpreg): Update prototypes.
5337
5338 * alphanbsd-nat.c (supply_gregset, fill_gregset, supply_fpregset,
5339 fill_fpregset, alphabsd_fetch_inferior_registers,
5340 alphabsd_store_inferior_registers): Pass current_regcache to
5341 alphabsd_supply/fill_ routines.
5342
5343 * Makefile.in (alpha-linux-nat.o, alphabsd-tdep.o): Update
5344 dependencies.
5345
5346 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5347
5348 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs,
5349 supply_sprs64, supply_sprs32): Add REGCACHE parameter, use it
5350 instead of current_regcache.
5351 (fetch_regs_user_thread, fetch_regs_kernel_thread): Add
5352 REGCACHE parameter, pass it to supply_ routines.
5353 (aix_thread_fetch_registers): Pass current_regcache to
5354 fetch_regs_user_thread and fetch_regs_kernel_thread.
5355
5356 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs64, fill_sprs32):
5357 Add REGCACHE parameter, use it instead of current_regcache.
5358 Call regcache_valid_p instead of register_cached.
5359 (store_regs_user_thread, store_regs_kernel_thread): Likewise.
5360 Also, pass REGCACHE to fill_ routines.
5361 (aix_thread_store_registers): Pass current_regcache to
5362 store_regs_user_thread and store_regs_kernel_thread.
5363
5364 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5365
5366 * m32r-linux-nat.c (supply_gregset): Do not modify contents
5367 pointed to by GREGSETP.
5368
5369 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5370
5371 * irix5-nat.c (fill_gregset): Use regcache_raw_collect instead
5372 of regcache_raw_read_signed.
5373 (fill_fpregset): Use regcache_raw_collect instead of
5374 regcache_raw_read.
5375
5376 2007-05-03 Kevin Buettner <kevinb@redhat.com>
5377
5378 * mips-tdep.c (mips_eabi_push_dummy_call): When pushing floating
5379 point arguments, test explicitly for use of the EABI32 ABI
5380 instead of inferring this condition from tests on register
5381 sizes.
5382
5383 2007-05-03 Kevin Buettner <kevinb@redhat.com>
5384
5385 * breakpoint.c (set_raw_breakpoint): Adjust breakpoint's address
5386 prior to allocating its location.
5387
5388 2007-05-02 Maciej W. Rozycki <macro@mips.com>
5389
5390 * mips-tdep.c (mips_o32_push_dummy_call): Remove conditions
5391 based on mips_abi_regsize() whose result is known in advance.
5392 (mips_o64_push_dummy_call): Likewise.
5393
5394 2007-04-29 Ulrich Weigand <uweigand@de.ibm.com>
5395
5396 * m68klinux-nat.c: Remove #ifndef USE_PROC_FS check.
5397 * m68k-tdep.c: Remove code within #ifdef USE_PROC_FS.
5398
5399 * mips-linux-nat.c: Include "gregset.h".
5400 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Move
5401 from mips-linux-tdep.c. Change parameter type to gdb_gregset_t.
5402 * mips-linux-tdep.c (supply_gregset, fill_gregset, supply_fpregset,
5403 fill_fpregset): Move to mips-linux-nat.c.
5404
5405 * Makefile.in (m68k-tdep.o, mips-linux-nat.o): Update dependencies.
5406
5407 2007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
5408
5409 * regcache.c (deprecated_read_register_gen): Remove, inline ...
5410 (read_register): ... here.
5411 (deprecated_write_register_gen): Remove, inline ...
5412 (write_register): ... here.
5413 * regcache.h (deprecated_read_register_gen): Remove prototype.
5414 (deprecated_write_register_gen): Likewise.
5415
5416 * remote-sim.c (gdbsim_store_register): Replace call to
5417 deprecated_read_register_gen with regcache_cooked_read.
5418 * target.c (debug_print_register): Replace calls to
5419 deprecated_read_register_gen and read_register with
5420 regcache_cooked_read.
5421
5422 2007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
5423
5424 * hpux-thread.c (hpux_thread_store_registers): Use
5425 regcache_raw_collect, not regcache_raw_read.
5426 * irix5-nat.c (fetch_core_registers): Use regcache_raw_supply,
5427 not regcache_raw_write.
5428
5429 2007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
5430
5431 * gdbarch.sh: Remove deprecated_register_byte.
5432 * gdbarch.c, gdbarch.h: Regenerate.
5433 * arch-utils.h (generic_register_size, generic_register_byte): Remove.
5434 * arch-utils.c (generic_register_size, generic_register_byte): Remove.
5435
5436 * regcache.h (regcache_valid_p): Make REGCACHE parameter const.
5437 * regcache.c (regcache_valid_p): Allow to query cooked registers in
5438 read-only register caches. Make REGCACHE parameter const.
5439 (regcache_dump): Do not check DEPRECATED_REGISTER_BYTE.
5440
5441 * mi/mi-main.c (old_regs): Remove.
5442 (mi_setup_architecture_data, _initialize_mi_main): Remove.
5443 (register_changed_p): Reimplement to compare two register caches.
5444 (mi_cmd_data_list_changed_registers): Update caller.
5445 * mi/mi-main.h (mi_setup_architecture_data): Remove.
5446 * mi/mi-interp.c (mi_interpreter_init): Do not call
5447 mi_setup_architecture_data.
5448
5449 2007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
5450
5451 * alpha-nat.c (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE): Do not define,
5452 inline definition at the places the macros are used.
5453 * alpha-linux-nat.c (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE): Likewise.
5454
5455 2007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
5456
5457 * rs6000-aix-tdep.c: Include "regcache.h", "regset.h", and
5458 "gdb_string.h".
5459 (rs6000_aix32_reg_offsets, rs6000_aix64_reg_offsets): New variables.
5460 (rs6000_aix_supply_regset, rs6000_aix_collect_regset): New functions.
5461 (rs6000_aix32_regset, rs6000_aix64_regset): New variables.
5462 (rs6000_aix_regset_from_core_section): New function.
5463 (rs6000_aix_init_osabi): Register it.
5464 (_initialize_rs6000_aix_tdep): Register GDB_OSABI_AIX osabi and
5465 sniffer for bfd_arch_powerpc as well as bfd_arch_rs6000.
5466 * rs6000-nat.c (CoreRegs): Do not define type.
5467 (fetch_core_registers, rs6000_core_fns): Remove.
5468 (_initialize_core_rs6000): Do not register it. Rename to ...
5469 (_initialize_rs6000_nat): ... this.
5470 * Makefile.in (rs6000-aix-tdep.o): Update dependencies.
5471
5472 2007-04-27 Kevin Buettner <kevinb@redhat.com>
5473
5474 * dwarf2expr.c (unsigned_address_type): Add forward declaration.
5475 (dwarf2_read_address): Sign extend return address as required by
5476 target architecture.
5477
5478 2007-04-27 Kevin Buettner <kevinb@redhat.com>
5479
5480 * solib-frv.c (lm_base): Bail out if the main executable has
5481 not been relocated.
5482
5483 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
5484
5485 * alpha-linux-tdep.c (alpha_linux_supply_fpregset): Correct location
5486 of FPCR register in fpregset.
5487
5488 2007-04-27 Maciej W. Rozycki <macro@mips.com>
5489
5490 * Makefile.in (gdbtk-wrapper.o): Update dependencies.
5491 (gdbtk-varobj.o, gdbtk-cmds.o, gdbtk-stack.o): Likewise.
5492
5493 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
5494
5495 * config/rs6000/nm-rs6000.h (CHILD_SPECIAL_WAITSTATUS): Remove.
5496 * rs6000-nat.c (rs6000_wait): New function.
5497 (_initialize_core_rs6000): Install it as to_wait target method.
5498 * target.c (store_waitstatus): Don't check CHILD_SPECIAL_WAITSTATUS.
5499
5500 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
5501
5502 * config/rs6000/nm-rs6000.h (TARGET_CREATE_INFERIOR_HOOK): Remove.
5503 * fork-child.c (fork_inferior): Don't call TARGET_CREATE_INFERIOR_HOOK.
5504 * rs6000-nat.c (super_create_inferior): New variable.
5505 (rs6000_create_inferior): Make static. Adapt argument list. Call
5506 original version of create_inferior via super_create_inferior.
5507 (_initialize_core_rs6000): Install to_create_inferior target method.
5508
5509 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
5510
5511 * aix-thread.c (aix_thread_xfer_memory): Replace by ...
5512 (aix_thread_xfer_partial): ... this.
5513 (init_aix_thread_ops): Install to_xfer_partial instead
5514 of deprecated_xfer_memory target method.
5515
5516 * config/powerpc/aix.mh (NATDEPFILES): Remove infptrace.o
5517 and inftarg.o, add inf-ptrace.o.
5518 * config/rs6000/nm-rs6000.h (FETCH_INFERIOR_REGISTERS,
5519 CHILD_XFER_MEMORY, KERNEL_U_SIZE, kernel_u_size): Remove.
5520 * rs6000-nat.c: Include "inf-ptrace.h" and "gdb_stdint.h".
5521 (fetch_inferior_registers): Rename to ...
5522 (rs6000_fetch_inferior_registers): ... this. Make static.
5523 (store_inferior_registers): Rename to ...
5524 (rs6000_store_inferior_registers): ... this. Make static.
5525 (read_word, child_xfer_memory): Remove.
5526 (rs6000_xfer_partial): New function.
5527 (kernel_u_size): Remove.
5528 (_initialize_core_rs6000): Add inf_ptrace-based target.
5529 * Makefile.in (rs6000-nat.o): Update dependencies.
5530
5531 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
5532
5533 * inf-ptrace.c: Include "gdb_stdint.h".
5534 (inf_ptrace_xfer_partial): Use "uintptr_t" instead of "long" as
5535 intermediate type when casting CORE_ADDR to PTRACE_TYPE_ARG3.
5536 (inf_ptrace_fetch_register): Add intermediate cast to "uintptr_t"
5537 before casting CORE_ADDR to PTRACE_TYPE_ARG3.
5538 (inf_ptrace_store_register): Likewise.
5539 * Makefile.in (inf-ptrace.o): Update dependencies.
5540
5541 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
5542
5543 * configure.host (rs6000-*-*): Merge with powerpc-*-aix* rules.
5544 * configure.tgt (rs6000-*-*): Likewise.
5545 * config/rs6000/aix4.mh: Delete file.
5546 * config/rs6000/aix4.mt: Delete file.
5547 * config/rs6000/rs6000.mh: Delete file.
5548 * config/rs6000/rs6000.mt: Delete file.
5549
5550 * config/powerpc/nm-aix.h: Delete file.
5551 * config/powerpc/aix.mh (NAT_FILE): Set to config/rs6000/nm-rs6000.h.
5552
5553 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
5554
5555 * aix-thread.c (fill_sprs32): Change argument types to "uint32_t *".
5556 Remove obsolete part of comment.
5557 (store_regs_user_thread): Use uint32_t temporaries when calling
5558 fill_sprs32.
5559 (store_regs_kernel_thread): Likewise. Add assertion to verify
5560 correct size of struct ptsprs members.
5561 (aix_thread_xfer_memory): Fix type of myaddr.
5562 (aix_thread_extra_thread_info): Fix compiler warning.
5563 * rs6000-nat.c (rs6000_ptrace64): Change type of buf to "void *".
5564 (fetch_register, store_register): Adapt callers.
5565
5566 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
5567
5568 * vec.h (vec_free): Rename to vec_free_. Adapt users.
5569
5570 2007-04-25 Ulrich Weigand <uweigand@de.ibm.com>
5571
5572 * alpha-linux-tdep.c: Include "gdb_string.h", "regset.h",
5573 and "regcache.h".
5574 (alpha_linux_supply_gregset, alpha_linux_supply_fpregset): New.
5575 (alpha_linux_gregset, alpha_linux_fpregset): New variables.
5576 (alpha_linux_regset_from_core_section): New function.
5577 (alpha_linux_init_abi): Install it.
5578 * alpha-linux-nat.c: Do not include "gdbcore.h". Include
5579 "alpha-tdep.h", <sys/ptrace.h>, <alpha/ptrace.h>,
5580 <sys/procfs.h>, and "gregset.h".
5581 (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE, ALPHA_UNIQUE_PTRACE_ADDR):
5582 Move from config/alpha/nm-linux.h.
5583 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Copy
5584 from alpha-nat.c.
5585 (alpha_linux_register_u_offset): Inline register_addr from alpha-nat.c.
5586 * alpha-nat.c: Remove #ifdef __linux__ section.
5587 (fetch_elf_core_registers, alpha_elf_core_fns): Remove.
5588 (_initialize_core_alpha): Do not register alpha_elf_core_fns.
5589 (ALPHA_UNIQUE_PTRACE_ADDR, ALPHA_REGSET_UNIQUE): Define unconditionally.
5590 (ALPHA_REGSET_BASE): Move from config/alpha/nm-osf.h.
5591 * config/alpha/alpha-linux.mh (NAT_FILE): Set to config/nm-linux.h.
5592 (NATDEPFILES): Remove alpha-nat.o.
5593 * config/alpha/nm-linux.h: Delete file.
5594 * config/alpha/nm-osf.h (ALPHA_REGSET_BASE): Move to alpha-nat.c.
5595 * Makefile.in (alpha-linux-nat.o): Update dependencies.
5596 (alpha-linux-tdep.o): Likewise.
5597
5598 2007-04-25 Ulrich Weigand <uweigand@de.ibm.com>
5599
5600 * mips-linux-nat.c: No longer include "gdbcore.h".
5601 (mips_linux_register_addr): Move from mips-linux-tdep.c.
5602 (mips64_linux_register_addr): Likewise.
5603 (mips_linux_register_u_offset): Call mips_linux_register_addr or
5604 mips64_linux_register_addr instead of register_addr.
5605 * mips-linux-tdep.c (mips_linux_register_addr,
5606 mips64_linux_register_addr): Move to mips-linux-nat.c.
5607 (register_addr): Remove.
5608 (register_addr_data, init_register_addr_data): Remove.
5609 (_initialize_mips_linux_tdep): Do not initialize register_addr_data.
5610 (set_mips_linux_register_addr): Remove.
5611 (mips_linux_init_abi): Do not call set_mips_linux_register_addr.
5612 * Makefile.in (mips-linux-nat.o): Update dependencies.
5613
5614 2007-04-25 Ulrich Weigand <uweigand@de.ibm.com>
5615
5616 * linux-nat.c (linux_register_u_offset): Remove.
5617 (linux_target_install_ops): New function.
5618 (linux_target): Use it.
5619 (linux_trad_target): New function.
5620 * linux-nat.h (linux_trad_target): Declare.
5621
5622 * alpha-linux-nat.c: Include "gdbcore.h".
5623 (alpha_linux_register_u_offset): New function.
5624 (_initialize_alpha_linux_nat): Use linux_trad_target.
5625
5626 * mips-linux-nat.c: Include "gdbcore.h".
5627 (mips_linux_register_u_offset): New function.
5628 (_initialize_mips_linux_nat): Use linux_trad_target.
5629
5630 * config/arm/linux.mh (NAT_FILE): Set to config/nm-linux.h.
5631 * config/arm/nm-linux.h: Delete file.
5632
5633 * config/i386/nm-linux64.h (FETCH_INFERIOR_REGISTERS): Remove.
5634 * config/i386/nm-linux.h (FETCH_INFERIOR_REGISTERS): Remove.
5635
5636 * config/ia64/linux.mh (NAT_FILE): Set to config/nm-linux.h.
5637 * config/ia64/nm-linux.h: Delete file.
5638
5639 * config/m32r/linux.mh (NAT_FILE): Set to config/nm-linux.h.
5640 * config/m32r/nm-linux.h: Delete file.
5641
5642 * config/m68k/linux.mh (NAT_FILE): Set to config/nm-linux.h.
5643 * config/m68k/nm-linux.h: Delete file.
5644
5645 * config/pa/linux.mh (NAT_FILE): Set to config/nm-linux.h.
5646 * config/pa/nm-linux.h: Delete file.
5647
5648 * config/powerpc/linux.mh (NAT_FILE): Set to config/nm-linux.h.
5649 * config/powerpc/ppc64-linux.mh (NAT_FILE): Likewise.
5650 * config/powerpc/nm-linux.h: Delete file.
5651
5652 * config/s390/s390.mh (NAT_FILE): Set to config/nm-linux.h.
5653 * config/s390/nm-linux.h: Delete file.
5654
5655 * config/sparc/linux.mh (NAT_FILE): Set to config/nm-linux.h.
5656 * config/sparc/linux64.mh (NAT_FILE): Likewise.
5657 * config/sparc/nm-linux.h: Delete file.
5658
5659 * Makefile.in (alpha-linux-nat.o): Update dependencies.
5660 (mips-linux-nat.o): Likewise.
5661
5662 2007-04-25 Ulrich Weigand <uweigand@de.ibm.com>
5663
5664 * core-aout.c: Delete file.
5665 * Makefile.in (ALLDEPFILES): Remove core-aout.c.
5666 (core-aout.o): Delete rule.
5667 * gdbcore.h (kernel_u_addr, KERNEL_U_ADDR): Remove.
5668
5669 * config/alpha/nm-linux.h (U_REGS_OFFSET): Remove.
5670
5671 * arm-linux-nat.c (arm_linux_kernel_u_size): Remove.
5672 * config/arm/nm-linux.h (U_REGS_OFFSET, KERNEL_U_SIZE,
5673 KERNEL_U_ADDR): Remove.
5674
5675 * i386-linux-nat.c (register_u_addr, kernel_u_size): Remove.
5676 (cannot_fetch_register, cannot_store_register): Remove.
5677 (fetch_register): Inline cannot_fetch_register and register_addr.
5678 (store_register): Inline cannot_store_register and register_addr.
5679 * config/i386/linux.mh (NATDEPFILES): Remove core-aout.o.
5680 * config/i386/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR,
5681 REGISTER_U_ADDR, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER):
5682 Remove.
5683
5684 * m68klinux-nat.c (m68k_linux_register_u_addr, kernel_u_size): Remove.
5685 (fetch_register): Inline register_addr.
5686 (store_register): Inline register_addr.
5687 * config/m68k/linux.mh (NATDEPFILES): Remove core-aout.o.
5688 * config/m68k/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR,
5689 U_REGS_OFFSET, REGISTER_U_ADDR): Remove.
5690
5691 * config/mips/nm-irix5.h (REGISTER_U_ADDR): Remove.
5692 * config/mips/nm-linux.h (KERNEL_U_SIZE, U_REGS_OFFSET,
5693 REGISTER_U_ADDR): Remove.
5694
5695 * hppa-linux-nat.c (register_addr): Rename to ...
5696 (hppa_linux_register_addr): ... this. Make static.
5697 (fetch_register, store_register): Adapt callers.
5698 * config/pa/nm-linux.h (U_REGS_OFFSET): Remove.
5699
5700 * ppc-linux-nat.c (kernel_u_size): Remove.
5701 * config/powerpc/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR): Remove.
5702
5703 * vax-nat.c (vax_kernel_u_addr, vax_register_u_addr): Make static.
5704 * config/vax/vax.mh (NATDEPFILES): Remove core-aout.o.
5705 (NAT_FILE): Remove.
5706 * config/vax/nm-vax.h: Delete file.
5707
5708 2007-04-20 Mark Shinwell <shinwell@codesourcery.com>
5709
5710 * MAINTAINERS (Write After Approval): Add myself.
5711
5712 2007-04-20 Mark Shinwell <shinwell@codesourcery.com>
5713
5714 * Makefile.in: Adjust dependencies of m68klinux-tdep.c.
5715 * m68klinux-tdep.c (m68k_uclinux_sigcontext_reg_offset): New.
5716 (m68k_linux_sigcontext_reg_offset): Fix typo.
5717 (target_is_uclinux): New.
5718 (m68k_linux_inferior_created): New.
5719 (m68k_linux_get_sigtramp_info): Check for uClinux or
5720 normal Linux. Use m68k_uclinux_sigcontext_reg_offset for
5721 uClinux.
5722 (_initialize_m68k_linux_tdep): Register
5723 m68k_linux_inferior_created.
5724
5725 2007-04-19 Pedro Alves <pedro_alves@portugalmail.pt>
5726
5727 * win32-nat.c (win32_detach): Remove delete_command call.
5728 Resume inferior with win32_resume instead of win32_continue.
5729
5730 2007-04-19 Jerome Guitton <guitton@adacore.com>
5731
5732 * ser-mingw.c (fd_is_file): New function.
5733 (file_select_thread): New function.
5734 (ser_console_wait_handle): Add special handling for files.
5735
5736 2007-04-18 Denis Pilat <denis.pilat@st.com>
5737
5738 * dwarf2read.c (read_subrange_type): Use DW_ATE_signed default type
5739 when missing from DW_TAG_subrange_type. Remove the handling of null
5740 return from die_type.
5741
5742 2007-04-18 Maciej W. Rozycki <macro@mips.com>
5743
5744 * mips-tdep.c (mips_eabi_push_dummy_call): Revert the last
5745 change to rearrange some brackets.
5746 (mips_n32n64_push_dummy_call): Likewise.
5747 (mips_o32_push_dummy_call): Likewise.
5748 (mips_o64_push_dummy_call): Likewise.
5749
5750 2007-04-18 Denis Pilat <denis.pilat@st.com>
5751
5752 * infcmd.c (post_create_inferior): Start with a call to
5753 target_terminal_ours.
5754
5755 2007-04-17 Maciej W. Rozycki <macro@mips.com>
5756
5757 * mips-tdep.c (mips_eabi_push_dummy_call): Rearrange some
5758 brackets.
5759 (mips_n32n64_push_dummy_call): Likewise. Reformat some
5760 expressions.
5761 (mips_o32_push_dummy_call): Likewise.
5762 (mips_o64_push_dummy_call): Likewise.
5763
5764 2007-04-17 Maciej W. Rozycki <macro@mips.com>
5765
5766 * mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
5767 comment.
5768
5769 2007-04-17 Maciej W. Rozycki <macro@mips.com>
5770
5771 * mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
5772 comment.
5773 (mips_o32_push_dummy_call): Likewise.
5774
5775 2007-04-17 Andreas Schwab <schwab@suse.de>
5776
5777 * symtab.c (skip_prologue_using_sal): Allow the end of the prologue
5778 sal to be bigger than the end of the function.
5779
5780 2007-04-17 Maciej W. Rozycki <macro@mips.com>
5781 Nigel Stephens <nigel@mips.com>
5782
5783 * mips-tdep.c (mips_o32_push_dummy_call): Take account of
5784 argument alignment requirements when calculating stack space
5785 required. When aligning an arg register to eight bytes
5786 boundary, align stack_offset too. Write floating-point
5787 arguments to the appropriate integer register if need go there.
5788 (mips_o64_push_dummy_call): Likewise.
5789
5790 2007-04-14 Ulrich Weigand <uweigand@de.ibm.com>
5791
5792 * gdbarch.sh (software_single_step): Remove "insert_breakpoints_p" and
5793 "sig" arguments, add "regcache" argument.
5794 * gdbarch.c, gdbarch.h: Regenerate.
5795
5796 * infrun.c (resume): Update SOFTWARE_SINGLE_STEP call arguments.
5797 (handle_inferior_event): Call remove_single_step_breakpoints directly
5798 instead of calling SOFTWARE_SINGLE_STEP to remove breakpoints.
5799
5800 * alpha-tdep.c (alpha_software_single_step): Update argument list.
5801 Remove handling of !insert_breakpoints_p case.
5802 * arm-tdep.c (arm_software_single_step): Likewise.
5803 * cris-tdep.c (cris_software_single_step): Likewise.
5804 * mips-tdep.c (mips_software_single_step): Likewise.
5805 * rs6000-tdep.c (rs6000_software_single_step): Likewise.
5806 * sparc-tdep.c (sparc_software_single_step): Likewise.
5807 * spu-tdep.c (spu_software_single_step): Likewise.
5808
5809 * alpha-tdep.h (alpha_software_single_step): Update prototype.
5810 * mips-tdep.h (mips_software_single_step): Likewise.
5811 * rs6000-tdep.h (rs6000_software_single_step): Likewise.
5812 * sparc-tdep.h (sparc_software_single_step): Likewise.
5813
5814 2007-04-14 Ulrich Weigand <uweigand@de.ibm.com>
5815
5816 * alpha-tdep.c (alpha_software_single_step): Do not call write_pc
5817 when removing single-step breakpoints.
5818
5819 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
5820
5821 * varobj.h (varobj_set_frozen): New
5822 (varobj_get_frozen): New.
5823 (varobj_update): New parameter explicit.
5824 * varobj.c (struct varobj): New fields frozen
5825 and not_fetched.
5826 (varobj_set_frozen, varobj_get_frozen): New.
5827 (install_new_value): Don't fetch values for
5828 frozen variable object, or children thereof. Allow
5829 a frozen variable object to have non-fetched value.
5830 (varobj_update): Allow updating child variables.
5831 Don't traverse frozen children.
5832 (new_variable): Initialize the frozen field.
5833 (c_value_of_variable): Return NULL for frozen
5834 variable without any value yet.
5835 * mi/mi-cmd-var.c (varobj_update_one): New parameter
5836 'explicit'.
5837 (mi_cmd_var_create): Output the 'frozen' field,
5838 as soon as testsuite is adjusted to expect that field.
5839 (mi_cmd_var_set_frozen): New.
5840 (mi_cmd_var_update): Pass the 'explicit' parameter to
5841 varobj_update_one.
5842 * mi/mi-cmds.c (mi_cmds): Register '-var-set-frozen'.
5843 * mi/mi-cmds.h (mi_cmd_var_set_frozen): Declare.
5844
5845 2007-04-13 Paul Brook <paul@codesourcery.com>
5846
5847 * target-descriptions.c (tdesc_named_type): Add ieee_single and
5848 ieee_double.
5849 * doc/gdb.texinfo: Document ieee_single and ieee_double target types.
5850
5851 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
5852
5853 * mips-mdebug-tdep.c, mips-mdebug-tdep.h, ocd.c, ocd.h, ppc-bdm.c,
5854 remote-e7000.c, remote-hms.c, remote-utils.c, remote-utils.h,
5855 scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h, scm-valprint.c,
5856 ser-e7kpc.c, sh3-rom.c, stop-gdb.c: Delete.
5857 * Makefile.in: Remove references to deleted files.
5858 * README: Do not mention deleted ROM monitor interfaces.
5859 * defs.h (enum language): Delete language_scm.
5860 * expprint.c (print_subexp_standard): Do not handle OP_EXPRSTRING.
5861 (dump_subexp_body_standard): Likewise.
5862 * parse.c (operator_length_standard): Likewise.
5863 * expression.h (enum exp_opcode): Delete OP_EXPRSTRING.
5864 * remote-mips.c: Do not include remote-utils.h.
5865 * remote-sim.c: Likewise. Use remote_debug instead of sr_get_debug
5866 throughout.
5867 * value.c: Do not include scm-lang.h.
5868 (unpack_long): Delete scm_unpack call.
5869 * config/h8300/h8300.mt, config/mips/embed.mt,
5870 config/powerpc/ppc-eabi.mt, config/powerpc/ppc-sim.mt,
5871 config/sh/embed.mt, config/sh/linux.mt: Remove references to
5872 deleted files.
5873 * NEWS: Mention removed files.
5874
5875 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
5876
5877 * symfile.c (add_psymbol_with_dem_name_to_list): Remove.
5878 * symfile.h (add_psymbol_with_dem_name_to_list): Remove prototype.
5879
5880 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
5881
5882 * NEWS: Mention removal of HP aCC support.
5883
5884 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
5885
5886 * solib-svr4.c (IGNORE_FIRST_LINK_MAP_ENTRY): Do not ignore the
5887 first entry for static executables.
5888 (breakpoint_addr): Delete unused variable.
5889 (elf_locate_base): Search for _r_debug in static executables.
5890 (enable_break): Do not set breakpoint_addr. Scan solib_break_names
5891 also.
5892
5893 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
5894
5895 * breakpoint.c (update_breakpoints_after_exec, print_it_typical)
5896 (bpstat_what, print_one_breakpoint, allocate_bp_location)
5897 (mention): Remove bp_through_sigtramp support.
5898 * breakpoint.h (enum bptype): Remove bp_through_sigtramp.
5899
5900 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
5901
5902 * breakpoint.c (bpstat_what): Give step-resume higher priority than
5903 shlib events.
5904
5905 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
5906
5907 * infrun.c: Doc fixes.
5908 (handle_inferior_event): Clarify debug message.
5909 (insert_step_resume_breakpoint_at_sal): Print a debug message.
5910
5911 2007-04-12 Ulrich Weigand <uweigand@de.ibm.com>
5912
5913 * configure.tgt (arm-*-nto*, sh-*-nto*): Remove.
5914
5915 2007-04-12 Ulrich Weigand <uweigand@de.ibm.com>
5916
5917 * config/m68k/tm-monitor.h: Delete file.
5918 * config/m68k/monitor.mt (DEPRECATED_TM_FILE): Remove.
5919 * m68k-tdep.c (m68k_gdbarch_init): set_gdbarch_decr_pc_after_break
5920 call moved to ...
5921 * m68kbsd-tdep.c (m68kbsd_init_abi): ... here and ...
5922 * m68klinux-tdep.c (m68k_linux_init_abi): ... here.
5923
5924 2007-04-12 Luis Machado <luisgpm@br.ibm.com>
5925
5926 * gdbarch.sh (software_single_step): Change the return type
5927 from void to int and reformatted some comments to <= 80
5928 columns.
5929 * gdbarch.c, gdbarch.h: Regenerated.
5930 * alpha-tdep.c (alpha_software_single_step): Likewise.
5931 * alpha-tdep.h (alpha_software_single_step): Likewise.
5932 * arm-tdep.c (arm_software_single_step): Likewise.
5933 * cris-tdep.c (cris_software_single_step): Likewise.
5934 * mips-tdep.c (mips_software_single_step): Likewise.
5935 * mips-tdep.h (mips_software_single_step): Likewise.
5936 * rs6000-tdep.c (rs6000_software_single_step): Likewise.
5937 * rs6000-tdep.h (rs6000_software_single_step): Likewise.
5938 * sparc-tdep.c (sparc_software_single_step): Likewise.
5939 * sparc-tdep.h (sparc_software_single_step): Likewise.
5940 * spu-tdep.c (spu_software_single_step): Likewise.
5941 * infrun.c (resume): Check the return value from SOFTWARE_SINGLE_STEP
5942 and act accordingly.
5943
5944 2007-04-11 Steve Ellcey <sje@cup.hp.com>
5945
5946 * configure.ac (build_warnings): Add -Wno-char-subscripts.
5947 * configure: Regenerate.
5948 * doc/gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
5949
5950 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5951
5952 * libunwind-frame.c (LIBUNWIND_SO): Use major version number for `.so'.
5953
5954 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5955
5956 * gdbtypes.h (TYPE_FLAG_STUB_SUPPORTED, TYPE_STUB_SUPPORTED): New
5957 macros.
5958 (TYPE_IS_OPAQUE): Empty vs. opaque structures are now
5959 distinct on the TYPE_STUB_SUPPORTED debug targets.
5960 * dwarf2read.c (read_structure_type): Set TYPE_FLAG_STUB_SUPPORTED.
5961
5962 2007-04-11 Joel Brobecker <brobecker@adacore.com>
5963
5964 * sparc-tdep.c (X_RS2): New macro.
5965 (sparc_skip_stack_check): New function.
5966 (sparc_analyze_prologue): Adjust PC past stack probing
5967 sequence if necessary.
5968
5969 2007-04-10 Andreas Schwab <schwab@suse.de>
5970
5971 * rs6000-tdep.c (rs6000_dwarf2_reg_to_regnum): Decode 64 as CR
5972 register.
5973
5974 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
5975
5976 * breakpoint.c (gdb_breakpoint_query): Really return an
5977 enum gdb_rc.
5978 (gdb_breakpoint): Likewise.
5979 * thread.c (gdb_list_thread_ids): Likewise.
5980 (gdb_thread_select): Likewise.
5981 * mi/mi-main.c (mi_cmd_thread_select): Expect an enum gdb_rc.
5982 (mi_cmd_thread_list_ids): Remove bogus initialization.
5983
5984 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
5985
5986 * Makefile.in (SFILES): Remove hpacc-abi.c.
5987 (COMMON_OBS): Remove hpacc-abi.o.
5988 (ALLDEPFILES): Remove hpread.c and $(HPREAD_SOURCE).
5989 (hpacc-abi.o, hpread.o): Delete rules.
5990 * somread.c: Delete extern declarations from hpread.c.
5991 (som_symfile_read): Do not call do_pxdb or hpread_build_psymtabs.
5992 (som_symfile_finish): Do not call hpread_symfile_finish.
5993 (som_symfile_init): Do not call hpread_symfile_init.
5994 * config/pa/hppa64.mt (TDEPFILES): Remove hpread.o.
5995 * config/pa/hppahpux.mt (TDEPFILES): Likewise.
5996 * hpacc-abi.c, hpread.c: Deleted.
5997
5998 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
5999
6000 * solib-svr4.c (enable_break): Simplify return value.
6001 (svr4_solib_create_inferior_hook): Do not warn if enable_break fails.
6002
6003 2007-04-10 Andreas Schwab <schwab@suse.de>
6004
6005 * solib-svr4.h (struct link_map_offsets): Remove l_addr_size,
6006 l_ld_size, l_next_size, l_prev_size, l_name_size.
6007
6008 * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Use extract_typed_address
6009 to extract addresses from link map.
6010 (LM_DYNAMIC_FROM_LINK_MAP): Likewise.
6011 (LM_NEXT): Likewise.
6012 (LM_NAME): Likewise.
6013 (IGNORE_FIRST_LINK_MAP_ENTRY): Likewise.
6014 (elf_locate_base): Likewise.
6015 (open_symbol_file_object): Likewise.
6016 (svr4_fetch_objfile_link_map): Likewise.
6017 (SOLIB_EXTRACT_ADDRESS): Remove unused macro.
6018 (HAS_LM_DYNAMIC_FROM_LINK_MAP): Test l_ld_offset instead of
6019 l_ld_size.
6020 (svr4_ilp32_fetch_link_map_offsets): Don't set removed members.
6021 (svr4_lp64_fetch_link_map_offsets): Likewise.
6022
6023 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Don't set
6024 removed members. Set l_ld_offset to -1 if not present.
6025
6026 2007-04-08 Vladimir Prus <vladimir@codesourcery.com>
6027
6028 Pass stderr of program run with "target remote |"
6029 via gdb_stderr.
6030 * serial.c (serial_open): Set error_fd to -1.
6031 * serial.h (struct serial): New field error_fd.
6032 (struct serial_opts): New field avail.
6033 * ser-pipe.c (pipe_open): Create another pair
6034 of sockets. Pass stderr to gdb.
6035 * ser-mingw.c (pipe_windows_open): Pass
6036 PEX_STDERR_TO_PIPE to pex_run. Initialize
6037 sd->error_fd.
6038 (pipe_avail): New.
6039 (_initialize_ser_windows): Hook pipe_avail.
6040 * ser-base.c (generic_readchar): Check if there's
6041 anything in stderr channel and route that to gdb_stderr.
6042
6043 2007-04-03 Pedro Alves <pedro_alves@portugalmail.pt>
6044
6045 * dbxread.c (read_ofile_symtab): Move current_objfile
6046 clearing to after end_stabs.
6047
6048 2007-04-01 Andreas Schwab <schwab@suse.de>
6049
6050 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Use parameter
6051 gdbarch instead of current_gdbarch.
6052
6053 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
6054
6055 * varobj.c (varobj_create): Keep varobj value
6056 NULL when evaluating the type.
6057
6058 2007-03-31 Pedro Alves <pedro_alves@portugalmail.pt>
6059
6060 * NEWS: Mention new Windows CE support.
6061
6062 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6063
6064 * configure.tgt: Move mips*-*-pe and sh*-*-pe to
6065 the obsoletion stanza.
6066 * NEWS: Mention deleted targets.
6067
6068 * config/sh/tm-wince.h: Remove.
6069 * config/sh/wince.mt: Remove.
6070 * config/mips/tm-wince.h: Remove.
6071 * config/mips/wince.mt: Remove.
6072
6073 * wince.c: Remove.
6074 * wince-stub.c: Remove.
6075 * wince-stub.h: Remove.
6076 * Makefile.in (wince.o): Remove rule.
6077 (wince-stub.o): Likewise.
6078
6079 * mips-tdep.c (mips_next_pc): Make static.
6080 * mips-tdep.h (mips_next_pc): Remove declaration.
6081 * arm-tdep.c (arm_pc_is_thumb): Make static.
6082 (thumb_get_next_pc): Likewise.
6083 (arm_get_next_pc): Likewise.
6084 * arm-tdep.h (arm_pc_is_thumb_dummy): Remove declaration.
6085 (arm_pc_is_thumb): Likewise.
6086 (thumb_get_next_pc): Likewise.
6087 (arm_get_next_pc): Likewise.
6088
6089 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6090
6091 * MAINTAINERS: Remove d10v entry.
6092 * Makefile.in (SFILES): Remove dwarfread.c.
6093 (COMMON_OBS): Remove dwarfread.o.
6094 (gdb_sim_d10v_h, abug-rom.o, cpu32bug-rom.o, d10v-tdep.o, dwarfread.o)
6095 (remote-est.o, rom68k-rom.o): Delete.
6096 * NEWS: Mention removal of d10v, target abug, target cpu32bug,
6097 target est, target rom68k, and DWARF 1.
6098 * configure.tgt: Mark d10v as removed.
6099 * dwarf2read.c: Doc update.
6100 * elfread.c (struct elfinfo): Remove dboffset, dbsize, lnoffset,
6101 and lnsize.
6102 (elf_locate_sections): Do not set them.
6103 (elf_symfile_read): Do not call dwarf_build_psymtabs.
6104 * symfile.h (dwarf_build_psymtabs): Delete prototype.
6105 * config/m68k/monitor.mt (TDEPFILES): Prune.
6106 * abug-rom.c, cpu32bug-rom.c, d10v-tdep.c, dwarfread.c,
6107 remote-est.c, rom68k-rom.c, config/d10v/d10v.mt: Delete.
6108
6109 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6110
6111 * doublest.c (convert_floatformat_to_doublest): Use
6112 floatformat_classify.
6113 (floatformat_is_nan): Rename to...
6114 (floatformat_classify): ...this. Return more information.
6115 * doublest.h (enum float_kind): New.
6116 (floatformat_is_nan): Replace prototype...
6117 (floatformat_classify): ...with this one.
6118 * valprint.c (print_floating): Use floatformat_classify. Handle
6119 infinity.
6120
6121 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6122
6123 * README: Mention ISO C library requirement.
6124
6125 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6126
6127 * Makefile.in (SFILES): Remove nlmread.c.
6128 (COMMON_OBS): Remove nlmread.o.
6129 (nlmread.o): Delete rule.
6130 * README: Delete reference to remote-st.c.
6131 * acinclude.m4 (CY_AC_TCL_LYNX_POSIX): Delete.
6132 * defs.h (enum gdb_osabi): Delete GDB_OSABI_NETWARE and
6133 GDB_OSABI_LYNXOS.
6134 * i386-tdep.c (i386_nw_init_abi, i386_nlm_osabi_sniffer): Delete.
6135 (_initialize_i386_tdep): Do not reference them.
6136 * nlmread.c: Delete file.
6137 * osabi.c (gdb_osabi_names): Remove NetWare and LynxOS.
6138 * target.c: Doc update.
6139 * thread.c: Delete commented include.
6140 * config/alpha/tm-alpha.h: Doc update.
6141
6142 2007-03-30 Chris Dearman <chris@mips.com>
6143
6144 * utils.c (string_to_core_addr): Comment typo.
6145
6146 2007-03-30 Chris Dearman <chris@mips.com>
6147
6148 * mips-tdep.c: Comment typo.
6149
6150 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6151
6152 * config/alpha/nm-osf.h (PTRACE_XFER_TYPE): Remove.
6153 * config/mips/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove.
6154 * config/sparc/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove.
6155 * config/powerpc/nm-ppc64-linux.h: Remove file.
6156 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Set to nm-linux.h.
6157 * inferior.h (PTRACE_ARG3_TYPE): Do not define.
6158 (call_ptrace): Change type of third argument to PTRACE_TYPE_ARG3.
6159 * infptrace.c (call_ptrace): Likewise.
6160 * m68klinux-nat.c (PTRACE_XFER_TYPE): Do not define.
6161 (fetch_register): Replace PTRACE_ARG3_TYPE by PTRACE_TYPE_ARG3
6162 and PTRACE_XFER_TYPE by PTRACE_TYPE_RET.
6163 (store_register): Likewise.
6164
6165 2007-03-29 Joel Brobecker <brobecker@adacore.com>
6166
6167 * Makefile.in (varobj.o): Add missing dependency.
6168
6169 2007-03-29 Michael Snyder <msnyder@access-company.com>
6170
6171 * MAINTAINERS: Update my email address.
6172
6173 2007-03-29 Joel Brobecker <brobecker@adacore.com>
6174
6175 Add support for exception handling with multiple versions of
6176 the Ada runtime:
6177 * ada-lang.c: Update general comments on how Ada exception catchpoints
6178 are implemented.
6179 (raise_sym_name, raise_unhandled_sym_name, raise_assert_sym_name)
6180 (__gnat_raise_nodefer_with_msg): Delete.
6181 (ada_unhandled_exception_name_addr_ftype): New type.
6182 (exception_support_info): New type.
6183 (ada_unhandled_exception_name_addr): Add forward declaration.
6184 (ada_unhandled_exception_name_addr_from_raise): Likewise.
6185 (default_exception_support_info): New constant.
6186 (exception_support_info_fallback): Likewise.
6187 (exception_info): New global variable.
6188 (ada_exception_support_info_sniffer): New function.
6189 (ada_executable_changed_observer): Likewise.
6190 (ada_unhandled_exception_name_addr_from_raise): Renamed from
6191 ada_unhandled_exception_name_addr.
6192 (ada_unhandled_exception_name_addr): Reimplement to match the
6193 latest Ada runtime implementation.
6194 (error_breakpoint_runtime_sym_not_found): Delete.
6195 (ada_exception_sym_name): Get the exception sym name from
6196 exception_info rather than hardcoding it.
6197 (ada_exception_sal): Add call to ada_exception_support_info_sniffer.
6198 Update error handling.
6199 * Makefile.in (ada-lang.o): Add dependency on observer.h.
6200
6201 2007-03-29 Daniel Jacobowitz <dan@codesourcery.com>
6202
6203 * Makefile.in (coff_solib_h, coff-solib.o, i386v-nat.o, lynx-nat.o)
6204 (remote-st.o, uw-thread.o): Delete.
6205 (HFILES_NO_SRCDIR, ALLDEPFILES): Update.
6206 * configure.host: Move hppa*-*-hiux*, i[34567]86-ncr-*,
6207 i[34567]86-*-dgux*, i[34567]86-*-lynxos*, i[34567]86-*-sco3.2v5*,
6208 i[34567]86-*-sco3.2v4*, i[34567]86-*-sco*, i[34567]86-*-sysv4.2*,
6209 i[34567]86-*-sysv4*, i[34567]86-*-sysv5*, i[34567]86-*-unixware2*,
6210 i[34567]86-*-unixware*, i[34567]86-*-sysv*, i[34567]86-*-isc*, and
6211 rs6000-*-lynxos* to an obsoletion stanza.
6212 * configure.tgt: Move hppa*-*-hiux*, i[34567]86-ncr-*,
6213 i[34567]86-*-lynxos*, m68*-cisco*-*, m68*-tandem-*, m68*-*-os68k*,
6214 and rs6000-*-lynxos* to an obsoletion stanza. Do not mention
6215 i[34567]86-*-netware*.
6216 * NEWS: Mention deleted targets.
6217
6218 * coff-solib.c, coff-solib.h, i386v-nat.c, lynx-nat.c, remote-st.c,
6219 uw-thread.c, config/nm-lynx.h, config/i386/i386sco.mh,
6220 config/i386/i386sco4.mh, config/i386/i386sco5.mh, config/i386/i386v.mh,
6221 config/i386/i386v4.mh, config/i386/i386v42mp.mh,
6222 config/i386/ncr3000.mh, config/i386/ncr3000.mt,
6223 config/i386/nm-i386sco.h, config/i386/nm-i386sco4.h,
6224 config/i386/nm-i386sco5.h, config/i386/nm-i386v.h,
6225 config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h,
6226 config/m68k/cisco.mt, config/m68k/os68k.mt, config/m68k/st2000.mt,
6227 config/m68k/tm-cisco.h, config/m68k/tm-os68k.h,
6228 config/rs6000/rs6000lynx.mh, config/rs6000/rs6000lynx.mt,
6229 config/rs6000/tm-rs6000ly.h: Delete files.
6230
6231 2007-03-29 Daniel Jacobowitz <dan@codesourcery.com>
6232
6233 * defs.h (deprecated_registers_changed_hook): Delete declaration.
6234 * interps.c (clear_interpreter_hooks): Do not clear
6235 deprecated_registers_changed_hook.
6236 * regcache.c (registers_changed): Do not call it.
6237 * top.c (deprecated_registers_changed_hook): Do not define it.
6238 * mi/mi-interp.c (mi_command_loop): Do not clear it.
6239 * tui/tui-hooks.c (tui_install_hooks): Do not install it.
6240 (tui_remove_hooks): Do not remove it.
6241 (tui_selected_frame_level_changed_hook): Check for negative level.
6242 Use get_selected_frame.
6243 (tui_registers_changed_hook): Deleted.
6244
6245 2007-03-29 Joel Brobecker <brobecker@adacore.com>
6246
6247 * stabsread.c (add_undefined_type): Add extra parameter.
6248 Now handles nameless types separately.
6249 (struct nat): New type.
6250 (noname_undefs, noname_undefs_allocated, noname_undefs_length):
6251 New static variables.
6252 (read_type): Update calls to add_undefined_type.
6253 (add_undefined_type_noname): New function.
6254 (add_undefined_type_1): Renames from add_undefined_type.
6255 (cleanup_undefined_types_noname): New function.
6256 (cleanup_undefined_types_1): Renames cleanup_undefined_types.
6257 (cleanup_undefined_types): New handles nameless types separately.
6258 (_initialize_stabsread): Initialize our new static constants.
6259
6260 2007-03-29 Denis Pilat <denis.pilat@st.com>
6261
6262 * configure.ac: Test for signal.h.
6263 * configure, config.in: Regenerate.
6264
6265 2007-03-29 Denis Pilat <denis.pilat@st.com>
6266
6267 * stack.c (print_stack_frame): Always use LOC_AND_ADDRESS in MI output.
6268 * infrun.c (normal_stop): Remove MI specific frame printing treatment.
6269
6270 2007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
6271
6272 * arm-wince-tdep.c: New.
6273 * config/arm/wince.mt (DEPRECATED_TM_FILE): Use tm-arm.h.
6274 (MT_CFLAGS): Delete.
6275 (TM_CLIBS): Delete.
6276 (TDEPFILES): Add arm-wince-tdep.o, corelow.o, solib.o,
6277 solib-legacy.o, solib-svr4.o, and remove wince.o.
6278 * configure.tgt (arm*-*-mingw32ce*): Add.
6279 * signals/signals.c [HAVE_SIGNAL_H]: Check.
6280 (do_target_signal_to_host): Silence 'not used' warning.
6281 * config/arm/tm-wince.h: Remove.
6282
6283 2007-03-28 Ulrich Weigand <uweigand@de.ibm.com>
6284
6285 * arch-utils.c (legacy_pc_in_sigtramp): Remove.
6286 * arch-utils.h (legacy_pc_in_sigtramp): Remove.
6287
6288 * config/ia64/linux.mt (DEPRECATED_TM_FILE): Remove.
6289 * config/ia64/tm-linux.h: Remove file.
6290 * ia64-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp callback.
6291 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Use it instead of
6292 legacy_pc_in_sigtramp.
6293 (ia64_gdbarch_init): Initialize tdep->pc_in_sigtramp.
6294 * ia64-linux-tdep.c (ia64_linux_pc_in_sigtramp): Make static.
6295 Remove func_name argument.
6296 (ia64_linux_init_abi): Install it as tdep->pc_in_sigtramp.
6297
6298 * infrun.c (HAVE_STEPPABLE_WATCHPOINT): Do not redefine.
6299 * target.c (update_current_target): Add to_have_steppable_watchpoint.
6300 * target.h (struct target_ops): Add to_have_steppable_watchpoint.
6301 (HAVE_STEPPABLE_WATCHPOINT): Define.
6302
6303 * config/ia64/linux.mh (NATDEPFILES): Remove core-aout.o.
6304 * config/ia64/nm-linux.h (KERNEL_U_ADDR, U_REGS_OFFSET,
6305 CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER,
6306 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_STEPPABLE_WATCHPOINT,
6307 STOPPED_BY_WATCHPOINT, target_stopped_data_address,
6308 target_insert_watchpoint, target_remove_watchpoint): Remove.
6309 (FETCH_INFERIOR_REGISTERS): Define.
6310 * ia64-linux-nat.c (ia64_register_addr): Make static.
6311 (ia64_cannot_fetch_register, ia64_cannot_store_register): Likewise.
6312 (ia64_linux_insert_watchpoint): Make static. Remove ptid_p argument.
6313 (ia64_linux_remove_watchpoint): Likewise. Add type argument.
6314 (ia64_linux_stopped_data_address): Make static. Add target_ops.
6315 (ia64_linux_stopped_by_watchpoint): Make static.
6316 (ia64_linux_can_use_hw_breakpoint): New function.
6317 (ia64_linux_fetch_register, ia64_linux_fetch_registers): Likewise.
6318 (ia64_linux_store_register, ia64_linux_store_registers): Likewise.
6319 (_initialize_ia64_linux_nat): Install register and watchpoint ops.
6320
6321 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
6322
6323 * linespec.c: Include language.h.
6324 (find_methods): Add language parameter. Call
6325 lookup_symbol_in_language. Pass language down.
6326 (add_matching_methods): Likewise. Call
6327 lookup_symbol_in_language.
6328 (add_constructors): Likewise.
6329 (find_method): Pass sym_class to collect_methods.
6330 (collect_methods): Add sym_class parameter. Pass language
6331 down.
6332 * symtab.c (lookup_symbol): Rename to ...
6333 (lookup_symbol_in_language): ... this. Add language
6334 parameter. Use passed language instead of current_language.
6335 (lookup_symbol): New as wrapper around
6336 lookup_symbol_in_language.
6337 (lookup_symbol_aux): Add language parameter. Use passed
6338 language instead of current_language.
6339 (search_symbols): Indent.
6340 * symtab.h (enum language): Forward declare.
6341 (lookup_symbol_in_language): Declare.
6342 (lookup_symbol): Update description.
6343 * ada-lang.h (lookup_symbol_in_language): Remove declaration.
6344 * ada-lang.c (restore_language): Remove.
6345 (lookup_symbol_in_language): Remove.
6346
6347 2007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
6348
6349 * breakpoint.c (bpstat_num): Add int *num parameter.
6350 * breakpoint.h (bpstat_num): Likewise.
6351 * infcmd.c (continue_command): Adjust to new bpstat_num
6352 interface.
6353 (program_info): Likewise.
6354
6355 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6356
6357 * config/sh/tm-sh.h: Remove file.
6358 * config/sh/embed.mt (DEPRECATED_TM_FILE): Remove.
6359 * config/sh/linux.mt (DEPRECATED_TM_FILE): Remove.
6360 * config/sh/nbsd.mt (DEPRECATED_TM_FILE): Remove.
6361 * config/sh/tm-wince.h: Do not include "sh/tm-sh.h".
6362
6363 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6364
6365 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT,
6366 DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Remove.
6367 * remote.c: Remove code under #ifdef DEPRECATED_REMOTE_BREAKPOINT,
6368 DEPRECATED_BIG_REMOTE_BREAKPOINT, DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6369 * sh-tdep.c (sh_breakpoint_from_pc): Return remote breakpoint
6370 sequence if target_shortname is "remote".
6371
6372 2007-03-27 Anton Blanchard <anton@samba.org>
6373
6374 * rs6000-tdep.c (rs6000_frame_cache): Use tdep->lr_frame_offset
6375 instead of wordsize when looking for the LR in a stack frame.
6376
6377 2007-03-27 Andreas Schwab <schwab@suse.de>
6378 Daniel Jacobowitz <dan@codesourcery.com>
6379
6380 * dwarf2-frame.c (dwarf2_frame_eh_frame_regnum): Rename to...
6381 (dwarf2_frame_adjust_regnum): ...this. Make static. Add eh_frame_p
6382 argument. Update all callers.
6383 (struct dwarf2_frame_ops): Replace eh_frame_regnum with adjust_regnum.
6384 (dwarf2_frame_set_eh_frame_regnum): Rename to...
6385 (dwarf2_frame_set_adjust_regnum): ...this. Update argument type.
6386 * dwarf2frame.h (dwarf2_frame_set_eh_frame_regnum): Rename to...
6387 (dwarf2_frame_set_adjust_regnum): ...this.
6388 (dwarf2_frame_eh_frame_regnum): Delete prototype.
6389 * rs6000-tdep.c: Include "dwarf2-frame.h".
6390 (rs6000_adjust_frame_regnum): Define.
6391 (rs6000_gdbarch_init): Enable use of DWARF CFI frame unwinder.
6392 Register rs6000_adjust_frame_regnum.
6393
6394 * Makefile.in (rs6000-tdep.o): Update dependencies.
6395
6396 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6397
6398 * Makefile.in: Add support for a "pdf" target.
6399
6400 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
6401
6402 * amd64-tdep.c (amd64_init_frame_cache): New function.
6403 (amd64_alloc_frame_cache, amd64_skip_prologue): Use it.
6404
6405 2007-03-26 Nigel Stephens <nigel@mips.com>
6406 Maciej W. Rozycki <macro@mips.com>
6407
6408 * ui-out.c (ui_out_field_core_addr): Truncate address to
6409 TARGET_ADDR_BIT size before printing.
6410
6411 2007-03-22 Nigel Stephens <nigel@mips.com>
6412 Maciej W. Rozycki <macro@mips.com>
6413
6414 * remote-mips.c (mips_xfer_memory): Update prototype.
6415
6416 2007-03-22 Joel Brobecker <brobecker@adacore.com>
6417
6418 * symfile.h: #include "symtab.h"
6419
6420 2007-03-22 Denis Pilat <denis.pilat@st.com>
6421
6422 * utils.c (pagination_on_command, pagination_off_command):
6423 Remove useless prototypes.
6424
6425 2007-03-21 Pierre Muller <muller@ics.u-strasbg.fr>
6426
6427 Fix PR pascal/2232.
6428 * p-valprint.c (pascal_object_print_value): Use type_name_no_tag
6429 instead of TYPE_NAME for object base class name.
6430
6431
6432 2007-03-19 Kevin Buettner <kevinb@redhat.com>
6433
6434 * mep-tdep.c (mep_analyze_frame_prologue, mep_frame_this_id):
6435 Specify frame type in calls to frame_func_unwind().
6436
6437 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
6438
6439 * rs6000-tdep.c (rs6000_skip_prologue): Use skip_prologue_using_sal.
6440 (rs6000_in_function_epilogue_p): Use extract_unsigned_integer.
6441 (refine_prologue_limit): Delete.
6442 (skip_prologue): Don't call it. Use extract_unsigned_integer.
6443 Assume lim_pc is set. Correct check for incomplete prologues.
6444 Do not skip clobbers of the frame pointer.
6445 * symtab.c (skip_prologue_using_sal): Fail if there is only one
6446 sal.
6447
6448 2007-03-13 Nathan Froyd <froydnj@codesourcery.com>
6449
6450 * frame.c (frame_pop): Check to see whether there's a frame to
6451 which we can pop first.
6452
6453 2007-03-13 Nathan Froyd <froydnj@codesourcery.com>
6454
6455 * MAINTAINERS (Write After Approval): Add myself.
6456
6457 2007-03-09 Markus Deuling <deuling@de.ibm.com>
6458
6459 * infrun.c (breakpoints_failed): Remove unnecessary variable.
6460 (handle_inferior_event): Remove unnecessary braces.
6461 * breakpoint.c (bpstat_what): Remove wrong comment.
6462
6463 2007-03-09 Ulrich Weigand <uweigand@de.ibm.com>
6464
6465 * spu-tdep.c (spu_in_function_epilogue_p): New function.
6466 (spu_gdbarch_init): Install it.
6467
6468 2007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
6469
6470 * spu-linux-nat.c (spu_xfer_partial): Return -1 for unsupported
6471 object types, not 0.
6472
6473 2007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
6474
6475 * spu-tdep.c (spu_frame_align): New function.
6476 (spu_gdbarch_init): Install it. Set call dummy location to ON_STACK.
6477
6478 2007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
6479
6480 * spu-tdep.c (spu_unwind_pc): Mask off interrupt enable bit.
6481 (spu_software_single_step): Likewise.
6482 (spu_read_pc, spu_write_pc): New functions.
6483 (spu_gdbarch_init): Install them.
6484
6485 2007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
6486
6487 * cli/cli-dump.c (struct callback_data): load_offset needs to
6488 have signed long type.
6489
6490 2007-03-07 Joel Brobecker <brobecker@adacore.com>
6491
6492 * mips-tdep.c (mips_insn16_frame_cache, mips_insn32_frame_sniffer):
6493 Revert the previous change that had some unexpected side-effects
6494 on mips32.
6495 (mips_insn16_frame_cache, mips_insn32_frame_cache): Use the proper
6496 function to get the address of the calling instruction.
6497
6498 2007-03-07 Denis Pilat <denis.pilat@st.com>
6499
6500 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Replace
6501 get_selected_frame by deprecated_safe_get_selected_frame.
6502
6503 2007-03-02 Mark Kettenis <kettenis@gnu.org>
6504
6505 * shnbsd-tdep.c: Include "regset.h", "gdb_assert.h" and
6506 "gdb_string.h". Don't include "nbsd-tdep.h".
6507 (SIZEOF_STRUCT_REG): Remove.
6508 (SHNBSD_SIZEOF_GREGS): New.
6509 (shnbsd_supply_gregset, shnbsd_collect_gregset)
6510 (shnbsd_regset_from_core_section): New functions.
6511 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
6512 (shnbsd_supply_reg, shnbsd_fill_reg): Simply call
6513 shnbsd_supply_gregset, shnbsd_collect_gregset.
6514 (shnbsd_gregset): New variable.
6515 (shnbsd_init_abi): Set regset_from_core_section.
6516 (GDB_OSABI_NETBSD_CORE): New define.
6517 (shnbsd_core_osabi_sniffer): New function.
6518 (_initialize_shnbsd_tdep): Register shnbsd_core_osabi_sniffer.
6519 * Makefile.in (shnbsd-tdep.o): Update dependencies.
6520 * config/sh/nbsd.mt (TDEPFILES): Add corelow.o, remove
6521 nbsd-tdep.o.
6522 * config/sh/obsd.mt (TDEPFILES): Remove nbsd-tdep.o.
6523
6524 2007-02-28 Joel Brobecker <brobecker@adacore.com>
6525
6526 * gdbtypes.c (replace_type): Fix typo that caused us to not update
6527 length of the types referenced by the new type CV ring.
6528
6529 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6530
6531 * frame.c (frame_pop, frame_observer_target_changed): Call
6532 reinit_frame_cache.
6533 (flush_cached_frames): Rename to reinit_frame_cache and delete
6534 old implementation.
6535 * frame.h (flush_cached_frames): Delete prototype and update comment.
6536
6537 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): Call
6538 reinit_frame_cache instead of flush_cached_frames. Do not call
6539 select_frame after reinit_frame_cache.
6540 * corelow.c (core_open): Likewise.
6541 * gdbarch.sh (deprecated_current_gdbarch_select_hack): Likewise.
6542 * infrun.c (prepare_to_proceed, context_switch)
6543 (handle_inferior_event): Likewise.
6544 * linux-fork.c (fork_load_infrun_state): Likewise.
6545 * ocd.c (ocd_start_remote): Likewise.
6546 * remote-e7000.c (e7000_start_remote): Likewise.
6547 * remote-mips.c (device): Likewise.
6548 * thread.c (switch_to_thread): Likewise.
6549 * tracepoint.c (finish_tfind_command): Likewise.
6550 * gdbarch.c: Regenerated.
6551
6552 2007-02-28 Jerome Guitton <guitton@adacore.com>
6553 Joel Brobecker <brobecker@adacore.com>
6554
6555 * gdbtypes.c (check_typedef): Do not replace stub type if
6556 the resolved type is not defined in the same objfile.
6557
6558 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6559
6560 * top.c (gdb_readline_wrapper_cleanup): Remove invalid assertion.
6561
6562 2007-02-28 Joel Brobecker <brobecker@adacore.com>
6563
6564 * stabsread.c (define_symbol): Create an associated STRUCT_DOMAIN
6565 symbol for Ada units when the symbol is defined using 't' rather
6566 than 'Tt' as symbol descriptor.
6567
6568 2007-02-28 Ulrich Weigand <uweigand@de.ibm.com>
6569
6570 * config/mips/tm-nbsd.h: Delete file.
6571 * config/mips/nbsd.mt (DEPRECATED_TM_FILE): Remove.
6572 * config/sh/tm-nbsd.h: Delete file.
6573 * config/sh/nbsd.mt (DEPRECATED_TM_FILE): Set to tm-sh.h.
6574
6575 2007-02-28 Joel Brobecker <brobecker@adacore.com>
6576
6577 * mi/mi-cmd-var.c (varobj_update_one): Remove reference to
6578 unused WRONG_PARAM value since it was recently deleted.
6579
6580 2007-02-28 Vladimir Prus <vladimir@codesourcery.com>
6581
6582 * varobj.c (varobj_update): Free temporary vectors.
6583
6584 2007-02-28 Ulrich Weigand <uweigand@de.ibm.com>
6585
6586 * config/powerpc/linux.mt (DEPRECATED_TM_FILE): Set to tm-ppc-eabi.h.
6587 * config/powerpc/tm-linux.h: Delete file.
6588 * config/powerpc/tm-ppc-eabi.h: Do not include "rs6000/tm-rs6000.h".
6589 (PROCESS_LINENUMBER_HOOK): Do not undefine.
6590 (TEXT_SEGMENT_BASE): Do not redefine.
6591 * config/rs6000/nm-rs6000.h (CHILD_SPECIAL_WAITSTATUS): Move here
6592 from config/rs6000/tm-rs6000.h.
6593 (TARGET_CREATE_INFERIOR_HOOK, rs6000_create_inferior): Likewise.
6594 * config/rs6000/tm-rs6000.h (struct frame_info): Remove declaration.
6595 (TEXT_SEGMENT_BASE): Remove.
6596 (IN_SOLIB_RETURN_TRAMPOLINE): Remove.
6597 (rs6000_in_solib_return_trampoline): Remove.
6598 (SKIP_TRAMPOLINE_CODE): Remove.
6599 (rs6000_skip_trampoline_code): Remove.
6600 (CHILD_SPECIAL_WAITSTATUS): Move to config/rs6000/nm-rs6000.h.
6601 (TARGET_CREATE_INFERIOR_HOOK, rs6000_create_inferior): Likewise.
6602 (FP0_REGNUM): Remove.
6603 (rs6000_find_toc_address_hook): Move to rs6000-tdep.h.
6604 (rs6000_set_host_arch_hook): Remove.
6605 * Makefile.in (rs6000-nat.o): Add dependency on $(rs6000_tdep_h).
6606 (rs6000-aix-tdep.o): Add dependency on $(ppc_tdep_h).
6607 * ppc-tdep.h (struct gdbarch_tdep): Add field text_segment_base.
6608 * rs6000-aix-tdep.c: Include "ppc-tdep.h".
6609 (rs6000_aix_init_osabi): Set text_segment_base tdep field.
6610 * rs6000-nat.c: Include "rs6000-tdep.h".
6611 (exec_one_dummy_insn): Replace TEXT_SEGMENT_BASE by tdep field.
6612 (set_host_arch): Rename to ...
6613 (rs6000_create_inferior): ... this. Make public.
6614 (_initialize_core_rs6000): Do not set rs6000_set_host_arch_hook.
6615 * rs6000-tdep.c (rs6000_set_host_arch_hook): Remove.
6616 (rs6000_create_inferior): Remove.
6617 (branch_dest): Replace TEXT_SEGMENT_BASE by tdep field.
6618 (rs6000_gdbarch_init): Call set_gdbarch_fp0_regnum,
6619 set_gdbarch_in_solib_return_trampoline, and
6620 set_gdbarch_skip_trampoline_code.
6621 * rs6000-tdep.h (rs6000_find_toc_address_hook): Move here
6622 from config/rs6000/tm-rs6000.h.
6623
6624 2007-02-27 Joel Brobecker <brobecker@adacore.com>
6625
6626 * buildsym.c (record_producer): Do nothing if no producer is provided.
6627
6628 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
6629
6630 * varobj.c (varobj_update): Remove unused local. Use gdb_assert
6631 to check changelist is non-NULL. Call error if the frontend tries
6632 to update a non-root variable.
6633
6634 * varobj.h (enum varobj_update_error): Delete WRONG_PARAM value.
6635
6636 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6637
6638 * dwarf2-frame.c (dwarf2_frame_cache, dwarf2_frame_this_id)
6639 (dwarf2_frame_sniffer): Update.
6640 (dwarf2_signal_frame_this_id): New function.
6641 (dwarf2_signal_frame_unwind): Use it.
6642 (dwarf2_frame_base_sniffer): Use frame_unwind_address_in_block.
6643 * frame.c (frame_func_unwind): Add this_type argument.
6644 (get_frame_func): Update.
6645 (frame_unwind_address_in_block): Add this_type argument and check it.
6646 Fix a typo.
6647 (get_frame_address_in_block): Update.
6648 * frame.h (enum frame_type): Move higher in the file.
6649 (frame_unwind_address_in_block, frame_func_unwind): Add enum frame_type
6650 argument.
6651
6652 * alpha-mdebug-tdep.c, alpha-tdep.c, amd64-tdep.c, amd64obsd-tdep.c,
6653 arm-tdep.c, avr-tdep.c, cris-tdep.c, frv-tdep.c, h8300-tdep.c,
6654 hppa-tdep.c, i386-tdep.c, i386obsd-tdep.c, ia64-tdep.c,
6655 libunwind-frame.c, m32c-tdep.c, m32r-linux-tdep.c, m32r-tdep.c,
6656 m68hc11-tdep.c, m68k-tdep.c, m88k-tdep.c, mips-mdebug-tdep.c,
6657 mips-tdep.c, mn10300-tdep.c, mt-tdep.c, rs6000-tdep.c, s390-tdep.c,
6658 score-tdep.c, sh-tdep.c, sh64-tdep.c, sparc-tdep.c,
6659 sparc64obsd-tdep.c, spu-tdep.c, v850-tdep.c, vax-tdep.c,
6660 xstormy16-tdep.c, xtensa-tdep.c: Update calls to
6661 frame_func_unwind and frame_unwind_address_in_block to specify
6662 the frame type. Use frame_unwind_address_in_block instead of
6663 frame_pc_unwind in sniffers.
6664
6665 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6666
6667 * frame.c (deprecated_selected_frame): Rename to...
6668 (selected_frame): ...this. Make static.
6669 (get_selected_frame, select_frame): Update.
6670 * frame.h (deprected_select_frame): Delete.
6671 (deprecated_safe_get_selected_frame): Update comments.
6672
6673 * breakpoint.c, cli/cli-cmds.c, f-valprint.c, infcmd.c, inflow.c,
6674 infrun.c, stack.c, tui/tui-disasm.c, tui/tui-source.c,
6675 tui/tui-winsource.c, valops.c, varobj.c, findvar.c, macroscope.c,
6676 parse.c, regcache.h, sh64-tdep.c, tui/tui-hooks.c, tui/tui-win.c,
6677 tui/tui.c: Replace references to deprecated_selected_frame.
6678
6679 2007-02-27 Fred Fish <fnf@specifix.com>
6680
6681 * rs6000-tdep.c (skip_prologue): Recognize addi instructions that
6682 directly decrement the stack pointer, accumulate their operand into
6683 the stack offset, and mark the function as not being frameless.
6684
6685 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6686
6687 * arch-utils.c (selected_byte_order): New.
6688 * arch-utils.h (selected_byte_order): New prototype.
6689 * remote-sim.c (gdbsim_open): Use selected_byte_order.
6690
6691 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6692
6693 * symfile.c (place_section): Check SEC_ALLOC. Do not check VMA.
6694 (default_symfile_offsets): Check VMA here. Update section VMAs.
6695
6696 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6697
6698 * remote.c (init_remote_state): Add special handling for placeholder
6699 registers.
6700
6701 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6702
6703 * Makefile.in (XMLFILES): Include $(TDEP_XML).
6704 (filenames_h): New variable.
6705 (clean): Clean up xml-builtin.c and stamp-xml.
6706 (arm-linux-nat.o): Update.
6707 * config/arm/linux.mh (TDEP_XML): Define.
6708 * arm-linux-nat.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
6709 (arm_linux_has_wmmx_registers): New.
6710 (GET_THREAD_ID): Fix typo.
6711 (IWMMXT_REGS_SIZE): Define.
6712 (fetch_wmmx_regs, store_wmmx_regs): New.
6713 (arm_linux_fetch_inferior_registers): Use fetch_wmmx_regs.
6714 (arm_linux_store_inferior_registers): Use store_wmmx_regs.
6715 (super_xfer_partial, arm_linux_xfer_partial): New.
6716 (_initialize_arm_linux_nat): Use them.
6717 * xml-support.c (fetch_xml_builtin): Move outside HAVE_LIBEXPAT.
6718 (xml_builtin_xfer_partial): New function.
6719 * xml-support.h (xml_builtin_xfer_partial): New prototype.
6720 * NEWS: Update mention of iWMMXt support.
6721
6722 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6723
6724 * arm-tdep.c (arm_scan_prologue): Do not record FPA register saves
6725 if there are no FPA registers.
6726 (arm_dwarf_reg_to_regnum): New function.
6727 (arm_register_type, arm_register_name): Return minimal values for
6728 unsupported registers.
6729 (arm_register_sim_regno): Handle iWMMXt registers.
6730 (arm_gdbarch_init): Record missing FPA registers if indicated by
6731 a target description. Recognize iWMMXt registers. Only register
6732 "info float" for FPA. Use ARM_NUM_REGS. Register
6733 arm_dwarf_reg_to_regnum.
6734 * arm-tdep.h (enum gdb_regnum): Add ARM_NUM_REGS and iWMMXt
6735 constants.
6736 (struct gdbarch_tdep): Add have_fpa_registers.
6737 * features/xscale-iwmmxt.xml: Update capitalization.
6738 * regformats/arm-with-iwmmxt.dat: Regenerated.
6739
6740 2007-02-24 Kevin Buettner <kevinb@redhat.com>
6741
6742 * NEWS (New targets): Add entry for the Toshiba Media Processor.
6743
6744 2007-02-23 Kevin Buettner <kevinb@redhat.com>
6745
6746 * MAINTAINERS (mep): New target.
6747
6748 2007-02-23 Kevin Buettner <kevinb@redhat.com>
6749
6750 From Jim Blandy, Dave Brolley, Kevin Buettner, Don Howard, and
6751 Richard Sandiford:
6752 * Makefile.in (elf_mep_h, mep_desc_h, mep_opc_h): New variables.
6753 (mep-tdep.o): New rule.
6754 * configure.tgt (mep-*-*): New target.
6755 * mep-tdep.c: New file.
6756 * config/mep/mep.mt: New file.
6757
6758 2007-02-22 Markus Deuling <deuling@de.ibm.com>
6759
6760 * infrun.c (inferior_stop_reason, print_stop_reason): Remove
6761 BREAKPOINT_HIT and STOP_UNKNOWN.
6762
6763 2007-02-22 Markus Deuling <deuling@de.ibm.com>
6764
6765 * valops.c (value_ind): Fix unary * handling of TYPE_CODE_INT.
6766
6767 2007-02-20 Joel Brobecker <brobecker@adacore.com>
6768
6769 * gdb_expat.h (XMLCALL): Define if not already defined.
6770
6771 2007-02-20 Andreas Schwab <schwab@suse.de>
6772
6773 * Makefile.in (symfile.o): Update dependencies.
6774
6775 2007-02-20 Daniel Jacobowitz <dan@codesourcery.com>
6776
6777 * MAINTAINERS: Disable -Werror for cris simulator. Build
6778 sparc64-solaris2.10 instead of the broken sparc-elf.
6779 * solib-frv.c: Include "solib.h".
6780 * Makefile.in (solib-frv.o): Update.
6781 * mt-tdep.c (mt_gdbarch_init): Correct typo in floatformats patch.
6782 * xtensa-tdep.c (xtensa_regset_from_core_section): Cast size_t to int.
6783 (xtensa_frame_this_id, xtensa_frame_prev_register)
6784 (xtensa_push_dummy_call): Use %p.
6785
6786 2007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6787
6788 * avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
6789 ia64-tdep.c, m68k-tdep.c, mips-linux-tdep.c, ppcobsd-tdep.c,
6790 sparc-linux-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
6791 * Makefile.in (avr-tdep.o, hppabsd-tdep.o, hppa-tdep.o, i386-tdep.o)
6792 (ia64-tdep.o, m68k-tdep.o, mips-linux-tdep.o, ppcobsd-tdep.o)
6793 (sparc-linux-tdep.o): Update.
6794
6795 2007-02-15 Maxim Grigoriev <maxim2405@gmail.com>
6796
6797 * xtensa-tdep.h (xtensa_reg_mask_t): New.
6798 (xtensa_mask_t): Change mask field to be a separate array.
6799 * xtensa-tdep.c (extract_call_winsize, xtensa_pseudo_register_read)
6800 (xtensa_pseudo_register_write, xtensa_unwind_pc)
6801 (xtensa_unwind_dummy_id, xtensa_push_dummy_call)
6802 (xtensa_breakpoint_from_pc): Remove implicit type casting.
6803 * xtensa-config.c (mask0, mask1, mask2, mask3, mask4, mask5)
6804 (mask6, mask7, mask8, mask9, mask10, mask11, mask12, mask13)
6805 (mask14, mask15): Rename to
6806 (xtensa_mask0, xtensa_mask1, xtensa_mask2, xtensa_mask3)
6807 (xtensa_mask4, xtensa_mask5, xtensa_mask6, xtensa_mask7)
6808 (xtensa_mask8, xtensa_mask9, xtensa_mask10, xtensa_mask11)
6809 (xtensa_mask12, xtensa_mask13, xtensa_mask14, xtensa_mask15): this.
6810 (xtensa_submask0, xtensa_submask1, xtensa_submask2, xtensa_submask3)
6811 (xtensa_submask4, xtensa_submask5, xtensa_submask6, xtensa_submask7)
6812 (xtensa_submask8, xtensa_submask9, xtensa_submask10)
6813 (xtensa_submask11, xtensa_submask12, xtensa_submask13)
6814 (xtensa_submask14, xtensa_submask15): New.
6815 (rmap): Follow strict aliasing rules doing static initialization.
6816
6817 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
6818
6819 * target-descriptions.c (tdesc_named_type): Move code_ptr and data_ptr
6820 handling from here...
6821 (tdesc_register_type): ...to here.
6822 * xml-tdesc.c (tdesc_start_reg): Allow code_ptr and data_ptr.
6823 * features/arm-core.xml: Use code_ptr and data_ptr.
6824
6825 2007-02-13 Denis Pilat <denis.pilat@st.com>
6826
6827 * varobj.h (enum varobj_update_error): New enum.
6828 * varobj.c (struct varobj_root): Add is_valid member.
6829 (varobj_get_type): Check for invalid varobj.
6830 (varobj_get_attributes): Likewise.
6831 (variable_editable):Likewise.
6832 (varobj_update): Likewise. Use varobj_update_error.
6833 (new_root_variable): Set root varobj as valid by default.
6834 (varobj_invalidate): New function.
6835 * symfile.c (clear_symtab_users): Use varobj_invalidate.
6836 * mi/mi-cmd-var.c (varobj_update_one): Change return type to void.
6837 Use varobj_update_error.
6838
6839 2007-02-12 Pierre Muller <muller@ics.u-strasbg.fr>
6840
6841 Fix PR pascal/2223.
6842 * dwarfread.c (set_cu_language): Recognize DW_LANG_Pascal83 as
6843 Pascal language marker.
6844 * dwarf2read.c (set_cu_language): Likewise.
6845
6846 2007-02-12 Corinna Vinschen <vinschen@redhat.com>
6847
6848 * win32-nat.c (win32_wait): Reset terminal pgrp to GDB.
6849 (do_initial_win32_stuff): Call terminal_init_inferior_with_pgrp
6850 instead of target_terminal_init since inferior_ptid isn't set yet.
6851
6852 2007-02-10 Pedro Alves <pedro_alves@portugalmail.pt>
6853
6854 * MAINTAINERS (Write After Approval): Add myself.
6855
6856 2007-02-09 Fred Fish <fnf@specifix.com>
6857
6858 Based on work by Apple Computer, Inc.
6859 * event-top.c (async_request_quit): Call quit() whenever either
6860 quit_flag is set or immediate_quit is set.
6861
6862 2007-02-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
6863
6864 * ada-lang.c (remove_out_of_scope_renamings): Change third parameter's
6865 type to a pointer to const struct block.
6866 (ada_lookup_symbol_list): Don't cast away constness when calling
6867 remove_out_of_scope_renamings.
6868
6869 2007-02-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
6870
6871 * linux-nat.c (linux_nat_find_memory_regions): Don't check the
6872 address of 'filename'; it is always non null.
6873
6874 2007-02-09 Joel Brobecker <brobecker@adacore.com>
6875
6876 * exec.c (add_to_section_table): Do not discard empty sections.
6877
6878 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6879
6880 * features/Makefile, features/arm-with-iwmmxt.xml,
6881 features/gdbserver-regs.xsl, features/number-regs.xsl,
6882 features/sort-regs.xsl, features/xscale-iwmmxt.xml: New files.
6883 * regformats/arm-with-iwmmxt.dat: Generate.
6884 * NEWS: Mention iWMMXt.
6885
6886 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6887
6888 * Makefile.in (arm-tdep.o, eval.o, target-descriptions.o)
6889 (xml-tdesc.o): Update.
6890 * xml-support.c: Add a comment.
6891 (gdb_xml_enums_boolean): New variable.
6892 (gdb_xml_parse_attr_enum): Use strcasecmp.
6893 * xml-support.h (gdb_xml_enums_boolean): Declare.
6894 * xml-tdesc.c (struct tdesc_parsing_data): Record current_feature,
6895 next_regnum, and current_union.
6896 (tdesc_start_feature, tdesc_start_reg, tdesc_start_union)
6897 (tdesc_end_union, tdesc_start_field, tdesc_start_vector)
6898 (field_attributes, union_children, reg_attributes, union_attributes)
6899 (vector_attributes, feature_attributes, feature_children): New.
6900 (target_children): Make static. Add <feature>.
6901 (tdesc_elements): Make static.
6902 * target-descriptions.c (struct tdesc_reg, tdesc_reg_p, type_p)
6903 (struct tdesc_feature, tdesc_feature_p): New types.
6904 (struct target_desc): Add features member.
6905 (struct tdesc_arch_data, tdesc_data): New.
6906 (target_find_description): Clarify error message. Warn about
6907 ignored register descriptions.
6908 (tdesc_has_registers, tdesc_find_feature, tdesc_feature_name)
6909 (tdesc_named_type, tdesc_data_init, tdesc_data_alloc)
6910 (tdesc_data_cleanup, tdesc_numbered_register)
6911 (tdesc_numbered_register_choices, tdesc_find_register)
6912 (tdesc_register_name, tdesc_register_type)
6913 (tdesc_remote_register_number, tdesc_register_reggroup_p)
6914 (set_tdesc_pseudo_register_name, set_tdesc_pseudo_register_type)
6915 (set_tdesc_pseudo_register_reggroup_p, tdesc_use_registers)
6916 (tdesc_free_reg, tdesc_create_reg, tdesc_free_feature)
6917 (tdesc_create_feature, tdesc_record_type): New.
6918 (free_target_description): Free features.
6919 (_initialize_target_descriptions): Initialize tdesc_data.
6920 * arch-utils.c (default_remote_register_number): New.
6921 * arch-utils.h (default_remote_register_number): New prototype.
6922 * target-descriptions.h (set_tdesc_pseudo_register_name)
6923 (set_tdesc_pseudo_register_type, set_tdesc_pseudo_register_reggroup_p)
6924 (tdesc_use_registers, tdesc_data_alloc, tdesc_data_cleanup)
6925 (tdesc_numbered_register, tdesc_numbered_register_choices)
6926 (tdesc_has_registers, tdesc_find_feature, tdesc_feature_name)
6927 (tdesc_named_type, tdesc_create_feature, tdesc_record_type)
6928 (tdesc_create_reg): Declare.
6929 * gdbarch.sh (remote_register_number): New entry.
6930 * gdbarch.c, gdbarch.h: Regenerate.
6931 * remote.c (init_remote_state): Use gdbarch_remote_register_number.
6932 * features/gdb-target.dtd: Add feature, reg, vector, union, and field.
6933
6934 * arm-tdep.c (arm_register_aliases): New.
6935 (arm_register_name_strings): Rename to...
6936 (arm_register_names): ...this. Make const. Delete the old version.
6937 (current_option, arm_register_byte): Delete.
6938 (set_disassembly_style): Simplify. Do not adjust arm_register_names.
6939 (value_of_arm_user_reg): New.
6940 (arm_gdbarch_init): Verify any described registers. Call
6941 tdesc_use_registers. Don't use arm_register_byte. Create aliases
6942 for standard register names.
6943 (_initialize_arm_tdep): Do not adjust arm_register_names.
6944 * user-regs.c (struct user_reg): Add baton member.
6945 (append_user_reg, user_reg_add_builtin, user_regs_init)
6946 (user_reg_add, value_of_user_reg): Use a baton for user
6947 register functions.
6948 * std-regs.c: Update.
6949 * user-regs.h (user_reg_read_ftype, user_reg_add_builtin)
6950 (user_reg_add): Add baton argument.
6951 * NEWS: Mention target description register support.
6952 * features/arm-core.xml, features/arm-fpa.xml: New.
6953 * eval.c (evaluate_subexp_standard): Allow ptype $register
6954 when the program is not running.
6955
6956 2007-02-09 Nick Roberts <nickrob@snap.net.nz>
6957
6958 * mi/mi-cmd-var.c (mi_cmd_var_create): Add value field.
6959
6960 2007-02-08 Thiago Jung Bauermann <bauerman@br.ibm.com>
6961
6962 * rs6000-tdep.c (gdb_print_insn_powerpc): Set
6963 info->disassembler_options to "any".
6964
6965 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6966
6967 * varobj.c (install_new_value): Only call value_get_print_value
6968 if changeable.
6969
6970 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6971
6972 Reported by timeless@gmail.com:
6973 * gdb/target.c (target_flash_erase): Do not return void value.
6974 (target_flash_done): Likewise.
6975 * gdb/cli/cli-cmds.c (source_command): Likewise.
6976
6977 2007-02-08 Fred Fish <fnf@specifix.com>
6978
6979 Based on work by Apple Computer, Inc.
6980 * event-top.c (handle_sigint): Set quit_flag.
6981 (async_request_quit): Don't set quit_flag. Avoid calling quit()
6982 if quit_flag has already been reset.
6983
6984 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6985
6986 * ser-mingw.c (pipe_windows_close): Move variable initialization back
6987 up.
6988
6989 2007-02-08 Fred Fish <fnf@specifix.com>
6990
6991 * defs.h (request_quit): Remove declaration.
6992 * utils.c (request_quit): Remove definition.
6993
6994 2007-02-08 Joel Brobecker <brobecker@gnat.com>
6995 Jan Kratochvil <jan.kratochvil@redhat.com>
6996 Daniel Jacobowitz <dan@codesourcery.com>
6997
6998 * rs6000-tdep.c (bl_to_blrl_insn_p): New function.
6999 (skip_prologue): Allow bl->blrl used by PIC code.
7000
7001 2007-02-08 Mark Kettenis <kettenis@gnu.org>
7002 Daniel Jacobowitz <dan@codesourcery.com>
7003
7004 * cp-valprint.c (cp_print_value_fields, cp_print_value): Always
7005 initialize tmp_obstack.
7006 * p-valprint.c (pascal_object_print_value_fields)
7007 (pascal_object_print_value): Likewise.
7008
7009 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7010
7011 * features/feature_to_c.sh: Use %s to avoid problems with nawk.
7012
7013 2007-02-08 Mark Kettenis <kettenis@gnu.org>
7014
7015 * sparcnbsd-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
7016 * Makefile.in (sparcnbsd-tdep.o): Update dependencies.
7017
7018 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7019
7020 * xml-tdesc.c (struct tdesc_xml_cache, tdesc_xml_cache_s)
7021 (xml_cache): New.
7022 (tdesc_parse_xml): Cache expanded descriptions.
7023
7024 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7025
7026 * Makefile.in (XMLFILES): New.
7027 (COMMON_OBS): Add xml-builtin.o.
7028 (xml-builtin.c, stamp-xml): New rules.
7029 (xml-tdesc.o): Update.
7030 * features/feature_to_c.sh: New file.
7031 * xml-support.c (MAX_XINCLUDE_DEPTH): Define.
7032 (struct gdb_xml_parser): Add dtd_name and is_xinclude.
7033 (gdb_xml_start_element): Initialize scope after possibly reallocating
7034 scopes. Move cleanup later. Handle the XInclude description
7035 specially.
7036 (gdb_xml_end_element): Only parse the body if there is a current element.
7037 Call XML_DefaultCurrent if there is no element.
7038 (gdb_xml_fetch_external_entity, gdb_xml_use_dtd): New.
7039 (struct xinclude_parsing_data, xinclude_start_include)
7040 (xinclude_end_include, xml_xinclude_default)
7041 (xml_xinclude_start_doctype, xml_xinclude_end_doctype)
7042 (xml_xinclude_xml_decl, xml_xinclude_cleanup, xinclude_attributes)
7043 (xinclude_elements, xml_process_xincludes, fetch_xml_builtin): New.
7044 * xml-support.h (xml_fetch_another, xml_process_xincludes)
7045 (fetch_xml_builtin, xml_builtin, gdb_xml_use_dtd): New declarations.
7046 * xml-tdesc.c (tdesc_parse_xml): Add fetcher_baton argument. Expand
7047 XInclude directives. Use the compiled in DTD.
7048 (fetch_xml_from_file): Add baton argument. Treat it as a containing
7049 directory name. Do not warn here.
7050 (file_read_description_xml): Update call. Warn here instead. Pass
7051 a dirname as baton.
7052 (fetch_available_features_from_target): New.
7053 (target_read_description_xml): Use it.
7054 * features/gdb-target.dtd: Add copyright notice. Use xinclude.dtd
7055 to handle XInclude.
7056 * features/xinclude.dtd: New file.
7057
7058 2007-02-05 Daniel Jacobowitz <dan@codesourcery.com>
7059
7060 * linux-thread-db.c (check_for_thread_db): Return early if we have
7061 no libthread_db support.
7062
7063 2007-02-05 Daniel Jacobowitz <dan@codesourcery.com>
7064
7065 * mi/mi-parse.h: Include <sys/time.h>.
7066
7067 2007-02-05 Nick Roberts <nickrob@snap.net.nz>
7068
7069 * mi/mi-cmd-stack.c (list_args_or_locals): Use common_val_print
7070 instead of print_variable_value to print values.
7071
7072 2007-02-03 Nick Roberts <nickrob@snap.net.nz>
7073
7074 * mi/mi-main.c: Numerous formatting changes.
7075 (mi_cmd_data_write_register_values): Replace clause inadvertantly
7076 removed in my previous change.
7077
7078 2007-02-03 Eli Zaretskii <eliz@gnu.org>
7079
7080 * mi/mi-main.c (mi_load_progress, timestamp, print_diff_now):
7081 Use 1000000L instead of 1000000.
7082
7083 2007-02-03 Nick Roberts <nickrob@snap.net.nz>
7084
7085 Based on work by Apple Computer, Inc.
7086
7087 * configure.ac: Test for sys/resource.h and getrusage.
7088 * configure, config.in: Regenerate.
7089
7090 * mi/mi-main.c: Include <sys/resource.h> if present.
7091 (rusage): Declare if HAVE_GETRUSAGE.
7092 (current_command_ts, do_timings): New static variables.
7093 (timestamp, print_diff_now, print_diff, timeval_diff):
7094 New static timing functions.
7095 (mi_cmd_enable_timings): New function for new MI command.
7096 (captured_mi_execute_command, mi_execute_async_cli_command):
7097 Call timing functions.
7098
7099 * mi/mi-cmds.c (mi_cmds): Add entry for new MI command
7100 -enable-timings.
7101
7102 * mi/mi-cmds.h (mi_cmd_enable_timings): New extern.
7103
7104 * mi/mi-parse.h: (mi_timestamp): New structure.
7105 (mi_parse): Add mi_timestamp* member.
7106
7107 2007-02-02 Denis Pilat <denis.pilat@st.com>
7108
7109 * thread.c (make_cleanup_restore_current_thread): New function.
7110 (info_threads_command): Use of make_cleanup_restore_current_thread
7111 to restore the current thread and the selected frame.
7112 (restore_selected_frame): New function.
7113 (struct current_thread_cleanup): Add frame_id field.
7114 (do_restore_current_thread_cleanup): Add restoring of the selected
7115 frame.
7116 (make_cleanup_restore_current_thread): Likewise.
7117 (thread_apply_all_command): backup the selected frame while
7118 entering the function and restore it at exit.
7119 (thread_apply_command): Likewise.
7120
7121 2007-02-02 Denis Pilat <denis.pilat@st.com>
7122
7123 * MAINTAINERS (Write After Approval): Add myself to the list.
7124
7125 2007-02-01 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
7126
7127 * gdb/remote-m32r.sdi.c (m32r_fetch_register): Change PWD mask.
7128 (m32r_store_register): Ditto.
7129
7130 2007-01-30 Vladimir Prus <vladimir@codesourcery.com>
7131
7132 * ser-mingw.c (pipe_windows_open)
7133 (pipe_windows_read, pipe_windows_write): Declare
7134 variables at the top of the function.
7135
7136 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7137
7138 * doublest.c (floatformat_from_length): Use the right element from
7139 gdbarch floatformats.
7140 (floatformat_from_type, extract_typed_floating)
7141 (store_typed_floating): Likewise.
7142 * doublest.h: Remove declarations for undefined floatformat arrays.
7143 * gdbarch.sh (float_format, double_format, long_double_format): Change
7144 to pairs.
7145 (pformat): Update for pairs.
7146 * gdbarch.c, gdbarch.h: Regenerated.
7147 * gdbtypes.c (floatformats_ieee_single, floatformats_ieee_double)
7148 (floatformats_ieee_double_littlebyte_bigword)
7149 (floatformats_i387_ext, floatformats_m68881_ext, floatformats_arm_ext)
7150 (floatformats_ia64_spill, floatformats_ia64_quad, floatformats_vax_f)
7151 (floatformats_vax_d): New variables.
7152 (builtin_type_ieee_single, builtin_type_ieee_double)
7153 (builtin_type_arm_ext, builtin_type_ia64_spill)
7154 (builtin_type_ia64_quad): Replace arrays with individual types.
7155 (builtin_type_ieee_single_big, builtin_type_ieee_single_little)
7156 (builtin_type_ieee_double_big, builtin_type_ieee_double_little)
7157 (builtin_type_ieee_double_littlebyte_bigword, builtin_type_i960_ext)
7158 (builtin_type_m88110_ext, builtin_type_m88110_harris_ext)
7159 (builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword)
7160 (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
7161 (builtin_type_ia64_quad_big, builtin_type_ia64_quad_little): Delete
7162 unused and endian-specific types.
7163 (recursive_dump_type): Update for floatformat pairs.
7164 (build_flt): Move higher. Handle bit == -1. Take a floatformat pair.
7165 (build_gdbtypes): Use build_flt.
7166 (_initialize_gdbtypes): Update set of initialized types.
7167 * gdbtypes.h: Update declarations to match gdbtypes.c.
7168 (struct main_type): Store a pointer to two floatformats.
7169 * arch-utils.c (default_float_format, default_double_format): Delete.
7170 * arch-utils.h (default_float_format, default_double_format): Delete.
7171
7172 * arm-tdep.c, avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
7173 ia64-tdep.c, iq2000-tdep.c, m68k-tdep.c, m88k-tdep.c,
7174 mips-linux-tdep.c, mips-tdep.c, mt-tdep.c, ppcobsd-tdep.c,
7175 sparc-linux-tdep.c, sparc-tdep.c, sparcnbsd-tdep.c, spu-tdep.c,
7176 vax-tdep.c, alpha-tdep.c, ppc-sysv-tdep.c: Update.
7177
7178 2007-01-29 Joel Brobecker <brobecker@adacore.com>
7179
7180 * target.c (maintenance_print_target_stack): New function.
7181 (initialize_targets): Add new "maintenance print target-stack"
7182 command.
7183
7184 2007-01-28 Mark Kettenis <kettenis@gnu.org>
7185
7186 * dwarf2read.c (new_symbol): Handle DW_AT_decl_file being zero.
7187
7188 2007-01-27 Daniel Jacobowitz <dan@codesourcery.com>
7189
7190 * dwarf2loc.h (struct dwarf2_locexpr_baton): Change size to a long.
7191 (struct dwarf2_loclist_baton): Likewise.
7192
7193 2007-01-27 Eli Zaretskii <eliz@gnu.org>
7194
7195 * cli/cli-script.c: Include breakpoint.h.
7196 (build_command_line): Require arguments only for if and while
7197 commands.
7198 (get_command_line, execute_user_command, execute_control_command):
7199 Fix wording of warning messages.
7200 (print_command_lines): Print breakpoint commands.
7201 (execute_control_command): Call commands_from_control_command to
7202 handle the `commands' command inside a body of a flow-control
7203 command.
7204 (read_next_line): Recognize the `commands' command and build a
7205 command line structure for it.
7206 (recurse_read_control_structure, read_command_lines): Handle
7207 `commands' similarly to `if' and `while'.
7208
7209 * breakpoint.c (get_number_trailer): Document the special meaning
7210 of NULL as the first argument PP.
7211 (commands_from_control_command): New function.
7212
7213 * breakpoint.h (commands_from_control_command): Add prototype.
7214
7215 * defs.h (commands_control): New enumerated value for enum
7216 command_control_type.
7217
7218 2007-01-26 Joel Brobecker <brobecker@adacore.com>
7219
7220 * ada-lang.c (ada_exception_breakpoint_ops): Fix typo in function name.
7221 (ada_exception_sal): Update accordingly.
7222
7223 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7224
7225 * c-valprint.c (c_val_print): Require strings to be of no-signed CHARs.
7226 * NEWS: Describe CHAR array vs. string identifcation rules.
7227
7228 2007-01-25 Paul Brook <paul@codesourcery.com>
7229
7230 * arm-tdep.c (arm_get_next_pc): Fix bitfield off-by-one error.
7231
7232 2007-01-24 Jim Blandy <jimb@codesourcery.com>
7233
7234 * dwarf2loc.c (dwarf2_evaluate_loc_desc): When the location
7235 expression is empty, bother to return the 'optimized out' value we
7236 construct. (Thanks to Carl Burch.)
7237
7238 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
7239
7240 * varobj.c (c_value_of_root, c_value_of_child)
7241 (cplus_describe_child): Don't call release_value.
7242
7243 2007-01-24 Thiemo Seufer <ths@mips.com>
7244
7245 * mips-linux-tdep.c (mips_linux_n64_rt_sigframe): Fix struct
7246 initialization.
7247
7248 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
7249
7250 Refactor getting children name, value and type access
7251 for varobjs in C++.
7252 * varobj.c (get_type_deref): Remove.
7253 (adjust_value_for_child_access): New.
7254 (c_number_of_children): Use the above.
7255 (c_describe_child): Likewise.
7256 (enum accessibility): New.
7257 (match_accessibility): New function.
7258 (cplus_describe_child): New function.
7259 (cplus_name_of_child, cplus_value_of_child)
7260 (cplus_type_of_child): Reimplement in terms
7261 of cplus_describe_child.
7262 (cplus_number_of_children): Use
7263 adjust_value_for_child_access.
7264
7265 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
7266
7267 Fix computation of the 'editable' attribute and
7268 value changeability for for references.
7269 * varobj.c (get_value_type): New function.
7270 (c_variable_editable): Use get_value_type.
7271 (varobj_value_is_changeable): Likewise.
7272
7273 2007-01-24 Joel Brobecker <brobecker@adacore.com>
7274
7275 * source.c (find_and_open_source): Try rewriting the source
7276 path inside filename if dirname is NULL.
7277
7278 2007-01-24 Joel Brobecker <brobecker@adacore.com>
7279
7280 * dwarf2read.c (add_partial_symbol): Create an extra partial
7281 symbol in the VAR_DOMAIN for Ada structures, unions or enums.
7282 (new_symbol): Likewise for symbols.
7283
7284 2007-01-24 Nick Roberts <nickrob@snap.net.nz>
7285
7286 * mi/mi-main.c (mi_cmd_execute): Call free_all_values.
7287
7288 2007-01-23 Vladimir Prus <vladimir@codesourcery.com>
7289
7290 * value.c (value_primitive_field): Copy the full 'location'
7291 contents, instead of assuming that copying ADDRESS will
7292 bring over everything in the union. Remove obsolete comment.
7293
7294 2007-01-23 Masaki Muranaka <monaka@monami-software.com>
7295
7296 * m32c-tdep.c (make_regs, m32c_analyze_prologue)
7297 (m32c_skip_trampoline_code, m32c_m16c_address_to_pointer)
7298 (m32c_m16c_pointer_to_address): Separate code from declarations.
7299
7300 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
7301
7302 * target.c (update_current_target): Correct typo.
7303
7304 2007-01-22 Masaki Muranaka <monaka@monami-software.com>
7305
7306 * xstormy16-tdep.c (xstormy16_skip_prologue): Separate code from a
7307 declaration.
7308
7309 2007-01-11 Andrew Cagney <cagney@redhat.com>
7310 Daniel Jacobowitz <dan@codesourcery.com>
7311 Jan Kratochvil <jan.kratochvil@redhat.com>
7312
7313 * dwarf2-frame.c (execute_cfa_program): New support of
7314 `DW_CFA_GNU_negative_offset_extended'.
7315
7316 2007-01-21 Daniel Jacobowitz <dan@codesourcery.com>
7317
7318 * NEWS: Mention flash support for "load" and new remote packets.
7319
7320 2007-01-21 Markus Deuling <deuling@de.ibm.com>
7321
7322 * breakpoint.c (delete_command): Skip redundant loop iterations.
7323
7324 2007-01-21 Daniel Jacobowitz <dan@codesourcery.com>
7325
7326 * gdbarch.sh (register_type): Update comment.
7327 * gdbarch.h: Regenerated.
7328 * arch-utils.c (generic_register_size): Call register_type.
7329 * ia64-tdep.c (ia64_extract_return_value): Likewise.
7330 * m32c-tdep.c (check_for_saved): Likewise.
7331 * mips-tdep.c (mips_print_register, print_gp_register_row)
7332 (mips_print_registers_info): Likewise.
7333 * sh-tdep.c (sh_pseudo_register_read, sh_pseudo_register_write):
7334 Likewise.
7335 * sh64-tdep.c (sh64_pseudo_register_read, sh64_pseudo_register_write)
7336 (sh64_do_register, sh64_print_register)
7337 (sh64_media_print_registers_info): Likewise.
7338 * tui/tui-regs.c (tui_register_format): Likewise.
7339
7340 2007-01-21 Daniel Jacobowitz <dan@codesourcery.com>
7341
7342 * objfiles.h (ALL_PRIMARY_SYMTABS): Define.
7343
7344 * ada-lang.c (symtab_for_sym, ada_lookup_symbol_list)
7345 (ada_lookup_symbol): Use ALL_PRIMARY_SYMTABS.
7346 * cp-support.c (make_symbol_overload_list_qualified): Likewise.
7347 * symtab.c (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7348 (basic_lookup_transparent_type, find_pc_sect_symtab, search_symbols)
7349 (make_symbol_completion_list): Likewise.
7350
7351 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7352 Daniel Jacobowitz <dan@codesourcery.com>
7353
7354 * buildsym.c (end_symtab): Use preallocated symtab if available.
7355 Fill in SYMBOL_SYMTAB.
7356 * buildsym.h (struct subfile): Add symtab member.
7357 * dwarf2read.c (struct dwarf2_cu): Add line_header.
7358 (struct file_entry): Add symtab.
7359 (free_cu_line_header): New function.
7360 (read_file_scope): Use it. Save line_header in the cu. Process
7361 lines before DIEs.
7362 (add_file_name): Initialize new symtab member.
7363 (dwarf_decode_lines): Create symtabs for included files.
7364 (new_symbol): Set SYMBOL_SYMTAB.
7365 * symtab.c (lookup_symbol): Use SYMBOL_SYMTAB.
7366 (search_symbols): Likewise.
7367 * symtab.h (struct symbol): Add symtab member.
7368 (SYMBOL_SYMTAB): Define.
7369
7370 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
7371
7372 * symfile.c (allocate_symtab): Remove INIT_EXTRA_SYMTAB_INFO.
7373
7374 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
7375
7376 * arch-utils.c (show_endian): Correct reversed condition.
7377
7378 2007-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7379
7380 * MAINTAINERS (Write After Approval): Add myself.
7381
7382 2007-01-16 Daniel Jacobowitz <dan@codesourcery.com>
7383 Vladimir Prus <vladimir@codesourcery.com>
7384
7385 Fix 'selected frame' varobjs.
7386 * varobj.c (struct varobj): Remove the error field.
7387 (varobj_set_value): Don't check var->error.
7388 (install_new_value): Don't set var->error.
7389 (varobj_update): Always pass the new value
7390 of the root via install_new_value.
7391 (create_child): Don't set error field.
7392 (new_variable): Likewise.
7393 (c_value_of_root): Always reevaluate the value
7394 of selected frame varobjs in the selected frame.
7395 Don't call reinit_frame_cache.
7396
7397 2007-01-15 Joel Brobecker <brobecker@adacore.com>
7398
7399 * source.c (_initialize_source): Improve the help text of
7400 the substitute-path commands.
7401
7402 2007-01-14 Mark Kettenis <kettenis@gnu.org>
7403
7404 * frv-tdep.c (frv_gdbarch_init, frv_register_name)
7405 (frv_breakpoint_from_pc, frv_gdbarch_adjust_breakpoint_address)
7406 (frv_skip_prologue): Remove prototypes.
7407 (frv_adjust_breakpoint_address): Renamed from
7408 frv_gdbarch_adjust_breakpoint_address.
7409 (frv_gdbarch_init): Adjust.
7410
7411 2007-01-13 Mark Kettenis <kettenis@gnu.org>
7412
7413 * gdbarch.sh (deprecated_extract_return_value)
7414 (deprecated_store_return_value): Remove.
7415 (extract_return_value, store_return_value): Remove default values.
7416 * gdbarch.c, gdbarch.h: Regenerate.
7417 * arch-utils.c, arch-utils.h (legacy_extract_return_value)
7418 (legacy_store_return_value): Remove.
7419 * regcache.c, regcache.h (deprecated_grub_regcache_for_registers):
7420 Remove.
7421
7422 * mi/mi-main.c: Remove obsolete comment.
7423
7424 * regcache.c, regcache.h (deprecated_register_bytes)
7425 (deprecated_read_register_bytes)
7426 (deprecated_write_register_bytes): Remove.
7427
7428 * frame.c (get_frame_register_bytes, put_frame_register_bytes):
7429 Don't forget to move destination pointer.
7430
7431 2007-01-01 Mark Kettenis <kettenis@gnu.org>
7432
7433 * config/i386/nm-i386gnu.h (CHILD_PREPARE_TO_STORE): Remove.
7434
7435 2007-01-11 Ulrich Weigand <uweigand@de.ibm.com>
7436
7437 * spu-tdep.c (spu_analyze_prologue): Fix erroneous backtrace
7438 past entry function with recent newlib.
7439
7440 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
7441
7442 * gdb.texinfo (GDB/MI Variable Objects): Improve the
7443 introduction. Specify -var-update more exactly.
7444
7445 2007-01-11 Daniel Jacobowitz <dan@codesourcery.com>
7446
7447 * frame.c (get_prev_frame_1): Check PC_REGNUM before using it.
7448
7449 2007-01-10 Jim Blandy <jimb@codesourcery.com>
7450
7451 * MAINTAINERS (Global Maintainers): Ulrich Weigand has accepted
7452 the Global Maintainers' invitation to be a global maintainer.
7453
7454 2007-01-10 Daniel Jacobowitz <dan@codesourcery.com>
7455
7456 * infrun.c (singlestep_pc): New variable.
7457 (resume): Set singlestep_pc.
7458 (context_switch): Add a debugging message. Flush the frame cache.
7459 (handle_inferior_event): Add debugging messages. Handle thread
7460 hops when a software single step has completed. Let context_switch
7461 handle flushing the frame cache.
7462
7463 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7464
7465 * NEWS: Mention target descriptions, "set tdesc filename",
7466 "unset tdesc filename", "show tdesc filename", and
7467 qXfer:features:read.
7468 * arch-utils.c (choose_architecture_for_target): New function.
7469 (gdbarch_info_fill): Call it.
7470 * target-descriptions.c (struct property): Make members non-const.
7471 (struct target_desc): Add arch member.
7472 (target_description_filename): New variable.
7473 (target_find_description): Try via XML first.
7474 (tdesc_architecture): New.
7475 (free_target_description, make_cleanup_free_target_description): New.
7476 (set_tdesc_property): Call xstrdup.
7477 (set_tdesc_architecture, tdesc_set_cmdlist, tdesc_show_cmdlist)
7478 (tdesc_unset_cmdlist, unset_tdesc_cmd, unset_tdesc_filename_cmd)
7479 (set_tdesc_cmd, show_tdesc_cmd, set_tdesc_filename_cmd)
7480 (show_tdesc_filename_cmd, _initialize_target_descriptions): New.
7481 * target-descriptions.h (tdesc_architecture)
7482 (make_cleanup_free_target_description, set_tdesc_architecture): New
7483 prototypes.
7484 * Makefile.in (SFILES): Add xml-tdesc.c.
7485 (COMMON_OBS): Add xml-tdesc.o.
7486 (target-descriptions.o): Update.
7487 (xml-tdesc.o): New rule.
7488 * xml-tdesc.c, xml-tdesc.h: New files.
7489 * remote.c (PACKET_qXfer_features): New enum.
7490 (remote_protocol_features): Add qXfer:features:read.
7491 (remote_xfer_partial): Handle TARGET_OBJECT_AVAILABLE_FEATURES.
7492 (_initialize_remote): Register qXfer:features:read.
7493 * target.h (enum target_object): Add TARGET_OBJECT_AVAILABLE_FEATURES.
7494 * features/gdb-target.dtd: New file.
7495
7496 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7497
7498 * copyright.sh: Clarify error.
7499
7500 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7501
7502 * symtab.c (matching_bfd_sections): Fix VMA matching for
7503 prelinked objects.
7504
7505 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7506
7507 * minsyms.c (lookup_minimal_symbol_by_pc_section): Handle
7508 nested symbols.
7509
7510 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7511
7512 Updated copyright notices for most files.
7513
7514 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7515
7516 * copyright.sh (prunes): Add step-line.inp and step-line.c.
7517
7518 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7519
7520 * configure.ac (DEBUGDIR_RELOCATABLE): Define for debugdir inside
7521 exec_prefix.
7522 (TARGET_SYSTEM_ROOT_RELOCATABLE): Allow for exec_prefix being
7523 '${prefix}'.
7524 * configure, config.in: Regenerate.
7525 * defs.h (debug_file_directory): Declare.
7526 * main.c (captured_main): Canonicalize gdb_sysroot. Assume
7527 TARGET_SYSTEM_ROOT is defined. Initialize debug_file_directory and
7528 relocate it if DEBUGDIR_RELOCATABLE.
7529 * symfile.c (debug_file_directory): Make non-static.
7530 (find_separate_debug_file): Look for debug info for SYSROOT/PATH
7531 in DEBUGDIR/PATH if DEBUGDIR is inside SYSROOT.
7532 (_initialize_symfile): Don't initialize debug_file_directory here.
7533
7534 2007-01-09 Jim Blandy <jimb@codesourcery.com>
7535
7536 * score-tdep.c (score_push_dummy_call): Don't mix declarations and
7537 statements.
7538
7539 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7540
7541 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Use
7542 frame_unwind_register to recurse.
7543 * alpha-tdep.c (alpha_sigtramp_frame_prev_register): Likewise.
7544 (alpha_heuristic_frame_prev_register): Likewise.
7545 * h8300-tdep.c (h8300_frame_prev_register): Likewise.
7546 * m32c-tdep.c (m32c_prev_register): Likewise.
7547 * frame.c (frame_register_unwind_location): Remove FIXME.
7548
7549 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7550 Eli Zaretskii <eliz@gnu.org>
7551
7552 * copyright.sh: New file.
7553
7554 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7555
7556 * configure.ac: Check for XML_StopParser.
7557 * xml-support.c (gdb_xml_body_text): Check for an error.
7558 (gdb_xml_start_element_wrapper): Conditionalize call to XML_StopParser.
7559 (gdb_xml_end_element_wrapper): Likewise.
7560 * config.in, configure: Regenerated.
7561
7562 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7563
7564 * varobj.c (install_new_value): Always update print_value.
7565 (value_get_print_value): Immediately return NULL for missing
7566 values.
7567
7568 2007-01-08 Jim Blandy <jimb@codesourcery.com>
7569
7570 * configure.ac: Tighten pattern for extracting value of
7571 DEPRECATED_TM_FILE from the target makefile fragment.
7572 * configure: Regenerated.
7573
7574 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7575
7576 * linux-nat.c (struct simple_pid_list): Add status.
7577 (add_to_pid_list): Record the PID's status.
7578 (linux_record_stopped_pid): Likewise. Make static.
7579 (pull_pid_from_list): Return the saved status.
7580 (linux_nat_handle_extended): Deleted.
7581 (linux_handle_extended_wait): Combine with linux_nat_handle_extended.
7582 Make static. Handle non-SIGSTOP for a new thread's first signal.
7583 (flush_callback): Handle unexpected pending signals.
7584 (linux_nat_wait): Update calls to changed functions.
7585 * linux-nat.h (linux_record_stopped_pid, linux_handle_extended_wait):
7586 Remove prototypes for newly static functions.
7587
7588 2007-01-08 Ulrich Weigand <uweigand@de.ibm.com>
7589
7590 * gdbarch.sh (value_from_register): New gdbarch function.
7591 * gdbarch.c, gdbarch.h: Regenerate.
7592 * findvar.c (default_value_from_register): New function.
7593 (value_from_register): Use gdbarch_value_from_register.
7594 * value.h (default_value_from_register): Declare.
7595 * spu-tdep.c (spu_convert_register_p, spu_register_to_value,
7596 spu_value_to_register): Remove.
7597 (spu_value_from_register): New function.
7598 (spu_gdbarch_init): Do not call set_gdbarch_convert_register_p,
7599 set_gdbarch_register_to_value, set_gdbarch_value_to_register.
7600 Call set_gdbarch_value_from_register.
7601 * s390-tdep.c (s390_convert_register_p, s390_register_to_value,
7602 s390_value_to_register): Remove.
7603 (s390_value_from_register): New function.
7604 (s390_gdbarch_init): Do not call set_gdbarch_convert_register_p,
7605 set_gdbarch_register_to_value, set_gdbarch_value_to_register.
7606 Call set_gdbarch_value_from_register.
7607
7608 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7609
7610 * NEWS: Add "set sysroot" and "show sysroot".
7611 * solib.c (solib_absolute_prefix): Delete. Replace
7612 all uses with gdb_sysroot.
7613 (_initialize_solib): Add "set sysroot" and "show sysroot".
7614 Make "solib-absolute-prefix" an alias to it.
7615
7616 2007-01-08 Ulrich Weigand <uweigand@de.ibm.com>
7617
7618 * frame.c (get_frame_register_bytes): New function.
7619 (put_frame_register_bytes): Likewise.
7620 * frame.h (get_frame_register_bytes): Declare.
7621 (put_frame_register_bytes): Likewise.
7622 * findvar.c (value_from_register): Always construct lval_register
7623 values. Use get_frame_register_bytes.
7624 * valops.c (value_assign): Use get_frame_register_bytes and
7625 put_frame_register_bytes.
7626
7627 2007-01-08 Jim Blandy <jimb@codesourcery.com>
7628
7629 * MAINTAINERS: Update Stan Shebs' email address.
7630
7631 2007-01-07 Joel Brobecker <brobecker@adacore.com>
7632
7633 * ada-lang.c (is_known_support_routine): Improve the implementation.
7634
7635 2007-01-06 Joel Brobecker <brobecker@adacore.com>
7636
7637 * ada-lang.c: Add include of source.h.
7638 (is_known_support_routine): Improve the check verifying that the file
7639 associated to this frame exists.
7640 * Makefile.in (ada-lang.o): Add dependency on source.h.
7641
7642 2007-01-07 Jim Blandy <jimb@codesourcery.com>
7643
7644 * ax-general.c (ax_const_l): Select proper opcode for the given
7645 value.
7646
7647 2007-01-05 Vladimir Prus <vladimir@codesourcery.com>
7648
7649 * varobj.c (c_value_of_root): Don't select frame if variable
7650 object is out of scope.
7651
7652 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
7653
7654 * varobj.c (struct varobj): New member print_value.
7655 (install_new_value): Compare last printed value with current one
7656 instead of contents.
7657 (new_variable): Initialize var->print_value to NULL.
7658 (free_variable): Free var->print_value.
7659 (value_get_print_value): New function derived from
7660 c_value_of_variable.
7661 (c_value_of_variable): Use value_get_print_value.
7662
7663 2007-01-05 Joel Brobecker <brobecker@adacore.com>
7664
7665 * i386-tdep.c (i386_analyze_stack_align): Add comment.
7666
7667 2007-01-05 Joel Brobecker <brobecker@adacore.com>
7668
7669 * NEWS: Add entries for new catch commands.
7670
7671 2007-01-05 Joel Brobecker <brobecker@adacore.com>
7672
7673 * dwarf2read.c (partial_die_info): Add field has_byte_size.
7674 (add_partial_symbol): Correct identification of external references.
7675 (process_structure_scope): Likewise.
7676 (read_partial_die): Handle DW_AT_byte_size attribute.
7677
7678 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
7679
7680 * xml-support.c (gdb_xml_end_element): Remove wrong backslashes.
7681
7682 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
7683
7684 * varobj.c (get_type_deref): Fix variable objects for references to
7685 pointers.
7686
7687 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7688
7689 * symtab.c (find_pc_sect_psymtab): Add comments. Handle psymtabs
7690 with no symbols.
7691
7692 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7693
7694 * memory-map.c (struct_memory_map_parsing_data): Remove most
7695 members. Make property_name an array.
7696 (free_memory_map_parsing_data, memory_map_start_element)
7697 (memory_map_end_element, memory_map_character_data): Delete.
7698 (memory_map_start_memory, memory_map_end_memory)
7699 (memory_map_start_property, memory_map_end_property): New functions.
7700 (property_attributes, memory_children, memory_type_enum)
7701 (memory_attributes, memory_map_children, memory_map_elements): New.
7702 (parse_memory_map): Rewrite.
7703 * xml-support.c (debug_xml): New.
7704 (xml_get_required_attribute, xml_get_integer_attribute)
7705 (xml_get_enum_value, free_xml_parser, make_cleanup_free_xml_parser):
7706 Delete.
7707 (struct scope_level, struct gdb_xml_parser, gdb_xml_body_text)
7708 (gdb_xml_debug, gdb_xml_error, gdb_xml_values_cleanup)
7709 (gdb_xml_start_element, gdb_xml_start_element_wrapper)
7710 (gdb_xml_end_element, gdb_xml_end_element_wrapper, gdb_xml_cleanup)
7711 (gdb_xml_create_parser_and_cleanup, gdb_xml_parse)
7712 (gdb_xml_parse_ulongest, gdb_xml_parse_attr_ulongest)
7713 (gdb_xml_parse_attr_enum, show_debug_xml, _initialize_xml_support):
7714 New.
7715 * xml-support.h (struct gdb_xml_value, gdb_xml_attribute_handler)
7716 (enum gdb_xml_attribute_flag, struct gdb_xml_attribute)
7717 (enum gdb_xml_element_flag, struct gdb_xml_element)
7718 (gdb_xml_element_start_handler, gdb_xml_element_end_handler)
7719 (struct gdb_xml_enum): New.
7720 (gdb_xml_create_parser_and_cleanup, gdb_xml_parse, gdb_xml_debug)
7721 (gdb_xml_error, gdb_xml_parse_attr_ulongest)
7722 (gdb_xml_parse_attr_enum, gdb_xml_parse_ulongest): New prototypes.
7723 (xml_get_required_attribute, xml_get_integer_attribute)
7724 (xml_get_enum_value, make_cleanup_free_xml_parser): Delete prototypes.
7725 * Makefile.in (xml_support_h, xml-support.o): Update.
7726
7727 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7728
7729 * Makefile.in (eval.o): Update dependencies.
7730 * eval.c: Include "ui-out.h" and "exceptions.h".
7731 (evaluate_subexp_standard): Use TRY_CATCH around value_of_variable.
7732 Use value_zero if an error occurs when avoiding side effects.
7733 * varobj.c (c_value_of_root): Initialize new_val.
7734
7735 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7736
7737 * varobj.c (varobj_list_children): Stop if the number of children is
7738 unknown.
7739 (c_number_of_children):
7740
7741 2007-01-04 Mark Kettenis <kettenis@gnu.org>
7742
7743 * alpha-tdep.c (alpha_register_name): Use ARRAY_SIZE.
7744 (alpha_read_insn, alpha_skip_prologue, alpha_heuristic_proc_start)
7745 (alpha_heuristic_frame_unwind_cache, alpha_next_pc)
7746 (alpha_gdbarch_init): Use ALPHA_INSN_SIZE, ALPHA_REGISTER_SIZE and
7747 sizeof, instead of hardcoded constants.
7748
7749 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7750
7751 * CONTRIBUTE: Use sourceware.org.
7752
7753 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7754
7755 * buildsym.c (start_subfile): Handle producer.
7756 (record_producer): New function.
7757 * buildsym.h (struct subfile): Include producer.
7758 (record_producer): New prototype.
7759 * dwarf2-frame.c (struct dwarf2_cie): Add version and augmentation.
7760 (struct dwarf2_frame_state): Add armcc_cfa_offsets_sf and
7761 armcc_cfa_offsets_reversed.
7762 (execute_cfa_program): Handle armcc_cfa_offsets_sf.
7763 (dwarf2_frame_find_quirks): New function.
7764 (dwarf2_frame_cache): Call it. Handle armcc_cfa_offsets_reversed.
7765 (decode_frame_entry_1): Record the CIE version. Record the
7766 augmentation. Skip armcc augmentations.
7767 * dwarf2read.c (read_file_scope): Save the producer.
7768 * symtab.h (struct symtab): Rename unused version member to
7769 producer.
7770
7771 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7772
7773 * configure.ac (build_warnings): Use -Wall and
7774 -Wdeclaration-after-statement.
7775 * configure: Regenerated.
7776
7777 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
7778
7779 Simplify access to variours properties of child
7780 variable objects in C.
7781 * varobj.c (value_struct_element_index): New function.
7782 (c_describe_child): New function.
7783 (c_name_of_child, c_value_of_child)
7784 (c_type_of_child): Rewrite to use c_describe_child.
7785
7786 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
7787
7788 gdb/
7789 * varobj.c: Include "vec.h".
7790 (varobj_p): New typedef, declare vector of those.
7791 (struct varobj): Use vector for the 'children' member.
7792 (child_exists): Remove.
7793 (save_child_in_parent): Remove.
7794 (remove_child_from_parent): Remove.
7795 (struct varobj_child): Remove.
7796 (struct vstack): Remove.
7797 (vpush, vpop): Remove.
7798 (varobj_list_children): Adjust to work work vector.
7799 (varobj_update): Likewise. Use vectors for
7800 working stack and result.
7801 (delete_variable_1): Likewise.
7802 * Makefile.in (varobj.o): Update dependencies.
7803
7804 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
7805
7806 Port from Apple's version.
7807 gdb/
7808 * varobj.c (type_changeable): Rename to...
7809 (varobj_value_is_changeable_p): ...this. Adjust all callers.
7810 (is_root_p): New function. Use it everywhere.
7811
7812 2007-01-04 Jim Blandy <jimb@codesourcery.com>
7813
7814 * glibc-tdep.c (glibc_skip_solib_resolver): Look for '_dl_fixup',
7815 then plain 'fixup'.
7816
7817 2007-01-04 Joel Brobecker <brobecker@adacore.com>
7818
7819 * hpread.c (hpread_start_psymtab): Remove unnecessary extern.
7820
7821 2007-01-04 Joel Brobecker <brobecker@adacore.com>
7822
7823 * hpread.c (hpread_type_lookup): Fix compilation failure.
7824
7825 2007-01-04 Qinwei <qinwei@sunnorth.com.cn>
7826
7827 * NEWS: New port to S+core.
7828 * MAINTAINERS (Write After Approval, Responsible Maintainers):
7829 Add myself.
7830
7831 * Makefile.in: Add dependencies for S+core files.
7832 * configure.tgt (score*, score-*-*): Add S+core target.
7833 * config/score/embed.mt: New file.
7834 * score-tdep.c: New file.
7835 * score-tdep.h: New file.
7836
7837 2007-01-04 Joel Brobecker <brobecker@adacore.com>
7838
7839 * ada-lang.c (ada_evaluate_subexp) [OP_TYPE]: Return a value with
7840 the appropriate type rather than a bogus void type.
7841
7842 2007-01-04 Joel Brobecker <brobecker@adacore.com>
7843
7844 * ada-lang.h (ada_find_printable_frame): Remove.
7845 (ada_exception_catchpoint_p, ada_decode_exception_location)
7846 (ada_decode_assert_location): Add declaration.
7847 * ada-lang.c: Add include of annotate.h and valprint.h.
7848 (exception_catchpoint_kind): New enum.
7849 (function_name_from_pc, is_known_support_routine)
7850 (ada_find_printable_frame, ada_unhandled_exception_name_addr)
7851 (ada_exception_name_addr_1, ada_exception_name_addr)
7852 (print_it_exception, print_one_exception, print_mention_exception)
7853 (print_it_catch_exception, print_one_catch_exception)
7854 (print_mention_catch_exception, catch_exception_breakpoint_ops)
7855 (print_it_catch_exception_unhandled)
7856 (print_one_catch_exception_unhandled)
7857 (print_mention_catch_exception_unhandled, print_it_catch_assert)
7858 (print_one_catch_assert, print_mention_catch_assert)
7859 (ada_exception_catchpoint_p, error_breakpoint_runtime_sym_not_found)
7860 (ada_get_next_arg, catch_ada_exception_command_split)
7861 (ada_exception_sym_name, ada_exception_sym_name)
7862 (ada_exception_breakption_ops, ada_exception_catchpoint_cond_string)
7863 (ada_parse_catchpoint_condition, ada_exception_sal)
7864 (ada_decode_exception_location)
7865 (ada_decode_assert_location): New function.
7866 (catch_exception_unhandled_breakpoint_ops): New global variable.
7867 (catch_assert_breakpoint_ops): New global variable.
7868 * breakpoint.c: Add include of ada-lang.h.
7869 (print_one_breakpoint): Do not print the condition for Ada
7870 exception catchpoints.
7871 (create_ada_exception_breakpoint): New function.
7872 (catch_ada_exception_command, catch_assert_command): New function.
7873 (catch_command_1): Add support for the new "catch exception" and
7874 "catch assert" commands.
7875 (_initialize_breakpoint): Add help description for the new catch
7876 commands.
7877 * Makefile.in (ada-lang.o): Add dependency on annotate.h and
7878 valprint.h.
7879 (breakpoint.o): Add dependency on ada-lang.h.
7880
7881 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
7882
7883 * coffread.c (cs_to_section): If bfd_section is found, always
7884 return its section index.
7885 (coff_symtab_read): Determine the minimal_symbol_type using the
7886 bfd_section flags.
7887
7888 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7889 Daniel Jacobowitz <dan@codesourcery.com>
7890
7891 * Makefile.in (top.o): Update.
7892 * top.c (gdb_readline_wrapper_done, gdb_readline_wrapper_result)
7893 (saved_after_char_processing_hook, gdb_readline_wrapper_line)
7894 (struct gdb_readline_wrapper_cleanup, gdb_readline_wrapper_cleanup):
7895 New.
7896 (gdb_readline_wrapper): Rewrite to use asynchronous readline.
7897
7898 2007-01-03 Mark Kettenis <kettenis@gnu.org>
7899
7900 * arm-linux-tdep.c (arm_linux_extract_return_value): Remove.
7901 (arm_linux_init_abi): Don't set deprecated_extract_return_value.
7902
7903 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
7904
7905 * ada-lang.c (find_struct_field): Initialize *byte_offset_p.
7906 * breakpoint.c (do_enable_breakpoint): Ignore both mem_cnt and i.
7907 * c-typeprint.c (c_type_print_varspec_suffix): Don't test length
7908 greater than or equal to zero.
7909 * m2-typeprint.c (m2_array): Likewise.
7910 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
7911 * gdbtypes.c (copy_type_recursive): Correct == typo.
7912 * i386-tdep.c (i386_skip_prologue): Remove stray semicolon.
7913 * linux-nat.c (linux_nat_info_proc_cmd): Don't compare a pointer
7914 greater than zero.
7915 * macroscope.c (sal_macro_scope): Don't name a local variable "main".
7916 (default_macro_scope): Remove unused variable.
7917 * prologue-value.h (pv_area_find_reg): Don't name an argument
7918 "register".
7919 * remote-fileio.c (remote_fio_func_map): Add missing braces.
7920 * remote.c (sigint_remote_twice_token, sigint_remote_token): Change
7921 type.
7922 (cleanup_sigint_signal_handler): Remove casts.
7923 * valprint.c (val_print): Use a volatile local for the modified
7924 argument.
7925 * varobj.c (languages): Remove extra array dimension.
7926 (varobj_create): Correct access to languages array.
7927 * mi/mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Add
7928 missing braces.
7929 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
7930 * mi/mi-cmd-env.c (mi_cmd_env_path, mi_cmd_env_dir): Likewise.
7931 * mi/mi-getopt.c (mi_valid_noargs): Likewise.
7932 * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
7933 (mi_cmd_data_write_memory): Likewise.
7934 * signals/signals.c (target_signal_to_string): Cast to int before
7935 comparing.
7936 * tui/tui-layout.c (init_and_make_win): Take and return a void *.
7937 Update all callers.
7938
7939 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
7940
7941 * NEWS: Mention pointer to member improvements.
7942 * Makefile.in (gnu-v3-abi.o): Delete special rule.
7943 (eval.o, gnu-v3-abi.o, ia64-tdep.o): Update.
7944 * ada-valprint.c (ada_print_scalar): Update for new type codes.
7945 * c-typeprint.c (c_print_type): Update for new type codes.
7946 (c_type_print_varspec_prefix, c_type_print_varspec_suffix)
7947 (c_type_print_base): Likewise.
7948 (c_type_print_args): Rewrite.
7949 * c-valprint.c (c_val_print): Update for new type codes. Remove
7950 support for references to members. Treat methods like functions.
7951 * cp-abi.c (cplus_print_method_ptr, cplus_method_ptr_size)
7952 (cplus_make_method_ptr, cplus_method_ptr_to_value): New.
7953 * cp-abi.h (cplus_print_method_ptr, cplus_method_ptr_size)
7954 (cplus_make_method_ptr, cplus_method_ptr_to_value): New prototypes.
7955 (struct cp_abi_ops): Add corresponding members.
7956 * cp-valprint.c (cp_print_class_method): Delete.
7957 (cp_find_class_member): New function.
7958 (cp_print_class_member): Use it. Simplify support for bogus
7959 member pointers.
7960 * dwarf2read.c (quirk_gcc_member_function_pointer): Use
7961 lookup_methodptr_type.
7962 (read_tag_ptr_to_member_type): Likewise, and lookup_memberptr_type.
7963 * eval.c (evaluate_subexp_standard): Implement EVAL_SKIP for
7964 OP_SCOPE. Update call to value_aggregate_elt. Rewrite member
7965 pointer support.
7966 (evaluate_subexp_for_address): Handle OP_SCOPE explicitly. Handle
7967 references returned by user defined operators.
7968 * f-typeprint.c (f_print_type, f_type_print_varspec_prefix)
7969 (f_type_print_varspec_suffix): Remove support for member pointers.
7970 * gdbtypes.c (lookup_memberptr_type): Renamed from lookup_member_type
7971 and adjusted.
7972 (smash_to_memberptr_type): Likewise, from smash_to_member_type.
7973 (lookup_methodptr_type): New.
7974 (rank_one_type): Adjust for TYPE_CODE_MEMBERPTR.
7975 (recursive_dump_type): Update for new types.
7976 * gdbtypes.h (enum type_code): Replace TYPE_CODE_MEMBER with
7977 TYPE_CODE_MEMBERPTR and TYPE_CODE_METHODPTR.
7978 (lookup_memberptr_type, lookup_methodptr_type)
7979 (smash_to_memberptr_type): New prototypes.
7980 (smash_to_method_type): Formatting fix.
7981 (lookup_member_type, smash_to_member_type): Delete prototypes.
7982 * gnu-v3-abi.c (gnuv3_get_vtable, gnuv3_get_virtual_fn): New.
7983 Do not rely on debug information for the vptr or the method's
7984 enclosing type. Handle function descriptors for IA64.
7985 (gnuv3_virtual_fn_field): Rewrite using the new functions.
7986 (gnuv3_find_method_in, gnuv3_print_method_ptr)
7987 (gnuv3_method_ptr_size, gnuv3_make_method_ptr)
7988 (gnuv3_method_ptr_to_value): New.
7989 (init_gnuv3_ops): Set new members of gnu_v3_abi_ops.
7990 * hpread.c (hpread_type_lookup): Update for new types.
7991 * infcall.c (value_arg_coerce): Likewise.
7992 * m2-typeprint.c (m2_print_type): Remove explicit support
7993 for member pointers.
7994 * m2-valprint.c (m2_val_print): Likewise.
7995 * p-typeprint.c (pascal_type_print_varspec_prefix)
7996 (pascal_type_print_varspec_suffix, pascal_type_print_base): Likewise.
7997 * p-valprint.c (pascal_val_print): Likewise.
7998 (pascal_object_print_class_method, pascal_object_print_class_member):
7999 Delete.
8000 * p-lang.h (pascal_object_print_class_method)
8001 (pascal_object_print_class_member): Delete prototypes.
8002 * stabsread.c (read_type): Update for new types.
8003 * typeprint.c (print_type_scalar): Likewise.
8004 * valops.c (value_struct_elt_for_reference, value_namespace_elt)
8005 (value_maybe_namespace_elt, value_aggregate_elt): Add want_address
8006 argument. Construct a pointer to member if the address of a
8007 function or data member is requested.
8008 (value_cast_pointers): Don't modify the input value.
8009 (value_cast): Adjust pointer to member handling for new types.
8010 Allow null pointer to member constants. Don't modify the input
8011 value.
8012 (value_ind): Remove pointer to member check. Handle function
8013 descriptors for function pointers.
8014 (value_struct_elt, value_find_oload_method_list, check_field):
8015 Remove pointer to member checks.
8016 * value.c (unpack_long): Allow pointers to data members.
8017 (value_from_longest): Allow member pointers.
8018 * value.h (value_aggregate_elt): Add want_address.
8019 * varobj.c (c_variable_editable): Remove check for members.
8020 * gdbarch.sh: Add vtable_function_descriptors and vbit_in_delta.
8021 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Handle descriptors
8022 in virtual tables.
8023 (ia64_gdbarch_init): Call set_gdbarch_vtable_function_descriptors.
8024 * c-lang.h (cp_print_class_method): Delete prototype.
8025 * arm-tdep.c (arm_gdbarch_init): Call set_gdbarch_vbit_in_delta.
8026 * mips-tdep.c (mips_gdbarch_init): Likewise.
8027 * gdbarch.c, gdbarch.h: Regenerated.
8028
8029 2007-01-01 Mark Kettenis <kettenis@gnu.org>
8030
8031 * rs6000-tdep.c (rs6000_use_struct_convention)
8032 (rs6000_extract_return_value, rs6000_store_return_value)
8033 (rs6000_extract_struct_value_address): Remove.
8034 (rs6000_return_value): New function.
8035 (rs6000_gdbarch_init): Don't set deprecated_extract_return_value,
8036 store_return_value, deprecated_extract_struct_value_address and
8037 deprecated_use_struct_convention. Use rs6000_return_value
8038 instead.
8039
8040 2007-01-02 Nick Roberts <nickrob@snap.net.nz>
8041
8042 * mi/mi-cmds.c (mi_cmds): Remove entries for -display-delete,
8043 -display-disable, -display-enable, -display-insert and
8044 -display-list.
8045
8046 2007-01-01 Joel Brobecker <brobecker@adacore.com>
8047
8048 * breakpoint.c (remove_breakpoint): Remove dead code.
8049
8050 2007-01-01 Nick Roberts <nickrob@snap.net.nz>
8051
8052 * varobj.c: Include block.h.
8053 (c_value_of_root): Check scope within nested statements.
8054
8055 2007-01-01 Mark Kettenis <kettenis@gnu.org>
8056
8057 * mi/mi-main.c (mi_cmd_data_write_register_values): Use
8058 regcache_cooked_write_signed instead of
8059 deprecated_write_register_bytes.
8060
8061 2007-01-01 Joel Brobecker <brobecker@adacore.com>
8062
8063 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2006.
8064
8065 2007-01-01 Joel Brobecker <brobecker@adacore.com>
8066
8067 Followed the Start of New Year Procedure:
8068 * ChangeLog-2006: New file, containing all the entries for 2006.
8069 * ChangeLog: Removed all 2006 entries, and changed the reference
8070 to the previous ChangeLog to point to ChangeLog 2006.
8071 * top.c (print_gdb_version): Update copyright year.
8072
8073 2007-01-01 Mark Kettenis <kettenis@gnu.org>
8074
8075 * Makefile.in (remote-sds.o): Remove.
8076 * remote-sds.c: Delete.
8077
8078 For older changes see ChangeLog-2006.
8079 \f
8080 Local Variables:
8081 mode: change-log
8082 left-margin: 8
8083 fill-column: 74
8084 version-control: never
8085 coding: utf-8
8086 End:
This page took 0.209176 seconds and 4 git commands to generate.