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