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